* , body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}
.clear-fixed{
    clear: both;
}
.col-mp{
    margin: 0 !important;
    padding: 0 !important;
}
html , body{
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

/* ----------------LOADER---------------------- */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    justify-content: center;
    background-color: #fff;
    align-content: center;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.loader > img {
    width: 100%;
    height: 175px;
}

/* ----------------CLICK TO TOP---------------------- */
.clickTop {
    position: fixed;
    right: 0;
    bottom: 49px;
    background-color: rgba(2, 138, 20, 0.7);
    width: 37px;
    height: 35px;
    text-align: center;
    line-height: 8px;
    border: transparent;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.clickTop > i{
    color: #ffffff;
    font-size: 25px;
    animation: animate 1s linear infinite;
}

@keyframes animate {
    0%, 100% {
        transform: translateX(0px);
    }
    50% {
        transform: translateY(0.5rem);
    }
}


/*-------------------------------------- START-HEADER-&-FOOTER ---------------------------------------------*/
/* <!--------------------- HEADER ----------------------------> */
.main-header {
    background-color: #01680e;
    background-position: center center;
    height: auto;
    float: left;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 -5px 4px 7px #000;
}
.logo {
    width: 285px;
    height: auto;
    z-index: 1;
}
.navbar {
    padding: 0 !important;
}
.navbar > ul {
    list-style: none;
    margin: 0 !important;
}
.navbar > ul >li {
    display: inline-block;
    margin-right: 37px;
    padding: 12px 0;
    position: relative;
}
.navbar > ul > li> a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    padding: 0 !important;
    transition: all 0.5s;
    position: relative;
}
.navbar > ul > li> a:hover{
    text-decoration: none;
    color: #a8dd23;
    transform: translateX(8px);
}
.navbar > ul > li> a:hover::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #a8dd23;
    top: -3px;
    left: 0px;
}
.navbar > ul > li> a:nth-child(2):hover::after{
    width: 70px !important;
}


/*--------------- NAV-BAR --------------------*/
.navBarToggle {
    color: #fff;
    font-size: 19px;
    /* background-color: rgb(255 255 255 / 56%); */
    padding: 2px 11px;
    /* border: 1px solid #fff; */
    border-radius: 2px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    display: none;
}
.navbar > a >i {
    color: #fff;
}
.toggle-nav {
    position: absolute;
    top: 52px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 35%;
    right: 0;
    padding: 50px;
    text-align: center;
}
.toggle-nav > ul{
   list-style: none;
   margin-bottom: 0px !important;
}
.toggle-nav > ul > li{
    display: block;
    padding-bottom: 20px;
    position: relative;
}
.toggle-nav > ul > li>a{
    display:inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0 !important;
    transition: all 0.5s;
    position: relative;
}
.toggle-nav > ul > li> a:hover{
    text-decoration: none;
    color: #fff;
    transform: scale(0.9);
}
.toggle-nav > ul > li:nth-child(6){
    padding-bottom: 0px !important;
}


/*---------------------- ABOUT US NAV SUB HEADING -----------------------------*/
.about-subpages {
    width: 200px;
    height: auto;
    padding: 20px 20px;
    left: -50%;
    background-color: #fffffff2;
    top: 54px;
    text-align: left;
    display: none;
    overflow: hidden;
}
.about-subpages > ul{
    list-style: none;
}
.about-subpages > ul>li {
    display: block;
}
.about-subpages>ul>li>a {
    display: inline;
    color: #3e3e3e;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 33px;
    text-align: left;
    text-transform: capitalize;
}
.about-subpages>ul>li>a:hover{
    color: #104431;
}
.about-subpages>ul>li>a>i {
    float: right;
    margin-top: 12px;
}
.navbar > ul > li:nth-child(2):hover .about-subpages{
    display: block;
    overflow: visible;
}
.toggle-nav > ul > li:nth-child(2):hover .about-subpages{
    display: block;
    overflow: visible;
}


