:root {
    --reps-ink: #172033;
    --reps-muted: #667085;
    --reps-border: #e6e9ef;
    --reps-surface: #ffffff;
    --reps-soft: #f5f7fb;
    --reps-red: #c82938;
    --reps-red-dark: #a81f2d;
    --reps-gold: #d8a940;
    --reps-green: #1f7a4d;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--reps-surface);
    color: var(--reps-ink);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

header {
    height: auto;
}

.desktop-menu {
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid var(--reps-border);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

.desktop-menu .container > .row {
    align-items: center;
}

.desktop-menu .top-logo {
    max-height: 72px;
    object-fit: contain;
}

.headercta {
    background: var(--reps-red);
    border-radius: 4px;
    box-shadow: 0 8px 18px rgba(200, 41, 56, .18);
}

.headercta ul li a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.menu-top-menu-1-container {
    padding-top: 2px;
}

.desktop-menu .list-inline > li > a {
    color: var(--reps-ink);
    font-size: 12px;
    font-weight: 800;
    padding: 14px 16px 12px 0;
}

.desktop-menu .list-inline > li:last-child > a {
    padding: 14px 0 12px;
}

.desktop-menu .list-inline > li > a:hover,
.desktop-menu .list-inline > li.menu-item.active > a,
.sub-menu li a:hover {
    color: var(--reps-red);
}

.sub-menu {
    border: 1px solid var(--reps-border);
    border-radius: 8px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, .14);
    max-width: 310px;
    overflow: hidden;
}

.sub-menu li {
    border-bottom: 1px solid var(--reps-border);
}

.sub-menu li a {
    color: var(--reps-ink);
    font-size: 12px;
    letter-spacing: 0;
    padding: 12px 14px;
}

.snav {
    background: var(--reps-ink);
}

.snav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.snav ul li {
    float: none;
    margin: 0 12px !important;
    padding: 9px 0;
}

.snav ul li a,
.bh-menu a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.bh-menu {
    background: #111827 !important;
    border-top: 1px solid rgba(255, 255, 255, .08);
    justify-content: center;
}

.top-menu {
    height: auto;
    margin-top: 132px;
}

.website-header {
    min-height: 560px;
    position: relative;
    display: flex !important;
    align-items: center;
    background-position: center;
}

.website-header:before {
    background: linear-gradient(90deg, rgba(13, 24, 43, .84), rgba(13, 24, 43, .48), rgba(13, 24, 43, .18));
    content: "";
    inset: 0;
    position: absolute;
}

.top-menu .content {
    position: relative;
    z-index: 2;
}

.top-menu .content .headingone {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.05;
    margin-top: 0;
    max-width: 720px;
    text-shadow: 0 8px 22px rgba(0, 0, 0, .22);
}

.top-menu .content .headingtwo {
    color: rgba(255, 255, 255, .92);
    font-size: 24px;
    font-weight: 600;
    margin: 18px 0 26px;
    max-width: 640px;
}

a .whitecta,
a .redcta {
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

a .whitecta {
    background: var(--reps-red);
    border-color: var(--reps-red);
    box-shadow: 0 14px 30px rgba(200, 41, 56, .26);
}

a:hover .whitecta:hover {
    background: var(--reps-red-dark);
    border-color: var(--reps-red-dark);
    color: #fff;
}

a .redcta {
    color: var(--reps-red);
}

.movingStrip {
    background: var(--reps-ink) !important;
    color: #fff;
}

.aboutbg,
.partnetbg,
.partnerpage,
.innercontent {
    background-color: #fff;
}

.aboutbg {
    background-image: none;
    padding: 76px 0 72px;
}

.aboutbg .heading,
.memberbg .heading,
.partnetbg .heading,
.partners .heading,
.news .heading {
    color: var(--reps-ink);
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin-top: 0;
    text-transform: uppercase;
}

.aboutbg .heading:after,
.memberbg .heading:after,
.partnetbg .heading:after {
    background: var(--reps-red);
    content: "";
    display: block;
    height: 4px;
    margin-top: 14px;
    width: 64px;
}

.partnetbg .heading:after {
    margin-left: auto;
    margin-right: auto;
}

.aboutbg .description,
.memberbg .description,
.partnetbg .description {
    color: var(--reps-muted);
    font-size: 17px !important;
    line-height: 1.8;
    width: 100%;
}

.gallery .slick-slide {
    border-right: 0;
}

.gallery .slick-slide img,
.mobile-home-image {
    border-radius: 6px;
}

.memberbg {
    background-color: var(--reps-red);
    background-size: auto 100%;
    padding: 72px 0;
}

.memberbg .heading {
    color: #fff;
}

.memberbg .heading:after {
    background: var(--reps-gold);
}

.memberbg .description {
    color: rgba(255, 255, 255, .9);
}

.partnerpagehome {
    padding-bottom: 72px;
    padding-top: 60px;
}

.partnerpagehome h4 {
    color: var(--reps-muted) !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 18px 0 24px;
    text-decoration: none !important;
}

.partnerpagehome .mobile1 {
    align-items: center;
}

.partnerpagehome img.mobile-home-image {
    display: inline-block;
    height: auto !important;
    margin: 0 auto !important;
    max-height: 126px;
    max-width: 210px;
    object-fit: contain;
    width: auto !important;
}

.marquee-wrapper,
.marquee-block {
    overflow: hidden;
}

.marquee-item {
    align-items: center;
    background: #fff;
    border: 1px solid var(--reps-border);
    border-radius: 8px;
    display: inline-flex;
    height: 132px;
    justify-content: center;
    margin: 0 10px;
    padding: 18px;
    vertical-align: middle;
    width: 190px;
}

.marquee-item img {
    margin: 0 !important;
    max-height: 92px;
    max-width: 150px;
    object-fit: contain;
    width: auto !important;
}

.innerheader {
    background: linear-gradient(135deg, var(--reps-ink), #26364f);
    clip-path: none;
    padding: 160px 0 64px;
}

.innerheader .heading {
    font-size: 38px;
    letter-spacing: 0;
}

.partnerpage {
    padding-bottom: 36px;
    padding-top: 36px;
}

.partnerpage .row {
    align-items: flex-start;
}

.partnerpage .text img {
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
    height: auto !important;
    max-width: 230px;
    width: 100%;
}

.text .heading {
    color: var(--reps-ink);
    font-size: 26px;
    line-height: 1.25;
    margin-top: 0;
}

.text .heading span {
    color: var(--reps-red);
    font-size: 14px;
    font-weight: 800;
}

.text p,
.text li {
    color: #3f4858;
    font-size: 15px;
    line-height: 1.8;
}

#footer {
    padding-top: 0;
}

#footer:before,
#footer:after {
    display: none;
}

.footerbg {
    background: #111827;
    padding: 34px 0;
}

#footer strong {
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

#footer a,
#footer address,
#footer p {
    color: rgba(255, 255, 255, .78);
}

