/* Googfloatinge Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Cantata+One&display=swap');

@import url('../css/vendor/bootstrap.min.css');
@import url('../css/vendor/fontawesome.css');
@import url('../css/vendor/brands.css');
@import url('../css/vendor/regular.css');
@import url('../css/vendor/solid.css');
@import url('../css/vendor/swiper-bundle.min.css');
@import url('../css/vendor/rtmicons.css');

@property --progress {
    syntax: '<integer>';
    inherits: true;
    initial-value: 0;
}

@keyframes load {
    to {
        --progress: var(--value)
    }
}

@keyframes background_animation {
    from {
        background-size: 100%;
    }

    to {
        background-size: 110%;
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 0px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.7, 1.7, 1.8);
        transform-origin: center;
        border-width: 13px;
    }
}


:root {
    --primary: #FFFFFF;
    --text-color: #6B6B6B;
    --background-color: #F4F4F4;
    --accent-color: #01171a;
    --accent-color-2: #b68c5a;
    --font-1: "Cantata One", sans-serif;
    --font-2: "Cabin", sans-serif;
}

body {
    font-family: var(--font-1);
    color: var(--text-color);
    background-color: white;
}


h1 {
    font-size: 70px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

button,
a {
    font-size: 16px;
    font-family: var(--font-2);
}

p {
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) !important;
    font-family: var(--font-2);
}

ul {
    list-style: none;
}

.list-circle {
    list-style: disc;
}

li {
    font-size: 16px;
}

img {
    object-fit: cover;
}

button {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    text-decoration: none;
    transition: all 0.5s;
}

.sub-heading {
    color: var(--accent-color);
}

.text-color {
    color: var(--text-color);
}

.text-color-2 {
    color: var(--text-color-2);
}

.hover-transform:hover {
    transform: translateY(-10px);
}

button:hover {
    color: var(--text-color);
}

a {
    text-decoration: none;
}

.w-max-content {
    width: max-content !important;
}

.banner-heading {
    font-size: 5.5rem;
}


.font-1 {
    font-family: var(--font-1);
    /*    font-size: calc(26px + (70 - 26) * (100vw - 320px) / (1920 - 320)) !important;*/
}

.font-2 {
    font-family: var(--font-2);
}

.ls-2 {
    letter-spacing: 2px;
}

.fs-7 {
    /*    font-size: 0.8rem !important;*/
    font-size: calc(26px + (13 - 12) * (100vw - 320px) / (1920 - 320));
}

.fw-black {
    font-weight: 900 !important;
}

.video-e119 {
    width: 60%;
    margin-bottom: -3rem;
    margin-left: -3rem;
}

.form input,
.form textarea,
.form select {
    background-color: transparent;
    border-radius: 0;
    color: var(--text-color);
    outline: none;
    font-family: var(--font-2);
    border-bottom: 1px solid #D9D9D9E5 !important;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    padding-left: 0 !important;
}


.form textarea {
    height: 198px;

    @media (max-width:1199px) {
        height:125px;
    }
}

    .form input:focus,
    .form textarea:focus,
    .form select:focus {
        box-shadow: none;
        border: solid 2px var(--accent-color-2);
        background-color: transparent;
        color: var(--text-color);
        border: none;
    }

.form input:autofill,
.form input:autofill:focus {
    color: var(--text-color);
    transition: background-color 5000s ease-in-out;
    -webkit-text-fill-color: var(--text-color);
    font-family: var(--font-2);
}

.form input::placeholder,
.form textarea::placeholder {
    color: var(--text-color-2);
    font-family: var(--font-2);
}

.form .form-select {
    color: var(--text-color-2);
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="blue" class="bi bi-check-xl" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form input.form-check-input {
    background-color: transparent;
    border: 1px solid gray;
}

    .form input.form-check-input:checked {
        border: 1px solid blue;
        color: blue;
    }

.form .submit_form {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    background-color: var(--accent-color-2);
    color: white;
    border-radius: 5px;
    border: solid 1px var(--accent-color-2);
    width: 26%;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 6px !important;
    margin-top: 15px;
    text-transform: capitalize;

    @media (max-width:991px) {
        width:auto;
    }
}

.submit_form:hover {
    background-color: transparent;
}

.submit_form-subscribe {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    color: white;
    background-color: transparent;
    border-radius: 5px;
}

    .submit_form-subscribe:hover {
        background-color: transparent;
        color: white;
        filter: none;
    }

.maps {
    width: 100%;
    height: 480px;
    transition: filter 0.5s;
    display: block;
}

#header {
    transition: all 0.5s ease;
}

.navbar-nav .nav-link:focus {
    color: var(--accent-color-2);
    text-align: center;
}

