@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

header.main-header {
    border-bottom: none !important;
}

.section-title h1 {
    font-family: "Lexend Deca", sans-serif !important;
    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: #527282;
}
.our-services{
    background-image: url(../images/our-service-bg.svg), linear-gradient(180deg, var(--secondary-color) 65%, #eff8ff 35%);
}
.service-item{
    display: flex;
    align-items: center;
    padding: 0;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    
}
.service-item:hover:before{
    background-color: transparent;
}


.service-item .icon-box img {
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px #ddd;
}

.service-item:hover .service-body h3{
    color: #0e384c;
}
.service-item:hover .service-body p{
    color: #527282;
}


.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%;
    position: relative;
}

.swiper-container:after {
    content: "";
    display: block;
    width: 200%;

    background: linear-gradient(90deg, black 50%, transparent 50%);
    background-size: 10% 1px;
    background-position: -50px;
    background-repeat: repeat-x;
    position: absolute;
    left: -10%;
    top: 40%;
    -webkit-animation: line-slide 60s forwards infinite linear;
    animation: line-slide 60s forwards infinite linear;
    z-index: 1;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 33px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

@-webkit-keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.stat{
    padding: 20px 10px;
    background: #eff8ff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px #c9c9c9;
}
.stat-title{
   
    font-weight: 600;
}

@media screen and (min-width:768px) {
    .samt .swiper-button-prev {
        left: -30px !important;
    }

    .samt .swiper-button-next {
        right: -30px !important;
    }

    .sop {
        background-image: url(../assets/img/hero-girl.webp);
        background-position: 55%;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex !important;
    }
    .smar{
        margin-left:50px;
    }
}

@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;
    }

}


.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;
    }
}

