@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
h1, h2, h3, h4, h5, h6, p, ul, li, table, span, label, a {
    font-family: 'Open Sans';
}
p {
    font-size: 14px;
    line-height: 28px;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url("../image/loader.gif") 50% no-repeat rgb(249, 249, 249);
    background-color: #ffffff;
}


/*fixed menu*/
.navigation.fixed-menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3);
}


/*=====================================================================
	Page Styles
=====================================================================*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');





.container .card {
  position: relative;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
}

.container .card:hover {
  transform: translateY(-10px);
}

.container .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.percent {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 50px transparent;
  background: transparent;
  z-index: 100;
}

.percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.percent .number h2 {
  color: #777;
  font-weight: 700;
  font-size: 36px;
  transition: 0.5s;
}

.card:hover .percent .number h2 {
  color: #777;
  font-size: 40px;
}

.percent .number h2 span {
  font-size: 24px;
  color: #777;
}

.card:hover .percent .number h2 span {
  color: #777;
  transition: 0.5s;
}

.text {
  position: relative;
  color: #777;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s;
}

.card:hover .text {
  color: #777;
}

svg {
  position: relative;
  width: 150px;
  height: 150px;
  z-index: 10;
}

svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #777;
  stroke-width: 10;
  stroke-linecap: round;
  transform: translate(5px, 5px);
}

svg circle:nth-child(2) {
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

.card:nth-child(1) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 90) / 100);
  stroke: #c90326;
}

.card2:nth-child(1) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 80) / 100)!important;
  stroke: #c90326;
}
.card3:nth-child(1) svg circle:nth-child(2) {
  stroke-dashoffset: calc(440 - (440 * 95) / 100)!important;
  stroke: #c90326;
}

@media (max-width: 991px) {


  .container .card {
    margin: 20px auto;
  }
}


/* newsticker */
.newsticker {
	
}



.holder { 
  width:100%;
  height:120px;
  overflow:hidden;
  padding:0px 10px;
	border-radius: 10px;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:100%;
  height:100px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}



.smpu-slide1{
	background-image: url("../image/banner1.jpg")!important;
}



.smpu-slide2{
	background-image: url("../image/banner2.jpg")!important;
}


.FratSt1{
	list-style-image:url("../image/LP2022_033.jpg")
}



.FratSt2{
	list-style-image:url("../image/LP2022_06.jpg")
}

.FratSt3{
	list-style-image:url("../image/LP2022_08.jpg")
}

.FratSt4{
	list-style-image:url("../image/LP2022_10.jpg")
}

.FratSt5{
	list-style-image:url("../image/LP2022_12.jpg")
}

.FratSt6{
	list-style-image:url("../image/LP2022_14.jpg")
}



.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: "";
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 70px!important;
	height: 70px!important;
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -40px;
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: #f6f6f6;
	border: 1px solid rgba(251, 90, 13, 0.1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
}

/* extra */


/****************************************************************
	TOP BAR
***************************************************************/

.spltest2{
	display: none;
}

.tpheader2{
	padding-bottom: 15px;
}

.tpheader2 p{
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	
}


.tpheader2 p span{
	color: #c4312b;
	font-weight: 700
	
}

.tpheader2 h5{
	text-align: center;
	margin-top: 10px;
	font-size:18px;
	text-decoration: line-through 2px;
	color:#736381;
	text-decoration-color: #c4312b;
	font-weight: 900;
}


/*.tpheader2 h3{
	display: block;
  position: relative;
  padding: 0 2em;
  background: #F56200;
  border-top-left-radius: 0.125em;
  border-top-right-radius: 0.125em;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
  color: #FFFFFF;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 2em;
}



	
.tpheader2 h3:before, .tpheader2 h3:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  bottom: -0.75em;
  border-top-width: 1em;
  border-bottom-width: 0.75em;
  border-color: #dc5800;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
  border-style: solid;
}
.tpheader2 h3:before {
  left: -1em;
  border-left-width: 1em;
  border-right-width: 1.5em;
  border-right-color: #ff8e43;
  border-bottom-right-radius: 0.125em;
}
.tpheader2 h3:after {
  right: -1em;
  border-right-width: 1em;
  border-left-width: 1.5em;
  border-left-color: #ff8e43;
  border-bottom-left-radius: 0.125em;
}*/	