.nav-link {
    border-bottom: 2px solid transparent;
    /*    font-size: 1.1rem;*/
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: var(--font-2);
    padding-block: 1.2rem;
    color: var(--accent-color);
    text-align: center;
}

    .nav-link:hover {
        color: var(--accent-color-2);
        text-align: center;
    }

    .nav-link.active {
        color: var(--accent-color-2) !important;
        text-align: center;
    }

.navbar-toggler {
    border: none;
    color: var(--accent-color-2);
}

    .navbar-toggler:focus {
        box-shadow: none;
        background-color: transparent;
        color: var(--accent-color-2);
    }

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
    width: 300px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}

.dropdown-item {
    padding-block: 0.75rem;
    color: var(--accent-color);
    font-family: var(--font-1);
    /*    font-size: 0.95rem;*/
    font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    padding-inline: 0.75rem;
    text-align: left;
    border-bottom: #ededed solid 1px;
}

    .dropdown-item.active {
        color: var(--accent-color-2);
        background-color: transparent;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        background-color: var(--accent-color);
        color: white;
    }

    .dropdown-item:focus {
        color: white;
    }

.section {
    padding: 6em 2em 6em 2em;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.r-container {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.bg-accent-color {
    background-color: var(--accent-color);
}

.bg-accent-color-2 {
    background-color: var(--accent-color-2);
}

.bg-accent-color-3 {
    background-color: var(--accent-color-3);
}

.read-more {
    color: var(--accent-color-2);
    transition: all 0.5s;
}

    .read-more:hover {
        color: var(--accent-color);
    }


.bg-accent {
    background-color: var(--background-color);
}

.bg-text-color {
    background-color: var(--text-color);
}

.bg-text-color-2 {
    background-color: var(--text-color-2);
}

.accent-color {
    color: var(--accent-color);
}

.accent-color-2 {
    color: var(--accent-color-2);
}

.accent-color-3 {
    color: var(--accent-color-3);
}

.accent {
    color: var(--background-color);
}


.team-detail {
    background-color: var(--background-color);
    color: var(--accent-color);
    transition: all 0.5s;
}

    .team-detail:hover {
        background-color: var(--accent-color);
        color: var(--primary);
    }

.border-accent-color {
    border-color: var(--accent-color) !important;
}

.swiperImage {
    overflow: visible;
}

.border-accent-2 {
    border-color: var(--accent-color-2) !important;
}

.outline {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--accent-color);
}

.text-gray {
    color: grey !important;
}

.bg-accent-color-hover:hover {
    background-color: var(--accent-color);
    color: white;
}

.bg-dark-transparent {
    background-color: #232323b7;
}

.btn {
    /*    font-size: 18px;*/
    font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-2);
}

.btn-accent {
    background-color: var(--accent-color-2);
    color: white;
    transition: all 0.5s;
    border: 1px solid transparent;
    text-transform: uppercase;
}

    .btn-accent:hover {
        background-color: transparent;
        border-color: var(--accent-color-2);
        color: var(--accent-color-2);
    }

.btn-accent-outline {
    background-color: transparent;
    border: 2px solid var(--accent-color-2);
    color: var(--accent-color-2);
}

.btn-accent-outline-2 {
    background-color: var(--accent-color);
    color: white;
    transition: all 0.5s;
    border: 2px solid transparent;
    text-transform: uppercase;
}

.btn-accent-outline:hover {
    background-color: var(--accent-color-2);
    color: white;
}

.btn-white-accent {
    background-color: white;
    color: var(--accent-color);
    border: 3px solid transparent;
}

.btn-accent-outline-2:hover {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}


.btn-white-accent:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}

.btn-white-outline {
    background-color: transparent;
    border-color: white;
    color: white;
    border-width: 3px;
}

.btn-white-outline-hover:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}

.btn-white-outline:hover {
    background-color: white;
    color: var(--accent-color);
}

