header.main-header {
    border-bottom: none !important;
}

.top-header {
    background-color: var(--bg-color);
}

.top-header p {
    color: #fff;
}

.section-title h1 {
    font-optical-sizing: auto;
}

.main-head {
    border-radius: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 24%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(15px);
}

.step-number {
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.working .team-member-item:hover .team-image img {
    transform: scale(1) !important;
}

.samt {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
}

.samt .team-member-item {
    background: #c6edfd;
    padding: 15px 15px 40px 15px;
    border-radius: 10px;
}

.samt .team-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    width: 85%;
    margin: 0 auto;
    right: 0;
    left: 0;
    /*left: 10%;*/
}

.about-us-body ul {
    display: block;
}

.about-us-body ul li {
    width: 100%;
    font-weight: 400;
}

.about-us-body ul li p {
    margin-bottom: 15px;
    line-height: normal;
    text-transform: math-auto;
    color: #0E384C;
    font-weight: 500;
}


.service-item:hover:before {
    background-color: transparent;
}

.service-item .icon-box .img {
    max-width: 120px;
    height: 120px;
    box-shadow: 0px 5px 5px #ddd;
    border-radius: 50%;
    padding: 30px;
}

.service-item .icon-box img {
    max-width: 100%;
    width: 100%;
}

.service-item:hover .service-body h3 {
    color: #0e384c;
}

.service-item:hover .service-body p {
    color: #527282;
}

.service-item:hover .icon-box img {
    filter: none;
}

.service-item:hover .icon-box .img {
    filter: none;
    box-shadow: 0px 5px 5px #85b5f3;
}

.service-item:hover .read-more-btn a:hover, .service-item:hover .read-more-btn a {
    color: #3a71b8;
}

.location {
    position: relative;
    background-image: url(../../images/our-service-bg.svg), linear-gradient(180deg, var(--secondary-color) 65%, #eff8ff 35%) !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

.abbas {
    position: relative;
    background-image: url(../../images/our-service-bg.svg), linear-gradient(180deg, var(--secondary-color) 65%, #eff8ff 35%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    padding: 100px 0 0;
}

.abbas .service-item {
    padding: 20px;
}

.abbas .service-item .icon-box img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.abbas .service-item:hover .icon-box img {
    filter: brightness(0) invert(1);
    box-shadow: none;
}

.abbas .service-item:hover .read-more-btn a:hover {
    color: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;


}



.stat {
    padding: 20px 10px;
    background: #eff8ff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px #c9c9c9;
}

.stat-title {

    font-weight: 600;
}

.cta2 {
    background-image: url(../assets/img/ctabg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px;
    padding: 20px 30px;
    position: relative;
}

.cta2 h2 {
    color: #fff;
    text-transform: none;
    font-weight: 600;
}

.cta2 p {
    color: #8B8B8B;
}

.cta2 img {
    position: absolute;
    bottom: 0;
    width: 26%;
}

.team-member-item:hover .team-image img {
    transform: scale(1);
}

.our-team {
    background: #fff;
}

.left1, .bottom1, .left2 {
    display: none !important;
}

.abh {
    font-weight: 700 !important;
    font-size: 30px !important;
}

#expert .swiper-slide {
    background: transparent;
    height: auto;
}

#expert .team-data {
    box-shadow: 0px 0px 0px 0px #ffffff;
    border-radius: 15px;
    padding: 70px 25px 50px;
    position: relative;
    background: #fff;
    width: 100%;
}

#expert img {
    position: absolute;
    top: -110px;
    left: 0;
    border-radius: 50%;
    right: 0;
    margin: auto;
    border: 10px solid #fff;
}

#expert .swiper-slide p {
    margin-bottom: 0;
}

@media screen and (min-width:1285px) {
    .left1, .bottom1, .left2 {
        display: block !important;
    }

    .left1 {
        top: 0;
        left: 20%;
    }

    .bottom1 {
        bottom: 36%;
        left: 45%;
    }

    .left2 {
        top: 0;
        left: 70%;
    }
}


#home {

    background-image: url(../assets/img/hero-bg.png);
    background-size: cover;
    padding: 0;
    background-position: 57%;
}

.socialIcons a {
    margin: 0 8px;
}

@media screen and (min-width:768px) {
    .samt .swiper-button-prev {
        left: -30px !important;
    }

    .samt .swiper-button-next {
        right: -30px !important;
    }

    .sop {
        display: flex !important;
    }

    .smar {
        margin-left: 50px;
    }

    .cta-box {
        margin-top: -60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    .smar {
        margin-left: 18px;
    }
}

@media screen and (max-width:767px) {
    .samt .swiper-button-prev {
        left: -15px !important;
    }

    .samt .swiper-button-next {
        right: -15px !important;
    }

    .sop, .service-item {
        display: block !important;
    }

    .sf {
        background-position: center;
        border-radius: 0 !important;
    }

    .cta2 img {
        display: none;
    }

    .cta2 {
        border-radius: 0;
    }

    #home {
        padding-top: 50px;
        background-position: right;
    }


}


.samt .swiper-button-prev:after {
    content: url(../assets/images/left.svg);
}

.samt .swiper-button-next:after {
    content: url(../assets/images/right.svg);
}




/************************************/
/***   11. Our Benefits Css   ***/
/************************************/

.our-benefits {
    padding: 45px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.benefits-title p {
    padding: 0px 40px;
}

@media (min-width: 768px) {
    .benefits-title p {
        padding: 0px 100px;
    }
}

/* Benefits Cards */

.our-results, .our-benefits {
    padding: 100px 0;
}

.benefits-card {
    background-color: #fff;
    display: block;
    align-items: center;
    padding: 20px;
    box-shadow: 0 0 12px #00000016;
    border-radius: 20px;
    height: calc(100% - 0px);
    position: relative;
}

.benefits-card img {
    position: absolute;
    top: -35px;
    right: 0;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
}

.benefits-card h4 {
    font-size: 18px;
    max-width: 80%;
}

.benefits-card p {
    font-size: 16px;
    margin-top: 10px;
}

@media screen and (min-width:992px) {
    .mrh {
        margin-right: -100px;
    }

    .mrl {
        margin-left: -100px;
    }

    .why-choose-item {
        align-items: start;
    }

    .why-choose-item p {
        line-height: normal;
    }
}