/* <!---------------------------------------- FOOTER ------------------------------------> */
.main-footer {
    background-color: #000000;
    background-size: cover;
    height: auto;
    float: left;
    padding: 55px 147px 0;
}
.ftr1 > h3 {
    color:  #a8dd23;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 31px;
}
.ftr1 > p {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-right: 30px;
}
.social-media {
    margin-top: 35px;
    float: right;
}
.social-media > ul{
   list-style: none;
}
.social-media > ul> li {
    display: inline-block;
    margin-right: 16px;
}
.social-media > ul > li > a {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    border: 1px solid #fff;
    width: 33px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    transition: all 0.5s;
}
.social-media > ul > li > a:hover{
    background-color:  #a8dd23;
    color: #000;
    border: 1px solid #054b24;
}

/* <!----------------------------------- COPYRIGHT ------------------------------------------> */
.main-copyright{
    background-color: #fff;
    background-size: cover;
    float: left;
    height: auto;
    padding: 10px 0;
    text-align: center;
}
.main-copyright > p{
    padding: 0 !important;
    margin: 0 !important;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}
.main-copyright > p >a{
    display: inline-block;
    text-decoration: none; 
    color: #000;
    font-weight: 500;
}
.main-copyright > p >a:hover{
    color: #01680e;
    text-decoration: none;
}
/*-------------------------------------- END-HEADER-&-FOOTER ---------------------------------------------*/



/*------------------------------------------ HOME-PAGE-CSS --------------------------------------*/

/* <!----------------------------- PRODUCT ----------------------------> */
.main-product {
    float: left;
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: 50px;
}
.edit-carsouel > .carousel-item > img {
    width: 100%;
    height: 565px;
}
a.carousel-control-prev.ProductLeft-arrow {
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(255 255 255 / 78%);
    border-radius: 100%;
    top: 50%;
    left: 4%;
}
a.carousel-control-next.ProductRight-arrow {
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(255 255 255 / 78%);
    border-radius: 100%;
    top: 50%;
    right: 4%;
}
.carousel-control-prev-icon {
    filter: brightness(0.5) contrast(0.5);
}
.carousel-control-next-icon{
    filter: brightness(0.5) contrast(0.5);
}
.product-subProductHead {
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
    top: 42%;
    left: 37%;
}
.media-submedia{
    color:transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
    top: 42%;
    left: 41%;
}
.mainBlog-subBlog{
    color:transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
    top: 42%;
    left: 39%;
}