.blog-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(179.87deg, rgba(21, 12, 28, 0) 0.12%, rgba(65, 66, 96, 0.86) 107.53%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(95.57deg, rgba(4, 56, 63, 0.8) -18.8%, #04383F 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.overlay {
    color: var(--accent-color-2);
    opacity: 0.3;
}

.bg-overlay {
    background: linear-gradient(180deg, rgb(4 56 63 / 64%) -29.83%, #01171a 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-overlay-2 {
    background: linear-gradient(0deg, rgba(1, 31, 68, 0.92), rgba(1, 31, 68, 0.92));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial-overlay {
    background: linear-gradient(0deg, rgba(255, 239, 225, 0.96), rgba(255, 239, 225, 0.96));
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    right: 0;
}

.bg-accent-opacity {
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.86), rgba(43, 43, 43, 0.86));
}

.linear-gradient {
    padding: 20px;
    background: linear-gradient(270deg, #FFD6D6 0%, #9B72B5 100%);
    border-radius: 50px;
    width: max-content;
}

.cta-overlay {
    background: linear-gradient(90deg, #0B0C0E 0%, rgba(97, 59, 255, 0.3) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(4, 56, 63, 0.144) 0%, rgba(4, 56, 63, 0.72) 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.logo-container {
    max-width: 230px;
}


.divider {
    display: flex;
    align-items: center;
}

    .divider::after {
        display: block;
        content: "";
        border-bottom: 0;
        flex-grow: 1;
        border-top: 3px solid #8692af;
        max-width: 30px;
        min-width: 30px;
    }


.divider-element {
    letter-spacing: 2px;
    flex-shrink: 0;
    flex-grow: 1;
    margin: 0;
    margin-left: 1rem;
    font-weight: 400;
}

.image-infinite-bg {
    height: 90vh;
}

.animation-bg {
    animation: background_animation 10s forwards;
}

.bg-attach-fixed {
    background-attachment: fixed;
}

.bg-attach-cover {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.social-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.character-img {
    position: relative;
    z-index: 2;
}

.w-70 {
    width: 70%;
}

.stock-img {
    position: relative;
    z-index: 20;
}

.customer-item {
    /*    font-size: 19px;*/
    font-size: calc(16px + (19 - 16) * (100vw - 320px) / (1920 - 320));
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color-2);
    overflow: hidden;
}

.bg-box {
    bottom: 0;
    right: 0;
    height: 60%;
    width: 50%;
    border: solid 3px var(--accent-color-2);
}

.customer-container {
    display: flex;
    flex-direction: row-reverse;
}

.subscribe-container {
    box-sizing: border-box;
    margin-bottom: -8em;
}

.contact-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    height: 1.5rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--accent-color);
}


.social-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    /*    font-size: 19px;*/
    font-size: calc(16px + (19 - 16) * (100vw - 320px) / (1920 - 320));
    width: 2rem;
    height: 2rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color-2);
    border: 1px solid transparent;
    background-color: transparent;
}

.social-item-2 {
    border-radius: 50%;
    aspect-ratio: 1/1;
    /*    font-size: 24px;*/
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
    width: 2rem;
    height: 2rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color-2);
    border: 1px solid transparent;
    background-color: transparent;
}

.social-item-3 {
    border-radius: 0;
    aspect-ratio: 1/1;
    /*    font-size: 19px;*/
    font-size: calc(16px + (19 - 16) * (100vw - 320px) / (1920 - 320));
    width: 2rem;
    height: 2rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--accent-color-2);
    border: 1px solid var(--accent-color-2);
}

.social-container.accent .social-item {
    background-color: var(--accent-color);
    color: white;
    border-color: var(--accent-color);
}

    .social-container.accent .social-item:hover {
        background-color: var(--accent-color);
        color: white;
    }

.social-container.share .social-item {
    background-color: var(--accent-color);
    color: white;
}

    .social-container.share .social-item:hover {
        background-color: var(--accent-color);
        color: white;
        border: 1px solid var(--accent-color);
    }


.social-container.team .social-item {
    width: 1.8rem;
    height: 1.8rem;
    /*    font-size: 16px;*/
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}


.social-item:hover {
    background-color: transparent;
    color: var(--accent-color-2);
    border: solid 1px var(--accent-color-2);
}

.social-item-2:hover {
    background-color: transparent;
    color: var(--accent-color-2);
    border: solid 1px var(--accent-color-2);
}

.social-item-3:hover {
    background-color: transparent;
    color: var(--accent-color-2);
    border: solid 1px var(--accent-color-2);
}

.social-container .share-button {
    background-color: var(--accent-color-1);
    aspect-ratio: 1/1;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.share-button:hover {
    background-color: var(--accent-color-2);
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link {
        background-color: transparent;
        color: var(--accent-color-2);
        border: none;
        position: relative;
    }

        .nav-tabs .nav-link:hover {
            border: none;
            color: white;
        }

        .nav-tabs .nav-link.active {
            background-color: transparent;
            border: none;
        }

            .nav-tabs .nav-link.active::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: var(--accent-color);
            }

.breadcrumb {
    align-items: center;
    font-family: var(--font-2);
    text-transform: uppercase;
}

    .breadcrumb .breadcrumb-item > a {
        color: var(--accent-color-2);
    }

    .breadcrumb .breadcrumb-item.active {
        color: var(--accent-color-2);
        font-family: var(--font-2);
        text-transform: uppercase;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--accent-color-2);
}

.swiper-pagination {
    margin-block: 1rem;
    position: relative;
}

.swiper-slide {
    padding: 0.5rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
}

