@import url("https://fonts.googleapis.com/css2?family=Montaga&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&family=Khula:wght@300;400;600;700;800&display=swap");

@font-face {
    font-family: "Montaga";
    src: url("https://fonts.googleapis.com/css2?family=Montaga&display=swap");
}

@font-face {
    font-family: "Poppins";
    src: url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
}

@font-face {
    font-family: "Roboto";
    src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
}

@font-face {
    font-family: "Khula";
    src: url("https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap");
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0 !important;
}

body {
    background-color: #fafbfc;
}

.sub--nav--G4R6H3D6 a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
    text-decoration: none;
}

.sub--nav--G4R6H3D6 a.active {
    color: #185923;
}

.sub--nav--G4R6H3D6 i {
    color: #565656;
}

.mobile--view {
    display: none;
}

.navbar {
    width: 100%;
    background-color: white;
    padding: 10px 6px;
    border-radius: 50px;
    margin-top: 20px;
    z-index: 999;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.nav-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 55px;
}

.logo img {
    height: 100%;
}

.nav-links {
    list-style: none;
    display: flex;

}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #717171;
    font-weight: 600;
    font-size: 14px;
    font-family: "Khula";
    text-transform: uppercase;
    transition: color 0.3s;
}

.nav-links a:hover,
.nav-links .active {
    color: #325a39;
}

.services--drop--menu {
    line-height: 27px;
    padding: 0 8px;
}

.sub--nav--menu {
    position: absolute;
    list-style: none;
    text-align: left;
    padding-left: 0;
    background: #ffffff;
    border-radius: 8px;
    width: 265px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    line-height: 32px;
    opacity: 0;
    visibility: hidden;
    top: 21px;
    z-index: 9999;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.services--drop--menu:hover .sub--nav--menu {
    opacity: 1;
    visibility: visible;
}

.services--drop--menu:hover .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.sub--nav--menu li {
    border-bottom: 1px solid gainsboro;
    padding: 6px 10px;
}

.sub--nav--menu li a {
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    line-height: 30px;
    width: 100%;
    display: block;
    text-transform: capitalize;
    font-size: 13px;
}

.sub--nav--menu li a i {
    font-size: 12px;
    color: #325a39;
    margin-right: 8px;
}

.services--drop--menu {
    position: relative;
    z-index: 1000;
}

.nav-links,
header,
nav {
    overflow: visible !important;
}

.contact-button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #325a39;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    color: #ffff !important;
    gap: 10px;
    font-weight: 600;
    font-family: "Poppins";
    text-transform: uppercase;
    border: 3px solid #ffffff4d;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.3s;
    line-height: 23px;
}

.contact-button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.contact-button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -100px;
    opacity: 0.6;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

/* .page-header{
    z-index: 9999;
}

.page-header.is-sticky {
    position: fixed;
    background: #FFF;
    color: #000;
    animation: slideDown .5s ease-out;
    top: 0;
    width: 100%;
    width: 100%;
    padding: 10px 6px;
    border-radius: 50px;
    margin-top: 20px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
} */

.banner-area {
    overflow: hidden;
    height: 700px;
    margin-top: -171px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-attachment: fixed;
}

/* .banner-area::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 621px;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
} */

.banner-area .carousel-caption {
    animation: fadeInUp 1s ease-in-out;
    text-align: center;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-area .carousel-caption {
    position: absolute;
    top: 26%;
    left: 17% !important;
    width: 50%;
    text-align: left;
}

.banner-area .carousel-item {
    position: relative;
}

.banner-area .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 23%);
    z-index: 1;
}

.banner-area .carousel-caption {
    position: absolute;
    z-index: 2;
}

.banner-area .carousel-caption h1 {
    color: #ffff;
    font-weight: 900;
    font-size: 45px;
    font-family: "Montaga";
    text-transform: capitalize;
    line-height: 49px;
}

.banner-area .carousel-caption h5 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 49px;
    font-family: "Montaga";
    text-transform: capitalize;
    transition: opacity 0.5s ease-in-out;
}

.banner-area .carousel-caption p {
    font-size: 17px;
    color: #ffffff;
    font-family: "Montaga";
    font-weight: 400;
}

/* Projection Section*/

.projection--heading {
    text-align: center;
    margin: 50px 0 30px;
}

