/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
3. Banner / .banner-con
4. Categories / .categories-con
5. Trendy Products / .trending-products-con
6. Fifty Banner / .fifty-banner-con
7. About Us / .about-us-con
8. Our Features / .our-features-con
9. Featured Products / .featured-products-con
10. Testimonials / .testimonials-con
11. Partner / .logos-con
12. Footer / .footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#   primary--color: #9fcb22;
#   black--color: #000000;
#   dark-blue: #252932;
#   dark-green: #14462e;
#   secondary--color: #ffffff;
#   text-color: #6c6c6c;
#   yellow-color: #fffc01;
#   grey-color: #b2b3b4;
#   bg-color: #eef7fc;
#   pink-family-color: #d9485b;
#   green-family-color: #6ea68b;
#   product-bg-color: #f6fafb;
*/
/*------------------------------------------------------------------
# [Typography]

Body copy: "Barlow", sans-serif;
Headings: "Jost", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
}

body {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Barlow", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Jost", sans-serif;
}

:root {
    --primary--color: #9fcb22;
    --black--color: #000000;
    --dark-blue: #252932;
    --dark-green: #14462e;
    --secondary--color: #ffffff;
    --text-color: #6c6c6c;
    --yellow-color: #fffc01;
    --grey-color: #b2b3b4;
    --bg-color: #eef7fc;
    --pink-family-color: #d9485b;
    --green-family-color: #6ea68b;
    --product-bg-color: #f6fafb;
}

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    color: var(--dark-blue);
    font-weight: normal;
    line-height: 20px;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 36px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 1;
    padding: 49px 0;
    position: absolute;
}

.header-con .navbar {
    padding: 0;
}

.header-contact ul {
    gap: 9px;
    display: flex;
    align-items: center;
}

.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 20px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    border-radius: 0;
    width: 212px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 18px;
    line-height: 26px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

.header-con .outer-div .icon {
    background-color: var(--secondary--color);
    border-radius: 100px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    margin: 0 4px;
}

.header-con .outer-div .icon:hover {
    background-color: var(--dark-green);
    transition: ease-in-out 0.6s;
}

.header-con .outer-div .icon:hover img {
    filter: brightness(0) invert(1);
    transition: ease-in-out 0.6s;
}

.header-con .outer-div .icon:hover span.badge {
    background-color: var(--primary--color);
}

.header-con .outer-div .icon span.badge {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--dark-green);
    color: var(--secondary--color);
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 9px;
    text-align: center;
    font-size: 8px;
}

.header-con .outer-div {
    margin-left: 48px;
}

.header-con .fruit-vector img {
    top: 0;
    left: 0;
    opacity: 15%;
}

/* HEADER SECTION */
/* BACK TO TOP BUTTON */
#button {
    display: inline-block;
    background-color: var(--dark-green);
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 15px;
    position: fixed;
    bottom: 107px;
    right: 113px;
    transition: background-color .5s, opacity .8s, visibility .8s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(159, 203, 34, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(159, 203, 34, .01);
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(159, 203, 34, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(159, 203, 34, .01);
    }
}

#button::after {
    font-size: 26px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}

#button:hover {
    cursor: pointer;
}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color: var(--dark-green);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--dark-green);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */
/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

.bg-outer-wrapper {
    background: linear-gradient(to bottom, #f1f3f0 0%, #f6fafb 100%);
    height: 926px;
}

/* BANNER SECTION */
.banner-con .banner-con-inner1 span {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--primary--color);
}

.banner-con .banner-con-inner1 h1 {
    color: var(--dark-blue);
    margin-bottom: 15px;

}

.banner-con .banner-con-inner1 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.banner-con img {
    top: 0;
    right: -227px;
    bottom: 0;
}

.banner-con .banner-con-inner1 p {
    line-height: 37px;
    color: var(--dark-blue);
    margin-bottom: 35px;
}

.banner-con .light-btn {
    margin-right: 12px;
    margin-left: 5px;
}

/* CATEGORIES SECITON */
.categories-con .categories-box {
    padding: 60px 34px;
    overflow: hidden;
}

.categories-con .categories-box h3 {
    color: var(--secondary--color);
    font-weight: normal;
    margin-bottom: 26px;
}

