@charset "utf-8";
/* CSS Document */
body{
  font-family: 'Poppins';
}
.btn-light{border-left-color:#00abf0; border-right-color:#00abf0; }
.navbar-light{padding-top: 10px !important; padding-bottom: 10px !important; background: #ffffff !important; border-bottom: #ffffff solid 1px !important;}
.navbar-light .navbar-nav .nav-link {
     font-size:14px; padding:10px 20px; border-radius: 5px; border-left: #00abf0 solid 2px; border-right: #00abf0 solid 2px; }
nav .navbar-nav li a{
  color: #02212f !important; background: #ffffff; width: auto; border-left: #00abf0 solid 2px !important:
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.55);  }
nav .navbar-nav li a:hover{
  color: #00abf0 !important;  } 
  video {
  width: 100% !important;
  height: auto !important;
}
.dropdown-menu{border:none !important; }
.dropdown-menu li a{padding-top: 10px; padding-bottom: 10px; }
.navbar{border-bottom: #e1e1e1 solid 1px; }
.navbar-toggler{border:none !important;}
.navbar-brand{color: #ffffff !important;}
.logo{width: 250px; height: auto;}
.querybg{background: url(../images/bg.jpg) no-repeat left center; background-size: 100% 100%; padding-bottom: 3rem; padding-top: 3rem;}
.querybg2{background: url(../images/bg2.jpg) repeat left bottom fixed; padding-bottom: 3rem; padding-top: 3rem;}
.products{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
.footerdiv{width: 100%; height: auto; padding-bottom: 3rem; padding-top: 3rem; background: #e3e3de url(../images/footer-bg.jpg) no-repeat right top fixed; background-size: 100% 100%; }
.copyright{width: 100%; height: auto; padding-top: 10px; padding-bottom: 10px;}
.jumbotron{width: 100%; height: auto; padding-bottom: 1rem; padding-top: 2rem; background: #eff4f6; border-bottom: #ffffff solid 3px;}
.mepl1{background: #acaaa0 url(../images/adhesive-bg.jpg) no-repeat left center; background-size: 100% 100%; padding-bottom: 60px; padding-top: 60px; border-radius: 10px;}
.mepl1 h1{color: #ffffff;}
.mepl2{border-color: #bdbcb1; transition: 0.3s;}
.mepl2:hover{border-color: #00abf0; bottom:4px;}
.mepl3{background: #acaaa0 url(../images/grouts-bg.jpg) no-repeat left center; background-size: 100% 100%; padding-bottom: 60px; padding-top: 60px; border-radius: 10px;}
.mepl3 h1{color: #ffffff;}
.mepl4{border-bottom: #00abf0 solid 2px;}
.mepl5{border-bottom: #00abf0 solid 2px; border-top: #00abf0 solid 2px;}
.con_txt{width:100%; height:auto; border:#abb0b7 solid 1px; padding:8px; margin-bottom:8px;}
.clrr{color: #ff0000;}
.clrbl{color: #00abf0;}
.clrb{color: #071820;}
.readmore{color: #242424; text-decoration: none;}
.readmore:hover{color: #000000;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c9c9c9; font-size: 13px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #575757;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #575757;
}
#backToTop{
    position: fixed;
	bottom: 120px;
	right: 10px;
	cursor: pointer;
	display: none;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
}
@media (max-width: 768px) { 
.logo{width: 240px; height: auto;}
.querybg{background: none no-repeat left center; background-size: 100% none; padding-bottom: 0rem; padding-top: 3rem;}
}
