@font-face {
font-family: "CoreSans";
src: url(fonts/CoreSans.otf) format("opentype");
}
@font-face {
font-family: "GoodTimes";
src: url(fonts/GoodTimes.otf) format("opentype");
}
@font-face {
font-family: "CoreSansGBold";
src: url(fonts/CoreSansGBold.ttf);
}
@font-face {
font-family: "Handlee";
src: url(fonts/Handlee.ttf);
}
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;700&display=swap");


*{
    margin: 0px;
    padding: 0px; 
    font-family: "CoreSans";
    box-sizing: border-box;
}

body{
    color:#838080;
    font-size:16px;
}

h1, h2, h3, h4, span{
    font-family:"CoreSansGBold";
    color:#006f3b;      
}
p{
    line-height: 1.8rem;
         font-size:17px;
}
.btn-know{
    background-color:#006f3b;
    color:white;
    padding:10px 25px;
    border-radius:5px; 
    margin-top: 20px;
    border:none;
    font-size:20px;
    margin-left: 5px;
    text-decoration: none;
}
.btn-know:hover{
      background-color:#ffc000;
}
.header-line{
    display:flex;
    align-items: center; 
    width:100%;
}
.logo img{
    width:100px;
    margin: 5px;
    
}
.menu-items {
    margin-left: 390px;
}
.menu-items a{
    text-decoration: none;
    color:#006f3b;
    margin: 20px;
    font-size: 20px;
    position: relative;
}
.menu-items a::after{
    content: '';
    width: 0;
    height: 3px;
    background: #669933;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;    
}
.menu-items a:hover::after{
    width:100%;      
}
.menu-items a:hover{
    color:#ffc000;
}
.header-line .icon {
    font-size: 30px;
     text-align: right;
 margin: auto;
    right:10px;
}
.header-line .icon  a{
    text-decoration: none;
    font-size: 30px; 
    color:#006633;
    display: inline-block;
    transition: transform 0.5s;
}
.header-line .icon  a:hover{
    color: #ffc000;
    transform: translateY(-5px);
}
.mobile-header .header-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}
.header-line .bx-menu{
    font-size:45px;
	color:#fff;
	background-color:#649b26;
}
.mobile-header .header-line .logo {
    width: 100%;
    text-align: center;
}
.mob-bar-icon:before, .mobcl-btn {
    min-width: 50px;
    height:50px; 
    padding: 7px;
    color: #fff;
    font-size: 30px;  
    background: #649b26;
}
.mobMenu {
    background: #fff;
    max-width: 100%;
    animation: slideInLeft;
    animation-duration: 1s;
}
.mobMenu .modal-dialog {
    margin: 0;
    max-width: 100% !important;
}
.mobMenu .modal-content {
    background: none;
    border: none;
}
.mobMenu .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    z-index: 20;
    opacity: 1;
}
.mobMenu .modal-content .nav-links {
    padding-top: 9rem;
}
.mobMenu .modal-content .nav-links a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #2b521d;
    font-weight: 500;
    padding: 12px;
	text-decoration:none;
}

.banner{
   background: url(images/banner.jpg); 
    background-size:cover;
    background-position: center;
    padding: 4rem 0 0;
    position: relative;
}
.banner .swiper-slide .carousel-caption{
    position: static;
    max-width: 800px;
    margin: auto;
    width: 100%;
}