.ribbon {
  background: #736381;
  color: #fff;
  font-size: 2em !important;
  line-height: 1;
  margin: 1rem auto 3rem;
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
  width: 70%;
  font-family: "MedievalSharp", sans-serif;
}
.ribbon:before, .ribbon:after {
  border: 2rem solid #665376;
  bottom: -2rem;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.ribbon:before {
  border-left-color: transparent;
  border-right-width: 3rem;
  left: -3rem;
}
.ribbon:after {
  border-left-width: 3rem;
  border-right-color: transparent;
  right: -3rem;
}
.ribbon-content:before, .ribbon-content:after {
  border-color: #533e65 transparent transparent;
  border-style: solid;
  bottom: -2rem;
  content: "";
  display: block;
  position: absolute;
}
.ribbon-content:before {
  border-width: 2rem 0 0 2rem;
  left: 0;
}
.ribbon-content:after {
  border-width: 2rem 2rem 0 0;
  right: 0;
}




.tpheader {
    width: 100%;
    background-color: #736381;
}
.tpheader p {
    margin-bottom: 10px;
    margin-top: 14px;
    float: right;
    font-size: 14px;
    color: #fff;
}
.tpheader a {
    color: #fff;
}

.Mobiletop{
	    width: 100%;
    background-color: #736381;
	display: none
	
}

.Mobiletop p {
    margin-bottom: 10px;
    margin-top: 14px;
    font-size: 14px;
    color: #fff;
	text-align: center;
}
.Mobiletop a {
    color: #fff;
}


.tpic {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 100px;
}
.tpsoc {
    font-size: 18px;
    padding: 0px 4px;
}
.logomenu {
    width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
}
.lgo {
    position: absolute;
    z-index: 999;
    top: -28px;
    height: 150px;
}

.readtop {
    padding: 10px;
    background-color: #c4312b;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #c4312b;
    font-size: 14px;
}
.readtop:hover {
    padding: 10px;
    background-color: #ffffff;
    color: #000;
    border-radius: 4px;
    border: 1px solid #c4312b;
    font-size: 14px;
    text-decoration: none;
	
}
.bannermain h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    /*padding-top: 70px;*/
	text-align: center
}
.bgg1 img:hover {
    border: 1px solid rgb(51 51 51 / 0%);
}
.bannermain p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 18px;
	text-align: center
}
.bgg1 {
    width: 100%;
    height: 340px;
    background-image: url(../image/vd1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 60px;
}
.bgg2 {
    width: 100%;
    height: 340px;
    background-image: url(../image/vd2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 30px;
}
.playbtn {
    padding-top: 130px;
}
.imh {
    width: 60px;
    margin-top: 40px;
    display: inline-block;
}
.cont1 {
    padding: 69px 0px 40px 0px;
}
.abtsc {
    position: relative;
    top: 42px;
    left: 2px;
    color: #fff;
}
.bgg2 h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-top: 14px;
    line-height: 24px;
}
.pabt2 {
    color: #fff;
    line-height: 25px;
    padding-bottom: 6px;
}
.postb {
    width: 97.5%;
    position: relative;
    height: auto;
    background-color: #fff;
    margin-top: -80px;
    z-index: 99;
}


.tptxt .card {
  position: relative;
  margin: auto;
  height: auto;
  width: 100%;
  text-align: center;
  background: linear-gradient(#E96874, #6E3663, #2B0830);
  border-radius: 2px;
  box-shadow: 0 6px 12px -3px rgba(0,0,0,.3);
  color: #fff;
  padding: 20px;
}

.tptxt .card header {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  padding: 0 10%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.tptxt .card header > *:first-child {
  text-align: left;
}
.tptxt .card header > *:last-child {
  text-align: right;
}

.tptxt .logo {
  font-size: 24px;
  position: relative;
}
.tptxt .logo:before,
.tptxt .logo:after {
  content: '';
  position: absolute;
  top: 50%;
  border-top: 3px solid currentColor;
  transform: translateY(-50%);
}

.tptxt .logo:before {
  right: 158px;
  width: 20%;
}
.tptxt .logo:after {
  left: 158px;
  width: 20%;
}

.tptxt .logo span {
  /*border: solid currentColor;
  border-width: 0 3px 3px 0;
  position: absolute;
  top: -22px;
  width: 69px;
  height: 70px;
  left: 50%;
  transform: translateX(-58%) rotate(58deg) skew(0deg, -30deg);*/
  display: block;
  position: absolute;
  width: 100%;
  top: calc(50% - 1px);
}

.tptxt .announcement {
  position: relative;
  border: 3px solid currentColor;
  border-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 25px 0px 0px 0px;
}

.tptxt .announcement:before,
.tptxt .announcement:after {
  content: '';
  position: absolute;
  top: 0px;
  border-top: 3px solid currentColor;
  height: 0;
  width: 15px;
}
.tptxt .announcement:before {
  left: -3px;
}
.tptxt .announcement:after {
  right: -3px;
}


.tptxt .inspiration {
  position: absolute;
  bottom: 20px;
  left: 20px;
}


.mobilehide{
	
}
.bighide{
	display: none;
}


.tptxt {
    padding: 20px 20px;
}
.tptxt h3 {
    color: #c4302c;
}

.sec3 {
    background-color: #d7d7d7;
    padding: 70px 0px;
}

.sec3b {
    background-color: #fff!important;
    padding: 70px 0px;
}


.sec3 h3 {
    text-transform: uppercase;
    margin-top: 10px;
}

.happy {
    width: 100%;
    height: 300px;
    background-color: #c4312b;
	margin-top: 100px;
}
.icc2 {
    margin-left: 42px;
}
.happyim {
    position: absolute;
    top: -79px;
}
.bigfn {
    position: relative;
    bottom: 37px;
    font-size: 24px;
}
.bigfn2 {
    position: relative;
    bottom: 32px;
}.ixb1 {
    height: 124px;
    margin-top: 27px;
}
.ixb3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
	color: #fff;
}

.readtop2:hover {
    padding: 10px;
    background-color: #c4312b;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 14px;
    text-decoration: none;
}
.readtop2 {
    padding: 10px;
    background-color: #ffffff;
    color: #c4312b;
    border-radius: 4px;
    border: 1px solid #c4312b;
    font-size: 14px;
    text-decoration: none;
}

.cont0{
	padding-bottom: 0px;
}


.sec3a {
    margin: 70px 0px;
}
.sec3a h3 {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 900;
    font-size: 30px;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #fef40a;
    margin-bottom: 30px;
}

.sec3a img{
	width: 100%;
	height: auto;
}




.brn {
    width: 100%;
    height: auto;
    background-color: #d7d7d7;
    padding: 20px;
}
.brn2 {
    width: 100%;
    height: auto;
    background-color: #c5312d;
    padding: 20px;
    margin-bottom: 20px;
}
.qoutp {
    font-size: 15px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
}
.clr1 {
    color: #c4312b;
}
.sec4 {
    padding: 70px 0px;
    background-color: #efe7de;
}
.sec4 h3 {
    text-transform: uppercase;
    margin-top: 10px;
    border-bottom: 1px solid #001;
    margin-bottom: 30px;
}
.lststy {
    position: relative;
    left: 23px;
    line-height: 40px;
}
.listh {
    position: relative;
    top: -15px;
}
.col-item {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img {
    margin: 0 auto;
    width: 100%;
}
.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}
.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}
.col-item .price h5 {
    line-height: 20px;
    margin: 0;
}
.price-text-color {
    color: #219FD1;
}
.col-item .info .rating {
    color: #777;
}
.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}
.col-item .separator {
    border-top: 1px solid #E1E1E1;
}
.clear-left {
    clear: left;
}
.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.col-item .separator p i {
    margin-right: 5px;
}
.col-item .btn-add {
    width: 50%;
    float: left;
}
.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}
.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls {
    margin-top: 20px;
}
[data-slide="prev"] {
    margin-right: 10px;
}
.galcaro {
    position: absolute;
    z-index: 99;
    right: 0px;
    top: -80px;
}
.sec5 {
    margin: 70px 0px;
}