.categories-con .categories-box a {
    color: var(--secondary--color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.categories-con .categories-box.light-gradient img {
    right: -8px;
    bottom: -9px;
}

.categories-con .categories-box.orange-gradient img {
    right: 23px;
    bottom: -8px;
}

.categories-con .categories-box.green-gradient img {
    right: 20px;
    bottom: 0;
}

.categories-con .categories-box a:hover {
    color: var(--dark-green);
    text-decoration: none;
}

.categories-con .categories-box a i {
    margin-left: 4px;
}

/* TRENDY PRODUCTS SECTION */
.trending-products-con h5 {
    font-weight: 500;
    color: var(--primary--color);
}

.trending-products-con h2 {
    color: var(--dark-blue);
    margin-bottom: 42px;
}

.products-box {
    background-color: var(--product-bg-color);
    border: 1px solid var(--product-bg-color);
    padding: 45px 50px 50px;
    margin-bottom: 30px;
    min-height: 481px
}

.products-box .hot-tag {
    left: 0;
    top: 0;
    background-color: var(--pink-family-color);
    color: var(--secondary--color);
    font-size: 15px;
    font-family: "Jost", sans-serif;
    padding: 1px 13px;
}

.products-box .trendy-img img {
    margin-bottom: 25px;

}

.products-box .trendy-img {
    display: flex;
    justify-content: center;
    min-height: 214px;
    align-items: center;
}

.products-box .stars img {
    margin-bottom: 8px;
}

.products-box h4 {
    color: var(--dark-blue);
    margin-bottom: 14px;
}

.products-box span.cut-price {
    font-size: 23px;
    text-decoration: line-through;
    color: var(--grey-color);
    margin-right: 4px;
    font-weight: normal;
}

.products-box span {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 23px;
}

.products-box .favorite i {
    background-color: var(--secondary--color);
    border-radius: 100px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #bdbdbd;
}

.products-box .favorite i:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.products-box .favorite {
    right: 20px;
    top: 22px;
}

.products-box:hover {
    border: 1px solid var(--primary--color);
}

.products-box:hover .dark-btn.smol-size a {
    background-color: var(--primary--color);
}

.products-box:hover .favorite i {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

/* FIFTY BANNER SCTION */
.fifty-banner-con .green-gradient img {
    right: 0;
    top: 0;
    bottom: 0;
}

.fifty-banner-con .green-gradient {
    min-height: 222px;
    padding-left: 63px;
    border-left: 5px solid var(--yellow-color);
}

.fifty-banner-con .green-gradient .fifty-no,
.fifty-banner-con .green-gradient .fifty-no span.yellow-text {
    font-weight: 500;
    font-size: 60px;
    line-height: 82px;
    text-transform: uppercase;
}

.fifty-banner-con .green-gradient .fifty-no {
    color: var(--secondary--color);
    padding-right: 50px;
    margin-top: -13px;
    font-family: "Jost", sans-serif;
}

.fifty-banner-con .green-gradient .popular-product {
    color: var(--secondary--color);
    font-size: 46px;
    line-height: 57px;
    font-weight: 500;
}

.fifty-banner-con .green-gradient a {
    color: var(--secondary--color);
    font-size: 21px;
    text-decoration: none;
}

.fifty-banner-con .green-gradient a:hover {
    color: var(--dark-green);
}

/* ABOUT US SECITON */
.about-us-con {
    background-color: var(--product-bg-color);
}

.about-us-con .vector-fruits img {
    right: 0;
    opacity: 15%;
    top: 138px;
}

.about-us-con .about-us-inner-box {
    background-color: var(--secondary--color);
    border-top: 3px solid var(--primary--color);
    padding: 82px 68px;
}

.about-us-con .about-us-inner-box h5 {
    color: var(--primary--color);
    margin-bottom: 15px;
}

.about-us-con .about-us-inner-box h2 {
    line-height: 51px;
    color: var(--dark-blue);
    margin-bottom: 10px;
}

.about-us-con .about-us-inner-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 6px;
}

.about-us-con .about-us-inner-box .light-btn {
    margin-top: 32px;
}

.about-us-con .about-us-img img {
    left: -90%;
    top: -137px;
}

/* OUR FEATURES SECTION */
.our-features-con .our-produts-box img {
    margin-bottom: 20px;
}

.our-features-con .our-produts-box h4 {
    color: var(--dark-blue);
}

.our-features-con .our-produts-box {
    margin-bottom: 58px;
}

.our-features-con .basket-img {
    margin-bottom: 56px;
}

.our-features-con .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.our-features-con .our-produts-box p {
    font-size: 20px;
    line-height: 28px;
}

/* FEATURED PRODUCTS SECTION */
.featured-products-con {
    background-color: var(--product-bg-color);
}

.featured-products-con h2 {
    color: var(--dark-blue);
    margin-bottom: 25px;
}

.featured-products-con ul li a {
    padding: 0 23px;
    color: var(--dark-blue);
    font-size: 23px;
    font-weight: 500;
}

.featured-products-con ul li a.active {
    color: var(--primary--color);
}

.featured-products-con .products-box {
    background-color: var(--secondary--color);
    padding: 35px 50px 50px;
}

.featured-products-con .products-box .trendy-img img {
    margin-bottom: 31px;
}

.featured-products-con .nav-tabs {
    border: none;
    margin-bottom: 53px;
}

.featured-products-con ul li a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

.featured-products-con .products-box .trendy-img {
    min-height: 226px;
}

.featured-products-con .fruits-vector2 img {
    left: 0;
    bottom: 373px;
    opacity: 15%;
}

.featured-products-con h5 {
    margin-bottom: 0;
    font-weight: 500;
}

/* TESTIMONIALS SECITON */
.testimonials-con h2 {
    color: var(--dark-blue);
    margin-bottom: 39px;
}

.testimonials-con .testimonial-box {
    background-color: var(--product-bg-color);
    border-top: 3px solid var(--primary--color);
    padding: 53px 42px;
}

.testimonials-con .testimonial-box img {
    margin-bottom: 25px;
}

.testimonials-con .testimonial-box p {
    font-style: italic;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 24px;
}

.testimonials-con .testimonial-box h5 {
    color: var(--dark-green);
    font-weight: 500;
    margin-bottom: 0;
}

.testimonials-con .testimonial-box h5 span {
    font-size: 16px;
    margin-left: 6px;
    font-weight: 500;
}

.testimonials-con h5 {
    margin-bottom: 0;
    font-weight: 500;
}

.testimonials-con .testimonial-box img.full-stars {
    margin-bottom: 15px;
}

/* LOGOS SECTION */
.logos-con ul li {
    padding: 0 27px;
}

.logos-con ul li:first-child {
    padding-left: 0;
}

.logos-con ul li:last-child {
    padding-right: 0;
}

.logos-con ul li img {
    opacity: 15%;
}

.logos-con ul li img:hover {
    opacity: unset;
    transition: ease-in-out 0.6s;

}

/* FOOTER SECTION */
.span-heading {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer-con {
    background-color: var(--dark-green);
    padding-top: 249px;
}

.footer-con span.sub-head {
    font-size: 18px;
    color: var(--green-family-color);
    line-height: 28px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 3px;
}

.footer-con .footer-inner-con p,
.footer-con .footer-inner-con a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--green-family-color);
}

.footer-con .footer-inner-con a {
    position: relative;
}

.footer-con .newsletter-bar {
    background-color: var(--primary--color);
    min-height: 253px;
    position: absolute;
    top: -130px;
    padding: 58px 52px;
    max-width: 1110px;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.footer-con .newsletter-bar h2 {
    margin-bottom: 25px;
    line-height: 50px;
}

.footer-con .newsletter-bar img {
    left: -199px;
    top: -261px;
}

.footer-con .newsletter-bar .newsletter-inner-con {
    padding-left: 17px;
}

.footer-con .newsletter-bar .newsletter-inner-con input {
    height: 53px;
    background-color: var(--secondary--color);
    padding: 20px 23px;
    width: 461px;
    border: none;
}

.footer-con .newsletter-bar .newsletter-inner-con input:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(20 70 46 / 60%);
    border-color: #14462e;
}

.footer-con .newsletter-bar .newsletter-inner-con input:focus {
    outline: none;
}

.footer-con .newsletter-bar .newsletter-inner-con input::placeholder {
    font-size: 18px;
    line-height: 28px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}

.footer-con .newsletter-bar .newsletter-inner-con form button {
    background-color: var(--dark-green);
    padding: 14px 21px !important;
    min-width: 182px;
    text-align: center;
    font-size: 16px;
    min-height: 53px;
    line-height: 24px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
}

.footer-con .newsletter-bar .newsletter-inner-con form button:hover {
    background-color: #1b613f;
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.footer-con .footer-sub-wrap {
    padding-bottom: 90px;
}

.footer-con .footer-inner-con li {
    margin-bottom: 10px;
}

.footer-con span.sub-head.days {
    font-weight: 600;
}

.footer-con .copyright-con p {
    color: var(--green-family-color);
    font-size: 16px;
}

.footer-con .copyright-con {
    padding: 38px 0;
    justify-content: space-between;
}

.footer-con hr {
    border-top: 1px solid rgba(110 166 139 / 15%);
    margin: 0;
}

.footer-con .copyright-con .social-icons-con ul li a i {
    color: var(--green-family-color);
    font-size: 16px;
}

.footer-con .copyright-con .social-icons-con ul li {
    padding: 0 10px;
}

.footer-con .copyright-con .social-icons-con ul li:first-child {
    padding-left: 0;
}

.footer-con .copyright-con .social-icons-con ul li:last-child {
    padding-right: 0;
}

.footer-con .copyright-con .social-icons-con span.follow-us {
    color: var(--green-family-color);
    margin-right: 17px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
}

.footer-con .copyright-con .social-icons-con ul li a i:hover {
    color: var(--primary--color);
    transition: ease-in-out 0.6s;
}

.footer-con .footer-inner-con ul li a::after {
    left: 0;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.footer-con .footer-inner-con ul li a:hover::after {
    width: 100%;
}

.footer-con .footer-inner-con ul li a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.footer-con .footer-inner-con.opening-hrz li {
    margin-bottom: 20px;

}

/* ABOUT PAGE */
.why-choose-us-con h2 {
    color: var(--dark-blue);
    margin-bottom: 30px;
}

/* video section */
.video-con .video-inner-wrap {
    height: 643px;
}

.video-con .video-inner-wrap::before {
    background: url(../images/video-img-bg.jpg);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* vision goal section */
.vision-goal-con {
    background-color: var(--product-bg-color);
}

.vision-goal-con .vision-goal-box {
    background-color: var(--secondary--color);
    border-top: 3px solid var(--primary--color);
    padding: 53px 44px;
}

.vision-goal-con .vision-goal-box img {
    margin-bottom: 21px;
}

.vision-goal-con .vision-goal-box h3 {
    font-size: 38px;
    line-height: 51px;
    color: var(--dark-blue);
    font-weight: 600;
}

.vision-goal-con .vision-goal-box p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 27px;
}

.vision-goal-con .vision-goal-box figure {
    min-height: 110px;
    display: flex;
    align-items: center;
}

/* about us lowest section */
.about-us-lowest-con h2 {
    color: var(--dark-blue);
    line-height: 51px;
    font-weight: 600;
    margin-bottom: 17px;
}

.about-us-lowest-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 13px;
}

.about-us-lowest-con img {
    left: -220px;
    top: 24px;
}

.about-us-lowest-con .about-us-lowest-inner-wrap {
    padding-left: 42px;
    padding-top: 120px;
}

/* breadcrum */
.breadcrumb-item.active {
    color: var(--primary--color);
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item {
    font-size: 22px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    color: var(--primary--color);
    font-family: "Jost", sans-serif;
}

.breadcrumb-item i {
    margin: 0 10px;
}

.breadcrumb {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin-bottom: 9px;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--primary--color);
    font-family: "Jost", sans-serif;
}

.breadcrumb-item a:hover {
    color: var(--dark-green);
}

/* about banner section */
.bg-outer-wrapper.sub-pages-wraper {
    height: 544px;
    background: var(--product-bg-color);
}

.sub-banner-con .white-box {
    background-color: var(--secondary--color);
    border-top: 3px solid var(--primary--color);
    margin-top: 60px;
    padding: 50px 20px 35px;
    width: 383px;
    min-height: 198px;
}

.sub-banner-con h1 {
    font-size: 60px;
    line-height: 75px;
    color: var(--dark-blue);
    font-weight: 600;
}

.sub-banner-con .sub-banner-img img {
    right: 0;
    top: -55px;
}

/* CONTACT PAGE */
.contact-map-con iframe {
    height: 594px;
    width: 100%;
}

.get-intouch-con .get-intouch-inner-wrap {
    background-color: var(--product-bg-color);
    padding: 62px 40px 74px;
    min-height: 660px;
}

.get-intouch-con .get-intouch-inner-wrap h2 {
    margin-bottom: 20px;
    color: var(--dark-blue);
}

.get-intouch-con .reach-us-wrap {
    background-color: var(--primary--color);
    padding: 61px 43px 74px;
    position: absolute;
    left: -15px;
    min-height: 660px;
    width: 380px;
}

.get-intouch-con .reach-us-wrap h2 {
    color: var(--secondary--color);
    margin-bottom: 10px;
}

.get-intouch-con .get-intouch-inner-wrap form ul li {
    float: left;
    width: 48.5%;
    margin-right: 18px;
    margin-bottom: 24px;
}

.get-intouch-con .get-intouch-inner-wrap form ul li:nth-child(2),
.get-intouch-con .get-intouch-inner-wrap form ul li:nth-child(4) {
    margin-right: 0;
}

.get-intouch-con .get-intouch-inner-wrap form ul li input {
    width: 100%;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: none;
    height: 53px;
}

.get-intouch-con .get-intouch-inner-wrap form ul li:last-child {
    width: 100%;
}

.get-intouch-con .get-intouch-inner-wrap form ul li textarea {
    height: 180px;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: none;
    width: 100%;
}

.get-intouch-con .get-intouch-inner-wrap form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
}

.light-btn button {
    background-color: var(--primary--color);
    padding: 14px 34px !important;
    min-width: 175px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.light-btn button:hover {
    background-color: var(--dark-green);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.get-intouch-con .get-intouch-inner-wrap form ul li input:focus-visible,
.get-intouch-con .get-intouch-inner-wrap form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.get-intouch-con .get-intouch-inner-wrap form ul li input:focus,
.get-intouch-con .get-intouch-inner-wrap form ul li textarea:focus {
    box-shadow: inset 0 1px 1px rgb(20 70 46 / 8%), 0 0 8px rgb(159 203 34 / 60%);
    border-color: #14462e;
}

.get-intouch-con .reach-us-wrap p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 19px;
    padding-left: 3px;
}

.get-intouch-con .reach-us-wrap ul.info-details li a:hover::after {
    width: 100%;
}

.get-intouch-con .reach-us-wrap ul.info-details li a::after {
    left: 0;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--dark-green);
    transition: ease-in-out 0.3s;
}

.get-intouch-con .reach-us-wrap ul.info-details li a:hover {
    text-decoration: none;
    color: var(--dark-green) !important;
}

.get-intouch-con .reach-us-wrap ul.info-details li a {
    position: relative;
    font-size: 20px;
    line-height: 30px;
}

.get-intouch-con .reach-us-wrap ul.info-details li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.get-intouch-con .reach-us-wrap .sub-info-inner {
    margin-left: 24px;
}

.get-intouch-con .get-intouch-inner-wrap #contactpage span.error {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
    display: block;
    padding-left: 6px;
    color: red;
}

