@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-Light.woff2') format('woff2'),
        url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-Compressed.woff2') format('woff2'),
        url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-Compressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica 65';
    src: url('/wp-content/themes/umane/resources/assets/fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('/wp-content/themes/umane/resources/assets/fonts/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-Oblique.woff2') format('woff2'),
        url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/umane/resources/assets/fonts/Helvetica.woff2') format('woff2'),
        url('/wp-content/themes/umane/resources/assets/fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-BoldOblique.woff2') format('woff2'),
        url('/wp-content/themes/umane/resources/assets/fonts/Helvetica-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Helvetica';
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

.h1,
h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #7351a1;
    text-transform: none;
}

.h1,
h1 {
    font-weight: 700;
    color: #7351a1;
}

a {
    color: #7351a1;
    text-decoration: underline;
    overflow-wrap: anywhere;
}

a:hover {
    color: #7351a1;
    text-decoration: none;
}

.text-black {
    color: #000;
}

ul {
    line-height: 2;
}

.btn,
.gform_button {
    background-color: #7351a1;
    border: none;
    color: #fff;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 100px;
}

.btn:hover,
.gform_button:hover {
    background-color: #5e3991;
    color: #fff;
}

.search-form .search-submit {
    background-color: #7351a1;
    border: none;
    color: #fff;
    padding: 6px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 0;
}

.search-form .search-field {
    border-radius: 0;
}

.site-header .navbar .main_rgt_items .navbar-nav .nav-item .nav-link {
    padding: 0 12px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

.site-header .navbar .main_rgt_items .navbar-nav .nav-item .nav-link:hover {
    color: #7351a1;
}

.site-header .navbar .main_rgt_items .navbar-nav .active .nav-link {
    color: #7351a1;
    font-weight: 600;
}

.site-header .navbar .navbar-brand img {
    width: 200px;
    height: auto;
}

.site-header .navbar .main_rgt_items .social-media a {
    display: inline-block;
    text-decoration: none;
}

.site-header .navbar .main_rgt_items .social-media a img {
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.home-banner-section .carousel .carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.our-company-section {
    padding: 60px 0;
}

.our-company-section .images-div {
    padding-top: 20px;
    padding-bottom: 30px;
}

.our-company-section .images-div img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.footer-section {
    background: rgba(115, 81, 161, 0.1);
    padding: 10px 0;
    color: #7351a1;
}

.footer-section .footer-content {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 18px;
}

.footer-section .footer-content .block-7 {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 18px;
}

.footer-section .footer-content .footer-logo {
    width: 50px;
    height: auto;
}

.secondary-page-header {
    height: 500px;
    display: flex;
    align-items: center;
}

.secondary-page-header .banner-title h1 {
    font-size: 74px;
}


.what-we-section-2 .what-we-card {
    width: 100%;
    height: 100%;
    background-color: #e6e6fa;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 40px;
}

.what-we-section-2 .what-we-card .icon img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.what-we-section-2 .what-we-card .content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7351a1;
    color: white;
    padding: 40px;
    box-sizing: border-box;
    transition: top 0.3s ease;
    overflow: auto;
}

.what-we-section-2 .what-we-card .content::-webkit-scrollbar {
    display: none;
}

.what-we-section-2 .what-we-card:hover .content {
    top: 0;
}

.what-we-section-2 .what-we-card:hover .icon {
    display: none;
}

.what-we-section-2 .what-we-card:not(:hover) .content {
    top: 100%;
}

.green-section-bottom {
    background: #7351a1;
    padding: 50px 0;
    color: #fff;
}

.green-section-bottom h1,
.green-section-bottom h2,
.green-section-bottom h3,
.green-section-bottom h4,
.green-section-bottom h5,
.green-section-bottom h6 {
    color: #fff;
}

.green-section-bottom a {
    color: #fff;
}

.green-section-bottom .right-side-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.green-section-bottom ul {
    padding-left: 20px;
}

.page-id-14 .secondary-page-header {
    align-items: end;
}

.page-id-14 .secondary-page-header .banner-title h1 {
    text-align: left !important;
    padding-bottom: 3rem;
}

.member-section {
    background: rgba(115, 81, 161, 0.1);
    padding-top: 60px;
    padding-bottom: 1px;
}

.member-section .left-sider-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.who-pays-section-1 .bank-details {
    display: none;
    margin-top: 10px;
}

.who-pays-section-1 .bank-details.show {
    display: block;
}

.who-pays-section-1 .click-here {
    color: #7351a1;
    cursor: pointer;
    margin-right: 4px;
}

.who-pays-section-1 .payment-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}


@media (min-width: 992px) {
    .container {
        max-width: 1300px;
    }

    .page-id-14 .secondary-page-header .banner-title h1 {
        font-size: 86px;
    }
}



@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 0px;
        background: #fff;
        position: absolute;
        width: 100%;
        top: 100px;
        z-index: 99;
        padding: 16px;
    }

    .site-header .navbar .main_rgt_items .navbar-nav .nav-item .nav-link {
        padding: 4px 5px;
    }

    .site-header .navbar .main_rgt_items .social-media {
        margin-top: 10px;
    }

    .navbar-toggler {
        padding: 8px;
        background-color: transparent;
        height: 44px;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler .icon-bar {
        display: block;
        height: 4px;
        width: 38px;
        background-color: #7351a1;
        transition: all 0.5s;
        border-radius: 6px;
        margin-bottom: 7px;
    }

    .navbar-toggler:not(.collapsed) .icon-bar {
        display: block;
        height: 4px;
        width: 38px;
        background-color: #7351a1;
        border-radius: 6px;
        transition: all 0.5s;
        margin-bottom: -3.9px;
    }

    .navbar-toggler .icon-bar:nth-child(3) {
        margin: 0;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:first-child {
        transform: rotate(45deg);
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        transform: rotate(-45deg);
    }

    .home-banner-section .carousel .carousel-item img {
        height: 336px;
    }

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

    .footer-section .footer-content {
        flex-direction: column;
    }

    .footer-section .footer-content .block-7 {
        flex-direction: column;
    }

    .secondary-page-header .banner-title h1 {
        font-size: 46px;
    }

    .secondary-page-header {
        height: 340px;
    }
}


@media (max-width: 767px) {
    .home-banner-section .carousel .carousel-item img {
        height: 168px;
    }

    .secondary-page-header {
        height: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header .navbar .navbar-brand img {
        width: 136px;
    }

    .site-header .navbar .main_rgt_items .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 0 11px;
    }

    .home-banner-section .carousel .carousel-item img {
        height: 420px;
    }

    .secondary-page-header .banner-title h1 {
        font-size: 60px;
    }

    .secondary-page-header {
        height: 400px;
    }
}