@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-Medium.woff2') format('woff2'),
        url('../fonts/Matter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-Bold.woff2') format('woff2'),
        url('../fonts/Matter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-Regular.woff2') format('woff2'),
        url('../fonts/Matter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: 'Matter';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

header {
    padding: 13px 0;
}

header ul.nav a.nav-link {
    font-weight: 500;
    color: #000;
}

header a.navbar-brand img {
    height: 46px;
    width: auto;
}

.btn {
    color: #000000;
    border-radius: 30px;
    line-height: 1.5;
    font-weight: 500;
    padding: 12px 25px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-width: 150px;
    text-align: center;
    justify-content: center;
}

.btn.btn-primary {
    background: #ECDD5E;
    border-color: #ECDD5E;
}

.btn.btn-outline-primary {
    border-color: #000000;
}

.btn.btn-outline-primary:hover {
    background: #ECDD5E;
    border-color: #ECDD5E;
}

.btn:hover {
    color: #000;
}

.video-strip {
    background: #568E4D;
    color: #fff;
    text-align: center;
    padding: 22px 15px;
}

.video-strip h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 8px;
}

.video-strip p {
    margin: 0;
    text-transform: capitalize;
}

.video-container {
    position: relative;
    height: calc(100vh - 76px);
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    max-height: 100%;
}

.video-container .video-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}

.video-container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #000;
    opacity: 0.4;
}

.video-container .video-text .video-text-inner {
    max-width: 583px;
    width: 100%;
}

.video-container .video-text .video-text-inner h1 {
    font-size: 48px;
    line-height: 52px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.video-container .video-text .video-text-inner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 35px;
}

footer {
    background: #568E4D;
    padding: 50px 0 40px 0;
    color: #fff;
}

.footer-cta {
    display: flex;
    align-items: center;
    background: #ECDD5E;
    padding: 23px 40px;
    border-radius: 100px;
    gap: 22px;
    color: #000;
}

.footer-cta .footer-cta-logo img {
    height: 46px;
}

.footer-cta .footer-cta-text h2 {
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.footer-cta .footer-cta-text p {
    margin: 0;
}

.btn.btn-secondary {
    background: #568E4D;
    color: #fff;
}

.footer-cta .footer-cta-button {
    margin-left: auto;
}

.section-space {
    padding: 60px 0;
}

.section-text h2,
.section-text h1 {
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.section-text p {
    color: #585858;
}

.rounded-image {
    border-radius: 12px;
    overflow: hidden;
}

.rounded-image img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}

.rounded-image:hover img {
    scale: 1.1;
}

.zig-zag-images {
    display: flex;
    gap: 30px;
    align-items: self-start;
}

.zig-zag-images .rounded-image:nth-child(even) {
    margin-top: 50px;
}

.bg-dark-green {
    background: #363E33;
}

.feature-box h3 {
    font-size: 29px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "Amatic SC", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.feature-box {
    padding: 50px 30px;
    position: relative;
}

footer .separator {
    background: #FFFFFF;
    opacity: 0.4;
    height: 1px;
    width: 100%;
    margin: 35px 0 20px 0;
}

footer h5 {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px;
}

footer ul.footer-links {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

footer ul.footer-links li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
}

footer ul.footer-links li {
    width: 100%;
}

.newsletter input {
    border-radius: 4px;
    padding: 14px 16px;
}

.newsletter {
    position: relative;
}

.newsletter button {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 10;
}

footer h5.with-border {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding-bottom: 9px;
    margin-bottom: 16px;
}

footer ul.footer-links.with-icons li {
    position: relative;
    padding-left: 33px;
}

footer ul.footer-links.with-icons li svg {
    position: absolute;
    left: 0;
    top: 2px;
}

footer .footer-logos {
    display: flex;
    gap: 44px;
}

footer .footer-logos img {
    min-height: 46px;
    width: auto;
    min-width: 115px;
    max-width: 150px;
    max-height: 64px;
}

footer .footer-text {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}

footer .footer-text p {
    margin: 0;
}

section.inner-banner {
    position: relative;
}

section.inner-banner img {
    width: 100%;
    height: auto;
}

section.inner-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}

section.inner-banner .inner-banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}