.projection--heading h5 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: "Montaga";
}

.projection--heading h2 {
    font-size: 32px;
    color: #325a39;
    font-weight: 600;
    font-family: "Montaga";
}

.projection--services {
    display: flex;
    gap: 4px;
}

.projection--services .card {
    width: 80px;
    height: 400px;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.5s ease-in-out,
        width 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transform: translateX(0);
}

.projection--services .card:nth-child(2) {
    border-color: #ffbb90;
}

.projection--services .card:nth-child(3) {
    border-color: #99d2f4;
}

.projection--services .card:nth-child(4) {
    border-color: #9ad5bf;
}

.projection--services .card:nth-child(5) {
    border-color: #a091ff;
}

.projection--services .card-content {
    opacity: 0;
    position: absolute;
}

.projection--services .card .tab-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 17px;
    color: #325a39;
    font-weight: 600;
    font-family: "Poppins";
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.projection--services .card:first-child {
    width: 300px;
}

.projection--services .card:first-child .card-content {
    opacity: 1;
}

.projection--services .card:not(:first-child) {
    width: 80px;
}

.projection--services .card:hover {
    width: 300px;
}

.projection--services .card:hover .card-content {
    opacity: 1;
}

.projection--services:hover .card:first-child .tab-title {
    opacity: 1;
}

.projection--services .card:hover .tab-title {
    opacity: 1;
}

.projection--services .card.active {
    height: 400px;
}

.card-content {
    display: flex !important;
    width: 100% !important;
    padding: 20px !important;
    align-items: center;
}

.projection--services .card .card-content {
    opacity: 0;
    overflow: hidden;
    transition:
        opacity 0.5s ease-in-out,
        max-height 0.5s ease-in-out,
        padding 0.3s ease-in-out;
    display: flex;
    padding: 0 20px;
}

.projection--services .card:hover .card-content,
.projection--services .card.active .card-content {
    opacity: 1;
}

.mapping-box-content,
.mapping-box-image-content {
    opacity: 1;
    height: 300px;
}

.card:hover .mapping-box-content,
.card:hover .mapping-box-image-content {
    opacity: 1;
    transform: translateY(0);
}

.rev_slider .mapping-box-content {
    text-align: left;
    margin-top: 95px;
}

.mapping-box-image-content img {
    max-width: 400px;
    height: 100%;
    border-radius: 10px;
}

.rev_slider .test .row {
    align-items: center;
}

.rev_slider .test .contact-button {
    justify-content: center;
}

.rev_slider .mapping-box-image-content {
    height: 240px !important;
}

.rev_slider .mapping-box-image-content img {
    max-width: 270px;
    height: 100% !important;
}

.mapping-box-content h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: "Poppins";
}

.mapping-box-content p {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 27px;
    width: 71%;
}

.mapping-box-content .contact-btn {
    width: 26%;
    margin-top: 47px;
}

.mapping-box-content .contact-btn a {
    border-radius: 10px;
}

.advanced {
    align-items: center;
}

.advanced h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: "Poppins";
    margin-bottom: 20px;
}

.advanced p {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 27px;
}

.advanced video {
    border-radius: 10px;
}

.service-link.active {
    color: #fff;
}

.read-more-text {
    overflow: hidden;
    position: relative;
}

.read-more-link {
    display: inline-block;
    margin-top: 5px;
    color: #185923;
    cursor: pointer;
    font-weight: 600;
}

.card-main-heading-section .fa-phone-volume {
    background: #185923;
    width: 30px;
    height: 30px;
    text-align: center;
    place-content: center;
    border-radius: 5px;
    color: #FFF;
    margin-right: 10px;
}

.card-main-heading-section .volume {
    font-weight: 500;
}

/* industry section */

.Industry .industry--mani--box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.Industry .industry--card--image {
    width: 50px;
    margin-bottom: 36px;
}

.Industry .industry--card--image img {
    width: 100%;
}

.Industry .industry--mani--box .industry--card-box h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins";
}

.Industry .industry--mani--box .industry--card-box p {
    font-size: 13px;
    color: #717171;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 27px;
}