.sec5 h3 {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 900;
    font-size: 30px;
	color: #c4312b;
    margin-bottom: 30px;
}


.sec5  ul{
	padding-left: 25px;
    line-height: 30px;
	list-style: none;
}

.sec5  li{
	font-weight: 600;
}
.sec5  li::before{
    font-weight: 900;
    content: "\2022";
    color: #c4312b;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}

.customer-feedback{
	padding: 70px 0px;
	background-color: #efe7de;
}


.insid-footer {
}
.insid-footer h3 {
    font-size: 46px;
    font-weight: bold;
    color: #ff6000;
    margin-top: 50px;
}
.insid-footer h2 {
    font-size: 28px;
    font-weight: bold;
    color: #ff6000;
    margin-top: 50px;
}
.insid-footer h4 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 34px;
}
.insid-footer h6 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 10px;
}
.insid-footer p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
}
.footer {
    width: 100%;
    height: auto;
    background-color: #0d0b17;
}
.fot_row {
    padding-bottom: 20px;
}
.footer h4 {
    color: #FFF;
    font-size: 14px;
    padding: 50px 0px 20px 0px;
}
.qlinks {
}
.qlinks a {
    display: block;
    padding: 6px 0px 6px;
    color: white;
    font-size: 13px;
}
.qlinks a:hover {
    display: block;
    color: #CCC;
    font-size: 13px;
    text-decoration: none;
}
.let {
}
.let h5 {
    color: white;
    font-weight: 300;
    line-height: 20px;
}
.let h6 {
    font-size: 14px;
    color: white;
    margin-top: 30px;
    font-weight: 300;
}
.input-nw {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 0px solid #999;
    border-bottom: 1px solid #8a8a8a;
    background-color: #0d0b17;
    color: #CCC;
    margin-bottom: 16px;
}
.subo {
    margin-top: 14px;
    background-color: #0d0b17;
    border: 1px solid #cecece;
    padding: 2px 16px 2px 16px;
    color: #ff5a00;
}
.copy {
}
.copy p {
    padding: 30px 0px 18px 0px;
    color: #999;
    font-size: 12px;
}
.copy a {
    color: #999;
}
.copy a:hover {
    color: #666;
    text-decoration: none;
}
.footlog {
    height: 84px;
    margin-top: 65px;
}
.soc {
    display: inline-block !important;
    padding-left: 10px !important;
}
.why_sir {
    width: 100%;
    height: 250px;
    background-color: #666;
    background-image: url(../image/vd2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.abttext {
    color: #fff;
    text-align: center;
    padding-top: 64px;
    font-size: 38px;
    font-weight: 600;
}
.undertx {
    color: #fff;
    text-align: center;
}
#about {
    padding: 60px;
    width: 100%;
    height: auto;
}

#about .col-md-4 {
    padding-bottom: 40px;
}