section.inner-banner .inner-banner-content .banner-text {
    max-width: 613px;
}

section.inner-banner .inner-banner-content .banner-text h1 {
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 14px;
    text-shadow: 0px 2px 2px #00000085;
}

section.inner-banner .inner-banner-content .banner-text p {
    margin: 0;
    text-shadow: 0px 2px 3px #000000c4;
}

.rounded-image-outline {
    position: relative;
    padding: 16px 0px 0 16px;
}

.rounded-image-outline:before {
    content: "";
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgb(0 154 61 / 40%);
    border-radius: 16px;
}

.rounded-image-outline .rounded-image {
    position: relative;
}

.section-text .heading-separator {
    width: 80px;
    height: 2px;
    background: #568E4D;
    margin: 20px 0;
}

.partner-box {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 16px;
    padding: 20px;
    display: grid;
    justify-content: center;
    position: relative;
    height: 460px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    align-items: center;
}

.partner-box img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.partner-box .hover-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 72px 85px;
    background: #568E4D;
    transition: 0.4s;
    display: grid;
    place-content: center;
}

.partner-box:hover .hover-content {
    top: 0;
}

.contact-info .contact-item {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-info .contact-item .icon {
    width: 50px;
    height: 50px;
    background: #568E4D;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.contact-info .contact-item .text {
    width: calc(100% - 80px);
}

.contact-info .contact-item .text h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgb(0 0 0 / 50%);
}

.contact-info {
    display: grid;
    gap: 14px;
}

.contact-info .contact-item .text a,
.contact-info .contact-item .text p {
    color: #000000;
    text-decoration: none;
}

.contact-map iframe {
    width: 100% !important;
    height: 250px;
    border-radius: 20px;
}

.contact-form-box {
    background: #404B3D;
    padding: 34px;
    border-radius: 16px;
    color: #fff;
}

.form-group {
    margin-bottom: 22px;
}

.form-control {
    border-radius: 6px;
    padding: 16px;
    color: #000;
}

.form-control::placeholder {
    color: #000;
}

.contact-form-box p {
    font-weight: 600;
}

.section-title.type2 h2 {
    font-family: "Amatic SC", sans-serif;
    font-size: 36px;
}

.cta-section {
    background: #404B3D;
    color: #fff;
    padding: 85px 0;
}

.cta-section .section-title.type2 h2 {
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.cta-section h3 {
    font-size: 28px;
    line-height: 100%;
    text-transform: capitalize;
    font-family: "Amatic SC", sans-serif;
    margin: 28px 0 032px 0;
}

.btn.white {
    color: #fff;
    border-color: #fff;
}

.btn.white:hover {
    color: #000;
}

.section-title p {
    color: #808080;
}

.cta-section p {
    color: #fff;
}

.section-title h2 {
    font-size: 36px;
}

.testimonial-box {
    border: 1px solid #164E4F;
    padding: 52px 32px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    margin: 32px 0;
    scale: 0.9;
    transition: 0.4s;
    height: 350px;
}

.testimonial-box .quote-icon {
    background: #568E4D;
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border-radius: 50px;
    position: absolute;
    left: 32px;
    top: -20px;
}

.testimonial-box p {
    color: #585858;
}

.testimonial-box .testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    justify-content: center;
    margin-top: 44px;
}

.testimonial-box .testimonial-author .author-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-box .testimonial-author .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-box .testimonial-author .author-info h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0;
}

.testimonial-box .testimonial-author .author-info p {
    margin: 0;
    font-size: 14px;
    color: #585858;
}

.testimonial-box:hover {
    background: #568E4D;
    color: #fff;
    scale: 1;
}

.testimonial-box:hover .quote-icon {
    background: #fff;
}

.testimonial-box:hover .quote-icon svg path {
    fill: #568E4D;
}

.testimonial-box:hover p {
    color: #fff;
}

.testimonial-box:hover .testimonial-author .author-info p {
    color: #fff;
}

