:root {
    --heading-font: "Inter", sans-serif;
    --body-font: "Nunito Sans", sans-serif;
    --primary-color: #de272e;
    --secondary-color: #197FCD;
    --tertiary-color: #fff;
    --fourth-color: #000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    text-size-adjust: 100%;

}

h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

h2 {
    font-size: clamp(2rem, 3.5vw, 2.5rem);
}

h3 {
    font-size: clamp(2rem, 3vw, 2rem);
}

h4 {
    font-size: clamp(2rem, 2.5vw, 1.75rem);
}

h5 {
    font-size: clamp(2rem, 2vw, 1.5rem);
}

h6 {
    font-size: clamp(2rem, 1.5vw, 1.25rem);
}



img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

body {
    font-family: var(--body-font);
    color: var(--fourth-color);
    font-size: 17px;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

span.featured-title {
    display: inline-block;
    margin-bottom: 10px;
    color: #1858bd;
    font-weight: 500;
    font-size: 16px;
}

.f-custom {
    font-size: 35px;

    @media (max-width: 991px) {
        font-size: 30px;
    }

    @media (max-width: 575px) {
        font-size: 25px;
    }

    @media (max-width: 575px) {
        font-size: 23px;
    }
}

.header-area {
    position: sticky;
    top: 0px;
    background-color: rgb(255, 255, 255);
    padding: 6px 0px;
    transition: 0.3s;
    z-index: 9999;
    width: 100%;
}

.header-area.header-bg-on-scroll,
.header-area.header-bg-on-click {
    -webkit-animation: 600ms ease-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-out 0s normal none 1 running fadeInDown;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    top: 0;
    position: fixed;
}

.icon {
    width: 32px;
    height: 32px;
    background-color: #ff5900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;

    i {
        color: #fff;
    }
}


.site-logo img {
    max-width: 160px;
}

nav.custom-menu>ul {
    list-style-type: none;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

nav.custom-menu>ul>li {
    position: relative;
}

.primary-btn {
    position: relative;
    padding: 10px 10px 7px 20px;
    transition: all 0.2s ease;
    border: 3px solid #1858bd;
    border-radius: 50px;
    background: #1858bd;
    color: var(--tertiary-color);
    text-decoration: none;
    display: inline-flex;
    line-height: normal;
    align-items: center;
    z-index: 55;

    &:hover {
        color: #fff;
        text-decoration: none
    }

    &::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0;
        border-radius: 50px;
        background: #000;
        width: 40px;
        height: 40px;
        transition: all 0.8s ease;
        z-index: -1;
    }

    &:hover:before {
        width: 100%;
        background: var(--primary-color)
    }

    &:hover i {
        transform: translateX(0);
        transition: all 2s ease
    }

    i {
        margin-left: 25px;
        transform: translateX(-3px);
        transition: all 0.5s ease;
        color: var(--fourth-color)
    }

    span {
        position: relative;
        z-index: 1
    }
}

.primary-btn.transparent {

    &::before {
        width: 48px;
        height: 48px;
    }

    &:hover:before {
        width: 100%;
    }


    i {
        margin-left: 40px;
        transform: translateX(-5px);
    }

    span {
        font-size: 22px;
    }
}

.main-slider {
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 0;
    border-radius: 0;
}

#myVideo {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.slide-text {
    position: relative;
    text-align: left;
}

.slide-text .slider-title {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    -webkit-animation: 0.6s;
    -moz-animation: 0.6s;
    -o-animation: 0.6s;
    animation: 0.6s;
    text-shadow: 1px 1px 1px rgb(0 0 0 / .35), 0 2px 3px rgb(0 0 0 / .35);
}

.padding-top-bottom {
    padding-top: 80px;
    padding-bottom: 80px;

    @media (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    @media (max-width: 575px) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.bg-blue {
    background-color: #1858bd17;
}

.checked {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

    li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 8px;

        &:before {
            content: "";
            color: var(--secondary-color);
            font-size: 18px;
            left: 0px;
            top: 2px;
            position: absolute;
            font-family: fontAwesome;
            width: 25px;
            height: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
        }
    }
}





.why-sec {
    position: relative;
}

.why-sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(/images/why-choose-rhi.png);
    width: 51%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    @media (max-width: 1450px) {
        width: 48%;
        background-size: contain;
    }

    @media (max-width: 1199px) {
        content: none;
        display: none;
    }
}

.gallery-wrapper figure {
    position: relative;
    margin-bottom: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.gallery-wrapper figure img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    overflow: hidden;
}

.zoom-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
    opacity: 0;
}

.zoom-btn .svg {
    width: 40px;
    height: 40px;
}

.gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gallery-wrapper figure:hover .zoom-btn {
    opacity: 1;
}

