*:focus {outline: none !important;}
body{font-family: Arial, sans-serif;}
html {scroll-behavior: smooth;}
ul,ol {list-style: none;padding: 0;}
    a, button, img, input, span {transition: all 0.3s ease 0s;}
    a{text-decoration: none !important;}
/**************************************Home page css start******************************************/

/*top-header section css start*/
.top-header{
    background-color: #000;
    height: 48px;
    line-height: 48px;
}
.headre-icon{
    text-align: left;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0px;
}
.headre-icon img{
    margin-right:12px;
}
.header-social{
    text-align: right;
    font-size: 18px;
    color: #fff;
}
.header-social a{
        text-align: center;
    font-size: 18px;
    color: #fff;
    height: 48px;
    width: 42.5px;
    display: inline-block;
    border-left: #575757 1px solid;
}
.header-social a i{
    font-size: 18px;
}
/*top-header section css and*/
/*serch bar section css start*/

.header_contact h4{
        width: 75%;
    color: #007e3d;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-top: 28px;

}
.header_contact{
    position: relative;
    margin-top: 0;
}
.header_contact h4 span{
    color: #393939;
    font-size: 15px;
    font-weight: 300;
    display: flex;
}
.search-bar{
    padding: 20px;
    position: relative;
}
.custom-logo-link img{
    width: 165px;
}
.social-link{
    float: left;
    text-align: left;
}
.header-icon {
    width: 44px;
    height: 44px;
    color: #fff;
    background: #007e3d;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    position: absolute;
    top: 22px;
}
.socialhead-title{
    float: left;
    padding-left: 16px;
}
.socialhead-title span{
    color: #007e3d;
    font-size: 18px;
    font-weight: bold;
}
.socialhead-title h4{
    color: #393939;
    font-size: 15px;
    font-weight: 300;
}
.social-medial-link{
    position: absolute;
    top: 20px;
}
/*search bar section css and*/
/*navbar secton css start*/

.navbar-section{
    background-color: #007639;
}
.main-top .col-md-9{
    padding-left: 0 !important;
    padding-right: 0px !important;
}
.navbar-section .navbar{
    padding: 0px !important;
}
.other-serch{
    background-color: #fff;
}
.navbar-section .menu-bg{
    background-image: url(../images/home-background.png);
   background-repeat: no-repeat;
   background-size: cover;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.02);
}
.navbar-section .main-menu ul li a
{
    color: #fff;
    font-weight: 200;
    font-size:14px !important;
   text-transform: capitalize;
   padding: 0px 20px !important;
   line-height: 50px;
   font-size: 14px;
   text-decoration: none;
}
.navbar-section .nav-link.active, .navbar-section .nav-link:hover { background: #00582b;  
}
.search-btn{
    font-size: 15px;
    background-color:#009448 !important;
    border: none !important;
    box-shadow: none !important;
}
.search-bar-main ::placeholder{
    color: #fff;
}
.fa-search:before{
color: #fff !important;
font-size: 18px !important;
}
.search-bar-main input {
     font-size: 15px;
     color: #fff;
    text-decoration: none !important;
    box-shadow: none !important;
    border: 0px !important;
    padding: 0px !important;
}
.search-bar-main{
    background-color: #009448 !important;
    padding: 14px 21px 14px 19px;
    width: 292px;
}
/*dropdown section  css start*/
@media (min-width: 992px) {
    .navbar-nav span .downicon {display: none !important;}
}
.navbar-nav span .downicon 
{
    font-size: 20px; 
    display: block;
    position: absolute; 
    z-index: 99; 
    right: 24px; 
    top: 0;   
    height: 44px; 
    width: 44px; 
    cursor: pointer; 
    text-align: center; 
    line-height: 44px;
    color: #000;
}


.main-menu .navigation > li > ul 
{
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: #00582b;
    opacity: 0;
    transform: translateY(15px);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out;
}
.main-menu .navigation > li.dropdown:hover > ul 
{
    visibility: visible;
    opacity: 1; 
    transform: translateY(0px);
    z-index: 999;
}
.main-menu .navigation > li > ul > li a 
{
    font-size:15px;
    color: #fff;
    letter-spacing: .5px;
    padding: 8px 35px;
    font-weight:500;
}
.main-menu .navigation > li > ul > li a:hover, .main-menu .navigation > li > ul > li a:focus
{
    color: #fff;
    background-color: #000;
}
.main-menu .navbar-toggler{
    position: absolute;
    right: 0;
    top: -66px;
    display: none;
}
.main-menu .navbar-toggler .fa-times{
    position: absolute;
    left: 13px;
        display: none;
}

/*Navbar section and*/
.mobile-sidebar-menu {display: none;}