.swiper-pagination span.swiper-pagination-bullet {
    background: #CCCCCC;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #568E4D;
}

.case-study-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    height: 370px;
}

.case-study-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-box:hover {
    outline: 8px solid #568E4D;
    outline-offset: -8px;
}

.case-study-box .hover-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #568E4D;
    padding: 12px;
    color: #fff;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.case-study-box .hover-content h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.case-study-box .hover-content p {
    margin: 0;
}

.case-study-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.cusomer-slider .swiper-slide {
    width: max-content;
}

.customer-logo-box {
    height: 100px;
    display: grid;
    place-content: center;
}

.different-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 48px;
}

.different-lists .icon-list-item {
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
}

.different-lists .icon-list-item .icon img {
    height: 40px;
    width: auto;
}

.different-lists .icon-list-item .text h4 {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    text-align: left;
}

.content-separator {
    width: 100%;
    height: 1px;
    background: #FFFFFF66;
    opacity: 0.4;
    margin: 20px 0;
}

.back-page-link {
    display: flex;
    align-items: center;
    gap: 14px;
}

.back-page-link a {
    text-decoration: none;
    color: #000;
}

.case-study-meta-info {
    display: flex;
    gap: 34px;
}

.case-study-meta-info .meta-item h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;
}

.case-study-meta-info .meta-item p {
    margin: 0;
    font-size: 14px;
    color: #00000080;
}

.common-content {
    color: #585858;
}

.common-content h3 {
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 16px;
}

.share-buttons a {
    width: 28px;
    height: 28px;
    display: inline-grid;
    background: #EEEEEE;
    border-radius: 50%;
    place-content: center;
    margin: 0 8px 0 0;
}

.share-buttons .heading {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}

.blog-card .rounded-image {
    margin-bottom: 16px;
    height: 250px;
}


.blog-card .content .meta-info {
    font-size: 14px;
    color: #585858;
    margin-bottom: 8px;
}

.blog-card .content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.blog-card .content h3 a {
    color: #000;
    text-decoration: none;
}

.blog-card .content p {
    color: #585858;
}