.gallery-sec {
    background-image: url(/images/gallery-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cta-sec {
    background: rgb(33, 37, 41);
    padding: 60px 0px;
    margin: 0px 30px;
    border-radius: 6px;
    background-position: center bottom;

    @media (max-width: 575px) {
        padding: 35px 15px;
    }
}

.cta-section:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #00000042;
}

.cta-left span {
    display: inline-block;
    position: relative;
    color: #fff;
    padding-left: 60px;
    font-size: 18px;

    @media (max-width: 400px) {
        padding-left: 50px;
        font-size: 14px;
    }
}

.cta-left span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #c26e71;
    transform: translateY(-50%);

    @media (max-width: 400px) {
        width: 35px;
    }
}

.cta-sec .small-heading {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 5px;
    font-weight: 800;

    @media (max-width: 991px) {
        font-size: 50px;
    }

    @media (max-width: 767px) {
        font-size: 40px;
    }

    @media (max-width: 490px) {
        font-size: 30px;
        line-height: 50px;
    }

    @media (max-width: 400px) {
        font-size: 25px;
        line-height: 50px;
    }
}

.cta-sec p {
    color: #e0e0e0;
    font-size: 17px;

    @media (max-width: 767px) {
        font-size: 16px;
    }
}

.cta-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.cta-detail a[href^="tel:"] {
    font-size: 32px;
    color: var(--secondary-color);
    text-decoration: underline;
    text-decoration-style: wavy;
    text-underline-offset: 5px;
    text-decoration-color: #a01c20;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 50%), 1px -1px 0 rgb(0 0 0 / 50%), -1px 1px 0 #2c2c2c, 1px 1px 0 #484848;
}

.footer-upper {
    background: #222;
    padding: 0;
    position: relative;
    box-shadow: rgba(108, 108, 108, 0.22) 0px -25px 20px -20px;
}

.footer-white-widget {
    background-color: #fff;
    padding: 70px;

    @media (max-width: 991px) {
        padding: 35px;
    }
}

.social-icon {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.social-icon li a {
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icon li i {
    color: #fff;
    font-size: 20px;
}

.footer-widget {
    padding-top: 100px;

    @media (max-width: 991px) {
        padding-top: 50px;
    }

    @media (max-width: 767px) {
        padding-top: 20px;
    }
}

.footer-widget .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    line-height: normal;
}

.links-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.links-widget ul li {
    line-height: 35px;
}

.menu-list li a {
    position: relative;
    transition: all 300ms ease;
    color: #ddd;
    text-decoration: none;
    font-size: 17px;
}

.menu-list li a::before {
    position: absolute;
    content: '\f054';
    font-family: "fontAwesome";
    left: 0;
    top: -6px;
    opacity: 0;
    width: 30px;
    height: 8px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.menu-list li a:hover {
    color: #fff;
    padding-left: 25px;
    text-decoration: none;
}

.menu-list li a:hover::before {
    opacity: 1;
}

.link-flex {
    display: flex;
    align-items: start;
    gap: 20px;
    line-height: 1;
    margin-bottom: 30px !important;
}

.link-flex i {
    font-size: 28px;
    color: #a01c20;
    top: -2px;
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.link-flex .small-heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: normal;
}

.link-flex a {
    line-height: 1.5;
    text-decoration: none;
    color: rgb(255 255 255 / .6);
}

.footer-upper {
    background: #222;
    padding: 0;
    position: relative;
}

.social-icon {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.social-icon li a {
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icon li i {
    color: #fff;
    font-size: 20px;
}

.footer-widget .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    line-height: normal;
}

.links-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.links-widget ul li {
    line-height: 35px;
}

.menu-list li a {
    position: relative;
    transition: all 300ms ease;
    color: #ddd;
    text-decoration: none;
    font-size: 17px;
}

.menu-list li a::before {
    position: absolute;
    content: '\f054';
    font-family: "fontAwesome";
    left: 0;
    top: -6px;
    opacity: 0;
    width: 30px;
    height: 8px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.menu-list li a:hover {
    color: #fff;
    padding-left: 25px;
    text-decoration: none;
}

.menu-list li a:hover::before {
    opacity: 1;
}

.link-flex {
    display: flex;
    align-items: start;
    gap: 20px;
    line-height: 1;
    margin-bottom: 30px !important;
}

.link-flex i {
    font-size: 28px;
    color: #a01c20;
    top: -2px;
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.link-flex .small-heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: normal;
}

.link-flex a {
    line-height: 1.5;
    text-decoration: none;
    color: rgb(255 255 255 / .6);
}

.footer-bottom {
    background: #000;
    color: whitesmoke;
    border-top: 1px solid #ad872e66;
    font-size: 14px;
    padding: 15px 0;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 20px;
    z-index: 1;
    position: relative;
}

.designby {
    margin-bottom: 0;
}

#return-to-top {
    bottom: 50px;
    right: 90px;
    width: 60px;
    height: 80px;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    border: none;
    background: var(--secondary-color);
    font-size: 12px;
    transition: all 500ms ease;
    position: fixed;
    text-align: center;
    z-index: 999;
    cursor: pointer;

    @media (max-width: 767px) {
        right: 20px;
        width: 50px;
        height: 70px;
    }
}

#return-to-top i {
    color: #fff;
    font-size: 1rem;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 12px;
}

#return-to-top:hover i {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: leFadeInBottom;
    animation-iteration-count: infinite;
    color: #fff;
}

.breadcrumb {
    position: relative;
    background-color: #000;
    min-height: 150px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 8px;

    @media (max-width: 575px) {
        min-height: 73px;
        margin-top: 10px;
    }
}

.breadcrumb nav {
    background-color: rgb(255 255 255);
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 20px 50px;
    margin: 0px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: .25rem;

    @media (max-width: 575px) {
        padding: 10px 20px;
        width: 70%;
    }

    @media (max-width: 400px) {
        padding: 10px 20px;
        width: 85%;
    }
}

.breadcrumb nav ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.breadcrumb ul>li {
    float: left;
}

.breadcrumb a,
.breadcrumb em {
    font-style: normal;
    display: inline-block;
    position: relative;
    line-height: 1.5;
    color: rgb(35 31 32) !important;
    padding: 0px;
    white-space: normal;
    text-decoration: none;
    text-wrap: wrap;
    font-size: 20px;
    font-weight: 600;

    @media (max-width: 767px) {
        font-size: 14px;
    }
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    content: "/";
    color: rgb(218, 218, 218);
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb li.active em {
    color: #a01c20 !important;
}

.team-member-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 5px;

    @media (max-width: 1199px) {
        grid-template-columns: 1fr;
    }
}

.team-member-profile-details {
    border: 1px solid #e0dfdd;
    border-radius: 5px;
    background-color: #eee;
    padding: 5px;
}

.team-member-profile-details img {
    object-fit: contain;
    width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 4;
}

.team-member-card-body {
    padding: 10px;
}

.profile-page-bio {
    border: 1px solid #e0dfdd;
    border-radius: 5px;
    padding: 15px;
}

button#wpforms-submit-75 {
    background-color: #1858bd;
    border-radius: 50px;
    min-width: 150px;
}