.banner  button span{
    display: none;
}
.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {	
	border-radius: 50%;
	height: 45px;
	width: 45px;
	transition: background-color 02s, color 0.2s ease;
    position: absolute;    
     margin:-8px;
  align-items: center;
}
.banner .owl-carousel .owl-nav button.owl-next, .banner .owl-carousel .owl-nav button.owl-prev {
    /* background: 0 0; */
    color: inherit;
    border: none;
     border: 2px solid #fff;
    padding: 0!important;
    font: inherit;
}
.owl-carousel button.owl-dot {
    display: none;
}
.banner .owl-nav .owl-prev:after{
    content: "←";
}
.banner .owl-nav .owl-next:after{
    content: "→"; 
}
.banner .owl-nav .owl-prev {
    left: calc(50% - 50px);
    top:100%;
}
.banner .owl-nav .owl-next {
	right: calc(50% - 50px);
    top:100%;
}
.banner .carousel-caption h1{
    font-family:"GoodTimes"; 
    font-weight: 400;
    color:white;
    font-size:80px; 
   
}
.banner .carousel-caption span{
      font-family:"GoodTimes"; 
    font-weight: 400;
    color:#9bda3a;
  font-size:80px; 
}
.banner .enquire {
    padding: 12px 25px;
    background-color: #9bda3a;
    border-radius: 10px;
    border: none;
    margin-top: 28px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #234008;
}.banner p {
    font-size: 17px;
    margin-top: 40px;
    padding: 0px 160px;
    justify-content: center;
}
.banner img{
    max-width: 100%;    
}
.about{
    margin-bottom: 50px;
}
.about .agri-getty{
    max-width: 100%;
   
}
.about-content{
    margin-top:4rem;
 text-align: justify;
position: relative;
    z-index: 1;
}
.aboutimg {
    position: absolute;
    top: -100px;
    left: 170px;
}
.about-content strong{
    color:#76a242;
}
.about-content h2{
    font-size:50px;      
}
.about p {
    margin-top: 20px;
    line-height: 1.8rem;

}
.product{
    background-image: url(images/productbanner.jpg); 
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    margin-top: 30px;
    background-size:cover;
    background-position: center;
    padding-bottom: 30px;
}
.pro-circle{    
    width:95px;
    height:95px;
    background-color:#006f3b; 
    border: 4px solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    justify-content: center; 
     align-items: center;
    text-align: center;    
    border-radius: 50%;  
    transition: all 500ms ease;
     z-index: 2;
    position: relative;
    padding: 10px;
    
}
.pro-circle img{
max-width: 100%;
    z-index: 2;
    
}

#news-slider{
    margin-top: 20px;
align-content: center;
}
.product .post-slide{
    background: #fff;
    position: relative;
    z-index:1;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.product .post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
   
}
.product .post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.product .post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}