.video-container {
    aspect-ratio: 3/2;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 5px solid white;
    border-radius: 10px;
}

.video-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-btn {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 4rem;
    background-color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    /*    font-size: 2rem;*/
    font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1920 - 320));
    color: white;
    border: none;
    opacity: 0.7;
}

    .video-btn:hover {
        opacity: 1;
        color: white;
    }


.border-testimonial {
    border-right: 5px solid var(--accent-color-2);
}

.card {
    border: none;
    border-radius: 0px;
    transition: all 0.5s;
    background-color: var(--primary);
}

.card-service {
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
}

    .card-service:hover {
        color: var(--primary);
        border: none;
    }

.background-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.card-service:hover .background-hover {
    opacity: 1;
    background: linear-gradient(95.57deg, rgba(4, 56, 63, 0.8) -18.8%, #04383F 100%);
}

.card-service.img-hover:hover {
    background-image: var(--url-image);
}

.image-hover {
    opacity: 0;
    position: absolute;
}

.card-service:hover .image-hover {
    opacity: 100%;
}


.card-testimonial {
    border: none;
    border-radius: 20px;
    transition: all 0.5s;
    background-color: var(--accent-color-3);
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    aspect-ratio: 1/1;
    height: 2rem;
    padding: 1px;
    transition: all 0.5s;
}

.author-box {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -6px;
    overflow: hidden;
}

.list .icon-box {
    width: 4.3rem;
    height: 4.3rem;
}

.card {
    &.sty1

{
    i

{
    color: var(--accent-color);
}

}
}

.card .icon-box.bg-accent-color {
    background-color: var(--accent-color);
    color: var(--accent-color);
}

.card .icon-box.accent-color-2 {
    color: var(--accent-color-2);
    /*    font-size: 4rem;*/
    font-size: calc(22px + (64 - 22) * (100vw - 320px) / (1920 - 320));
}

.card:hover .icon-box.accent-color-2 {
    color: var(--accent-color-2);
}

.card:hover {
    transform: translateY(-5px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    a

{
    i

{
    color: #ffff;
    transition: color 0.5s;
}

}
}

.card-testimonial:hover {
    transform: translateY(-20px);
    box-shadow: 0px 0px 0px 2px var(--accent-color-2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card.card-pricing-hover {
    background-color: transparent;
    font-family: var(--font-2);
    color: var(--text-color);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

    .card.card-pricing-hover i {
        color: var(--accent-color-2);
    }


    .card.card-pricing-hover:hover {
        background-color: transparent;
        box-shadow: 0px 0px 0px 2px var(--accent-color);
        color: var(--accent-color);
        transform: scale(1.05);
    }

.card-pricing-hover-middle {
    transform: scale(1.04);
    flex: 1.00;
    background-color: var(--accent-color);
    box-shadow: 0px 0px 0px 2px var(--accent-color);
    color: white;
}


.card.card-pricing-hover:hover .btn-accent {
    background-color: var(--accent-color-2);
    border-color: var(--accent-color-2);
    color: white;
}

.card:hover .icon-box.bg-accent-color {
    background-color: var(--accent-color);
    color: var(--accent-color-2);
}

.card.card-outline-hover {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
    color: var(--accent-color);
}

    .card.card-outline-hover:hover {
        box-shadow: 0px 0px 0px 2px var(--accent-color);
        background-color: var(--accent-color);
        color: var(--primary);
    }

        .card.card-outline-hover:hover .btn-accent {
            background-color: transparent;
            color: var(--accent-color-2);
            transition: all 0.5s;
            border: 2px solid var(--accent-color-2);
            text-transform: uppercase;
        }

.card-overlay .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(4, 56, 63, 0) 0%, rgba(4, 56, 63, 0.72) 100%);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.5s;
}

.card-overlay:hover .card-body {
    opacity: 1;
    transform: scaleY(1);
}

.card:hover .icon-box.bg-accent-color {
    background-color: white;
    color: var(--accent-color);
}

.card:hover p {
    transition: all 0.5s;
}

.card .link {
    color: var(--accent-color);
}

.card:hover .link {
    color: white;
}

.request-loader {
    position: relative;
    height: 70px;
    border-radius: 50% !important;
    border: solid 1px var(--accent-color-2);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color-2);
    /*    font-size: 25px;*/
    font-size: calc(14px + (25 - 14) * (100vw - 320px) / (1920 - 320));
    aspect-ratio: 1/1;
}

    .request-loader:hover {
        border: solid 2px var(--accent-color);
        color: var(--accent-color);
        background-color: transparent;
    }


    .request-loader::after,
    .request-loader::before {
        opacity: 0.2;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        color: var(--accent-color-2);
        border: 4px solid currentColor;
        border-radius: 50%;
        animation-name: ripple;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(.65, 0, .34, 1);
        z-index: 0;
    }

    .request-loader::after {
        animation-delay: 0.5s;
        animation-duration: 3s;
    }

    .request-loader::before {
        animation-delay: 0.2s;
        animation-duration: 3s;
    }


.r-progress {
    --value: 17;
    --progress-color: var(--accent-color);
    --secondary-progress-color: var(--accent-color-3);
    --animation-duration: 2000;
}

.r-progress-bar {
    position: relative;
    height: 12px;
    background-color: var(--secondary-progress-color);
    display: flex;
    border-radius: 10px;
    /* overflow: hidden; */
}

    .r-progress-bar .progress-value {
        height: 100%;
        width: calc(var(--progress) * 1%);
        background-color: var(--progress-color);
        position: relative;
        border-radius: 10px;
        animation: load;
        animation-fill-mode: forwards;
        animation-duration: calc(var(--animation-duration) * 1ms);
        animation-timing-function: linear;
        animation-delay: 500ms;
        color: black;
    }

    .r-progress-bar.percentage-label::after {
        counter-reset: percentage var(--progress);
        content: counter(percentage) '%';
        display: block;
        position: absolute;
        left: calc((var(--progress) * 1%));
        animation: load;
        animation-fill-mode: forwards;
        animation-duration: calc(var(--animation-duration) * 1ms);
        animation-timing-function: linear;
        animation-delay: 500ms;
        /*        font-size: 18px;*/
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        line-height: 1.2;
        /* font-weight: 700; */
        font-family: var(--font-1);
        bottom: calc(100% + 0.5rem);
    }

.ifr-video {
    aspect-ratio: 16/9;
    width: 100%;
}

.post-button {
    background-color: transparent;
    color: var(--accent-color) !important;
    border: none !important;
}

    .post-button:hover {
        background-color: transparent !important;
        color: var(--accent-color) !important;
        transform: scale(1.15);
    }

.card.with-border-bottom {
    border-bottom: 5px solid var(--accent-color) !important;
}


.list-flush-horizontal {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 1rem;
}

    .list-flush-horizontal .list-item:first-child,
    .list-flush-horizontal .list-item {
        border-right: 1px solid white;
    }

        .list-flush-horizontal .list-item:last-child {
            border-left: 1px solid white;
            border-right: none;
        }

        .list-flush-horizontal .list-item:nth-last-child(2) {
            border: none;
        }

.list-group .list-group-item .link {
    background-color: transparent;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    transition: all 0.5s;
}

    .list-group .list-group-item .link:hover {
        border-color: var(--accent-color) !important;
        color: white !important;
        background-color: var(--accent-color);
    }

.list-group .list-group-item.active {
    background-color: var(--accent-color-2);
    color: var(--accent-color);
}

.list-group .list-group-item.list-group-item-action:hover {
    background-color: var(--accent-color-2);
    color: white;
}

.list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-inline: 0.5rem;
}

    .list .link {
        font-weight: 400;
        text-wrap: nowrap;
    }

    .list li {
        padding: 0;
        /*        font-size: 16px;*/
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-family: var(--font-2);
    }

        .list li .link {
            transition: all 0.5s;
            color: white;
            display: inline-block !important;
        }

        .list li i {
            transition: all 0.5s;
            color: var(--accent-color-2);
        }

    .list.text-black i {
        color: #131313;
    }

    .list li .link:hover,
    .list li .link:hover i {
        color: var(--accent-color-2);
    }

.card .link {
    color: var(--accent-color);
    transition: color 0.5s;
}

    .card .link:hover {
        color: var(--primary);
    }

.link.accent-color {
    color: var(--accent-color);
    transition: color 0.5s;
}

    .link.accent-color:hover {
        color: var(--dark-bg);
    }

.link {
    color: var(--accent-color);
}

    .link:hover {
        color: var(--primary);
    }

.link-white {
    color: white;
}

    .link-white:hover {
        color: var(--accent-color);
    }

.glass-effect {
    background: #a55950d5;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.fs-very-large {
    /*    font-size: 4.125rem;*/
    font-size: calc(25px + (66 - 25) * (100vw - 320px) / (1920 - 320));
}

.border-bottom-hover:hover {
    border-bottom: 2px solid var(--accent-color);
}

.testimonial-container {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
    /* box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1); */
}

.services-container {
    background-color: transparent;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.rating {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
}

    .rating li {
        color: #f1c644;
    }

        .rating li.inactive {
            color: #d9d9d9;
        }

.logo-partner {
    filter: brightness(200%) contrast(0%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 0.5s;
}

    .logo-partner:hover {
        filter: none;
    }


.accordion .accordion-item {
    background-color: transparent;
    border: none;
    color: var(--accent-color-2);
    outline: none;
    border-radius: 4px;
}

    .accordion .accordion-item .accordion-body {
        color: var(--text-color);
        font-family: var(--font-2);
    }

.accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-button {
    background-color: var(--background-color);
    border: none;
    border-left: solid 10px var(--accent-color);
    outline: none;
    border-radius: 0px !important;
    font-weight: 400;
    font-family: var(--font-1);
    /*    font-size: 18px;*/
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-block: 1.2rem;
    color: var(--accent-color);
}


.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23414260" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23F39005" class="bi bi-dash" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>');
}

.accordion .accordion-button:not(.collapsed) {
    color: var(--text-color);
    font-weight: 400;
    background-color: var(--background-color);
    border: none;
    box-shadow: none;
    border: none;
    border-left: solid 10px var(--accent-color-2);
    color: var(--text-color-2);
    outline: none;
    border-radius: 0px !important;
}

.custom-border {
    border-width: 5px;
    border-style: solid;
    border-color: white;
    border-radius: 20px;
}

.position-xl-absolute {
    position: absolute;
}

.w-60 {
    width: 60% !important;
}

.shadow-double {
    box-shadow: 40px -40px 0px -4px var(--accent-color), -54px 44px 0px -3px var(--text-color-2);
}

.shadow-single-left {
    box-shadow: -54px 44px 0px -3px var(--accent-color);
}

.shadow-single-right {
    box-shadow: 40px -40px 0px -4px var(--accent-color);
}

.shadow-accent-2 {
    -webkit-box-shadow: -90px -23px 0px 0px var(--accent-color);
    -moz-box-shadow: -90px -23px 0px 0px var(--accent-color);
    box-shadow: -90px -23px 0px 0px var(--accent-color);
}

.text-404 {
    font-size: 12rem;
    font-weight: 700;
}

.floating-image {
    position: absolute;
    width: 45%;
}


.floating-banner {
    position: absolute;
    width: 50%;
    padding-right: 5rem;
}

.floating-top {
    margin-top: 16rem;
    top: 0;
    width: 15rem;
    position: absolute;
}

.floating-top-1 {
    margin-top: 4rem;
    width: 11rem;
    position: absolute;
}

.floating-top-2 {
    top: -4rem;
    left: 8rem;
}

.floating-bottom {
    bottom: -10%;
    left: 5%;
    position: absolute;
}


.d-inline-block {
    display: inline-block;
}

.position-responsive {
    position: absolute;
}


@media only screen and (max-width:993px) {
    h1 {
        font-size: calc(19px + (50 - 19) * (100vw - 320px) / (1920 - 320)) !important;
    }

    h2 {
        font-size: calc(20px + (38 - 20) * (100vw - 320px) / (1920 - 320)) !important;
    }

    h3 {
        font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)) !important;
    }

    h4 {
        font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)) !important;
    }

    h5 {
        font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)) !important;
    }

    h6 {
        font-size: calc(17px + (18 - 17) * (100vw - 320px) / (1920 - 320)) !important;
    }

    span,
    p,
    button,
    a {
        font-size: 13px;
    }

    .btn {
        font-size: 13px;
        width: 100%;
    }

    .section {
        padding: 4em 2em 4em 2em;
    }

    .divider {
        width: 330px;
    }

    .fs-very-large {
        font-size: 3.125rem;
    }

    .text-404 {
        font-size: 8rem;
        font-weight: 700;
    }

    .image-absolute-1 {
        left: 45%;
        top: 35%;
    }

    .image-infinite-bg {
        background-size: cover !important;
    }

    #header {
        background: #a55950d5;
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
    }

    .border-custom {
        border-width: 0px 0px 1px 0px;
    }

    .outer-margin {
        margin-right: 0;
    }

    .logo-container {
        max-width: 100px;
    }

    .nav-link {
        padding-block: 0.2rem;
        text-align: center;
    }

    .banner-image {
        margin: 0;
        transform: none;
    }

    .testimonial-img {
        margin: 0;
        margin-bottom: 1rem;
    }

    .dropdown-menu {
        width: 100%;
        box-shadow: none;
    }

    .video-e119 {
        width: 85%;
        margin-left: -1.5rem;
    }

    .dropdown-item {
        padding-block: 0.35rem;
        @media (max-width:991px){
            text-align:center;
        }
    }

    .floating-image {
        position: inherit;
        width: 100%;
    }

    .floating-price {
        top: -2rem;
        right: -4.8rem;
    }

    .floating-banner {
        position: inherit;
        padding-right: 0;
        margin-bottom: 2rem;
        width: 100%;
    }

    .floating-top {
        margin-top: 0rem;
        width: 100%;
        position: relative;
    }

    .floating-top-1 {
        margin-top: 0rem;
        width: 100%;
        position: relative;
    }

    .floating-top-2 {
        top: -4rem;
        left: 5rem;
    }

    .floating-bottom {
        margin-top: 1rem;
        width: 100%;
        position: inherit;
        left: 0;
    }

    .border-testimonial {
        border-right: none;
    }

    .service-container {
        background-color: transparent;
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    .appointment-box {
        top: -2rem;
        bottom: 0;
        left: 0;
        right: 0;
        height: 8rem;
    }

    .w-md-70 {
        width: 70%;
    }

    .w-md-60 {
        width: 60%;
    }

    .position-responsive {
        position: relative;
    }



    .form-appointment-container {
        position: relative;
        transform: translateY(0);
    }

    .list-flush-horizontal {
        flex-direction: column;
    }

        .list-flush-horizontal .list-item:first-child,
        .list-flush-horizontal .list-item {
            border-right: none;
            border-bottom: 1px solid white;
        }

            .list-flush-horizontal .list-item:last-child {
                border-left: none;
                border-bottom: none;
                border-top: 1px solid white;
            }

    .position-xl-absolute {
        position: static;
    }

    .banner-heading {
        font-size: 2.5rem;
    }
}