/* <!----------------------------- ABOUT US ------------------------------> */
.main-about {
    background-image: url("../images/3.jpeg");
    height: auto;
    float: left;
    background-size: cover;
    padding: 120px 61px 320px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.aboutHome-bg {
    background-color: rgb(0 0 0 / 80%);
    position: relative;
    z-index: 9;
    margin: -218px auto;
    border-radius: 16px;
    padding: 48px 23px !important;
    width: 1200px;
}
.about-leftPannle > h1 {
    color: #a8dd23;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}
.about-leftPannle > p {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    text-align: center;
    padding: 0 54px;
    line-height: 28px;
}
.about-rightPannle{
    margin-top: 50px;
}
.about-rightPannle > img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}
.readMore {
    text-align: center;
    margin-top: 42px;
    display: flex;
    justify-content: center;
}
.readMore > a {
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 26px;
    padding: 9px 23px 9px 28px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(50, 50, 50);
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.readMore > a:hover{
    color: #fff;
    background-color: #01680e;
    text-decoration: none;
}
.readMore > a i {
    padding-left: 5px;
}
.read-mr{
    margin-right: 16px;
}

/*---------------------------- CONTAC_BTN -------------------------*/
.contact-btn {
    text-align: center;
    margin-top: 20px;
}
.contact-btn > a {
    display: inline-block;
    background-color: #ebf9c6;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #000;
    border-radius: 61px;
    padding: 8px 87px 9px 82px;
    text-transform: capitalize;
    transition: all 0.5s;
    box-shadow: 0 9px 9px -9px #636363;
    text-underline-offset: 4px;
}
.contact-btn > a:hover{
    color: #fff;
    background-color: #01680e;

}
.contact-btn > a i {
    font-size: 22px;
    margin-right: 10px;
}

/* <!--------------------------- BEST SELLER -------------------------------> */
.main-bestSeller {
    background-color: #fff;
    background-size: cover;
    float: left;
    height: auto;
    padding: 0px 80px 80px;
    background-image: url("../images/3.jpeg");
    background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bestSeller-heading h1 {
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 70px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 8px;
}
/* .bestSeller-heading h1::after {
    position: absolute;
    content: "";
    width: 163px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 43%;
} */
.best > a .pr-imges {
    background-color: #ebf9c6;
    width: 100%;
    height: auto;
    border-radius: 13px;
    box-shadow: 0px 2px 9px -4px #000;
    padding: 13px;
    transition: all 0.5s;
}
.best >a .pr-imges span {
    display: block;
    position: relative;
    width: 100%;
    height: 318px;
    transition: all 0.5s;
}
.best >a .pr-imges span > img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.best >a .pr-imges span > img:hover{
    transform: scale(1.1);
}
.best >a  h1 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
    color: #01680e;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.best >a p > span{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0 0 16px;
    text-transform: capitalize;
    text-align: center;
}
.best > a p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 10px 0 16px;
    color: #323232;
    text-align: left;
}
.best >a h3 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 10px 0 16px;
    color: #323232;
    text-align: center;
    display: none;
}
.best >a h3 >span{
    font-weight: 600;
    color: #000;
    margin: 0 0 16px;
    text-transform: capitalize;
}
.best {
    background-color: #ffffffb5;
    box-shadow: 0 0px 25px -18px #000;
    padding: 20px;
    min-height: 711px;
}
.best > a{
    text-decoration: none;
}
.best > a:hover{
    text-decoration: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:active span {
    background: #104431 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ffffff !important;
}


/* <!------------------------------------ BLOGS ------------------------------------------> */
.main-blogs {
    background-image: url("../images/3.jpeg");
    height: auto;
    float: left;
    background-size: cover;
    padding: 16px 133px 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-blogs > h1 {
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 35px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 8px;
}
.blog-leftPannle > h3 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 36px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 10px;
}
.blog-leftPannle > p {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 0 49px;
}
.blog-rightPannle {
    margin-top: 173px;
}
.blog-rightPannle > img {
    width: auto;
    height: auto;
    border-radius: 25px;
    box-shadow: 0px 5px 10px 0px #054b24;
}


/* <!----------------------------------------- MEDIA ------------------------------------------> */
.main-Media {
    background-color: #fff;
    background-size: cover;
    float: left;
    height: auto;
    padding: 0 0 34px;
    position: relative;
}
#videoHomePageMedia {
    width:100%;
    height: auto;
}
/* button#play {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: none;
    background-color: rgba(255 , 255, 255, 0.6);
    font-size: 59px;
    text-align: center;
    line-height: 30px;
} */

.Media > h1 {
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 35px 0;
    text-align: left;
}
.Media > p{
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: left;
}