.get-intouch-con .reach-us-wrap p.sub-p {
    padding-left: 0;
}

.get-intouch-con .reach-us-wrap ul.info-details li img {
    position: relative;
    top: -15px;
}

.get-intouch-con .reach-us-wrap ul.info-details li .sub-info-inner h4 {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 32px;
}

/* 404 page  */
.main-seperate-wrapper {
    height: 963px;
    background: var(--product-bg-color);
}

.main-seperate-wrapper .error-banner.sub-banner-con .sub-banner-img img {
    top: unset;
    height: auto;
    right: 0;
    bottom: -30%;
}

.error-banner.sub-banner-con h1 {
    font-size: 200px;
    line-height: 146px;
    margin-bottom: 37px;
}

.error-banner.sub-banner-con .white-box {
    padding: 95px 58px;
    width: 1110px !important;
    min-height: 563px;
    text-align: left;
    /* position: relative;
    z-index: 1; */
}

.error-banner.sub-banner-con .white-box h4 {
    margin-bottom: 9px;
    padding-left: 2px;
}

.error-banner.sub-banner-con .white-box p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 34px;
}

/*  */
.xl-width .white-box {
    width: 100%;
}

/* coming soon page */
.coming-soon-banner.error-banner.sub-banner-con h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 25px;
}