* {
  text-decoration: none !important;
  box-sizing: border-box !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #111;
  font-family: Hind, sans-serif !important;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.navbar {
  padding: 0rem 0rem !important;
  transition: 0.5s !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}

.bg-dark {
 
  background: gold !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}
.navbar-nav {
  margin-left: 7%;

  color: black;
}
.nav-link:hover {
  color: black !important;
}

.nav-link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.nav-link::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid transparent;
}

.nav-link:hover::before {
  animation: animate 0.5s linear forwards;
}

.top-head .top-contact .left-side .fa {
  font-size: 30px;
  line-height: 21px;
  transition: all 0.5s;
}
.top-head .top-contact .left-side .fa:hover {
  transform: rotate(360deg);
}
@keyframes animate {
  0% {
    width: 0%;
    left: 50%;
    border-bottom-color: black;
  }

  100% {
    left: 0%;
    width: 100%;
    border-bottom-color: black;
  }
}
/* .nav-item:hover {
    order-bottom: 2px solid black;
    border-top: 2px solid black;
    margin-bottom: -2px;
    margin-top: -2px;
}*/
.navbar-collapse {
  bckground: linear-gradient(-14deg, black 60%, gold 50%);
}

.navbar-brand {
  transition: 0.5s !important;
}

#lgo {
  color: black;
}

#lgo img {
  height: 111px;
}

.nav-item {
  padding: 10px 14px;
}
.nav-link {
  color: #1a1511 !important;
  pdding: 25px 36px !important;
}

.nav-link:hover {
  color: rgb(100, 45, 15) !important;
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
  #lgo {
    font-size: 15px;
    font-weight: 600;
  }
  .nav-link {
    font-size: 11px !important;
    padding: 25px 7px !important;
  }
  .navbar-nav {
    margin-left: 11% !important;
  }

  .pro-info h4 {
    font-size: 19px;
  }
}

@media screen and (max-width: 990px) {
  #lgo {
    font-size: 15px;
    font-weight: 600;
  }
  .nav-link {
    font-size: 14px !important;
    padding: 25px 7px !important;
  }
}

@media screen and (max-width: 600px) {
  .navbar-nav {
    margin-left: 0% !important;
    padding-left: 25px !important;
  }
  .navbar-toggler {
    outline: none !important;
  }

  .owl-dot,
  .owl-nav {
    display: none !important;
  }

  #lgo img {
    height: 50px;
  }

  .navbar {
    padding: 5px !important;
  }
  #lgo {
    display: none;
  }

  .nav-link {
    padding: 5px 7px !important;
  }

  .navbar-toggler {
    border: 2px solid rgb(100, 45, 15) !important;
    color: rgb(100, 45, 15) !important;
    border-top-left-radius: 19px;
    border-bottom-right-radius: 19px;
  }

  .slide-img {
    height: 150px;
  }

  .cont-sec {
    display: none !important;
  }

  #lgo {
    padding: 18px 5px;
    font-size: 15px;
  }

  .quick {
    display: block;
    margin-top: 20px;
  }

  .top-contact span {
    text-align: center !important;
  }
  #button {
    margin-right: 11px;
  }

  .skill {
    margin-top: 50px;
  }
  .foot-top .col-lg-6 {
    margin-top: 20px;
  }

  .our-skill {
    overflow-x: hidden;
  }
}

.social-icon {
  position: fixed;
  right: 0px;
  display: block;
  top: 70%;
  z-index: 999;
  padding: 10px 0px;
  transition: 0.5s;
}

.social-icon p:hover {
  opacity: 0.9;
}

.social-icon p {
  background: #1864a8;
  padding: 7px 14px;
}
.social-icon p a {
  color: white;
  font-size: 32px;
}

.social-icon p {
  margin-bottom: 9px !important;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 4px;
}

.social-ico {
  background: #1ccacd;
}

.top-head {
  background: white;
}