.Industry .industry--mani--box .industry--card-box {
    border-radius: 8px;
    border: 1px solid gainsboro;
    background: #fff;
    padding: 48px 32px;
    cursor: pointer;
    position: relative;
    flex-basis: 31.4%;
    transition: border-color 0.3s ease;
}

.Industry .industry--mani--box .industry--card-box::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(120deg, #fb741c, hsla(24, 85%, 68%, 0.62), hsla(0, 0%, 90%, 0));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.Industry .industry--card-box:nth-child(2)::before {
    background: linear-gradient(120deg, #9f91ff, rgba(159, 145, 255, 0) 99.8%);
}

.Industry .industry--card-box:nth-child(3)::before {
    background: linear-gradient(120deg, #3cc, hsla(0, 0%, 94%, 0) 99.8%);
}

.Industry .industry--card-box:nth-child(4)::before {
    background: linear-gradient(120deg, #ec89e2, rgba(236, 137, 226, 0) 99.8%);
}

.Industry .industry--card-box:nth-child(5)::before {
    background: linear-gradient(120deg, #5484ff, rgba(84, 132, 255, 0) 99.8%);
}

.Industry .industry--card-box:nth-child(6)::before {
    background: linear-gradient(120deg, #34ab80, rgba(52, 171, 128, 0) 99.8%);
}

.Industry .industry--card-box:nth-child(7)::before {
    background: linear-gradient(120deg, #084298, rgb(120 158 197 / 54%), hsla(0, 0%, 90%, 0));
}

.Industry .industry--card-box:nth-child(8)::before {
    background: linear-gradient(120deg, #055160, rgb(120 158 197 / 54%), hsla(0, 0%, 90%, 0));
}

.Industry .industry--mani--box .industry--card-box:hover::before {
    opacity: 1;
}

.Industry .industry--mani--box .industry--card-box .arrow-img {
    position: absolute;
    right: 18px;
    bottom: 15px;
    opacity: 0;
    transition: 0.5s all;
}

.Industry .industry--mani--box .industry--card-box:hover .arrow-img {
    opacity: 1;
}

.industry--card-box {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
    transition:
        opacity 0.8s ease-out,
        transform 0.8s ease-out;
}

.industry--card-box.left {
    transform: translateX(-50px);
}

.industry--card-box.right {
    transform: translateX(50px);
}

.industry--card-box.fade {
    transform: scale(0.8);
}

.industry--card-box.show {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
}


/* Projects section */

.case--studies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.case--studies--card--box {
    padding: 10px;
    border-radius: 6px;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    overflow: hidden;
}

.case--studies--image {
    width: 100%;
    margin-bottom: 25px;
}

.case--studies--image img {
    width: 100%;
}

.case--studies--card--box h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: "Montaga";
    line-height: 27px;
    margin-bottom: 0;
}

.case--studies--card--box p {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
    line-height: 27px;
    font-family: "Montaga";
    margin: 0;
}

.case--studies--card--box .card-footer--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 0 0;
}

.case--studies--card--box .contact-button {
    border-radius: 10px;
}

.case--studies--card--box {
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity 1s ease-out,
        transform 1s ease-out;
}


/* When elements come into view */
.case--studies--card--box.show {
    opacity: 1;
    transform: translateY(0);
}


/* clients */
.clients {
    width: 80%;
    margin: 100px 0;
}

.clients img {
    width: 100%;
}

.professional {
    position: relative;
    display: flex;
    align-items: center;
    gap: 200px;
    justify-content: space-between;
    margin: 50px 0;
}

.images--H9H5F6D {
    height: 400px;
    width: 300px;
}

.images--H9H5F6D img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.professional .sos--icon {
    background: #ffffff;
    text-align: center;
    padding: 10px;
    width: 12%;
    margin: 0 auto;
    position: absolute;
    bottom: -6px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    left: 74px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.professional .sos--icon a {
    font-size: 18px;
    color: #2a5933;
}

.professional h4 {
    font-size: 47px;
    color: #2a5933;
    font-weight: 500;
    font-family: "Montaga";
    line-height: 60px;
    margin-bottom: 47px;
}

.professional h6 {
    font-size: 17px;
    color: #717171;
    font-weight: 500;
    line-height: 27px;
    font-family: "Montaga";
    margin-bottom: 23px;
}

.professional {
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity 0.8s ease-out,
        transform 0.8s ease-out;
}

.professional.show {
    opacity: 1;
    transform: translateY(0);
}

/* footer section */

footer {
    background-color: #d3e2d6;
    padding: 60px 0 20px;
    font-family: "Poppins", sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    max-width: 250px;
    text-align: left;
}

.footer-logo img {
    width: 100px;
    margin-bottom: 10px;
}

.office-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 5px;
    font-family: "Montaga";
    letter-spacing: 5px;
}

.office-address {
    font-size: 15px;
    color: #666;
    font-family: "Montaga";
    line-height: 28px;
    font-weight: 500;
}

.footer-links {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 700px;
}

.footer-column {
    text-align: left;
}

.column-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Montaga";
    letter-spacing: 3px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    font-size: 17px;
    color: #666;
    font-family: "Montaga";
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
}

.footer-column ul li a:hover {
    font-weight: 600;
    color: #2a5933;
    text-decoration: underline;
}

.newsletter-input {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    width: 220px;
    margin-top: 20px;
}

.newsletter-input input {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 13px;
    padding: 5px;
    background: none;
}

.newsletter-input button {
    background: none;
    border: none;
    cursor: pointer;
}

.newsletter-input button img {
    width: 18px;
}

.footer-bottom {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid #185923;
    border-image: linear-gradient(to right, #001b05, #afafaf) 1;
    font-weight: 400;
    font-family: "Montaga";
}



/* About--Us--Page */

.about--us {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    height: 450px;
}

/* .about--us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: rgb(0 0 0 / 23%);
    z-index: 1;
} */

.about--us--section {
    text-align: center;
    padding-top: 130px;
    position: relative;
}

.about--us--section h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    font-family: "Montaga";
    line-height: 27px;
    letter-spacing: 1px;
}

.about--us--section ul {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 25px !important;
}

.about--us--section ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    font-family: "Montaga";
    text-decoration: none;
}

.about--G4H5jh8 {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
}


.about--G4H5jh8 .about--fix--wt h2 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    font-family: "Montaga";
    line-height: 27px;
    margin-bottom: 20px;
}

.about--G4H5jh8 .about--fix--wt p {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    font-family: "Montaga";
    text-decoration: none;
    line-height: 30px;
}

.about--fix--wt ol li {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    line-height: 30px;
    font-family: "Montaga";
}

.about--G4H5jh8 .about--fix--wt .about-logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.service-D5GR9 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
}

.service-D5GR9 img {
    width: 55%;
}

.service-D5GR9 h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: "Montaga";
    line-height: 27px;
    margin-bottom: 20px;
}

