@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_2{
    width: 44%;
    float: left;
    margin: 1%;
}

.col_sm2_22 {
    width: 36%;
    float: left;
    margin: 1% 7%;
}

.col_sm66 {
    width: 9%;
    float: left;
    margin: 1%;
}

.col_sm666 {
    width: 84%;
    float: left;
    margin: 1%;
}


.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}


.col_sm4_4{
    width: 11%;
    margin: 1%;
    float: left;
}

.col_sm4_44 {
    width: 46%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm99{
    float: left;
    margin: 1%;
    width: 24.6%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 85%;
    margin: 0 auto;
}

.top3 {
    width: 75%;
    margin: 0 auto;
}

.logo {
    width: 150px;
    float: left;
    margin: 1% 0 0;
}

.logo_right{
    align-items: center;
    display: flex;
    justify-content: end;
    padding-top: 1%;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 2% 1%;
}

.btn a{
    background-color: #349139;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    border: none;
    line-height: 1;
    text-align: center;
    padding: 13px 26px;
    font-size: 17px;
    transition: all 0.5s ease-in-out;
}

.btn a:hover{
    background-color: #207424;
}

.btn a{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.btn-main{
    display: flex;
    justify-content: center;
    margin: 4% 0 !important;
}

/* Search Button */
.search-btn {
    font-size: 20px;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block;
    margin-left: 15px;
    color: #fff;
  }

  
  /* Overlay */
  #searchOverlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  /* Close button */
  #searchOverlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
  }
  
  /* Overlay content */
  #searchOverlay .overlay-content {
    position: relative;
    top: 40%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  #searchOverlay input[type="text"] {
    padding: 15px;
    font-size: 20px;
    border: none;
    width: 60%;
    max-width: 500px;
    outline: none;
    border-radius: 5px;
  }
  
  #searchOverlay button {
    padding: 15px 25px;
    font-size: 20px;
    border: none;
    background: #349139;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
  }

  #searchOverlay button:hover {
    background: #207424;
  }

  

.fix_nav {
    position: absolute;
    z-index: 9999;
    background: transparent;
}

.img {
    width: 100%;
}

.footer-img{
    width: 77%;
    background: #fff;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


.footer ul {
	list-style-image: url(../images/essential-oil.png);
	margin-left: 31px;
	padding: 0;
}

.footer ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 1.6% 0%;
	line-height: 150%;
	font-family: "Montserrat", sans-serif;
	color: #000000;
	text-align: justify;
}



/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 2.5%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
	background-color: #1289ca;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #874800;
}



/*------------------------------------------
footer
------------------------------------------*/

.ftr h3{
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: 'Didact Gothic', sans-serif !important;
    color: #fff !important;
}

.ftr p{
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.ftr_btn h3{
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: 'Didact Gothic', sans-serif !important;
    color: #fff !important;
}

.ftr_btn p{
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin:0 !important;
}
.ftr_btn a{
    color: #000;
}

.ftr_flex{
    display: flex;
    gap: 26px;
    justify-content: center;
}


.ftr a{
    color: #fff !important;
}


.ftr_right{
    text-align: right;
}

.fa-brands{
    font-size: 14px;
}

.fa-whatsapp{
    font-size: 35px;
}



/*------------------------------------------
Main Code 
------------------------------------------*/

.about-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3% 0;
}

.about-us h2{
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 120%;
    color: #393541;
    margin: 0% !important;
}


.about-us p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 1% 0% 0% !important;
    line-height: 140%;
}

.about-sub{
    margin-left: 8%;
}

.btn2{
    margin-top: 2%;
}

.btn2 a{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #349139;
    margin: 1% 0% 0% !important;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn2 a i {
    transition: transform 0.3s ease;
}


.btn2 a:hover i {
    transform: translateX(5px);
}

.category{
    background-color: #FAFAFA;
}

.category h2{
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 600;

    line-height: 120%;
    color: #393541;
    margin: 0% !important;
    text-align: center;
}

.category-sub h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 120%;
    color: #000;
    margin: 0% !important;
    text-align: left !important;
    padding-top: 2%;
}

.category-sub p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 1% 0% 0% !important;
    line-height: 140%;
}

.core-product-flex{
    display: flex;
    flex-wrap: wrap;
}

.zoom {
    position: relative;
    overflow: hidden;
}


.zoom img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.zoom:hover img {
    transform: scale(1.1); /* Zoom out effect */
}

.choose{
    background-color: #e0e8d5;
}

.choose h2{
color: #244629;
font-family: "Montserrat", sans-serif;
font-size: 39px;
font-weight: 600;
line-height: 120%;
margin: 0% !important;
text-align: center;
}

.choose-sub{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% 1% 1%;
}


.choose-sub h2{
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 120%;
    color: #000;
    margin: 0% !important;
    text-align: left;
    padding-top: 2%;
}

.choose-sub p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 1% 0% 0% !important;
    line-height: 140%;
}