.top-head .fa {
  color: gold;
  font-size: 48px;
}

.logo-images {
  height: 125px;
}
.top-contact span {
  margin-right: 15px;
}

.quick-btn {
  background: #1864a8;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
}

.quick-btn:hover {
  color: white !important;
}
/*.box14 .icon li,.box14 .post{display:inline-block;}
/*********************** Demo - 14 *******************/
/*.box14{position:relative;margin-bottom: 30px;}
.box14,.box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:auto}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:14px;color:#fff;padding:10px;background:#FFD700;margin-top:30px;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:65px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff!important;margin-right:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{background:#FFD700;border-color:#FFD700}
*/
@media only screen and (max-width: 990px) {
  .box14 {
    margin-bottom: 30px;
  }
}

.ttp-cont {
  display: flex;
  padding-top: 51px;
}
.ttp-cont p {
  margin-bottom: 0rem;
}
.ticons {
  margin-top: 0px;
}

.top-head a span {
  color: black;
  font-size: 14px;
}

html {
  overflow-x: hidden;
}

.dropdown-menu {
  overflow: hidden;
  transition: 1s;
  margin-top: -2px;
  background-color: white;
  /*border-top: 5px solid black;*/
  border-bottom: 3px solid #1b1b1b;
}

.dropdown-item .fa {
  color: black;
  transition: 0.5s;
}
.dropdown-item {
  font-size: 15px;
  font-weight: 600;
}
.dropdown-item .fa-hand-o-right {
  display: none;
}
.dropdown-item:hover {
}
@media screen and (min-width: 1024px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}

.img {
  max-width: 100%;
}

.box14 .pro-desc h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  overflow: hidden;
}

.ply-img {
  transition: 0.5s;
}
.box14:hover .ply-img {
  transform: scale(0.9);
}

.pro-desc h3 a {
  color: goldenrod;
}

.pro-desc {
  margin-top: -2px;
  padding: 10px 20px;
  transition: 0.5s;
  border: 1px dashed darkgrey;
}

.quality {
  text-align: center;
  width: 100%;
  margin: auto;
}

.quality li {
  display: inline-block;
  float: left;
  text-align: center;
  width: 20%;
  margin-bottom: 30px;
}

.quality li img {
  margin: auto;
  width: 100;
  height: 100px;
}

.cap h3 {
  font-size: 16px;
  font-weight: 400;

  margin-top: 10px;
}