.blog-card .content a.read-more {
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.blog-card.large {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #00000030;
}

.blog-card.large .rounded-image {
    width: 45%;
    border-radius: 0;
}

.blog-card.large .content {
    width: 55%;
    padding: 50px;
}

.blog-card.large .content h3 {
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
}

.blog-card.type2 .content a.read-more {
    color: #568E4D;
}

.blog-card.type2 .content a.read-more svg path {
    stroke: #568E4D;
}

.feature-item {
    border-radius: 16px;
    overflow: hidden;
}

.feature-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-item .text {
    background: #568E4D;
    color: #fff;
    text-align: center;
    padding: 22px 20px;
}

.feature-item .text h4 {
    font-size: 15px;
    margin: 0;
}

.theme-swiper-navigation {
    position: relative;
}

.theme-swiper-navigation .swiper-button-prev,
.theme-swiper-navigation .swiper-button-next {
    position: static;
    margin: 0;
    width: 58px;
    height: 58px;
    border-radius: 100px;
    border: 1px solid #E6E6E6;
}

.theme-swiper-navigation .swiper-button-prev:after,
.theme-swiper-navigation .swiper-button-next:after {
    display: none;
}

.theme-swiper-navigation svg {
    width: 9px;
}

.theme-swiper-navigation {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.theme-swiper-navigation .swiper-button-prev:hover,
.theme-swiper-navigation .swiper-button-next:hover {
    background: #568E4D;
    border-color: #568E4D;
}

.theme-swiper-navigation .swiper-button-prev:hover svg path,
.theme-swiper-navigation .swiper-button-next:hover svg path {
    stroke: #fff;
}

.btn.btn-primary:hover {
    background: #568E4D;
    border-color: #568E4D;
    color: #fff;
}

.blog-card.service .content p {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 73px;
}

.blog-card.service .content h3 {
    font-size: 24px;
}

.accordion.two-column {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* column-gap: 64px; */
}

button.accordion-button {
    background: transparent;
    padding-top: 26px;
    padding-bottom: 26px;
}

.accordion-button {
    font-weight: 600;
    color: #000 !IMPORTANT;
}

.accordion-item {
    border-left: none;
    border-right: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    border-bottom: none;
    box-shadow: none !IMPORTANT;
}

.accordion-body {
    padding-top: 0;
    padding-bottom: 24px;
}

.bg-with-image-section:before {
    content: "";
    width: 55%;
    background: #F9F9F6;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bg-with-image-section:after {
    content: "";
    width: 45%;
    /*background: url('../images/why-image.jpg');*/
    background: var(--bg-img);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: center center;
}

.bg-light {
    background-color: #F9F9F6 !important;
}

.icon-link-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 72px;
    row-gap: 34px;
}

.icon-link-items .icon-link-item {
    display: flex;
    gap: 23px;
}

.icon-link-items .icon-link-item .icon {
    width: 46px;
    height: 46px;
}

.icon-link-items .icon-link-item .text h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

.icon-link-items .icon-link-item .text p {
    color: #585858;
    margin-bottom: 18px;
}

.icon-link-items .icon-link-item .text a {
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.product-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product-box .product-content {
    position: absolute;
    top: calc(100% - 90px);
    left: 0;
    width: 100%;
    padding: 32px 25px;
    color: #fff;
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 2%, rgba(22, 78, 79, 1) 16%, rgba(22, 78, 79, 1) 59%);
    transition: 0.4s;
}

.product-box .product-content h4 {
    font-size: 18px;
    margin-bottom: 12px;
}

.product-box .product-content p {
    opacity: 0;
    visibility: hidden;
}

.product-box:hover .product-content {
    background: #568E4D;
    top: 0;
}

.product-box:hover .product-content p {
    opacity: 1;
    visibility: visible;
}

.video-video {
    width: 100% !IMPORTANT;
    height: 400px !important;
}

header ul.nav a.nav-link.active,
header ul.nav a.nav-link:hover {
    color: #568E4D;
}

.feature-box svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.feature-box.active svg {
    opacity: 1;
    visibility: visible;
}
.icon-link-items .icon-link-item .text a svg {
    transition: 0.4s;
}

.icon-link-items .icon-link-item .text a:hover svg {
    transform: translateX(10px);
}

.product-pagincation {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #BEBEBE;
    padding-top: 10px;
}

.product-pagincation .pagination-block {
    position: relative;
}

.product-pagincation .pagination-block h4 {
    color: #048E3C;
    font-size: 18px;
    margin: 0;
}

.product-pagincation .pagination-block h5 {
    margin: 0;
    font-size: 18px;
}

.product-pagincation .pagination-block.active:before {
    content: "";
    width: 120px;
    height: 2px;
    background: #048E3C;
    position: absolute;
    left: 0;
    top: -12px;
}

.product-pagincation-row {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.error {
    font-size: 13px;
    color: red;
    font-weight: 600;
}
.cta-section.section-bg-image {
    background-position: center;
    background-size: cover;
}
.feature-item .icon {
    height: 290px;
}
.customer-logo-box img {
    max-height: 100px;
    filter: grayscale(1);
    object-fit: contain;
}
.customer-logo-box:hover img {filter: grayscale(0);}
.menu-toggle-btn {
    display: none;
}
.rounded-image a {
    display: flex;
}
.affiliate-box {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    min-height: 320px;
}

.affiliate-box .image {
    margin-bottom: 20px;
}

.affiliate-box .image p {
    margin: 0;
}

.affiliate-box .image img {
    height: auto;
    width: auto;
    max-width: 90%;
    max-height: 90px;
}
.theme-swiper-navigation.white-swiper .swiper-button-next, .theme-swiper-navigation.white-swiper .swiper-button-prev {
    background: #fff;
}

.theme-swiper-navigation.white-swiper .swiper-button-next:hover, .theme-swiper-navigation.white-swiper .swiper-button-prev:hover {
    background: #ecdd5e;
}
.partner-box.v2 .hover-content {
    padding: 20px 30px;
}