.contact-area {
    background: rgba(255, 255, 255, 0.002);
    border: 1px solid #EDEDE4;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
    padding: 70px 40px !important;
    height: 100%;
   

{
    font-size: calc(18px + (48 - 18) * (100vw - 320px) / (1920 - 320)) !important;
}

&.sty1 {
    padding: 20px 40px !important;
}

@media(max-width:1199px) {
    padding:50px 40px !important;
}

@media (max-width:767px) {
    padding: 30px 25px !important;
}

}

.contact-wrap {
    background-color: #022226;
    padding: 60px 25px;
    height: 100%;

    @media (max-width:767px) {
        padding: 35px 25px !important;
    }
}

.contact-content {
    text-align: center;
    padding-top: 40px;
}

.media-listing {
    padding: 0 40px;
    li

{
    margin: 10px 0;
}

@media (max-width:1199px) {
    padding: 0 10px;
}

}

.media-bx {
    position: relative;
    a,p

{
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: #fff;
    font-family: var(--font-2);
    display: block;
    text-align: center;
    line-height: 1.8;
    .sty1

{
    text-align: left;
    i

{
    position: absolute;
    left: -20px;
    top: 6px;
}

}
}

i {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
    color: #CB935D;
    padding-right: 8px;
}

}

.img-responsive {
    width: 100%;
    object-fit: cover;
}