.contact-form-custom {
    background-color: #fff;
    padding: 10px 50px;
    border-radius: 8px;

    @media (max-width: 575px) {
        padding: 10px 30px;
    }

    @media (max-width: 400px) {
        padding: 10px 10px;
    }
}

.contact-form-custom input {
    max-width: 100% !important;
}

#contact-sec {
    scroll-margin-top: 100px;
}

.menu-icon {
    display: flex;
    margin-left: auto;
    text-align: center;
    width: 30px;
    height: 30px
}

.menu-icon-in {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block
}

.menu-icon-in span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #000000;
    border-radius: 10px
}

.menu-icon-in span:nth-child(1) {
    top: 10%
}

.menu-icon-in span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.menu-icon-in span:nth-child(3) {
    bottom: 10%
}

.menu-icon-in.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
    background-color: #000
}

.menu-icon-in.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.menu-icon-in.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
    background-color: #000
}

.menu-icon-in:hover span {
    background-color: #000
}

.dvLeft {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9998;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    box-shadow: 1px 0 5px #0000003d;
    -moz-box-shadow: 1px 0 5px #0000003d;
    -webkit-box-shadow: 1px 0 5px #0000003d
}

.navigation {
    min-height: 0;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 20px 0
}

.overflow-nav {
    overflow-y: scroll
}

.dvLeft.open {
    left: 0
}

.mask-overlay {
    content: "";
    position: fixed;
    background: linear-gradient(180deg, rgb(0 0 0 / 50%), rgb(41 61 102 / 30%));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

#slidebar-out {
    color: #732525;
    font-size: 1.6rem;
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer
}

@media all and (min-width: 992px) {
    .dvLeft {
        display: none
    }
}

@media all and (max-width: 991.5px) {
    .dvRight {
        margin-left: 0
    }

    .dvLeft {
        left: -320px;
        width: 300px
    }

    .dvLeft {
        padding-top: 120px
    }
}

@media all and (max-width: 767px) {
    .dvLeft {
        padding-top: 86px
    }
}

.dvLeft .menu-item {
    position: relative
}

.dvLeft .menu-item a {
    color: #000000;
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    padding: 7px;
    z-index: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.dvLeft .site-logo {
    display: none;
}

.dvLeft .menu-item a:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(0 0 0 / 50%)
}

.dvLeft .menu-item a:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: #000;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.dvLeft .menu-item a:hover:before {
    right: 0
}

