﻿

/*-----------------------------------------------------logo-----------------------------------------*/
.header-logo img {
    width: 240px;
    height: auto;
    margin-right: 40px;
}

/*--------------------------------------------------end---------------------------------------------*/

/*---------------------------------------------------hero--------------------------------------------*/
.hero-section {
    /* background: #055a34; */
    padding: 20px 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(268deg, #005e50, #009659);
}

.hero-content h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
}

    .hero-content h1 span {
        color: #3bd46e;
    }

.hero-content p {
    color: #fff;
    font-size: 20px;
    margin: 12px 0;
}

.hero-content h5 {
    color: #fff;
}

.hero-search {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 22px 0;
}

    .hero-search input {
        flex: 1;
        border: 0;
        padding: 18px;
        height: 50px;
        border-right: 1px solid #ddd;
    }

    .hero-search select {
        border: 0;
        width: 100px;
        margin: 0px 8px;
    }

    .hero-search button {
        width: 70px;
        border: 0;
        background: #00b457;
        color: #fff;
    }

.hero-image {
    position: relative;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle {
    width: 520px;
    height: 520px;
    background: #00b36a;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 20px;
}

.person {
    position: relative;
    width: 605px;
    right: 56px;
    bottom: 15px;
    z-index: 2;
}

.tag {
    position: absolute;
    background: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    z-index: 3;
}

.tag1 {
    left: 30px;
    top: 120px;
    animation: bounceSlow 4s ease-in-out infinite;
}

.tag2 {
    right: 30px;
    top: 20px;
    animation: bounceSlow 5s ease-in-out infinite;
}

.tag3 {
    right: 10px;
    bottom: 120px;
    animation: bounceSlow 4.5s ease-in-out infinite;
}

@keyframes bounceSlow {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.banner-section__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

    .banner-section__shape img {
        width: 100%;
        height: 100%;
    }


.logo-marquee {
    width: 80%;
    overflow: hidden;
    position: relative;
    margin-top: 18px;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    animation: marquee 20s linear infinite;
}

    .logo-track img {
        height: 35px;
        width: auto;
        /* opacity:.8; */
        transition: .3s;
    }

        .logo-track img:hover {
            opacity: 1;
            transform: scale(1.08);
        }

.logo-marquee:hover .logo-track {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/*---------------------------------------------------end---------------------------------------------*/


/*---------------------------------------------------hire--------------------------------------------*/
.hire-section {
    background: #fff;
    padding: 80px 0px 0px;
    position: relative;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #081b3a;
}

.section-subtitle {
    color: #333;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hire-card {
    background: #fff;
    border-radius: 18px;
    padding: 15px;
    height: 100%;
    transition: .4s;
    /* box-shadow: 0 15px 45px rgb(0 151 167 / 20%); */
    min-height: 463px;
    border: 1px solid #00b36a;
}

    .hire-card:hover {
        /* background-color: #00b36a; */
        background: linear-gradient(268deg, #01806d, #08ab69);
    }

    .hire-card:hover {
        transform: translateY(-10px);
        /*box-shadow: 0 25px 60px rgba(120,190,32,.30);*/
    }

        .hire-card:hover .card-top h3 {
            color: #fff;
        }

        .hire-card:hover p {
            color: #fff;
        }

        .hire-card:hover .start-btn {
            color: #fff;
        }

        .hire-card:hover .arrow-btn {
            color: #fff;
            border: 1px solid #fff;
        }


.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .card-top h3 {
        font-size: 20px;
        font-weight: 700;
        color: #081b3a;
        margin: 0;
    }

.arrow-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0097a7;
    text-decoration: none;
    transition: .3s;
    flex: none;
}

    .arrow-btn:hover {
        background: #28a600;
        color: #fff;
    }

.hire-card p {
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.start-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #00b36a;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
}
    /*.start-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 78%;
    height: 2px;
    background: rgb(0 191 211);
}*/
    .start-btn i {
        transition: .3s;
    }

    .start-btn:hover i {
        transform: translateX(6px);
        /* font-size: 12px; */
    }

.hire-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}


@media(max-width:991px) {

    .section-title {
        font-size: 28px;
    }

    .card-top h3 {
        font-size: 24px;
    }

    .hire-card {
        padding: 22px;
    }
}

/*----------------------------------------------------end-------------------------------------------*/


/*--------------------------------------------------- career-----------------------------------------*/
.pp-career-section {
    position: relative;
    padding: 80px 0px 0px;
}

@media (min-width:992px) {
    .col-lg-2-4 {
        width: 20%;
        flex: 0 0 20%;
    }
}

.pp-career-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 20px 25px;
    min-height: 180px;
    transition: .35s;
    box-shadow: 0 15px 45px rgba(135,196,39,.18);
}

    .pp-career-card:hover {
        background-color: #00b36a;
    }

        .pp-career-card:hover h5 {
            color: #fff;
        }

    .pp-career-card:hover {
        transform: translateY(-8px);
        border-color: #055a34;
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

.pp-career-icon {
    /* width:72px; */
    height: 72px;
    /* background:#f5f5f5; */
    border-radius: 16px;
    display: flex;
    align-items: center;
    /* justify-content:center; */
    transition: .4s;
    margin-bottom: 10px;
}

    .pp-career-icon i {
        font-size: 34px;
        background: linear-gradient(135deg, #01b34b, #07d36f, #69f0ae);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        transition: .4s;
    }

.pp-career-card:hover .pp-career-icon {
    transform: rotate(-8deg) scale(1.08);
}

    .pp-career-card:hover .pp-career-icon i {
        background: #fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.pp-career-card h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    margin-bottom: 0px;
}

/*------------------------------------------------------end------------------------------------------*/


/*------------------------------------------------find work------------------------------------------*/

.pp-findwork-section {
    padding: 80px 0px 0px;
    background: #fff;
    position: relative;
}

.pp-findwork-box {
    background: linear-gradient(135deg, #055a34, #00b36a);
    border-radius: 25px;
    /* overflow:hidden; */
    position: relative;
    padding: 0px 35px;
    /* z-index: 1; */
}

.pp-findwork-content {
    color: #fff;
    position: relative;
    z-index: 5;
}

.pp-findwork-subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.pp-findwork-content h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

    .pp-findwork-content h2 span {
        display: block;
        color: #00c675;
    }

.pp-findwork-content p {
    font-size: 17px;
    line-height: 1.8;
    max-width: 560px;
    margin-bottom: 20px;
    color: #e9e9e9;
}

.pp-findwork-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pp-findwork-list li {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: 600;
    }

    .pp-findwork-list i {
        color: #00cb78;
        font-size: 24px;
    }

.pp-findwork-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 13px 42px;
    background: #02c877;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: .4s;
}

    .pp-findwork-btn:hover {
        background: #fff;
        color: #008000;
    }

.pp-findwork-image {
    position: relative;
    text-align: center;
    min-height: 585px;
}

    .pp-findwork-image img {
        position: absolute;
        bottom: 0px;
        right: 40px;
        width: 75%;
        z-index: 1;
    }

@media (min-width: 1200px) and (max-width: 1399.8px) {
    .pp-findwork-image img {
        width: 88%;
    }
}


.pp-findwork-circle {
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: #00b36a;
    position: absolute;
    top: 30px;
    right: 30px;
}

.pp-findwork-pattern {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 260px;
    height: 260px;
    opacity: .15;
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%), linear-gradient(-45deg,#fff 25%,transparent 25%);
    background-size: 45px 45px;
}

@media(max-width:991px) {

    .pp-findwork-box {
        padding: 60px 40px;
    }

    .pp-findwork-content {
        /* margin-bottom: 60px; */
    }

        .pp-findwork-content h2 {
            font-size: 48px;
        }

        .pp-findwork-content p {
            font-size: 18px;
        }

    .pp-findwork-list li {
        font-size: 18px;
    }

    .pp-findwork-image {
        min-height: 420px;
    }

    .pp-findwork-circle {
        width: 380px;
        height: 380px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width:767px) {

    .pp-findwork-box {
        padding: 40px 25px;
    }

    .pp-findwork-content h2 {
        font-size: 36px;
    }

    .pp-findwork-content p {
        font-size: 16px;
    }

    .pp-findwork-list li {
        font-size: 16px;
    }

    .pp-findwork-btn {
        width: 100%;
    }

    .pp-findwork-image {
        min-height: 380px;
        display: none;
    }

    .pp-findwork-circle {
        width: 260px;
        height: 260px;
    }
}
/*---------------------------------------------------end---------------------------------------------*/


/*------------------------------------------------------sign up--------------------------------------*/
.pp-signup-section {
    padding: 60px 0px 0px;
    background: #fff;
}

.pp-signup-card {
    border-radius: 28px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: .4s;
    height: 100%;
}

    .pp-signup-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,0,0,.18);
    }

.pp-signup-dark {
    background: #242424;
}

.pp-signup-green {
    background: linear-gradient(135deg, #055a34, #00b36a);
}

.pp-signup-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 18px;
}

    .pp-signup-content h2 span {
        display: block;
        background: linear-gradient(135deg, #05d37f, #00b36a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.pp-signup-content p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pp-signup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    background: #00b36a;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    transition: .35s;
}

    .pp-signup-btn:hover {
        background: #fff;
        color: #0b7f00;
    }

.pp-signup-image {
    text-align: center;
}

    .pp-signup-image img {
        max-height: 340px;
        transition: .4s;
    }

.pp-signup-card:hover img {
    transform: scale(1.05);
}

@media(max-width:991px) {

    .pp-signup-card {
        padding: 40px;
    }

    .pp-signup-content {
        margin-bottom: 35px;
        text-align: center;
    }

        .pp-signup-content h2 {
            font-size: 42px;
        }

        .pp-signup-content p {
            font-size: 20px;
        }
}

@media(max-width:767px) {

    .pp-signup-section {
        padding: 40px 0;
    }

    .pp-signup-card {
        padding: 30px;
    }

    .pp-signup-content h2 {
        font-size: 34px;
    }

    .pp-signup-content p {
        font-size: 18px;
    }

    .pp-signup-btn {
        width: 100%;
        font-size: 18px;
    }

    .pp-signup-image img {
        max-height: 260px;
    }
}

/*--------------------------------------------------end-----------------------------------------------*/


/*-------------------------------------------------why choose us--------------------------------------*/
.choose-section {
    padding: 80px 0;
    background: #fff;
}

.section-title {
    /* margin-bottom:60px; */
}

    .section-title h2 {
        font-size: 38px;
        font-weight: 700;
        color: #222;
        /* font-family:Georgia, serif; */
    }

        .section-title h2 span {
            /* color:#1ca000; */
        }

    .section-title p {
        color: #333;
        font-size: 15px;
        margin-top: 15px;
        line-height: 1.5;
    }

.choose-box {
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.feature {
    padding: 30px 30px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    min-height: 280px;
    transition: .3s;
    background: #fff;
}

    .feature i {
        font-size: 42px;
        color: #00b36a;
        margin-bottom: 25px;
        display: block;
    }

    .feature h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #111;
    }

    .feature p {
        color: #333;
        font-size: 15px;
        line-height: 1.8;
    }

    .feature:hover {
        background: #fafafa;
    }

@media(max-width:991px) {

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

    .section-title p {
        font-size: 18px;
    }

    .feature {
        min-height: auto;
    }

        .feature h4 {
            font-size: 28px;
        }

        .feature p {
            font-size: 18px;
        }
}

@media(max-width:767px) {

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

    .section-title p {
        font-size: 16px;
    }

    .feature {
        padding: 35px 25px;
    }

        .feature h4 {
            font-size: 24px;
        }

        .feature p {
            font-size: 16px;
        }
}

/*---------------------------------------------------end----------------------------------------------*/



/*----------------------------------------------------footer-------------------------------------------*/
.custom-footer-box {
    margin-bottom: 40px;
}

.custom-footer-title {
    color: #63e079;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.custom-footer-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .custom-footer-links a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        transition: all .3s ease;
    }

        .custom-footer-links a:hover {
            color: #63cf4b;
            padding-left: 3px;
        }





.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 20px;
    margin-bottom: 33px;
    /* border-top: 1px solid #ddd; */
    padding-top: 20px;
}

/* Footer links */
.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .footer-bottom-links a {
        color: #222325;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        transition: .3s ease;
    }

        .footer-bottom-links a:hover {
            color: #1dbf73;
        }

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .footer-social .follow-text {
        color: #222325;
        font-size: 17px;
        font-weight: 500;
        margin-right: 10px;
        text-decoration: none;
    }

    .footer-social a i {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: rgb(242 242 242); */
        color: #ffffff;
        font-size: 16px;
        transition: .3s ease;
        border: 1.5px solid #5de1748f;
    }

    .footer-social a:hover i {
        background: #1dbf73;
        color: #fff;
    }

@media(max-width:767px) {

    .footer-bottom-row {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 15px;
    }

    .footer-social {
        /* justify-content: center; */
        margin-bottom: 20px;
    }
}


.custom-footer-bottom {
    border-top: 1px solid #5de1744d;
    padding: 17px 0;
}


.custom-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Copyright */
.custom-copyright p,
.developed-by p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

.developed-by a {
    color: #1dbf73;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
}

    .developed-by a:hover {
        color: #fff;
    }

@media(max-width:767px) {

    .custom-footer-row {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}
/*-----------------------------------------------------end----------------------------------------------*/


.nav-link.top {
    color: #222 !important;
    font-weight: 600;
}

.pp-mega {
    width: 750px;
    background: #fff !important;
    border-radius: 16px;
    border: 1px solid #ececec;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
    overflow: hidden;
    padding: 0;
    /* margin-top:10px; */
}

.pp-left {
    background: #fafafa;
    height: 100%;
    padding: 18px;
    border-right: 1px solid #ececec;
}

    .pp-left .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 16px;
        margin-bottom: 4px;
        color: #555;
        background: transparent;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        transition: .3s;
    }

        .pp-left .nav-link i {
            font-size: 12px;
            color: #999;
        }

        .pp-left .nav-link:hover {
            background: #f1fdf6;
            color: #16a34a;
        }

            .pp-left .nav-link:hover i {
                color: #16a34a;
            }

        .pp-left .nav-link.active {
            background: #00b36a;
            color: #fff;
        }

            .pp-left .nav-link.active i {
                color: #fff;
            }

.pp-right {
    background: #fff;
    padding: 21px 21px 0px 21px;
}

    .pp-right h6 {
        color: #16a34a;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

.pp-item {
    display: block;
    text-decoration: none;
    padding-bottom: 20px;
}

    .pp-item h5 {
        color: #222;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
        transition: .3s;
    }

    .pp-item p {
        color: #777;
        font-size: 13px;
        line-height: 1.6;
        margin: 0;
    }

    .pp-item:hover h5 {
        color: #16a34a;
    }

.pp-footer {
    border-top: 1px solid #ececec;
    background: #fafafa;
    padding: 18px 30px;
}

    .pp-footer a {
        color: #16a34a !important;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
    }

        .pp-footer a:hover {
            color: #0d7d36 !important;
        }

.dropdown-menu {
    padding: 0;
    border: 0;
    background: transparent;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.pp-mega {
    position: absolute;
    top: 100%;
    left: 30% !important;
    transform: translateX(-30%) !important;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
    padding: 0;
    overflow: hidden;
    z-index: 99999;
}

.dropdown:hover .pp-mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.nav-link.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    border: none;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
}


.counter {
    position: relative;
    padding: 90px 0px;
}

.mobile_logo img {
    width: 230px;
    height: auto;
}


.menubar img {
    width: 25px;
    height: auto;
}

.whatsapp {
    display: inline-block;
    position: fixed;
    right: 30px;
    bottom: 150px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 64px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 37px;
    }

    .person {
        width: 419px;
        right: 32px;
        bottom: 30px;
    }

    .circle {
        width: 350px !important;
        height: 350px !important;
        right: 0px !important;
        top: 126px !important;
    }

    .tag2 {
        top: 60px;
    }

    .tag3 {
        bottom: 150px;
    }

    .tag {
        padding: 6px 20px;
    }

    .hire-section {
        padding: 40px 0px 40px;
    }

    .pp-career-section {
        padding: 40px 0px 0px;
    }

    .counter {
        padding: 40px 0px;
    }

    .pp-findwork-image img {
        bottom: -40px;
        right: 0px;
    }

    .choose-section {
        padding: 40px 0;
    }
}






/*--------------------------------------------------AV Hero-----------------------------------------*/
.av-hero {
    /*position: relative;
    display: flex;
    align-items: center;
    height: 550px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: url('../images/about/main-banner.png') center center / cover no-repeat;
    padding: 80px 0px;*/
}

@media (max-width: 991.98px) {
    .av-video {
        position: absolute;
        top: 29.8%;
        right: 10.1%;
        width: 283px;
        height: 151px;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .av-video {
        position: absolute;
        top: 29.8%;
        right: 15.2%;
        width: 281px;
        height: 150px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .av-video {
        position: absolute;
        top: 29.9%;
        right: 20.1%;
        width: 281px;
        height: 150px;
        object-fit: cover;
    }
}


@media (min-width: 1400px) and (max-width: 1599.98px) {
    .av-video {
        object-fit: cover;
        position: absolute;
        top: 29.8%;
        right: 25%;
        width: 282px;
        height: 152px;
    }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .av-video {
        position: absolute;
        top: 28.9%;
        right: 27%;
        width: 295px;
        height: 158px;
        object-fit: cover;
    }
}


@media (min-width: 1800px) {
    .av-video {
        position: absolute;
        top: 26.9%;
        right: 27%;
        width: 326px;
        height: 172px;
        object-fit: cover;
    }
}

.av-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 32%) 7.75%, transparent 102.82%);
    z-index: 1;
}

.container {
    position: relative;
    z-index: 5;
}

.av-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 22px;
    border-radius: 40px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

    .av-badge::before {
        content: "";
        width: 8px;
        height: 8px;
        background: #4de4ff;
        border-radius: 50%;
    }

.av-hero h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 49px;
    color: #fff;
    margin-bottom: 20px;
    /* text-shadow: 2px 2px 5px rgb(0 0 0 / 27%); */
}