.heading {
    font-weight: 500;
    font-size: calc(18px + (40 - 18) * (100vw - 320px) / (1920 - 320));
    border-bottom: 2px solid #CB935D;
    display: inline-block;
    padding-bottom: 5px;
}

//popup//

.c-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.c-popup .popup {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    opacity: 0;
    top: 40%;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    border: 1px solid #eee;
    border-radius: 4px;
}

    .c-popup .popup .popup-wrap {
        background: #fff;
        height: 100%;
        -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
    }

    .c-popup .popup

    .c-popup .popup .c-close:hover {
        color: #fff;
    }

@media (max-width: 991px) {
    .c-popup .popup .c-close {
        font-size: 15px;
        top: -17px;
        right: -12px;
    }
}

.c-popup .popup.popup--full-screen {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: none;
}

.c-popup .popup.active {
    top: 50%;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.c-popup .overlay {
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.c-popup.popup--open .overlay {
    background: rgba(0, 0, 0, 0.6);
}

.c-popup h5 {
    color: #000;
}

.c-popup .form-group input {
    /*    background-color: transparent !important;
    border: 1px solid #eee;
    color: #000;*/
}

    .c-popup .form-group input::-webkit-input-placeholder {
        color: #000 !important;
    }

    .c-popup .form-group input:-ms-input-placeholder {
        color: #000 !important;
    }

    .c-popup .form-group input::-ms-input-placeholder {
        color: #000 !important;
    }

    .c-popup .form-group input::placeholder {
        color: #000 !important;
    }

    .c-popup .form-group input.error-field {
        border-color: red;
    }

.c-close {
    display: inline-block;
    width: 38px;
    height: 38px;
}

@media (max-width: 991px) {
    .c-close {
        width: 30px;
        height: 30px;
    }
}

.c-popup .popup.sm-popup {
    width: 500px;
}

.c-popup .popup.md-popup {
    width: 750px;
}

.c-popup .popup.lg-popup {
    width: 800px;
}

.modal-custom {
    max-width: 1240px;
    height: 100%;
    display: flex;
    align-items: center;

    @media(max-width:1200px) {
        max-width:90%;
    }

    @media(max-width:991px) {
        max-width:500px;
    }

    @media(max-width:575px) {
        max-width:100%;
    }
}

.c-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 999;
    color: #fff;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color-2);
    font-size: 20px;
    border-radius: 50%;
    font-family: "Manrope", sans-serif;
    line-height: normal;
    &.sty1

{
    @media(max-width:575px) {
        top: -5px;
        right: -5px;
    }
}

}

.shape {
    position: absolute;
    user-select: none;
    &.right-area-img

{
    left: 57%;
    height: 100%;
    img

{
    height: 100%;
}

}

@media(max-width:991px) {
    display:none;
}

}

.right-pop {
    position: relative;
    z-index: 1;
    left: 0;
    height: 100%;
    margin-left: -130px;
    bottom: -10px;
    img

{
    height: 100%;
}

@media(max-width:991px) {
    display:none;
}

}

.cl {
    &.Green

{
    color: #04383F;
}

}

.main-banner {
    h1
    {
        font-size: calc(26px + (70 - 26) * (100vw - 320px) / (1920 - 320)) !important;
    }
    p {
        font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)) !important;
    }

}