@media (max-width: 767px) {
    
     .desktop_whatsapp{
        display: none !important;
    }

    .mobile_whatsapp{
        display: block !important;
    }

    .phone_none_certi{
        display: none !important;
    }

    .fixed_bottom_footer{
        display: block !important;
      }

    .certificate_fixed_left{
        display: block !important;
      }


    .phone_certi{
        display: none;
    }
    
  .footer_certi_img a{
    text-align: left !important;
      margin: 0px 20px;
    }
    
    .footer_certi_img img{
      width: 80px;
      margin: 0 !important;
      display: block;
    }

  .copy_right_section {
    background-color: #000;
    text-align: center;
    padding-bottom: 2px !important;
  }

  .quality li {
    display: block;
    width: 100%;
  }

  .wel .wel-img {
    display: none;
  }

  .sicons .whatsapp {
    display: block;
  }

  body {
    overflow-x: hidden;
  }

  .dropdown .dropdown-menu {
    margin-left: -36px !important;
  }

  .top-footer {
    margin-bottom: -1px;
  }

  h2 {
    font-size: 35px;
  }

  h2::before {
    display: none;
  }

  .ttp-cont {
    display: none;
  }

  .logo-images {
    height: 100px;
  }
  .sec2::after {
    display: none;
  }
  .welcome-sec {
    margin-top: -13px;
  }
  .soc-icon {
    display: none;
  }

  #mod-content {
    width: 90% !important;
  }

  .slider {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.product-qual {
  padding: 30px 0px;
  border-bottom: 2px dotted goldenrod;
}

.welcome-sec {
  padding: 30px 0px;
  background-image: url(../img/compo2.webp);
  background-size: cover;
}

.product-sec {
  padding: 60px 0px;
}

.w-img {
  max-width: 100%;
  padding: 5px;
  box-shadow: 0 0 5px;
  border-radius: 5px;
}

footer {
  background: #1b1b1b;
  padding: 30px 0px;
  color: white;
}

footer a {
  color: white;
  font-size: 15px;
}

.fcont p {
  display: inline-flex;
}

.fcont p span {
  margin-left: 10px;
}

footer a:hover {
  color: gold !important;
}

footer ul {
  list-style: none;
}

footer li {
  line-height: 30px;
}

footer h4 {
  border-bottom: 1px solid;
  padding: 10px;
}

.copy {
  text-align: center;
  background-color: #000;
}

.copy p1 {
  color: gold;
}

.copy_right_section {
  background-color: #000;
  text-align: center;
}
.copy_right_section p {
  color: lightgray;
  padding-top: 15px;
}

.copy_right_section p a {
  color: gold;
}
/*footer .copy p::after{
    content: '';
    width:50px;
    height: 5px;
    background: white;
}
*/
.top-footer {
  width: 100%;
  height: 50px;
  background: linear-gradient(-45deg, black 20%, transparent 10%);
}

h2::before {
  width: 59px;
  height: 5px;
  /* left: 37%; */
  /* margin-left: 8px; */
  margin-top: 42px;
  background: gold;
  position: absolute;
}

#top-button {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffd700;
  color: white;
  cursor: pointer;
  padding: 11px 16px;
  border-radius: 25px;
}

.map {
}

.read-btn {
  padding: 10px;
  border: 1px solid black;
  color: black;
  transition: 0.5s;
}

.read-btn:hover {
  background-color: black;
  color: white;
}

.how-sec {
  text-align: center;
  margin-top: 20px;
  transition: 0.5s;
}

.himg img {
  height: 150px;
}

html {
  scroll-behavior: smooth;
}

.how-it {
  padding: 30px 0px;
}

.sec2::after {
  content: url("../img/arrow.png");
  position: absolute;
  top: 77px;
  left: 235px;
}

.so-icon {
  border: 2px solid gold;
  padding: 8px 9px;
  border-radius: 25px;
  transition: 0.5s;
}

.so-icon:hover {
  background: gold;
  color: black;
}

#lgo {
  visibility: hidden;
  transition: 0.3s;
}

#lgo img {
  height: 48px;
  transition: 2s ease;
}

.quality li:hover .img-responsive {
  transform: scale(1.2);
  transition: 2s ease;
}

.how-sec:hover .himg img {
  transform: scale(1.1);
  transition: 2s ease;
}

.htitle h5 {
  font-size: 26px;
  font-family: cursive;
  margin-top: 10px;
  transition: 2s ease;
}

.soc-icon {
  position: fixed;
  top: 35%;
  left: -1px;
  display: none;
  z-index: 1098;
  transition: 2s ease;
}

.soc-icon .fa {
  padding: 13px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 0px 1px;
  display: block;
}

.soc-icon .fa:hover {
  opacity: 0.7;
}

.soc-icon .fa-facebook {
  background: #3b5998;
  color: white;
}

.soc-icon .fa-twitter {
  background: #55acee;
  color: white;
}

.soc-icon .fa-google {
  background: #dd4b39;
  color: white;
}

.soc-icon .fa-linkedin {
  background: #007bb5;
  color: white;
}

/* modal css *
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
  }
  
  
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 23%!important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 16px;
    background-color: #2ae420;
    color: white;
    font-size: 25px!important;
    
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
    padding: 2px 16px;
    background-color: transparent;
    color: white;
  }



  * modal css*/

.icon li a {
  cursor: pointer;
}

p1 {
  padding: 10px;
}