.services--G5H7L5D {
    background: #294d32;
    color: white;
    text-align: center;
    padding: 60px 20px;
    margin: 100px 0 50px;
}

.services--G5H7L5D .projection--heading h5 {
    color: #fff;
}

.services--G5H7L5D .projection--heading h2 {
    color: #fff;
}

.services--G5H7L5D .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.services--G5H7L5D .service-card {
    background: transparent;
    border: 2px solid white;
    padding: 20px;
    border-radius: 13px;
    text-align: left;
    transition: 0.3s;
    overflow: hidden;
    width: 100%;
}

.service-card {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    border: 3px solid transparent;
}

.service-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(45deg, #ff6b6b, #feca57, #48dbfb, #1dd1a1);
    border-radius: 10px;
    z-index: -1;
    animation: borderGlow 4s linear infinite;
}

@keyframes borderGlow {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.services--G5H7L5D .service-card .icon {
    width: 70px;
    margin-bottom: 30px;
}

.services--G5H7L5D .service-card .icon img {
    width: 100%;
}

.services--G5H7L5D .service-card h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    font-family: "Montaga";
    line-height: 27px;
}

.about-logo--G63S8H6 {
    /* background: #f4f4f4; */
    padding: 20px;
}

.about--us--logo--G4V5K6B8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rev_slider.slick-slider {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 9%;
}

.rev_slider .slick-list {
    padding-top: 7% !important;
    padding-bottom: 7% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.rev_slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.rev_slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition:
        transform 1s,
        opacity 1s;
}

.rev_slider .slick-snext,
.slick-sprev {
    display: block;
}

.rev_slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}

.rev_slider .slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}

.rev_slider .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
}