.product .post-slide .post-content {
    background: #24b8f3;
    padding: 2px 20px 40px;
    border-radius: 0px 0px 10px 10px;
}
.product .post-slide .post-title a{
    font-size:20px;  
    color:#fff;   
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
/*.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}*/

.product .post-slide .read-more{
    padding: 7px 20px;
    font-size: 12px;
    background: #fff;
    color: #303131;
    /*box-shadow: 0px 10px 20px -10px #1376c5;*/
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
 margin: 10px auto;
    width:fit-content;
    max-width: 100%;
}
.product .post-slide h3 {
    font-size: 4rem;
    text-align: center;
  }
.product .owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.product button span{
    display: none;
}
.product  .owl-nav .owl-prev{	
	border-radius: 50%;
    top:40%;
    left:-100px;
	height: 45px;
	width: 45px;
	transition: background-color 02s, color 0.2s ease;
    position: absolute;    
     margin:-8px;
  align-items: center;
}
.product .owl-nav .owl-next{
    border:2px solid #b9b9b9;
    position: absolute;
    top:40%;
    right: -100px;
    width:45px;
    height:45px;
    padding: 7px;
     background-color: #f3f3f3;
    border-radius: 50px;
    /*box-shadow: -3px 14px 25px -10px #92b4d0;*/
    transition: background 0.5s ease 0s;
}
.product .owl-carousel .owl-nav button.owl-next, .product .owl-carousel .owl-nav button.owl-prev {
    /* background: 0 0; */
    color: inherit;
    border: none;
     border: 2px solid #b1aeae;
    padding: 0!important;
    font: inherit;
}
.product .owl-carousel button.owl-dot {
    display: none;
}
.product  .owl-nav .owl-prev:after{
    content: "←";
}
.product .owl-nav .owl-next:after{
    content: "→"; 
}



.service{
    text-align: center;    
}
.service h3 { 
     color: #76a242;
    position: relative;
    z-index: 2;
    margin-left: 8px;  
     font-size: 40px;
    text-align: left;
}
 h2{
    font-size: 50px;
}

.service-content{
    line-height: 1.8rem;
   text-align: justify;
  position: relative; 
    padding: 15px;
   }
.circle1{
    width:65px;
    height:65px;
    border-radius:50%;
    background-color: #76a242;
    position: absolute;
    top:40px;
    left:0px;     
}
.circle2{
    width:65px;
    height:65px;
    border-radius:50%;
    background-color: #76a242;
    position: absolute;
    top:40px;
    left:0px;     
}
.service-content h3.heading::first-letter{
	color:#006f3b;
	font-size:100px;
    position: absolute;  
    text-shadow: -1px 1px 0 #fff, 
                1px 1px 0 #fff, 
                 1px -1px 0 #fff, 
                 -1px -1px 0 #fff; 
   
}
.service-content pre{
    margin-bottom: 0px;
}
.serviceimg1 img{
    width: 355px;    
    max-width:100%;
    border-radius: 20px;
   margin-top: 130px;
     border-left:5px solid #76a242;
    border-top:5px solid #76a242;
}
.serviceimg2 img{
    width: 355px;
    max-width:100%;
    border-radius: 20px;
   margin-top: 30px;
     border-right:5px solid #76a242;
    border-top:5px solid #76a242;
}
.slider-area {
    display: flex;
}  
.slider-area h5 {
    color: #006f3b;
    font-size: 24px;
    margin-top: 35px; 
}
.wrapper {
    width: 500px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    padding: 1rem;
    background: #fff;
    /* box-shadow: rgba(0,0,0,0.35)0 5px 15px; */
}
.slider-area .owl-theme .owl-controls .owl-page span {
    display: none;
   
}
.slider-area button span{
    display: none;
}
.item{
        animation: animate 10s alternate linear infinite;        
    }

.wrapper:hover .item{
    animation-play-state:paused;    
}
@keyframes animate{
    0%{transform: translate3d(0,0,0);
    }
    100%{transform: translate3d(-1100px,0,0);
    }
}

.qty-products{
    padding-top: 50px;
    background-image:url(images/qtyproduct.jpg);
    background-size:cover;
    background-position: center;
    position: relative;
    padding-bottom: 70px;    
}
.qty-products img{
 max-width: 100%;
    width: 500px;
}
.qty-product-content h2{
    padding-top: 1.5rem;
    font-size: 50px;
}
.qty-product-content p{
   text-align:justify;   
    line-height: 1.8rem;
}
.qty-product-content span{
    color: #87cd33;
}

.review{
     background-image: url(images/reviwebg.jpg);
    background-size:cover;
    background-position: center;
    position: relative;
    padding: 60px;
    
}
.review-circle{
     width:95px;
    height:95px;
    background-color:#fff; 
    border: 6px solid #24b8f3;
    margin-left: auto;
    margin-right: auto;
    margin-top: -95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    justify-content: center; 
     align-items: center;
    text-align: center;    
    border-radius: 50%;  
    transition: all 500ms ease;
     z-index: 2;
    position: relative;
    padding: 10px; 
}
.rating-content{
    display: flex;
    justify-content: center;
}
.user-det{
    padding: 5px;
}
.user-det i{
    color: #eec223;
    font-size: 25px;
}
.testimonials {
 background-color: #fff;
  text-align: center;
  width: 95%;
  max-width: 1000px;
  padding: 3rem;
  margin: 1.5rem auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.slider-container {
  margin-top: 2rem;
  margin: 2rem auto 0 auto;
  position: relative;
  overflow: hidden;
}
.slide-box {
  padding: 0 80px;
}
.slide-box .comment {
    background-color: #fff;
    color: #838080;
    font-size: 17px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.4px;
    border-bottom: 3px solid #76a242;
    position: relative;
    /* font-weight: 400; */
}
.control-slider {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-color: #fff;
    line-height: 50px;
    color: #333;
    font-size:30px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); */
}

.review .owl-theme .owl-controls .owl-page {
    display: none;
    zoom: 1;
    *display: inline;
}
 .review button span{
    display: none;
}
 .review .owl-nav .owl-prev{	
	border-radius: 50%;
    top:45%;
    left:-10px;
	height: 45px;
	width: 45px;
	transition: background-color 02s, color 0.2s ease;
    position: absolute;    
     margin:-8px;
  align-items: center;
}
 .review .owl-nav .owl-next{
    border:2px solid #b9b9b9;
    position: absolute;
    top:43%;
    right: -10px;
    width:45px;
    height:45px;
    padding: 7px;
     background-color: #f3f3f3;
    border-radius: 50px;
    /*box-shadow: -3px 14px 25px -10px #92b4d0;*/
    transition: background 0.5s ease 0s;
}
 .review .owl-carousel .owl-nav button.owl-next,  .review .owl-carousel .owl-nav button.owl-prev {
    /* background: 0 0; */
    color: inherit;
    border: none;
     border: 2px solid #b1aeae;
    padding: 0!important;
    font: inherit;
}
 .review .owl-carousel button.owl-dot {
    display: none;
}
 .review .owl-nav .owl-prev:after{
    content: "←";
}
 .review .owl-nav .owl-next:after{
    content: "→"; 
}
.client h2{
    font-size: :50px;
}

#owl-example .owl-carousel{
padding-left: 30px;
}
.client span{
    color: #87cd33;
}
.client .owl-carousel .owl-item {
    float: left;
    padding: 30px;
}
.client .slide img {
    display: block;
    width: auto !important;
     max-width:100%;
}
 .client  button span{
    display: none;
}