input[type="submit"]:hover {
  opacity: 0.8;
}

.slider {
  margin-top: -19px;
  margin-bottom: -17px;
}

.whatsapp {
  background: green;
  padding: 3px 12px;
  position: fixed;
  right: 5px;
  top: 70%;
  z-index: 1098;
  border-radius: 25px;
  display: none;
}

.whatsapp a {
  color: white;
  font-size: 35px;
}

.box-content {
  display: none;
}
.box14 img {
  width: 100%;
}

.box14 {
  margin-bottom: 30px;
}
b1 {
  color: goldenrod;
}

.wel-desc {
  background: #00000059;
  padding: 20px;
  color: white;
}

.wel-desc .read-btn {
  border-color: white;
  color: white;
}

.png-img {
  height: 400px;
}

.wel-img {
  text-align: right;
}

/* Contact Form */

.cont-sec {
  position: fixed;
  left: 0px;
  bottom: 70px;
  display: flex;
  margin-left: -302px;
  transition: 1s;
  z-index: 999;
}

.cont-sec:hover {
  margin-left: 0px !important;
}

.con-img {
  padding-top: 110px;
}
.cimg {
  height: 100px;
}
.cont-form {
  padding: 40px;
  background: #ffd700;
  display: inline-block;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.cont-form input,
.cont-form textarea {
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
}
.cont-form input[type="submit"] {
  font-weight: 600;
  border: none !important;
  padding: 10px 20px !important;
}

.cont-form .form-control {
  box-shadow: none;
}
.cont-form input[type="submit"]:hover {
  border: 1px solid black !important;
  color: black;
  background: white;
  margin: -2px;
  background: white;
}

.whatsap {
  display: none;
}

.product-page {
  padding: 40px 0px;
}

.product-heading {
  margin: 30px 0px;
}
.pimages {
  width: 100%;
}

.ab-page .product-heading h3 {
  font-size: 35px;
  text-align: center;
}

.co-desc {
  text-align: center;
}

.co-desc p {
  color: gray;
  font-size: 16px;
  line-height: 30px;
}

.co-desc h4 {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.co-desc p a {
  color: gray;
  font-size: 16px;
}

.ic-sec {
  text-align: center;
}
.ic-sec .fa {
  padding: 7px 13px;
  border-radius: 25px;
  font-size: 42px;
  color: goldenrod;
}
.cont-details {
  padding: 30px;
  box-shadow: 0 5px 1px;
}

.co-desc a {
  color: black;
}

.form-sec {
  margin: 80px 10px 30px;
}
.cont-details {
  margin-bottom: 30px;
}

.my-form input,
.my-form textarea {
  border: none;
  border-bottom: 2px solid goldenrod;
  margin-bottom: 15px;
  height: 60px;
}

.my-form .form-control:focus {
  box-shadow: none !important;
}

.dropdown-menu {
  margin-top: 0px;
  padding: 0rem 0;
}

.dropdown-item:hover {
  background: goldenrod;
  color: white;
}

.dropdown:hover .dropdown-menu {
  animation: move-top 1s;
}

@keyframes move-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footer_num a {
  display: block !important;
  line-height: 30px;
}

.f_rd {
  color: gold;
}

/**/
.plywood_section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8eff5;
  margin-top: 40px;
  margin-bottom: 40px;
}

.plywood_hd h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #71421a;
  text-transform: capitalize;
  font-weight: 700;
}

.plywood_img_box {
  text-align: center;
  margin-bottom: 25px;
  text-align: center;
  transition: 0.5s ease;
  overflow: hidden;
  position: relative;
}

.plywood_img_box img {
  display: block;
  transition: 0.5s ease;
  text-align: center;
  margin: auto;
  border: 5px solid white;
}

.overlay_enq_btn {
  position: absolute;
  top: 30%;
  right: 3%;
  transition: 0.4s ease;
}