.certifications h2{
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 120%;
    color: #393541;
    margin: 0% !important;
    text-align: center;
}

.certificationsub2{
    border: 1px solid #eeeeee;
    margin: 0%;
    float: left;
}

.certificationsub2 .img-box{
    padding: 4% 0;
}

.certificationsub2 .img-box a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2% 0;
}

.certificationsub2 img{
    width: 67% !important;
}


.certificationsub{
    border: 1px solid #eeeeee;
    margin: 0%;
    float: left;
    width: 98%;
}


.certificationsub .img-box a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2% 0;
}

.certificationsub img{
    width: 67% !important;
}

.blog{
    background-color: #FAFAFA;
}

.blog h2{
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 120%;
    color: #393541;
    margin: 0% !important;
    text-align: center;
}

.cta{
    position: relative;
    padding: 100px 0px;
    background: url(../images/bg.jpg);
    background-size: cover !important;
    background-position: center !important;
}


.cta:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgb(63 61 86 / 48%);

}


.quality-assurance{
    position: relative;
    padding: 100px 0px;
    background-size: cover !important;
    background-position: center !important;
}


.quality-assurance:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgb(63 61 86 / 48%);

}


.quality-assurance h2{
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    margin: 0% !important;
    text-align: center;
}


.quality-assurance p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 1% 0% 0% !important;
    line-height: 140%;
    text-align: center;
}

.quality-assurance-sub{
    position: relative;
    z-index: 9;
}

.about-cta{
    position: relative;
    padding: 100px 0px;
    background: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center;
}


.about-cta:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgb(63 61 86 / 48%);

}

.cta-sub{
    position: relative;
    z-index: 9;
}

.cta-sub h2{
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    margin: 0% !important;
    text-align: center;
}


.cta-btn{
    margin-top: 2%;
    display: flex;
    justify-content: center;
}

.cta-btn a{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 1% 0% 0% !important;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #8f8f8fee;
    padding: 10px;
}

.cta-btn a i {
    transition: transform 0.3s ease;
}


.cta-btn a:hover i {
    transform: translateX(5px);
}

.ftr{
    background: #349139;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    font-family: "Cabin", sans-serif;
    color: white;
    font-size: 1.2rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* About Us Page  */

.inner-banner{
    position: relative;
    width: 100%;
    background-image: url(../images/about-banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: white;
    height: 60vh;
}

.inner-banner h2{
    font-family: "Montserrat", sans-serif;
    font-size: 53px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    margin: 0% !important;
    text-align: center;
}

.inner-banner p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 1% 0% 0% !important;
    line-height: 140%;
    text-align: center;
}


.inner-banner2{
    position: relative;
    width: 100%;
    background-image: url(../images/about-banner.jpg);
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: white;
    height: 60vh;
}

.inner-banner2 h2{
    font-family: "Montserrat", sans-serif;
    font-size: 53px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    margin: 0% !important;
    text-align: center;
}

.inner-banner2 p{
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin: 1% 0% 0% !important;
    line-height: 140%;
    text-align: center;
}



.mission-vision-main{
    background-color: #e0e8d5;
}


.mission-vision h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #000;
    margin: 0% !important;
    text-align: center;
    padding-top: 2%;
}

.mission-vision p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 1% 0% 0% !important;
    line-height: 140%;
    text-align: center;
}


.strength{
    background-color: #fafafa;
}

.strength h2{
color: #244629;
font-family: "Montserrat", sans-serif;
font-size: 39px;
font-weight: 600;
line-height: 120%;
margin: 0% !important;
text-align: center;
}

.strength-sub{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% 1% 1%;
}


.strength-sub h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #000;
    margin: 0% !important;
    text-align: left;
    padding-top: 2%;
}

.strength-sub p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 1% 0% 0% !important;
    line-height: 140%;
}


.mission{
    background-color: #e0e8d5;
}

.mission h2{
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 600;

    line-height: 120%;
    color: #393541;
    margin: 0% !important;
    text-align: center;
}

.mission-sub h2{
    font-family: "Montserrat", sans-serif;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 120%;
    color: #000;
    margin: 0% !important;
    text-align: left !important;
    padding-top: 2%;
}

.mission-sub p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 1% 0% 0% !important;
    line-height: 140%;
}

.who-we-are{
    background: #e0e8d5;
}

.who-we-are h2{
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 120%;
    color: #393541;
    margin: 0% !important;
}


.who-we-are p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 1% 0% 0% !important;
    line-height: 140%;
}

.who-we-are-sub{
    margin-left: 8%;
}


.products p{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 1% 0% 0% !important;
    line-height: 140%;
    text-align: center;
}



