@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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    
    /*  */
}

html {
    scroll-behavior: smooth !important;
}
a,p{
    font-family: "Poppins", sans-serif !important;
}
h1.h2,h3,h4,h5,h6{
    font-family: "Roboto", sans-serif;
}
body {
    overflow-x: hidden;
    font-size: 17px;

    

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

/* Header Css Start */
header{
    position: relative;
}
.nav-1 {
    background-color: #2d2d2d;
    padding: 10px 0;
}
.nav-1 .text p{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.contact {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    padding-left: 80px;

}

.contact a {
    color:#fff;
    font-size: 16px;
    font-weight: 500;
   
    font-family: "Montserrat", sans-serif;
}

.contact span {
    color: #fff;

}
.contact .phone{
    display: flex;
    align-items: center;
    color: #fff;
   
}
.sticky .header-main{
    position: fixed;
    top: 0;
    left: 0;
    animation: stickey-header 1s;
    z-index: 28;
    box-shadow: 0 0 40px #000;
    background-color: rgb(255, 255, 255) !important ;
    width: 100%;
    z-index: 9999 !important;
    
  }
  @keyframes stickey-header {
    0%{
      transform: translateY(-100px);
    }
    100%{
      transform: translateY(0px);
    }
  }
  .sticky nav>ul>li>a{
    color: #000;
  }
.nav-1 img {
    width: 20px;
    height: 20px;
  margin-right: 8px;
     filter: brightness(0) invert(1);
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    
}

.header-main {
    display: block;
    background-color: #ffe8d6;
   /* border-top: 1px solid #5c5c5c; */
    /* background-image: url('../images/navbar-bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999999;

}

.header-main-2 {
    display: none;
}

.header-main {
    width: 100%;
    display: flex;
    padding: 10px 0;
}

.header-top-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 0 20px; */
}

.logo {
    position: absolute;
background-color: #fff;
width: 170px !important;
height: 135px;
    top: -47px;
    left: 130px;
    width: 40%;
    padding: 10px;
    border-radius: 10px;
  
    /* padding-top: 10px;
    padding-bottom: 10px; */
}

.logo a img {
    width: 100%;

}

nav {
    display: flex;
    position: relative;
    padding-right: 70px;
    z-index: 999;
  
    padding-top: 5px;
    padding-bottom: 5px;
    /* padding-left: 200px; */

   border-top-left-radius: 80px;
}

nav>ul {
    display: flex;
}

nav>ul>li {
    padding: 0 10px;
}

nav>ul>li:first-child {
    padding-left: 0;
}

nav>ul>li:last-child {
    padding-right: 0;
}

nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    padding: 15px 0;
    display: inline-block;
    color: #000;
}

nav>ul>li>a:hover {
    color: #743712;
}

.drop-down-menu {
    position: relative;
}

.drop-down-menu i {
    font-size: 16px;
}

.drop-down-nav {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    top: 80px;
    left: 0;
    width: 300px;
    background-color: #fff;
 
    z-index: 9;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

nav>ul>li>a>i {
    transition: 0.2s ease-in-out;
}

nav>ul>li:hover>a>i {
    transform: rotate(180deg);


}

.drop-down-menu:hover .drop-down-nav {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    top: 55px;
    transition: 0.5s;
}

.drop-down-nav>li>a {
    color: #000;
    position: relative;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
    padding-left: 20px;
    width: 100%;
    font-size: 16px;
  
    
}

.drop-down-nav>li {
    border-bottom: 1px solid #e9e9e9;
    
}




.drop-down-nav>li:hover {
    background-color: #743712;
    transition: 0.3s;
}

.drop-down-nav>li:hover>a {
    color: #fff !important;
}

/* Transparent Header */
/* 
header {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
} */



/* Hamburger */

.hamburger-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .hamburger{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    position: relative;
    z-index: 9;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    width: 30px;
  }
  .second-navbar .bar{
    width: 30px;
    height: 2px;
    position: relative;
    background-color: #006db8 !important;
    transition: 0.3s;
  }
  .header-main .bar{
    width: 30px;
    height: 2px;
    position: relative;
    background-color: #000;
    transition: 0.3s;
  }
  .bar:nth-child(2){
    width: 15px;
  }
  .header-contact .bar:nth-child(2){
    transform: translateX(-40px);
    transition: 0.8s;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    background-color: #00032a;
  }
  .header-contact .bar:nth-child(1){
    transform: rotate(135deg);
    top: 8px;
    position: relative;
    background-color: #00032a;
  }
  .header-contact .bar:nth-child(3){
    transform: rotate(225deg);
    top: -6px;
    position: relative;
    background-color: #00032a;
  }

.sticky nav>ul>li>a {
    color: #000 ;
    font-weight: 600;
}

.sticky nav>ul>li:hover>a {
    color: #014d09;
}
.sticky .header-main {
    background-color: #ffffffe3;
    position: fixed;
    border-top: none;
    top: 0;
    left: 0;
    padding: 10px 0;
    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-time {
    display: none;
}

.sticky .logo {
  position: relative !important;
   width: 45% !important;
   height: auto;
   top: 0;
   left: 0;
display: block;
  
}

.sticky .sticky-time {
    display: block;
    width: 210px;
    padding: 10px 0;
}
.sticky .quote a{
  white-space: nowrap;
}
.quote a{

 font-size: 17px;
 font-weight: 600;
border-radius: 10px;
 color: #fff;
 background-color :#1a1a1a ;
 padding: 15px 10px 15px 20px;
}
.quote a i{
    background-color: #fff;
    border-radius: 50%;
    font-size: 17px;
    color:#743712;
    padding: 10px;
    transform: rotate(330deg);
  
}
.quote a:hover{
    background-color: #fff;
    color: #000;
}
.quote a:hover i{
    background-color: #0D7438;
    color: #fff;
    transition: .5s;
    transform: rotate(360deg);
}
.mobile-quote{
  display: none;
}


/* -----------mobile-banner------------ */

.mobile-banner{
  display: none;
}

/* --------------welcome-sec------- */

.welcome-sec{
   position: relative;

 
}
.welcome-sec .welcome-inner{
    padding: 40px 0 50px 0;
    position: relative;
    /* z-index: -1; */
    background: #c3ebd5;
    background: linear-gradient(127deg, rgb(205, 236, 219) 34%, rgba(255, 255, 255, 1) 95%);
}

.welcome-sec span{
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.welcome-sec h2{
    font-size: 38px;
    font-weight: 700;
   
    color: #0D7438;
    padding-bottom: 10px;
}
.welcome-sec  p{
    font-size: 17px;
    color: #252525;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 10px;

}
.welcome-sec h4{
    font-size: 26px;
    font-weight: 700;
    color: #743712;
    
}

.mobile-welcome{
  display: none;
}

 .image-marquee {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    background: #c3ebd5;
    background: linear-gradient(38deg, rgba(195, 235, 213, 1) 34%, rgba(255, 255, 255, 1) 95%);
  }

  .image-marquee-track {
    display: inline-block;
    padding-left: 83%;
    animation: image-marquee 15s linear infinite;
  }

 .image-marquee-track img {
width: 100%;
    margin: 0 2rem;
    vertical-align: middle;
  }

  @keyframes image-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }

  .read-btn{
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 999 !important;
    padding-top: 10px;
  }
  .read-btn a{
   font-size: 17px;
   font-weight: 600;
    background-color: #0D7438;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
  }
  .read-btn a:hover{
    /* background-color: #fff;
    color: #000; */
    /* border: 1px solid #0D7438; */
  }
  .read-btn a:hover i{
    transition: .4s;
    transform: translateX(5px);
  }
  .marquee-sec{

  
    position: relative;
    background-image: url('../images/welcome-bottom-2.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
   
  
  }

  .marquee-inner{
    padding: 100px 0 0 0;
    position: relative;
    z-index: -1;
    background: #c3ebd5;
    background: linear-gradient(21deg, rgba(195, 235, 213, 1) 34%, rgba(255, 255, 255, 1) 95%);
  }



  
/* ---------------couter-sec--- */
.counter-sec{
    position: relative;
  
 }
 .counter-sec .count-icon img{
   width: 40px;
   height: 40px;
   /* filter: brightness(0) invert(1); */
 }
 .space-area {
    
     background:#009a11;
     padding:10px 0;
     position: relative;
   }
   .space-area h1 {
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     text-align: center;
     -webkit-transform: translate(0, -50%);
     transform: translate(0, -50%);
     color: #fff;
   }
   .count-area {
       position: relative;
      background-color: #2ea05d;
       /* background-image: url('../images/counter-bg-1.png');
       background-repeat: no-repeat;
       background-size: cover;
       background-attachment: fixed; */
       padding: 20px 0;
       text-align: center;
       color: #fff;
   }
   /* .count-area::before{
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #2f6876;
     opacity: .6;
     z-index: 999;
     
   } */
   .count-area-content {
       /* margin-top: 30px; */
       position: relative;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       z-index: 999;
       border-right: 1px solid #fff;
   }
   .last{
    border: none;
   }
   .count-icon{
     border-radius: 50%;
     background-color: #fff;
     width: 70px;
     height: 70px;
     display: flex;
     justify-content: center;
     align-items: center;
   }
   .count-area i {
       font-size: 48px;
   }
   .count-digit {
       margin: 10px 0px;
       color: #fff;
       font-weight: 700;
       font-size: 36px;
       font-family: "Roboto", sans-serif;
   }
   .counter-sec .flex{
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .counter-sec .flex span{
     font-size: 26px;
     font-weight: 700;
   }
   .count-title {
       font-size: 17px;
       font-weight: 500;
       font-family: "Poppins", sans-serif !important;
   }


   /* ----------- product-sec-----------*/

.product-sec{
    padding: 60px 0;
    position: relative;
    background-image: url('../images/product-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
.product-sec .slick-slide {
    margin: 0 10px
  }
.product-sec h2{
    font-size: 38px;
    font-weight: 700;
   text-align: center;
    color: #0D7438;
    padding-bottom: 30px;
}
.product-sec .box {
    position: relative;
   width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #808080;
    background: #999999;
    background: linear-gradient(181deg, rgba(206, 206, 206, 0.68) 61%, rgba(255, 255, 255, 1) 95%);
  }

  .product-sec .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .product-sec .text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    transition: height 0.6s ease-in-out;
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
  }

 

  .product-sec .read-btn {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .product-sec .read-btn a {
    color: #fff;
    text-decoration: underline;
    font-size:17px;
  }
  .product-sec .read-btn a:hover{
    background-color: #212121;
  }
  .box:hover .image-box img {
    transition: .5s;
    transform: scale(1.05);
  }

  .box:hover .read-btn {
    max-height: 50px;
    opacity: 1;
    margin-top: 8px;
  }
/* .product-sec .text-box{
    background-color: #0d7438;
    padding: 15px 0;
    text-align: center;
} */
.product-sec .text-box h3{
   font-size: 26px;
   font-weight: 700;
    color: #fff;
}
.outer-btn{
    display: flex;
    align-items: center;
   justify-content: center;
   padding-top: 20px;
  }
  .outer-btn a{
   font-size: 17px;
   font-weight: 600;
    background-color: #0D7438;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
  }

  .outer-btn a:hover i{
    transition: .4s;
    transform: translateX(5px);
  }

/* --------------why-choose-us-sec--------------- */

.why-choose-us-sec{
    padding: 40px 0;
    background-color: #e7f2ed;
}
.why-choose-us-sec h2{
    font-size: 38px;
    font-weight: 700;
 
    color: #0D7438;
    padding-bottom: 10px;
}
.why-choose-us-sec  p{
    font-size: 17px;
    color: #252525;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 10px;

}
.why-choose-us-sec .points {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 15px;
}
.why-choose-us-sec .last-point{
    border-bottom: none;
   }
.why-choose-us-sec .points li{
    display: flex;
    align-items: center;
    gap: 15px;
    /* padding-bottom: 10px; */
   }
   .why-choose-us-sec .points li h4{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
   }
   .why-choose-us-sec .points li .icon-box{
    width: 70px;
    height: 70px;
    background-color: #0c7735;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f0e50d;
   }
   .why-choose-us-sec .points li .icon-box:hover{
    background-color: #f0e50d;
   }
   .why-choose-us-sec .points li .icon-box:hover img{
    filter:brightness(1) invert(0);
   }
   .why-choose-us-sec .points li .icon-box img{
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
   }
  
   .why-choose-us-sec .points li .text{
    width: calc(100% - 70px) ;
   }
   .why-choose-us-sec .text-box{
    padding-right: 30px;
   }

   
/* --------------------footer-sec----------- */

.footer-sec{

}
.footer-inner{
  padding: 80px 80px ;
background-image: url('../images/footer-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}
.footer-sec .foot .logo-box{
 background-color: #fff;
 padding:15px 10px ;
 display: flex;
 width: 30%;

 justify-content: center;
 border-radius: 10px;
 margin-bottom: 20px;
}
.footer-sec .foot .logo-box img{
  width: 80%;

}
.footer-sec .foot .social-box{
    padding-top: 10px;
}
.footer-sec .foot .social-box h5{
    font-size: 20px;
    color: #fff;
    padding-bottom: 8px;
}
.footer-sec .foot .social-box .socio-icon{
    display: flex;
    gap: 25px;
} 
.footer-sec .foot .social-box .socio-icon .ico{
    width: 35px;
    height: 35px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sec .foot .social-box .socio-icon i{
    font-size: 20px;
    color: #000;
  
}
.footer-sec .foot .text p{
  font-size: 17px;
  line-height: 28px;
  color: #e5ebf1;
}
.footer-sec .two{
  padding-left: 40px;
}

.footer-sec .foot h4{
  font-size: 26px;
  font-weight: 700;
  color: #e5ebf1;
  padding-bottom: 20px;
}
.footer-sec .foot li{
  line-height: 34px;
  display: flex;
  align-items: center;
}
.footer-sec .foot a{
  font-size: 17px;
   color: #e5ebf1;
   display: flex;
   align-items: center;
}
.footer-sec .foot a:hover{
  color: #000;
  transition: .6s;
  padding-left: 8px;
}
.footer-sec .foot li p{
  font-size: 17px;
line-height: 28px;
  color:#e5ebf1;
}
.footer-sec .foot li i{

  padding-right: 8px;
  color: #fff;
  transition: .6s;
}
.contact-part li{
  align-items: start !important;
}
.contact-part li i{
  display: block !important;
  font-size: 18px;
  padding-top: 6px;
  padding-right: 10px;

}
.footer-sec .foot a:hover i{
  display: block !important;
  transition: .6s;
  padding-left: 0;
  color: #000;
}
.footer-sec .foot-bottom{
  background-color: #2d2d2d;
  padding: 15px 0;
}
.footer-sec .foot-bottom .copyright p{
  font-size: 17px;
   color: #fff;
   margin-bottom: 0;
}
.footer-sec .foot-bottom .vin-link{
  text-align: end;
}
.footer-sec .foot-bottom .vin-link a{
  font-size: 17px;
   color: #fff;
 
}
.footer-sec .foot-bottom .vin-link a:hover{
  color: #80d5f1;
}



/* -------------breadscrumb------------- */

.breadscrumb{
  padding: 100px 0;
  background-image: url('../images/breadscrumb-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
position: relative;
}
.breadscrumb:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005B8A;
  opacity: .7;
}
.breadscrumb .bread-inner{
  position: relative;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.breadscrumb .bread-inner .bread{
  display: flex;
 justify-content: center;
 align-items: center;
}
.breadscrumb .bread-inner .bread a{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.breadscrumb .bread-inner .bread a:hover{
  color: #000;
}
.breadscrumb .bread-inner .bread i{
  font-size: 16px;
   color: #fff;
}
.breadscrumb .bread-inner .bread p{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.breadscrumb .bread-inner h1{
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}


/* ---------------about-inner-sec---------- */

.about-inner-sec{
  padding: 40px 0;
  background-color: #e9e9e9;
}
.about-inner-sec p{
  font-size: 17px;
  line-height: 30px;
text-align: justify;
}
.about-inner-sec .text-box{
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.about-inner-sec .vision{
  padding-top: 40px;
}
.about-inner-sec .box .icon-box{
  padding: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  background-color: #014d09;
  margin-bottom: 10px;
}
.about-inner-sec .box .icon-box img{
  width: 55px;
  height: 55px;
  filter: brightness(0) invert(1);
}
.about-inner-sec .box .text p{
  text-align: center;
}
.about-inner-sec .box{
  text-align: center;
  padding: 20px 40px;
  background-color: #ffead9;
  border-radius: 10px;
  border: 8px solid #a35a2c;
}
/* ---------------tractors-sec------------- */

.tractors-sec{
  padding: 40px 0;
}
.tractors-sec h2{
  font-size: 32px;
  font-weight: 700;
  color: #0c7735;
  padding-bottom: 10px;
}
.tractors-sec .text-box{
  background-color:#ffead9 ;
  padding: 30px 20px 50px 20px;
  border-radius: 10px;
}
.tractors-sec .text-box p{
  font-size: 17px;
  text-align: justify;
  line-height: 30px;
}
.tractors-sec span{
font-size: 20px;
  background-color: #743712;
  padding: 10px 20px;
  color: #fff;
display: inline-block;

}

.track-btn{
  justify-content: start;
}

.tractors-sec .image-box img{
  width: 100%;
}

/* ------------contact-inner-sec-------------- */

.contact-inner-sec h2{
 font-size: 36px;
 font-weight: 700;
 margin-bottom: 20px;
 color: #014d09;
 text-align: center;
}

.contact-diff{
  padding: 60px 0;
}

.contact-inner-sec .box-inner{
  border: 5px solid rgba(0, 73, 16, 0.3);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 200px;
}
.contact-inner-sec .box-inner .icon-box img{
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);

}
.contact-inner-sec .box-inner .icon-box{
  background-color: #014d09;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 10px;

}
.contact-inner-sec .box-inner .call-inner{
    display: flex;
 flex-direction: column;
}
.contact-inner-sec .box-inner h5{
  font-size: 20px;
  font-weight: 700;
}
.contact-inner-sec .box-inner p{
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
.contact-inner-sec .box-inner a{
  font-size: 17px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

/* --------------gallery-sec----------------- */
.gallery-sec{
  padding: 60px 0;
}
.gallery{
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: rgb(250, 239, 225);
}

.gallery a {
position: relative;
display: inline-block;
border: 1px solid #fff;
padding: 2px;
border-radius: 5px;
}

.gallery a img {
/* display: block; */
width: 100%;
height: auto;
border-radius: 5px;
border: 1px solid #214572;
}

.gallery .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
opacity: 0;
transition: opacity 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
border-radius: 6px;
}

.gallery .overlay i {
color: #fff; 
font-size: 17px; 
border: 1px solid #fff;
padding: 10px;
border-radius: 5px;
}

.gallery a:hover .overlay {
opacity: 1;

}

.fancybox-caption__body{
  font-size: 24px !important;
  font-weight: 600;
}

.inner-product-sec .box{
  margin-bottom: 30px;
}
.fancybox-bg{
  background-color: rgb(255, 255, 255,1) !important;

}


/* 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 #743712;
}

.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #743712;
}

.form-group select {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #743712;
}

.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: #743712;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #743712;
  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: #743712;
}
::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: #743712;
}
.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%;
}

/* ---------term-sec---------- */

.term-sec{
  padding: 40px 0;
  background-color: #fff1e6;
}
.term-sec h2{
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
}
.term-sec h3{
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}
.term-sec h4{
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.term-sec p{

  font-size: 17px;
  text-align: justify;
  line-height: 30px;
  padding-bottom: 10px;
}
.term-sec li{
  font-size: 17px;
  
position: relative;
padding-left: 40px;
padding-bottom: 20px;
line-height:26px;
}
.term-sec li::after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 20px;
   height: 20px;
   background-image: url('../images/right-arrow.png');
   background-repeat: no-repeat;
   background-size: cover;
}
@media screen and (max-width:1400px){
  .sticky .quote a{
    white-space: nowrap;
  }
  .sticky nav>ul>li>a {
    font-size: 17px;
  }
}
@media screen and (max-width:1199px){
  .mobile-quote{
    display: block;
    background-color: #000;
  }
  .list-unstyled{
      padding-right: 0;
  }
  .logo a img{
      width: 100%;
  }
  
  .hamburger-menu{
      display: block;
  }
  nav{
      display: none;
  }
  nav>ul{
      position: fixed;
      top: 0;
      left: 0;
      width: 350px;
      background-color: #014d09;
      height: 100vh !important;
      box-shadow: rgb(17 12 46 / .15) 0 48px 100px 0;
      transform: translateX(-100%);
      transition: 0.5s;
      overflow-y: auto;
      display: flex;
      justify-content: flex-start;
      z-index: 999999999999;
  }
  .header-contact nav>ul{
      width: 80%;
      transform: translateX(0);
  }
  nav{
      display: initial;
    
  }
  nav>ul{
      display: initial;
      flex-direction: column;
     
  }
  .sticky nav>ul>li>a {
      color: #fff !important;
    
  }
  nav>ul>li>a{
      padding: 15px 0;
      display: block;
      color: #fff !important;
      padding-left: 20px;
  }
  nav>ul>li>a:hover{
    color: #000 !important;
  }
  nav>ul>li{
      border-bottom: 1px solid #d4d4d4;
      padding-left: 0;
  }
  nav>ul>li>a>i{
      display: none !important;
  }
  nav>ul>li.drop-down-menu{
      padding-right: 60px;
      position: relative;
      overflow: hidden;
  }
  nav>ul>li.drop-down-menu::after{
      position: absolute;
      top: 7px;
      right: 22px;
      content: "+";
      font-size: 27px;
      color: #fff;
  }
  nav>ul>li.drop-down-menu.responsive-header::after {
      content: "-" !important;
  }
  .drop-down-nav{
      position: initial;
      visibility: visible;
      opacity: 1;
      overflow: visible;
      top: 0;
      left: 0;
      background-color: #743712;
      z-index: 9;
      height: 0;
      transition: none !important;
      padding: 0;
  }
  .responsive-header .drop-down-nav{
      height: 100%;
      overflow-y: scroll;
      width: 160%;
  }
  .drop-down-nav>li>a{
      color: #fff !important;
      font-size: 17px;
  }
  .logo{
    position: relative;
    width: 65% !important;
    height: auto;
    top: 0;
    left: 0;
    }
    .quote a{
      white-space: nowrap;
    }
    nav>ul>li>a{
      font-size: 16px;
    }
    .quote a{
      display: none;
    }
    .read-btn{
      flex-direction: column;
    align-items: start;
    gap: 10px;
    }
    .footer-sec .two{
      padding-left: 0;
    }
    .sticky .logo{
      width: 60% !important;
    }

    
 
}

@media screen and (max-width:998px){
  .thank-sec .image-box img{
    width: 50%;
  }
  .contact{
    justify-content: center;
    padding-left: 0;
  }
  .mobile-welcome{
    display: block;
  }
  .welcome-sec .image-box {
    display: none;
    justify-content: center;
  }
  .welcome-sec .image-box img{
    width: 70%;
   
  }
  .welcome-sec .text-box{
  text-align: center;
  }
  .read-btn{
    align-items: center;
  }
  .welcome-sec .welcome-inner{
    padding: 40px;
  }
  .welcome-sec h2{
    font-size: 32px;
  }
  .product-sec{
    padding: 40px 0;
  }
  .product-sec h2{
    font-size: 32px;
  }
  .why-choose-us-sec .image-box{
    display: flex;
    justify-content: center;
  }
  .why-choose-us-sec .image-box img{
    width: 70% ;
  }
  .why-choose-us-sec h2{
    font-size: 32px;
  }
  .footer-sec .two{
    padding-left: 60px;
  }
  .foot{
    padding-bottom: 30px;
  }
  .footer-inner{
    padding: 40px 0px 0 0px;
  }

  .foot-bottom .copyright p{
  text-align: center;
  }
  .footer-sec .foot-bottom .vin-link{
  text-align: center;
     }
     .about-inner-sec .box{
      margin-bottom: 20px;
     }
     .breadscrumb .bread-inner h1{
      font-size: 32px;
     }
     .contact-inner-sec .box-inner{
      margin-bottom: 20px;
      height: auto;
      padding: 20px;
    }

    .tractors-sec .image-box{
      width: 70%;
      margin: auto;
    }

}

@media screen and (max-width:768px){
  .count-area-content{
   border: none;
   margin-bottom: 20px;
  }
  .footer-sec .two{
    padding-left: 0;
  }
  .welcome-sec .welcome-inner{
    padding:20px 0;
  }
  .breadscrumb{
    padding: 60px 0;
  }
  .contact-diff{
    padding: 40px 0;
  }
  .sticky .logo{
    width: 55% !important;
  }
  .thank-sec .text{
    padding: 0 20px;
  }
  
}

@media screen and (max-width:568px){
  .nav-1{
    display: none;
  }
  .header-main{
    background-color: #1d1d1d;
  }
  .desktop-banner{
    display: none;
  }
  .mobile-banner{
    display: block;
  }
  .logo {
    width: 55% !important;
  }
  .welcome-sec .image-box img{
    width: 100%;
  }
  .why-choose-us-sec .image-box img{
    width: 100%;
  }
  .image-marquee-track{
    padding-left: 65%;
  }
  h2{
    font-size: 28px !important;
  }
  .product-sec .text-box h3{
    font-size: 24px;
  }
  .footer-sec .foot h4{
    font-size: 24px;
  }
  .footer-sec .foot .text p{
    text-align: justify;
  }
  .gallery-sec{
    padding: 30px 0;
  }
  .breadscrumb .bread-inner h1{
    font-size: 28px;
  }
  .breadscrumb .bread-inner .bread a{
    font-size: 16px;
  }
  .breadscrumb .bread-inner .bread i{
    font-size: 15px;
  }
  .about-inner-sec .box{
    padding: 20px 10px;
  }
  .about-inner-sec .box .icon-box{
    width: 70px;
    height: 70px;
  }
  .about-inner-sec .box .icon-box img{
    width: 40px;
    height: 40px;
  }
  .tractors-sec .text-box{
    padding: 20px 20px;
  }
  .outer-btn a{
    font-size: 16px;
  }
  
  .tractors-sec .image-box{
    width: 100%;
   
  }
  .thank-sec .text h1{
    font-size: 26px;
  }
  .thank-sec .text h2{
    font-size: 20px !important;
  }
}

@media screen and (max-width:450px){
  .welcome-sec h2{
    font-size: 28px !important;
  }
  .logo{
    width: 45% !important;
  }
  .welcome-sec .welcome-inner{
    padding: 20px 0;
  }
  .product-sec{
    padding: 20px 0;
  }
  .count-digit{
    font-size: 28px;
  }
  p{
    font-size: 16px !important;
  }
  .why-choose-us-sec .points li{
    display: block;
  margin: auto;
  }
  .why-choose-us-sec .points li .text{
    width: 100%;
  }
  .why-choose-us-sec .points li .icon-box{
    margin-bottom: 10px;
  }
  .welcome-sec h4{
   font-size: 22px;
  }
  .contact-inner-sec .box-inner{
    padding: 10px;
  }
}
.footer-sec .foot-bottom .vin-link a{
  font-size: 16px;
}
@media screen and (max-width:350px){
 h2{
  font-size: 26px !important;
 }

}