.av-hero h4{
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 26px;
}

    .av-hero h1 span {
        display: block;
        color: #ffffff;
    }

.av-hero p {
    font-size: 14px;
    line-height: 25px;
    max-width: 650px;
    color: #ffffff;
    margin-bottom: 18px;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 27%);
}

.av-btn-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.av-btn {
    height: 47px;
    padding: 0 26px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: .4s;
}

.av-primary {
    background: #ff6b00;
    color: #fff;
    /* box-shadow: 0 15px 35px rgba(255,106,44,.4); */
}

    .av-primary:hover {
        transform: translateY(-5px);
        background: #ff7a42;
        color: #fff;
    }

.av-outline {
    border: 2px solid rgba(255,255,255,.35);
    color: #fff;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(10px);
}

    .av-outline:hover {
        background: #fff;
        color: #111;
    }

.av-features {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .av-features li {
        color: #e7efff;
        font-size: 14px;
        font-weight: 500;
    }

        .av-features li::before {
            content: "✔";
            color: #00b36a;
            margin-right: 8px;
        }

@media(max-width:991px) {

    .av-hero {
        /* text-align: center; */
    }

        .av-hero h1 {
            font-size: 34px;
            line-height: 40px;
        }

    .av-btn-group {
        /* justify-content: center; */
    }

    .av-features {
        justify-content: center;
    }
}

@media(max-width:767px) {

    .av-hero {
        padding: 50px 0;
    }

        .av-hero h1 {
            font-size: 32px;
            line-height: 40px;
        }

        .av-hero p {
            font-size: 17px;
        }

    .av-btn {
        width: 100%;
    }

    .av-btn-group {
        flex-direction: column;
    }

    .av-features {
        flex-direction: column;
        gap: 15px;
    }
}

/*-------------------------------------------------end------------------------------------------------*/

.header-nav .container-fluid {
    padding: 0px 62px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-nav .container-fluid {
    padding: 0px 10px;
}
 .header-logo img {
       width: 180px;
    height: auto;
    margin-right: 10px;
    margin-left:5px;
    }
}

@media (max-width: 1250px) {
 .header-logo img {
        width: 180px;
        margin-right: 10px;
        margin-left:5px;
    }

 .button-custom,
 header.nav-innerpage-style .ace-responsive-menu a {
     font-size:12px;
 }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .add-joining {
        padding: 5px 12px;
    }

    .header-logo img {
        margin-right: 10px;
        width:190px;
    }
    .header-nav .container-fluid {
    padding: 0px 16px;
}

}



.serviceSwiper {
    position: relative;
    padding-top: 15px;
    padding-bottom: 40px;
}



    .serviceSwiper .swiper-button-next,
    .serviceSwiper .swiper-button-prev {
        width: 45px;
        height: 45px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
        color: #000;
    }

        .serviceSwiper .swiper-button-next::after,
        .serviceSwiper .swiper-button-prev::after {
            font-size: 18px;
            font-weight: 700;
        }

        .serviceSwiper .swiper-button-next:hover,
        .serviceSwiper .swiper-button-prev:hover {
            background: #0d6efd;
            color: #fff;
        }

/*---------------------------------------------------brands------------------------------------------*/
.brands-section {
    padding: 80px 0px 0px;
    background: #fff;
    position: relative;
}

.brand-subtitle {
    display: inline-block;
    color: #44418d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 38px;
    font-weight: 700;
    color: #081b3a;
    margin-bottom: 15px;
}

.section-title p {
    max-width: 760px;
    margin: auto;
    color: #666;
    line-height: 28px;
}

.brand-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    padding: 20px;
}

    .brand-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

    .brand-box img {
        max-width: 150px;
        max-height: 62px;
        width: auto;
        height: auto;
        object-fit: contain;
        /* filter:grayscale(100%); */
        transition: .35s;
    }

    .brand-box:hover img {
        filter: none;
        transform: scale(1.05);
    }