.blog{
    background-image: url(images/blogbg.png); 
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    background-size:cover;
    background-position: center;
  
}

.blog span{
    color: #87cd33;
}

.blog h5{
    color:#006f3b;
}
.blog-date {
   width:75px;
    height: 75px;
    background-color:#87cd33; 
    border: 8px solid #006f3b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    justify-content: center; 
     align-items: center;
    text-align: center;    
    border-radius: 50%; 
    transition: all 500ms ease;
    position:absolute;
    margin-top: -60px;
    margin-left: 220px;
    margin-right: auto;
    margin-bottom: auto;
    
}
.padding-section {
padding: 2rem 0;
}
.blog-date strong{
    color:#006f3b; 
}
#news-slider-1{
    margin-top: 30px;
}
.blog .testimonial-title {
    width: 100%;
    padding-left: 80px;
    padding-top: 3rem;
}
.blog .post-slide-1{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
   
}

.blog .owl-carousel .owl-wrapper-outer { 
    position: relative;
    width: 100%;
}

.blog .post-slide-1 .post-img-1 {
    position: relative;
   overflow: hidden;
    border-radius: 10px;
    margin: 5px;
    /* margin-left: -10px; */
}
.blog .post-slide-1 .post-img-1 img {
    width: 100%;
    height: 230px;
    transform: scale(1,1);
    transition: transform 0.2s linear;
}
/*.post-slide-1:hover .post-img-1 img{
    transform: scale(1.1,1.1);
}*/


