@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
 
}

html {
    scroll-behavior: smooth !important
}

body {
    overflow-x: hidden;
    font-size: 17px;
    background-color: #f5f5dc47;
 
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0
}


/* Header Css Start */
.ct-topbar img{
   width: 40px;
   height: 40px;
  filter: brightness(0) invert(1);
}
.ct-topbar .lang-select{
  
  
}
.ct-topbar a {
  color: #fff;
}
.ct-topbar{
  display: flex;
  text-align: center;
}
.mobile-flex{
  display:none !important;
}
.nav-1{
    padding: 0px 60px;
    position: relative;
    backdrop-filter: blur(5px);
    background-color:#063a41 ;
   }
   .nav-1 .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
   .nav-1 .cont{
       display: flex;
       gap: 20px;
       background-color: #042a2f;
       width: 70%;
       justify-content: center;
       padding: 10px 0;
       clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
   }
   .nav-1 .cont .flex{
       display: flex;
       gap: 10px;
   }
   .nav-1 .cont .flex a{
       font-size: 16px;
       color: white;
       font-family: "Rubik", sans-serif;
   }
   .nav-1 .cont .flex a:hover{
     color: #12c264;
   }
   .nav-1 .cont .flex i{
   
       color: #fff;
   }
   .social-icon{
       display: flex;
       gap: 10px;
       justify-content: end;
       align-items: center;
   }
   .social-icon p{
       font-size: 16px;
       font-family: "Rubik", sans-serif;
       color: white;
       margin-bottom: 0;
   }
   .social-icon i{
       color: #fff;
       background-color: #109c3d;
       border-radius: 50%;
       padding: 10px 10px;
       width: 35px;
       height: 35px;
   }
   .social-icon i:hover{
     color: #12c264;
     background-color: #fff;
   }


.main-header .logo{
  position: relative;
}


.main-header .main-box{
  position:relative;
  left:0px;
  top:0px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.main-header .main-box .nav-outer{
  position: relative;
  display: flex;
  align-items: center;
}


.main-menu{
  position:relative;
  float:left;
}

.main-menu .navbar-header{
  display: none;
}

.main-menu .navbar-collapse{
  padding:0px;	
}

.main-menu .navigation{
  position:relative;
  margin-bottom: 0;
  
}

.main-menu .navigation > li{
  position: relative;
    float: left;
  /* padding: 33px 0px; */
    margin-right: -10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right: 0;
}


.main-menu .navigation > li > a{
  position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-weight: 400;
    color: black;
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0;
    text-transform: capitalize;
}



.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
  left: 0;
  width: 75%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{

}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:100%;
  width: 390px !important;
  z-index:999 !important;
  padding: 10px 0 0;
  background-color: #fff;
  margin-top: 40px;
  opacity:0;
  display:none;
  box-shadow: 0 0 3px rgba(0,0,0,0.10);
  transition: opacity 0.3s ease, transform 0.3s ease;
 box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;	
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;

}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
  position: relative;
    display: block;
  line-height: 24px;
    font-weight: 500;
    padding: 10px 10px;
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    color: black;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: 1px solid #f5878c; */
    transition: all 300ms ease;
    margin: 0 0px;
   
}

.main-menu .navigation > li > ul > li:hover > a{
  background-color:  #0d401c;
  border-radius: 10px;
  color:#ffffff;
  padding-left: 10px;
  transition: all 0.30s ease-out;
 
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:10px;
  top:11px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top: 0;
  width:370px;
  z-index:100;
  background-color: #fff;
  border-radius: 10px;
  opacity:0;
  padding: 0;
  margin-top: 30px !important;
transform:translateY(-30px);
 box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none;	
}
.main-menu .navigation > li > ul > li  > ul{
  background-color: #fff !important;
  
}
.main-menu .navigation > li > ul > li  > ul > li > a{
  position: relative;
    display: block;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    background-color: #fff;
    color: black;
   
    /* border-bottom: 1px solid #e5e5e5; */
    transition: all 300ms ease;
    margin: 0;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
  background-color: #0d401c;
  color:#fff;
  padding-left: 10px;
  border-radius: 10px;
 transition: all 0.30s ease-out;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:100%;
  margin-top: 0;
    padding-top: 0;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  bottom:-71%;

}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:8px;
  width:34px;
  height:30px;
  border:1px solid #ffffff;
  text-align:center;
  font-size:16px;
  line-height:26px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:none;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.main-header .outer-box .theme-btn{
  display: block;
  min-width: 160px;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  display: block;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  padding-top: 0;
  border-radius: 10px;
  width: 345px;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    top: -30px;
    left: 100%;
    height: 44px;
    margin-top: 0;
    z-index: 999;
    border-radius: 10px;
    transform: translateY(0);
  }
  .main-menu .navigation li > ul,
  .main-menu .navigation li > ul > li > ul {
    transition: opacity 0.3s ease, transform 0.3s ease;
  }






/*** 

====================================================================
Mobile Menu
====================================================================

***/

.mobile-nav-toggler{
  position: relative;
  font-size: 24px;
  line-height: 50px;
  cursor: pointer;
  color: #ffffff;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 15px;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  max-width:100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
} 

.mobile-menu .nav-logo{
  position:relative;
  padding:20px 20px;
  text-align:left;	
  width: 100px;
}