.dvLeft .menu-item.active>a {
    color: #ffffff !important;
    background: #0f0f0e !important
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.header-area {
    flex-shrink: 0;
}

.site-content {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}


@keyframes leFadeInBottom {
    from {
        opacity: 0;
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        transform: translateY(-50%)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width: 992px) {
    nav.custom-menu>ul>li>a {
        font-size: 17px;
        font-weight: 500;
        color: var(--fourth-color);
        transition: all 0.5s ease;
        text-decoration: none;
        position: relative;
        padding: 0.4rem 0px;
    }

    nav.custom-menu>ul>li:not(:last-child)::after {
        top: 0;
        right: -1px;
        width: 1px;
        content: '';
        height: 100%;
        position: absolute;
        background-image: linear-gradient(to bottom, #fff0, #231f20, #e4bebf);
    }

    nav.custom-menu>ul>li {
        padding: 0 1.5rem;
    }

    nav.custom-menu>ul>li:first-child {
        padding-left: 0;
    }

    nav.custom-menu>ul>li:last-child {
        padding-right: 0;
    }

    nav.custom-menu>ul>li>a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 3px;
        left: 0px;
        visibility: hidden;
        transform: scaleX(0);
        background: var(--primary-color);
        border-radius: 5px;
        transition: 0.25s linear;
    }

    nav.custom-menu>ul>li>a:hover::before {
        visibility: visible;
        transform: scaleX(1);
    }

    ul.sub-menu {
        background: #fff;
        top: 120%;
        z-index: 99;
        display: block;
        min-width: 12rem;
        width: max-content;
        border-radius: 0;
        border: 0;
        opacity: 0;
        visibility: hidden;
        left: 2rem;
        box-shadow: 0 0 1px 0 rgb(0 0 0 / .21);
        padding: 0;
        position: absolute;
        margin: 0;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -o-transition: top .3s;
        -ms-transition: top .3s;
        transition: top .3s;
        list-style: none;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 15%) 0px 3px 7px -3px;
    }

    nav.custom-menu>ul>li:has(.sub-menu):hover>ul.sub-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    nav.custom-menu>ul>li:has(.sub-menu) ul.sub-menu li {
        position: relative;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }

    nav.custom-menu>ul>li:has(.sub-menu) ul.sub-menu li a {
        color: #000;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 17px;
        padding: 10px;
        display: block;
        line-height: normal;
        border-radius: 0;
        position: relative;
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        -o-transition: transform .3s;
        -ms-transition: transform .3s;
        transition: transform .3s;
        text-decoration: none;
    }

    nav.custom-menu>ul>li:has(.sub-menu)>a {
        padding-right: 20px;
        position: relative;
    }

    nav.custom-menu>ul>li:has(.sub-menu)>a::after {
        position: absolute;
        right: 2px;
        content: "\f0d7";
        font-family: FontAwesome;
        color: #000000;
        top: 50%;
        transform: translateY(-50%);
    }

    nav.custom-menu>ul>li:has(.sub-menu) li a:hover {
        color: #FE4A01 !important;
        transform: translateX(5px);
        transition: transform 0.3s;
    }

}

@media (min-width: 1450px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 1199px) {
    .slide-text .slider-title {
        font-size: 3.5rem;
    }

    .primary-btn.transparent span {
        font-size: 18px;
    }

    .primary-btn.transparent::before {
        width: 42px;
        height: 42px;
    }

    .main-slider {
        height: 500px;
    }

    .team-member-profile-details {
        grid-row: 1;
    }

    .profile-page-bio {
        grid-row: 2;
    }
}

@media (max-width: 991px) {
    .slide-text .slider-title {
        font-size: 3rem;
    }

    .main-slider {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .slide-text .slider-title {
        font-size: 2.5rem;
    }

    .site-logo,
    .site-logo img {
        max-width: 175px;
    }
}

@media (max-width: 575px) {
    .slide-text .slider-title {
        font-size: 2rem;
    }

    .main-slider {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .slide-text .slider-title {
        font-size: 1.6rem;
    }

    .primary-btn.transparent i {
        margin-left: 32px;
        transform: translateX(-3px);
    }

    .primary-btn.transparent span {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    div.wpforms-container-full input {
        height: 35px;
    }

    .wpforms-container .wpforms-field {
        padding: 10px 0;
    }
}

@media (max-width: 370px) {
    .slide-text .slider-title {
        font-size: 1.4rem;
    }
}







/* .service-sec .service-card {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    height: 100%;
}


.service-sec .service-card img {
    width: 100%;
    margin-bottom: 30px;
}

.service-sec .service-card h3.service-title {
    margin-bottom: 12px;
}

.service-sec .icon-box {
    width: 60px;
    height: 60px;
    background: #ff6a00;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 3px;
    left: 25px;
    border-radius: 4px;
    z-index: 2;
}

.service-sec .service-card h3 a {
    margin-top: 30px;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
    color: var(--fourth-color);
}

.service-sec .service-card h3 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #ff6a00;
    transition: width 0.3s ease;
}

.service-sec .service-card:hover h3 a::after {
    width: 100%;
}

.service-img {
    position: relative;
}

@media (max-width: 992px) {
    .service-sec .icon-box {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .service-sec .service-card h3 a {
        font-size: 20px;
    }

    .service-sec .service-card p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .service-sec .service-card {
        border-radius: 10px;
    }

    .service-sec .service-card img {
        margin-bottom: 25px;
    }

    .service-sec .icon-box {
        left: 20px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .service-sec .service-card h3 a {
        font-size: 18px;
    }

    .service-sec .service-card p {
        font-size: 14px;
    }

    .service-sec .service-card a {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .service-sec .icon-box {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .service-sec .service-card h3 a {
        font-size: 17px;
    }

    .service-sec .service-card p {
        font-size: 13px;
    }
} */

.service-card{
background:#fff;
padding:35px 25px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.4s;
text-align:center;
height:100%;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.service-icon{
margin-bottom:20px;
}

/* .service-icon img{
width:70px;
} */

.service-card h4{
font-size:20px;
margin-bottom:15px;
font-weight:600;
}

.service-card p{
margin-bottom:20px;
color:#666;
}

.service-btn{
display:inline-block;
padding:10px 25px;
background:#1d2b57;
color:#fff;
border-radius:6px;
text-decoration:none;
font-size:14px;
}

.service-btn:hover{
background:#e61c23;
color:#fff;
}




.round-rotate {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 140px;
    height: 140px;
    animation: rotate360 18s linear infinite;
}

.round-wrap {
    background: #ffffff;
    width: 155px;
    height: 155px;
    position: absolute;
    left: 38%;
    top: 38%;
    border-radius: 50%;
}

.round-rotate img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.round-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
}

/* list css */

.theme-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.theme-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff4f01;
    font-weight: 700;
}

.main-slider{
    max-height:650px;
    min-height:650px;
    height:100vh;
    justify-content:flex-start;
    background-image:url("/images/banner-bg.webp");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
}
.main-slider::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgb(31 45 88 / 94%) !important; 
    z-index:1;
}

.main-slider .container{
    position:relative;
    z-index:2;
}
.main-slider .col-lg-7 img {
    padding-left: 50px;
}

.main-slider:before {
    background: linear-gradient(180deg, rgb(247 247 247 / 77%), #ecececb8);
    z-index: 0;
}

.slide-text {
    color: #fff;
    text-align: left;
    width: 100%;
    z-index: 10;
}

.text-one {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;

    @media (max-width: 767px) {
        font-size: 16px;
    }

    @media (max-width:575px) {
        font-size: 12px;
    }
}

.swiper {
    overflow: visible;
}

.swiper-wrapper {
    z-index: 10;
}

.swiper-slide {
    opacity: 0 !important;
}

.swiper-slide-active {
    opacity: 1 !important;
}

/* .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 8px !important;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;
}

.swiper-pagination {
    bottom: -100px !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
} */


.swiper-pagination{
    position:absolute;
    right:50px !important;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:14px;
    width:auto !important;
}


.swiper-pagination-bullet{
    width:35px;
    height:3px;
    background:#d0d0d0;
    border-radius:2px;
    opacity:1;
    margin:0 !important;
    transition:0.3s;
}


.swiper-pagination-bullet-active{
    width:50px;
    background:#e61c23;
}









.sl-text {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--heading-font);
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: 1px;
    word-spacing: 5px;

    @media (max-width: 1199px) {
        .sl-text {
            font-size: 45px;
        }
    }

    @media (max-width: 991px) {
        font-size: 32px;
    }

    @media (max-width:767px) {
        font-size: 30px;
    }

    @media (max-width:575px) {
        font-size: 25px;
    }
}

.sl-text span {
    font-weight: 300;
    color: var(--primary-color);
}

.slide-text p {
    margin-top: 15px;
    line-height: 34px;
    color: #ffffff;
    font-size: 16px;
}

.mw-700 {
    max-width: 700px;
}

a.themeBtn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    min-width: 160px;
    align-items: center;
    color: rgb(255, 255, 255) !important;
    overflow: hidden;
    padding: 18px 60px 18px 15px;
    border-radius: 30px;
    transition: 0.4s;
    text-decoration: none;
}

a.themeBtn::before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    width: 56px;
    background-color: var(--fourth-color);
    z-index: -1;
    clip-path: polygon(16px 0%, 100% 0px, 100% 100%, 0% 100%);
    transition: 0.4s ease-in-out;
}

