.our-services {
    padding: 72.16px 0 55px 0;
    position: relative;
    background: linear-gradient(180deg, #FFFAF2 0%, #FFF 100%);
}

.our-services p {
    margin: 17.3px auto 0 auto;
    max-width: 547px;
}

.our-services .btn-orange {
    min-width: 164px;
}

.services.row {
    padding-top: 37px;
    padding-bottom: 18px;
    justify-content: center;
}

.services.row .col-md-2 {
    margin-bottom: 20px;
}

.single-service {
    border-radius: 18px;
    border: 1px solid #E2E8F0;
    background: var(--white);
    padding: 26px 30px 23.2px 30px;
    height: 100%;
    box-shadow: 0 4px 20px 0 rgba(249, 230, 200, 0.52);
}

.service_icon {
    box-shadow: 0 0 0 1px #E6EFFF inset;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(135deg, #E6EFFF 0%, #FFF 100%);
    border-radius: 18px;
}

.single-service h3 {
    margin: 15.28px 0 8px 0;
}

.single-service h3,
.single-service h3 a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 13.5px;
    line-height: 17.55px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--blue);
}

.single-service h3:hover,
.single-service h3 a:hover {
    color: var(--orange);
}

.single-service p {
    font-size: 13px;
    line-height: 20.15px;
    margin: 8px 0 19.39px 0;
}

.our-services .char-img {
    position: absolute;
    transform: translate(0px, -110px);
}

.inner-page_services {
    background: url('../../../library/images/sand.jpg') top / contain repeat;
    padding: 78px 0 58px 0;
}

.inner-page_services::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #ffffff 40%, rgba(0, 0, 0, 0.00) 100%);
}

.inner-page_services .h2_label,
.single-page_services .h2_label {
    padding-bottom: 12px;
}

.inner-page_services h2,
.single-page_services h2 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.48px;
}

.inner-page_services h2 span,
.single-page_services h2 span {
    font-size: 32px;
    line-height: 36.8px;
}

.inner-page_services .single-service {
    text-align: left;
    padding: 31px 29.007px 60px 29px;
    box-shadow: 0 14px 34px 0 rgba(14, 44, 66, 0.07);
    border: 1px solid #F0E4CB;
    position: relative;
}

.inner-page_services .single-service .service_icon {
    margin: 0;
}

.inner-page_services .single-service h3,
.inner-page_services .single-service h3 a {
    font-family: 'Thadonce', sans-serif;
    font-size: 25px;
    line-height: 26.25px;
    font-weight: 400;
}

.inner-page_services .single-service .btn {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.96px;
    position: absolute;
    bottom: 30.99px;
}

.inner-page_services .single-service .btn::after {
    right: -12px;
}

.inner-page_services .single-service .btn:hover::after {
    right: -15px;
}

.inner-page_services .single-service p {
    font-size: 14px;
    line-height: 23.1px;
    margin: 12.34px 0 14.2px 0;
}

.inner-page_services .services .col-md-4 {
    margin-bottom: 20px;
}

.single-page_services {
    padding: 70px 0 18px 0;
    background: var(--white);
}

.single-page_services .single-service {
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid #E9EEF2;
    background: #F7F9FB;
    box-shadow: none;
    position: relative;
}

.single-page_services .single-service::after {
    content: '›';
    position: absolute;
    right: 20px;
    top: 21px;
    color: var(--orange);
    transition: all .3s ease-in-out;
}

.single-page_services .single-service:hover::after {
    right: 17px;
}

.single-page_services .col-md-4 {
    margin-bottom: 16px;
}

.single-page_services .single-service .service_icon {
    width: 38px;
    height: 38px;
    margin: 0 0;
    padding: 11.5px;
    border-radius: 10px;
}

.single-page_services .single-service a {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
}

.single-page_services .single-service h3 {
    margin: 0 0;
    font-size: 14.5px;
    font-weight: 700;
    line-height: normal;
    color: #0E2C42;
    text-transform: none;
    letter-spacing: 0;
    transition: all .3s ease-in-out;
}

.single-page_services .single-service:hover h3 {
    color: var(--orange);
}

@media(max-width:1400px) {
    .single-service {
        padding: 26px 15px 23.2px 15px;
    }

    .services .services-head {
        padding-left: 65px;
    }
}

@media(max-width:1200px) {
    .services .services-head {
        padding-left: 200px;
    }
}

@media(max-width:992px) {
    .sidebar-text .global-sidebar .sidebar-menu {
        display: none;
    }

    .our-services .char-img {
        display: none;
    }

    .services .services-head {
        padding-left: 0px;
    }

    .our-services {
        padding: 45px 0 55px 0;
    }

    .services.row {
        padding-top: 21px;
        padding-bottom: 5px;
    }

    .our-services .row .col-md-2 {
        width: 33.33%;
    }

    .our-services .btn-orange {
        min-width: 354px;
    }

    .our-services .services-head p {
        margin: 21px 31px 5px 31px;
        font-size: 9.44px;
        line-height: 15.104px;
        max-width: 100%
    }

    .our-services .h2_label {
        display: none;
    }

    .single-service h3,
    .single-service h3 a {
        font-size: 12.814px;
        line-height: 16.658px;
        letter-spacing: 1.139px;
    }

    .single-service {
        padding: 24.678px 17.085px 38.678px 17.085px;
    }

    .inner-page_services .row .col-md-4,
    .single-page_services .row .col-md-4 {
        width: 50%;
    }

    .inner-page_services {
        padding: 78px 18px;
        background: url('../../../library/images/services-bg-mobo.png') top / contain no-repeat;
    }


    .inner-page_services .h2_label,
    .inner-page_services h2 span,
    .single-page_services .h2_label {
        display: block;
    }

    .inner-page_services h2 span {
        margin-top: 13.5px;
    }

    .inner-page_services h2,
    .single-page_services h2 {
        line-height: 44px;
        font-size: 44px;
    }

}

@media(max-width:767px) {
    .our-services .row .col-md-2 {
        width: 50%;
    }

    .our-services .row .col-md-2:nth-child(even) {
        padding-left: 7px;
    }

    .our-services .row .col-md-2:nth-child(odd) {
        padding-right: 7px;
    }

    .our-services {
        padding: 45px 12px 55px 12px;
    }

    .inner-page_services .row .col-md-4,
    .single-page_services .row .col-md-4 {
        width: 100%;
    }
}

@media(max-width:550px) {
    .our-services .btn-orange {
        min-width: 100%;
    }
}