.mobile-menu .nav-logo img{
  max-width:200px;
  height: 40px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box{
  position: relative;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform:  translateX(-100%);
  -ms-transform:  translateX(-100%);
  transform:  translateX(-100%);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transform:  translateX(0%);
  -ms-transform:  translateX(0%);
  transform:  translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background-color: #fff;
    border: 1px solid #fff;
    border-top: 0;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
  opacity: 0.50;
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  padding: 0 20px;
}

.mobile-menu .navigation > li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.mobile-menu .navigation > li > a{
  font-weight: 500;
  border: 1px solid #eeeeee;
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #404040;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
  color:#1c73ea;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:0px;
  top:0px;
  width:40px;
  height:40px;
  text-align:center;
  font-size:12px;
  line-height:40px;
  border-left: 1px solid #fafafa;
  color:#222222;
  cursor:pointer;
  z-index:5;
 transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
  display: inline-block;
  position: relative;
  content: "\f068";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
  display: none;
  margin-left: 10px;
}


/*** 

====================================================================
Header Style Two
====================================================================

***/

.header-style-two{
  background-color: #fff;

  top: 0;
  left: 0;
  z-index: 99999;

}

.header-style-two .main-menu .navigation > li > a{
  color: #000;
  font-weight: 500;
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;

  padding: 12px 15px;
   
}
.header-style-two .main-menu .navigation > li > a > i{
  font-size: 16px;
}
.header-style-two .main-menu .navigation > li > a:hover > i{
  transition: .3s;
  transform: rotate(180deg);
}

.header-style-two .main-menu .navigation > li > a:before{
  bottom: -4px;
}

.header-style-two .main-menu .navigation > li > a:hover:before,
.header-style-two .main-menu .navigation > li.current > a:before{
  width: 25px;
}

.header-style-two .menu-outer{
  position: relative;
  width: 100% !important;
    margin: 0 auto;
  padding: 0px 50px;
}

.header-style-two .outer-box .theme-btn{
  min-width: 160px;
}

.header-style-two .logo{
    padding: 10px 0px 10px 80px;

    
}
.header-style-two .logo img{
  width: 85%;
}

.mobile-quote{
  display: none;
}

.logo{
  width: 65%;
  position: relative;
  padding: 10px 0;
  justify-content: center;
  display: flex;
  justify-content: center;
 
}
.header-logo {
position: relative;
padding: 10px 0;
}

.header-logo::before {
content: "";
position: absolute;
top: 0%;
right: -35%;
height: 100%;
bottom: 0;
width: 99999px;
background-color: #042a2f;
transform: skewX(32deg);
}
.header-logo img {
position: relative;
width: 52%;
z-index: 1;
}
.header-logo::after {
content: "";
position: absolute;
top: 0%;
right: -38%;
height: 100%;
bottom: 0;
width: 100%;
z-index: -1;
background-color: #54CE7B;
transform: skewX(37deg);
}

.logo::before {
content: "";
position: absolute;
top: 0%;
right: 25%;
height: 100%;
bottom: 0;
width: 290px;
background-color:#063a41 ;

clip-path: polygon(0 1%, 77% 0, 100% 100%, 0% 100%);
}
.logo::after {
content: "";
position: absolute;
top: 0%;
right: 28%;
height: 100%;
bottom: 0;
width: 60%;
z-index: -1;
background-color: #54CE7B;
transform: skewX(40deg);
}

.logo a img{
  width: 55%;
  position: relative;
  
}

/* ----------------------------navbar end-------------------------------- */



 .get-quote a{
    padding: 15px 8px 15px 25px;
       font-size: 17px;
       background-color: #12c264;
       color: white;
       border-radius: 50px;
   }
   .get-quote a i{
    font-size: 16px;
    padding: 12px 12px;
    background-color: #063a41;
    white-space: nowrap;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    transform: rotate(320deg);
   }
   .get-quote a:hover{
       background-color: #063a41;
   }
   .get-quote a:hover i{
       transition: .4s ease-in;
       transform: rotate(360deg);
       background-color: #12c264;
      
   }
   .sticky .header-main {
       background-color: #222222;
       position: fixed;
       top: 0;
       left: 0;
       padding: 0px 60px;
       z-index: 99999;
       box-shadow: 0 0 40px #000;
       animation: sticky-header 1s;
   }
   
   @keyframes sticky-header {
       0% {
           transform: translateY(-100%);
       }
   
       100% {
           transform: translateY(0);
       }
   }
   .sticky nav>ul>li>a{
    color: #fff;
   }
   .sticky-time {
       display: none;
   }
   
  .logo {
       display: block;
   }
   .sticky .logo a img{
    width: 58%;
   }
   
   .sticky .sticky-time {
       display: block;
       width: 210px;
       padding: 10px 0;
   }




/* -------------banner-sec---------- */
   .mobile-banner{
    display: none;
  }
   .banner-sec .slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
   .banner-sec{
    position: relative;
    overflow: hidden;
   
   }
   .banner-sec .container {
    max-width: 100%;
    --bs-gutter-x: 0;
   }
   /* .img-part {
    position: relative;
} */
/* .img-part {
  height: 100%;
  overflow: hidden;
}
.img-part img {
  position: absolute;
  width: 1150px !important;
  z-index: 999;
} */

.img-part {
  height: 100%;
  overflow: hidden;
  background-color: #6790c8;
  clip-path: polygon(0px 0px, 100% 0px, 89.74% 98.72%, 0 100%);
  margin-right: -13%;
  position: relative;
}
.img-part img{
  width: 420px;
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate( -50% , -50%);

}
.image-part{
  clip-path: polygon(16.76% 0px, 100% 0px, 100% 100%, 0% 100%);

}



   /* .banner-sec::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: rgb(10, 40, 87);
    opacity: .7;
    z-index: 1;
   } */
   .banner-sec .text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    z-index: 999;
   }

   .banner-sec .text h1{
    font-size: 40px;
    color: #fff;
    font-family: 'Flexo Bold';
    text-align: center;
    padding-bottom: 20px;
  
   }
  
   .banner-sec .text h4{
    font-size: 22px;
    color: 	#fff;
    text-align: center;
    font-family: 'Flexo Bold';
   }
   .banner-sec .read-btn{
    display: flex;
    justify-content: center;
    padding-top: 15px;

  }
  .banner-sec .read-btn a{
   font-size: 16px;
   font-weight: 600;
   padding: 10px 8px 10px 25px;
   background-color: #fff;
   color: #0d401c;
   border-radius: 50px;


  }
  .banner-sec .read-btn a:hover i{
    transition: .4s;
    transform: rotate(360deg);
  }
  .banner-sec .read-btn a i{
    font-size: 16px;
    padding: 10px 10px;
    background-color: #f28f00;
    color: #0d401c;
    border-radius: 50%;
    margin-left: 10px;
    transform: rotate(320deg);
  }
  

  h2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/rice-plant.png');
    background-size: cover;
 background-repeat: no-repeat;
  }


  .fixed-icon{
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
    z-index: 99999;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  
    box-shadow: #25D366 0px 5px 15px;
    animation: vibrate 0.8s infinite;
  }
  @keyframes vibrate {
    0% { transform: scale(1); border-color: #25D366; }
    25% { transform: scale(1.05); border-color: #15aa99; }
    50% { transform: scale(1); border-color: #0a9282; }
    75% { transform: scale(1.05); border-color: #128C7E; }
    100% { transform: scale(1); border-color: #25D366; }
  }
  
 /* --------------counter-sec--------- */

 .counter-sec{
  background-color: #042a2f;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
  margin-top: -7px;
 }
 .counter-sec .head{
   background-color: #109c3d;
   padding: 30px 30px;

 }
 .counter-sec .head h1{
    font-size: 34px;
   font-weight: 700;
   font-family: "Rubik", sans-serif;
   color: #fff;
 }
   .countertime{
    /* border: 1px solid #e1e1e1; */
    display: flex;
    padding: 24px 0;
    
  }
  .countertime > div{
    width: 33.33%;
  }
  .first-count{
    border-right: 1px dotted #e1e1e1;
    padding: 20px 22px;
  }
  .counter-content .symb{
    font-size: 28px;
    color: #fff;
  }
  .count-icon-box{
 
    line-height: 95px;
    text-align: center;
    /* background-color: #fff; */
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
  }
  .count-icon-box img{
    filter: brightness(0) invert(1);
    width: 65px;
    height: 65px;
  }
  .counternum{
    font-size: 36px;
    line-height: 30px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    color: 	#FFFFFF;
  }
  .counter-content p{
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: 	#cecece;
    margin-bottom: 0;
  }
  .counter-content{
    margin-top: 1px;
  }
  .countertime .first-count:last-child{
    border-right: none;
  }

  /*--------------welcome-sec-------- */

  .welcome-sec{
    padding: 60px 0;
  }
  .welcome-sec h2{
    font-size: 24px;
    font-weight: 600;
    color: #109c3d;
    font-family: "Rubik", sans-serif;
    padding-bottom: 5px;
  }
  .welcome-sec .text-box{
    padding-left: 60px;
  }
  .welcome-sec h1{
    font-size: 38px;
  font-weight: 700;
  color: #063a41;
  padding-bottom: 10px;
  font-family: "Rubik", sans-serif;
  }
  .welcome-sec p{
    font-size: 17px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    text-align: justify;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .welcome-sec .abra{
    padding-left: 0;
    margin-top: 20px;
   }
   .welcome-sec .read-btn{
    display: inline-block;
    border: none;
  }
  .welcome-sec  .read-btn a{
   font-size: 17px;
   padding: 15px 8px 15px 25px;
   background-color: #12c264;
   color: #fff;
   border-radius: 50px;


  }
   .abra:active {
   outline: none;
   box-shadow: none;
   border: none !important;
}
.welcome-sec  .read-btn a:hover{
   background-color: 	#063a41;
  }
  .welcome-sec .read-btn a:hover i{
   transition: .4s ease-in;
   transform: rotate(360deg);
   background-color: #12c264;

  }
 .read-btn a i{
   font-size: 16px;
   padding: 12px 12px;
   background-color: #063a41;
   color: #fff;
   border-radius: 50%;
   margin-left: 10px;
   transform: rotate(320deg);
 }

 .mobile-image{
  display: none;
 }

 .mobile-about-us{
  display: none;
 }

 /* --------pro-sec--------- */

 .pro-sec{
    padding: 60px 0;
    /* background-color: #eaf4e2; */
    
 }
 .pro-sec h1{
    font-size: 38px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
    color: #063a41;
    text-align: center;
    padding-bottom: 10px;
 }
 .pro-sec h2{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
  color: #3b5323;
 }
 .pro-sec .box{
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
 
 .pro-sec .box .image-box img{
    border-radius: 10px;
 }
 .get{
  margin-top: 20px;
text-align: center;
 }

 .get a{
  font-size: 17px;
  white-space: nowrap;
  padding: 15px 8px 15px 25px;
  background-color: #12c264;
  color: #fff;
  border-radius: 50px;
  


 }

 .get a:hover{
  background-color: 	#063a41;
 }
 .get a:hover i{
  transition: .4s ease-in;
  transform: rotate(360deg);
  background-color: #12c264;

 }
 .get a i{
  font-size: 16px;
  padding: 12px 12px;
  background-color: #063a41;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  transform: rotate(320deg);
}


.product-box {
  /* background: #ffffff; */
/* background-color: #84f5a1; */

  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #919191;
  overflow: hidden;
  position: relative;
}

.product-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.product-image img {


  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.product-box:hover .product-image img {
  transform: scale(1.05);
}


.product-details {
  position: absolute;
  background-color: #12c264;
  padding: 10px 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  pointer-events: none; 
}


.product-box:hover .product-details {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-details h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

.read-more-btn {
  background-color: #042a2f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #064247;
  color: #fff;
}

 

 /* ------------why-sec----------- */

 .why-sec{
   background-color: #042a2f;
    padding: 60px 0 30px 0 ;
 }

 .why-sec h1{
    font-size: 38px;
    color: #fff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
 }
 .why-sec p{
    font-size: 18px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding-bottom: 30px;
    color: #fff;
 }
 .why-sec .outer-box{
  padding-top: 40px;
 }
 .why-sec .icon-box{
     position: absolute;
     top: -5px;
     left: 50%;
     transform: translate(-50%, -50%);
    width: 70px;
 height: 70px;
 border-radius: 10px;
 background-color: #0d401c;
 display: flex;
 justify-content: center;
 align-items: center;
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
 .why-sec .image-box img{
   border-radius: 10px;
 }
 .why-sec .icon-box img{
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);

 }
 .why-sec .box{
    background-color: #fff;
    padding: 15px 20px;
 
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 60px;
   border-radius: 10px;
   height: 80px;
    gap: 20px;
    position: relative;
   
 }
 .why-sec .box:hover{
  background-color: #063a41;
  color: #fff;
 }
 .box:hover .icon-box {
  background-color: #109c3d; /* or any hover color you like */
}
 .why-sec .tex{
   
 }
 .why-sec .tex h4{
    font-size: 22px;
    font-weight: 600;
    padding-top: 25px;
    text-align: center;
    font-family: "Rubik", sans-serif;
 }
 .mobile-why{
  display: none;
 }

 /* ----------commitment-sec----------- */


 .our-commitment {

  padding: 60px 0;
  color: #042a2f;
  /* background-image: url('../images/commitment.jpg');
  background-repeat: no-repeat;
  background-size: cover; */
}
.commit-left{
  text-align: center;
}
.commit-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  align-items: center;
}



.commit-left h1 {
  font-size: 38px;
    color:  #042a2f;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.commit-left h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #3b5323;
}

.commit-left p {
  font-size: 16px;
line-height: 28px;
 padding-bottom: 20px;
 font-family: "Poppins", sans-serif;

}

.commit-points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
 .commit-item {

  display: flex;
  align-items: center;
  gap: 15px;

} 

.commit-item:hover {
  transition: .2s ease-in-out;
  transform: translateY(-5px);
}

.commit-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.commit-item span {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}
.commit-box{
  padding-bottom: 30px;
}
.commit-right {
  position: relative;
  display: inline-block;
  width: 100%;

  border-radius: 12px;
  overflow: hidden;
}
.commit-right img{
  width: 100%;
  height: auto;
  display: block;
}

.commit-right img {
  max-width: 100%;
  border-radius: 12px;
}


.yt-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:#fff;
  border-radius: 50%;
  padding: 16px;
  animation: pulse-glow 2s infinite;
  box-shadow: 0 0 0 0   #042a2f;
  transition: transform 0.3s ease;
}

.yt-icon img {
  width: 32px;
  height: 32px;

}

.yt-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0   #042a2f;
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}



/* Overlay Modal */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
}

.video-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  height: 450px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

.agri-sec{
  background-image: url('../images/agri-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.agri-sec::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(6, 58, 65,.5);
  z-index: 999;
}
.agri-sec .inner-box{
  padding: 60px 0;
  position: relative;
  z-index: 9999;
}
.agri-sec .inner-box h1{
  font-size: 46px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #fff;
  text-align: center;
}

.misvi-sec{
  background-image: url('../images/misvi-bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.misvi-sec .icon{
  padding-bottom: 5px;
}
.misvi-sec h3{
  font-size: 26px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #042a2f;
  padding-bottom: 10px;
}
.misvi-sec p{
  font-size: 17px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.misvi-sec .mis-box{
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.misvi-sec .vi-box{
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-sec{
  /* background-color: #073940; */
  overflow-x: hidden;
  padding: 40px 0;
}
.brand-sec h1{
  font-size: 38px;
    color:  #042a2f;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700;

}

.brand-sec .image-box img{
  border-radius: 10px;
}




  /* Footer */

  footer{
 
    background-image: url('../images/footer-bg-1.png');
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
    border-radius: 0px 0px 0 0;
}
footer::after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:#02170BA3 ;
z-index: 999;
}
footer .outer-box{
  position: relative;
  padding: 80px 0 80px 0;
  z-index: 9999;
}

.enq-btn a{
    background-color: #ffffff;
    color: #003654;
    padding: 15px 30px;
    font-family: "Poppins", sans-serif;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s ease all;
}
.enq-btn a:hover{
    background-color: #000;
    color: #fff;
}
.enq-btn a i{
    font-size: 15px;

}
.connect h2{
    color: #fff;
    font-size: 32px;
    font-family: "Rubik", sans-serif;
    line-height: 50px;
    margin: 0;
    font-weight: 600;
}
.niche-line{
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.foot-foot{
    padding-top: 20px;
}
footer .quick{
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  gap: 40px;
}
footer .quick h3{
  font-size: 24px;
  line-height: 30px;
  font-family: "Rubik", sans-serif;
  margin-bottom:0;
  letter-spacing: 0px;
  color: #fff;
}
footer .quick-links{
 margin: auto;
 
  
}
footer .quick ul{
display: flex;
align-items: center;
text-align: center;
justify-content: center;
gap: 80px;
}
footer .quick ul a{
  color: #fff !important;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
    transition: 0.3s ease all;
}
footer .quick ul a:hover{
  color: #12c264!important;
}
.foot-foot h3{
    font-size: 24px;
    line-height: 30px;
    font-family: "Rubik", sans-serif;
   padding-bottom: 20px;
    letter-spacing: 0px;
    color: #fff;
}
.foot-foot .down{
 padding-top: 50px;
}
.foot-foot ul>li{
   
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 22px;
}
.foot-foot ul>li::before{
    position: absolute;
    content: "\f101";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
}
.foot-foot ul>li>a{
    color: #fff !important;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: 0.3s ease;
}
.foot-foot ul>li>a:hover{
    color: #12c264!important;
}
.foot-foot address{
    margin-bottom: 0;
    color: #fff;
    line-height: 27px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.call-mail{
    display: flex;
    padding-bottom: 10px;
}
.icons{
    width: 30px;
}
.icons i{
    color: #fff;
    font-size: 15px;
}
.icons-info{
    width: calc( 100% - 30px );
}
.icons-info a{
  color: #fff !important;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
    transition: 0.3s ease all;
}
.icons-info a:hover{
    color: #12c264;
}
.enq-btn{
    text-align: center;
}
.copy-foot{
    background-color: transparent !important;
   position: relative;
   z-index: 9999;
    overflow-x: hidden;
}
.bottom-foot{
    background-color: transparent !important;
    padding: 20px 0px;

    border-top: 1px solid #a5a5a5;
    position: relative;
}
/* .bottom-foot::before{
    position: absolute;
    content: "";
    background-color: transparent;
    bottom: 0;
    width: 20px;
    height: 40px;
    box-shadow: 0 20px 0 0 #fff;
    left: -20px;
    border-bottom-right-radius: 30px;
}
.bottom-foot::after{
    position: absolute;
    content: "";
    background-color: transparent;
    bottom: 0;
    width: 20px;
    height: 40px;
    box-shadow: 0 20px 0 0 #fff;
    right: -20px;
    border-bottom-left-radius: 30px;
} */
.copy-foot .container{
    max-width: 1340px;
}
.copy-line{
    color: #fff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.power-by{
    color: #fff;
    text-align: right;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.power-by a{
    color: #fff;
    transition: 0.3s ease all;
    font-family: "Poppins", sans-serif;
}
.power-by a:hover{
    color: #12c264;
}
.foot-logo{
    background-color: #fff;
    width: 80%;
    padding: 10px;
    border-radius: 10px;
    display: flex;
   justify-content: center;
   text-align: center;
   
}
.link{
    padding-left: 50px;
}
.foot-logo img{
    width: 50%;
}
.first-foot p{
   
    color: #fff;
    margin: 0 auto;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-align: justify;
    hyphens: auto;
    line-height: 27px;
}
.foot-social{
    display: flex;

    margin: 0 auto;
    gap: 20px;
    margin-top: 25px;
}
.foot-social i{
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease all;
}
.foot-social a:hover i{
    color: #12c264;
}



/* ---------------test-sec----------- */

.test-sec{
  background-image: url('../images/testimonials-bg-3.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 35px;
}
.test-sec h2{
  font-size: 36px;
  text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    color: #042a2f;
}
.test-sec h1 {
  font-size: 29px;
  margin-bottom: 29px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #3b5323; 
  text-align: center;
}
.test-sec p {
  line-height: 30px;
  font-size: 17px;
  color: #fff;
  margin-bottom: 13px;
}
.test-sec h5{
  font-size: 24px;
  color: #fff;
}
.test-sec .text-box{
  padding: 30px 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  background-color: #00a959;
  height: 250px;
}
.test-sec .text-box:hover{
  transition: .4s;
  background-color: #063a41;
}
.test-sec .text-box:hover h5{
  color: #ffffff;
}
.test-sec .text-box:hover p{
  color: #ffffff;
}
.test-sec i{
  font-size: 26px;
}
.fa-quote-left{
  padding-right: 10px;
}
.fa-quote-right{
  padding-left: 10px;
}
.test-sec .slick-prev{
  display: none !important;
}
.test-sec .slick-next{
  display: none !important;
}
.test-sec .slick-slide {
  margin: 20px 10px; 
}
.test-sec i {
    color: rgb(247 188 100);
}
 



/* -----------breadscrumb--------- */

.breadscrumb{
  position: relative;
  background-image: url('../images/breadscrumb-1.png');

  background-size: cover;
  background-repeat: no-repeat;
}
.about-bread{
 background-image: url('../images/about-bread.jpg');
 }
.bread-1{
  position: relative;
  background-image: url('../images/bread-1.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bread-2{
  position: relative;
  background-image: url('../images/bread-2.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bread-3{
  position: relative;
  background-image: url('../images/bread-3.jpg');
  background-position: center;
}
.bread-4{
  position: relative;
  background-image: url('../images/bread-4.jpg');
  background-position: center;
}
.bread-5{
  position: relative;
  background-image: url('../images/bread-5.jpeg');
  background-position: center;
}
.bread-6{
  position: relative;
  background-image: url('../images/bread-6.jpg');
  background-position: center;
}
.bread-7{
  position: relative;
  background-image: url('../images/bread-7.jpg');
  background-position: center;
}
.bread-8{
  position: relative;
  background-image: url('../images/bread-8.jpg');
  background-position: center;
}
.bread-9{
  position: relative;
  background-image: url('../images/bread-9.jpg');
  background-position: center;
}
.bread-10{
  position: relative;
  background-image: url('../images/bread-10.jpg');
  background-position: center;
}
.bread-11{
  position: relative;
  background-image: url('../images/bread-11.jpg');
  background-position: center;
}
.bread-12{
  position: relative;
  background-image: url('../images/bread-12.jpg');
  background-position: center;
}
.breadscrumb::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  z-index: 999;
}

.breadscrumb-inner{
  padding: 120px 0;
  position: relative;
  z-index: 9999;
}
.breadscrumb h1{
  font-size: 46px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding-bottom: 20px;

}
.breadscrumb .bread-last{
  display: flex;
  align-items: center;
}
.breadscrumb .bread-last a{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.breadscrumb .bread-last i{
  font-size: 17px;
  position: relative;

  color: #fff;
}
.breadscrumb .bread-last h5{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

/* ---------dutron-kanaflex-sec------------- */

.dutron-kanaflex-sec{
  padding: 30px 0;

}
.dutron-kanaflex-sec .image-box img{
 border-radius: 10px;
}
.dutron-kanaflex-sec .text-box{

  padding: 20px 0px;
}
.dutron-kanaflex-sec .text-box h3{
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding: 10px 0;
}
.dutron-kanaflex-sec .text-box p{
  font-size: 17px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  color: #fff;
  /* padding-bottom: 10px; */
}
.dutron-kanaflex-sec .inner-box{
  background-color: #063a41 ;
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}





  /* ---------second-choice -css--- */

.key-sec{
  padding: 10px 0;
  
}
.key-sec h3{
  font-size: 32px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 20px;

}
.key-sec .text-box{
  padding: 20px 20px;
  background:#063a41 ;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 100px;
}
.key-sec .text-box p{
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}
.key-sec .num{
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 5px;
}
.key-sec .num h4{
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #fff;
}
.applic-sec{
  padding: 20px 0 40px 0;
}
.applic-sec h3{
  font-size: 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #fff;
 padding-bottom: 5px;
}
.applic-sec .flex{
  display: flex;
  /* align-items: center; */
}
.applic-sec .flex i{
  font-size: 20px;
  padding-right: 8px;
  color: #fff;
}
.applic-sec .flex p{
 font-size: 17px;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  color: #fff;
  
}
.applic-sec .size{
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #063a41 ;
  height: 260px;
color: #fff;
border-radius: 10px;
}
.single-con{
  height: auto !important;
  padding: 15px 20px !important;
}
.applic-sec .avail{
  padding-bottom: 15px;
}
.applic-sec .application-box{
  padding: 20px 15px;
  display: flex;
flex-direction: column;
justify-content: center;
  background:#063a41;
  height: 260px;
  border-radius: 10px;
}
.applic-sec .application-box .flex{
  display: flex;
}
.applic-sec .application-box .flex i{
  padding-right: 15px;
  color: #fff;
}
.appli-height{
  height: auto !important;
}
.type{
  height: auto !important;
  justify-content: center;
}
.applic-sec .application-box .icon-box{
  padding-bottom: 5px;
}
.applic-sec .application-box img{
  filter: brightness(0) invert(1);
}
.applic-sec .application-box h3{
  color: #fff;
}
.applic-sec .application-box p{
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}

.fitting-sec{
  padding: 20px 0 40px 0;
}
.fitting-sec .box{
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fitting-sec .box h5{
  font-size: 20px;
  font-weight: 700;
  color: #063a41;
  text-align: center;
}
.fitting-sec .box .text{
 padding: 10px 0;
}
/* ----------first-dropdown-sec----- */

.first-dropdown-sec{
  padding: 60px 0;
  background-color: #e2e2e2;
}


.first-dropdown-sec .product-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.first-dropdown-sec .product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-dropdown-sec .product-name-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #063a41;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.first-dropdown-sec .product-info {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgb(6, 58, 65,.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: bottom 0.4s ease;
  text-align: center;
  padding: 20px;
  z-index: 1;
  /* pointer-events: none; */
}

.product-card:hover .product-info,
.product-card .hover-container:hover ~ .product-info {
  bottom: 0;
}

.product-card:hover .product-name-bar,
.product-card .hover-container:hover .product-name-bar {

  display: none;
}
.first-dropdown-sec .product-name-bar:hover img{
  transition: .5s;
  transform: scale(1.1);
}
.first-dropdown-sec .product-info h3 {
  font-size: 26px;
  font-weight: 700;
padding-bottom: 10px;
}

.first-dropdown-sec .read-btn{
  display: flex;
  border: none;
  justify-content: center;
  padding-top: 20px;

}
.first-dropdown-sec .read-btn a{
 font-size: 17px;
 font-weight: 600;
 padding: 5px 8px 5px 25px;
 background-color: #fff;
 color: #063a41;
 border-radius: 50px;


}

.product-sec .read-btn a:hover i{
 transition: .4s ease-in;
 transform: rotate(360deg);

}
.first-dropdown-sec.read-btn a i{
 font-size: 16px;
 padding: 10px 10px;
 background-color: #fff;
 color: #0d401c;
 border-radius: 50%;
 margin-left: 10px;
 transform: rotate(320deg);
}


/* ----------------pdf-btn-------------- - */
.pdf-btn{
  display: flex;
  justify-content: end;
}
.pdf-btn a{
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 15px 25px;
  background-color: #109c3d;
  border-radius: 10px;
}
/* ------------company-sec----------- */

.company-sec{
  padding: 60px 0;
}
.company-sec .image-box{

}
.company-sec .image-box img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  
}
.company-sec .text{
  background-color: #ebebeb;
  padding: 10px 10px;
}
.company-sec .text h3{
  font-size: 22px;
  font-weight: 600;
  color: #063a41;
  font-family: "Rubik", sans-serif;
  text-align: center;
}
.company-sec .second{
  padding-top: 120px;
}
.company-sec .text-box{
  padding-left: 20px;
}
.company-sec h2{
  font-size: 24px;
  font-weight: 600;
  color: #109c3d;
  font-family: "Rubik", sans-serif;
  padding-bottom: 5px;;
}
.company-sec h1 {
  font-size: 38px;
  font-weight: 700;
  color: #063a41;
  padding-bottom: 10px;
  font-family: "Rubik", sans-serif;
}
.company-sec p {
  font-size: 17px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.commitment-inner-sec{
  padding: 40px 0;
  background-color:#063a41 ;
}
.commitment-inner-sec h1{
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-family: "Rubik", sans-serif;
}
.commitment-inner-sec p{
  font-size: 17px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 0;
}
.commitment-inner-sec li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 10px 20px;
height: 150px;
}
.commitment-inner-sec li p{
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #063a41;
  text-align: center;
}
.commitment-inner-sec li h4{
  font-size: 24px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  padding-bottom: 5px;
}
.brand-inner-sec{
  background-color: #063a41;
}
.brand-inner-sec h1 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Rubik", sans-serif;
}
.brand-inner-sec{
padding: 40px 0;
}

.brand-inner-sec .combine{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.brand-inner-sec .combine .icon-box img{
  width: 150px;
  height: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.brand-inner-sec .combine h4{
  font-size: 24px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding-bottom: 5px;
}
.brand-inner-sec .combine .text{
  padding-left: 20px;
}
.brand-inner-sec .combine p{
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
}


/* ----------------solvent-inner-sec ------------ */

.solvent-inner-sec{
  padding: 60px 0;
}
.solvent-inner-sec .solvent .mobile-odd{
  display: none;
}
.solvent-inner-sec .product {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: white;
  margin-bottom: 30px;

}

.solvent-inner-sec .product img {
  width: 100%;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.solvent-inner-sec .product-info {
  padding: 15px;
  text-align: center;
  position: relative;
  background-color: #063a41;
  color: #fff;
}
.solvent-inner-sec .product-info:hover{


  
}

.solvent-inner-sec .product-info h3 {
  margin: 10px 0;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;

}
.solvent-inner-sec .sol-btn a{
  background-color: #fff;
  padding: 15px 25px;
  color: #000;
  border-radius: 10px;
}
.solvent-inner-sec .sol-btn a:hover{
  border: 2px solid #fff;
}


/* -----------------neoseal-sec------------ */

.neoseal-sec{
  padding: 60px 0;
}
.neoseal-sec .solvent{
  background-color: #063a41;
  padding: 30px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.solvent-2 .text-box{
  padding-left: 0 !important ;
}
.neoseal-sec .image-box{
background-color: #fff;
display: flex;
justify-content: center;
padding: 20px;
border-radius: 10px;
}
.neoseal-sec .text-box{
  padding-left: 40px;
}
.neoseal-sec .text-box h2{
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}

.neoseal-sec .text-box li{
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
}
.neoseal-sec .text-box li::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  background-image: url('../images/right-arrow.png');
  background-repeat: no-repeat;
 background-size: cover;
  
}
.neoseal-sec .text-box h3{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
}

.sol{
  display: inline-block;
  margin-top: 30px;
}
.sol a{
  padding: 15px 25px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}
.sol a:hover{
  background-color: #fff;
}
.contact-inner-us h2{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #063a41;
  padding-bottom: 20px;
}
.contact-inner-us .contact-block{
  padding: 30px 0 40px 0;
}
.contact-inner-us .box{
  display: flex;
  align-items: center;
  padding: 40px 15px ;
  background-color: #e9e9e9;
  border-radius: 10px;
  height: 180px;
}
.contact-inner-us .box h4{
  font-size: 28px;
  font-weight: 700;
  color: #063a41;
  padding-bottom: 10px;
}
.contact-inner-us .box p{
  font-size: 17px;

}
.contact-inner-us .box a{
  font-size: 17px;
   color: #000;
}
.contact-inner-us .box .text{
    width: calc(100% - 80px);
}
.contact-inner-us .box .icon-box{
  border-radius: 50%;
  background-color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid rgb(4, 68, 72,.3);
 
}
.contact-inner-us .box .icon-box img{
  width: 40px;
  height: 40px;
}

/* -----------tufropes-sec------ */

.tufropes-sec{
  padding: 40px 0 20px 0;
}
.tufropes-sec h2{
  font-size: 42px ;
  font-weight: 700;
  padding-bottom: 20px;
  color: #064247;
  text-align: center;
}

.tufropes-sec .text-box{
  background-color: #063a41;
  text-align: center;
  padding: 20px 10px;
  color: #fff;
  margin-bottom: 30px;
 
}
.tufropes-sec .text-box h4{
  font-size: 24px;
 padding-bottom: 5px;
}

.tufropes-sec .text-box h5{
  font-size: 18px;
  padding-bottom: 10px;
}
.tufropes-sec .image-box img{
  width: 100%;
}
.babal-tubing h4{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}

/* ------------ventura-pump-sec----------- */

.ventura-pump-sec{
  padding: 40px 0;
}
.ventura-pump-sec h2{
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #064247;
  text-align: center;
}
.ventura-pump-sec .box {
  background-color: #064247;
  padding: 20px 20px;
}
.ventura-pump-sec .box h3{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
.ventura-pump-sec  h4{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
   padding: 20px 0;
}
.ventura-pump-sec .box li{
  display: flex;
  line-height: 30px;
  color: #fff;
  gap: 10px;
}
.ventura-pump-sec .image-box{
  display: flex;
  justify-content: center;
}
.ventura-pump-sec .image-box img{
    width: 50%;
}

table{
  width: 100%;

}
tr{
  border: 1px solid #000;
}
th{
  background-color: #063a41;
  border: 1px solid #b3b3b3;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
}
td{

  border: 1px solid #000;
  padding: 5px 8px;
  text-align: center;
}


/* --------------prakash-surya-sec------------- */

.prakash-surya-sec{
  padding: 60px 0;
}
.prakash-surya-sec h2{
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #064247;
  text-align: center;
}
.prakash-surya-sec .box{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  border: 1px solid #303030;
  padding: 20px;
  border-radius: 10px;
  padding: 10px;
}
.prakash-surya-sec .box-inner{
  width: 100%;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid #063a41;
}
.prakash-surya-sec  .image-box {
  width: 100%;
  border-radius: 50%;
  border: 8px solid #a5d5db;
  overflow: hidden;
    
}
.prakash-surya-sec  .image-box img{
 
}
.prakash-surya-sec .text-box{
  width: calc(100% - -90%);
}
.prakash-surya-sec .text-box h3{
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.prakash-surya-sec .text-box li{
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #131313;
 
}

.prakash-surya-sec table{
  width: 100%;
  border: 1px solid #000;
}
tr{
  border: 1px solid #000;
}
.even {background-color: #d6e9eb;}
.large-tabl{
  padding-top: 20px;
}

/* ----------sharp-sec------------- */
.sharp-sec{
  padding: 60px 0;
}

.sharp-sec h2{
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #064247;
  text-align: center;
}
.sharp-sec .box{
  border-radius: 10px;
  background-color: #063a41;
  padding: 20px 30px;
  height: 300px;
}
.sharp-sec .box h4{
  font-size: 28px;
  font-weight: 700;
  color: #fff;
   padding-bottom: 20px;
}
.sharp-sec .box .points li{
  display: flex;
  color: #fff;
  line-height: 30px;
}
.sharp-sec .box .points li i{
  padding-right: 10px;
}
.sharp-sec .box .points li p{
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}
.sharp-sec .text{
  background-color: #063a41;
  padding: 10px 5px;
  margin-bottom: 20px;
}
.sharp-sec .text h5{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
 
}
.sharp-table h3{
  font-size: 36px;
  font-weight: 700;
  
  padding: 30px 0;
  color: #064247;
  text-align: center;
}

.cable-sec{
  padding: 60px 0;
}
.cable-sec .cable-tab{
  width: 100%;
}
.cable-sec h4{
  font-size: 24px;
  font-weight: 700;
  color: #003654;
  text-align: center;
  padding-bottom: 10px;
}
.cable-sec img{
  border: 1px solid #042a2f;
  border-radius: 10px;
}


.product-inner-sec{
  padding: 60px 0;
}
.product-inner-sec .box {
  position: relative;
 width: 100%;
  overflow: hidden;
  border-radius: 10px;

  background: #999999;
  background: linear-gradient(181deg, rgba(199, 199, 199, 0.68) 61%, rgba(255, 255, 255, 1) 95%);

}

.product-inner-sec .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-inner-sec .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(4, 42, 47,.6);
  color: white;
  padding: 20px;
  display: flex;

  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  transition: height 0.6s ease-in-out;

}



.product-inner-sec .read-btn {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.product-inner-sec .read-btn a {
  color: #fff;
  text-decoration: underline;
  font-size:17px;
  padding: 10px 25px ;
}
.product-inner-sec .read-btn a:hover{
  background-color: #212121;
}
.product-inner-sec .box:hover .image-box img {
  transition: .5s;
  transform: scale(1.05);
}

.product-inner-sec .box:hover .read-btn {
  max-height: 80px;
  opacity: 1;
  margin-top: 15px;
}

.product-inner-sec .text-box h3{
 font-size: 24px;
 font-weight: 700;
  color: #fff;
}



/* Enquiry Form Css */

/* Enquiry Form */

.form-control-feedback {
  display: none;
}

.has-feedback label~.form-control-feedback {
  top: 0 !important;
}

.error {
  text-align: left !important;
  display: table !important;
}

.thnak4 {
  margin-top: 50px;
}

.has-feedback .form-control {
 
  padding: 20px;
  color: #000;
}

.form-group {
  margin: 15px 0 !important;
}

.form-group input {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #042a2f;
}

.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #042a2f;
}

.form-group select {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #042a2f;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #182852;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}

.Submit-box {
  background-color:#042a2f;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #042a2f;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s ease;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #000 !important;
  border-bottom: 2px solid #182852;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.fill {
  font-size: 18px;
  font-weight: 500;
}
.get {
  font-size: 28px;
  color: #042a2f;
}
::placeholder{
  color: #000 !important;
}

/* -------thank-sec--------------------- */

.thank-sec{
  background-color: #eeeeee;
  padding: 40px 0;
}

.thank-sec .text{
  text-align: center;
}
.thank-sec .text h1{
  font-size: 28px;
  font-weight: 600;
  color: #063a41;
}
.thank-sec .text h2{
  font-size: 22px;
  padding-bottom: 30px;

}
.thank-sec .image-box{
  display: flex;
  justify-content: center;
}
.thank-sec .image-box img{
  width: 30%;
}

/* -----------havells-sec---- */

.havells-sec{
  padding: 40px 0;
}

.havells-sec .image-box{
  display: flex;
  justify-content: center;
}




/* Media Query Start */


@media only screen and (max-width: 1400px){
  .header-logo::before{
    right: 0;
  }
  .header-logo::after{
    right: -5%;
  }
  .nav-1 .cont{
    width: 85%;
  }
  .dutron-kanaflex-sec .text-box {
    padding: 5px 0px;
}
.sharp-sec .box{
  height: 360px;
}
}

@media only screen and (max-width: 1240px){
  .menu-box{
    background-color: #042a2f!important;
  }
  .mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
    color: #ffffff;
  }
  .mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
   
  }
  .mobile-menu .navigation .submenu .dropdown li > a{
   background-color: #00a959;
  }

  .fa-plus{
    color: #fff;
  }
  .fa-chevron-down{
    display: none !important;
  }
  .mobile-menu .navigation li a {
    border: 1px solid #fff !important;
    
  }
  .mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul{
    margin-left: 0px !important;
    padding-left: 0px !important;
    background-color: #0a9282;
  }
  .active:after {
    display: none !important;
  }
  .footer-sec li{
    padding-left: 0;
  }
  .nav-1 .cont{
    width: 90%;
  }
  .applic-sec .application-box{
    height: 280px;
  }
}




@media only screen and (max-width: 1223px){

  .get-quote{
    display: none;
  }
  .mobile-quote{
    display: block;
    background-color: #00a959;
  }
  .mobile-nav-toggler{
    display: block;
  
  }

  .main-header{
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,.20);
  }

  .main-header .outer-box,
  .main-header .nav-outer .main-menu{
    display: none;
  }

  .header-style-three .logo,
  .header-style-two .logo,
  .main-header .logo-outer .logo{
    padding: 15px 0;
  }

  .main-header .logo-outer .logo img{
    height: 40px;
  }

  .header-style-two .mobile-nav-toggler{
    color: #303030;
  }

  .header-style-two,
  .header-style-three{
    border-bottom: 0;
  }

  .header-span{
    height: 70px;
  }
  .mobile-menu .navigation li.dropdown .dropdown-btn{
    border-left: 1px solid #fafafa;
  }
  .dropdown .dropdown{
    border-top: 1px solid #fff;
    border-left: none !important;
  }
  .footer-sec ul li a{
    padding-left: 20px;
  }
  .photo-gallery-sec .card{
    overflow-x: hidden;
  
  }
  .img-part img {
    width: 360px;
  }

}
@media only screen and (max-width: 1199px){
  .nav-1 .cont{
    width: 100%;
  }
 
  .header-logo img{
    width: 40%;
  }
  .countertime{
    padding: 10px 0;
  }
  .welcome-sec .text-box{
    padding-left: 0;
  }
  .counter-sec .head h1{
    font-size: 28px;
  }
  .counter-sec .head{
    padding: 20px;
  }
  .count-icon-box img{
    width: 50px;
    height: 50px;
  }
  .first-count{
    padding: 9px ;
  }
  .counternum {
   font-size: 32px;
  }
  .why-sec .tex h4{
    font-size: 20px;
  }
  .test-sec .text-box{
    height: auto;
  }
  .breadscrumb h1{
   padding-bottom: 10px;
  }
  .breadscrumb-inner{
    text-align: center;
  }
  .breadscrumb .bread-last{
    justify-content: center;
  }
  .company-sec .second{
    padding-top: 0;
  }
  .company-sec .image-box img{
    width: 100%;
  }
  .company-sec .text-box{
    padding-top: 20px;
    padding-left: 0;
  }
  .company-sec h2{
    text-align: center;
  }
  .company-sec h1{
    text-align:center;
  }
  .applic-sec .application-box{
    height: 300px;
  }
  .mobile-key .text-box{
    height: 150px;
  }
}

@media only screen and (max-width: 998px){

  .breadscrumb .mobile-bread-4{
    display: block;
  }
  .about-home-sec img{
    padding-top: 0;
    display: flex;
  margin: auto;
  }
  .header-style-two .logo img{
    width: 80%;
  }
  .header-logo::before{
    right: 25%;
  }
  .header-logo::after{
    right: 60px;
  }
  .img-part img{
    width: 300px;
  }
  .counter-sec .head h1{
    text-align: center;
  }
  .counter-sec .head h1 br{
    display: none;
  }
  .first-count{
    display: flex;
    justify-content: center;
    text-align: center;
 
  }
  .welcome-sec h2{
    text-align: center;
  }
  .welcome-sec h1{
    text-align: center;
  }
  .welcome-sec .image-box{
    display: none;
  }
  .welcome-sec .read-btn{
 margin: auto;

  }
  .abra{
    display: flex;
    justify-content: center;
  }
  .mobile-image{
    
    padding-top: 30px;
    display: block;
    width: 70%;
    margin: auto;
   }
   .mobile-image img{
   }
   .agri-sec .inner-box h1{
    font-size: 36px;
   }

   .welcome-sec{
    padding: 40px 0;
   }
   .pro-sec{
    padding: 40px 0;
   }
   .why-sec{
   padding: 40px 0;
   }
   .copy-line{
    text-align: center;
   }
   .power-by{
    text-align: center;
   }
   footer .outer-box{
    padding: 60px 0;
   }
   .foot-logo{
    display: none;
   }
   .connect h2{
    text-align: center;
    line-height: 36px;
   }
   .nav-1{
    padding: 0;
   }
   .brand-sec h1{
    padding-bottom: 20px;
   }
   .why-sec .image-box img{
    display: none;
   }
   .mobile-why{
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
   }
   .brand-inner-sec .combine{
 flex-direction: column;
 text-align: center;
   }
   .brand-inner-sec .combine .icon-box {
   padding-bottom: 10px;
   }
   .brand-inner-sec .combine .text{
    padding-left: 0;
   }
   .applic-sec .size{
    margin-bottom: 20px ;
    padding: 20px 20px;
    height: auto;
   }
   .applic-sec .application-box{
    height: auto;
   
   }
   .key-sec .text-box{
    height: auto;
    text-align: start;
    justify-content: start;
   }
   .applic-sec {
    padding: 20px 0 20px 0;
}
.neoseal-sec .text-box{
  padding-left: 0;
  padding-bottom: 20px;

}
.neoseal-sec .image-box{
  margin-bottom: 10px;
}
.palat{
  display: flex;
  flex-direction: column-reverse;
}
.ventura-pump-sec .box{
  margin-bottom: 20px;
}
.sharp-sec .box{
  height:auto;
  margin-bottom: 20px;
}
.cable-sec h4{
  padding-top: 10px;
}
.contact-inner-us .box{
  margin-bottom: 20px;
}
.why-sec .remove{
 margin-bottom: 20px;
}
.thank-sec .image-box img{
  width: 50%;
}
}
@media only screen and (max-width: 992px){

  footer .quick ul{
    display: block;
    text-align: start;
    line-height: 30px;
   }
   footer .quick h3{
    padding-bottom: 20px;
   }
   footer .quick{
    display: block;
    border-bottom: none;
   }
   .link{
    padding-left: 0;
   }
   .foot-logo{
    width: 100%;
   }
}

@media only screen and (max-width: 768px){

  html{
    /* overflow-x: hidden; */
  }
  .pop-img {
    display: none;
  }
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
  .header-style-two .logo img{
    width:100%;
  }
  .img-part img {
    width: 230px;
}
.img-part{
  margin-right: -15% ;
}
.misvi-sec .mis-box{
  margin-bottom: 20px;
}
.our-commitment{
  padding: 40px 0;
}
h2{
 font-size: 28px !important;
 }
 h1{
  font-size: 28px !important;
 }
 p{
  font-size: 17px !important;
}
.breadscrumb .mobile-bread{
  display: block;
}
.social-icon{
  justify-content: center;
  padding: 10px 0;
}
.nav-1 .cont{
  clip-path: none;
}
.fixed-icon img{
  width: 80%;
}
.fixed-icon{
  width: 50px;
  height: 50px;
  text-align: center;
}
.company-sec{
  padding: 40px 0;
}
.breadscrumb-inner{
  padding: 80px 0;
}
.product-inner-sec .text-box h3{
  font-size: 20px;
}
.product-inner-sec{
  padding: 40px 0;
}
.first-dropdown-sec{
  padding: 40px 0;
}
.dutron-kanaflex-sec{
  padding: 20px 0 0 0;
}
.key-sec h3{
  font-size: 28px;
}
.applic-sec h3{
  font-size: 28px;
}
.pdf-btn{
  padding-top: 10px;
}
.applic-sec .flex i{
  font-size: 16px;
}
.neoseal-sec{
  padding: 20px 0;
}
.sharp-sec h2{
  font-size: 32px;
  padding-bottom: 10px;
}
.sharp-table h3{
  font-size: 32px;
}
.sharp-sec{
  padding: 40px 0;
}
.cable-sec img{
 margin-bottom: 20px;
}
.cable-sec{
  padding: 40px 0;
}
.page-part{
 margin-top: 20px !important;
}
.get{
  font-size: 24px !important;
  line-height: 30px;
  padding-bottom: 5px;
}
.contact-inner-us .contact-block{
  padding: 20px 0;
}
.commit-item{
  margin-bottom: 5px;
}
.thank-sec .text{
  padding: 0 20px;
}
}
@media only screen and (max-width: 640px){
  .img-part img {
    width: 190px;
}
}
@media only screen and (max-width: 576px){
  .banner-sec{
  display: none;
   
   
   }
  .mobile-banner{
    display: block;
  }
  .breadscrumb .mobile-bread-2{
    display: block;
  }
  .foot-foot .down{
    padding-top: 0;
  }
  .our-commitment{
    padding: 20px 0;
  }
  footer .outer-box{
    padding: 20px 0 ;
  }
  p{
    font-size: 16px !important;
  }
  .header-style-two .menu-outer{
    padding: 0;
  }
  .our-commitment .commit-item{
    padding-bottom: 10px;
  }
  .welcome-sec{
    padding: 20px 0;
  }
  .pro-sec{
    padding: 20px 0;
  }
  .why-sec{
    padding: 20px 0;
  }
  .test-sec{
    padding: 20px 0;
  }
  .misvi-sec{
    padding: 20px 0;
  }
  .countertime{
    flex-direction: column;
    
  }
  .first-count{
   margin: auto;
   display: flex;
   flex-direction: column;
   justify-content: center;
    width: 100% !important;
    border-right: none;
    border-bottom:1px dotted #e1e1e1 ;
  }
  .no-border{
    border: none;
  }
  .counter-content{

    align-items: center;
    
    gap: 10px;
  }
  .counter-content .symb{
    font-size: 24px;
  }
  .counternum{
    font-size: 28px;
  } 
  .company-sec{
    padding: 20px 0;
  }
  .brand-inner-sec{
    padding: 20px 0;
  }
  .company-sec .image-box{
    display: none;
  }
  .mobile-about-us{
    display: block;
    margin-bottom: 20px;
   }
   .company-sec .text-box{
    padding-top: 0;
   }
   .mobile-about-us img{
    width: 100%;
   }
   .product-inner-sec{
    padding: 20px 0;
  }
  .first-dropdown-sec{
    padding: 20px 0;
  }
  .applic-sec h3{
    font-size: 24px;
  }
  .key-sec h3{
    font-size: 26px;
  }
  .applic-sec .application-box img{
    width: 50px;
    height: 50px;
  }
  .neoseal-sec .text-box h2{
    font-size: 24px !important;
  }
  .sol a{
    font-size: 16px;
  }
  .prakash-surya-sec .box{
    display: block;
    padding: 10px 20px;
  }
  .prakash-surya-sec .text-box{
    width: 100%;
    text-align: center;
  }
  .prakash-surya-sec .box-inner{
    width: 60%;
    margin: auto;
  }
  .ventura-pump-sec h2{
    font-size: 24px !important;
  }
  .solvent-inner-sec{
    padding: 20px 0;
  }
  .sharp-sec{
    padding: 20px 0;
  }
  .sharp-table h3{
    font-size: 28px;
  }
  .cable-sec{
    padding: 20px 0;
  }
  .contact-inner-us .box h4{
    font-size: 24px;
  }
  .counter-content {
    justify-content: center;
  }

 .foot-remove{
    padding-top: 0;
  }
  .thank-sec .text h1{
    font-size: 26px;
  }
  .thank-sec .text h2{
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 450px){
  .mobile-flex{
    display:block !important;
  }
  .mobile-menu .navigation .mobile-flex{
    display: flex !important;
    justify-content: space-between;
  }
  .mobile-menu .navigation .ct-topbar li a{
    border:none !important;
  }
  .breadscrumb .mobile-bread-3{
    display: block;
  }
  .about-tab-sec .tab-sec h3{
    font-size: 19px;

   }
   .main-header.header-style-two .logo {
    width: 45%;
}
.nav-1{
display: none;
}
.header-logo img{
  width: 35%;
}
.header-logo::before {
  right: 40%;
}
.header-logo::after {
  right: 106px;
}
.mobile-image{
  width: 100% !important;
}
.prakash-surya-sec .box-inner{
  width: 80%;
}
}
@media only screen and (max-width: 400px){

}
@media only screen and (max-width: 350px){

}






 

  