.sticky-top {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
}

.financial-tabs-nav ul {
    padding-left: 0;
}

    .financial-tabs-nav ul li {
        margin: 0 10px;
        position: relative
    }

        .financial-tabs-nav ul li a {
            padding: 20px;
            text-align: center;
            display: inline-block;
            background: #fff;
            border: 1px solid #D5D5D5;
            color: #343434;
            font-weight: 600;
            font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)) !important;
            width: 100%;
            margin-bottom: 15px;
            text-transform: capitalize;

            @media(max-width:767px) {
                padding:15px;
            }
        }


        .financial-tabs-nav ul li.active:before {
            content: "\f054";
            position: absolute;
            font-family: 'rtmicon' !important;
            color: #389583;
            right: -25px;
            font-size: 40px;
            top: 10px;
        }

@media (max-width: 1366px) {
    .financial-tabs-nav ul li.active:before {
        top: 0;
    }
}

@media (max-width: 991px) {
    .financial-tabs-nav ul li.active:before {
        display: none;
    }
}

.financial-tabs-nav ul li.active a {
    background-color: var(--accent-color-2);
    color: #fff;
}


[class^="tabit-"] {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.stripe {
    padding: 80px 0;

    @media(max-width:991px) {
        padding: 40px 0;
    }
}

.feature-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    @media(max-width:767px) {
        flex-direction: column-reverse;
    }
}