.overlay_enq_btn a {
  writing-mode: vertical-lr;
  background-color: white;
  padding: 12px 6px 12px 6px;
  color: #71421a;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 2px;
}

.product_name_div h4{
  font-size: 18px;
  color: #212121;
  font-weight: 700;
  padding-top: 8px;
  text-transform: capitalize;
}



.product_name_div h4 a{
  color: #212121;
 
}

.zoom_btn {
  position: absolute;
  top: 15%;
  right: 5%;
  transition: 0.4s ease;
}

.zoom_btn a {
  background-color: #000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 100px;
}

/**/

/**/
.index_page_pro_section {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #e8eff5;
  margin-bottom: 70px;
}

.index_head_pro h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #1b1b1b;
  text-transform: capitalize;
  font-weight: 700;
}

.index_head_pro h3 span {
  text-align: center;
  margin-bottom: 30px;
  color: orange;
  text-transform: capitalize;
  font-weight: 700;
}

.index_product_m_div {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.index_product_m_div img {
  display: block;
  margin: auto;
  text-align: center;
  transition: 3s ease;
  border: 6px solid #fff;
  filter: brightness(90%);
}

.index_product_m_div:hover img {
  display: block;
  margin: auto;
  text-align: center;
  transition: 3s ease;
  border: 6px solid #fff;
  filter: brightness(80%);
  transform: scale(1.1, 1.1);
}

.overlay_index_pg_d {
  position: absolute;
  top: 25%;
  right: 3%;
  text-align: center;
  transition: 0.4s ease;
}

.overlay_index_pg_d a {
  writing-mode: vertical-lr;
  background-color: white;
  padding: 12px 6px 12px 6px;
  color: #71421a;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 2px;
}

.overlay_index__pro_zoom {
  position: absolute;
  top: 10%;
  right: 5%;
  transition: 0.4s ease;
}

.overlay_index__pro_zoom a {
  background-color: #000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 100px;
}

.index_product_name {
  text-align: center;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 1px;
  color: #71421a;
  display: block;
  border-bottom: 3px solid #71421a;
}

.index_product_name h4 a {
  text-align: center;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #71421a;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
}
/**/

.product-heading h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #1b1b1b;
  text-transform: capitalize;
  font-weight: 700;
}

.product-heading h3 b1 {
  text-align: center;
  margin-bottom: 50px;
  color: orange;
  text-transform: capitalize;
  font-weight: 700;
}

.wel-title h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #1b1b1b;
  text-transform: capitalize;
  font-weight: 700;
}

.wel-title h3 span {
  text-align: center;
  margin-bottom: 30px;
  color: orange;
  text-transform: capitalize;
  font-weight: 700;
}

.profile_txt h3 {
  margin-bottom: 15px;
}

.profile_txt p {
  text-align: justify;
  line-height: 28px;
}

.owl_img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.pro-details p {
  line-height: 30px;
  text-align: justify;
  color: gray;
}

.pro-details ul {
  list-style: square;
}

.pro-details li {
  line-height: 30px;
  color: gray;
}
.img-pro {
  transition: 0.4s ease;
  margin-bottom: 20px;
}

.prodt_enq_btn {
  text-align: center;
  background-color: ;
}

.prodt_enq_btn a {
  background-color: #1b1b1b;
  padding: 8px 12px 8px 12px;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 2px;
}

.img-pro img {
  border-radius: 10px;
  margin-bottom: 20px;
  filter: brightness(90%);
}

.contact_page_ff {
  background-color: #e8eff5;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.contac_page_form_m_div {
  margin-bottom: 20px;
}

.contac_page_form_m_div input,
textarea {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 25px;
  padding: 27px 18px 27px 18px;
}

.modal_form_m_div input,
textarea {
  border: 1px solid lightgray !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 25px;
  padding: 27px 18px 27px 18px;
}

/**/
.dsk_bnn {
  display: ;
}
.phone_bnn {
  display: none;
}
/**/