a.themeBtn svg,
a.themeBtn i {
    color: rgb(255, 255, 255);
    font-size: 18px;
    position: absolute;
    right: 18px;
    transition: 0.4s ease-in-out;
}

a.themeBtn:hover::before,
a.themeBtn.active::before {
    width: calc(100% + 18px);
}

.service-sec {
    background-color: #f5f2eb;
}

.why-choose-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

    @media (max-width: 767px) {
        grid-template-columns: 1fr
    }
}

.why-choose-list li {
    display: grid;
    align-items: center;
    background-color: #fafafa;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 20px 10px 20px;
    box-shadow: 0 4px 10px 0 rgb(35 31 32 / 20%);
    grid-template-columns: 50px 1fr;
    column-gap: 10px;
    font-weight: 500;
    font-size: 16px;
}

.why-choose-list li .icon {
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    background-color: #fff0;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #231F201A;
    display: flex;
    align-items: center;
    justify-content: center
}

.why-choose-list li .icon i {
    font-size: 25px;
    color: var(--primary-color);
}

.why-choose-list li span {
    font-size: 18px;
    font-weight: 600
}

.common-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}






/* service-area */


.cities-wrapper {
    border-radius: 10px;
    border: 2px solid #c0c0c0;
    padding: 10px;
    height: 100%
}