.bullet ul{
        list-style-image: url(../images/essential-oil2.png);
        margin-left: 31px;
        padding: 0;
}
    
    .bullet ul li {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 1% 0% 0% !important;
        line-height: 140%;
        box-shadow: none;
    }

    .blog_sm8 {
        width: 75%;
        float: left;
    }

    .blog_sm88 {
        width: 25%;
        float: right;
    }


    .pd-tp {
        padding-top: 3%;
    }

    .tickty {
        position: sticky;
        top: 10%;
    }

   

    .contact_form_txt p {
        font-family:"Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        line-height: 140%;
        margin: 1% 0 0 !important;
        padding: 0%;
    }

    .contact_form_txt a {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        line-height: 140%;
        margin: 1% 0 0 !important;
        padding: 0%;
    }

    .contact_form_txt a:hover {
        color: #349139;
    }


    .contact_form_txt2 h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 500;
        color: #000;
        text-align: left;
        margin: 0% !important;
        line-height: 100%;
        padding: 0%;
        margin-top: 9px !important;
    }

    .frm_card {
        border-radius: 10px;
        padding: 2%;
        color: #fff;
    }

    .frm_card p {
        margin: 0 -1%;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        line-height: 140%;
    }

    .frm_card h3 {
        margin: 10px -1%;
        font-size: 29px;
        font-family: "Montserrat", sans-serif;
        line-height: 140%;
        font-weight: 600;

    }

    .contact_form_bg_color2 {
        background-color: #fff;

        border-radius: 10px;
    }

    .contact_form_bg {
        background-color: #349139;
        padding: 2% 2%;
        border-radius: 7px;
    }

    .contact_form_min_h {
        min-height: 480px;
    }

    .contact_form_bg_color {
        background-color: #2658a80f;
        padding: 3% 2%;
        border-radius: 7px;
    }

    .contact_form_min_h {
        min-height: 480px;
    }

    .whtsapp {
        font-size: 1.2rem;
    }



    .contact_form_txt h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 140%;
    }

    .fa-location-dot,
    .fa-phone-volume, 
    .contact_form_bg_color2 .fa-envelope {
        color: #00674f !important;
        font-size: 21px !important;
        background-color: #e0e8d5;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

   

    .link3 {
        text-decoration: none;
        color: #000 !important;
    }

    .social-links2 {
        display: flex;
        gap: 15px;
    }

    .social-links2 a {
        font-family: "Cabin", sans-serif;
        color: #244629;
        font-size: 1.2rem;
   
        transition: opacity 0.3s ease;
    }

    .social-link2 {
        width: 40px;
        height: 40px;

        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .social-link2:hover {
        background: #a0cd5196;
        transition: all 0.3s ease;
    }

    .s-link {

        color: #00674f !important;
        font-size: 21px !important;
        background-color: #e0e8d5;
        border-radius: 50%;
        width: 58px;
        height: 58px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .contact_flex{
        display: flex;
        gap:4px;
        flex-wrap: wrap;
    }

    .contact_flex a{
            background: transparent;
            color: #000;
    }

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) { }

@media only screen and (max-width :1500px) { }

@media only screen and (max-width :1400px) { }

@media only screen and (max-width :1300px) { 
    .col_sm66 {
        width: 13%;
        margin: 2%;
    }

    .col_sm666 {
        margin: 2%;
    }
}



@media only screen and (max-width :1200px) {
    .choose-sub {
        min-height: 128px;
    }
}

@media screen and (max-width: 1100px) {
    #wowslider-container1 .ws-title {
        width: 60% !important;
      }
}

@media only screen and (max-width :1000px) {
    .top3 {
        width: 95%;
    }

    .btn{
        display: none;
    }
}


@media only screen and (max-width:960px) {
.col_sm99 {
    width: 33%;
}
.inner-banner2 p {
    font-size: 20px;
}
}


@media only screen and (max-width:800px) {

    .tickty {
        position: static;
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm3 {
        width: 48%;
    }

    .about-sub {
        margin-left: 3%;
    }

    .col_sm2_2 {
        width: 50%;
    }

    #wowslider-container1 .ws_images img {
        height: 75vh !important;
        object-fit: cover !important;
    }

}


@media only screen and (max-width : 700px){
    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        width: 94%;
    }
}

@media only screen and (max-width:400px){
    #contactForm input[type="text"], #contactForm input[type="email"], #contactForm input[type="url"], #contactForm textarea{
width: 92% !important;
}

    .col_sm99 {
        width: 49%;
    }

    .col_sm4_4 {
        width: 33%;
    }
}

@media only screen and (max-width:600px) {
    .col_sm99 {
        width: 99%;
    }
    
    .col_sm2_22 {
        width: 98%;
        margin: 1% 1%;
    }
    #wowslider-container1 .ws-title {
        width: 80% !important;
      }

    .col_sm2 {
        width: 98%;
    }
    .col_sm3 {
    width: 98%;
}

.col_sm2_2 {
    width: 98%;
}

.about-flex {
    flex-wrap: wrap;
}
.col_sm4 {
    width: 98%;
}
.ftr_right {
    text-align: left;
}

.col_sm4_4 {
    width: 25%;
}

.col_sm4_44 {
    width: 71%;
}
}

@media only screen and (max-width:500px) {}


@media only screen and (max-width:400px) {
}

@media only screen and (max-width:360px) {}