.rev_slider .test {
    display: block;
    width: 80%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.rev_slider .mapping-box-content p {
    width: 100%;
    font-size: 12px;
    line-height: 19px;
}

.rev_slider .mapping-box-content .contact-btn {
    width: 59%;
}

.rev_slider .mapping-box-image-content img {
    height: auto;
}

.custom-prev {
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    z-index: 1000;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 23%;
    transition: background-color 0.3s ease;
    background: #fff !important;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.custom-prev i {
    font-size: 14px;
    color: #000;
}

.custom-next {
    position: absolute;
    top: 45%;
    right: 13%;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 23%;
    transition: background-color 0.3s ease;
    background: #fff !important;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.custom-next i {
    font-size: 14px;
    color: #000;
}

/* contact */

.contact p {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    font-family: "Montaga";
    line-height: 24px;
    margin-top: 40px;
}

.contact-form {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin: 50px 0;
    gap: 30px;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.contact-information {
    padding: 20px;
    background: #325a39;
    border-radius: 10px;
    width: 33%;
    position: relative;
}

.contact-information h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 7px;
}

.contact .contact-information p {
    font-size: 15px;
    color: #c9c9c9;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 27px;
    letter-spacing: 1px;
    margin: 0 0 100px 0;
    text-align: left;
}

.contact-information ul {
    padding: 0;
    list-style: none;
}

.contact-information ul li i {
    font-size: 20px;
}

.contact-information ul li {
    font-size: 14px;
    color: #fff !important;
    font-weight: 400;
    font-family: "Poppins";
    margin-bottom: 7px;
    line-height: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.sos-icons i {
    font-size: 16px;
    background-color: #fff;
    color: #325a39;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    place-content: center;
    text-align: center;
    margin: 30px 0;
}

.contact-information img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33%;
}

.form--group--section {
    display: flex;
    gap: 10px;
    width: 100%;
}

.address {
    position: relative;
    width: 64%;
}

.address input {
    border-bottom: 1px solid gainsboro !important;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
    font-family: "Poppins";
}

.form-control:focus {
    box-shadow: none !important;
}

.address textarea {
    border-bottom: 1px solid gainsboro !important;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #000;
    font-family: "Poppins";
}

.address h5 {
    color: #185923;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins";
    margin-top: 20px;
}

.form-check {
    margin: 20px 0;
}

.form-check-input:checked {
    background-color: #185923 !important;
    border-color: #185923 !important;
}

.address .form-check-label,
.form-label {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins";
}

.address .contact-button {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}

.address .contact-btn {
    display: flex;
    justify-content: end;
}

.letter_send {
    position: absolute;
    width: 20% !important;
    right: 123px;
    bottom: -30px;
}

/*Services */

.ouar-services {
    margin: 50px 0;
}

.ouar-services .item {
    position: relative;
    height: 472px;
    width: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.ouar-services .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 51%);
    z-index: 1;
    border-radius: 10px;
}

.business {
    position: absolute;
    bottom: 32px;
    left: 20px;
    z-index: 9999;
}

.business h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins";
}

.business h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins";
}

.contact-button {
    overflow: hidden;
}

/* Careers */

.projection #experienceTab.nav-pills .nav-link {
    border-radius: 0;
    text-align: left;
    border-left: 4px solid gainsboro;
    border-radius: 1px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins";
    color: #253a67;
}

.projection #experienceTab.nav-pills .nav-link.active {
    color: #185923;
    background-color: transparent;
    border-radius: 0;
    border-left: 4px solid #185923;
    border-radius: 1px;
    font-weight: 600;
}

.projection .date-range {
    letter-spacing: 0.01em;
    color: var(--theme-gray);
}

.careers--G5R8T {
    font-size: 14px;
    margin-top: 25px;
    line-height: 23px;
    color: 53648B;
    text-align: left;
}

.careers--G5TF7J {
    margin-bottom: 50px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
}

.careers--G5TF7J h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: "Poppins";
}

.careers--G5TF7J .option {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
    color: #000000;
    text-decoration: none;
    width: 20%;
    border: 1px solid gainsboro;
    padding: 7px 25px;
    margin: 20px 0 20px;
    border-radius: 20px;
}