/* Mobile Menu Css Start */
.mobile-sidebar-menu {display: none;padding: 11px 16px;}
.mobile-menu {
    height: 100%;
    width: 75%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    transform:  translateX(-100%);
}
.mobile-menu-btn {
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    border: none;
    background-color: #000;
    transition: margin-left .5s;
    position: absolute;
    top: 70px;
    right: 40px;
    width: 40px;
    height: 40px;
}
#closebtn {background-color: #000;}
.mobile-menu .navbar-collapse ul {margin-top: 0;}
.mobile-menu .nav-link {
    padding: 0 5% !important;
    height: 44px;
    line-height: 44px; 
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    background-color:#212121;
}
.mobile-menu .nav-link.active {background-color: #333333;color: #fff !important;}
.mobile-menu-show {height: 70px;}

@media (max-width: 991px) {
    .desktop-menu {
        display: none;
        }
    .mobile-sidebar-menu {
        display: block;
    }
    .navbar-nav span .downicon {
    font-size: 18px;
    display: block !important;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {box-shadow: inherit; width: 100%; display: none; position: inherit; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    .main-menu .navigation > li > ul > li > ul { left: 0; top: 100%; }
    .main-menu .navigation > li.dropdown > ul.open, .main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open { display: block; opacity: 1; visibility: visible; }
    .main-menu .navigation > li >  a {padding: 10px 15px;}
}
.dropdownbgcolor{background-color: #212121 !important;}

@media (max-width: 575px) {
    .mobile-menu-btn {
        font-size: 20px;
        width: 30px;
        height: 30px;
        right: 30px;
        top: 103px;
        }

    }
/*carosule slider section css start*/
.item1 {
    background-image: url(../images/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: left top;*/
    min-height: 450px;
}
.item2 {
    background-image: url(../images/slider4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: left top;*/
    min-height: 450px;
}
.item3 {
    background-image: url(../images/slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: left top;*/
    min-height: 450px;
}
.errow-left a i{
    background: #0000004d;
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}
.errow-left a i:hover{
    background-color: rgba(0,0,0,0.8) !important;
}
.errow-right a i{
    background: #0000004d;
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}
.carousel-item img{
    min-height: 450px;
}
.errow-right a i:hover{
    background-color: rgba(0,0,0,0.8) !important;
}
.carousel-indicators li{
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(0,0,0,0.5) !important;
}
.carousel-indicators{
    bottom: -30px;
     background: #FAFAFA;
     width: 100%;
     margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .item1, .item2, .item3 {
        min-height: 300px;
    }
}
@media (max-width: 767px) {
    .item1, .item2, .item3 {
        min-height: 200px;
    }
}
/*carosule slider section css and*/
/*specialize-section-main section css start*/
.specialize-section-main{
    padding: 80px 0px 30px 0;
}
.specialize-title{
    text-align: center;
    position: relative;
}
.specialize-title p{
color: #000;
font-size: 18px;
font-weight: 300;
text-transform: capitalize;
margin-bottom: 0 !important;
}
.specialize-title h1{
    color: #007835;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding: 0px 0px 24px;
    text-transform: uppercase;
}
.specialize-title:after{
    position: absolute;
    background-image: url(../images/heading_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 50px;
    height: 8px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.productdetail-carousel .owl-prev{
    position: absolute;
    background-color: #007835 !important;
    width: 30px;
    height: 63px;
    left: -39px;
    top: 45%;
 }
.productdetail-carousel .owl-prev i{
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}
.productdetail-carousel .owl-next{
    position: absolute;
    background-color: #007835 !important;
    width: 30px;
    height: 63px;
    right: -39px;
    top: 45%;
 }
.productdetail-carousel .owl-next i{
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}
.productdetail-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.productdetail-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    background-color: #D6D6D6 !important;
    border-radius: 50%;
    margin-right: 15px;
}
.productdetail-carousel .owl-dots button.active {
    background-color: #869791 !important;
}
/*owl carosule section start*/
.cousteragate{
    margin-top: 80px;
}
.productdetail-carousel{
    margin-top: 30px;
}
.service-wrap{
    height: 450px;
   position: relative;
    padding: 13px 25px 13px 25px;
    background: linear-gradient(to top, #F5F5F5 70%, transparent 30%) !important;
}
.service-wrap:after{
    position: absolute;
    height: 5px;
    width: 80px;
    background-color: #007835;
    content: "";
    z-index: 1;
    bottom:-1px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.productdetail-carousel .slider-content{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.owl-dot{
   margin-bottom: 10px;
}
/*my css*/
 .slider-img a img{
    border-radius: 50%;
}
.slider-content h3{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 10px !important;
    padding: 0 !important;
}
.slider-content p{
    font-size: 14px;
    text-align: center !important;
    color: #6c6c6c;
}

.owl-prev img{
    z-index: 1 !important;
    position: absolute !important;
    top: 39% !important;
    width: 29px !important;
    height: 61px !important;
    line-height: 61px !important;
    font-size: 24px !important;
    color: #fff !important;
}
.owl-prev img:hover .carousel-control-prev img{
    background-color: rgba(0,0,0,0.8) !important;
}
.owl-next img:hover .carousel-control-next img{
    background-color: rgba(0,0,0,0.8) !important;
}
.carousel-control-prev{
   left: 0px !important;
}
.carousel-control-next{
     right: 0px !important;
}
.carousel-control-prev img{
   background: rgba(0,0,0,0.3) !important; 
}
.carousel-control-next img{
    background-color:rgba(0,0,0,0.3) !important ;
}
.owl-next img{
    z-index: 1 !important;
    position: absolute !important;
    top: 39% !important;
    width: 29px !important;
    height: 61px !important;
    line-height: 61px !important;
    font-size: 24px !important;
    color: #fff !important;
}
/*ow carosule section and*/
/*specialize-section-main section css and*/
/*about us section css start*/

.about-section{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 0px;
    height: 435px;
    margin-bottom: 250px;
    background-image: url(../images/about_bg.jpg);
}
.about-section:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #007835;
    opacity: .96;
    content: "";
}
/*.about-section .container{
    width: 1170px;
}*/
.heading-w {
    text-align: center;
}
.heading-w h2 span{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}
.heading-w h2{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding: 0px 0px 24px;
    position: relative;
    background: url(../images/heading_w_bg.png) center bottom no-repeat;
    text-transform: uppercase;
}
.home-about-con{
    margin-top: 30px;
    background: #fff;
    padding: 0 40px;
    position: relative;
    box-shadow: 0px 0px 7px #999;
    z-index: 999;
}
.home-about{
    margin-top: 40px;
}
.home-about-con h3{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.home-about-con h3 span{
    color: #0a7d3d;
    font-size: 18px;
    text-transform: capitalize;
}
.home-about-con .about-paregraph{
    width: 92%;
    border-left: #0a7d3d 1px solid;
    padding: 0px 0px 0px 15px;
    margin: 5px 0px 40px;
}
.about-paregraph p{
    margin: 0px 0px 10px;
    font-size: 14px;
    text-align: justify;
    font-style: normal;
    color: #6c6c6c;
}
.about-viewmore{
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 10px 0px 0px;
    color: #0a7f43;
    margin: 0px;
}
.about-viewmore i{
    padding-left: 4px;
}
.home-about img{
    width: 92%;
    padding-bottom: 30px;
}
.whychoose-bgcolor {
    background-color: #2c2c2c;
    text-align: center;
}
.home-whychoose:hover{
    background-color: #0a7d3d;
}
.whychoose-homeimg{
    padding: 27px;
}
.home-whychoose{
    padding: 10px;
}
.home-whychoose h4{
    font-size: 14px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    color: #fff;
}
.about-title-1{
    background-color: #e5e5e5;
    text-align: center;
    color: #000;
    padding: 10px;
    border-radius: 30px;
    font-size: 17px;
    margin: 0px 0px 10px;
    z-index: 1;
    margin-top: 20px;
}
.about-img{
    margin-top: 20px;
}
/*about us scetion css and*/
/*<!-- our variation of natural oils section css start -->*/
.natural-oils{
    padding-top: 40px;
    padding-bottom: 40px;
}
.natural-oils-title{
    text-align: left;
}
.natural-oils-title span{
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}
.natural-oils-title h3{
    color: #007835;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding: 0px 0px 24px;
    position: relative;    
    text-transform: uppercase;
}
.natural-oils-title h3:after{
    background-image: url(../images/heading_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    height: 8px;
    top: 90px;
}
.varieties-oils{
    margin-top: 50px;
}
.blog-date{
    position: relative;
}
.blog-date h6{
    position: absolute;
    width: 80px;
    height: 64px;
    right: 0;
    bottom: 0;
    background: #0a7d3d;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    padding-top: 17px;
    margin-bottom: 0;
}
.blog-details{
    border: #f5f5f5 1px solid;
    padding: 20px;
}
.blog-details h2{
    font-size: 18px;
    color: #000 !important;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 15px;
}
.blog-details h2 a{
    color: #000 !important;
    text-decoration: none !important;
}
.blog-comment{
    color: #666 !important;
    font-size: 13px;
    font-weight: 400;  
}
.blog-comment span{
    margin-left: 9px;
}
.blog-comment span i{
    margin-right: 9px;
}
.blog-details p{
    margin: 10px 0px 10px;
    padding: 10px 0px 0px;
    font-size: 14px;
    text-align: justify;
    font-style: normal;
    color: #767676;
    border-top: #9e9e9e 1px dashed;
}
.blog-box{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.blog-img{
    width: 40%;
    float: left;
    position: relative;
}
.blog-img img{
    height: 150px;
    object-fit: cover;
}
.blog-box-cont{
    width: 56%;
    float: right;
    padding: 0;
    border: 0;
}
.blog-box-cont h2 a{
    color: #222;
    text-decoration: none !important;
}
.blog-box-cont h2{
    font-size: 15px;
    padding: 0px 0px 8px;
    font-weight: bold;
    margin: 0;
}
.blog-box .metabox{
    border-top: 0;
    padding: 0;
    border-bottom: 0;
    margin-top: 0;
    text-align: left;
    font-size:13px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
}
.comment-deta {
    margin-left: 7px;
}
.comment-deta i{
    margin-right: 8px;
}
.blog-box .metabox a{
    color: #666;
}
.blog-box-cont p{
    margin: 10px 0px 10px;
    padding: 10px 0px 0px;
    font-size: 14px;
    text-align: justify;
    font-style: normal;
    color: #767676;
    border-top: #9e9e9e 1px dashed;
}
.read-more-blog a{
    color: #fff;
    background-color: #007639;
    font-size: 14px;
    padding: 0px 10px;
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    font-family: 'Didact Gothic', sans-serif !important;
    float: right;
}
/*<!-- our variation of natural oils section css and -->*/
/*footer sectio css strat*/
.footer-main{
    padding: 50px 0px 42px;
    background-color: #191919;
}
.company-details h3{
color: #fff;
font-size: 20px;
font-weight: 400;
margin: 0px 0px 15px;
padding: 0;
}
.company-details h3 span{
    color: #29b165;
}
.company-details p{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0px;
    margin: 0px 0px 10px!important;
    text-align: justify;
    width: 90%;
}
.company-details a{
    margin-top: 10px;
    color: #009448;
    font-weight: bold;

}
.company-details .footer-pname li a{
    font-size: 15px !important;
    color: #fff;
    font-weight: normal;
}
.footer-pname li{
    margin-bottom: 10px;
}
.company-address p{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0px 0px 10px!important;
    display: flex;
}
.company-address p a{
    color: #fff;
    font-weight: 600;
}
.company-address p i {
    margin-right: 10px;
   margin-top: 5px;
}
.copyright{
    background-color:#12934b;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
}
.copyright p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;

}
.copyright a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
/*footer  section css and*/
/**************************************Home PAge css and******************************************************/
/******************************company profile css strat*********************************************/
/*breadcumb-wrapper section css start */
.breadcumb-wrapper{
    background-color: #F7F7F7;
    padding: 16.5px 0;
}
.breadcumb-wrapper i{
    color: #009448;
    margin-right: 10px;
}
.breadcumb-wrapper strong{
    color: #6e7889;
    font-size: 16px;
    font-weight: 500;
    margin-left: 9px;
}
.about-des{
    font-size: 18px;
    color: #009448;
    font-weight: 100;
}
.breadcumb-wrapper a{
    color: #222;
    font-size: 16px;
    margin-right: 9px;
}
/*breadcumb-wrapper section css and*/
/*company profile section css start*/
.company-profile-main{
    padding: 60px 0px;
}
.profile-title h1{
    text-align: left;
    color: #007835;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 10px !important;
    padding: 0px 0px 24px !important;
    text-transform: uppercase;
}
.profile-title h1:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 8px;
    background-image: url(../images/heading_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50px;
    left: 0;
}
.product-details-title h4{
    text-align: left;
    color: #007835;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 10px !important;
    padding: 0px 0px 24px !important;
    text-transform: uppercase;
}
.product-details-title h4:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 8px;
    background-image: url(../images/heading_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50px;
    left: 0;
}
.profile-content{
    margin-top: 20px;
}
.profile-detail p{
    color: #6e7889;
    font-size: 16px;
    text-align: justify;
}
.company-paregraph{
    margin-bottom: 10px !important;
}
/*company profile section css and*/
.accordion {
  background-color: #007639;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
  border-bottom: 1px solid #FFFFFF;
}

.accordion.active, .accordion:hover {
  background-color:#007639; 
}

.panel {
  padding:20px;
  display: none;
  background-color:#f7f7f7;
  overflow: hidden;
}
.panel h5{
    font-weight: 700;
    font-size: 16px;
    color: #6e7889;
}
.panel p{
  color: #6e7889;
  font-size: 16px;
  margin-bottom: 0;  
}
.panel {
    display: none;
}
.panel.show {
    display: block !important;
}
/**************************************company-profile page css and***************************************/
/**************************************service page css start***************************************/
.profile-detail h4{
    color: #6e7889;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}
.service-page-main{
    padding: 60px 0px;
}
/**************************************service page css and***************************************/
/*<!-- *****************************Products page css start*********************************** -->*/
.product-section-main{
    padding: 50px 0px;
}
.product-banner{
    background-color: rgba(0,0,0,.2);
    height: 220px;
    }
.product-img{
    border-bottom: solid 3px #12934b;
    box-shadow: 0px 1px 5px #ddd;
    text-align: center;
     margin: 15px 15px 30px !important;
}
.products-link h2{
    color: #000;
    font-size: 18px !important;
    font-weight: bold;
    margin: 0px 0px 10px !important;
    padding: 0px !important;
}
/*<!-- *****************************Products page css and*********************************** -->*/
/*<!-- *****************************essential oil page css start*********************************** -->*/
.product-category-1{
    padding: 50px 0px;
}
/*<!-- *****************************essential oil page css and*********************************** -->*/
/********************************spices oils page css start*********************************************/
.spices-oils{
    padding: 50px 0px;
}
/***************************************spices oils page css and***************************************/
/***************************************carrier oils page css start***************************************/
.carrier-oils{
    padding: 50px 0px;
}
/***************************************carrier oils page css and***************************************/
/***************************************mints oil page css start***************************************/
.mints-oil{
    padding: 50px 0px;
}
/***************************************mints oil page css and***************************************/
/************************speciality-ingredients page css start*****************************/

.speciality-ingredients{
    padding: 50px 0px;
}
/***************************speciality-ingredients page css and**************************/
/***************************Certification page css start**************************/
.certification-section{
    padding: 60px 0px;
}
.certificate-title{
    margin-bottom: 30px;
}
.certification-img img{
    border: #009448 2px solid;
}
/***************************Certification page css and**************************/
/***************************blogs page css start**************************/
.blog-section-main1{
    padding: 50px 0px;
}
.blog-data-contain{
    padding: 20px;
}
.blog-contain1-title {
    padding: 0px 0px 10px;
    font-size: 20px;
    margin: 0px 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.blog-contain1-title:before{
    background: #000;
    position: absolute;
    bottom: 0px;
    content: "";
    width: 55px;
    height: 2px;
    left: 0px;
    z-index: 2;
}
.blog-boxshedow{
    box-shadow: 0px 0px 3px #666;
    margin-bottom: 35px;
    margin-top: 20px;
}
.blog-contain1-title:after{ 
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #F7F7F7;
}
.blog-contain1-title a{
    color: #007835;
}
.barat-title{
    border-right: 1px solid;
    border-left: 1px solid;
    padding-left: 9px;
    padding-right: 9px;
    color: #666;
}
.meta1{
    color: #666;
    font-size: 13px;    
}
.comment-s{
    color: #666;
}
.b-paregraph{
    color: #555555;
    font-size: 14px;
    margin: 1em 0 1.5em;
}
.readbtn{
    color: #fff;
    padding: 10px 17px;
    background: #007639;
    font-weight: 700;
    font-size: 14px;
}
.readbtn i{
    margin-left: 5px;
}
.readbtn:hover{
    color: #fff;
    background-color:#333;
}
.search-category button{
    display: block;
}
.serch-form{
    padding: 15px;
    margin: 20px 0px 15px 0px;
    box-shadow: 0px 0px 3px #666;
}
.search-category input{
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    width: 100%;
}
.search-submit{
    color: #fff;
    border: 0px solid #007639;
    padding: 10px;
    background: #007639;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    margin: 15px 0px 0px;
}
.recent-post-section{
    padding: 15px;
    box-shadow: 0px 0px 3px #666;
    margin-top: 30px;
}
.recent-post-section h2{
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
    color: #007835;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;    
}
.recent-post-section h2:before{
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 55px;
    z-index: 2;
    background: #000;
    height: 2px;
}
.recent-post-section h2:after{
    position: absolute;
    content: "";    
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #F7F7F7;
}
.recent-post-section p{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0px;
    font-size: 15px;
    padding: 8px 0px;
    color: #333;
}
.recent-post-section p:last-child{
    border-bottom: none !important;
}
.recent-post-section p span{
    border-bottom: 1px #767676 dotted;
}
/*BLOG detail page css strat*/
.leave-form-main{
    padding:20px;
    background:#f7f7f7;
}
.leave-form-main form lable {
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    color: #333;
}
.leave-form-main form .form-control{
    margin: 10px 0px 20px;
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d7d7d7;
    border-radius: 0;
    box-shadow: none;
}
.leave-form-main h3{
        color: #333 !important;
    font-size: 22px !important;
    font-weight: 600 !important;

}
.leave-form-main p{
    margin: 1em 0 1.5em;
    padding: 0;
    font-size: 14px;
    text-align: justify;
}
.leave-btn{
    background-color: #333;
    padding: 12px 31px;
    border: 0;
    border-radius: 24px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    transition: background 0.2s;
}
.leav-right{
text-align: right;
}
.leave-btn:hover{
    background: #007639;
}
.nextbtn{
    background-color: #007639;
    padding: 12px 31px;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight:600;
    transition: background 0.2s;
    border-radius:2px;
    
}
.nextbtn:hover{
    background:#333;
    color:#fff;
}
.previousbtn{
    background-color: #007639;
    padding: 12px 31px;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight:600;
    transition: background 0.2s;
    border-radius:2px;
}
.btn-end{
    text-align:right !important;
}
.npbtn{
    margin-top:30px !important;
    margin-bottom:30px !important;
}
.npbtn .previousbtn{
    text-align:left !important;
}
.npbtn .nextbtn{
    text-align:right !important;
}
.previousbtn:hover{
    background:#333;
    color:#fff;
}
@media (max-width: 575px){
    .npbtn .col-sm-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/*blog detail page css and*/
/***************************blogs page css and**************************/

/***************************contact us page css start**************************/
.contactus-main{
    padding: 50px 0px;
}
.contact-info {
    display: flex;
    margin-right: 100px;
    margin-bottom: 30px;
}
.contact-info span{
    padding-left: 18px;
    font-size: 14px;
}
.address-contact h5{
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 28px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}
.row-padding{
    margin-top: 25px;
}
.contact-info i{
    display: block;
    padding-top: 4px;
    color: #009448;
    font-size: 35px;
    font-weight: 700;
}
.contact-info span strong{

  color: #292929;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.contact-social-links ul li{
    display: inline-block;
    margin-left: 10px;
}
.contact-social-links ul li i{
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    color: #9e9e9e;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    transition: all 500ms ease;
}
.contact-social-links ul li i:hover{
   background: #009448;
    color: #fff;
}
.contactf-title h5{
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 28px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}
.form-contact-main input{
    border: 1px solid #eaeaea;
    color: #9e9e9e;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0px 15px;
    text-transform: capitalize;
    border-radius: 0;
}
.form-contact-main input:placeholder{
    color: #333;
}
.form-contact-main .form-control{
    border-radius: 0;
}
.form-contact-main .form-control:focus{
    box-shadow: none !important;
    border: 1px solid #009448 !important;
}
.contact-btn{
    width: 100%;
    height: 55px !important;
    background-color: #009448;
    border: 2px solid #009448 !important;
    color: #ffff !important;
    font-size: 14px !important;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase !important;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
    font-family: 'Didact Gothic', sans-serif;
    transition: all 500ms ease;
    border-radius: 24px !important;
    margin-top: 30px;
}
.contact-btn:hover{
    background-color: #292929;
    border: 2px solid #009448;
    color: #fff;
}
/***************************contact us page css and**************************/

/***************************404 page css start**************************/
.error-page {margin-top: 200px;text-align: center;}
.error-page h1 {font-size: 100px;font-weight: 600;font-family: 'Kaushan Script', cursive;margin-bottom: 30px;color: #DE8C14;}
.error-page p {font-weight: 500;}
/***************************404 page css and**************************/

/***************************Product details page css start**************************/
.product-details-page-main{
    padding: 50px 0px 0px 0px;
}
.product-details-title{
    margin-bottom: 30px;
}
.product-details-colums{
    margin-bottom: 30px;
}
.product-details-tabs .nav-tabs{
    border: none;
}
.product-details-tabs .nav-tabs .nav-link{
    background-color: #007639;
}
.product-details-tabs .nav-tabs li a{
    color: #fff;
    border-radius: 0;
    padding: 10px 45px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.product-details-tabs .nav-link{
    border: 0 !important;
}
.product-details-tabs .tab-content .tab-pane{
    background: #f7f7f7 !important;
    padding: 15px 15px 32px 15px;
}
.product-details-tabs .nav-tabs .nav-link.active{
    background-color:#f7f7f7 ;
}
.product-details-tabs .tab-content h3{
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 5px;
}
.product-details-tabs .tab-content h2{
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.product-details-tabs .tab-content p{
    margin: 1em 0 1.5em;
    padding: 0;
    font-size: 14px;
    text-align: justify;
}
.product-data-details h4{
    color: #12934b;
    font-size: 14px;
    font-weight: 600; 
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;  
    text-align: center; 
}
.product-data-details span{
    color: #000;
    background-color: #e3e3e3;
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 25px;
    text-align: center;
}
.pd-img img{
    margin-top: 20px;
}
.pd-specification table{
    width: 100%;
    margin: auto;
}
.pd-specification table tr th{
    background-color: #009448;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
}
.pd-specification table tr td{
    font-size: 14px;
    border-top: 1px solid #ddd;
}
.tborder{
 border-bottom: 1px solid #ddd;   
}
.pd-specification table tr td:last-child{
 border-top: 1px solid #ddd;   
}
.pd-specification table tr .tabledata1{
    padding: 8px;
}
.pd-specification table tr .tabledata2{
    padding:8px 25px 8px 35px;
}
.pd-specification table tr .tabledata3{
    padding:8px 20px 8px 20px;
}
.pd-specification table tr:nth-child(odd) {
  background-color: #ebeaea;
}
.pdsecondtable{
    margin-top: 25px !important;
}
.prductd-main-img img{
    text-align: center;
    height: 450px;
    width: 413px;
}
/*related product section start*/
.pd-list{
    margin-bottom: 40px;
}
/*related products section and*/
/***************************Products details page css and**************************/
/**********************home page responsive strat*********************************/


@media (max-width:1199px)
{
    .header_contact h4 span{
        font-size: 14px;
    }
    .navbar-section .main-menu ul li a{
        padding: 0px 15px !important;
    }
    .service-wrap{
        background: linear-gradient(to top, #F5F5F5 77%, transparent 24%) !important;
        height: 437px;
    }
    .product-details-tabs .nav-tabs li a{
        padding: 10px 27.5px;
    }
}
@media(min-width: 767px) and (max-width: 1023px){
    .carousel-item img {
        min-height: 300px;
    }
}

@media(min-width: 480px) and (max-width: 767px){
    .carousel-item img {
        min-height: 200px;
    }
}
@media(max-width: 991px){
    .header-icon{
       display: none;
    }
    .header_contact h4{
        width: 100%;
        margin-top: 16px;
    }
    .productdetail-carousel .owl-nav{
        display: none;
    }
    .home-about img{
        width: 100%;
    }
    .about-info{
        text-align: center !important;
    }
    .about-section{
        background-image: none;
        height: auto;
        margin-bottom: 0;
    }
    .about-section:before{
        height: 50%;
    }
    .blog-box:first-child{
        margin-top: 30px;
    }
    .blog-img img{
        width: 225px;
    }
    .blog-img{
        width: 40%;
    }
    .blog-box-cont{
        width: 60%;
    }
    .second-detals{
        margin-top: 20px;
    }
    .search-bar{
        display: none;
    }
    .mobile-sidebar-menu .header-logo{
        width: 130px;
    }
    .accordion:first-child{
        margin-top: 30px;
    }
    .profile-img{
        text-align:center;
    }
    .product-img{
        margin: 20px 0px !important;
    }
    .certification-img img{
        margin-top: 20px;
    }
    .serch-form{
      margin-top: 0 !important;
    }
    .contact-info{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .address-contact h5{
        margin-bottom: 20px;
    }
    .contact-social-links ul li{
        margin-left: 0;
    }
    .contactf-title h5{
        margin-top: 20px;
    }
    .product-details-tabs .nav-tabs li a{
        padding: 10px 54.2px;
    }
    .product-data-details h4{
        margin-top: 10px;
    }
}
@media(max-width: 767px){
    .pull-right{
        display: none;
    }
    .search-bar{
        padding: 10px;
    }
    .search-bar-main{
        width: 100%;
        background-color: transparent !important;
        position: relative;
    }
    .search-bar-main{
        position: absolute;
        right: 0 !important;
    }
    .search-btn{
        background-color: transparent !important;
    }
    .main-menu .navbar-toggler{
        display: block;
    }
    .blog-img img{
        width: 180px;
    }
    .blog-details{
        height: 299px;
    }
    .foot-padding{
        margin-top: 20px;
    }
    .second-detals{
        margin-top: 0px;
    }
    .headre-icon{
        font-size: 13px;
    }
    .product-details-tabs .nav-tabs li a{
        padding: 10px 24.2px;
    }
}
@media(max-width: 575px){
    .top-header{
        height: auto;
        text-align:center;
        padding: 5px;
    }
    .headre-icon{
        text-align: center;
    }
    .header-social{
        text-align: center;
    }
     .header-social a{
        border: #575757 1px solid;
     }
     .slider-img a img{
        width: 70% !important;
        margin: auto;
     }
     .service-wrap{
        background: linear-gradient(to top, #F5F5F5 60%, transparent 40%) !important;
        height: 500px;
     }
     .specialize-section-main{
        padding-bottom: 40px;
     }
     .specialize-section-main{
        padding: 50px 0px 30px 0px;
     }
     .specialize-title h1{
        font-size: 25px;
     }
     .slider-content h3{
        font-size: 20px;
     }
     .specialize-title h1{
        margin: 0;
     }
     .about-section{
        padding: 40px 0px 0px;
     }
     .heading-w h2{
        font-size: 25px;
        margin: 0px;
     }
     .home-about-con h3{
        font-size: 25px;
     }
     .home-about-con h3 span{
        font-size: 16px;
     }
     .blog-details{
        height: auto;
        padding-left: 0;
     }
    .blog-date h6{
        left: 0;
    }
     .natural-oils-title h3{
        font-size: 25px;
        padding:0;
        margin: 0;
     }
     .natural-oils-title span{
        font-size: 16px;
     }
     .natural-oils-title h3:after{
        top: 73px;
     }
     .detail-varieties:last-child{
        margin-top: 30px;
     }
     .varieties-oils{
        margin-top: 10px;
     }
    .read-more-blog a{
        float: left;
    }
    .top-header{
        line-height: 30px;
    }
    .header-social a i{
        font-size: 15px;
    }
    .header-social a{
        font-size: 10px;
        height: 30px;
        width: 30px;
    }
    .headre-icon img{
        margin-right: 5px;
    }
    .footer-main{
        padding: 20px 0px 20px;
    }
    .profile-title h1{
        font-size: 25px;
       margin: 0 !important;
    }
     .product-details-title h4{
        font-size: 25px;
       margin: 0 !important;
    }
    .company-profile-main{
        padding: 30px;
    }
    .service-page-main{
        padding: 30px;
    }
    .mints-oil{
        padding: 30px 0px;
    }
    .product-category-1{
        padding: 30px 0px;   
    }
    .spices-oils{
        padding: 30px 0px;
    }
    .speciality-ingredients{
        padding: 30px 0px;
    }
    .carrier-oils{
        padding: 30px 0px;
    }
    .certification-section{
        padding: 30px 0px;
    }
    .blog-section-main1{
        padding: 30px 0px;
    }
    .breadcumb-wrapper a{
        font-size: 14px;
    }
    .breadcumb-wrapper strong{
        font-size: 14px;
    }
    .breadcumb-wrapper{
        padding: 8.5px 0;
    }
    .contactus-main{
        padding: 30px 0px;
    }
    .contact-info{
        margin-bottom: 10   px;
    }
    .contact-btn{
        margin-top: 20px;
        height: 50px;
    }
    .product-details-tabs .nav-tabs .nav-item{
    width: 100%;
    margin: auto;
    }
    .product-details-page-main{
        padding: 30px 0px 0px;
    }
    .product-details-tabs .tab-content h3{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .product-details-tabs .tab-content p{
        margin: 8px 0px;
    }
    .prductd-main-img img{
        height: auto;
        width: auto;
    }
    .carousel-control-next img {
        width: 16px;
    }
    .carousel-control-prev img {
        width: 16px;
    }
}
@media(max-width: 538px){
    .service-wrap{
        background: linear-gradient(to top, #F5F5F5 69%, transparent 31%) !important;
        height: 460px;
    }
    .custom-logo-link img{
    width: 130px;
    }
    .search-bar-main input{
        font-size: 13px;
    }
    .fa-search:before{
        font-size: 15px !important;
    }
    .about-title-1{
        font-size: 15px;
        margin-bottom: 0;
    }
    .productdetail-carousel{
        margin-top: 10px;
    }
    .blog-box-cont{
        width: 55%;
    }
    .blog-img{
        width: 50%;
    }
    .slider-img a img {
        width: 60% !important;
    }
}
@media(max-width: 480px){
    .blog-img img{
        width: auto;
    }
    .blog-box-cont h2{
        font-size: 14px;
    }
    .natural-oils-title h3:after{
        top: 100px;
    }
    .blog-img{
        width: 40%;
    }
    .blog-box-cont{
        width: 56%;
    }
    .blog-box-cont p{
        margin: 0;
    }
    .custom-logo-link img{
        width: 120px;
    }
    .main-menu .navbar-toggler{
        top: -57px;
    }
    .profile-title h1:after{
        top: 42px;
    }
    .product-details-title h4:after{
        top: 42px;
    }
    .carousel-item img {
        min-height: 150px;
    }
    .service-wrap{
        height: 410px;
    }
}
@media(max-width: 440px){
    .service-wrap{
        height: 390px;
    }
}
@media(max-width: 400px){
    .service-wrap{
        height: 390px;
    }
    .slider-img a img{
        width: 70% !important;
    }
}

@media(max-width: 375px){
    .service-wrap{
        height: 475px;
    }
    .slider-img a img{
        width: 100% !important;
    }
        .carousel-control-next img {
        width: 12px;
    }
    .carousel-control-prev img {
        width: 12px;
    }
}
@media(max-width: 370px){
    .blog-img{
        width: 44%;
    }
    .blog-box-cont{
        width: 52%;
    }
    .blog-box .metabox{
        font-size: 12px;
    }
    .blog-box-cont p{
        font-size: 13px;
    }
    .copyright{
        padding: 10px 0px;
    }
    .profile-title h1:after{
        top:50px;
    }
    .product-details-title h4:after{
        top:50px;
    }
}
@media(max-width: 355px){
    .si-title h1:after{
        top: 73px !important;
    }
    .service-wrap{
        height: 460px;
    }
}

@media(max-width: 292px){
  .profile-title h1:after{
        top:60px;
     
    }
     .product-details-title h4:after{
        top:60px;
     
    }  
    .profile-title h1{
        margin: 0 !important;
        padding: 0px 0px 10px !important;
    }
    .product-details-title h4{
        margin: 0 !important;
        padding: 0px 0px 10px !important;
    } 
}

.g-recaptcha {margin-top: 30px;}

/****************************** contact form error message Css ************************/
.status__msg.error {
    color: #a94442 !important;
    background: #f2dede !important;
    border: 1px solid #ebccd1 !important;
}