@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

:root {
    --theme-color: #2B572A;
    --black: #000;
    --white: #fff;
    --paragraph: #303030;
    --tag: rgb(243,245,191);
    --green: #092611;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Rethink Sans", sans-serif;
}

h1, h2, h4, h5, h6 {
    font-family: "Rethink Sans", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 400;
    line-height: 22px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    text-shadow: 0px 4px 8px #0000008f;
    font-size: 76px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
}

.inner_title h2 {
    font-size: 62px;
    color: var(--white);
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
}

.headertext h3 {
    font-size: 58px;
    color: var(--black);
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    line-height: 62px;
}

.headertext h3 span {
    color: var(--theme-color);
    font-weight: 600;
}

.small_title h4 {
    font-size: 26px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 26px;
    transition: 0.6s;
}

.small_title h5 {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 8px;
    transition: 0.6s;
}

.small_title h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 10px 9px 20px;
    color: var(--black);
    text-align: center;
    line-height: normal;
    background-color: #D4DC27;
    position: relative;
    border-radius: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
    /*box-shadow: 0 0 7px 3px #1789EA inset, 0 0 7px 3px #1789EA;*/
}

.btn01:hover {
   background-color: var(--green);;
   color: var(--white);
}

.btn01 .fa-circle-arrow-right {
    font-size: 24px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.btn01:hover .fa-circle-arrow-right {
   color: var(--white);
   transform: rotate(0deg);
}

/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background: linear-gradient(to bottom, #2e562a, #d2dc37); border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(0 0 0);
    text-decoration: none;
}

.btntag {
    background-color: rgb(243,245,191);
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 17px;
    color: #092611;
    font-style: italic;
    display: inline-block;
}

.headerarea.fix .logo {
    max-width: 65px;
}

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

.headerarea .logo {
    width: 100%;
    max-width: 135px;
    position: relative;
    display: inline-block;
}

.footer_sec .logo img, .footer_sec .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 33;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: var(--white);
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: var(--black);
}

/*.headerarea.fix .menu ul li.active a {
    color: #fff;
}*/


.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 30px;
    background-color: var(--green);;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active {
    position: relative;
    background-color: #D4DC27;
    border-radius: 30px;
}
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span { position: absolute; top: 35%; right: 3px; }
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 11px; }
.menu ul li:hover span::after { color: var(--theme-color); }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 8px 25px;
    margin: 0 5px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu ul li a:hover, .menu ul li.active a { 
    background-color: #D4DC27;
    border-radius: 30px;
    color: var(--black);
}
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: var(--white) !important; background-color: var(--theme-color); }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px #dbdbdb;border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #fff; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: var(--black);
    background: transparent;
	margin: 0;
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec { 
    width: 100%;
    height: 100%;
    position: relative;
    height: 850px;
}

.banner_sec .bannertext {
    width: 50%;
    margin-top: 190px;
}

.bnr_para {
    width: 40%;
    margin-left: auto;
}