.careers--G5TF7J p {
    margin: 25px 0 0;
    color: #000;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 27px;
    font-size: 14px;
    margin-bottom: 30px;
}

.careers--G5TF7J .contact-btn {
    display: flex;
    justify-content: end;
}

.timeline-main {
    width: 100%;
    padding: 25px;
}

.timeline-main .timeline-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.timeline-main .timeline-wrap::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% - 10px);
    background-color: #00283a;
    animation: line 5s linear;
}

@media (max-width: 767px) {
    .timeline-main .timeline-wrap::before {
        left: 95%;
    }
}

.timeline-main .timeline-card {
    width: 50%;
    margin-right: auto;
    position: relative;
}

@media (max-width: 767px) {
    .timeline-main .timeline-card {
        width: 95%;
    }
}

.timeline-main .timeline-card::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #00283a;
    animation: fadeIn 1.5s;
    animation-fill-mode: both;
}

.timeline-main .timeline-card .timeline-card-wrap {
    height: 100%;
    margin-right: 35px;
    background-color: #00283a;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    animation: fadeInRight 2.5s;
    animation-fill-mode: both;
}

@media (max-width: 767px) {
    .timeline-main .timeline-card .timeline-card-wrap {
        padding: 20px;
    }
}

.timeline-main .timeline-card .timeline-card-wrap::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -8px;
    height: 8px;
    width: calc(100% - 60px);
    background-color: #00283a;
    border-radius: 5px 5px 0 0;
    opacity: 0.3;
}

.timeline-main .timeline-card .timeline-card-wrap::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -8px;
    width: 20px;
    height: 20px;
    background-color: #00283a;
    border-radius: 5px;
    transform: rotate(45deg);
}

.timeline-main .timeline-card .card-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .timeline-main .timeline-card .card-head-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.timeline-main .timeline-card .timeline-card-head {
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    font-family: "Poppins";
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .timeline-main .timeline-card .timeline-card-head {
        font-size: 18px;
        line-height: 28px;
    }
}

.timeline-main .timeline-card .timeline-card-subhead {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #bdbdbd;
    margin-bottom: 0;
    font-style: italic;
}

@media (max-width: 767px) {
    .timeline-main .timeline-card .timeline-card-subhead {
        font-size: 14px;
        line-height: 24px;
    }
}

.timeline-main .timeline-card .timeline-card-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 25px 0 0;
}

@media (max-width: 767px) {
    .timeline-main .timeline-card .timeline-card-text {
        font-size: 12px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .timeline-main .timeline-card:nth-child(even) {
        margin-left: auto;
        margin-right: 0;
    }

    .timeline-main .timeline-card:nth-child(even)::after {
        right: unset;
        left: -10px;
        animation-delay: 2.6s;
    }

    .timeline-main .timeline-card:nth-child(even) .timeline-card-wrap {
        margin-right: 0;
        margin-left: 35px;
        animation: fadeInLeft 2.5s;
        animation-fill-mode: both;
        animation-delay: 2.5s;
    }

    .timeline-main .timeline-card:nth-child(even) .timeline-card-wrap::after {
        right: unset;
        left: -8px;
        border-left: none;
        border-right: 10px solid #00283a;
    }
}

@keyframes line {
    0% {
        height: 0;
    }

    100% {
        height: calc(100% - 10px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* project */

.experienced h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
    line-height: 41px;
    font-family: "Poppins";
}

.experienced p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Poppins";
}

.experienced .contact-button {
    width: 23%;
}

.educational {
    position: absolute;
    left: 33px;
    bottom: 15px;
}

.educational h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: "Montaga";
}

.educational p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: "Montaga";
}