#footer iframe {
    border-radius: 8px;
}

@media (max-width: 1199px) {
    .desktop-menu .list-inline > li > a {
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    header {
        height: 78px;
    }

    .desktop-menu {
        min-height: 78px;
    }

    .desktop-menu .top-logo,
    .m-logo img {
        height: 62px;
        max-width: 170px;
        object-fit: contain;
    }

    .headercta,
    .snav {
        display: none;
    }

    .mobile-menu {
        background: var(--reps-ink);
        border-radius: 4px;
        display: inline-block;
        margin-top: 20px;
        padding: 10px;
    }

    .m-logo {
        display: block;
        float: right;
        margin-top: 6px;
    }

    .top-menu {
        margin-top: 78px;
    }

    .website-header {
        min-height: 460px;
    }

    .top-menu .content .headingone {
        font-size: 42px;
        line-height: 1.08;
    }

    .top-menu .content .headingtwo {
        font-size: 19px;
    }

    .mobile-nav {
        background: var(--reps-ink);
        display: block;
        height: 100vh;
        left: -100%;
        max-width: 340px;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 86vw;
        z-index: 100000;
        transition: left .25s ease;
        box-shadow: 18px 0 45px rgba(15, 23, 42, .22);
    }

    .mobile-nav.active {
        left: 0;
    }

    .m-nav-container,
    .m-nav-container ul {
        float: none;
        left: auto !important;
        overflow: visible;
        position: static;
        width: 100%;
    }

    .m-nav-container {
        padding: 18px 0;
    }

    .m-nav-container .menu > li,
    .m-nav-container .menu > li > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, .09);
        display: block;
        float: none;
        position: relative;
        width: 100%;
    }

    .m-nav-container .menu > li a,
    .m-nav-container .menu > li > ul > li > a {
        background: transparent;
        color: #fff;
        display: block;
        float: none;
        font-size: 14px;
        font-weight: 700;
        padding: 13px 56px 13px 22px;
        text-transform: none;
        width: 100%;
    }

    .m-nav-container .menu > li.menu-item-has-children > a,
    .m-nav-container .menu > li > ul > li.menu-item-has-children > a {
        width: 100%;
    }

    .m-nav-container .menu > li a:hover,
    .m-nav-container .menu > li a:focus {
        background: rgba(255, 255, 255, .08);
    }

    .m-nav-container ul > li > ul.sub-menu,
    .m-nav-container ul > li > ul.sub-menu.move,
    .m-nav-container ul li ul {
        background: rgba(255, 255, 255, .05);
        border: 0;
        box-shadow: none;
        display: none;
        float: none;
        left: auto;
        margin: 0;
        max-width: none;
        position: static;
        top: auto;
        width: 100%;
    }

    .m-nav-container .menu li.is-open > ul.sub-menu {
        display: block;
    }

    .m-nav-container .menu li .m-expend {
        align-items: center;
        border-left: 1px solid rgba(255, 255, 255, .12);
        color: #fff;
        cursor: pointer;
        display: flex;
        height: 45px;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        z-index: 2;
    }

    .m-nav-container .menu li.is-open > .m-expend i {
        transform: rotate(45deg);
    }

    .m-nav-container .menu .wide {
        display: none !important;
    }

    .nav-cover {
        background: rgba(15, 23, 42, .54);
        cursor: pointer;
        inset: 0;
        position: fixed;
        z-index: 99999;
    }

    body.active-nav {
        overflow: hidden;
        width: 100%;
    }

    #page,
    #page.active {
        margin-left: 0;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .top-menu {
        height: auto;
    }

    .website-header {
        max-height: none;
        min-height: 440px;
    }

    .top-menu .content .headingone {
        font-size: 34px;
    }

    .top-menu .content .headingtwo {
        font-size: 17px;
    }

    .aboutbg,
    .memberbg,
    .partnerpagehome {
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .aboutbg .heading,
    .memberbg .heading,
    .partnetbg .heading {
        font-size: 26px;
    }

    .partnerpagehome img.mobile-home-image {
        max-height: 92px;
        max-width: 140px;
    }

    .marquee-item {
        height: 110px;
        width: 152px;
    }

    .innerheader {
        padding: 120px 0 44px;
    }

    .innerheader .heading {
        font-size: 30px;
    }

    .partnerpage .text {
        text-align: center;
    }

    .partnerpage .text + .text {
        margin-top: 22px;
        text-align: left;
    }
}