@media(max-width:991px) {

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

    .brand-box {
        height: 120px;
    }
}

@media(max-width:767px) {

    .brands-section {
        padding: 40px 0;
    }

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

    .brand-box {
        height: 100px;
    }

        .brand-box img {
            max-width: 120px;
        }
}

/*---------------------------------------------------end---------------------------------------------*/

/*---------------------------------------------------process-----------------------------------------*/
.av-process {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 160px 0px 30px;
}

    .av-process::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 324px;
        background: linear-gradient(268deg, #005e50, #009659);
        border-radius: 0 0 80px 80px;
    }

    .av-process .container {
        position: relative;
        z-index: 2;
    }

.process-subtitle {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.process-title {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 5px 0;
}

.process-desc {
    color: #eef5ff;
    font-size: 15px;
    max-width: 700px;
    margin: auto;
}

.process-card {
    background: #fff;
    border-radius: 20px;
    padding: 75px 20px 35px;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
}

    .process-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(0,0,0,.15);
    }

.step-number {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background: #fff;
    border: 4px solid #00b36a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0056b3;
    font-size: 16px;
}

.process-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(268deg, #005e50, #09a968);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

    .process-icon i {
        font-size: 28px;
        color: #fff;
    }

.process-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.process-card p {
    color: #333;
    line-height: 25px;
    margin: 0;
    font-size: 15px;
}

@media(max-width:991px) {

    .process-title {
        font-size: 36px;
    }

    .process-card {
        margin-top: 20px;
        height: auto;
    }
}
/*----------------------------------------------------end--------------------------------------------*/

.m-top {
    margin-top: -120px;
}


/*-----------------------------------------------why us----------------------------------------------*/
.why-av {
    padding: 80px 0px 0px;
    background: #fff;
    position: relative;
}

.why-section-subtitle {
    display: inline-block;
    color: #00b36a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.section-desc {
    color: #333;
    max-width: 760px;
    margin: auto;
    line-height: 26px;
    font-size: 15px;
}

.why-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #edf2f7;
    transition: .35s;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

/*.why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,#005bea,#00b36a);
    transform: scaleX(0);
    transition: .35s;
}*/

.why-card:hover::before {
    transform: scaleX(1);
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(268deg, #01806d, #08ab69);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: .35s;
}

.why-card:hover .icon-box {
    transform: rotateY(180deg);
}

.icon-box i {
    color: #fff;
    font-size: 32px;
}

.why-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111827;
}

.why-card p {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

.funfact_one{
    /* padding:30px 20px; */
}

.counter-icon{
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius:50%;
    background: linear-gradient(268deg, #01806d, #08ab69);
    display:flex;
    align-items:center;
    justify-content:center;
    /* box-shadow:0 15px 35px rgba(0,0,0,.12); */
}

.counter-icon i{
    color: #ffffff;
    font-size: 32px;
}

.details ul{
    list-style:none;
    font-size:42px;
    font-weight:700;
    color:#222;
}

.details .text{
    font-size:17px;
    color:#666;
    margin-top:8px;
}

@media(max-width:991px) {

    .why-av {
        padding: 40px 0;
    }

    .section-title {
        font-size: 34px;
    }
}

@media(max-width:767px) {

    .section-title {
        font-size: 28px;
    }

    .section-desc {
        font-size: 15px;
        line-height: 28px;
    }

    .why-card {
        padding: 30px 25px;
    }

    .icon-box {
        width: 70px;
        height: 70px;
    }

        .icon-box i {
            font-size: 30px;
        }
}

/*---------------------------------------------------end--------------------------------------------*/


/*------------------------------------------------reffral program------------------------------------*/
.pp-referral-section{
    padding: 60px 0;
    background: #fff;
    overflow:hidden;
    position: relative;
}

.pp-referral-subtitle{
    display:inline-block;
    color:#00b36a;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.pp-referral-content h2{
    font-size: 38px;
    font-weight:700;
    color:#1b1b1b;
    margin-bottom: 10px;
}

.pp-referral-content p{
    color: #333;
    line-height: 27px;
    font-size: 15px;
}

.pp-referral-box{
    background:#fff;
    border-radius:15px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.pp-referral-box:hover{
    transform:translateY(-8px);
}

.pp-referral-box i{
    /* width:70px; */
    /* height:70px; */
    /* background:linear-gradient(135deg,#00b36a,#0094ff); */
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #00b36a;
    font-size: 36px;
    margin:0 auto 20px;
}

.pp-referral-box h5{
    font-size: 20px;
    font-weight:700;
    margin-bottom:10px;
}

.pp-referral-box p{
    margin:0;
    font-size:15px;
    line-height: 25px;
}

.pp-referral-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:40px;
    padding: 12px 35px;
    background: linear-gradient(268deg, #01806d, #08ab69);
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.pp-referral-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

.pp-referral-image{
    position:relative;
    min-height:420px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.pp-circle{
    position:absolute;
    border-radius:50%;
    opacity:.15;
}

.pp-circle.one{
    width:320px;
    height:320px;
    background:#00b36a;
}

.pp-circle.two{
    width:220px;
    height:220px;
    background:#0094ff;
    right:20px;
    bottom:20px;
}

.pp-image-card{
    position:relative;
    background:#fff;
    width:320px;
    padding:45px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    z-index:2;
}

.pp-image-card i{
    font-size:65px;
    color:#00b36a;
    margin-bottom:20px;
}

.pp-image-card h3{
    font-size: 26px;
    font-weight:700;
    margin-bottom:15px;
}

.pp-image-card p{
    color: #333;
    margin:0;
}

@media(max-width:991px){

.pp-referral-section{
    padding: 40px 0;
}

.pp-referral-content{
    margin-bottom:50px;
}

.pp-referral-content h2{
    font-size:36px;
}

}

@media(max-width:767px){

.pp-referral-content h2{
    font-size:30px;
}

.pp-image-card{
    width:100%;
}
.repair-expert {
    padding: 0px 0px 80px !important;
}
}

/*-----------------------------------------------------end-------------------------------------------*/


/*--------------------------------------------------feature company---------------------------------*/
.pp-company-section{
    padding: 80px 0px 0px;
    background: #fff;
    overflow:hidden;
    position: relative;
}

.pp-company-subtitle{
    display:inline-block;
    color:#00b36a;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:12px;
}

.pp-company-title{
    font-size: 38px;
    font-weight:700;
    color:#1d1d1d;
    margin-bottom: 10px;
}

.pp-company-desc{
    max-width:700px;
    margin:auto;
    color: #333;
    line-height: 26px;
    font-size: 15px;
}

.company-slider{
    overflow:hidden;
    position:relative;
    margin-top:40px;
}

.company-track{
    display:flex;
    width:max-content;
    animation:companyScroll 35s linear infinite;
}

.company-logo{
    width: 200px;
    height: 100px;
    background:#fff;
    border-radius:15px;
    margin: 0 7px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 30px rgba(0,0,0,.06);
    transition:.3s;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
}

.company-logo:hover{
    /*transform:translateY(-8px);*/
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.company-logo img{
    max-width: 140px;
    max-height: 64px;
    /*filter:grayscale(100%);
    opacity:.8;*/
    transition:.3s;
}

.company-logo:hover img{
    filter:none;
    opacity:1;
}

@keyframes companyScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

@media(max-width:768px){

.pp-company-section{
    padding: 40px 0;
}

.pp-company-title{
    font-size:32px;
}

.company-logo{
    width:170px;
    height:90px;
}

.company-logo img{
    max-width:110px;
}

}

/*------------------------------------------------------end-------------------------------------------*/


@media (max-width: 767px){
    .hero-image {
    display: none;
}
}


@media (max-width:991px){
    .header-nav .container-fluid {
    padding: 0px 20px;
}
    .circle {
    width: 350px;
    height: 350px;
    right: 0px;
    top: 58px;
}
    .person {
    position: relative;
    width: 415px;
    bottom: 50px;
    right: 42px;
}
    .pp-findwork-circle {
    width: 420px;
    height: 420px;
    top: 30px;
    right: 0px;
}
.pp-findwork-content h2 {
    font-size: 42px;
}
}

@media (max-width: 991px){
    .pp-findwork-image img {
    bottom: -60px;
    right: 125px;
    width: 54%;
}
}


.repair-expert{
    padding: 60px 0px 80px;
    background: #fff;
    overflow:hidden;
}

.re-tag{
    display:inline-block;
    background: #00b36a;
    color: #ffffff;
    padding: 8px 22px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    margin-bottom:25px;
}

.re-title{
    font-size: 38px;
    font-weight: 700;
    color: #000;
    line-height:1.1;
    margin-bottom:25px;
}

.re-title span{
    color: #000000;
}

.re-desc{
    font-size: 15px;
    line-height:1.8;
    color: #333;
    margin-bottom: 14px;
}

.re-feature{
    display:flex;
    gap:18px;
    align-items:center;
    background:#fff;
    padding: 18px;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.re-feature:hover{
    transform:translateY(-8px);
}

.re-feature .icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background: linear-gradient(268deg, #01806d, #08ab69);
    color: #ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:26px;
    flex-shrink:0;
}

.re-feature h5{
    margin:0 0 5px;
    font-size: 18px;
    font-weight:700;
    color:#081b45;
}

.re-feature p{
    margin:0;
    color: #333;
    font-size: 15px;
    line-height: 26px;
}

.re-btn{
    display:inline-flex;
    align-items:center;
    margin-top:45px;
    padding:18px 45px;
    border-radius:60px;
    text-decoration:none;
    color:#081b45;
    font-weight:700;
    background:#ffd000;
    transition:.4s;
}

.re-btn:hover{
    background:#081b45;
    color:#fff;
}

.re-image{
    position:relative;
    text-align:center;
}

.re-image img{
    position:relative;
    z-index:2;
    max-width:100%;
    border-radius:30px;
    box-shadow:0 30px 60px rgba(0,0,0,.18);
}

.re-image .circle{
    position:absolute;
    width:520px;
    height:520px;
    background: #00b36a;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:.15;
}

@media(max-width:991px){

.re-title{
    font-size:30px;
}

.re-image{
    margin-top:50px;
}

}



/*------------------------------------------------latest -job---------------------------------------------*/


.jobs-section{
    padding:60px 0;
    position: relative;
    background-color: #f4f2f6;
}


.container-fluid{
    max-width:1500px;
}


.page-title{
    margin-bottom:35px;
}

.page-title h2{
    font-size: 30px;
    font-weight: 600;
    color:#1d2434;
}

.page-title span{
    color: #198754;
}


.filter-sidebar{
    background:#fff;
    border-radius:15px;
    padding:25px;
    border:1px solid #e8edf5;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    position:sticky;
    top:30px;
}

.sidebar-title{
    font-size: 18px;
    font-weight:700;
    margin-bottom: 18px;
    color:#222;
}

.sidebar-title i{
    margin-right:10px;
    color: #198754;
}

.filter-box{
    margin-bottom: 12px;
    border-bottom:1px solid #edf1f7;
    padding-bottom: 12px;
}

.filter-box:last-child{
    border:none;
    padding-bottom:0;
    margin-bottom:0;
}

.filter-box h5{
    font-size:17px;
    font-weight:600;
    margin-bottom: 12px;
    color:#1d2434;
}


.filter-box label{
    display: flex;
    font-size: 15px;
    color: #333;
    margin-bottom: 4px;
    cursor:pointer;
    transition:.3s;
    font-weight: 500;
    align-items: center;
}

.filter-box label:hover{
    color:#0d6efd;
}


.filter-box input[type="radio"]{
    margin-right:10px;
    accent-color: #198754;
    height: 16px;
    width: 16px;
    border: 2px solid #000;
}


.filter-box input[type="checkbox"]{
    margin-right:10px;
    accent-color:#0d6efd;
}


.form-select{
    border-radius:10px;
    height: 38px;
    font-size:14px;
    border:1px solid #dbe2ea;
}

.form-select:focus{
    box-shadow:none;
    border-color:#0d6efd;
}


.form-control{
    height: 38px;
    border-radius:10px;
    border:1px solid #dbe2ea;
}

.form-control:focus{
    box-shadow:none;
    border-color:#0d6efd;
}






.job-card{
    background:#fff;
    border: 1px solid #dedede;
    border-radius:18px;
    padding:18px 20px;
    margin-bottom:20px;
    transition:.35s;
}

.job-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.job-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.job-card .company{
    display:flex;
    align-items:flex-start;
}

.job-card .company-logo{
    width:42px;
    height:42px;
    border:1px solid #ececec;
    border-radius:6px;
    overflow:hidden;
    margin-right:12px;
    flex-shrink:0;
    margin-bottom: 0px;
}

.job-card .company-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.job-card .company-info h3{
    font-size:18px;
    font-weight:700;
    color:#182040;
    margin-bottom:3px;
    line-height:1.5;
}

.job-card .company-name{
    font-size:15px;
    color:#777;
    margin:0;
}

.job-arrow{
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0d8b73;
    transition:.3s;
    text-decoration:none;
}

.job-arrow:hover{
    background:#0d8b73;
    color:#fff;
}

.job-middle{
    margin-top: 10px;
}

.job-item{
    display:flex;
    align-items:center;
    color:#6f6a7d;
    font-size:16px;
    margin-bottom: 6px;
}

.job-item i{
    width:18px;
    margin-right:10px;
    color: #198754;
}

.salary{
    font-weight:600;
    color:#5d5768;
}

.job-bottom{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top: 10px;
}

.badge-item{
    background: #edfff3;
    border-radius:5px;
    padding:6px 10px;
    font-size:14px;
    color: #198754;
    display:flex;
    align-items:center;
    gap:6px;
}

.badge-item i{
    color: #198754;
}

@media(max-width:768px){

.company-info h3{
    font-size:16px;
}

.job-item{
    font-size:14px;
}

.badge-item{
    font-size:13px;
}

}


.profile-card{
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    border:1px solid #dbe8ff;
    border-radius:20px;
    padding: 20px 20px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    position:sticky;
    top:20px;
    overflow:hidden;
    transition:.35s;
}

.profile-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.profile-card::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background: #dcffe7;
    border-radius:50%;
    top:-80px;
    right:-80px;
    opacity:.4;
}


.profile-card h3{
    font-size: 22px;
    font-weight:700;
    line-height:1.4;
    color:#172554;
    margin-bottom: 12px;
    position:relative;
    z-index:2;
}

.profile-card ul{
    margin-bottom:30px;
    position:relative;
    z-index:2;
    padding-left: 0px;
}

.profile-card ul li{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    color:#555;
    margin-bottom: 8px;
}

.profile-card ul li i{
    color: #198754;
    font-size:18px;
}

.profile-card img{
    width:100%;
    max-width: 240px;
    display:block;
    margin: 0 auto 25px;
    border-radius:18px;
    position:relative;
    z-index:2;
}

.profile-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    height: 46px;
    border-radius:10px;
    background: #198754;
    color:#fff;
    font-size:16px;
    font-weight:600;
    transition:.35s;
    position:relative;
    z-index:2;
}

.profile-btn:hover{
    background:#086c59;
    color:#fff;
}

.profile-btn i{
    transition:.3s;
}

.profile-btn:hover i{
    transform:translateX(5px);
}


@media (max-width:991px){

.profile-card{
    /* margin-top:30px; */
    position:relative;
    top:0;
}

.profile-card h3{
    font-size:24px;
}

.profile-card img{
    max-width:180px;
}

.profile-btn{
    height:50px;
    font-size:15px;
}

}
/*----------------------------------------------------end--------------------------------------------------*/


/*-----------------------------------------------------testimonial------------------------------------------*/
.testimonial-section{
    background: #fff;
    position: relative;
    padding: 80px 0px 0px;
}

.section-title .sub-title{
    color: #00b36a;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}

.section-title h2{
    font-size:38px;
    font-weight:700;
    margin:10px 0;
}

.section-title p{
    color:#777;
    max-width:650px;
    margin:auto;
}

.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding: 20px 20px;
    border: 1px solid #198754;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s;
    height:100%;
}

.testimonial-card:hover{
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.quote-icon{
    width:60px;
    height:60px;
    background: #00b36a;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 32px;
    margin-bottom: 12px;
}

.testimonial-card p{
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}

.rating{
    color:#ffc107;
    margin-bottom: 12px;
    font-size: 12px;
}

.client-info{
    display:flex;
    align-items:center;
}

.client-info img{
    width: 60px;
    height: 60px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
}

.client-info h5{
    margin:0;
    font-size: 16px;
    font-weight:600;
}

.client-info span{
    color:#777;
    font-size: 13px;
}

.swiper-pagination-bullet{
    width:12px;
    height:12px;
}

.swiper-pagination-bullet-active{
    background:#0d8b73;
}



.testimonialSlider .swiper-pagination{
    position:relative;
    margin-top:40px;
    text-align:center;
}

.testimonialSlider .swiper-pagination-bullet{
    width:12px;
    height:12px;
    margin:0 6px !important;
    border-radius:50%;
    background:#d4dbe5;
    opacity:1;
    transition:all .35s ease;
}

.testimonialSlider .swiper-pagination-bullet:hover{
    background:#0d8b73;
}

.testimonialSlider .swiper-pagination-bullet-active{
    width:38px;
    height:12px;
    border-radius:30px;
    background:#00b36a;
    box-shadow:0 5px 15px rgba(13,139,115,.35);
}

/*-------------------------------------------------------end------------------------------------------------*/


.contact-us{
    position:relative;
    padding:80px 0px;
}

.form-title{
    font-size: 26px;
    font-weight: 600;
    line-height:1.3;
    color:#1f2937;
    margin-bottom:15px;
    position:relative;
    display:inline-block;
}
.contact-style{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.contact-style .icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d8b73,#14b89a);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    box-shadow:0 10px 25px rgba(13,139,115,.25);
    transition:.35s;
}

.contact-style:hover .icon{
    transform:translateY(-5px) rotate(8deg);
    box-shadow:0 15px 35px rgba(13,139,115,.35);
}

.contact-style .details .title{
    font-size:20px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.contact-style .details .text{
    color:#6c757d;
    line-height:1.8;
    font-size:15px;
}







.contact-page-form{
    background:#fff;
    padding: 0px 30px;
    border-radius: 0px;
    border-left: 1px solid #ebedf3;
    /* box-shadow:0 15px 40px rgba(0,0,0,.06); */
}

.contact-heading{
    margin-bottom: 25px;
}

.contact-title{
    font-size: 25px;
    font-weight: 600;
    color:#1b2336;
    margin-bottom: 15px;
}

.contact-desc{
    font-size:16px;
    line-height:1.8;
    color:#6c757d;
}

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

.form-label{
    display:block;
    font-size: 15px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.form-input,
.form-textarea{
    width:100%;
    border:1px solid #dfe5ec;
    border-radius: 8px;
    padding:15px 18px;
    font-size:15px;
    color:#333;
    background:#fff;
    transition:.3s;
}

.form-input{
    height: 45px;
}

.form-textarea{
    height: 115px;
    resize:none;
}

.form-input:focus,
.form-textarea:focus{
    outline:none;
    border-color:#0d8b73;
    box-shadow:0 0 0 4px rgba(13,139,115,.12);
}

.contact-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 12px 35px;
    background: #00b36a;
    color:#fff;
    border:none;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.35s;
}

.contact-btn:hover{
    background:#086c59;
}

.contact-btn i{
    transition:.3s;
}

.contact-btn:hover i{
    transform:translateX(5px);
}

.contact-bg{
    position:relative;
    background-color:#fff;
    padding:30px;
    border-radius:14px;
    border:1px solid #ddd;
    box-shadow:0px 21px 46px rgb(0 0 0/10%);
}



/*-----------------------------------------------why choose us--------------------------------------------------*/

.why-choose-section{
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.section-heading{
    margin-bottom:60px;
}

.section-subtitle{
    display:inline-block;
    color:#0d8b73;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:12px;
}

.section-title{
    font-size: 38px;
    font-weight:700;
    color:#172554;
    line-height:1.3;
    margin-bottom:18px;
}

.section-text{
    font-size:16px;
    color:#6b7280;
    line-height:1.8;
}

.choose-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    border: 1px solid #198754;
    text-align:center;
    transition:.4s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.choose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.choose-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d8b73,#16b89b);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    transition:.4s;
}

.choose-card:hover .choose-icon{
    transform:rotateY(180deg);
}

.choose-card h4{
    font-size:22px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:15px;
}

.choose-card p{
    font-size:15px;
    line-height:1.8;
    color:#6b7280;
    margin:0;
}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.section-title{
    font-size:34px;
}

.choose-card{
    padding:30px 25px;
}

}

@media(max-width:767px){

.why-choose-section{
    padding:70px 0;
}

.section-title{
    font-size:28px;
}

.choose-icon{
    width:70px;
    height:70px;
    font-size:28px;
}

.choose-card h4{
    font-size:20px;
}

}
/*--------------------------------------------------------end---------------------------------------------------*/

.our-terms{
    position:relative;
    padding:80px 0px;
}



/*------------------------------------------------------------disclamer-----------------------------------------*/
    .disclaimer-section {
            padding: 90px 0;
        }

        .main-title {
            margin-bottom: 50px;
        }

        .main-title h2 {
            font-size: 42px;
            font-weight: 700;
            color: #111;
            margin-bottom: 15px;
        }

        .main-title .text {
            color: #666;
            font-size: 16px;
            line-height: 1.8;
            max-width: 850px;
        }

        .disclaimer-card {
            background: #ffffff;
            border-radius: 15px;
            padding: 35px;
            margin-bottom: 25px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.06);
            transition: .3s ease;
        }

        .disclaimer-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.10);
        }

        .disclaimer-card h4 {
            font-size: 22px;
            font-weight: 600;
            color: #111;
            margin-bottom: 15px;
        }

        .disclaimer-card p {
            font-size: 15px;
            line-height: 1.9;
            color: #666;
            margin-bottom: 0;
        }

        .disclaimer-sidebar {
            background: #fff;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,.06);
            position: sticky;
            top: 30px;
        }

        .disclaimer-sidebar ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .disclaimer-sidebar ul li {
            margin-bottom: 12px;
        }

        .disclaimer-sidebar ul li a {
            display: block;
            padding: 12px 15px;
            border-radius: 8px;
            color: #555;
            text-decoration: none;
            transition: .3s;
        }

        .disclaimer-sidebar ul li a:hover,
        .disclaimer-sidebar ul li a.active {
            background: #0d6efd;
            color: #fff;
        }


        @media(max-width:768px){

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

            .main-title h2 {
                font-size:32px;
            }

            .disclaimer-card {
                padding:25px;
            }
        }

/*----------------------------------------------------------end-------------------------------------------------*/

/*----------------------------------------------------------search box--------------------------------------------*/
.job-search-box {
    width: 100%;
    max-width: 216px;
    height: 40px;
    background: #f5f4f8;
    border: 1px solid #e4e2eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    transition: all 0.3s ease;
    margin-right: 15px;
}

.job-search-box:focus-within {
    border-color: #198754;
    background: #ffffff;
}

.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    color: #63708a;
    font-size: 18px;
}

.job-search-box input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    font-family: inherit;
}

.job-search-box input::placeholder {
    color: #7d7890;
    opacity: 1;
}





/* Small Search */

.trigger-search{
    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:50px;
    padding:12px 20px;
    cursor:pointer;
    transition:.3s;
}

.trigger-search:hover{
    border-color:#198754;
}

.trigger-search input{
    border:none;
    background:transparent;
    width:100%;
    outline:none;
    cursor:pointer;
}

.search-icon{
    margin-right:10px;
    color:#888;
}


/* Large Search */

.job-search-wrapper{
    position:fixed;
    top:80px;          /* Header Height */
    left:50%;
    transform:translate(-50%,-30px);
    width:90%;
    max-width:1300px;
    opacity:0;
    visibility:hidden;
    transition:all .35s ease;
    z-index:9999;
}

.job-search-wrapper.active{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,0);
}

.job-search-panel{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.job-search-panel input,
.job-search-panel select{
    flex:1;
    height:70px;
    border:none;
    outline:none;
    padding:0 25px;
    border-right:1px solid #eee;
}

.job-search-panel button{
    min-width:180px;
    height: 72px;
    border:none;
    background: #00b269;
    color:#fff;
    font-weight:600;
    transition:.3s;
    font-size: 17px;
}

.job-search-panel button:hover{
    background:#157347;
}


/* Responsive */

@media(max-width:991px){

.job-search-panel{
    flex-direction:column;
}

.job-search-panel input,
.job-search-panel select,
.job-search-panel button{
    width:100%;
    border-right:none;
    border-bottom:1px solid #eee;
}

.job-search-panel button{
    border-bottom:none;
}

}



.job-search-item{
    position:relative;
    flex:1;
    display:flex;
    align-items:center;
    border-right:1px solid #ececec;
}

.job-search-item input,
.job-search-item select{
    width:100%;
    height:72px;
    border:none;
    outline:none;
    padding-left:50px;
    background:transparent;
    font-size:16px;
}

.search-field::before{
    content:"\f002";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    color:#8a8a8a;
}

.experience-field::before{
    content:"\f0b1";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    color:#8a8a8a;
}

.location-field::before{
    content:"\f3c5";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    color:#8a8a8a;
}

.experience-field select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding-right:45px;
}

/*.experience-field::after{
    content:"\f078";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    color:#8a8a8a;
    pointer-events:none;
}*/

/*------------------------------------------------------------end-------------------------------------------------*/

.av-hero{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}


.hero-section h1 {
    max-width: 494px;
}
