@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  scroll-behavior: smooth;
}

body {
 font-family: 'PT Sans', sans-serif;
  color: #000000; font-weight: 400; background: #f8f8f8;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}


img{ max-width: 100%;}

/*--------------------------------------------------------------
# Top Banner
--------------------------------------------------------------*/
.header-top{background:rgba(255, 255, 255, 0.8); padding-top:5px; padding-bottom:5px; margin-bottom:10px;}
.bannerbg{ background: url("../images/top-banner.jpg") no-repeat 0 0;padding: 0px 0 20px; width: 100%; background-size: cover; margin-bottom: 50px; }

/*{    background: linear-gradient(184deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 56%);
    padding: 0px 2px 3px 2px;
}*/

.bannerbg2{ background: url("../images/thankpage.jpg") no-repeat 0 0; padding: 33px 0 200px; width: 100%; background-size: cover; }
.pt150{ padding-top: 100px !important; padding-bottom: 100px !important;}
.contact{ background: rgba(0,0,0,0.5); padding: 2px; margin-top:5px; color: #ffffff; font-size: 34px; text-align: center; border-radius: 5px; line-height: 38px;}
.fs32{ font-size: 32px;}
.mb-2 {  margin-bottom: .3rem !important;}


.enquery-form{ background: rgba(255,255,255,0.9); padding: 5px 10px; border-radius: 5px;}
.enquery-title{ font-size: 27px; color: #0071b5; padding-bottom: 3px; }
.custom-control{ border-radius: 0px; border: 1px solid #cccccc;     padding: .1rem .5rem;}
.form-button{background: #0071b5; color: #fff; font-size: 20px; padding: 4px 40px;}
.form-label { margin-bottom: .1rem;}
.h50{height:50px;}



/*--------------------------------------------------------------
# Laminates
--------------------------------------------------------------*/
.laminates{ padding-bottom: 40px;}
.laminates-title { text-transform: uppercase; text-align: center; color: #333333; font-weight: 700; font-size: 34px;}
.blueline{ width: 100px; height: 3px; background: #0071b5; margin: 0 auto 30px;}
.pro-details{ padding: 0px; margin: 0px; padding-right: 25px; }
.pro-details li{ list-style-type: none; padding-bottom: 15px; font-size: 18px; padding-left: 25px; background: url("../images/arrow.png") no-repeat 5px 9px;}
.mb-30{ margin-bottom: 30px;}
.degree-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.degree-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(transparent, #000);
}

.degree-wrap img {
	width: 100%;}

.degree-wrap .title-part {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 21px;
    opacity: 1;
    transition: all 0.3s ease; text-transform: uppercase;
}

.degree-wrap .title-part .title {
    margin: 0;
	color: #ffffff;}

.degree-wrap .content-part, .rs-team.style1 .team-item:after {
    /* width: calc(100% - 60px); */
	height: calc(100% - 132px);}

.degree-wrap .content-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    background: rgba(0, 113, 181, 0.9);
    border-radius: 3px;
    padding: 50px 20px 0;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
}

.degree-wrap .content-part .title {
    margin-bottom: 25px;
}
.degree-wrap .content-part .title a {
    color: #ffffff;
}

.rs-degree.style1 .degree-wrap .content-part .desc {
    margin-bottom: 15px;
}

 .degree-wrap .content-part .btn-part a {
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 0;
    border-bottom: 1px solid #ffffff;
}


.degree-wrap:hover .title-part {
    bottom: -60px;
    opacity: 0;
}

.degree-wrap:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}
	
	.degree-wrap:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}

.degree-wrap .content-part, .team-item:after {
    width: calc(100% - 60px);
    height: calc(100% - 132px);
}
/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
.about-bg{ background:url("../images/about-bg.png") no-repeat right 0; padding: 50px 0; padding-right: 30%;}
.bgwhite{ background: #f1f1f1; padding: 30px 0; padding-left: 22%; font-size: 18px; padding-right: 30px; }
.about-title{ font-size: 41px; color: #333333; padding-bottom: 10px;}

/*--------------------------------------------------------------
# why choose us
--------------------------------------------------------------*/

.why-choose-us{ margin: 50px 0; background: #f1f1f1; padding: 30px;}
.cardbox{ background: #ffffff; padding: 15px 25px; font-size: 18px; color: #333333; margin-bottom: 30px; min-height: 284px;}
.title1{ font-size: 26px; text-transform: uppercase; text-align: center; padding-bottom: 10px;}

/*--------------------------------------------------------------
# FEATURES
--------------------------------------------------------------*/

.features{ margin:0 0 70px 0;}
.fbox{ text-align: center; font-size: 18px; font-weight: 700; }


.footer{ background: #ebe9e9; padding: 20px 0;}
.flogo{ text-align: right;}
.cright{ padding: 10px 0;}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #333;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}




.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


@media screen and (max-width: 1400px) {
    .contact {  font-size: 25px;}
    .fs32 {  font-size: 22px;}
    .pro-details li{font-size:16px;}
    .bgwhite { padding-left: 8%;font-size: 16px;}
    .cardbox {    font-size: 16px;}
    .degree-wrap .content-part, .team-item:after {  height: calc(100% - 71px);}
}


 @media only screen and (min-width: 768px) and (max-width: 1024px)  {
    
    .fbox{font-size: 12px;}
}


@media screen and (max-width: 767px) {
    .card-box .col-sm-5{text-align: center;}
    .fs32{ font-size: 24px;}
   .contact{ background: rgba(0,0,0,0.5); padding: 10px; color: #ffffff; font-size: 28px; text-align: center; border-radius: 5px; margin-bottom: 37px;} 
   .mlogo{text-align:center; padding-bottom:20px;}
   .card-box img{text-align:center;}
   .pro-details{padding-left:15px;}
   .product-name{padding-left:15px;}
   .about-bg{padding-right: 0}
   .bgwhite{padding-left:15px; padding-right: 15px}
   .about-title{text-align: center; font-size: 29px;}
   .fbox{padding-bottom:30px;}
   .cright {padding: 10px 0;font-size: 12px; text-align: center;}
   .flogo{text-align: center;}
}




/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
 .row-cols-5 > * {
    flex: 0 0 auto;
    width: 50%;
}
	
.degree-wrap .content-part {
    padding: 20px 20px 0;
}
	.degree-wrap .content-part, .team-item:after {
  
    height: calc(100% - 60px);
}
}




@media (max-width:767px){
	
	}