/* =================================
   UTILITY CLASSES
   ================================= */

/* Padding */
.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0 !important;
}
.pt-5 {
    padding-top: 5rem;
}

.pb-0 {
    padding-bottom: 0 !important;
}

/* Margin */
.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2.5rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mb-0-5 {
    margin-bottom: 0.5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}
.d-block {
    display: block;
}
.home_work_title-wrap,
.home_services_text {
    color: #fff!important;
}

/* =================================
   COMPONENT STYLES
   ================================= */

/* Logo Slider */
.logo-slider:before,
.logo-slider:after {
    display: none;
}

/* Footer */
.footer_bottom {
    text-align: center;
}

/* Home About */
.home_about_item--right {
    width: 100%;
    text-align: right;
}

/* Heading */
.heading-studie:hover {
    color: #fff;
}

/* Form Elements */
.label-form {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    margin-left: 0.5rem;
}

.input-custom {
    border-radius: 10px;
}

.btn-contact {
    border-radius: 10px;
}

/* Team Section */
.section_header--team {
    justify-content: center;
}

.section_header--team .home_work_title {
    flex: none;
}

.section_header--team .team_title-custom {
    text-align: center;
    flex: 0 760px;
}
/* Behind The Work */
.behind-the-work {
        grid-column-gap: 27rem;
    grid-row-gap: 3rem;
}

@media (min-width: 1024px) {
    .team_wapper_custom {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .team_wapper_custom .home_services_item {
        border-bottom: none;
    }
}
/* Servies  */
.heading-style-h4 {
    font-size: clamp(1.25rem, .9091rem + 1.4545vw, 1.9rem);
}




.team_wapper_custom .home_services_accordion-pane {
    max-width: 500px;
    padding: 0;
}

.team_wapper_custom .home_services_accordion-pane b {
    font-size: 1.5rem;
}

.team_wapper_custom .home_services_accordion-pane .btn-team {
    display: block;
    padding: 1.55rem 1.5rem;
    margin-bottom: 0.5rem;
    background: transparent;
}

.team_wapper_custom .home_services_title-wrap {
    grid-column-gap: 0;
    grid-row-gap: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.title-case {
        font-size: clamp(1.5rem, .9886rem + 2.1818vw, 2.025rem);
}
.team_wapper_custom .teame_desc {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-top: 0.25rem;
}

/* Build Our Team */
.build_our_team {
    grid-column-gap: 6rem;
}

.build_our_team .button {
    display: inline-block;
    background: transparent;
    padding: 1.2rem 1.5rem;
}
.btn-custom-team-one {
    display: inline-block;
    background: transparent;
    padding: 1.2rem 1.5rem;
}

.build_our_team .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    border-radius: 10px;
}

.build_our_team .card-body.style-1 {
    background-color: #0a0930;
}

.build_our_team .card-body.style-2 {
    background-color: #0d0026;
}

/* About Team */
.about-team {
    margin: 0 auto;
    text-align: center;
}

.about-team .home_testimony_quote {
    width: 900px;
    max-width: 100%;
    align-items: center;
}

/* =================================
   RESPONSIVE STYLES (MOBILE)
   ================================= */

@media screen and (max-width: 767px) {

    /* Utility Classes - Mobile */
    .spread-custom {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
    }

    .p-0-mb {
        padding: 0;
    }

    .pt-0-mb {
        padding-top: 0 !important;
    }

    .pt-1-5-mb {
        padding-top: 1.5rem;
    }

    .pb-0-mb {
        padding-bottom: 0 !important;
    }

    .pb-48-mb {
        padding-bottom: 48px !important;
    }

    .mt-1-mb {
        margin-top: 1rem;
    }

    .mt-2-5-mb {
        margin-top: 2.5rem;
    }

    .m-0-5-mb {
        margin: 0.5rem !important;
    }

    .mb-0-mb {
        margin-bottom: 0 !important;
    }

    .text-align-center-mb {
        text-align: center;
    }

    /* Navigation */
    .navbar_logo {
        max-width: 150px;
    }

    /* Hero Section */
    .hero_bottom {
        align-items: center;
        margin-bottom: 2rem;
    }

    .hero_abstruct-image {
        width: 100%;
        left: 0% !important;
        top: 12% !important;
    }

    /* Home About */
    .home_about_details {
        padding: 0 19.5px;
        grid-template-columns: 1fr;
        grid-column-gap: 2.5rem;
        grid-row-gap: 1.4rem;
    }

    .home_about_details_1 {
        text-align: center;
        grid-row-gap: 3rem;
    }

    .home_about_item--right {
        text-align: left;
    }

    .home_about_text_2 {
        flex: 0 0px;
    }

    /* Home Work */
    .home_work_content-custom {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 1rem;
    }

    .home_work_content {
        grid-row-gap: 3rem;
    }

    .home_work_content_1 {
        grid-template-columns: 1fr;
    }

    .home_work_title-studies {
        flex: 0 0 !important;
    }

    /* Home Services */
    .home_services_accordion-pane {
        padding: 0;
    }

    /* Home Testimony */
    .home_testimony_content {
        grid-row-gap: 0.5rem;
    }

    .home_testimony_image {
        max-width: 100%;
    }

    /* About Team */
    .about-team .home_testimony_quote {
        width: 100%;
        text-align: left;
    }
    .team_wapper_custom .home_services_accordion-pane b {
    font-size: 1rem;
}

    .team_wapper_custom .teame_desc {
        font-size: 1rem;
    }

    /* Cards */
    .card-custom-small {
        padding: 2.5rem;
    }

    .card-custom-big {
        padding: 1.5rem;
    }

    .build_our_team .card-body {
        padding: 2rem;
    }
    .section_header--team .team_title-custom {
    flex: 0 0;
}

    /* General Margins */
    .margin-xxhuge {
        margin: 2rem;
    }

    /* Footer */
    .footer_content {
        grid-row-gap: 0rem;
    }

    .footer_logo {
        display: flex;
        justify-content: center;
    }

    .footer_logo img {
        max-width: 180px !important;
    }
}