.cities-wrapper .cities {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 20px;
    max-height: 305px;
    overflow: hidden;
    overflow-y: scroll;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 11px;
}

.cities-wrapper .cities li a {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: baseline;
    padding: 1rem 1rem;
    background-color: #ff5900;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s;
    font-size: 1.4rem;
    border: 1px solid #c1c1c1;
}

.cities-wrapper .cities li a:hover {
    background-color: #ffffff !important;
    color: #1e0d0d;
}

.cities-wrapper .cities li a:before {
    content: "\f041";
    font: normal normal normal 14px FontAwesome;
    font-weight: 900;
    display: inline-block;
    width: 16px;
    height: 16px
}

.cities-wrapper .cities::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    border-radius: 10px;
    background-color: var(--light-color)
}

.cities-wrapper .cities::-webkit-scrollbar {
    width: 12px;
    background-color: var(--light-color)
}

.cities-wrapper .cities::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: var(--secondary-color)
}

.cities-wrapper .cities li a {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: baseline;
    padding: 1rem 1rem;
    background-color: #ff5900 !important;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s;
    ;
    font-size: 1.4rem;
    color: #ffffff;
    border: 1px solid #c0c0c0;
}


/* cta section */


.cta-section {
    background-image: url(/images/cta-bg-demo.webp);
    background-color: #aaaaaa;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative
}

.cta-thumb {
    position: absolute;
    left: 0;
    bottom: -80px;
    max-width: 500px
}

.cta-section p {
    color: #ffffff;
    font-size: 18px;
}

.cta-section {
    .large-heading {
        font-size: 4.8rem;
        color: #ffffff;
        font-weight: 500;
        line-height: normal;
    }
}

/* Tablet (below 992px) */
@media (max-width: 991.98px) {
    .cta-section {
        .large-heading {
            font-size: 3.2rem;
            text-align: center;
            font-weight: 600;
        }
    }
}

/* Mobile (below 576px) */
@media (max-width: 575.98px) {
    .cta-section {
        .large-heading {
            margin-bottom: 14px;
            font-size: 2.2rem;
            line-height: 1.3;
        }
    }
}


div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #ff5900 !important;
}

.contact-form-custom {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}







@media (max-width: 991.98px) {

    .round-wrap {
        left: 34%;
    }
}

@media (max-width: 767.98px) {

    .round-wrap {
        left: 37%;
    }
}

@media (max-width: 575.98px) {
    .round-wrap {
        width: 140px;
        height: 140px;
    }

    .round-rotate {
        position: absolute;
        bottom: 5%;
        right: 5%;
        width: 125px;
        height: 124px;
    }
}

@media (max-width: 575.98px) {
    .round-wrap {
        width: 125px;
        height: 125px;
        left: 35%;
        top: 33%;
    }

    .round-rotate {
        position: absolute;
        bottom: 3%;
        right: 3%;
        width: 115px;
        height: 116px;
    }

    .round-center {
        width: 52px;
    }
}




/* review section */
.review-card {
    padding: 40px 40px 60px;
    position: relative;
    background-color: #f0f0f0ba;
    z-index: 1;
    border-radius: 30px;
    z-index: 5
}