.banner_sec p { 
    font-size: 18px;
    color: var(--white);
    margin-bottom: 8px;
    /*text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);*/
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.banner_sec .btn01 {
    background-color: var(--white);
}

.banner_sec .btn01:hover {
    background-color: #193519;
    color: var(--white);
}

.bannerimg { background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; height: 850px; position: relative; display: flex; align-items: center; justify-content: center; }
.banner-carousel .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
.banner-carousel .owl-nav button.owl-prev, .banner-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.banner-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.banner-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.banner-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.banner-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.banner-carousel .owl-nav { position: relative; bottom: 210px; left: 30%; display: inline-flex; justify-content: flex-start; border-radius: 10px 0 0 0; }
.banner-carousel .owl-nav button.owl-prev:hover, .banner-carousel .owl-nav button.owl-next:hover { background: #fff; border: 1px solid #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .banner-carousel .owl-dots.disabled, .owl-carousel .banner-carousel .owl-nav.disabled { display: block !important; }

.banner-carousel .owl-nav:before {
    content: "";
    position: absolute;
    left: -200px;
    bottom: 24px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

.banner-carousel .owl-nav:after {
    content: "";
    position: absolute;
    left: -168px;
    bottom: 24px;
    width: 150px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

/* ======================================================================= */
    /* about_sec start */
/* ======================================================================= */
.about_sec {
    width: 100%;
}

.about_sec .headertext {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.about_sec .headertext h3 {
    flex-basis: 600px;
    flex-shrink: 0;
}

.about_sec .headertext p {
    margin-bottom: 15px;
}

.about_sec .headertext a {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.6s;
}

.about_sec .headertext a:hover {
    color: var(--green);
}

.about_sec .headertext a img {
    max-width: 40px;
    margin-left: 5px;
    transition: 0.6s;
}

.about_sec .headertext a:hover img {
    margin-left: 10px;
}

/*main_imgaccordion*/
.main_imgaccordion { display: flex; flex-direction: row; width: 100%; height: 400px; gap: 15px; width: 100%; margin-top: 50px; }
@media(max-width:1024px) {
    .main_imgaccordion { display: flex; flex-direction: column; width: 100%; height: auto; }
}
.main_imgaccordion .column { width: 45%; transition: width 0.5s; overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: flex-end; cursor: pointer; }
.main_imgaccordion .column:nth-child(1) { background-image: url('../images/pic1.jpg'); background-size: cover; background-position: center center; border-radius: 20px; }
.main_imgaccordion .column:nth-child(2) { background-image: url('../images/pic2.jpg'); background-size: cover; background-position: center center; border-radius: 20px; }
.main_imgaccordion .column:nth-child(3) { background-image: url('../images/pic3.jpg'); background-size: cover; background-position: center center; border-radius: 20px; }

@media(max-width:1024px) {
    .main_imgaccordion .column:nth-child(1) { border-radius: 10px 10px 0px 0px; }
    .main_imgaccordion .column:nth-child(4) { border-radius: 0px 0px 10px 10px; }
}
@media screen and (min-width: 1025px) {
    .main_imgaccordion .expanded { width: 150% !important; }
}   
@media (max-width: 1024px) {
    .main_imgaccordion .column { width: 100%; transition: height 0.5s; height: 120px; }    
    .main_imgaccordion .expanded { height: 400px !important; }
}
.main_imgaccordion .expanded:after { content: ''; background: #000000; background: linear-gradient(180deg, rgba(0, 115, 184, 0) 0%, rgb(0 0 0 / 90%) 100%); position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 0; pointer-events: none; } 
.main_imgaccordion .inner-element { opacity: 0; transition: opacity 0s; z-index: 2; padding: 20px; background: transparent; position: absolute; left: 0; bottom: 10px; width: 100%; }
.main_imgaccordion .small_title h4 { color: #fff; } 
.main_imgaccordion .inner-element.active { opacity: 1; transition: opacity 0.5s 0.4s; }
.main_imgaccordion .main_imgaccordion .icons.active { display: none; }
.main_imgaccordion .btm_titleBox { position: absolute; bottom: 20px; left: 20px; z-index: 1; }
.main_imgaccordion .btm_titleBox.active { opacity: 0; }
.main_imgaccordion .btm_titleBox h5 { font-size: 26px; color: #fff; font-weight: 500; margin-bottom: 10px; }
.main_imgaccordion .expanded .btm_titleBox { display: none; }
/*main_imgaccordion end*/


/* ======================================================================= */
    /* product_sec start */
/* ======================================================================= */
.product_sec { width: 100%; }
.product_sec .headertext { width: 100%; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.product_sec .headertext h3 { flex-basis: 450px; flex-shrink: 0; }
.product_sec .headertext a { font-size: 18px; color: var(--black); font-weight: 500; }
.product_sec .headertext a:hover { color: #193519; }
.product_sec .headertext a img { max-width: 40px; margin-left: 5px; transition: 0.6s; }

.product_secin, .why_choosein { width: 100%; margin-top: 40px; }
.product_card { width: 100%; padding: 35px 15px 15px; border-radius: 20px; background-color: #F2F2F2; transition: 0.6s; }
.product_card:hover { background-color: var(--green); }
.product_card .small_title { display: flex; align-items: center; justify-content: space-between; }
.product_sec .small_title h6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.circle_btn { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--green); transition: 0.6s; }
.circle_btn .fa-arrow-right { color: var(--green); font-size: 18px; transition: 0.6s; transform: rotate(-45deg); }
.product_card:hover .circle_btn { background-color: var(--white); border-color: var(--white); }
.product_card:hover .circle_btn .fa-arrow-right { color: #092611; transform: rotate(0deg); }
.product_cardpic { width: 100%; height: 250px; position: relative; display: flex; border-radius: 15px; overflow: hidden; margin-top: 25px; }
.product_cardpic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.product_card:hover img { transform: scale(1.1); }
.product_card:hover .small_title h4, .product_card:hover .small_title h6 { color: var(--white); }
.product_cardpic_text { width: 90%; background-color: rgb(0 0 0 / 35%); padding: 10px; border-radius: 8px; position: absolute; left: 0; right: 0; bottom: 15px; margin: 0 auto; opacity: 0; transition: 0.6s; }
.product_cardpic_text p { font-size: 13px; color: #fff; line-height: 17px; }
.product_card:hover .product_cardpic_text { opacity: 1; }

/**/
.product-carousel .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.product-carousel .owl-nav button.owl-prev, .product-carousel .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.product-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.product-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.product-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.product-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.product-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.product-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.product-carousel .owl-nav button.owl-prev { left: 20px; position: relative; transition: 0.6s;}
.product-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.product-carousel .owl-nav { position: absolute; display: inline-flex; top: 44%; align-items: center; justify-content: space-between; width: 54%; pointer-events: none; margin: 0 auto;}
.product-carousel .owl-nav button.owl-prev:hover, .product-carousel .owl-nav button.owl-next:hover { background: var(--theme-color2); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; transform: scale(1.6);}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* why_choose start */
/* ======================================================================= */
.why_choose { width: 100%; background-color: #2b572a; border-radius: 40px; position: relative; z-index: 1; overflow: hidden; }
.why_choose:before { content: ""; position: absolute; left: 0px; top: -100px; width: 950px; height: 680px; background-image: url(../images/shape1.png); background-repeat: no-repeat; background-size: contain; background-position: center top; z-index: -1; }
.why_choose .headertext h3 { color: var(--white); }
.why_choose_pic { width: 100%; height: 447px; position: relative; display: flex; border-radius: 15px; overflow: hidden; }
.why_choose_pic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.why_choose_pic:hover img { transform: scale(1.1); }
.why_choose_pic .why_choose_card { width: 90%; margin: 0 auto; background-color: #fff; border-radius: 15px; padding: 30px 22px; transition: 0.6s; position: absolute; left: 0; right: 0; bottom: 18px; }
.why_choose_pic .why_choose_card .icon_circle img { max-width: 30px; height: auto; }
.why_choose_pic .why_choose_card:hover { background-color: #fff; }
@media (min-width: 992px) {
    .why_choose .col-lg-4 { flex: 0 0 auto; width: 38%; }
    .why_choose .col-lg-8 { flex: 0 0 auto; width: 62%; }
}
.why_choose_card { width: 100%; background-color: #ffffff; border-radius: 15px; padding: 30px 22px; transition: 0.6s; }
.why_choose_card:hover { background-color: #ffffff; }
.icon_circle { width: 55px; height: 55px; background-color: #214822; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 5px; margin-bottom: 25px; transition: 0.6s; }
.why_choose_card:hover .icon_circle { background-color: #356334; }
.icon_circle img { max-width: 30px; transition: 0.6s; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(246deg) brightness(104%) contrast(102%); }
.why_choose_card:hover .icon_circle img { filter: brightness(0) saturate(100%) invert(100%); }
.why_choose_card .small_title p { color: #1F1E1E; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.why_choose_card:hover .small_title h5, .why_choose_pic .why_choose_card .small_title h5 { color: #356334; }
.why_choose_card:hover .small_title p, .why_choose_pic .why_choose_card .small_title p { color: var(--paragraph); }


/* ======================================================================= */
    /* commitment_sec start */
/* ======================================================================= */
.commitment_sec {
    width: 100%;
    position: relative;
    z-index: 11;
}

.commitment_sec:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 85px;
    background-color: #EBF262;
    width: 60%;
    height: 48%;
    z-index: -1;
}

.commitment_secpic {
    width: 90%;
    height: 600px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin-left: auto;
}

.commitment_secpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.commitment_secpic:hover img {
    transform: scale(1.1);
}

/* ======================================================================= */
    /* connect_with start */
/* ======================================================================= */
.connect_with {
    width: 100%;
    text-align: center;
    background-color: #0A2710;
    position: relative;
    z-index: 1;
}

.connect_with:before {
    content: "";
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    background-color: #0d2710;
    width: 100%;
    height: 85px;
    z-index: -1;
}

.connect_with .headertext {
    width: 75%;
    margin: 0 auto;
}

.connect_with .headertext h3 {
    color: var(--white);
}

.mail_sec {
    width: 75%;
    margin: 0px auto 0;
    border-top: 0px solid #466c4a;
    border-bottom: 1px solid #466c4a;
    padding: 20px 0;
}

.mail_sec ul li {
    display: inline-flex;
    font-size: 26px;
    color: #D4DC27;
    font-style: italic;
    font-weight: 400;
    padding: 0 32px;
    position: relative;
}

.mail_sec ul li:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 12px;
    width: 1px;
    height: 20px;
    background-color: #fff;
}
.mail_sec ul li:last-child:after {
    display: none;
}

/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */
.footer_sec { width: 100%; padding-bottom: 30px !important; }
.footer_sec .logo { width: 100%; max-width: 110px; position: relative; display: inline-block; }
.footer_card { width: 100%; }
.footer_sec h5 { font-size: 20px; color: var(--black); font-weight: 500; margin: 0 0 15px; }
.footer_card ul { padding: 0; }
.footer_card ul li { width: 100%; }
.footer_card ul li a { display: block; position: relative; width: 100%; font-size: 15px; color: var(--paragraph); font-weight: 400; padding: 0 5px 10px 10px; list-style: disc; transition: 0.6s; }
.footer_card ul li a:before { content:""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 50%; background-color: #303030; }
.footer_card ul li a:hover { color: #2b572a; }
.footer_card_grid { display: grid; grid-template-columns: 1fr 1fr; }
.footer_sec h6 { font-size: 16px; color: var(--paragraph); font-weight: 400; margin: 0; }

.copyright { width: 100%; margin-top: 35px; }
.footer-social { display: flex; justify-content: end; position: relative; overflow: hidden; }
.footer-social li { margin: 0px 4px; }
.footer-social li a { width: 100%; min-width: 40px; max-width: 40px; height: 40px; background-color: #D4DC27; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: var(--black); transition: 0.5s; text-decoration: none; }
.footer-social li a:hover { background-color: var(--theme-color); color: #fff; }
.leftline:before { content:""; display: inline-block; height: 0.5em; width: 100%; margin-left: -100%; margin-right: 10px; margin-top: 20px; border-top: 1px solid #cdcdcd; }
.copyright p { text-align: center; font-size: 15px; margin-top: 10px; }
.copyright p span { color: var(--green); font-weight: 500; }

/* ======================================================================= */
    /* about_page start */
/* ======================================================================= */
.about_page {
    width: 100%;
    height: 400px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;  
    display: flex;  
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* .about_page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
} */

.breadcrumb-item {
    font-size: 15px;
    color: var(--white);
}

.breadcrumb {
    position: relative;
    z-index: 1;
}

.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
    color: var(--white);
}

.inner_title {
    margin-top: 100px;
}

/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec {
    width: 100%;
}

.adress_box {
    width: 100%;
    position: relative;
    background-color: var(--theme-color);
    padding: 65px 40px;
    border-radius: 25px;
    z-index: 1;
}

.adress_box .small_title h4 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 20px;
}

.adress_box .small_title h4 span {
    font-weight: 600;
}

.info_circle {
    width: 38px;
    height: 38px;
    border: 1px solid var(--white);
    ;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_circle i {
    color: var(--white);
    font-size: 17px;
}

.contact_sec .small, .contact_sec small {
    font-size: .745em;
    color: var(--white);
    display: block;
}

.contact_sec p {
    color: var(--white);
}

.adress_card {
    margin-bottom: 20px;
}

.adress_box .footer-social {
    border-top: 1px solid #fff;
    padding-top: 20px;
    justify-content: center;
}

.contact_sec_right {
    width: 130%;
    position: relative;
    left: -30%;
    background-color: #fff;
    padding: 80px 60px 80px 270px;
    border-radius: 25px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.contact_sec_right .small_title h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact_sec_right .small_title h4 span {
    color: var(--theme-color);
    font-weight: 600;
}

.field02, .form-select, .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    background-color: transparent;
    font-size: 15px;
    color: var(--black);
    padding: 5px 15px 5px 15px;
    height: 55px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    height: 120px;
}

.contact_sec_right .btn01 {
    margin-top: 25px;
    border: none;
}

.form-select:focus, .field02:focus, .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.contact_sec .footer-social li a {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D4DC27;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--black);
    transition: 0.5s;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 24%);
}

.contact_sec .footer-social li a:hover {
    background-color: var(--black);
    color: var(--white);
}

.mapsec {
    width: 100%;
    margin-top: 40px;
}

.mapsec iframe {
    width: 100%;
    min-height: 450px;
    border: 1px solid #d7d7d7;
    padding: 2px;
    border-radius: 15px;
}

.inner_connect:before {
    display: none;
}


.connect_with10:before{ display:none;}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #000;
}


/*-- new contact css 07082026 --*/
.newInnerContactArea{
	padding:80px 0;
}
.newInnerContactArea .contact-form {
    padding: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    border-radius: 25px;
}
.newInnerContactArea .contact-form h2 {
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
    padding-left: 34px;
}
.newInnerContactArea .contact-form h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    background-image: url(../images/leaf-one.png);
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
}
.newInnerContactArea .contact-form .form-group{}
.newInnerContactArea .contact-form .form-group label {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}
.newInnerContactArea .contact-form .form-group label sub {
    color: #ff0000;
    bottom: 0;
    margin-left: 4px;
}
.newInnerContactArea .contact-form .form-control {
    height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}
.newInnerContactArea .contact-form select.form-control {
    background-image: url(../images/down-arrow.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
    cursor: pointer;
}

.submit-from-btn{
	position:relative;
	display: inline-block;
}
.submit-from-btn::before {
    content: '\f0a9';
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    font-family: FontAwesome;
    font-size: 20px;
    transform: translate(-8px, 7px) rotate(-45deg);
	transition: all 0.5s ease-out;
}
.submit-from-btn input[type="submit"] {
    border: 1px solid #d4dc27;
    background-color: #d4dc27;
    padding: 10px 40px 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s ease-out;
}
.submit-from-btn:hover::before{
	transform: translate(-8px, 7px) rotate(0deg);
}
.newInnerContactArea .contactContent {
    background: #092611;
    background: linear-gradient(190deg, rgba(9, 38, 17, 1) 40%, rgba(43, 87, 42, 1) 100%);
    border-radius: 25px;
    padding: 30px;
}
.newInnerContactArea .contactContent .icon {
    width: min(100%, 105px);
    margin-bottom: 32px;
}
.newInnerContactArea .contactContent .icon img{
	width:100%;
	object-fit:content;
}
.newInnerContactArea .contactContent h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 28px;
}
.newInnerContactArea .contactContent p {
    color: #ffffff;
    margin-bottom: 26px;
    line-height: 26px;
}
.newInnerContactArea .contactContent .contact-details {
    padding-top: 40px;
    border-top: 1px solid rgb(255 255 255 / 12%);
    margin-top: 60px;
}
.newInnerContactArea .contactContent .contact-details h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
}
.newInnerContactArea .contactContent .contact-details .contact-details-media {
	margin-bottom: 28px;
}
.newInnerContactArea .contactContent .contact-details .contact-details-media .media-icon {
	width: 50px;
	height: 50px;
	border: 1px solid #d4dc27;
	border-radius: 50%;
	padding: 10px;
}
.newInnerContactArea .contactContent .contact-details .contact-details-media .media-icon img{
	width:100%;
	height:100%;
	object-fit:contain;
	filter: brightness(0) saturate(100%) invert(82%) sepia(52%) saturate(670%) hue-rotate(10deg) brightness(101%) contrast(86%);
}
.newInnerContactArea .contactContent .contact-details .contact-details-media .media-body {
	padding-left: 12px;
}
.newInnerContactArea .contactContent .contact-details .contact-details-media .media-body span {
	display: block;
	color: #ffffff;
	font-weight: 100;
	font-size: 15px;
	margin-bottom: 2px;
}
.newInnerContactArea .contactContent .contact-details .contact-details-media .media-body a {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
}
.newInnerContactArea .contactContent .contact-details .contact-details-media .media-body a:hover{
	text-decoration:underline;
}
.newInnerContactArea .map-box {
    margin-top: 55px;
    height: 400px;
    overflow: hidden;
    border: 5px solid #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.newInnerContactArea .map-box iframe{
	width:100%;
	height:100%;
}
.submit-from-btn .wpcf7-spinner{
	position:absolute;
	top: 12px;
}


.wpcf7-form.init textarea.form-control {
  min-height: 150px;
  resize: none;
}

.why_choosein .row .col-lg-8 .row .col-lg-6:nth-child(1) .why_choose_card .icon_circle{
	background: #FDD270;
background: linear-gradient(175deg, rgba(253, 210, 112, 1) 0%, rgba(202, 148, 57, 1) 100%);
}
.why_choosein .row .col-lg-8 .row .col-lg-6:nth-child(2) .why_choose_card .icon_circle{
	background: #D7DB2E;
background: linear-gradient(175deg, rgba(215, 219, 46, 1) 0%, rgba(164, 179, 11, 1) 100%);
}
.why_choosein .row .col-lg-8 .row .col-lg-6:nth-child(3) .why_choose_card .icon_circle{
	background: #97B734;
background: linear-gradient(175deg, rgba(151, 183, 52, 1) 0%, rgba(6, 106, 51, 1) 100%);
}
.why_choosein .row .col-lg-8 .row .col-lg-6:nth-child(4) .why_choose_card .icon_circle{
	background: #D6DF0C;
background: linear-gradient(175deg, rgba(214, 223, 12, 1) 0%, rgba(83, 131, 3, 1) 100%);
}

.why_choosein .row .col-lg-8 .row .col-lg-6:nth-child(1) .why_choose_card .small_title h5{
	color:#C98F2E;
}
.why_choosein .row .col-lg-8 .row .col-lg-6:nth-child(2) .why_choose_card .small_title h5{
	color:#93A208;
}
.why_choosein .row .col-lg-8 .row .col-lg-6:nth-child(3) .why_choose_card .small_title h5{
	color:#066A33;
}
.why_choosein .row .col-lg-8 .row .col-lg-6:nth-child(4) .why_choose_card .small_title h5{
	color:#528600;
}