.lidjhh {
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}
.lidjhh li:before {
    font-size: 16px;
    line-height: 22px;
    content: "\f138"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    float: left;
    margin-left: -1.5em;
    color: #c5312d;
}
.twelve h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0px;
    line-height: 42px;
}
.sec33 {
    margin: 50px;
    color: #000;
}
.sec33 h3 {
    text-transform: uppercase;
    margin-top: 10px;
}
.destacados {
    padding: 20px 0;
    text-align: center;
}
.destacados > div > div {
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.2s;
}
.destacados > div:hover > div {
    margin-top: -10px;
    border: 1px solid rgb(200 200 200 / 0%);
    box-shadow: rgb(0 0 0 / 0%) 0px 5px 5px 2px;
    background: rgb(225 225 225 / 0%);
    transition: 0.5s;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-5ths {
    width: 20%;
    float: left;
}
}

@media (min-width: 992px) {
.col-md-5ths {
    width: 20%;
    float: left;
}
}

@media (min-width: 1200px) {
.col-lg-5ths {
    width: 20%;
    float: left;
}
}
.coursrp {
    font-size: 18px;
    line-height: 32px;
}
.coursrp2 {
    font-size: 20px;
    line-height: 32px;
    padding-top: 50px;
    padding-bottom: 8px;
}
#about1 {
    padding: 0px 0px 30px 0px;
    width: 100%;
    height: auto;
    font-weight: 700;
    letter-spacing: 1px;
}
/*CONTACT

*/

	/* Conatct start */

.header-title {
    text-align: center;
    color: #00bfff;
}
#tip {
    display: none;
}
.fadeIn {
    animation-duration: 3s;
}
.form-control {
    border-radius: 0px;
    border: 1px solid #EDEDED;
}
.form-control:focus {
    border: 1px solid #00bfff;
}
.textarea-contact {
    resize: none;
}
.btn-send {
    border-radius: 0px;
    border: 1px solid #c6322c;
    background: #c6322c;
    color: #fff;
}
.btn-send:hover {
    border: 1px solid #000000;
    background: #fff;
    color: #101010;
    transition: background 0.5s;
}
.second-portion {
    margin-top: 50px;
}
 @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
 @import "http://fonts.googleapis.com/css?family=Roboto:400,500";
.box > .icon {
    text-align: center;
    position: relative;
}
.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #c6322c;
    vertical-align: middle;
}
.box > .icon:hover > .image {
    background: #333;
}
.box > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
    margin-top: 16px;
}
.box > .icon:hover > .image > i {
    color: white !important;
}
.box > .icon > .info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    min-height: 360px;
}
.box > .icon:hover > .info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}
.box > .icon > .info > h3.title {
    font-size: 16px;
    color: #222;
    font-weight: 700;
}
.box > .icon > .info > p {
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
    color: #222;
}
.box > .icon > .info > .more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
    color: #fff;
    padding: 6px 8px;
    background-color: #63B76C;
}
.box .space {
    height: 30px;
}