.review-card::before {
    content: '';
    position: absolute;
    width: 119px;
    height: 112px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    background-color: #fff;
    mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB2CAYAAAADbleiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0MjM2QzRGNDhENTExRUY5OUJBOTk2NDY1MUI4M0QyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ0MjM2QzUwNDhENTExRUY5OUJBOTk2NDY1MUI4M0QyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDQyMzZDNEQ0OEQ1MTFFRjk5QkE5OTY0NjUxQjgzRDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDQyMzZDNEU0OEQ1MTFFRjk5QkE5OTY0NjUxQjgzRDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Gy9OYAAAD5UlEQVR42uydS29OURSGN0VdqqpUUXVptZWKRJuWEE2adiAkpDog4jIiIgYmGEiEHyAxYSRhJhKJhIm4hKRMOpEYGFREDUQkwgiDuq6VcyQlvenN2e953uT9Rt/gZD9n7cvae58VAlJW8VTaQFo1ANZWLYABjCJWI02grbc0ga6WmX/SReuqxX8ArKs2mkBbvd5F0wyaqk7hMgaLqpMm0Fb37wimKfRUaf5BF62r3eYpNIOmHGxPv+6ZLlpM7X/BBbCYbgBYVxXmPgDr6sIAcAEsonLzZwDr6tIgcAEsoNpBxl4Ai+jeEHABHLn2DgMXwBFrsfkDgDXlKck7I4AL4Eh1ZoRwARyhdpq/AVhTG4dIaAA4cjWOcFIF4AjVbP44CrgAjkC7zJ9GCRfAGVaB+az5+xjgAjijWmnuGiNYAGdQM8ynzV/GCS6AM6Lp5kPmV+MIFsAZ0CLzKfPrCQAL4P+k1ebj5vvh3zJSozIHpMdfs82F5tKQHITzCVN1mqjw9Wz5ZD4MgIcfG/3ERJ25yrwiJDfny8wl5mJzUfrfkiy2J4D/lN/r8YvTm0KS961PZ7bRKu+A/W7WhpBct9xhXsM7riHvZn1P9eVET3Iy4Fxpvfm6+WsOwOYKsI+lN0O/e7MA1lmynM9ZxOYGsE+eenIMVhawb7Ody3nUygKeY74NVE3AnrjvBqhmLtozUI/SnC8Sy2R58v5JSHZp0ACputiXQbeAqwv4akg2BZCgjjKJ0p1k1ZifmWfxnut10f5SXgGuLuCD5i2g01wmedT6Hu5S0GlG8DHg6kawR29vmORTiUTw5Gk/cLUj+Km5AWSaEdwAXG3A+0Cl3UX7rbtV4NKM4HXA1Qa8FUzagFvBpD0Gv2P9qxvBFcDVBtwEIm3AjSDSBlwDIm3AVSDSBlwJIt1lkj+bl4uZBibNCC4FrjbgYvBoAy4CD4BRxIALwKO/TELCgOeBRxsw39EUB1wCHm3AZeDRBrwEPNqAK8CjDXgteHRnqv7ieTk3bvGLRnA9cLUBt4AGwCjSMdhL2bwPpCplI7gNuNqAD4BFt4teaH4TktJwSDCCjwBXN4LnhuQzSQvAohnBJ4GrG8F+ReW5eSZI9CLYn+EycHUBn0jXvkiwi2433w0ckZUE7J9HehzIWkl20V6I+QFwNQF70ciukFQqQ2KA95gfBk5MyslPZ1wMlLmRLE7pm/cvaGg9wP4B0Wshn2XVpQHXpZmpPhpXp/KZH7PZbj5s3ha4liqR6PDKn63mDnNnYCcoesC+bm02b04nTk2Bs8tRAPZILEyzSvPTSPTiU8tD8iGy2jStSIRGqF8CDADCuA+aSIw/YAAAAABJRU5ErkJggg==) bottom right no-repeat;
    -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB2CAYAAAADbleiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0MjM2QzRGNDhENTExRUY5OUJBOTk2NDY1MUI4M0QyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ0MjM2QzUwNDhENTExRUY5OUJBOTk2NDY1MUI4M0QyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDQyMzZDNEQ0OEQ1MTFFRjk5QkE5OTY0NjUxQjgzRDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDQyMzZDNEU0OEQ1MTFFRjk5QkE5OTY0NjUxQjgzRDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Gy9OYAAAD5UlEQVR42uydS29OURSGN0VdqqpUUXVptZWKRJuWEE2adiAkpDog4jIiIgYmGEiEHyAxYSRhJhKJhIm4hKRMOpEYGFREDUQkwgiDuq6VcyQlvenN2e953uT9Rt/gZD9n7cvae58VAlJW8VTaQFo1ANZWLYABjCJWI02grbc0ga6WmX/SReuqxX8ArKs2mkBbvd5F0wyaqk7hMgaLqpMm0Fb37wimKfRUaf5BF62r3eYpNIOmHGxPv+6ZLlpM7X/BBbCYbgBYVxXmPgDr6sIAcAEsonLzZwDr6tIgcAEsoNpBxl4Ai+jeEHABHLn2DgMXwBFrsfkDgDXlKck7I4AL4Eh1ZoRwARyhdpq/AVhTG4dIaAA4cjWOcFIF4AjVbP44CrgAjkC7zJ9GCRfAGVaB+az5+xjgAjijWmnuGiNYAGdQM8ynzV/GCS6AM6Lp5kPmV+MIFsAZ0CLzKfPrCQAL4P+k1ebj5vvh3zJSozIHpMdfs82F5tKQHITzCVN1mqjw9Wz5ZD4MgIcfG/3ERJ25yrwiJDfny8wl5mJzUfrfkiy2J4D/lN/r8YvTm0KS961PZ7bRKu+A/W7WhpBct9xhXsM7riHvZn1P9eVET3Iy4Fxpvfm6+WsOwOYKsI+lN0O/e7MA1lmynM9ZxOYGsE+eenIMVhawb7Ody3nUygKeY74NVE3AnrjvBqhmLtozUI/SnC8Sy2R58v5JSHZp0ACputiXQbeAqwv4akg2BZCgjjKJ0p1k1ZifmWfxnut10f5SXgGuLuCD5i2g01wmedT6Hu5S0GlG8DHg6kawR29vmORTiUTw5Gk/cLUj+Km5AWSaEdwAXG3A+0Cl3UX7rbtV4NKM4HXA1Qa8FUzagFvBpD0Gv2P9qxvBFcDVBtwEIm3AjSDSBlwDIm3AVSDSBlwJIt1lkj+bl4uZBibNCC4FrjbgYvBoAy4CD4BRxIALwKO/TELCgOeBRxsw39EUB1wCHm3AZeDRBrwEPNqAK8CjDXgteHRnqv7ieTk3bvGLRnA9cLUBt4AGwCjSMdhL2bwPpCplI7gNuNqAD4BFt4teaH4TktJwSDCCjwBXN4LnhuQzSQvAohnBJ4GrG8F+ReW5eSZI9CLYn+EycHUBn0jXvkiwi2433w0ckZUE7J9HehzIWkl20V6I+QFwNQF70ciukFQqQ2KA95gfBk5MyslPZ1wMlLmRLE7pm/cvaGg9wP4B0Wshn2XVpQHXpZmpPhpXp/KZH7PZbj5s3ha4liqR6PDKn63mDnNnYCcoesC+bm02b04nTk2Bs8tRAPZILEyzSvPTSPTiU8tD8iGy2jStSIRGqF8CDADCuA+aSIw/YAAAAABJRU5ErkJggg==) bottom right no-repeat
}

