* {
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;}

@font-face{
    font-family:Poppins-Regular;
    src:url(../fonts/Poppins-Regular.eot);
    src:url(../fonts/Poppins-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Poppins-Regular.ttf) format('truetype'),
        url(../fonts/Poppins-Regular.woff) format('woff'),
        url(../fonts/Poppins-Regular.svg) format('svg');
    font-weight:normal;
}@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.eot);
    src:  url(../fonts/Poppins-Medium.eot?#iefix) format('embedded-opentype'),
          url(../fonts/Poppins-Medium.ttf) format('truetype'),
          url(../fonts/Poppins-Medium.woff) format('woff'),
          url(../fonts/Poppins-Medium.svg) format('svg');
    font-weight: normal;
}@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.eot);
    src:  url(../fonts/Poppins-SemiBold.eot?#iefix) format('embedded-opentype'),
          url(../fonts/Poppins-SemiBold.ttf) format('truetype'),
          url(../fonts/Poppins-SemiBold.woff) format('woff'),
          url(../fonts/Poppins-SemiBold.svg) format('svg');
    font-weight: normal;
}

.position-absolute{position:absolute;}
.position-relative{position:relative;}
.no-padding{padding:0;}
.no-margin{margin:0;}
.padding-10{padding:10px;}
.padding-15{padding:15px;}
.padding-20{padding:20px;}
.padding-40{padding:40px;}
.padding-left-15{padding-left:15px;}
.padding-left-30{padding-left:30px;}
.padding-left-25{padding-left:25px;}
.padding-left-64{padding-left:64px;}
.padding-left-0 {padding-left:0;}
.padding-right-0 {padding-right:0;}
.padding-top-40{padding-top:40px;}
.padding-top-15{padding-top:15px;}
.padding-left-right{padding-left:90px; padding-right:90px;}
.padding-left-right-40{padding-left:40px; padding-right:40px;}
.padding-top-bottom-40{padding-top:40px; padding-bottom:40px;}
.padding-top-bottom-20{padding-top:20px; padding-bottom:20px;}
.padding-top-bottom-10{padding-top:10px; padding-bottom:10px;}
.padding-top-bottom-5{padding-top:5px; padding-bottom:5px;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-40{margin-top:40px;}
.margin-top-55{margin-top:55px;}
.margin-top-minus-35{margin-top:-35px;}
.margin-right-10{margin-right:10px;}
.margin-right-25{margin-right:25px;}
.margin-right-35{margin-right:35px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-left-10{margin-left:10px;}
.margin-left-20{margin-left:20px;}
.margin-auto{margin:0 auto;}
.color-white{color: #ffffff;}
a {text-decoration: none;}
body {
    background-color: #ffffff;
    font-family: Poppins-Regular;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
.top-section{position: fixed;
    z-index: 99;
    background-color: #fff;
    width: 100%;border-bottom: 1px solid #ccc; }

.connect-btn{position:fixed;background-color: #4e8e4d;right: 0;z-index: 9; top: 250px; padding: 10px;font-size: 14px;}
.connect-btn .fa-mobile-alt{font-size: 20px;}
.connect-btn button{color: #ffffff;}
  
.header{
    display: flex;
    align-items: center;
    height: 100px;
    padding: 10px 20px;   
    
}
.logo{float: left; margin: 5px;}

button {
    background: none;
    border: 0;
    /*border-radius: 25px; */
    appearance: none;
    outline: none;
    padding: 0;
    cursor: pointer;
  }

.header .nav {
    background: #333333;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    transition: transform 0.7s, opacity 1s;
    transform: translateX(100%);
    opacity: 0;
    color: #ffffff;z-index: 99;
}

.header .nav.show {
    transform: translateX(0%);
    opacity: 1;
}

.header .list {
   /* display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: inherit;
    margin-top: 70px;
}

.header .list li {
    list-style-type: none;   
    font-size: 16px;
    margin:10px 5px;
    border-bottom: 1px solid #ccc;
     padding: 5px 10px;
}
.header .list li a{color: #fff;}
.header .list li a.active{color: #e2f5d3;}
.hamburger {
    position: relative;
    margin-left: auto;
    width: 40px;
    height: 40px;
    z-index: 99;
}

.hamburger span {
    /* position: absolute;
    left: 6px;
    background: #4e8e4d;
    width: 25px;
    height: 4px;
    transition: transform 0.5s, opacity 0.5s; */
    position: absolute;
    display: block;
    width: 25px;
    height: 4px;
    /* margin: 6px 0px 0px 0px; */
    background: #4e8e4d;
    border-radius: 60px;
}

.top-line {top: 9px; border-radius: 2px;}
.center-line {top: 17px;}
.bottom-line {bottom: 11px;}
.top-line.active {transform: translateY(7px) rotate(45deg);}
.center-line.active {opacity: 0;}
.bottom-line.active { transform: translateY(-9px) rotate(-45deg);}
.banner{padding-top:100px;}
.carousel-caption {
    background-color:rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 15%;
    bottom: 100px;
    left: 0;
    padding: 1.25rem;    
    color: #fff;
    text-align: center;
    width: 550px;
    top: auto;
    font-size: 30px;
    line-height: 40px;
    font-family: Poppins-Semibold;
}
.caption-mobile {
    background-color:#f36b21;
    position: relative;
    right:auto;
    bottom: auto;
    left: auto;
    padding: 1.25rem;    
    color: #fff;
    text-align: center;
    width: 100%;
    top: 0;
    font-size: 35px;
    line-height: 45px;
    font-family: Poppins-Semibold;
    display: none;
}
.intro-box{background-color: #e2f5d3; padding: 15px 25px; min-height: 190px; margin: 15px 0; border:1px solid #e2f5d3; border-radius: 5px 50px;}
.heading{font-family: Poppins-Semibold; font-size: 28px; color: #4e8e4d; text-transform:}
.why-khushboo{background-image: url(../images/why-khushboo-bg-1.jpg); /*min-height: 450px;*/background-repeat: no-repeat;background-size: cover;background-position: 50% 60%;}
.why-khushboo .heading{color:#ffffff}
.why-khushboo ul{list-style-type:none; padding:0}
.why-khushboo ul li{padding: 7px 0 7px 35px; color: #ffffff; font-size: 18px; font-family: Poppins-Medium; background-image: url(../images/leaf-icon.png); background-repeat: no-repeat; background-position: 2px 18px; line-height: 36px;}
.read-btn{background-color: #ffffff; padding: 10px;display: inline-block;color: #4e8e4d; border: 1px solid #fff; border-radius: 5px 20px;}
.read-btn:hover {color: #4e8e4d !important;text-decoration: none; border-radius: 20px 5px;}
.green-btn{background-color: #4e8e4d; padding: 10px;display: inline-block;color: #ffffff; border: 1px solid #fff; border-radius: 5px 20px;}
.green-btn:hover {color: #ffffff !important;text-decoration: none; border-radius: 20px 5px;}
.why-content{padding:40px 20px 40px 40px;}
.testimonials-home{background-image: url(../images/testimonials-bg.jpg); background-repeat: no-repeat;background-size: cover;}
.testimonials-home .carousel{padding:0 100px;}
.testimonials-home .carousel-inner{margin-bottom:25px;}
.testimonials-home .carousel-indicators { margin-bottom: 0;}
.testimonials-home .carousel-control-next, .testimonials-home .carousel-control-prev { width: 5%;}
.quote{position: absolute;}
.name {font-weight: bold; font-style: italic;}
.gallery-heading{font-size: 30px; color: #ffffff; line-height: 230px;text-align: center;font-family: Poppins-Medium; }
/*.plant-category .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border:1px solid #4e8e4d;
    margin: 0 auto;
  }
.plant-category .plant-container {
    position: relative;
    width: 50%;
    background-color: #000000;
    text-align: center;
    margin: 0 auto;
  }*/
  .plant-category .image {
     opacity: 1;
      display: block;
      transition: .5s ease;
      backface-visibility: hidden;
      
      margin: 0 auto;
      height: auto;
      width: auto !important;
      max-width: 250px;
      max-height: 250px;
}
  
.plant-category .plant-container {
 position: relative;
  width: 50%;
  background-color: #000000;
  text-align: center;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #4e8e4d;
}
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
.plant-container:hover .image {opacity: 0.3;}
.plant-container:hover .middle {opacity: 1;}
.text {
    background-color: #4e8e4d;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
  }
.contact-home{background-color: #4a4a4a;padding: 30px 0;color: #ffffff;font-size: 15px;margin-top: 20px;}
.contact-home ul{list-style-type: none; padding: 0;}
.contact-home ul li{color: #ffffff;
    font-size: 15px;
    background-image: url(../images/leaf-icon.png);
    background-repeat: no-repeat;
    background-position: 2px 0px;
    line-height: 26px;
    padding: 0 0 0 25px;}
.contact-home li a:hover{color: #e2f5d3;}
.contact-home h4{font-size: 20px; font-family: Poppins-SemiBold;text-transform: uppercase;}
.contact-home a{color: #ffffff;}
.contact-home .fa-map-marker-alt, .contact-home .fa-envelope, .contact-home .fa-phone{color: #ffffff;font-size: 20px;}
.social-media{font-size: 55px;}
.social-media a{padding: 10px 10px 10px 0;display: inline-block;}
.contact{background-color: #ffffff;padding: 30px 0;text-align: center;color: #333333;}
.contact a{color: #333333;}
.contact .fa-map-marker-alt, .contact .fa-envelope, .contact .fa-phone{color: #e02874;font-size: 60px;}
footer{background-color: #000000; padding: 15px 0; color: #ffffff;}
.copyright{float: left;font-size: 14px;}
.ojaswi{float: right;font-size: 13px;}
footer a{color: #ffffff;}
footer a:hover {color: #ffffff !important;}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#e2f5d3;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    opacity:0.8;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#000;
}
#scroll:hover {
    background-color:#4e8e4d;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
    opacity:0.8;
}
.inner-page-content ul{list-style-type: none;padding-left:5px;}
.inner-page-content ul li{color: #333333;
    font-size: 15px;
    background-image: url(../images/leaft-green.png);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    line-height: 26px;
    padding: 0 0 0 25px;}
.sub-heading{font-family: Poppins-Semibold; font-size: 18px; color: #4e8e4d; text-transform: uppercase;}
.contact-form{background-color:#eeeeee;padding: 20px;}
.contact-form label{color: #333333;font-weight: bold;}


.gallery-title{
    font-size: 36px;
    color: #4e8e4d;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button{
    font-size: 18px;
    border: 1px solid #4e8e4d;
    border-radius: 5px;
    text-align: center;
    color: #4e8e4d;
    margin-bottom: 30px;

}
.filter-button:hover{
    font-size: 18px;
    border: 1px solid #4e8e4d;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #4e8e4d;
}
.btn-default:active .filter-button:active{
    background-color: #4e8e4d;
    color: white;
}
.filterbtn:active{
    background-color: #4e8e4d;
    color: white;
}

.port-image{width: 100%;}
.gallery_product{text-align: center; border: 1px solid #ccc;max-width: 280px; max-height: 280px;height: 280px; width: 280px;vertical-align: middle; display: table-cell;}
.gallery_product img{width: auto; max-width: 250px; max-height: 280px;text-align: center;padding: 10px;}
.content {
    position: relative;
    margin: auto;
    overflow: hidden;
    max-width: 280px; max-height: 280px;height: 280px; width: 280px;vertical-align: middle; display: table-cell;text-align: center; 
    }
.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;max-width: 280px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;}

.content:hover .content-overlay {opacity: 1}

.content-image {width: 100%}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}
.modal-body img{width: 100%;max-width: 100%;
    max-height: 100%;}

.modal-body p{text-align: left;}
.sidebar{background-color: #eeeeee;}
.sidebar h4{background-color: #4e8e4d; padding: 10px 20px; font-size: 24px;color: #ffffff;font-family: Poppins-Medium;}
.sidebar ul{padding:20px}
.sidebar ul li {border-bottom: 1px solid #4e8e4d; padding: 5px 2px 10px 25px;}
.sidebar ul li a{color:#333333;}
.sidebar ul li a:hover{color:#4e8e4d;}

#mySidenav a {
    /* position: absolute; */
    position: fixed;
    right: -110px;
    transition: 0.3s;
    padding: 15px;
    width: 150px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-radius: 0 5px 5px 0;
    z-index: 95;
  }

  #mySidenav a:hover {
    right: 0;
  }
  
  #about {
    top: 110px;
    background-color: #34B7F1;
  }
  
  #blog {
    top: 170px;
    background-color: #25D366;
  }
  
  #projects {
    top: 230px;
    background-color: #f44336;
  }
  
  #contact {
    top: 200px;
    background-color: #555
  }
.overflow-hidden{overflow: hidden;}
.captcha_backg{background:#dc3135;width:150px;margin-left:15px;}
small{color:#dc3135;}

/*Responsive*/
@media (min-width: 1200px) and (max-width: 1366px) {
/* .why-khushboo-img{background-image: url(../images/why-khushboo.png);min-height: 500px;background-repeat:no-repeat;background-size: cover;background-position: center center;} */
.why-khushboo ul li{padding: 5px 0 5px 35px; color: #ffffff; font-size: 18px; background-image: url(../images/leaf-icon.png); background-repeat: no-repeat; background-position: 2px 18px; line-height: 30px;}
.carousel-caption {    
    width: 380px;   
    font-size: 30px;
    line-height: 40px;     
    bottom: auto;}

}

@media (min-width: 992px) and (max-width: 1199px){
.carousel-caption {    
    width: 380px;   
    font-size: 30px;
    line-height: 38px;     
    bottom: auto;}
.intro-box{min-height: 240px;}
/* .plant-category img {
    height: 180px;
    max-width: 180px;
    width: 180px;
    max-height: 180px;
} */
.gallery-heading{line-height: 160px;text-align: center;margin:0 auto; }
.why-khushboo ul li{padding: 5px 0 5px 30px; color: #ffffff; font-size: 18px; background-image: url(../images/leaf-icon.png); background-repeat: no-repeat; background-position: 2px 5px; line-height: 24px;}
.why-content {padding: 30px 10px 30px 20px;}
.gallery_product{max-width: 220px; max-height: 220px;height: 220px; width: 220px;}
.gallery_product img{width: auto; max-width: 210px; max-height: 220px;}
.content {max-width: 220px; max-height: 220px;height: 220px; width: 220px;}
.content .content-overlay {max-width: 220px;}


}

@media (min-width: 768px) and (max-width: 991px) {
.carousel-caption {    
    width: 380px;   
    font-size: 25px;
    line-height: 30px;     
    bottom: auto;}
.intro-box{min-height: 290px;}
/* .plant-category img {
    height: 150px;
    max-width: 150px;
    width: 150px;
    max-height: 150px;
} */
.gallery-heading{line-height: 130px;text-align: center;margin:0 auto; }
.testimonials-home .carousel {padding: 0 65px;}
.why-khushboo{background-size: cover;background-position: 60% 60%;}
.why-khushboo ul li{padding: 5px 0 5px 30px; color: #ffffff; font-size: 18px; background-image: url(../images/leaf-icon.png); background-repeat: no-repeat; background-position: 2px 5px; line-height: 24px;}
.why-content {padding: 30px 10px 30px 20px;}
.gallery_product{max-width: 175px; max-height: 175px;height: 175px; width: 175px;}
.gallery_product img{width: auto; max-width: 160px; max-height: 175px;}
.content {max-width: 175px; max-height: 175px;height: 175px; width: 175px;}
.content .content-overlay {max-width: 175px;}



}

@media (min-width: 480px) and (max-width: 767px) {
/* .plant-category {max-width: 250px;text-align: center;margin: 0 auto;}
.plant-category img {
    height: auto;
    max-width: 250px;
    width: 100%;
    max-height: 250px;
} */
.gallery-heading{line-height: 50px;text-align: center;margin:0 auto; }
.quick-links{display: none;}
.address{display:none;}
.social-media{text-align: center;}
.testimonials-home .carousel {padding: 0 50px;}
.why-khushboo{background-image: url(../images/why-khushboo-bg.jpg);}
.why-content { padding: 40px 20px 40px 40px; }
.why-khushboo ul li {padding: 7px 0 7px 35px;line-height: 24px;}
.gallery_product{max-width: 220px; max-height: 220px;height: 220px; width: 220px;}
.gallery_product img{width: auto; max-width: 210px; max-height: 220px;}
.content {max-width: 220px; max-height: 220px;height: 220px; width: 220px;}
.content .content-overlay {max-width: 220px;}


.caption-mobile {    
    padding: 15px;
    width: 100%;    
    font-size: 20px;
    line-height: 25px;
    display: block;}
.caption-mobile p{margin-bottom: 0;}
.copyright{float: none;text-align: center;}
.ojaswi{float: none;text-align: center;}
}

@media (min-width: 321px) and (max-width: 479px) {
    /* .plant-category {max-width: 250px;text-align: center;margin: 0 auto;}
    .plant-category img {
        height: auto;
        max-width: 250px;
        width: 100%;
        max-height: 250px;
    } */
    .gallery-heading{line-height: 50px;text-align: center;margin:0 auto; }
    .quick-links{display: none;}
    .address{display:none;}
    .social-media{text-align: center;}
    .testimonials-home .carousel {padding: 0 50px;}
    .why-khushboo{background-image: url(../images/why-khushboo-bg.jpg);}
    .why-content { padding: 40px 20px 40px 20px; }
    .why-khushboo ul li {padding: 7px 0 7px 35px;line-height: 24px;}
    .gallery_product{max-width: 220px; max-height: 220px;height: 220px; width: 220px;}
    .gallery_product img{width: auto; max-width: 210px; max-height: 220px;}
    .content {max-width: 220px; max-height: 220px;height: 220px; width: 220px;}
    .content .content-overlay {max-width: 220px;}





.caption-mobile {    
    padding: 15px;
    width: 100%;    
    font-size: 18px;
    line-height: 25px;
    display: block;}
.caption-mobile p{margin-bottom: 0;}
.course-box{min-height: auto;}
.copyright{float: none;text-align: center;}
.ojaswi{float: none;text-align: center;}
}


@media only screen and (max-width: 320px) {
    /* .plant-category {max-width: 250px;text-align: center;margin: 0 auto;}
    .plant-category img {
        height: auto;
        max-width: 250px;
        width: 100%;
        max-height: 250px;
    } */
    .gallery-heading{line-height: 50px;text-align: center;margin:0 auto; }
    .quick-links{display: none;}
    .address{display:none;}
    .social-media{text-align: center;}
    .testimonials-home .carousel {padding: 0 40px;}
    .why-khushboo{background-image: url(../images/why-khushboo-bg.jpg);}
    .why-content { padding: 40px 20px 40px 20px; }
    .why-khushboo ul li {padding: 7px 0 7px 35px;line-height: 24px;}
    .gallery_product{max-width: 180px; max-height: 180px;height: 180px; width: 180px;}
    .gallery_product img{width: auto; max-width: 170px; max-height: 180px;}
    .content {max-width: 180px; max-height: 180px;height: 180px; width: 180px;}
    .content .content-overlay {max-width: 180px;}

.caption-mobile {    
    padding: 15px;
    width: 100%;    
    font-size: 18px;
    line-height: 25px;
    display: block;}
.caption-mobile p{margin-bottom: 0;}
.course-box{min-height: auto;}
.copyright{float: none;text-align: center;}
.ojaswi{float: none;text-align: center;}
}