.team-img {
    flex: 0 0 35%;
    max-width: 35%;

    @media (max-width:1199px) {
        flex: 0 0 45%;
        max-width: 45%;
    }

    @media(max-width:767px) {
        flex: 0 0 55%;
        max-width: 55%;
        margin: 0 auto;
    }

    @media (max-width:480px) {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

.team-box {
    flex: 0 0 65%;
    max-width: 65%;

    @media (max-width:1199px) {
        flex: 0 0 55%;
        max-width: 55%;
    }

    @media(max-width:767px) {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

.financial-tabs-inner {
    height: 100%;
    display: flex;
    align-items: center;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}

.navbar-brand {
    display: flex;
    img

{
    max-width: 230px;
}

}

[class^="tabit-"] {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

    [class^="tabit-"].showfirst {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: relative
    }

[class^="box-"] {
    display: none
}

    [class^="box-"].showfirst {
        display: block
    }

.transition-0-4 {
    transition: all 0.4s ease-in-out
}

.dynamic-height {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.copy-right-area {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;

    @media (max-width:991px) {
        padding:10px 0;
    }

    @media (max-width:575px) {
        flex-direction:column;
    }
}

.copyright-left{
    span{
          font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) !important;
        }
    @media (max-width:575px){
        text-align:center;
    }
}

.copyright-right {
    ul{
        padding-left: 0;
        display: flex;
        align-items: center;
        margin-bottom: 0;

        li{
              a{
                        color: #fff;
                        display: block;
                        padding: 0 5px;

                        &:hover{
                                color: var(--accent-color-2);
                               }
               }

               &:first-child{
                   a{
                        padding-left:0;
                    }
               }

               &:last-child{
                   a{
                        padding-right:0;
                    }
               }
          }
    }

    @media (max-width:575px){
        padding-top:10px;
    }
}

.v-hidden {
    visibility: hidden;
    
    @media (max-width:991px){
        display: none;
    }
}

.anchor-site {
    color: #fff;
}

.mob-none {
    @media (max-width:991px){
        display:none;
    }
}

.stripe-sec {
    padding: 50px 0;

    @media (max-width:991px) {
        padding:0;
    }
}