.reviewer-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    width: 65px;
    height: 65px
}

.reviewer-img img {
    border-radius: 50%
}

.review-stars svg,
.review-stars i {
    margin: 0 .5px;
    font-size: 1.5rem;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    color: #FFA74C
}

.review-stars path {
    fill: #FFA74C
}

.review-card blockquote {
    font-size: 15px;
    margin-bottom: 30px
}

.review-card .reviewer-name {
    position: absolute;
    bottom: 25px
}

.review-card .review-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 0
}

.padding-top-bottom.review-sec {
    position: relative;
    background-image: url(/images/cta-background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.review-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 43%);
    z-index: 1;
}


.review-sec>.container {
    position: relative;
    z-index: 2;
}

.accordion {
    .faq-box {
        &:not(:last-child) {
            margin-bottom: 20px
        }

        .faq-title {
            background: whitesmoke;
            cursor: pointer;
            padding: 15px 50px 15px 15px;
            position: relative;
            width: 100%;
            font-size: 22px;
            margin-bottom: 0;
            border-radius: 5px;
            font-weight: 500;

            &::after {
                content: "\f105";
                font-family: "fontawesome";
                position: absolute;
                right: 15px;
                top: 18px;
                font-weight: 900;
                text-align: center;
                font-size: 22px;
                transform: rotate(90deg);
                transition: all 0.3s;

                @media all and (max-width: 575px) {
                    top: 15px
                }
            }

            &.open {
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                color: #ff6a00;

                &::after {
                    content: "\f107";
                    color: var(--primary-color);
                    transform: rotate(180deg)
                }
            }

            @media all and (min-width: 576px) and (max-width:1199px) {
                font-size: 22px
            }

            @media all and (max-width: 575px) {
                font-size: 18px
            }
        }

        .faq-body {
            display: none;
            overflow: hidden;
            padding: 20px;
            position: relative;
            z-index: 1;
            box-shadow: inset 0 0 5px rgb(0 0 0 / .1);
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            background: whitesmoke;

            p {
                margin-bottom: 0
            }

            &.active {
                display: block;
            }

            @media all and (max-width: 575px) {
                padding: 15px
            }
        }
    }
}

@media (max-width: 991px) {
    .swiper-pagination {
        bottom: -10px !important;
    }

    .main-slider img {
        max-width: 330px;
        width: 100%;
    }

    a.themeBtn {
        font-size: 14px;
        padding: 15px 60px 15px 15px;
    }

    .slide-text p {
        line-height: 28px;
        font-size: 15px;
    }
}