/* <!---------------------------------- CONTACT ----------------------------------------> */
.main-contact {
    background-color: #fff;
    background-size: cover;
    height: auto;
    float: left;
    padding: 0px 0px 50px;
}
.homeContact-heading > h1{
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 86px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 8px;
}
/* .homeContact-heading> h1::after {
    position: absolute;
    content: "";
    width: 172px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 42%;
} */
.mapLocation > a > img {
    width: auto;
    height: auto;
    box-shadow: -1px 1px 9px 2px #7e7b7b;
}
.contact-rightPannel {
    padding: 34px 0 26px 65px;
}
.contact-rightPannel > h2 {
    color: #054b24;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}
.contact-rightPannel > h6{
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
}

/* <!---------------------------------- QUOTE ------------------------------> */
.main-quote {
    background-image: url("../images/3.jpeg");
    height: auto;
    float: left;
    background-size: cover;
    padding: 81px 133px 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 5px 22px -4px #000;
}
.main-quote p {
    text-align: center;
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin: 0 !important;
}

/*--------------------------------------------------- PRODUCT-PAGE-CSS -------------------------------------------------*/
/* .main-prd-list> h1::after {
    position: absolute;
    content: "";
    width: 172px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 44%;
} */
.contactPage-header> h1, .main-prd-list > h1 {
    margin: 70px 0 29px !important;
    text-decoration: underline;
    text-underline-offset: 8px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #054b24 !important;
    border-color: transparent !important;
    width: auto;
    height: auto;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color:transparent !important;
}
.nav-tabs {
    border-bottom: transparent !important;
    text-align: center;
    justify-content: center;
    margin-bottom: 18px !important;
}
li.nav-item {
    margin-right: 24px;
}
.nav-tabs .nav-link {
    color: #3e3e3e  !important;
    text-transform: capitalize;
    font-size: 16px;
}
.best-prBlock > a .pr-imges {
    background-color: #ebf9c6;
    width: 100%;
    height: auto;
    border-radius: 13px;
    box-shadow: 0px 2px 9px -4px #000;
    padding: 9px;
    transition: all 0.5s;
}
.best-prBlock >a .pr-imges span {
    display: block;
    position: relative;
    width: 100%;
    transition: all 0.5s;
    min-height: 314px;
}
.best-prBlock >a .pr-imges span > img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.best-prBlock >a .pr-imges span > img:hover{
    transform: scale(1.1);
}
.best-prBlock>a  h1 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
    color: #01680e;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.best-prBlock >a p > span , .best-prBlock>a h3 >span{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px;
    text-transform: capitalize;
    text-align: center;
}
.best-prBlock > a p , .best-prBlock>a h3{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 16px;
    color: #323232;
    text-align: left;
}
.best-prBlock {
    background-color: #ffffffb5;
    box-shadow: 0 0px 25px -18px #000;
    padding: 16px;
    min-height: 565px;
}
.best-prBlock > a{
    text-decoration: none;
}
.best-prBlock > a:hover{
    text-decoration: none;
}

.tab-content {
    padding: 0 110px;
}



