@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;}
.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.95); 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: 20px;}
.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;}
.card-box{ background: #f1f1f1; border: 1px solid #e9e9e9; margin-bottom: 30px;}
.product-name{ font-size: 26px; text-transform: uppercase; color:#333333; padding: 10px 0; }
.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;}

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
/*.about-bg{ background:url("../images/IMG_0321.JPG") no-repeat right 0; padding: 50px 0; padding-right: 30%;}*/
.bgwhite{ background: #f1f1f1; padding: 30px 0;  font-size: 15px;  }
.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;
}

.mh388{    min-height: 388px;}

@media screen and (max-width: 1400px) {
    .contact {  font-size: 30px;}
    .fs32 {  font-size: 29px;}
    .pro-details li{font-size:16px;}
    .bgwhite { padding-left: 8%;font-size: 16px;}
    .cardbox {    font-size: 16px;}
}


 @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%;
}
}




@media (max-width:767px){
	
	}