@media (max-width: 767px) {

  
#top-button {
  display: none;
  position: fixed;
  bottom: 170px !important;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffd700;
  color: white;
  cursor: pointer;
  padding: 11px 16px;
  border-radius: 25px;
}

  /**/
  .dsk_bnn {
    display: none !important;
  }
  .phone_bnn {
    display: block !important;
  }
  /**/
}

/**/
.fixed_enquiry_btn_web {
  position: fixed;
  bottom: 30%;
  right: 1%;
  z-index: 99;
}

.fixed_enquiry_btn_web a {
  background-color: #71421a;
  padding: 30px 10px 30px 10px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff;
}



.footer_certi_img{
    text-align: center;
    margin-bottom: 20px;
    
  }
  
  .footer_certi_img a:nth-child(1){
    margin-bottom: 10px;
    color: #b1aca8;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 10px;
   
  }
  
  
  .footer_certi_img a:nth-child(2){
    margin-bottom: 10px;
    color: #b1aca8;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 10px;
  }
  
  .footer_certi_img a{
  text-align: center;
    margin: 0px 20px;
  }
  
  .footer_certi_img img{
    width: 80px;
    margin: auto;
    display: block;
  }

  .certificate_fixed_left{
 
    position: fixed;
    top: 40%;
    left: 1%;
    background-color: #000;
    padding: 20px 10px 20px 15px;
    border-radius: 100px;
    border: 3px dashed #fff;
    z-index: 99999;
   
  }

  
.certficate_img_div p b{
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: .3px;
  margin-left: -1px;

}
  
  .certficate_img_div img{
  width: 40px;
  margin: 14px 0px;
  display: block;
  }

  /*  */
.fixed_bottom_footer{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    padding-top: 10px;
    z-index: 9;
  }
  
  .footer_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
  
  .footer_flex p img{
    width: 50px;
    margin: auto;
  }
  
  
  .footer_flex p a{
    display: block;
    text-transform: capitalize;
    text-align: center;
    
  }
  
  .footer_flex p span{
    font-size: 14px;
    text-transform: capitalize;
  }
  /*  */

  
.top_bar_marquee{
  background-color: #212121;

  color: #fff;
  padding: 5px 20px ;
  text-transform: capitalize;
  border: 2px double #fff;
}


.top_bar_marquee img{
  width: 20px;
  display: inline;
  font-size: 14px;
  font-weight: 600;

}

.top_bar_marquee a{
  color: lightgray;
  font-weight: 500;
}


.footer_click_btn {
  text-align: center;
  background-color: #242424;
  display: inline;
  padding: 10px 20px 10px 20px;
 color: #fff;
 cursor: pointer;
 border-top-right-radius: 10px;
 border-bottom-left-radius: 10px;
 text-transform: capitalize;
 font-size: 15px;
 font-weight: 600;
 border-left: 3px solid #fff;
 border-right: 3px solid #fff;
}



 .mobile_call_whatsapp_fixed_main_div{
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 99999;
  }

  .mobile_whatsapp{
    display: none;
  }


  .call_icon_div{
    text-align: center;
  }

  .call_icon_div > a {
    background-color: #ffa500;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
   border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

  }

  @keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* Adjust the distance */
  }
}

  .call_icon_div >  a > img{
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
  }

  .whatsapp_icon_div{
    text-align: center;
  }


  .whatsapp_icon_div > a {
    background-color:#008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
   animation-duration: 10s;
   animation-timing-function: steps(1, end);
   position: relative;
   animation: zigzag 8s infinite;
   display: inline-block;

}

@keyframes zigzag {
  0%   { left: 0px; }
  1%   { left: -5px; }
  2%   { left: 5px; }
  3%   { left: -5px; }
  4%   { left: 5px; }
  5%   { left: 0px; }
  100% { left: 0px; }
}

  .whatsapp_icon_div  > a > img{
    width: 32px !important;
    filter: brightness(0%) invert(1);
     height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
  }
  /*  */