.blog .post-slide-1 .post-content-1{
    background:#fff;
    padding: 2px 20px 30px;
    border-radius: 15px;
}
.blog .post-slide-1 .post-title-1 a {
    font-size: 20px;
    font-weight: bold;
    color: #006f3b;
    margin-top: 25px;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.blog .post-slide-1 .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.blog .col-md-5{
    line-height: 1.8rem;
    text-align: justify;
    padding: 15px;
}

.blog .post-slide-1 .read-more:hover {
    background: #ffcc00;
    text-decoration: none;
    color: #fff;
}
.blog .owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.blog button span{
    display: none;
}
.blog .owl-nav .owl-prev{	
	border-radius: 50%;
     top:87.5%;
    left:-465px;
	height: 45px;
	width: 45px;
	transition: background-color 02s, color 0.2s ease;
    position: absolute;    
     margin:-8px;
  align-items: center;
}
.blog .owl-nav .owl-next {
    border: 2px solid #b9b9b9;
    position: absolute;
    top: 85.5%;
    left: -400px;
    width: 45px;
    height: 45px;
    padding: 7px;
    background-color: #f3f3f3;
    border-radius: 50px;
    /* box-shadow: -3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
}
.blog .owl-carousel .owl-nav button.owl-next,  .blog .owl-carousel .owl-nav button.owl-prev {
    /* background: 0 0; */
    color: inherit;
    border: none;
     border: 2px solid #b1aeae;
    padding: 0!important;
    font: inherit;
}
.blog .owl-carousel button.owl-dot {
    display: none;
}
.blog .owl-nav .owl-prev:after{
    content: "←";
}
.blog .owl-nav .owl-next:after{
    content: "→"; 
}


.blog .owl-theme .owl-controls .owl-page {
    display: none;
    zoom: 1;
    *display: inline;
}   
@media only screen and (max-width:1280px) {
    .post-slide-1 .post-content-1{
        padding: 0px 15px 25px 15px;
    }
}
.contact{
    background-image: url(images/contactbg.jpg);
    background-size:cover;
    background-position: center;
    position: relative;
    padding: 60px;
    padding-top:80px;	
    padding-bottom: 50px;
    
 }
 .contact-image{
	 position:relative;
 }
 .contact-image-bubble-1{     
	 width:100%;
	 height:100%;
	 background-color:#76a242;
	 position:absolute;
	 top:-10px;
	 left:-10px;
	 border-radius:50%;
 }
 .contact-image-bubble-2 {
    width: 100px;
    height: 100px;
    background-color: #006f3b;
    position: absolute;
    top: -40px;
    left: -30px;
    border-radius: 50%;
    animation-name: bubbleMover;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    perspective: 100px;
    transform-origin: center center;
}
@keyframes bubbleMover{
  
0% {transform: translateY(0px) translateX(0) rotate(0);}
    30%{transform: translateY(30px) translateX(50px) rotate(15deg); }
    50%{transform: translateY(-25px) translateX(150px) rotate(45deg);}
    100%{transform: translateY(30px) translateX(50px) rotate(15deg);}
}

 .contact-image-bubble-3 {
    width: 60px;
    height:60px;
    background-color: #006f3b;
    position: absolute;
    bottom: -20px;
    left: 180px;
    border-radius: 50%;
    animation-name: squareMover;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    perspective: 100px;
    transform-origin: center;
}
@keyframes squareMover{
    0%,100%{ transform: translate(0,0) rotate(0);}
    20%,60%{transform: translate(20px,30px)rotate(180deg);}
30%, 80% { transform: translate(40px, 50px) rotate(0deg);}
}

 .contact-image img{
	 border-radius:50%;
	 position:relative;	 
     width:100%;
     height: auto;
 }
 .img-fluid{
	 max-width:100%;
 }
.contact h2{
    font-size:50px;
    color:white;
    text-align: left;
}
.contact-content{
    padding: 20px;
}
.contact .contact-summary{
    color: white;
    text-align:justify;
 
}
input::placeholder{
    color: #acabab;
}
input {
    max-width: 100%;
    width: 100%;
    margin: 5px;
    padding: 10px 10px 10px 15px;
    border-radius: 5px;
    border: none;
}

textarea::placeholder{
    color: #acabab;
}
textarea{
   max-width: 100%;
    width:100%;
    margin: 5px;
    padding: 10px 100px 80px 15px;
    border-radius: 5px;
    border:none; 
}
.contact .btn-know{
    margin-left: 5px;
    margin-top: 15px;
}


.footer-top-2 {
    position: relative;   
    padding-top:70px;
}
.footer-top-2::before {
    position: absolute;
    height: 100%;
    width: 37%;
    background: #006635;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}
.footer-top-2::after {
    position: absolute;
    height: 100%;
    width: 63%;
    background: #f0efeb;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
}
.footer-features {
    padding: 10px 30px;
    background-color: white;
    margin-bottom: 30px;
    border-radius: 10px;
}
.footer-features-item{
    display: flex; 
    align-items: center;
}
.footer-features-title {
    font-family: Handlee;
    color: #292929;
    padding: 0px 10px;
    font-weight: bold;
    margin-top: 10px;
}
.footer-features .row{
    margin-bottom: 6px;
}
.footer-title-h1 {
    color: #006635;
  
}
.footer-col-1{
    color: white;
    margin-left: 10px;
    line-height: 1.5rem;
}
.footer-col-1 h3 {
    color: white;
    padding-left: 5px;
}

.location-content{
    display: flex;
}
.location-content p {
    font-size: 15px;
    padding-left: 5px;
}
.location-content svg{
    padding-top: 5px;
    color: #87cd33;
}
.footer-title {
    font-size: 30px;
    line-height: 40px;
  margin-bottom: 30px;
}
.footer-col-5 li {
    list-style: none;
      padding-bottom: 20px;
}
.footer-menu-2 li a {
    color:#006635;
     text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    transition: 0.3s;
}
.footer-widget{
    margin-left: 15px;
}
.footer-menu  ul {
    padding-left: 0rem;
}
.footer-widget-one {
    margin-left: 50px;
}
.footer-widget__post li {
    display: flex;
}
.footer-widget__post li  img {
    width: 150px;  
    margin-right: 20px;   
    flex-shrink: 0;
    border:5px solid #ffc000;
    border-radius: 25px;
       margin-bottom: 30px;
}
.footer-widget__post li span, h4{
     color: #006f3b;
    font-size: 18px;
}
.footer-widget__post li a {
    text-decoration: none;
    color: black;
    font-weight: bolder;
}
.footer-bottom {
    text-align: center;
    margin-top: 10px;
    color: #999494;
}
.footer-bottom a{
    text-decoration: none;
    color: #999494;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px)
.footer-features-item
.footer-features-item {
    justify-content: flex-start;
}
media only screen and (min-width: 768px) and (max-width: 991px)
.footer-col-5 {
    margin-left: 40px;
}  
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 20px 15px;
    }
}
@media (max-width:992px){
    .banner .swiper-hero .carousel-caption h1 {
    font-size: 50px;  
}
    .banner .swiper-hero .carousel-caption span{
    font-size: 50px;  
} 
    .footer-top {
    text-align:left;
    max-width: 100%;
    background-color: #006f3b;
    background-image: none;
}
}

@media (max-width:786px){
     .header-line .icon{
        display: none;
    }
   .banner .carousel-caption {
    top: 20%;
}
  .banner .carousel-caption h1 {
    font-size: 75px;
    margin-top: 30px;
}
    .banner .carousel-caption span{
    font-size:75px;
    margin-top: 30px;
}  
   .banner p {
    font-size: 16px;
    color: white;
    margin-top: 30px;
       padding: 0px 110px;
}
.banner .enquire {
    margin-top:30px;
    margin-left: 0px;
}  
.product .owl-theme .owl-controls .owl-buttons div {
        display: none;
    }

.qty-products img {
    max-width: 100%;  
    padding: 30px;
} 
.review-text p {    
    padding: 20px;
}
  .contact-image-bubble-1 {
    max-width: 100%;
    left: -4px;
    top: -6px;
}
    /*.contact-image-bubble-2 {
    max-width: 70%;
    left: 70px;
}
   .contact-image-bubble-3 {
    max-width: 70%;
    left: 290px;
    top: 250px;
}
.image-fluid{
        max-width: 100%;
}*/
    .location-content p {
    padding-top: 5px;
}
.contact-content{
        margin-top: 70px;
}
.footer-top {
    text-align:left;
    max-width: 100%;
    background-color: #006f3b;
    background-image: none;
}
.footer-top-2::before{
    background-color: #006635;
    color:white;
    width:100%;
 }
    .footer-logo{
        margin-bottom: 10px;    
    }
   .footer-widget {
    margin-left: 10px;
    margin-top: 5px;
}
.footer-title-h1 {
    color: white;
  
}
 .footer-features-item{
         margin-bottom: 10px;       
    }
.footer-widget__post li span, h4 {
    color: #87cd33;
}
   
    .footer-menu-2 li a {
        color:white;
    }
 .footer-widget-one {
    margin-left: 20px;
    margin-top:40px;
}
    .list-unstyled {
        display: block;
    }
    .footer-bottom {
    max-width:100%;
    color: #999494;
}
    .user-icon {
    top: 235px;
    left: 85px;
}
    .blog .btn-know {  
    margin-top: 10px;
    margin-bottom: 10px;
}
      .blog .owl-controls .owl-buttons {   
    display: none;
}
    .blog #news-slider-1 {
    margin-top: 15px;
}
    .footer-features {
        display: none;
    }
 /*.blog-date {
    top: 280px;
    left: -50px;
}*/
  
}
@media(max-width:600px){
    .banner .carousel-caption {
    top: 12%;
    left: 0;
    width: 100%;
}
    .banner  .carousel-caption h1 {
    font-size: 40px;
}
    .banner  .carousel-caption span {
    font-size: 40px;
}   
    .banner p {
    font-size: 13px;
    line-height: 1rem;
    padding: 15px 45px;
}
    .banner .enquire {
    margin-top: 0px;
    padding: 5px 10px;
    font-size: 16px;
    margin-left: 0px;
}
    .banner .swiper-hero .swiper-button-prev, 
    .banner .swiper-hero .swiper-button-next {
        margin: auto;
    }
    .about {
    margin-bottom: 30px;
}
    .product h2{
        font-size: 37px;
    }
 
    .about-content{
        padding: 20px;
    }
    .service-content {
        padding: 20px;
    }
    .qty-product-content{padding: 0px 20px;}
.review {
    padding: 20px;
    padding-top: 50px;
    margin-top: -45px;
}
.blog .owl-controls .owl-buttons .owl-next {
    top: -15%;
    left: 200px;
}
    .blog .owl-controls .owl-buttons .owl-prev {
    top: -15%;
    left: 140px;
}
    .about-content h2{
    font-size:37px;      
}
   .aboutimg {
    max-width: 50%;
    left: 162px;
    top: -55px;
}
    .contact-image-bubble-3 {    
    left: 90px;    
}
    .contact-content {
    padding: 0px 10px;
}
    .contact h2 {
    font-size: 37px;
   }
    .footer-bottom p{      
    font-size: 14px;
}
 .qty-product-content h2 {
    padding-top: 0rem;
    font-size: 37px;
} 

    .blog .testimonial-title {
    padding-left: 16px;
    padding-top: 0px;
}
    .review .bx-chevron-left{
        left:15px;
    } 
    .review .bx-chevron-right {
        right:15px;
    }
    
    .control-slider {
        top: 85%;
        background: none;
    }
    .testimonials { 
        max-width: 100%;
        padding: 1rem 5px;
    }
    
    .slide-box .comment {
        padding: 10px;
    }
    
    .rating-content {
        width: 80%;
        margin: 0 auto; 
    }
    
    .btn-right {
        right: -10px;
    }
    
    .btn-left {
        left: -10px;
    }
  input, textarea{
margin: 5px 0;     
}
    .contact {
    padding: 2rem 1rem;
}
   
  .btn-know {
    margin-left: 0;
    margin-top: 10px;
}
    .footer-menu-2 li a {
    line-height: 24px;
}
    .footer-widget__post li a {
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
}
   
    .about-content{
        margin-top: 2.5rem;
    }
    .serviceimg1 img, .serviceimg2 img{    
   margin-top: 0px; 
}
    .serviceimg1, .serviceimg2 {
        padding: 20px;
    }
    .service h3{
        font-size: 34px;
    }
  
.review .owl-buttons{
    display: none;
}
    .owl-nav{
        display: none;
    }
    .review-circle {
    margin-top: -86px;
}
    .slider-area {
    display: inline-block;
}
    .wrapper {
    width: 330px;
   
}

    /*.blog-date {
    top: 440px;
    left: 85px;
}*/
}
@media screen and (max-width: 500px) {
  .slide-box {
    padding: 15px;
  }
}