.all-projects {
    display: grid;
    margin: 50px 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.ptoject--card--G5D3k8 {
    padding: 10px;
    border: 10px;
    width: 100%;
    background: #fcfcfc;
    border-radius: 10px;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.ptoject--card--G5D3k8 img {
    width: 100%;
    border-radius: 10px;
}

.ptoject--card--G5D3k8 h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 27px 0 10px;
    font-family: "Poppins";
}

.ptoject--card--G5D3k8 p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.ptoject--card--G5D3k8 .contact-btn {
    display: flex;
    margin-top: 30px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

/* Mapping Services */

.mapping-services img {
    width: 100%;
    margin: 20px 0;
}

.mapping--services--tab-G3H5T8 nav a {
    width: 100%;
    height: 45px;
    line-height: 30px;
    background-color: #fff;
    margin-bottom: 12px;
    padding: 3px 10px;
    text-align: left;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
    color: #53648b;
    box-shadow:
        rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    text-transform: capitalize;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.mapping--services--tab-G3H5T8 nav a:last-child {
    border: none;
}

.mapping--services--tab-G3H5T8 .tabContainer {

    border-radius: 6px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}



.mapping--services--tab-G3H5T8 a.active {
    background-color: #185923;
    color: #ffff;
}

.mapping--services--tab-G3H5T8 .Tabcondent.active {
    position: relative;
    opacity: 1;
    border-radius: 0px;
    transition: all ease-in-out 0.6s;
    margin: 0 auto;
}

.side--nav--bar {
    position: sticky;
    top: 10px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    height: 340px;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.side--nav--bar h5 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 20;
    letter-spacing: 1px;
}

.Tabcondent h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins";
}

.Tabcondent p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 27px;
}

.card-main-heading-section .block-badge {
    padding: 2px 10px;
    max-width: 5.1875rem;
    border-radius: 12px;
    display: block;
    margin: 10px 0;
    background-image: linear-gradient(90deg, #309f43 0%, #325a39 100%);
    font-size: 13px;
    color: #000;
    letter-spacing: 0.26px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.sub--nav--G4R6H3D6 {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 10px 0 !important;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 6px;
}

.mapping--service--card {
    width: 100%;
}

.service--card {
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    height: auto;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.service--card .card-con {
    overflow: hidden;
    border-radius: 6px;
    height: 180px;
}

.service--card .card-img-top {
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.service--card:hover .card-img-top {
    transform: scale(1.2) rotate(5deg);
    transition: all 0.3s ease-in-out;
}

.service--card h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
}

.service--card p {
    font-size: 13px;
    color: #53648b;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 24px;
    margin-bottom: 0;
}

.service--card .card-body {
    padding: 15px 0;
}

.mapping--service--card {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    max-width: 20px 0 0;
    font-family: 'Poppins';
}

.flexibility {
    padding: 0 !important;
    list-style: none;
}

.flexibility li {
    font-size: 13px;
    color: #53648b;
    font-weight: 500;
    list-style: none;
    font-family: 'Poppins';
    line-height: 24px;
    display: flex;
    gap: 10PX;
    align-items: center;
    margin-bottom: 15PX;
}

.support {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.section {
    background: #ffffff;
    padding: 23px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.support .section h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
}

.support .section ul li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 23px;
}

.why-choose {
    background: #ffffff;
    padding: 23px;
    border-radius: 6px;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.why-choose h5 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 20px;
}


.why-choose ul {
    padding-left: 0;
    list-style: none;
}

.why-choose ul li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 23px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.why-choose ul li strong {
    font-weight: 600;
}

.cta h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins';
    margin: 20px 0 0;
}

.why-choose ul li i {
    color: #185923;
}

/* Blog */

.blog--content h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins';
    margin-top: 50px;
}

.blog--content p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins';
}

.blog-container {
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    padding: 3rem 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.real--time--data--mapping {
    padding: 30px 0;
}

.real--time--data--mapping img {
    width: 100%;
}

.real--time--data--mapping h5 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins';
}

.real--time--data--mapping p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins';
}

.post-meta {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #185923;
    display: flex;
    align-items: center;
    gap: 15px;
}

.post-meta i {
    margin-right: 5px;
    color: #666;
}

.blog--content h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
    margin: 35px 0 10px;
}

.blog--content ul {
    padding-left: 20px;
    padding-bottom: 30px;
}

.blog--content ul li {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 43px;
    font-family: 'Poppins';
}

.accordion {
    padding: 0;
}

.accordion li {
    list-style: none;
}

.link {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins";
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link i {
    color: #444359;
}

.submenu {
    display: none;
    background: #FFF;
    font-size: 14px;
    padding: 0;
}

.submenu ul {
    padding-left: 0;
    list-style: none;
}

.submenu li {
    list-style: none;
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #000 !important;
    padding: 0 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.nav-link.active {
    color: #185923;
}