/*-------------------------------------------------------- ABOUT-PAGE-CSS ------------------------------------------------------*/
/* <!------------------- ABOUT-BANNER ------------------> */
.main-aboutPageBanner {
    background-image: url("../images/3.jpeg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    float: left;
    padding: 100px 0;
    text-align: center;
}
.main-aboutPageBanner> .container > img{
    width: 70%;
    height: 100%;

}

/* <!------------------- ABOUT-US-CONTENT1 ------------------> */
.main-aboutcontent1 {
    padding: 37px 0 31px;
    background-color: #fff;
    background-size: cover;
}
.aboutus-header > h1 {
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin: 0 0 50px;
    text-decoration: underline;
    text-underline-offset: 8px;
}
/* .aboutus-header > h1::after {
    position: absolute;
    content: "";
    width: 158px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 0;
} */
.aboutus-header > p {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
}
.aboutus-rightImage {
    margin-top: 122px;
}
.aboutus-rightImage > img{
     width: auto;
     height: auto;
}
.swadak1 {
    margin-top: 25px;
}
.swadak1 >img{
    width: auto;
     height: auto;
}

/* <!--------------------- ABOUT-US-FOUNDERS ---------------------> */
.main-aboutFounders {
    background-color: #fff;
    background-size: cover;
    float: left;
    height: auto;
    padding: 20px 105px 42px;
}
.abut-founderHeading > h1 {
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 59px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 8px;
}
/* .abut-founderHeading > h1::after {
    position: absolute;
    content: "";
    width: 298px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 42%;
} */
.leaders-about {
    text-align: center;
    position: relative;
    z-index: 99;
    transition: all 0.4s;
}
.leaders-about >img {
    width: 60%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 99;
    transition: all 0.4s;
}

.leaders-about > h1 {
    color: #03570e;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 19px 0 9px;
    text-align: center;
}
.leaders-about > h3 {
    color: #5c5c5c;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 13px;
}
.leaders-about > p {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 0 42px;
}


/* <!----------------------- ABOUT-US-CONTENT2 -----------------> */
.main-aboutcontent2{
    background-image: url("../images/3.jpeg");
    background-size: cover;
    float: left;
    background-attachment: fixed;
    background-position: center center;
    height: auto;
    padding:80px 0 80px 80px;
}
.aboutC2-leftpannel > h1 {
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 45px;
    text-align: center;
    position: relative;
}
.aboutC2-leftpannel > h1::after {
    position: absolute;
    content: "";
    width: 197px;
    height: 1px;
    background-color: rgb(5, 75, 36);
    bottom: -6px;
    left: 34%;
}
.aboutC2-leftpannel > p{
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: left;
}
.abut-rightpannel-img > img{
    width: auto;
    height: auto;
    box-shadow: 0px 2px 6px 0px #054b24;
    border-radius: 16px;
}


/* <!----------------------- ABOUT-US-CONTENT3 -----------------> */
.main-aboutcontent3{
    background-image: url("../images/3.jpeg");
    background-size: cover;
    float: left;
    background-attachment: fixed;
    background-position: center center;
    height: auto;
    padding: 60px 0 80px 80px;
}
.aboutC3-leftpannel > h1 {
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 45px;
    text-align: center;
    position: relative;
}
.aboutC3-leftpannel > h1::after {
    position: absolute;
    content: "";
    width: 234px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 32%;
}
.aboutC3-leftpannel> p{
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align:justify;
}


/* <!----------------------- ABOUT-US-CONTENT4 -----------------> */
.main-aboutcontent4 {
    background-image: url("../images/visionMission.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    float: left;
    padding: 83px 0 55px;
}
.abt-con4-lftPannel > h1{
    stroke: 2px solid #a8dd23;
    color: #054b24;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 45px;
    text-align: center;
    position: relative;
}
.abt-con4-lftPannel > p {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-align: left;
    padding: 50px 50px;
    background-color:#ebf9c6;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s;
}
.abt-con4-lftPannel > p:hover {
    /* box-shadow: 0 1px 6px 3px #000000; */
   box-shadow: 0 2px 7px 0px #dbfd04;
}

/* <!----------------------- ABOUT-4SECTION-IN-ONE-FRAME -----------------> */
.main-about4Section {
    background-image: url("../images/3.jpeg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: auto;
    float: left;
    padding: 82px 0 48px;
}
.abt-4sec {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 3%;
    padding: 80px;
    box-shadow: 0 1px 7px -1px #054b24;
}
.abt-4sec:hover{
    background-color: #fff;
    cursor: pointer;
}
.abt-4sec > img {
    width: 109px;
    height: auto;
    background-color: #054b24;
    border-radius: 100%;
    margin-top: -169px;
    position: relative;
}
.abt-4sec > h1 {
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0;
    text-align: center;
    position: relative;
    text-decoration: underline;
}
.abt-4sec > p {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
}
.abt-sec4-mt{
    margin-top: 165px;
}



/*--------------------------------------------------- BLOG-PAGE-CSS ------------------------------------------------*/
.main-BlogPAge{
    padding: 60px 50px 80px;
    background-image: url("../images/3.jpeg");
    background-size: cover;
    float: left;
    background-attachment: fixed;
    background-position: center center;
    height: auto;
}
.blogpage-header > h1{
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 64px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 8px;
}
/* .blogpage-header > h1::after {
    position: absolute;
    content: "";
    width: 172px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 42%;
} */
.recentblog-1 > img {
    width: 100%;
    height: auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.recent-blog-content1 {
    background-color: #ebf9c6;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 5px;
    padding: 21px;
    min-height: auto;
}
.recent-blog-content1 >h1 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.recent-blog-content1 >p {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: left;
}
.recent-blog-middleGap{
    margin-top: 56px;
}
.homeBlog-whitebox {
    background-color: #ffffffc2;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    min-height: auto;
    box-shadow: 0px -1px 18px -3px  #054b24;
}
.mt-10px{
    margin-top: 20px;
}
.homeBlog-whitebox > a{
   display: inline-block;
   text-decoration: none;
}
.homeBlog-whitebox > a:hover{
    display: inline-block;
    text-decoration: none;
 }


/*--------------------------------------------------- MEDIA-PAGE-CSS ------------------------------------------------*/
.main-media1{
    padding: 60px 98px 80px;
    background-image: url("../images/3.jpeg");
    background-size: cover;
    float: left;
    background-attachment: fixed;
    background-position: center center;
    height: auto;
}
.mediapage-header > h1{
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 64px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 8px;
}
/* .mediapage-header > h1:after {
    position: absolute;
    content: "";
    width: 139px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 46%;
} */
.homeMedia-whitebox{
    background-color: #ffffffc2;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    height: auto;
    box-shadow: 0px -1px 18px -3px  #054b24;
}
.media1 > a video{
    width: 100%;
    height: auto;
    border-radius:0 !important;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    box-shadow: 0 -3px 5px -3px #000;
}
.media1 >a:hover{
    text-decoration: none;
}
.video-content {
    background-color: rgb(235, 249, 198);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 35px;
    box-shadow: 0 3px 5px -3px #000;
}
.video-content >h1{
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.video-content >p{
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: left;
}
.readMedia{
    text-align: right !important;
}
.media-middleGap{
    margin-top: 40px;
}





/*----------------------------------- CONTACT-PAGE-CSS -----------------------------------*/
.main-contactForms {
    background-color: #fff;
    background-size: cover;
    height: auto;
    float: left;
    padding: 11px 0 0;
}
.contactPage-header> h1 , .main-prd-list > h1{
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 70px 0 62px;
    text-align: center;
    position: relative;
}
/* .contactPage-header> h1::after{
    position: absolute;
    content: "";
    width: 240px;
    height: 1px;
    background-color: #054b24;
    bottom: -6px;
    left: 44%;
} */
.contact-leftPannel > ul{
    list-style: none;
}
.contact-leftPannel > ul > li {
    display: block;
    background-color: #ebf9c6;
    width: 404px;
    height: 64px;
    border-radius: 55px;
    padding: 17px 25px;
    margin: 18px auto;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}
.contact-leftPannel > ul > li> i {
    font-size: 20px;
    margin-right: 10px;
    padding-top: 6px;
}






/*----------------------------------- OUR JOURNEY PAGE -----------------------------------*/
.main-journey, .main-community, .main-mission{
    background-color: #fff;
    height: auto;
    float: left;
    padding: 40px 0;
}
.main-journey .container h1, .main-community .container h1 , .main-mission h1{
    color: #01680e;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 32px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 16px;
}
.mainjourney-banner{
    background-color: #fff;
    height: auto;
    float: left;
}
.main-journey .container p{
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 16px 0;
}

/*----------------------------------- OUR COMMIUNITY PAGE -----------------------------------*/
.main-community .container p{
    text-align: center;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 16px 0;
}
.com-imges {
    margin-top: 24px !important;
}


/*----------------------------------- OUR MISSION PAGE -----------------------------------*/
.mission-1 p{
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.mission-1i{
    margin-top: 40px;
}
.p-1m{
    margin: 80px 0 0;
}
.p-2m {
    margin: 80px 0 0;
}
.p-3m {
    margin: 100px 0 0;
}





/*----------------------------------- GALLERY PAGE -----------------------------------*/
.main-galarySec{
    background-color: #fff;
    background-size: cover;
    float: left;
    padding: 40px 0;
    height: auto;
} 
.main-galarySec h1{
    color: #01680e;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 64px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 8px;
}
.glr-flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.galry-clm{
   display: flex;
   flex-direction:  row;
   justify-content: space-between;

}
.glry-img{
    display: flex;
    flex-direction: column;
    width: 24.5%;
}

.glry-img img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}


.main-cancellationBG {
    background-image: url("../images/3.jpeg");
    height: auto;
    width: 100%;
    float: left;
    background-size: cover;
    padding: 81px 0 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.main-cancellationBG > .container > h1 {
    color: #054b24;
    border: 1px solid #054b24;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 70px 0 50px;
    display: inline-block;
    padding: 19px 100px;
    border-radius: 10px;
}
.main-cancellationBG > .container > p {
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    padding: 0 50px 70px;
}
.main-cancellationBG > .container  > p > a{
    display:inline-block;
    color: #054b24;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.overlaybg {
    background: #ffffff66;
    box-shadow: 0px 14px 48px -18px #000000c7;
    border-radius: 20px;
}