@media only screen and (max-width: 768px) {
.contact-form {
    margin-top: 25px;
}
.btn-send {
    width: 100%;
    padding: 10px;
}
.second-portion {
    margin-top: 25px;
}
}
/* Conatct end */

.hipo {
    padding-top: 60px;
}
.marko {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 10px;
    top: 30px;
    color: #fff;
    background-color: rgb(200 49 46 / 73%);
}
.ranktx {
    margin-top: 8px;
    margin-bottom: 2px;
}
.fod {
    min-height: 418px;
    background-color: #ebebeb;
}
.footbanner {
    BACKGROUND-COLOR: #736381;
    padding-top: 32px;
    padding-bottom: 14px;
    margin: 0px 7px;
    padding-right: 32px;
    border-radius: 2px;
}
.pagec1 {
    padding: 26px 0px;
    text-transform: uppercase;
}
.coursep {
    width: 100%;
    height: auto;
    background-color: #736381;
    padding: 15px;
    color: #fff;
}
.btpost {
    padding-bottom: 30px;
}
.glyphicon-lg {
    font-size: 3em
}
.blockquote-box {
    margin-bottom: 25px;
    border-bottom: 1px solid #e3dede;
}
.blockquote-box .square {
    width: 80px;
    text-align: center!important;
    background-color: #ffffff;
    padding: 0px 10px;
}
.blockquote-box.blockquote-primary {
    border-color: #357EBD
}
.blockquote-box.blockquote-primary .square {
    background-color: #428BCA;
    color: #FFF
}
.blockquote-box.blockquote-success {
    border-color: #4CAE4C
}
.blockquote-box.blockquote-success .square {
    background-color: #5CB85C;
    color: #FFF
}
.blockquote-box.blockquote-info {
    border-color: #46B8DA
}
.blockquote-box.blockquote-info .square {
    background-color: #5BC0DE;
    color: #FFF
}
.blockquote-box.blockquote-warning {
    border-color: #EEA236
}
.blockquote-box.blockquote-warning .square {
    background-color: #F0AD4E;
    color: #FFF
}
.blockquote-box.blockquote-danger {
    border-color: #D43F3A
}
.blockquote-box.blockquote-danger .square {
    background-color: #D9534F;
    color: #FFF
}
.coursemn {
    padding-bottom: 10px;
    padding-top: 9px;
    color: #fff;
    background-color: #736381;
}
.corshd {
    position: relative;
    top: 12px;
    color: #736381;
}



.store-wrapper p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 7px;
}


.store-wrapper a {
    cursor: pointer;
}

.fixed-btm-top2 {
    position: fixed;
    top: 25%!important;
    right: 20px!important;
	bottom: unset!important;
	z-index: 100;
    height: 50px!important;
     width: 50px!important;
}



.fixed-btm-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.fixed-btm-top .scroll-to-top {
  display: inline-block;
  text-align: center;
  height: 40px;
  background: #c90326;
  color: #fff;
  width: 40px;
  border-radius: 100%;
  padding-top: 10px;
  opacity: 0;font-size: 20px;
}

.scroll-to-top.reveal {
  opacity: 1;
  visibility: visible;
}


.sec77{
	margin: 50px 0px;
}


.sec77 .card {
    display: block !important;
	text-align: left;
}


.sec77 .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    min-height: 100%;
    font-weight: 400;
}

.sec77 .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}


.sec77 .card h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;

}

.sec77  .fw-600 {
    font-weight: 600!important;
}

.sec77 .pt-2, .py-2 {
    padding-top: 0.5rem!important;
}

.sec77 .mb-1, .my-1 {
    margin-bottom: 15px!important;
	margin-top: 15px!important;
}


.sec77 .card .br-detail{
	font-size: 14px;
    line-height: 30px;
}


.sec77 .card  .br-detail{
	font-size: 16px;
}


.sec77 .card .fa{
	color: #c90326
}

.sec77  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 25px;
}

.neetul{
	    font-size: 14px!important;
    font-weight: 500!important;
}

.content-lab{
	padding: 50px 25px;
}


.classroom-pic{
	
}


.classroom-pic .gallery-block-inner {
    min-height: 240px!important;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}



.Hostel-pic{
	
}


.Hostel-pic .gallery-block-inner {
    min-height: 260px!important;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}


.displayhide{
	display: none;
}


.padtop30{
	padding-top: 30px;
}

.INTPUC{
	padding-bottom: 0px;
}

.INTPUC img{
	padding-bottom: 30px;
}

.Commerce-sec{
	padding-bottom: 0px;
}


.Commerce-sec img{
	padding-bottom: 30px;
}


