﻿@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Libre+Baskerville&display=swap");
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

/*@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

*/
body, html {
    overflow-x: hidden; /* Evita cualquier overflow horizontal */
    margin: 0;
    padding: 0;
}

.row > * {
    position: relative;
}

h1,
.h1 {
    font-size: 36px !important;
}

h2,
.h2 {
    font-size: 32px !important;
}

h3,
.h3 {
    font-size: 28px !important;
}

h4,
.h4 {
    font-size: 20px !important;
}

h5,
.h5 {
    font-size: 18px !important;
}

h6,
.h6 {
    font-size: 15px !important;
}

.display-0 {
    font-size: 120px !important;
}

.display-1 {
    font-size: 72px !important;
}

.display-2 {
    font-size: 64px !important;
}

.display-3 {
    font-size: 56px !important;
}

.display-4 {
    font-size: 48px !important;
}

.display-5 {
    font-size: 44px !important;
}

.display-6 {
    font-size: 40px !important;
}

.bg-primary {
    background-color: #ef3428 !important;
}

.bg-soft-primary {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #ef3428 !important;
}

    .bg-soft-primary .border {
        border-color: #ef3428 !important;
    }

.text-primary {
    color: #ef3428 !important;
}

.text-data2movie {
    color: #00cfd9 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ef3428 !important;
}

.bg-secondary {
    background-color: #90a1b3 !important;
}

.bg-soft-secondary {
    background-color: rgba(144, 161, 179, 0.1) !important;
    border: 1px solid rgba(144, 161, 179, 0.1) !important;
    color: #90a1b3 !important;
}

    .bg-soft-secondary .border {
        border-color: #90a1b3 !important;
    }

.text-secondary {
    color: #90a1b3 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #8194a9 !important;
}

.bg-success {
    background-color: #8dc351 !important;
}

.bg-soft-success {
    background-color: rgba(141, 195, 81, 0.1) !important;
    border: 1px solid rgba(141, 195, 81, 0.1) !important;
    color: #8dc351 !important;
}

    .bg-soft-success .border {
        border-color: #8dc351 !important;
    }

.text-success {
    color: #8dc351 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #80ba40 !important;
}

.bg-warning {
    background-color: #f1af2d !important;
}

.bg-soft-warning {
    background-color: rgba(241, 175, 45, 0.1) !important;
    border: 1px solid rgba(241, 175, 45, 0.1) !important;
    color: #f1af2d !important;
}

    .bg-soft-warning .border {
        border-color: #f1af2d !important;
    }

.text-warning {
    color: #f1af2d !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #efa615 !important;
}


a.circle-black {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #313131;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    padding: 3%;
    color: #fff;
}

    a.circle-black:hover, a.text-black:focus {
        background-color: #ef3428;
        color: #FFF !important;
    }

.bg-info {
    background-color: #09a5be !important;
}

.bg-soft-info {
    background-color: rgba(9, 165, 190, 0.1) !important;
    border: 1px solid rgba(9, 165, 190, 0.1) !important;
    color: #09a5be !important;
}

    .bg-soft-info .border {
        border-color: #09a5be !important;
    }

.text-info {
    color: #09a5be !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0890a6 !important;
}

.bg-danger {
    background-color: #e84142 !important;
}

.bg-soft-danger {
    background-color: rgba(232, 65, 66, 0.1) !important;
    border: 1px solid rgba(232, 65, 66, 0.1) !important;
    color: #e84142 !important;
}

    .bg-soft-danger .border {
        border-color: #e84142 !important;
    }

.text-danger {
    color: #e84142 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #e52a2b !important;
}

.bg-dark {
    background-color: #3c4858 !important;
}

.bg-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
}

    .bg-soft-dark .border {
        border-color: #3c4858 !important;
    }

.text-dark {
    color: #3c4858 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #323c49 !important;
}

.bg-muted {
    background-color: #8c98a4 !important;
}

.bg-soft-muted {
    background-color: rgba(140, 152, 164, 0.1) !important;
    border: 1px solid rgba(140, 152, 164, 0.1) !important;
    color: #8c98a4 !important;
}

    .bg-soft-muted .border {
        border-color: #8c98a4 !important;
    }

.text-muted {
    color: #8c98a4 !important;
}

a.text-muted:hover, a.text-muted:focus {
    color: #7e8b99 !important;
}

.bg-light {
    background-color: #f7f8fa !important;
}

.bg-soft-light {
    background-color: rgba(247, 248, 250, 0.1) !important;
    border: 1px solid rgba(247, 248, 250, 0.1) !important;
    color: #f7f8fa !important;
}

    .bg-soft-light .border {
        border-color: #f7f8fa !important;
    }

.text-light {
    color: #f7f8fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #e7eaf0 !important;
}

.bg-blue {
    background-color: #ef3428 !important;
}

.bg-soft-blue {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #ef3428 !important;
}

    .bg-soft-blue .border {
        border-color: #ef3428 !important;
    }

.text-blue {
    color: #ef3428 !important;
}

a.text-blue:hover, a.text-blue:focus {
    color: #1a64ee !important;
}

.bg-footer {
    background-color: #1e273e !important;
}

.bg-soft-footer {
    background-color: rgba(30, 39, 62, 0.1) !important;
    border: 1px solid rgba(30, 39, 62, 0.1) !important;
    color: #1e273e !important;
}

    .bg-soft-footer .border {
        border-color: #1e273e !important;
    }

.text-footer {
    color: #1e273e !important;
}

a.text-footer:hover, a.text-footer:focus {
    color: #161c2d !important;
}

.bg-soft-light {
    color: #3c4858 !important;
}

a {
    transition: all 0.5s ease;
}

.d-flex .flex-1 {
    flex: 1;
}

.bg-black {
    background: #161c2d !important;
}

.bg-gray {
    background: #dce2f0 !important;
}

.bg-white-blur {
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.8);
}

video:focus {
    outline: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.opacity-05 {
    opacity: 0.05;
}

.opacity-075 {
    opacity: 0.075;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 30px !important;
}

.border {
    border-color: #e9ecef !important;
}

.border-top {
    border-top-color: #e9ecef !important;
}

.border-bottom {
    border-bottom-color: #e9ecef !important;
}

.border-left {
    border-left-color: #e9ecef !important;
}

.border-right {
    border-right-color: #e9ecef !important;
}

.small, small {
    font-size: 90%;
}

.card {
    background: transparent;
}

    .card .card-body {
        padding: 1.5rem;
    }

.card-title {
    font-size: 1.2em;
}

.card-text {
    font-size: 1em;
    min-height: 175px;
    text-align: justify;
}

.card-mt {
    background: url('/assets/images/soluciones/meribiatransporte/back-index-mt.webp');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
    max-height: 440px;
}

.card-mb {
    background: url('/assets/images/soluciones/meribiabus/back-index-mb.webp');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
    max-height: 440px;
}

.card-mg {
    background: url('/assets/images/soluciones/meribiagestion/back-index-mg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
    max-height: 440px;
}

.card-mc {
    background: url('/assets/images/soluciones/meribiaclinic/back-index-mc.webp');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
    max-height: 440px;
}

.card-md2m {
    background: url('/assets/images/soluciones/meribiadata2movie/back-index-d2m.webp');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
    max-height: 440px;
}

.card-madvance {
    background: url('/assets/images/soluciones/meribiaadvance/back-index-ma.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
    max-height: 440px;
}

.position-middle-bottom {
    position: absolute;
    bottom: 15px;
    left: 12px;
    right: 12px;
    text-align: center;
}

@media (max-width: 767px) {
    .pt-sm-150 {
        padding-top: 200px;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }

    .display-2 {
        font-size: 50px !important;
    }

    .display-3 {
        font-size: 42px !important;
    }

    .display-4 {
        font-size: 36px !important;
    }

    .display-5 {
        font-size: 32px !important;
    }

    .display-6 {
        font-size: 28px !important;
    }
}

.btn-primary {
    background-color: #de4a26 !important;
    border: 0px solid #de4a26 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
        background-color: #ef3428 !important;
        border-color: #ef3428 !important;
        color: #ffffff !important;
    }

.btn-d2m {
    background-color: #00cfd9 !important;
    border: 0px solid #00cfd9 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

    .btn-d2m:hover, .btn-d2m:focus, .btn-d2m:active, .btn-d2m.active, .btn-d2m.focus {
        background-color: #03a8b0 !important;
        border-color: #03a8b0 !important;
        color: #ffffff !important;
    }

.btn-advance {
    background-color: #f3368a !important;
    border: 0px solid #f3368a !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

    .btn-advance:hover, .btn-d2m:focus, .btn-d2m:active, .btn-d2m.active, .btn-d2m.focus {
        background-color: #a6245e !important;
        border-color: #a6245e !important;
        color: #ffffff !important;
    }

.btn-soft-primary {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #ef3428 !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

    .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
        background-color: #ef3428 !important;
        border-color: #ef3428 !important;
        color: #ffffff !important;
    }

.btn-outline-primary {
    border: 1px solid #ef3428;
    color: #ef3428;
    background-color: transparent;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #ef3428;
        border-color: #ef3428;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
    }

.btn-secondary {
    background-color: #90a1b3 !important;
    border: 1px solid #90a1b3 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3);
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
        background-color: #72879e !important;
        border-color: #72879e !important;
        color: #ffffff !important;
    }

.btn-soft-secondary {
    background-color: rgba(144, 161, 179, 0.1) !important;
    border: 1px solid rgba(144, 161, 179, 0.1) !important;
    color: #90a1b3 !important;
    box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3);
}

    .btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
        background-color: #90a1b3 !important;
        border-color: #90a1b3 !important;
        color: #ffffff !important;
    }

.btn-outline-secondary {
    border: 1px solid #90a1b3;
    color: #90a1b3;
    background-color: transparent;
}

    .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
        background-color: #90a1b3;
        border-color: #90a1b3;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3);
    }

.btn-success {
    background-color: #8dc351 !important;
    border: 1px solid #8dc351 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
        background-color: #73a73a !important;
        border-color: #73a73a !important;
        color: #ffffff !important;
    }

.btn-soft-success {
    background-color: rgba(141, 195, 81, 0.1) !important;
    border: 1px solid rgba(141, 195, 81, 0.1) !important;
    color: #8dc351 !important;
    box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);
}

    .btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
        background-color: #8dc351 !important;
        border-color: #8dc351 !important;
        color: #ffffff !important;
    }

.btn-outline-success {
    border: 1px solid #8dc351;
    color: #8dc351;
    background-color: transparent;
}

    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
        background-color: #8dc351;
        border-color: #8dc351;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);
    }

.btn-warning {
    background-color: #f1af2d !important;
    border: 1px solid #f1af2d !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
        background-color: #dc970f !important;
        border-color: #dc970f !important;
        color: #ffffff !important;
    }

.btn-soft-warning {
    background-color: rgba(241, 175, 45, 0.1) !important;
    border: 1px solid rgba(241, 175, 45, 0.1) !important;
    color: #f1af2d !important;
    box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);
}

    .btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
        background-color: #f1af2d !important;
        border-color: #f1af2d !important;
        color: #ffffff !important;
    }

.btn-outline-warning {
    border: 1px solid #f1af2d;
    color: #f1af2d;
    background-color: transparent;
}

    .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
        background-color: #f1af2d;
        border-color: #f1af2d;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);
    }

.btn-info {
    background-color: #09a5be !important;
    border: 1px solid #09a5be !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
        background-color: #077b8d !important;
        border-color: #077b8d !important;
        color: #ffffff !important;
    }

.btn-soft-info {
    background-color: rgba(9, 165, 190, 0.1) !important;
    border: 1px solid rgba(9, 165, 190, 0.1) !important;
    color: #09a5be !important;
    box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);
}

    .btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
        background-color: #09a5be !important;
        border-color: #09a5be !important;
        color: #ffffff !important;
    }

.btn-outline-info {
    border: 1px solid #09a5be;
    color: #09a5be;
    background-color: transparent;
}

    .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
        background-color: #09a5be;
        border-color: #09a5be;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);
    }

.btn-danger {
    background-color: #e84142 !important;
    border: 1px solid #e84142 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
        background-color: #db1b1c !important;
        border-color: #db1b1c !important;
        color: #ffffff !important;
    }

.btn-soft-danger {
    background-color: rgba(232, 65, 66, 0.1) !important;
    border: 1px solid rgba(232, 65, 66, 0.1) !important;
    color: #e84142 !important;
    box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);
}

    .btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
        background-color: #e84142 !important;
        border-color: #e84142 !important;
        color: #ffffff !important;
    }

.btn-outline-danger {
    border: 1px solid #e84142;
    color: #e84142;
    background-color: transparent;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
        background-color: #e84142;
        border-color: #e84142;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);
    }

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
        background-color: #272f3a !important;
        border-color: #272f3a !important;
        color: #ffffff !important;
    }

.btn-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

    .btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
        background-color: #3c4858 !important;
        border-color: #3c4858 !important;
        color: #ffffff !important;
    }

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent;
}

    .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
        background-color: #3c4858;
        border-color: #3c4858;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    }

.btn-muted {
    background-color: #8c98a4 !important;
    border: 1px solid #8c98a4 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);
}

    .btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
        background-color: #707f8d !important;
        border-color: #707f8d !important;
        color: #ffffff !important;
    }

.btn-soft-muted {
    background-color: rgba(140, 152, 164, 0.1) !important;
    border: 1px solid rgba(140, 152, 164, 0.1) !important;
    color: #8c98a4 !important;
    box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);
}

    .btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
        background-color: #8c98a4 !important;
        border-color: #8c98a4 !important;
        color: #ffffff !important;
    }

.btn-outline-muted {
    border: 1px solid #8c98a4;
    color: #8c98a4;
    background-color: transparent;
}

    .btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
        background-color: #8c98a4;
        border-color: #8c98a4;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);
    }

.btn-light {
    background-color: #f7f8fa !important;
    border: 1px solid #f7f8fa !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);
}

    .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
        background-color: #d8dde6 !important;
        border-color: #d8dde6 !important;
        color: #ffffff !important;
    }

.btn-soft-light {
    background-color: rgba(247, 248, 250, 0.1) !important;
    border: 1px solid rgba(247, 248, 250, 0.1) !important;
    color: #f7f8fa !important;
    box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);
}

    .btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
        background-color: #f7f8fa !important;
        border-color: #f7f8fa !important;
        color: #ffffff !important;
    }

.btn-outline-light {
    border: 1px solid #f7f8fa;
    color: #f7f8fa;
    background-color: transparent;
}

    .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
        background-color: #f7f8fa;
        border-color: #f7f8fa;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);
    }

.btn-blue {
    background-color: #ef3428 !important;
    border: 1px solid #ef3428 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
        background-color: #1058df !important;
        border-color: #1058df !important;
        color: #ffffff !important;
    }

.btn-soft-blue {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #ef3428 !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

    .btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus {
        background-color: #ef3428 !important;
        border-color: #ef3428 !important;
        color: #ffffff !important;
    }

.btn-outline-blue {
    border: 1px solid #ef3428;
    color: #ef3428;
    background-color: transparent;
}

    .btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active {
        background-color: #ef3428;
        border-color: #ef3428;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
    }

.btn-footer {
    background-color: #1e273e !important;
    border: 1px solid #1e273e !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);
}

    .btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
        background-color: #0e111c !important;
        border-color: #0e111c !important;
        color: #ffffff !important;
    }

.btn-soft-footer {
    background-color: rgba(30, 39, 62, 0.1) !important;
    border: 1px solid rgba(30, 39, 62, 0.1) !important;
    color: #1e273e !important;
    box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);
}

    .btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
        background-color: #1e273e !important;
        border-color: #1e273e !important;
        color: #ffffff !important;
    }

.btn-outline-footer {
    border: 1px solid #1e273e;
    color: #1e273e;
    background-color: transparent;
}

    .btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
        background-color: #1e273e;
        border-color: #1e273e;
        color: #ffffff !important;
        box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);
    }

.btn {
    padding: 10px 20px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 5px;
}

    .btn:focus {
        box-shadow: none !important;
    }

    .btn.btn-sm {
        padding: 7px 16px;
        font-size: 10px;
    }

    .btn.btn-lg {
        padding: 14px 30px;
        font-size: 16px;
    }

    .btn.searchbtn {
        padding: 6px 20px;
    }

    .btn.btn-pills {
        border-radius: 30px;
    }

    .btn.btn-pills-0 {
        border-radius: 0;
    }

    .btn.btn-font-sm {
        font-size: 14px;
    }

    .btn.btn-light {
        color: #3c4858 !important;
        border: 1px solid #dee2e6 !important;
    }

        .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
            background-color: #3c4858 !important;
            border: 1px solid #3c4858 !important;
            color: #ffffff !important;
            box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
        }

    .btn.btn-soft-light {
        color: rgba(60, 72, 88, 0.5) !important;
        border: 1px solid #dee2e6 !important;
    }

        .btn.btn-soft-light:hover, .btn.btn-soft-light:focus, .btn.btn-soft-light:active, .btn.btn-soft-light.active, .btn.btn-soft-light.focus {
            color: #3c4858 !important;
        }

    .btn.btn-outline-light {
        border: 1px solid #dee2e6 !important;
        color: #3c4858 !important;
        background-color: transparent;
    }

        .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
            background-color: #f7f8fa !important;
        }

    .btn.btn-icon {
        height: 44px;
        width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

        .btn.btn-icon .icons {
            height: 16px;
            width: 16px;
            font-size: 16px;
        }

        .btn.btn-icon.btn-lg {
            height: 54px;
            width: 54px;
        }

            .btn.btn-icon.btn-lg .icons {
                height: 18px;
                width: 18px;
                font-size: 18px;
            }

        .btn.btn-icon.btn-sm {
            height: 31px;
            width: 31px;
        }

button:not(:disabled) {
    outline: none;
}

.shadow {
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.text-shadow-dark-lg {
    text-shadow: 0 10px 25px rgba(60, 72, 88, 0.8);
    letter-spacing: 3px;
}

.badge {
    letter-spacing: 0.5px;
    padding: 4px 8px;
    font-weight: 500;
    line-height: 11px;
}

    .badge.badge-link:hover {
        color: #ffffff !important;
    }

    .badge:hover {
        color: #ffffff;
    }

.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item:active, .dropdown-primary .dropdown-menu .dropdown-item.focus, .dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #ef3428 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item.active, .dropdown-secondary .dropdown-menu .dropdown-item:active, .dropdown-secondary .dropdown-menu .dropdown-item.focus, .dropdown-secondary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #90a1b3 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item.active, .dropdown-success .dropdown-menu .dropdown-item:active, .dropdown-success .dropdown-menu .dropdown-item.focus, .dropdown-success .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8dc351 !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item.active, .dropdown-warning .dropdown-menu .dropdown-item:active, .dropdown-warning .dropdown-menu .dropdown-item.focus, .dropdown-warning .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f1af2d !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item.active, .dropdown-info .dropdown-menu .dropdown-item:active, .dropdown-info .dropdown-menu .dropdown-item.focus, .dropdown-info .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #09a5be !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item.active, .dropdown-danger .dropdown-menu .dropdown-item:active, .dropdown-danger .dropdown-menu .dropdown-item.focus, .dropdown-danger .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #e84142 !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item.active, .dropdown-dark .dropdown-menu .dropdown-item:active, .dropdown-dark .dropdown-menu .dropdown-item.focus, .dropdown-dark .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover, .dropdown-muted .dropdown-menu .dropdown-item.active, .dropdown-muted .dropdown-menu .dropdown-item:active, .dropdown-muted .dropdown-menu .dropdown-item.focus, .dropdown-muted .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8c98a4 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item.active, .dropdown-light .dropdown-menu .dropdown-item:active, .dropdown-light .dropdown-menu .dropdown-item.focus, .dropdown-light .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f7f8fa !important;
}

.dropdown-blue .dropdown-menu .dropdown-item:hover, .dropdown-blue .dropdown-menu .dropdown-item.active, .dropdown-blue .dropdown-menu .dropdown-item:active, .dropdown-blue .dropdown-menu .dropdown-item.focus, .dropdown-blue .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #ef3428 !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover, .dropdown-footer .dropdown-menu .dropdown-item.active, .dropdown-footer .dropdown-menu .dropdown-item:active, .dropdown-footer .dropdown-menu .dropdown-item.focus, .dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #1e273e !important;
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #ffffff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

    .btn-group .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 45px;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-radius: 0.5px;
        border-color: transparent transparent #ffffff #ffffff;
        transform-origin: 0 0;
        transform: rotate(135deg);
        box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
    }

.alert-primary {
    background-color: rgba(50, 116, 240, 0.9);
    color: #ffffff;
    border-color: #ef3428;
}

    .alert-primary .alert-link {
        color: #093280;
    }

.alert-outline-primary {
    background-color: #ffffff;
    color: #ef3428;
    border-color: #ef3428;
}

.alert-secondary {
    background-color: rgba(144, 161, 179, 0.9);
    color: #ffffff;
    border-color: #90a1b3;
}

    .alert-secondary .alert-link {
        color: #455565;
    }

.alert-outline-secondary {
    background-color: #ffffff;
    color: #90a1b3;
    border-color: #90a1b3;
}

.alert-success {
    background-color: rgba(141, 195, 81, 0.9);
    color: #ffffff;
    border-color: #8dc351;
}

    .alert-success .alert-link {
        color: #3f5b20;
    }

.alert-outline-success {
    background-color: #ffffff;
    color: #8dc351;
    border-color: #8dc351;
}

.alert-warning {
    background-color: rgba(241, 175, 45, 0.9);
    color: #ffffff;
    border-color: #f1af2d;
}

    .alert-warning .alert-link {
        color: #7d5608;
    }

.alert-outline-warning {
    background-color: #ffffff;
    color: #f1af2d;
    border-color: #f1af2d;
}

.alert-info {
    background-color: rgba(9, 165, 190, 0.9);
    color: #ffffff;
    border-color: #09a5be;
}

    .alert-info .alert-link {
        color: #02262c;
    }

.alert-outline-info {
    background-color: #ffffff;
    color: #09a5be;
    border-color: #09a5be;
}

.alert-danger {
    background-color: rgba(232, 65, 66, 0.9);
    color: #ffffff;
    border-color: #e84142;
}

    .alert-danger .alert-link {
        color: #801010;
    }

.alert-outline-danger {
    background-color: #ffffff;
    color: #e84142;
    border-color: #e84142;
}

.alert-dark {
    background-color: rgba(60, 72, 88, 0.9);
    color: #ffffff;
    border-color: #3c4858;
}

    .alert-dark .alert-link {
        color: black;
    }

.alert-outline-dark {
    background-color: #ffffff;
    color: #3c4858;
    border-color: #3c4858;
}

.alert-muted {
    background-color: rgba(140, 152, 164, 0.9);
    color: #ffffff;
    border-color: #8c98a4;
}

    .alert-muted .alert-link {
        color: #434c54;
    }

.alert-outline-muted {
    background-color: #ffffff;
    color: #8c98a4;
    border-color: #8c98a4;
}

.alert-light {
    background-color: rgba(247, 248, 250, 0.9);
    color: #ffffff;
    border-color: #f7f8fa;
}

    .alert-light .alert-link {
        color: #99a6bf;
    }

.alert-outline-light {
    background-color: #ffffff;
    color: #f7f8fa;
    border-color: #f7f8fa;
}

.alert-blue {
    background-color: rgba(50, 116, 240, 0.9);
    color: #ffffff;
    border-color: #ef3428;
}

    .alert-blue .alert-link {
        color: #093280;
    }

.alert-outline-blue {
    background-color: #ffffff;
    color: #ef3428;
    border-color: #ef3428;
}

.alert-footer {
    background-color: rgba(30, 39, 62, 0.9);
    color: #ffffff;
    border-color: #1e273e;
}

    .alert-footer .alert-link {
        color: black;
    }

.alert-outline-footer {
    background-color: #ffffff;
    color: #1e273e;
    border-color: #1e273e;
}

.alert {
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 13px;
}

    .alert.alert-light {
        background-color: white;
        color: #3c4858;
        border-color: #e9ecef;
    }

    .alert.alert-dismissible {
        padding-right: 30px;
    }

        .alert.alert-dismissible .btn-close {
            top: 10px;
            right: 10px;
            padding: 0px;
        }

    .alert.alert-pills {
        border-radius: 30px;
        display: inline-block;
    }

        .alert.alert-pills .content {
            font-weight: 500;
        }

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
}

    .breadcrumb.breadcrumb-muted .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.5);
    }

        .breadcrumb.breadcrumb-muted .breadcrumb-item a:hover {
            color: #ffffff !important;
        }

    .breadcrumb.breadcrumb-muted .breadcrumb-item:after {
        color: rgba(255, 255, 255, 0.5);
    }

    .breadcrumb.breadcrumb-muted .breadcrumb-item.active {
        color: #ffffff !important;
    }

    .breadcrumb .breadcrumb-item {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        padding-left: 0;
        display: inline-block;
    }

        .breadcrumb .breadcrumb-item a {
            color: #3c4858;
        }

            .breadcrumb .breadcrumb-item a:hover {
                color: #ef3428;
            }

        .breadcrumb .breadcrumb-item.active {
            color: #ef3428;
        }

        .breadcrumb .breadcrumb-item:before {
            content: "";
        }

        .breadcrumb .breadcrumb-item:after {
            content: "\F0142" !important;
            font-size: 15px;
            color: #3c4858;
            font-family: 'Material Design Icons';
            padding-left: 5px;
        }

        .breadcrumb .breadcrumb-item:last-child:after {
            display: none;
        }

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    color: #3c4858;
    padding: 0;
    width: 36px;
    height: 36px;
    margin: auto 8px;
    background: #f8f9fa;
    transition: all 0.5s ease;
    font-size: 14px;
}

    .pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
        background: #ef3428;
        color: #ffffff;
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    }

.avatar.avatar-ex-sm {
    max-height: 25px;
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px;
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px;
}

.avatar.avatar-large {
    height: 140px;
    width: 140px;
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px;
}

.accordion .accordion-item {
    overflow: hidden;
}

    .accordion .accordion-item .accordion-button {
        font-weight: 500;
        text-align: left;
        padding-right: 32px;
    }

        .accordion .accordion-item .accordion-button:focus {
            box-shadow: none;
        }

        .accordion .accordion-item .accordion-button:after {
            content: '-';
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: #ef3428;
            position: absolute;
            right: 20px;
            transition: all 0.5s ease;
        }

        .accordion .accordion-item .accordion-button.collapsed {
            background-color: #ffffff;
            transition: all 0.5s;
        }

            .accordion .accordion-item .accordion-button.collapsed:after {
                content: '+';
                width: 20px;
                height: 20px;
                right: 10px;
                line-height: 20px;
                color: #3c4858;
            }

        .accordion .accordion-item .accordion-button:after {
            background-image: none;
        }

        .accordion .accordion-item .accordion-button:not(.collapsed) {
            color: #ef3428;
            box-shadow: none;
        }

    .accordion .accordion-item .accordion-body {
        padding: 0 20px 20px;
    }

.nav-pills {
    margin-bottom: 15px;
    background: #f4f5f8;
}

    .nav-pills .nav-link {
        color: #495057 !important;
        padding: 5px;
        transition: all 0.5s ease;
    }

        .nav-pills .nav-link.nav-link-alt {
            color: #ffffff !important;
        }

            .nav-pills .nav-link.nav-link-alt.active {
                background: #3c4858 !important;
            }

        .nav-pills .nav-link.active {
            background: #ef3428;
            color: #ffffff !important;
        }

            .nav-pills .nav-link.active .tab-para {
                color: rgba(255, 255, 255, 0.5) !important;
            }

.progress-box .progress {
    height: 4px;
    overflow: visible;
}

    .progress-box .progress .progress-bar {
        border-radius: 6px;
        animation: animate-positive 3s;
        overflow: visible !important;
    }

    .progress-box .progress .progress-value {
        position: absolute;
        top: -32px;
        right: 0;
    }

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.blockquote {
    font-size: 18px;
    max-width: 700px;
    position: relative;
    padding: 24px;
}

.form-label,
.form-check-label {
    font-weight: 500;
    font-size: 15px;
}

.form-control {
    border: 1px solid #dee2e6;
    font-size: 13px;
    line-height: 32px;
    background-color: #ffffff;
    border-radius: 6px;
}

    .form-control:focus {
        border-color: #ef3428;
        box-shadow: none;
    }

    .form-control[readonly] {
        background-color: #ffffff;
    }

    .form-control:disabled {
        background-color: #dee2e6;
    }

.form-check-input:focus {
    border-color: #ef3428;
    box-shadow: none;
}

.form-check-input.form-check-input:checked {
    background-color: #ef3428;
    border-color: #ef3428;
}

.subcribe-form .btn {
    padding: 10px 20px;
}

.subcribe-form input {
    padding: 12px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 1.5px;
    right: 2px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

    .table-responsive .table td,
    .table-responsive .table th {
        vertical-align: middle;
    }

    .table-responsive .table.table-nowrap th,
    .table-responsive .table.table-nowrap td {
        white-space: nowrap;
    }

    .table-responsive .table-center th {
        vertical-align: middle !important;
    }

    .table-responsive .table-center tbody tr:hover {
        color: #3c4858;
        background-color: #f8f9fa;
    }

    .table-responsive .table-center.invoice-tb th,
    .table-responsive .table-center.invoice-tb td {
        text-align: end;
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
}

    #preloader #status {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        #preloader #status .spinner {
            width: 40px;
            height: 40px;
            position: relative;
            margin: 100px auto;
        }

            #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #ef3428;
                opacity: 0.6;
                position: absolute;
                top: 0;
                left: 0;
                animation: sk-bounce 2.0s infinite ease-in-out;
            }

            #preloader #status .spinner .double-bounce2 {
                animation-delay: -1.0s;
            }

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

    .social-icon li a .fea-social {
        stroke-width: 2;
    }

    .social-icon li a:hover {
        background-color: #ef3428;
        border-color: #ef3428 !important;
        color: #ffffff !important;
    }

        .social-icon li a:hover .fea-social {
            fill: #ef3428;
        }

.social-icon.social li a {
    color: #8890a4;
    border-color: #8890a4;
}

.social-icon.foot-social-icon li a {
    color: #8890a4;
    border-color: #232d48;
}

.social-icon.team-social li a {
    color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.social-icon.tagline-social li a {
    border: none;
    height: auto;
    width: auto;
    padding-left: 8px;
}

    .social-icon.tagline-social li a i {
        color: #8c98a4;
    }

        .social-icon.tagline-social li a i:hover {
            color: #ef3428 !important;
        }

    .social-icon.tagline-social li a:hover {
        background: transparent;
    }

.social-icon.tagline-social.social-white li a i {
    color: #ffffff;
}

.social-icon.tagline-social.social-dark li a i {
    color: #3c4858;
}

.dropcaps {
    float: left;
    line-height: 1;
    font-weight: bold;
}

.back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ef3428;
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    transition: all 0.5s ease;
}

    .back-to-top:hover {
        background-color: #1058df !important;
    }

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.sticky-bar {
    position: sticky;
    top: 80px;
}

.fea {
    stroke-width: 1.8;
}

    .fea.icon-sm {
        height: 16px;
        width: 16px;
    }

    .fea.icon-ex-md {
        height: 20px;
        width: 20px;
    }

    .fea.icon-m-md {
        height: 28px;
        width: 28px;
    }

    .fea.icon-md {
        height: 35px;
        width: 35px;
    }

    .fea.icon-lg {
        height: 42px;
        width: 42px;
    }

    .fea.icon-ex-lg {
        height: 52px;
        width: 52px;
    }

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin: 0;
}

.uim-svg {
    vertical-align: 0 !important;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #3c4858;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-weight: 500;
}

::selection {
    background: rgba(50, 116, 240, 0.9);
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.switcher-button .t-dark,
.switcher-button .t-rtl-light {
    display: inline-flex;
}

.switcher-button .t-ltr-light,
.switcher-button .t-light,
.switcher-button .t-rtl-dark,
.switcher-button .t-ltr-dark {
    display: none;
}

.section {
    padding: 100px 0;
    position: relative;
}

    .section .rounded {
        border-radius: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(22, 28, 45, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-05 {
    background-color: rgba(22, 28, 45, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-gradient-primary {
    background: linear-gradient(to left, #1058df 0%, #614092 100%);
}

.bg-linear-gradient {
    background: linear-gradient(to bottom, rgba(22, 28, 45, 0.8) 0%, rgba(60, 72, 88, 0.3) 25%, rgba(60, 72, 88, 0.3) 35%, rgba(22, 28, 45, 0.8) 100%);
}

.bg-gradient-overlay {
    background: linear-gradient(to bottom, rgba(22, 28, 45, 0.5) 0%, rgba(22, 28, 45, 0.6) 25%, rgba(22, 28, 45, 0.7) 50%, rgba(22, 28, 45, 0.8) 100%);
}

.bg-gradient-white-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
}

.bg-gradient-overlay-white {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.9) 20%, white 25%, white 30%, white 35%, white 40%, white 45%, white 50%, white 55%, white 60%, white 65%, white 70%, white 75%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.1) 100%);
}

.bg-gradient-overlay-dark {
    background-image: linear-gradient(to left, rgba(22, 28, 45, 0.1) 0%, rgba(22, 28, 45, 0.3) 5%, rgba(22, 28, 45, 0.5) 10%, rgba(22, 28, 45, 0.7) 15%, rgba(22, 28, 45, 0.9) 20%, #161c2d 25%, #161c2d 30%, #161c2d 35%, #161c2d 40%, #161c2d 45%, #161c2d 50%, #161c2d 55%, #161c2d 60%, #161c2d 65%, #161c2d 70%, #161c2d 75%, rgba(22, 28, 45, 0.9) 80%, rgba(22, 28, 45, 0.7) 85%, rgba(22, 28, 45, 0.5) 90%, rgba(22, 28, 45, 0.3) 95%, rgba(22, 28, 45, 0.1) 100%);
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.card {
    border: none;
}

    .card .card-img {
        position: relative;
    }

        .card .card-img .card-overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(22, 28, 45, 0.9) 100%);
            transition: all 0.5s ease;
        }

    .card:hover .card-img .card-overlay {
        opacity: 1;
    }

.features-absolute {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}

.features-absolute {
    margin: -200px 0 0px;
}

@media (max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0;
    }
}

.title-heading {
    line-height: 26px;
}

    .title-heading .heading {
        font-size: 45px !important;
        letter-spacing: 1px;
    }

        .title-heading .heading.page-heading {
            font-size: 36px !important;
        }

@media (max-width: 768px) {
    .title-heading .heading.page-heading {
        font-size: 30px !important;
    }
}

@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 36px !important;
    }
}

.title-heading .para-desc {
    font-size: 16px;
}

.section-title .title {
    font-size: 28px !important;
}

@media (max-width: 768px) {
    .section-title .title {
        font-size: 24px !important;
    }
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}

    .shape > svg {
        transform: scale(2);
        width: 100%;
        height: auto;
        transform-origin: top center;
    }

    .shape.seo-hero {
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        height: 250px;
        background: #ffffff;
    }

@media (max-width: 768px) {
    .shape.seo-hero {
        height: 140px;
    }
}

@media (max-width: 425px) {
    .shape.seo-hero {
        height: 60px;
    }
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px;
    }
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    z-index: 1;
    left: 0;
}

    .home-shape-arrow i {
        background: #f7f8fa;
        height: 50px;
        width: 50px;
        margin: 0 auto;
        line-height: 50px;
        text-align: center;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        border-radius: 30px;
    }

    .home-shape-arrow .arrow-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: inline-block;
    }

.ribbon.ribbon-primary span {
    background-color: #ef3428 !important;
}

    .ribbon.ribbon-primary span:before {
        border-left-color: #1058df;
        border-top-color: #1058df;
    }

    .ribbon.ribbon-primary span:after {
        border-right-color: #1058df;
        border-top-color: #1058df;
    }

.ribbon.ribbon-secondary span {
    background-color: #90a1b3 !important;
}

    .ribbon.ribbon-secondary span:before {
        border-left-color: #72879e;
        border-top-color: #72879e;
    }

    .ribbon.ribbon-secondary span:after {
        border-right-color: #72879e;
        border-top-color: #72879e;
    }

.ribbon.ribbon-success span {
    background-color: #8dc351 !important;
}

    .ribbon.ribbon-success span:before {
        border-left-color: #73a73a;
        border-top-color: #73a73a;
    }

    .ribbon.ribbon-success span:after {
        border-right-color: #73a73a;
        border-top-color: #73a73a;
    }

.ribbon.ribbon-warning span {
    background-color: #f1af2d !important;
}

    .ribbon.ribbon-warning span:before {
        border-left-color: #dc970f;
        border-top-color: #dc970f;
    }

    .ribbon.ribbon-warning span:after {
        border-right-color: #dc970f;
        border-top-color: #dc970f;
    }

.ribbon.ribbon-info span {
    background-color: #09a5be !important;
}

    .ribbon.ribbon-info span:before {
        border-left-color: #077b8d;
        border-top-color: #077b8d;
    }

    .ribbon.ribbon-info span:after {
        border-right-color: #077b8d;
        border-top-color: #077b8d;
    }

.ribbon.ribbon-danger span {
    background-color: #e84142 !important;
}

    .ribbon.ribbon-danger span:before {
        border-left-color: #db1b1c;
        border-top-color: #db1b1c;
    }

    .ribbon.ribbon-danger span:after {
        border-right-color: #db1b1c;
        border-top-color: #db1b1c;
    }

.ribbon.ribbon-dark span {
    background-color: #3c4858 !important;
}

    .ribbon.ribbon-dark span:before {
        border-left-color: #272f3a;
        border-top-color: #272f3a;
    }

    .ribbon.ribbon-dark span:after {
        border-right-color: #272f3a;
        border-top-color: #272f3a;
    }

.ribbon.ribbon-muted span {
    background-color: #8c98a4 !important;
}

    .ribbon.ribbon-muted span:before {
        border-left-color: #707f8d;
        border-top-color: #707f8d;
    }

    .ribbon.ribbon-muted span:after {
        border-right-color: #707f8d;
        border-top-color: #707f8d;
    }

.ribbon.ribbon-light span {
    background-color: #f7f8fa !important;
}

    .ribbon.ribbon-light span:before {
        border-left-color: #d8dde6;
        border-top-color: #d8dde6;
    }

    .ribbon.ribbon-light span:after {
        border-right-color: #d8dde6;
        border-top-color: #d8dde6;
    }

.ribbon.ribbon-blue span {
    background-color: #ef3428 !important;
}

    .ribbon.ribbon-blue span:before {
        border-left-color: #1058df;
        border-top-color: #1058df;
    }

    .ribbon.ribbon-blue span:after {
        border-right-color: #1058df;
        border-top-color: #1058df;
    }

.ribbon.ribbon-footer span {
    background-color: #1e273e !important;
}

    .ribbon.ribbon-footer span:before {
        border-left-color: #0e111c;
        border-top-color: #0e111c;
    }

    .ribbon.ribbon-footer span:after {
        border-right-color: #0e111c;
        border-top-color: #0e111c;
    }

.ribbon {
    position: absolute;
    top: -5px;
    width: 75px;
    height: 75px;
    z-index: 2;
}

    .ribbon.ribbon-right {
        right: -5px;
    }

        .ribbon.ribbon-right span {
            right: -22px;
            transform: rotate(45deg);
        }

    .ribbon.ribbon-left {
        left: -5px;
    }

        .ribbon.ribbon-left span {
            left: -22px;
            transform: rotate(-45deg);
        }

    .ribbon span {
        position: absolute;
        top: 17px;
        width: 100px;
        color: #ffffff;
    }

        .ribbon span:before, .ribbon span:after {
            content: "";
            position: absolute;
            top: 100%;
            z-index: -1;
            border: 3px solid transparent;
        }

        .ribbon span:before {
            left: 0;
        }

        .ribbon span:after {
            right: 0;
        }

.text-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

    .text-slider > ul {
        white-space: nowrap;
    }

    .text-slider .move-text {
        animation: moveSlideshow 12s linear infinite;
    }

@keyframes moveSlideshow {
    100% {
        transform: translateX(-45%);
    }
}

.mover {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

.feature-posts-placeholder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 66.6%;
}

@media (max-width: 425px) {
    .feature-posts-placeholder {
        height: 80%;
    }
}

@media (max-width: 768px) {
    .img-fluid-responsive img {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .img-fluid-responsive img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    transition: all .5s ease;
    font-family: "Poppins", sans-serif;
}

    #topnav .logo {
        float: left;
        color: #3c4858 !important;
    }

        #topnav .logo .l-dark,
        #topnav .logo .logo-dark-mode {
            display: none;
        }

        #topnav .logo .l-light,
        #topnav .logo .logo-light-mode {
            display: inline-block;
        }

        #topnav .logo:focus {
            outline: none;
        }

    #topnav .has-submenu {
        position: relative;
    }

        #topnav .has-submenu .submenu.megamenu .menu-list-icon {
            font-size: 16px !important;
        }

        #topnav .has-submenu .submenu .submenu-arrow {
            border: solid #3c4858;
            border-radius: 0.5px;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 2px;
            transform: rotate(-45deg);
            transition: all 0.3s ease;
            position: absolute;
            right: 20px;
            top: 14px;
        }

        #topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
            border-color: #ef3428;
        }

        #topnav .has-submenu.active a {
            color: #ffffff;
        }

        #topnav .has-submenu.active .submenu li.active > a {
            color: #ef3428 !important;
        }

        #topnav .has-submenu.active.active .menu-arrow {
            border-color: #ef3428;
        }

    #topnav .navbar-toggle {
        border: 0;
        position: relative;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

        #topnav .navbar-toggle .lines {
            width: 25px;
            display: block;
            position: relative;
            margin: 30px 0 26px 10px;
            height: 18px;
        }

        #topnav .navbar-toggle span {
            height: 2px;
            width: 100%;
            background-color: #3c4858;
            display: block;
            margin-bottom: 5px;
            transition: transform .5s ease;
        }

            #topnav .navbar-toggle span:last-child {
                margin-bottom: 0;
            }

    #topnav .buy-button {
        float: right;
        line-height: 68px;
        padding-bottom: 6px;
    }

        #topnav .buy-button > li {
            line-height: initial;
        }

        #topnav .buy-button .nav-light-icon-dark {
            display: none;
        }

        #topnav .buy-button .nav-light-icon-white {
            display: inline-block;
        }

        #topnav .buy-button .dropdown .dropdown-toggle:after,
        #topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
            display: none;
        }

    #topnav .navbar-toggle.open span {
        position: absolute;
    }

        #topnav .navbar-toggle.open span:first-child {
            top: 6px;
            transform: rotate(45deg);
        }

        #topnav .navbar-toggle.open span:nth-child(2) {
            visibility: hidden;
        }

        #topnav .navbar-toggle.open span:last-child {
            width: 100%;
            top: 6px;
            transform: rotate(-45deg);
        }

        #topnav .navbar-toggle.open span:hover {
            background-color: #ef3428;
        }

    #topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
    #topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
        background-color: transparent;
    }

    #topnav .navigation-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #topnav .navigation-menu > li {
            float: left;
            display: block;
            position: relative;
            margin: 0 10px;
        }

            #topnav .navigation-menu > li:hover > a,
            #topnav .navigation-menu > li.active > a {
                color: #ef3428 !important;
            }

            #topnav .navigation-menu > li > a {
                display: block;
                color: #3c4858;
                font-size: 13px;
                background-color: transparent !important;
                font-weight: 600;
                letter-spacing: 1px;
                line-height: 24px;
                text-transform: uppercase;
                transition: all 0.5s;
                padding-left: 10px;
                padding-right: 10px;
            }

                #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
                    color: #ef3428;
                }

            #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
                padding: 10px 20px;
                white-space: nowrap;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 0.04em;
                font-weight: 700;
                color: #3c4858 !important;
            }

        #topnav .navigation-menu.nav-right > li:last-child {
            margin-right: 0;
        }

            #topnav .navigation-menu.nav-right > li:last-child a {
                padding-right: 0;
            }

        #topnav .navigation-menu.nav-left > li:first-child {
            margin-left: 0;
        }

        #topnav .navigation-menu .has-submenu .menu-arrow {
            border: solid #3c4858;
            border-radius: 0.5px;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            position: absolute;
            transition: all 0.5s;
            right: -1px;
            top: 30px;
        }

    #topnav .menu-extras {
        float: right;
    }

    #topnav.scroll {
        background-color: #ffffff;
        border: none;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    }

        #topnav.scroll .navigation-menu > li > a {
            color: #3c4858;
        }

        #topnav.scroll .navigation-menu > li > .menu-arrow {
            border-color: #3c4858;
        }

        #topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
            color: #ef3428;
        }

        #topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
            border-color: #ef3428;
        }

    #topnav.defaultscroll.dark-menubar .logo {
        line-height: 70px;
    }

    #topnav.defaultscroll.scroll .logo {
        line-height: 62px;
    }

    #topnav.defaultscroll.scroll.dark-menubar .logo {
        line-height: 62px;
    }

    #topnav.nav-sticky {
        backdrop-filter: blur(12px);
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    }

        #topnav.nav-sticky .navigation-menu.nav-light > li > a {
            color: #3c4858;
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
            color: #ef3428 !important;
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
            border-color: #ef3428 !important;
        }

        #topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
            color: #ef3428 !important;
        }

        #topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
            border-color: #3c4858;
        }

        #topnav.nav-sticky.tagline-height {
            top: 0 !important;
        }

        #topnav.nav-sticky .buy-button .nav-light-icon-dark {
            display: inline-block;
        }

        #topnav.nav-sticky .buy-button .nav-light-icon-white {
            display: none;
        }

        #topnav.nav-sticky .logo .l-dark {
            display: inline-block;
        }

        #topnav.nav-sticky .logo .l-light {
            display: none;
        }

.logo {
    font-weight: 600;
    font-size: 24px;
    margin-right: 15px;
    padding: 0 5px 6px 0;
    letter-spacing: 1px;
    line-height: 68px;
}

@media (min-width: 1025px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        width: 1116px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #topnav .navigation-menu > li .submenu.megamenu {
        width: 936px !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        #topnav .navigation-menu > .has-submenu .submenu .has-submenu:hover .submenu-arrow {
            right: 16px;
        }

        #topnav .navigation-menu > .has-submenu .menu-arrow {
            display: none;
        }

        #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
            top: 33px !important;
        }

        #topnav .navigation-menu > .has-submenu.active .menu-arrow {
            top: 30px;
        }

        #topnav .navigation-menu > li .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            padding: 15px 0;
            list-style: none;
            min-width: 180px;
            visibility: hidden;
            opacity: 0;
            margin-top: 10px;
            transition: all .2s ease;
            border-radius: 6px;
            background-color: #ffffff;
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        }

            #topnav .navigation-menu > li .submenu li {
                position: relative;
            }

                #topnav .navigation-menu > li .submenu li a {
                    display: block;
                    padding: 10px 20px;
                    clear: both;
                    white-space: nowrap;
                    font-size: 11px;
                    text-transform: uppercase;
                    letter-spacing: 0.04em;
                    font-weight: 600;
                    color: #3c4858 !important;
                    transition: all 0.3s;
                }

                    #topnav .navigation-menu > li .submenu li a:hover {
                        color: #ef3428 !important;
                    }

                #topnav .navigation-menu > li .submenu li ul {
                    list-style: none;
                    padding-left: 0;
                    margin: 0;
                }

            #topnav .navigation-menu > li .submenu.megamenu {
                white-space: nowrap;
                left: 50%;
                transform: translateX(-50%);
                position: fixed;
                top: auto;
                display: flex;
            }

                #topnav .navigation-menu > li .submenu.megamenu > li {
                    overflow: hidden;
                    display: inline-block;
                    vertical-align: top;
                    width: 20%;
                }

                    #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
                        left: 100%;
                        top: 0;
                        margin-left: 10px;
                        margin-top: -1px;
                    }

            #topnav .navigation-menu > li .submenu > li .submenu {
                left: 101%;
                top: 0;
                margin-left: 10px;
                margin-top: -1px;
            }

        #topnav .navigation-menu > li > a {
            padding-top: 25px;
            padding-bottom: 25px;
            min-height: 62px;
        }

        #topnav .navigation-menu > li:hover > .menu-arrow {
            border-color: #ef3428;
        }

        #topnav .navigation-menu > li:hover > a,
        #topnav .navigation-menu > li.active > a {
            color: #ef3428 !important;
        }

        #topnav .navigation-menu > li:last-child .submenu {
            left: auto;
            right: 0;
        }

            #topnav .navigation-menu > li:last-child .submenu:before {
                left: auto;
                right: 10px;
            }

            #topnav .navigation-menu > li:last-child .submenu > li.has-submenu .submenu {
                left: auto;
                right: 100%;
                margin-left: 0;
                margin-right: 10px;
            }

        #topnav .navigation-menu.nav-light > li > a {
            color: rgba(255, 255, 255, 0.5);
        }

        #topnav .navigation-menu.nav-light > li.active > a {
            color: #ffffff !important;
        }

        #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
            border-color: #ffffff !important;
        }

        #topnav .navigation-menu.nav-light > li:hover > a {
            color: #ffffff !important;
        }

        #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
            border-color: rgba(255, 255, 255, 0.5);
        }

        #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
            border-color: #ffffff !important;
        }

        #topnav .navigation-menu.nav-right {
            justify-content: flex-end !important;
        }

        #topnav .navigation-menu.nav-left {
            justify-content: flex-start !important;
        }

            #topnav .navigation-menu.nav-left > li.last-elements .submenu {
                left: 0 !important;
                right: auto !important;
            }

                #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
                    left: 45px !important;
                    right: auto !important;
                }

    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px;
    }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }

    #topnav.scroll {
        top: 0;
    }

        #topnav.scroll .navigation-menu > li > a {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    #topnav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #ffffff;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        min-height: 74px;
    }

        #topnav .logo {
            padding: 3px 0;
        }

            #topnav .logo .l-dark {
                display: inline-block !important;
            }

            #topnav .logo .l-light {
                display: none !important;
            }

        #topnav .container {
            width: auto;
        }

        #topnav #navigation {
            max-height: 400px;
        }

        #topnav .navigation-menu {
            float: none;
        }

            #topnav .navigation-menu > li {
                float: none;
            }

                #topnav .navigation-menu > li .submenu {
                    display: none;
                    list-style: none;
                    padding-left: 20px;
                    margin: 0;
                }

                    #topnav .navigation-menu > li .submenu li a {
                        display: block;
                        position: relative;
                        padding: 7px 15px;
                        text-transform: uppercase;
                        font-size: 11px;
                        letter-spacing: 0.04em;
                        font-weight: 600;
                        color: #3c4858 !important;
                        transition: all 0.3s;
                    }

                    #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
                        padding: 7px 15px;
                    }

                    #topnav .navigation-menu > li .submenu.open {
                        display: block;
                    }

                    #topnav .navigation-menu > li .submenu .submenu {
                        display: none;
                        list-style: none;
                    }

                        #topnav .navigation-menu > li .submenu .submenu.open {
                            display: block;
                        }

                    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
                        list-style: none;
                        padding-left: 0;
                    }

                        #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
                            display: block;
                            position: relative;
                            padding: 10px 15px;
                            text-transform: uppercase;
                            font-size: 12px;
                            letter-spacing: 2px;
                            color: #8c98a4;
                        }

                #topnav .navigation-menu > li > a {
                    color: #3c4858;
                    padding: 10px 20px;
                }

                    #topnav .navigation-menu > li > a:after {
                        position: absolute;
                        right: 15px;
                    }

            #topnav .navigation-menu .has-submenu .menu-arrow {
                right: 16px;
                top: 16px;
            }

            #topnav .navigation-menu > li > a:hover,
            #topnav .navigation-menu > li .submenu li a:hover,
            #topnav .navigation-menu > li.has-submenu.open > a {
                color: #ef3428;
            }

        #topnav .menu-extras .menu-item {
            border-color: #8c98a4;
        }

        #topnav .navbar-header {
            float: left;
        }

        #topnav .buy-button .nav-light-icon-dark {
            display: inline-block !important;
        }

        #topnav .buy-button .nav-light-icon-white {
            display: none;
        }

        #topnav .has-submenu .submenu .submenu-arrow {
            transform: rotate(45deg);
            position: absolute;
            right: 20px;
            top: 12px;
        }

        #topnav .has-submenu.active a {
            color: #ef3428;
        }

        #topnav.nav-sticky {
            background-color: #ffffff !important;
        }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f6;
        border-bottom: 1px solid #f1f3f6;
        background-color: #ffffff;
    }

        #navigation.open {
            display: block;
            overflow-y: auto;
        }
}

@media (max-width: 768px) {
    #topnav .buy-button {
        padding: 3px 0;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

        #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
            visibility: visible;
            opacity: 1;
            margin-left: 0;
            margin-right: 0;
        }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 425px) {
    #topnav .navigation-menu > li {
        margin: 0;
    }

        #topnav .navigation-menu > li > a {
            padding: 10px 15px;
        }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

@media (max-width: 375px) {
    #topnav .buy-button .search-icon {
        padding-left: 15px;
    }

    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px;
    }

        #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
            transform: translate3d(0px, -54px, 0px) !important;
        }
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    padding: 13px 0;
    height: 48px;
}

@media screen and (max-width: 575px) {
    .tagline {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .tagline-height {
        top: 0px !important;
    }
}

@media (min-width: 576px) {
    .tagline-height {
        top: 48px !important;
    }
}

.bg-home {
    height: 100vh;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-80 {
    padding: 80px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-auth-home {
    padding: 142px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-circle-gradiant {
    background: radial-gradient(circle at 50% 50%, rgba(50, 116, 240, 0.1) 0%, rgba(50, 116, 240, 0.1) 33.333%, rgba(50, 116, 240, 0.3) 33.333%, rgba(50, 116, 240, 0.3) 66.666%, rgba(50, 116, 240, 0.5) 66.666%, rgba(50, 116, 240, 0.5) 99.999%);
}

@keyframes animate-left-to-right {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

@media (min-width: 768px) {
    .home-dashboard.onepage-hero {
        overflow: hidden;
    }
}

.saas-background {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(50, 116, 240, 0.2) 100%);
}

/* Kenburn Effect for Business Demo */
.zoom-image {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.image-wrap {
    position: absolute;
    top: -200px;
    bottom: -200px;
    left: -100px;
    right: -100px;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    animation: 100s ppb_kenburns linear infinite alternate;
}

@keyframes move {
    0% {
        transform-origin: bottom;
        transform: scale(1);
    }

    100% {
        transform: scale(1.4);
    }
}

@keyframes ppb_kenburns {
    0% {
        transform: scale(1.3) translate(-10%, 10%);
    }

    25% {
        transform: scale(1) translate(0, 0);
    }

    50% {
        transform: scale(1.3) translate(10%, 10%);
    }

    75% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1.3) translate(-10%, 10%);
    }
}

.text-type-element:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 100%;
    background-color: rgba(50, 116, 240, 0.15);
    right: 0;
    left: 0;
    bottom: 12px;
    z-index: 0;
    transition: all 0.5s ease;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid #ced4da;
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
    width: 30%;
}

.home-slider .carousel-fade .carousel-control-next,
.home-slider .carousel-fade .carousel-control-prev {
    width: 80px;
    height: 80px;
    border: none;
}

@media (max-width: 425px) {
    .home-slider .carousel-fade .carousel-control-next,
    .home-slider .carousel-fade .carousel-control-prev {
        width: 40px;
        height: 40px;
    }
}

.home-slider .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 30px !important;
    border: none;
    background: rgba(50, 116, 240, 0.5);
}

.home-slider .carousel-indicators .active {
    opacity: 1;
    background: #ef3428;
    width: 14px !important;
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85%;
    height: 100%;
    background: rgba(50, 116, 240, 0.7);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

@media (max-width: 767px) {
    .bg-animation-left:after {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.bg-animation-left.dark-left:after {
    background: rgba(60, 72, 88, 0.6);
}

.bg-animation-left.crypto-home:after {
    background: #ef3428;
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.seo-home {
    background: radial-gradient(circle at 50% -50%, rgba(107, 107, 107, 0.08) 0, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 0% 0%, rgba(184, 184, 184, 0.08) 0, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, #f1af2d, #ef3428);
}

.shape-before .shape-img {
    position: absolute;
    top: -50px;
    left: -35px;
    z-index: -1;
    height: auto;
    overflow: hidden;
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .swiper-slider-hero .swiper-container .swiper-button-prev,
    .swiper-slider-hero .swiper-container .swiper-button-next {
        background: transparent;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-top: -30px;
        top: 98% !important;
    }

        .swiper-slider-hero .swiper-container .swiper-button-prev:before,
        .swiper-slider-hero .swiper-container .swiper-button-next:before {
            font-family: "Material Design Icons";
            font-weight: 900;
            color: #ffffff;
        }

        .swiper-slider-hero .swiper-container .swiper-button-prev:hover,
        .swiper-slider-hero .swiper-container .swiper-button-next:hover {
            background: #ef3428;
            border-color: #ef3428 !important;
        }

        .swiper-slider-hero .swiper-container .swiper-button-prev:focus,
        .swiper-slider-hero .swiper-container .swiper-button-next:focus {
            outline: none;
        }

    .swiper-slider-hero .swiper-container .swiper-button-prev {
        left: 10px;
    }

        .swiper-slider-hero .swiper-container .swiper-button-prev:before {
            content: "\f0141";
        }

    .swiper-slider-hero .swiper-container .swiper-button-next {
        right: 10px;
    }

        .swiper-slider-hero .swiper-container .swiper-button-next:before {
            content: "\f0142";
        }

.swiper-slider-hero .swiper-pagination-bullet {
    color: #f8f9fa;
    background: transparent;
}

.swiper-slider-hero .swiper-pagination-bullet-active {
    color: #ffffff;
}

.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
    bottom: 45px;
}

    .swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 13px;
    }

.coming-soon, .maintenance, .gradient-text {
    background: linear-gradient(to right, #ef3428 0%, #e84142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.coming-soon {
    font-size: 100px !important;
}

@media (max-width: 768px) {
    .coming-soon {
        font-size: 72px !important;
    }
}

@media (max-width: 425px) {
    .coming-soon {
        font-size: 42px !important;
    }
}

@media (min-width: 769px) {
    .bg-studio:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #ffffff none repeat scroll 0 0;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .bg-half {
        padding: 169px 0 50px;
    }
}

@media (max-width: 767px) {
    .bg-home, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 150px 0;
        height: auto;
    }
}

.features.feature-primary .title:hover {
    color: #ef3428 !important;
}

.features.feature-primary .icon {
    color: #ef3428 !important;
}

.features.feature-primary .link {
    color: #ef3428 !important;
}

.features.feature-primary .fea-icon {
    background-color: #ef3428;
}

    .features.feature-primary .fea-icon.bg-soft {
        background-color: rgba(50, 116, 240, 0.1);
        color: #ef3428;
    }

.features.feature-primary.feature-bg:hover {
    background: #ef3428;
}

    .features.feature-primary.feature-bg:hover .fea-icon {
        color: #ef3428 !important;
    }

.features.feature-secondary .title:hover {
    color: #90a1b3 !important;
}

.features.feature-secondary .icon {
    color: #90a1b3 !important;
}

.features.feature-secondary .link {
    color: #90a1b3 !important;
}

.features.feature-secondary .fea-icon {
    background-color: #90a1b3;
}

    .features.feature-secondary .fea-icon.bg-soft {
        background-color: rgba(144, 161, 179, 0.1);
        color: #90a1b3;
    }

.features.feature-secondary.feature-bg:hover {
    background: #90a1b3;
}

    .features.feature-secondary.feature-bg:hover .fea-icon {
        color: #90a1b3 !important;
    }

.features.feature-success .title:hover {
    color: #8dc351 !important;
}

.features.feature-success .icon {
    color: #8dc351 !important;
}

.features.feature-success .link {
    color: #8dc351 !important;
}

.features.feature-success .fea-icon {
    background-color: #8dc351;
}

    .features.feature-success .fea-icon.bg-soft {
        background-color: rgba(141, 195, 81, 0.1);
        color: #8dc351;
    }

.features.feature-success.feature-bg:hover {
    background: #8dc351;
}

    .features.feature-success.feature-bg:hover .fea-icon {
        color: #8dc351 !important;
    }

.features.feature-warning .title:hover {
    color: #f1af2d !important;
}

.features.feature-warning .icon {
    color: #f1af2d !important;
}

.features.feature-warning .link {
    color: #f1af2d !important;
}

.features.feature-warning .fea-icon {
    background-color: #f1af2d;
}

    .features.feature-warning .fea-icon.bg-soft {
        background-color: rgba(241, 175, 45, 0.1);
        color: #f1af2d;
    }

.features.feature-warning.feature-bg:hover {
    background: #f1af2d;
}

    .features.feature-warning.feature-bg:hover .fea-icon {
        color: #f1af2d !important;
    }

.features.feature-info .title:hover {
    color: #09a5be !important;
}

.features.feature-info .icon {
    color: #09a5be !important;
}

.features.feature-info .link {
    color: #09a5be !important;
}

.features.feature-info .fea-icon {
    background-color: #09a5be;
}

    .features.feature-info .fea-icon.bg-soft {
        background-color: rgba(9, 165, 190, 0.1);
        color: #09a5be;
    }

.features.feature-info.feature-bg:hover {
    background: #09a5be;
}

    .features.feature-info.feature-bg:hover .fea-icon {
        color: #09a5be !important;
    }

.features.feature-danger .title:hover {
    color: #e84142 !important;
}

.features.feature-danger .icon {
    color: #e84142 !important;
}

.features.feature-danger .link {
    color: #e84142 !important;
}

.features.feature-danger .fea-icon {
    background-color: #e84142;
}

    .features.feature-danger .fea-icon.bg-soft {
        background-color: rgba(232, 65, 66, 0.1);
        color: #e84142;
    }

.features.feature-danger.feature-bg:hover {
    background: #e84142;
}

    .features.feature-danger.feature-bg:hover .fea-icon {
        color: #e84142 !important;
    }

.features.feature-dark .title:hover {
    color: #3c4858 !important;
}

.features.feature-dark .icon {
    color: #3c4858 !important;
}

.features.feature-dark .link {
    color: #3c4858 !important;
}

.features.feature-dark .fea-icon {
    background-color: #3c4858;
}

    .features.feature-dark .fea-icon.bg-soft {
        background-color: rgba(60, 72, 88, 0.1);
        color: #3c4858;
    }

.features.feature-dark.feature-bg:hover {
    background: #3c4858;
}

    .features.feature-dark.feature-bg:hover .fea-icon {
        color: #3c4858 !important;
    }

.features.feature-muted .title:hover {
    color: #8c98a4 !important;
}

.features.feature-muted .icon {
    color: #8c98a4 !important;
}

.features.feature-muted .link {
    color: #8c98a4 !important;
}

.features.feature-muted .fea-icon {
    background-color: #8c98a4;
}

    .features.feature-muted .fea-icon.bg-soft {
        background-color: rgba(140, 152, 164, 0.1);
        color: #8c98a4;
    }

.features.feature-muted.feature-bg:hover {
    background: #8c98a4;
}

    .features.feature-muted.feature-bg:hover .fea-icon {
        color: #8c98a4 !important;
    }

.features.feature-light .title:hover {
    color: #f7f8fa !important;
}

.features.feature-light .icon {
    color: #f7f8fa !important;
}

.features.feature-light .link {
    color: #f7f8fa !important;
}

.features.feature-light .fea-icon {
    background-color: #f7f8fa;
}

    .features.feature-light .fea-icon.bg-soft {
        background-color: rgba(247, 248, 250, 0.1);
        color: #f7f8fa;
    }

.features.feature-light.feature-bg:hover {
    background: #f7f8fa;
}

    .features.feature-light.feature-bg:hover .fea-icon {
        color: #f7f8fa !important;
    }

.features.feature-blue .title:hover {
    color: #ef3428 !important;
}

.features.feature-blue .icon {
    color: #ef3428 !important;
}

.features.feature-blue .link {
    color: #ef3428 !important;
}

.features.feature-blue .fea-icon {
    background-color: #ef3428;
}

    .features.feature-blue .fea-icon.bg-soft {
        background-color: rgba(50, 116, 240, 0.1);
        color: #ef3428;
    }

.features.feature-blue.feature-bg:hover {
    background: #ef3428;
}

    .features.feature-blue.feature-bg:hover .fea-icon {
        color: #ef3428 !important;
    }

.features.feature-footer .title:hover {
    color: #1e273e !important;
}

.features.feature-footer .icon {
    color: #1e273e !important;
}

.features.feature-footer .link {
    color: #1e273e !important;
}

.features.feature-footer .fea-icon {
    background-color: #1e273e;
}

    .features.feature-footer .fea-icon.bg-soft {
        background-color: rgba(30, 39, 62, 0.1);
        color: #1e273e;
    }

.features.feature-footer.feature-bg:hover {
    background: #1e273e;
}

    .features.feature-footer.feature-bg:hover .fea-icon {
        color: #1e273e !important;
    }

.features {
    transition: all 0.5s ease;
}

    .features .title {
        transition: all 0.5s ease;
    }

    .features .fea-icon {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease;
    }

        .features .fea-icon i {
            font-size: 24px;
        }

    .features.feature-bg:hover .title {
        color: #ffffff !important;
    }

    .features.feature-bg:hover .para {
        color: rgba(255, 255, 255, 0.5) !important;
    }

    .features.feature-bg:hover .fea-icon {
        background: #ffffff !important;
    }

    .features.features-classic:hover {
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    }

    .features.features-modern .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease;
    }

    .features.features-modern .content {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        transform: scale(1.2);
        transition: all 0.5s ease;
        opacity: 0;
        border: 1px dashed #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .features.features-modern:hover .content {
        transform: scale(1);
        opacity: 1;
    }

    .features.features-modern:hover .overlay {
        background-color: rgba(60, 72, 88, 0.7);
    }

.process-bar:after {
    display: block;
    width: 50%;
    position: absolute;
    content: '';
    border-width: 0 0 1px 0;
    border: 1px #e9ecef dashed;
    top: 15%;
    left: 75%;
}

@media (max-width: 767px) {
    .process-bar:after {
        display: none;
    }
}

.app-feature-shape:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    background: #f7f8fa;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

@media (max-width: 768px) {
    .app-feature-shape:after {
        width: 25rem;
        height: 25rem;
    }
}

.bg-cta {
    padding: 150px 0;
}

@media (max-width: 768px) {
    .bg-cta {
        padding: 100px 0;
    }
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
    transform: translateY(50%);
    text-align: center;
}

    .play-icon i {
        height: 75px;
        -webkit-text-stroke: 2px #ef3428;
        -webkit-text-fill-color: transparent;
        width: 75px;
        font-size: 25px;
        line-height: 75px;
        display: inline-block;
    }

        .play-icon i:hover {
            -webkit-text-stroke: 2px #ef3428;
            -webkit-text-fill-color: #ef3428;
        }

.watch-video .play-icon-circle i {
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(50, 116, 240, 0.9) !important;
}

.team.team-primary .name:hover {
    color: #ef3428 !important;
}

.team.team-primary .team-image .overlay {
    background: rgba(50, 116, 240, 0.8);
}

.team.team-primary .team-social li a:hover {
    background-color: #ef3428;
    border-color: #ef3428 !important;
}

    .team.team-primary .team-social li a:hover .fea-social {
        fill: #ef3428;
    }

.team.team-secondary .name:hover {
    color: #90a1b3 !important;
}

.team.team-secondary .team-image .overlay {
    background: rgba(144, 161, 179, 0.8);
}

.team.team-secondary .team-social li a:hover {
    background-color: #90a1b3;
    border-color: #90a1b3 !important;
}

    .team.team-secondary .team-social li a:hover .fea-social {
        fill: #90a1b3;
    }

.team.team-success .name:hover {
    color: #8dc351 !important;
}

.team.team-success .team-image .overlay {
    background: rgba(141, 195, 81, 0.8);
}

.team.team-success .team-social li a:hover {
    background-color: #8dc351;
    border-color: #8dc351 !important;
}

    .team.team-success .team-social li a:hover .fea-social {
        fill: #8dc351;
    }

.team.team-warning .name:hover {
    color: #f1af2d !important;
}

.team.team-warning .team-image .overlay {
    background: rgba(241, 175, 45, 0.8);
}

.team.team-warning .team-social li a:hover {
    background-color: #f1af2d;
    border-color: #f1af2d !important;
}

    .team.team-warning .team-social li a:hover .fea-social {
        fill: #f1af2d;
    }

.team.team-info .name:hover {
    color: #09a5be !important;
}

.team.team-info .team-image .overlay {
    background: rgba(9, 165, 190, 0.8);
}

.team.team-info .team-social li a:hover {
    background-color: #09a5be;
    border-color: #09a5be !important;
}

    .team.team-info .team-social li a:hover .fea-social {
        fill: #09a5be;
    }

.team.team-danger .name:hover {
    color: #e84142 !important;
}

.team.team-danger .team-image .overlay {
    background: rgba(232, 65, 66, 0.8);
}

.team.team-danger .team-social li a:hover {
    background-color: #e84142;
    border-color: #e84142 !important;
}

    .team.team-danger .team-social li a:hover .fea-social {
        fill: #e84142;
    }

.team.team-dark .name:hover {
    color: #3c4858 !important;
}

.team.team-dark .team-image .overlay {
    background: rgba(60, 72, 88, 0.8);
}

.team.team-dark .team-social li a:hover {
    background-color: #3c4858;
    border-color: #3c4858 !important;
}

    .team.team-dark .team-social li a:hover .fea-social {
        fill: #3c4858;
    }

.team.team-muted .name:hover {
    color: #8c98a4 !important;
}

.team.team-muted .team-image .overlay {
    background: rgba(140, 152, 164, 0.8);
}

.team.team-muted .team-social li a:hover {
    background-color: #8c98a4;
    border-color: #8c98a4 !important;
}

    .team.team-muted .team-social li a:hover .fea-social {
        fill: #8c98a4;
    }

.team.team-light .name:hover {
    color: #f7f8fa !important;
}

.team.team-light .team-image .overlay {
    background: rgba(247, 248, 250, 0.8);
}

.team.team-light .team-social li a:hover {
    background-color: #f7f8fa;
    border-color: #f7f8fa !important;
}

    .team.team-light .team-social li a:hover .fea-social {
        fill: #f7f8fa;
    }

.team.team-blue .name:hover {
    color: #ef3428 !important;
}

.team.team-blue .team-image .overlay {
    background: rgba(50, 116, 240, 0.8);
}

.team.team-blue .team-social li a:hover {
    background-color: #ef3428;
    border-color: #ef3428 !important;
}

    .team.team-blue .team-social li a:hover .fea-social {
        fill: #ef3428;
    }

.team.team-footer .name:hover {
    color: #1e273e !important;
}

.team.team-footer .team-image .overlay {
    background: rgba(30, 39, 62, 0.8);
}

.team.team-footer .team-social li a:hover {
    background-color: #1e273e;
    border-color: #1e273e !important;
}

    .team.team-footer .team-social li a:hover .fea-social {
        fill: #1e273e;
    }

.team .team-content,
.team .team-social {
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
}

.team .team-content {
    bottom: 50px;
    left: 16px;
}

.team .team-social {
    top: 15px;
    right: -50px;
}

.team.team-two .team-image .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
}

.team:hover .team-content,
.team:hover .team-social {
    opacity: 1;
}

.team:hover .team-social {
    right: 15px;
}

.team:hover .team-content {
    bottom: 12px;
}

.team:hover.team-two .team-image .overlay {
    opacity: 1;
}

.client-testi {
    cursor: e-resize;
}

.tns-nav {
    text-align: center;
    margin-top: 10px;
}

    .tns-nav button {
        border-radius: 30px;
        background: rgba(50, 116, 240, 0.5) !important;
        transition: all 0.5s ease;
        border: none;
        margin: 0 5px;
        padding: 3px;
        border: 1px solid #ffffff;
    }

        .tns-nav button.tns-nav-active {
            background: #ef3428 !important;
            padding: 3px 5px;
            border-color: #ef3428;
        }

.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    color: #3c4858;
    border: none;
    transition: all 0.5s ease;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

    .tns-controls button[data-controls="prev"]:hover,
    .tns-controls button[data-controls="next"]:hover {
        background: #ef3428;
        color: #ffffff;
    }

.tns-controls button[data-controls="prev"] {
    left: 0;
}

.tns-controls button[data-controls="next"] {
    right: 0;
}

.portfolio.portfolio-primary .title:hover,
.portfolio.portfolio-primary .lightbox-icon a:hover {
    color: #ef3428 !important;
}

.portfolio.portfolio-primary .btn-icon {
    background-color: #ef3428 !important;
}

.portfolio.portfolio-secondary .title:hover,
.portfolio.portfolio-secondary .lightbox-icon a:hover {
    color: #90a1b3 !important;
}

.portfolio.portfolio-secondary .btn-icon {
    background-color: #90a1b3 !important;
}

.portfolio.portfolio-success .title:hover,
.portfolio.portfolio-success .lightbox-icon a:hover {
    color: #8dc351 !important;
}

.portfolio.portfolio-success .btn-icon {
    background-color: #8dc351 !important;
}

.portfolio.portfolio-warning .title:hover,
.portfolio.portfolio-warning .lightbox-icon a:hover {
    color: #f1af2d !important;
}

.portfolio.portfolio-warning .btn-icon {
    background-color: #f1af2d !important;
}

.portfolio.portfolio-info .title:hover,
.portfolio.portfolio-info .lightbox-icon a:hover {
    color: #09a5be !important;
}

.portfolio.portfolio-info .btn-icon {
    background-color: #09a5be !important;
}

.portfolio.portfolio-danger .title:hover,
.portfolio.portfolio-danger .lightbox-icon a:hover {
    color: #e84142 !important;
}

.portfolio.portfolio-danger .btn-icon {
    background-color: #e84142 !important;
}

.portfolio.portfolio-dark .title:hover,
.portfolio.portfolio-dark .lightbox-icon a:hover {
    color: #3c4858 !important;
}

.portfolio.portfolio-dark .btn-icon {
    background-color: #3c4858 !important;
}

.portfolio.portfolio-muted .title:hover,
.portfolio.portfolio-muted .lightbox-icon a:hover {
    color: #8c98a4 !important;
}

.portfolio.portfolio-muted .btn-icon {
    background-color: #8c98a4 !important;
}

.portfolio.portfolio-light .title:hover,
.portfolio.portfolio-light .lightbox-icon a:hover {
    color: #f7f8fa !important;
}

.portfolio.portfolio-light .btn-icon {
    background-color: #f7f8fa !important;
}

.portfolio.portfolio-blue .title:hover,
.portfolio.portfolio-blue .lightbox-icon a:hover {
    color: #ef3428 !important;
}

.portfolio.portfolio-blue .btn-icon {
    background-color: #ef3428 !important;
}

.portfolio.portfolio-footer .title:hover,
.portfolio.portfolio-footer .lightbox-icon a:hover {
    color: #1e273e !important;
}

.portfolio.portfolio-footer .btn-icon {
    background-color: #1e273e !important;
}

.container-filter li {
    margin: 0px 15px 10px !important;
    font-size: 14px;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #8c98a4 !important;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}

    .container-filter li.active, .container-filter li:hover {
        color: #3c4858 !important;
        border-bottom-color: #3c4858;
    }

.spacing {
    padding: 7px;
}

.portfolio {
    transition: all 0.5s ease;
}

    .portfolio.portfolio-classic .pop-icon {
        position: absolute;
        top: 70%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        transition: all 0.5s ease;
        opacity: 0;
    }

        .portfolio.portfolio-classic .pop-icon .btn-icon {
            color: #ffffff;
        }

    .portfolio.portfolio-classic:hover .pop-icon {
        top: 50%;
        opacity: 1;
    }

    .portfolio.portfolio-creative .lightbox-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        transform: scale(0);
        transition: all 0.5s ease;
    }

    .portfolio.portfolio-creative img {
        transform: scale(1.1);
        transition: all 0.5s ease;
    }

    .portfolio.portfolio-creative .content {
        position: absolute;
        bottom: 5px;
        left: 5px;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .portfolio.portfolio-creative:hover img {
        transform: scale(1);
    }

    .portfolio.portfolio-creative:hover .lightbox-icon {
        transform: scale(1.5);
    }

    .portfolio.portfolio-creative:hover .content {
        opacity: 1;
    }

    .portfolio.portfolio-modern .content {
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        transition: all 0.5s ease;
        background-color: #ffffff;
        opacity: 0;
    }

    .portfolio.portfolio-modern:hover {
        transform: translateY(-5px);
    }

        .portfolio.portfolio-modern:hover .content {
            bottom: 20px;
            opacity: 1;
        }

    .portfolio.portfolio-masonry .content {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        transform: scale(0);
        transition: all 0.5s ease;
    }

    .portfolio.portfolio-masonry:hover .content {
        transform: scale(1);
    }

    .portfolio .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease;
    }

    .portfolio:hover .overlay {
        backdrop-filter: blur(6px);
        background-color: rgba(255, 255, 255, 0.8);
    }

.tobii__btn svg {
    height: 30px;
    width: auto;
}

.tobii__counter {
    font-size: 16px;
}

.tobii-zoom {
    display: block !important;
}

.tobii-zoom__icon {
    display: none;
}

#grid {
    padding: 0 !important;
}

.shop-advertise .ad-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    height: 280px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .shop-advertise .ad-image {
        height: 200px;
        right: -10px;
    }
}

@media (max-width: 425px) {
    .shop-advertise .ad-image {
        height: 150px;
        right: 8px;
    }
}

.shop-advertise:hover .ad-image {
    transform: translateY(-50%) scale(1.05);
}

.shop-list .shop-image .shop-icons,
.shop-list .shop-image .qty-icons,
.shop-list .shop-image .overlay-work {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
}

.shop-list .shop-image .product-image {
    transition: all 0.5s ease;
}

.shop-list .shop-image .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

    .shop-list .shop-image .overlay-work .out-stock {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.shop-list .shop-image .shop-icons {
    top: 15px;
    left: 15px;
    z-index: 2;
}

.shop-list .shop-image .qty-icons {
    bottom: 15px;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 2;
    transform: translateY(100px);
}

.shop-list .shop-image:hover .shop-icons,
.shop-list .shop-image:hover .qty-icons,
.shop-list .shop-image:hover .overlay-work {
    opacity: 1;
}

.shop-list .shop-image:hover .product-image {
    opacity: 0;
}

.shop-list .shop-image:hover .qty-icons {
    transform: translateY(0);
}

.shop-list .shop-icons .btn.btn-icon,
.shop-list .qty-icons .btn.btn-icon {
    width: 38px;
    height: 38px;
}

.shop-list .content .product-name {
    transition: all 0.5s ease;
}

    .shop-list .content .product-name:hover {
        color: #ef3428 !important;
    }

.shop-list .label {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.shop-list .qty-btn {
    pointer-events: none;
    width: 65px !important;
    padding-left: 16px !important;
}

@media (max-width: 1024px) {
    .shop-list .qty-btn {
        padding-left: 0;
    }
}

.blog.blog-primary .title:hover,
.blog.blog-primary .link:hover {
    color: #ef3428 !important;
}

.blog.blog-secondary .title:hover,
.blog.blog-secondary .link:hover {
    color: #90a1b3 !important;
}

.blog.blog-success .title:hover,
.blog.blog-success .link:hover {
    color: #8dc351 !important;
}

.blog.blog-warning .title:hover,
.blog.blog-warning .link:hover {
    color: #f1af2d !important;
}

.blog.blog-info .title:hover,
.blog.blog-info .link:hover {
    color: #09a5be !important;
}

.blog.blog-danger .title:hover,
.blog.blog-danger .link:hover {
    color: #e84142 !important;
}

.blog.blog-dark .title:hover,
.blog.blog-dark .link:hover {
    color: #3c4858 !important;
}

.blog.blog-muted .title:hover,
.blog.blog-muted .link:hover {
    color: #8c98a4 !important;
}

.blog.blog-light .title:hover,
.blog.blog-light .link:hover {
    color: #f7f8fa !important;
}

.blog.blog-blue .title:hover,
.blog.blog-blue .link:hover {
    color: #ef3428 !important;
}

.blog.blog-footer .title:hover,
.blog.blog-footer .link:hover {
    color: #1e273e !important;
}

.blog {
    transition: all 0.5s ease;
}

    .blog.blog-image .content {
        position: absolute;
        bottom: -30px;
        left: 0;
        transition: all 0.5s ease;
    }

        .blog.blog-image .content .author {
            opacity: 0;
            transition: all 0.5s ease;
        }

    .blog.blog-image:hover .content {
        bottom: 24px;
    }

        .blog.blog-image:hover .content .author {
            opacity: 1;
        }

    .blog .image .blog-tag {
        position: absolute;
        bottom: -30px;
        left: 24px;
        transition: all 0.5s ease;
        opacity: 0;
    }

    .blog:hover {
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    }

        .blog:hover .image .blog-tag {
            bottom: 20px;
            opacity: 1;
        }

    .blog.causes .causes-content {
        position: relative;
        margin: -15px 15px 0;
    }

    .blog.causes:hover {
        box-shadow: none !important;
    }

.sidebar .widget .title:hover {
    color: #ef3428 !important;
}

.sidebar .widget .widget-search form {
    position: relative;
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
    content: "\F0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.sidebar .widget .widget-title {
    font-weight: 500;
}

.sidebar .widget .tagcloud > a {
    background: #f8f9fa;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

    .sidebar .widget .tagcloud > a:hover {
        background: #ef3428;
        color: #ffffff !important;
    }

.divider-main {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

    .divider-main.divider {
        height: 2px;
        width: 70%;
        background: linear-gradient(90deg, transparent, #e9ecef, transparent);
    }

.pricing.pricing-primary {
    color: #3c4858;
}

.pricing.pricing-secondary {
    color: #3c4858;
}

.pricing.pricing-success {
    color: #3c4858;
}

.pricing.pricing-warning {
    color: #3c4858;
}

.pricing.pricing-info {
    color: #3c4858;
}

.pricing.pricing-danger {
    color: #3c4858;
}

.pricing.pricing-dark {
    color: #3c4858;
}

.pricing.pricing-muted {
    color: #3c4858;
}

.pricing.pricing-light {
    color: #3c4858;
}

.pricing.pricing-blue {
    color: #3c4858;
}

.pricing.pricing-footer {
    color: #3c4858;
}

.pricing {
    transition: all 0.5s ease;
}

    .pricing.price-two:hover {
        box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    }

/*====================================*/
/* Countdown(Comingsoon, Maintenance) */
/*====================================*/
#countdown .count-down, #event-sale .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #ffffff;
    text-align: center;
}

    #countdown .count-down .count-number, #event-sale .count-down .count-number {
        font-size: 40px;
        line-height: 95px;
    }

    #countdown .count-down .count-head, #event-sale .count-down .count-head {
        display: block;
        position: relative;
        transform: translateY(-20px);
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }

    #countdown .count-down .count-number {
        font-size: 40px;
        line-height: 95px;
        border: 4px solid #dee2e6;
        height: 130px;
        width: 130px;
        border-radius: 50%;
    }

#event-sale .count-down {
    border: 0;
    color: #ffffff !important;
}

    #event-sale .count-down .count-number {
        line-height: 80px;
    }

@media (max-width: 767px) {
    #event-sale .count-down .count-number {
        font-size: 30px;
    }
}

#event-sale .count-down .count-head {
    margin-bottom: 0 !important;
    transform: translateY(-15px);
}

@media (max-width: 767px) {
    #event-sale .count-down .count-head {
        font-size: 10px;
    }
}

#maintenance {
    letter-spacing: 1px;
}

    #maintenance .indicator {
        font-size: 18px;
    }

.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px;
}

.map {
    line-height: 0;
}

    .map iframe {
        width: 100%;
        height: 400px;
    }

.error {
    margin: 8px 0px;
    display: none;
    color: #e84142;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}

.error_message {
    background-color: rgba(240, 115, 90, 0.1) !important;
    border: 2px solid rgba(240, 115, 90, 0.1) !important;
    color: #e84142 !important;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    background-color: rgba(83, 199, 151, 0.1) !important;
    border: 2px solid rgba(83, 199, 151, 0.1) !important;
    color: #8dc351 !important;
}

    #success_page p {
        margin-bottom: 0 !important;
    }

.qs-datepicker-container {
    background-color: #ffffff;
    border-color: #dee2e6;
}

    .qs-datepicker-container .qs-controls {
        background-color: #e9ecef;
    }

        .qs-datepicker-container .qs-controls .qs-month-year {
            font-weight: 600;
            font-size: 15px;
        }

            .qs-datepicker-container .qs-controls .qs-month-year:hover {
                border-bottom: 1px solid #e9ecef;
            }

    .qs-datepicker-container .qs-squares .qs-square {
        font-size: 15px;
        height: 34px;
        width: 34px;
    }

        .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current {
            background: #ef3428;
            color: #ffffff;
            border-radius: 30px;
            font-weight: 500;
            text-decoration: none;
            border-radius: 30px;
        }

    .qs-datepicker-container .qs-squares .qs-day {
        font-weight: 500;
        color: #8c98a4;
    }

@media (min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px;
    }
}

.footer {
    position: relative;
    color: #8890a4;
}

    .footer .footer-py-60 {
        padding: 60px 0;
    }

    .footer .footer-py-30 {
        padding: 30px 0;
    }

    .footer .footer-head {
        letter-spacing: 1px;
        font-weight: 500;
        color: #f7f8fa;
    }

    .footer .text-foot {
        color: #8890a4;
    }

    .footer .footer-subscribe .form-control, .footer .foot-subscribe .form-control {
        background-color: #27314f;
        border: 1px solid #27314f;
        color: #f7f8fa !important;
    }

    .footer .footer-subscribe input, .footer .foot-subscribe input {
        padding: 9px 20px;
        padding-right: 48px !important;
    }

        .footer .footer-subscribe input::placeholder, .footer .foot-subscribe input::placeholder {
            color: #8890a4;
        }

    .footer .footer-subscribe button, .footer .foot-subscribe button {
        top: 4px;
        right: 5px;
    }

        .footer .footer-subscribe button.btn, .footer .foot-subscribe button.btn {
            height: 44px;
            width: 44px;
        }

    .footer .footer-subscribe.foot-white .form-control, .footer .foot-subscribe.foot-white .form-control {
        color: #8890a4;
    }

    .footer .footer-list {
        margin-bottom: 0;
    }

        .footer .footer-list li {
            margin-bottom: 10px;
        }

            .footer .footer-list li a {
                transition: all 0.5s ease;
            }

                .footer .footer-list li a:hover {
                    color: #c2c6d0;
                }

            .footer .footer-list li:last-child {
                margin-bottom: 0;
            }

    .footer .footer-border,
    .footer .footer-bar {
        border-top: 1px solid #232d48;
    }

    .footer .footer-border-bottom {
        border-bottom: 1px solid #232d48;
    }

    .footer .border {
        border-color: #232d48 !important;
    }

    .footer.footer-light {
        background-color: #ffffff;
    }

        .footer.footer-light .footer-head {
            color: #3c4858;
        }

        .footer.footer-light .text-foot {
            color: #8c98a4;
        }

        .footer.footer-light .footer-subscribe .form-control, .footer.footer-light .foot-subscribe .form-control {
            background-color: #f7f8fa;
            border: 1px solid #e9ecef;
            color: #f7f8fa;
        }

        .footer.footer-light .footer-subscribe.foot-white .form-control, .footer.footer-light .foot-subscribe.foot-white .form-control {
            color: #8890a4;
        }

        .footer.footer-light .footer-subscribe input::placeholder, .footer.footer-light .foot-subscribe input::placeholder {
            color: #8890a4;
        }

        .footer.footer-light .footer-list li a:hover {
            color: #565d70;
        }

        .footer.footer-light .footer-list li:last-child {
            margin-bottom: 0;
        }

        .footer.footer-light .footer-border,
        .footer.footer-light .footer-bar {
            border-top: 1px solid #e9ecef;
        }

        .footer.footer-light .footer-border-bottom {
            border-bottom: 1px solid #e9ecef;
        }

        .footer.footer-light .border {
            border-color: #e9ecef !important;
        }

        .footer.footer-light .social-icon.foot-social-icon li a {
            color: #ced4da;
            border-color: #ced4da;
        }

.cafe-css body {
    font-family: "Noto Sans", sans-serif !important;
}

.cafe-css h1, .cafe-css h2, .cafe-css h3, .cafe-css h4, .cafe-css h5, .cafe-css h6, .cafe-css .h1, .cafe-css .h2, .cafe-css .h3, .cafe-css .h4, .cafe-css .h5, .cafe-css .h6 {
    font-family: "Libre Baskerville", serif !important;
}

.cafe-css #topnav {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 11px !important;
}

.cafe-css .title-heading {
    font-family: "Kaushan Script", cursive !important;
}

    .cafe-css .title-heading .title {
        font-size: 120px !important;
        line-height: 1;
    }

@media (max-width: 768px) {
    .cafe-css .title-heading .title {
        font-size: 80px !important;
    }
}

@media (max-width: 767px) {
    .cafe-css .title-heading .title {
        font-size: 60px !important;
    }
}

.restaurant-css body,
.restaurant-css h1, .restaurant-css h2, .restaurant-css h3, .restaurant-css h4, .restaurant-css h5, .restaurant-css h6, .restaurant-css .h1, .restaurant-css .h2, .restaurant-css .h3, .restaurant-css .h4, .restaurant-css .h5, .restaurant-css .h6,
.restaurant-css #topnav {
    font-family: "Noto Sans", sans-serif !important;
}

/*------------------- KIT DIGITAL -----------------*/

.border-icons-kd {
    border: 3px solid #999;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    padding-top: 35px;
}

    .border-icons-kd:hover {
        border-color: rgb(254,129,0);
    }

.kd-link {
    text-decoration: none;
    font-weight: bold;
    outline: 0;
    color: #ef3428;
    text-transform: uppercase;
}

    .kd-link:hover {
        text-decoration: underline;
        font-weight: bold;
        outline: 0;
        color: #1a64ee;
    }

#btn-kd-index, #btn-kd-index:active {
    padding: 10px;
    border: 1px solid #FFF;
    border-radius: 10px;
    color: #FFF;
    background: rgba(254,129,0,0.8);
}

    #btn-kd-index:hover {
        padding: 10px;
        border: 1px solid #FF8302;
        border-radius: 10px;
        color: #FFF;
    }

/* NAV LANGUAGE */

.nav-wrapper {
    width: 340px;
    margin-left: 100px auto;
    margin-right: 100px auto;
    margin-top: 5px auto;
    margin-bottom: 100px auto;
    text-align: center;
    z-index: 9999;
}

.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 29px;
            right: -15px;
            display: block;
            background: #fff;
            width: 142px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 15px;
            right: -10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
        }

            .sl-nav li:hover .triangle:after {
                content: '';
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                background: #fff;
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: #3c3c3c;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                    color: #146c78;
                }

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-es {
    background: url('/en/assets/images/flags/spain-flag.png');
    background-size: cover;
    background-position: center center;
}

.flag-uk {
    background-size: cover;
    background-position: center center;
    background: url('/en/assets/images/flags/united-kingdom-flag.png');
}

.grecaptcha-badge {
    visibility: hidden;
}

.btn-social {
    padding: 5px 10px;
    outline: none;
    text-decoration: none;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #fff;
}

    .btn-social:hover {
        border: 1px solid #e84142;
        color: #fff;
    }

    .btn-social:visited {
        border: 1px solid #fff;
        color: #fff;
    }


/* EN NAV LANGUAGE */

/*# sourceMappingURL=style.css.map */

@media (max-width: 767px) {
    #form-index {
        display: none;
    }

    #text-index {
        width: 100%;
    }
}

/* ==== HOME SECTI0N ==== */

/* ===================================
    Margin
====================================== */
/*Margin Bottom*/
.margin_bottom_0 {
    margin-bottom: 0
}

.margin_bottom_5 {
    margin-bottom: 5px
}

.margin_bottom_8 {
    margin-bottom: 8px
}

.margin_bottom_10 {
    margin-bottom: 10px
}

.margin_bottom_13 {
    margin-bottom: 13px
}

.margin_bottom_15 {
    margin-bottom: 15px
}

.margin_bottom_18 {
    margin-bottom: 18px
}

.margin_bottom_20 {
    margin-bottom: 20px
}

.margin_bottom_25 {
    margin-bottom: 25px
}

.margin_bottom_26 {
    margin-bottom: 26px
}

.margin_bottom_30 {
    margin-bottom: 30px
}

.margin_bottom_35 {
    margin-bottom: 35px
}

.margin_bottom_38 {
    margin-bottom: 38px
}

.margin_bottom_40 {
    margin-bottom: 40px
}

.margin_bottom_45 {
    margin-bottom: 45px
}

.margin_bottom_50 {
    margin-bottom: 50px
}

.margin_bottom_55 {
    margin-bottom: 55px
}

.margin_bottom_60 {
    margin-bottom: 60px
}

.margin_bottom_65 {
    margin-bottom: 65px
}

.margin_bottom_70 {
    margin-bottom: 70px
}

.margin_bottom_75 {
    margin-bottom: 75px
}

.margin_bottom_80 {
    margin-bottom: 80px
}

.margin_bottom_85 {
    margin-bottom: 85px
}

.margin_bottom_90 {
    margin-bottom: 90px
}

.margin_bottom_95 {
    margin-bottom: 95px
}

.margin_bottom_100 {
    margin-bottom: 100px
}

.margin_bottom_150 {
    margin-bottom: 150px
}

/*Margin Right*/
.margin_right_5 {
    margin-right: 5px
}

.margin_right_14 {
    margin-right: 14px
}

.margin_right_10 {
    margin-right: 10px
}

.margin_right_12 {
    margin-right: 12px
}

.margin_right_15 {
    margin-right: 15px
}

.margin_right_20 {
    margin-right: 20px
}

.margin_right_30 {
    margin-right: 30px
}

.margin_right_32 {
    margin-right: 32px
}

.margin_right_60 {
    margin-right: 60px
}

/*Margin Left*/
.margin_left_5 {
    margin-left: 5px
}

.margin_left_14 {
    margin-left: 14px
}

.margin_left_10 {
    margin-left: 10px
}

.margin_left_12 {
    margin-left: 12px
}

.margin_left_13 {
    margin-left: 13px
}

.margin_left_15 {
    margin-left: 15px
}

.margin_left_20 {
    margin-left: 20px
}

.margin_left_30 {
    margin-left: 30px
}

.margin_left_32 {
    margin-left: 32px
}

.margin_left_50 {
    margin-left: 50px
}

.margin_left_60 {
    margin-left: 60px
}

.margin_left_100 {
    margin-left: 100px
}

/*Margin Top*/
.margin_top-2 {
    margin-top: -2px
}

.margin_top_10 {
    margin-top: 10px
}

.margin_top_15 {
    margin-top: 15px
}

.margin_top_20 {
    margin-top: 20px
}

.margin_top_25 {
    margin-top: 25px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_top_40 {
    margin-top: 40px
}

.margin_top_45 {
    margin-top: 45px
}

.margin_top_35 {
    margin-top: 35px
}

.margin_top_50 {
    margin-top: 50px
}

.margin_top_60 {
    margin-top: 60px
}

.margin_top_80 {
    margin-top: 80px
}

.margin_top_90 {
    margin-top: 90px
}

.margin_top_95 {
    margin-top: 95px
}

.margin_top_100 {
    margin-top: 100px
}

.margin_top_150 {
    margin-top: 150px
}

.margin_top-170 {
    margin-top: 170px
}

/* ===================================
     Color
====================================== */
/*Colors*/
.color_0a0c19 {
    color: #0a0c19;
}

.color_fff {
    color: #fff;
}

/*Background Colors*/
.bg_0a0c19 {
    background-color: #0a0c19;
}

.bg_e91e62 {
    background-color: #e91e62;
}

/* ===================================
     Letter Space
====================================== */
/*Letter-Space*/

/* ===================================
    padding
====================================== */
/*padding*/
.no_padding {
    padding: 0
}

.padding__left_0 {
    padding-left: 0;
}

.padding__right_0 {
    padding-right: 0;
}

/*padding top*/
.padding_top_5 {
    padding-top: 5px
}

.padding_top_8 {
    padding-top: 8px
}

.padding_top_10 {
    padding-top: 10px
}

.padding_top_13 {
    padding-top: 13px
}

.padding_top_15 {
    padding-top: 15px
}

.padding_top_20 {
    padding-top: 20px
}

.padding_top_21 {
    padding-top: 21px
}

.padding_top_25 {
    padding-top: 25px
}

.padding_top_30 {
    padding-top: 30px
}

.padding_top_35 {
    padding-top: 35px
}

.padding_top_40 {
    padding-top: 40px
}

.padding_top_45 {
    padding-top: 45px
}

.padding_top_50 {
    padding-top: 50px
}

.padding_top_55 {
    padding-top: 55px
}

.padding_top_60 {
    padding-top: 60px
}

.padding_top_65 {
    padding-top: 65px
}

.padding_top_70 {
    padding-top: 70px
}

.padding_top_75 {
    padding-top: 75px
}

.padding_top_80 {
    padding-top: 80px
}

.padding_top_85 {
    padding-top: 85px
}

.padding_top_90 {
    padding-top: 90px
}

.padding_top_95 {
    padding-top: 95px
}

.padding_top_100 {
    padding-top: 100px
}

.padding_top_120 {
    padding-top: 120px
}

.padding_top_130 {
    padding-top: 130px
}

.padding_top_150 {
    padding-top: 150px
}

.padding_top_200 {
    padding-top: 200px
}

.padding_top_180 {
    padding-top: 180px
}

.padding_top_185 {
    padding-top: 185px
}

/*padding bottom*/
.padding_bottom_5 {
    padding-bottom: 5px
}

.padding_bottom_8 {
    padding-bottom: 8px
}

.padding_bottom_10 {
    padding-bottom: 10px
}

.padding_bottom_13 {
    padding-bottom: 13px
}

.padding_bottom_15 {
    padding-bottom: 15px
}

.padding_bottom_17 {
    padding-bottom: 17px
}

.padding_bottom_20 {
    padding-bottom: 20px
}

.padding_bottom_21 {
    padding-bottom: 21px
}

.padding_bottom_25 {
    padding-bottom: 25px
}

.padding_bottom_30 {
    padding-bottom: 30px
}

.padding_bottom_35 {
    padding-bottom: 35px
}

.padding_bottom_40 {
    padding-bottom: 40px
}

.padding_bottom_50 {
    padding-bottom: 50px
}

.padding_bottom_45 {
    padding-bottom: 45px
}

.padding_bottom_55 {
    padding-bottom: 55px
}

.padding_bottom_60 {
    padding-bottom: 60px
}

.padding_bottom_65 {
    padding-bottom: 65px
}

.padding_bottom_70 {
    padding-bottom: 70px
}

.padding_bottom_75 {
    padding-bottom: 75px
}

.padding_bottom_78 {
    padding-bottom: 78px
}

.padding_bottom_80 {
    padding-bottom: 80px
}

.padding_bottom_85 {
    padding-bottom: 85px
}

.padding_bottom_90 {
    padding-bottom: 90px
}

.padding_bottom_95 {
    padding-bottom: 95px
}

.padding_bottom_100 {
    padding-bottom: 100px
}

.padding_bottom_105 {
    padding-bottom: 105px
}

.padding_bottom_120 {
    padding-bottom: 120px
}

.padding_bottom_200 {
    padding-bottom: 200px
}

.padding_bottom_180 {
    padding-bottom: 180px
}

.padding_bottom_250 {
    padding-bottom: 250px
}

/*padding left*/
.padding_left_0 {
    padding-left: 0
}

.padding_left_5 {
    padding-left: 5px
}

.padding_left_10 {
    padding-left: 10px
}

.padding_left_15 {
    padding-left: 15px
}

.padding_left_20 {
    padding-left: 20px
}

.padding_left_25 {
    padding-left: 25px
}

.padding_left_30 {
    padding-left: 30px
}

.padding_left_35 {
    padding-left: 35px
}

.padding_left_40 {
    padding-left: 40px
}

.padding_left_45 {
    padding-left: 45px
}

.padding_left_50 {
    padding-left: 50px
}

.padding_left_55 {
    padding-left: 55px
}

.padding_left_58 {
    padding-left: 58px
}

.padding_left_60 {
    padding-left: 60px
}

.padding_left_70 {
    padding-left: 70px
}

.padding_left_75 {
    padding-left: 75px
}

.padding_left_80 {
    padding-left: 80px
}

.padding_left_85 {
    padding-left: 85px
}

.padding_left_95 {
    padding-left: 95px
}

.padding_left_100 {
    padding-left: 100px
}

.padding_left_105 {
    padding-left: 105px
}

.padding_left_125 {
    padding-left: 125px
}

.padding_left_128 {
    padding-left: 128px
}

/*padding right*/
.padding_right_0 {
    padding-right: 0
}

.padding_right_5 {
    padding-right: 5px
}

.padding_right_10 {
    padding-right: 10px
}

.padding_right_15 {
    padding-right: 15px
}

.padding_right_20 {
    padding-right: 20px
}

.padding_right_25 {
    padding-right: 25px
}

.padding_right_30 {
    padding-right: 30px
}

.padding_right_35 {
    padding-right: 35px
}

.padding_right_40 {
    padding-right: 40px
}

.padding_right_45 {
    padding-right: 45px
}

.padding_right_50 {
    padding-right: 50px
}

.padding_right_55 {
    padding-right: 55px
}

.padding_right_58 {
    padding-right: 58px
}

.padding_right_60 {
    padding-right: 60px
}

.padding_right_65 {
    padding-right: 65px
}

.padding_right_70 {
    padding-right: 70px
}

.padding_right_75 {
    padding-right: 75px
}

.padding_right_80 {
    padding-right: 80px
}

.padding_right_100 {
    padding-right: 100px
}

.padding_right_105 {
    padding-right: 105px
}

.padding_right_125 {
    padding-right: 125px
}

/*All Padding*/
.padding_tb_50 {
    padding: 50px;
}



/* ===================================
     Font Size
====================================== */
/*Font Size*/
.font_size_12 {
    font-size: 12px
}

.font_size_14 {
    font-size: 14px
}

.font_size_16 {
    font-size: 16px
}

.font_size_18 {
    font-size: 18px
}

.font_size_20 {
    font-size: 20px
}

.font_size_22 {
    font-size: 22px
}

.font_size_24 {
    font-size: 24px
}

.font_size_26 {
    font-size: 26px
}

.font_size_28 {
    font-size: 28px
}

.font_size_30 {
    font-size: 30px
}

.font_size_32 {
    font-size: 32px
}

.font_size_34 {
    font-size: 34px
}

.font_size_36 {
    font-size: 36px
}

.font_size_38 {
    font-size: 38px
}

.font_size_40 {
    font-size: 40px
}

.font_size_42 {
    font-size: 42px
}

.font_size_44 {
    font-size: 44px
}

.font_size_48 {
    font-size: 48px
}

.font_size_54 {
    font-size: 54px
}

.font_size_60 {
    font-size: 60px
}

.font_size_64 {
    font-size: 64px
}

.font_size_50 {
    font-size: 50px
}

.font_size_70 {
    font-size: 70px
}

.font_size_80 {
    font-size: 80px
}

.font_size_90 {
    font-size: 90px
}

.font_size_120 {
    font-size: 120px
}

/*Font weight*/
.font_weight_100 {
    font-weight: 100
}

.font_weight_200 {
    font-weight: 200
}

.font_weight_300 {
    font-weight: 300
}

.font_weight_400 {
    font-weight: 400
}

.font_weight_500 {
    font-weight: 500
}

.font_weight_600 {
    font-weight: 600
}

.font_weight_700 {
    font-weight: 700
}

.font_weight_800 {
    font-weight: 800
}

.font_weight_900 {
    font-weight: 900
}
/* ===================================
     Line Height
====================================== */
/*Line Height*/
.line_height_16 {
    line-height: 16px
}

.line_height_22 {
    line-height: 22px
}

.line_height_24 {
    line-height: 24px
}

.line_height_25 {
    line-height: 25px
}

.line_height_28 {
    line-height: 28px
}

.line_height_30 {
    line-height: 30px
}

.line_height_32 {
    line-height: 32px
}

.line_height_34 {
    line-height: 34px
}

.line_height_36 {
    line-height: 36px
}

.line_height_38 {
    line-height: 38px
}

.line_height_40 {
    line-height: 40px
}

.line_height_42 {
    line-height: 42px
}

.line_height_46 {
    line-height: 46px
}

.line_height_48 {
    line-height: 48px
}

.line_height_50 {
    line-height: 50px
}

.line_height_52 {
    line-height: 52px
}

.line_height_54 {
    line-height: 54px
}

.line_height_60 {
    line-height: 60px
}

.line_height_65 {
    line-height: 65px
}

.line_height_80 {
    line-height: 80px
}

.line_height_82 {
    line-height: 82px
}

.line_height_90 {
    line-height: 90px
}

.line_height_110 {
    line-height: 110px
}

/* ===================================

    Plan Section
====================================== */
.vermas {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
}

a.circle-black {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #313131;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    padding: 3%;
    color: #fff;
    font-size: 14px;
}

    a.circle-black:hover, a.text-black:focus {
        background-color: #ef3428;
        color: #FFF !important;
    }


.section_title {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 2.5rem;
    color: #000;
    line-height: 60px;
    font-weight: 500;
}

.section_subtitle {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 1.5rem;
    color: #000;
    line-height: 30px;
    font-weight: 300;
}

.client-review-outer-con .owl-carousel .client-review-box figure img {
    width: auto;
}

.reviewer-img-con {
    display: flex;
    gap: 20px;
    align-items: center;
}

.reviewer-details span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
    font-family: "SF Pro Display", sans-serif;
}

.reviewer-details small {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.client-review-box {
    padding: 39px 39px 40px 38px;
    border: 1px solid #67696c;
    border-radius: 14px;
    min-height: 275px;
    box-shadow: 10px 10px 10px rgb(0 0 79 / 5%);
}

.review-top-con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.client-review-box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic;
    color: var(--secondary-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 2px;
}

.reviewer-details {
    margin-top: -3px;
}

.client-review-box p:last-child {
    margin-bottom: 0;
}

.client-review-outer-con .owl-carousel .owl-nav,
.client-review-outer-con .owl-carousel .owl-dots {
    display: none;
}

.client-review-outer-con {
    position: relative;
    margin-bottom: 100px;
}

    .client-review-outer-con .btn-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        top: 44%;
        z-index: 1;
        transform: translateY(-50%);
    }

        .client-review-outer-con .btn-wrap .prev-btn,
        .client-review-outer-con .btn-wrap .next-btn {
            border: 0;
            background: transparent;
            position: absolute;
            cursor: pointer;
        }

            .client-review-outer-con .btn-wrap .prev-btn:hover,
            .client-review-outer-con .btn-wrap .next-btn:hover {
                border: 0;
                background: transparent;
                position: absolute;
                cursor: pointer;
                color: #ef3428;
            }

        .client-review-outer-con .btn-wrap .prev-btn {
            left: -75px;
        }

        .client-review-outer-con .btn-wrap .next-btn {
            right: -75px;
        }

        .client-review-outer-con .btn-wrap button:focus {
            outline: none;
        }

    .client-review-outer-con .owl-item.active {
        opacity: 1;
    }

    .client-review-outer-con .owl-item {
        opacity: 0;
        transition: opacity 1ms;
    }

    .client-review-outer-con .owl-stage-outer {
        overflow: visible;
    }

.client-review-slider {
    overflow: hidden;
}

/* Service - Start
================================================== */

.container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}

.page_wrapper {
    position: relative;
}

img:not([draggable]),
embed,
object,
video {
    height: auto;
    max-width: 100%;
}

.service_block {
    position: relative;
    max-height: 400px;
}

    .service_block .service_image {
        overflow: hidden;
        position: relative;
        transition: 0.3s;
        border-radius: 20px;
        max-height:400px;
    }

        .service_block .service_image img {
            transition: 0.3s;
        }

    .service_block:hover .service_image {
        transform: scale(0.98);
    }

        .service_block:hover .service_image img {
            transform: scale(1.11);
        }

    .service_block .service_content {
        left: 0;
        right: 0;
        bottom: 0;
        bottom: 0;
        z-index: 2;
        padding: 40px;
        position: absolute;
    }

    .service_block .service_title {
        font-size: 32px;
        max-width: 360px;
        line-height: 40px;
        margin-bottom: 40px;
    }

        .service_block .service_title a {
            display: inline;
            color: #fff;
            background-size: 0 100%;
            backface-visibility: hidden;
            background-position-y: -2px;
            background-repeat: no-repeat;
            transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
            background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
        }

            .service_block .service_title a:hover {
                background-size: 100% 100%;
            }

    .service_block .service_title p {
        font-size: 16px;
        color:#fff;
    }

    .service_block .links_wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
/*        position: absolute;
        bottom: 10px;
        right: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;*/
    }

    .service_block .category_btns_group {
        gap: 10px;
    }

        .service_block .category_btns_group a {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.15);
            background-color: rgba(255, 255, 255, 0.1);
        }

            .service_block .category_btns_group a:hover {
                color: #000;
                border-color: #fff;
                background-color: #fff;
            }

    .service_block .icon_block {
        order: -1;
        width: 50px;
        height: 50px;
        border-color: #fff;
        background-color: #fff;
    }

        .service_block .icon_block:hover {
            color: #fff;
            background-color: transparent;
            border-color: rgba(255, 255, 255, 0.3);
        }

.icon_block {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    font-size: 20px;
    overflow: hidden;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    color: #000;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #fff;
}

    .icon_block:hover {
        color: #ff3821;
        border-color: #fff;
        background-color: #fff;
    }


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

    .banner-section .background-text {
        position: absolute;
        right: -280px;
        bottom: 190px;
        z-index: 99;
        text-transform: uppercase;
        font-size: 240px;
        font-weight: 700;
        letter-spacing: -5px;
        line-height: 200px;
        color: rgb(255 255 255 / 0.1);
        transform: rotate(-30deg);
    }

        .banner-section .background-text .text-2 {
            position: absolute;
            top: -5px;
            left: 15px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
            color: transparent;
        }

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .banner-section .swiper-slide:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #000000;
        opacity: 0.0;
        content: "";
    }

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 0 15px 10px;
    min-height: 800px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .banner-section .content-box .inner {
        position: relative;
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        padding: 0 15px;
    }

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 66px;
    font-weight: 700;
    line-height: 80px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    padding-bottom: 30px;
    letter-spacing: 0;
}

    .banner-section .content-box h1:before {
        position: absolute;
        content: '';
        height: 3px;
        width: 76px;
        bottom: 0;
        left: 0;
        background-image: url(../images/shape/shape-1.png);
    }

.banner-section .content-box.justify-content-center h1:before {
    left: 50%;
    transform: translateX(-50%);
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .text {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 40px;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 25px;
    background-color: rgb(255 255 255 / 0.8);
    transition: .5s;
    transform: rotate(180deg);
}

    .banner-section .banner-slider-button-next:hover {
        color: #fff;
    }

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 25px;
    background-color: rgb(255 255 255 / 0.80);
    transition: .5s;
}

    .banner-section .banner-slider-button-prev:hover {
        color: #fff;
    }

/* Style Two */
.banner-section .banner-slider-nav.style-two {
    left: 0;
    right: auto;
    top: auto;
}

    .banner-section .banner-slider-nav.style-two .banner-slider-button-prev {
        width: 106px;
        height: 53px;
        border-radius: 0;
        margin: 0;
        line-height: 53px;
        background: #293e9c;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .banner-section .banner-slider-nav.style-two .banner-slider-button-next {
        height: 53px;
        width: 106px;
        border-radius: 0;
        margin: 0;
        line-height: 53px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .banner-section .banner-slider-nav.style-two .banner-slider-button-next i {
            margin-left: 10px;
            position: relative;
            top: 1px;
        }

    .banner-section .banner-slider-nav.style-two .banner-slider-button-prev i {
        margin-right: 10px;
        top: 1px;
        position: relative;
    }

/* mobile */

.mobile-section {
    position: relative;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .mobile-section .mobile-box {
        /* background-image: linear-gradient(to left, #ef3428 0%, #fff 40%); */
        background-color: #f5f5f7;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        position: relative;
        border-radius: 10px;
    }

        .mobile-section .mobile-box .mobile_wrapper {
            position: relative;
        }

            .mobile-section .mobile-box .mobile_wrapper .mobile-image {
                position: relative;
                top: 0;
                left: 0;
            }

            .mobile-section .mobile-box .mobile_wrapper h3 {
                font-weight: 600;
                position: absolute;
                bottom: -8px;
                right: -12px;
                padding: 45px 35px;
                width: 50%;
                height: auto; /* Ajustar altura al contenido */
                margin-bottom: 0;
                color: #fff;
                background: #ef3428;
                border-radius: 15px;
                word-wrap: break-word;
                /* Usar clamp para controlar el tamaño de fuente */
                font-size: clamp(1rem, 2vw + 1rem, 1.5rem);
                /* Hacer el cuadro adaptable */
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                /* Evitar el desbordamiento */
                overflow: hidden;
                word-break: break-word; /* Permite la ruptura de palabras largas */
            }


            .mobile-section .mobile-box .mobile_wrapper .mobile-image img {
                border-radius: 10px 0 0 10px;
            }

        .mobile-section .mobile-box .mobile_content {
            padding: 74px 80px 74px 60px;
        }

            .mobile-section .mobile-box .mobile_content h3 {
                margin-bottom: 30px;
                letter-spacing: 1.8px;
            }

            .mobile-section .mobile-box .mobile_content p {
                color: #000;
                margin-bottom: 36px;
            }

    .mobile-section .mobile_content .properties {
        display: flex;
        flex-wrap: wrap; /* Permite que las listas se muevan a nuevas líneas si no hay suficiente espacio */
        margin-bottom: 32px;
    }

        .mobile-section .mobile_content .properties ul {
            padding-left: 12px;
        }

        .mobile-section .mobile_content .properties .first-list {
            margin-right: 45px;
        }

        .mobile-section .mobile_content .properties li {
            font-weight: 600;
            font-family: 'Inter', sans-serif;
            display: flex; /* Cambia a flex para alinear el tick y el texto juntos */
            align-items: center; /* Alinea verticalmente el tick y el texto */
            margin-bottom: 10px;
            color: #000;
            transition: all 0.3s ease-in-out;
            flex-wrap: wrap; /* Permite que el contenido pase a la siguiente línea en pantallas pequeñas */
        }

        /* Ajusta el tick */
        .mobile-section .mobile_content .properties ul li .tick {
            position: relative;
            border: 0px solid #ef3428;
            border-radius: 100px;
            height: 20px;
            width: 20px;
            line-height: 20px;
            text-align: center;
            display: inline-block;
            border-right-style: none;
            color: #ef3428;
            margin-right: 8px; /* Espacio entre el tick y el texto */
            flex-shrink: 0; /* Evita que el tick se reduzca de tamaño en pantallas pequeñas */
        }


    .mobile-section .mobile_content .image_wrapper {
        display: inline-flex;
    }

        .mobile-section .mobile_content .image_wrapper .apple_image {
            margin-right: 16px;
        }

/* Testimonial */

.testimonial-section2 {
    position: relative;
    padding: 154px 0 0;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}

    .testimonial-section2 .content {
        text-align: center;
    }

        .testimonial-section2 .content h2 {
            font-weight: 600;
            color: var(--e-global-color-white);
            margin-bottom: 22px;
        }

        .testimonial-section2 .content p {
            color: var(--e-global-color-white);
            margin-bottom: 92px;
        }

    .testimonial-section2 .testimonial-box {
        background-image: linear-gradient(to left, var(--e-global-color-light-grayish-cyan) 0%, var(--e-global-color-very-pale-violet) 40%);
        display: inline-block;
        transition: all 0.3s ease-in-out;
        position: relative;
        border-radius: 10px;
        width: 100%;
    }

        .testimonial-section2 .testimonial-box .content_testimonial {
            padding: 100px 84px;
        }

    .testimonial-section2 .testimonial_wrapper {
        position: relative;
    }

        .testimonial-section2 .testimonial_wrapper .testimonial-image {
            position: relative;
            right: -47px;
        }

            .testimonial-section2 .testimonial_wrapper .testimonial-image img {
                border-radius: 0 10px 10px 0;
                width: 89%;
            }

    .testimonial-section2 .carousel-inner {
        width: 109%;
    }

    .testimonial-section2 .testimonial_content {
        padding: 40px 32px 34px 40px;
        border-radius: 10px;
        background: var(--e-global-color-white);
        transition: all 0.3s ease-in-out;
        width: 348px;
    }

        .testimonial-section2 .testimonial_content .image {
            margin-bottom: 22px;
        }

            .testimonial-section2 .testimonial_content .image img {
                border-radius: 10px;
            }

        .testimonial-section2 .testimonial_content .heading {
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            color: var(--e-global-color-black);
            display: block;
            margin-bottom: 6px;
        }

        .testimonial-section2 .testimonial_content .post {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--e-global-color-very-dark-gray);
        }

        .testimonial-section2 .testimonial_content p {
            color: var(--e-global-color-very-dark-gray);
        }

    .testimonial-section2 .carousel-control-prev {
        left: -54px;
        top: 6px;
        width: auto;
        opacity: 1;
    }

        .testimonial-section2 .carousel-control-prev .circle {
            font-size: 14px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            opacity: 1;
            text-align: center;
            border-radius: 100px;
            color: var(--e-global-color-very-dark-mostly-black-violet);
            background: var(--e-global-color-white);
            box-shadow: 0px 0px 50px rgba(179 24 255 / 30%);
            transition: all 0.3s ease-in-out;
        }

    .testimonial-section2 .carousel-control-next {
        right: -108px;
        top: 2px;
        width: auto;
        opacity: 1;
    }

        .testimonial-section2 .carousel-control-next .circle {
            font-size: 14px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            opacity: 1;
            text-align: center;
            border-radius: 100px;
            color: var(--e-global-color-very-dark-mostly-black-violet);
            background: var(--e-global-color-white);
            box-shadow: 0px 0px 50px rgba(179 24 255 / 30%);
            transition: all 0.3s ease-in-out;
        }

            .testimonial-section2 .carousel-control-next .circle:hover {
                color: var(--e-global-color-white);
                background: var(--e-global-color-very-dark-mostly-black-violet);
            }

    .testimonial-section2 .carousel-control-prev .circle:hover {
        color: var(--e-global-color-white);
        background: var(--e-global-color-very-dark-mostly-black-violet);
    }

/* Articles */

.article-section {
    position: relative;
    padding: 50px 0;
    background: #fff;
}

    .article-section .content {
        text-align: center;
    }

        .article-section .content h2 {
            font-weight: 600;
            color: #000;
            margin-bottom: 22px;
        }

        .article-section .content p {
            color: #000;
            margin-bottom: 92px;
        }

    .article-section .article_content {
        padding: 34px 40px 40px;
        border-radius: 10px;
        background: #f5f5f7;
        transition: all 0.3s ease-in-out;
        margin-bottom: 30px;
        min-height: 400px;
    }

        .article-section .article_content span {
            font-weight: 500;
            color: #000;
            display: block;
            margin-bottom: 8px;
            word-spacing: 3.8px;
            transition: all 0.3s ease-in-out;
        }

        .article-section .article_content .text {
            font-weight: 600;
            font-family: 'Barlow', sans-serif;
            color: #3c4858;
            border-left: #3c4858;
            padding-left: 0px;
            margin-bottom: 26px;
            article_content transition: all 0.3s ease-in-out;
        }

        .article-section .article_content .text2 {
            font-size: 16px;
            line-height: 30px;
            color: #3c4858;
            margin-bottom: 14px;
            transition: all 0.3s ease-in-out;
        }

        .article-section .article_content .read_more {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #000;
            border-bottom: 2px solid #000;
            padding-bottom: 2px;
            transition: all 0.3s ease-in-out;
        }

        .article-section .article_content .links_wrapper_caracteristicas {
            position: absolute;
            bottom: 40px;
            right: 40px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .article-section .article_content .links_wrapper_modulos {
            position: absolute;
            bottom: 40px;
            right: 40px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

/*            .article-section .article_content .links_wrapper_caracteristicas:hover {
                color: firebrick;
            }*/

        /* .article-section .article_content .read_more:hover {
                color: var(--e-global-color-vivid-cyan) !important;
                border-bottom: 2px solid var(--e-global-color-vivid-cyan) !important;
            } */

        .article-section .article_content:hover {
            background: #f5f5f7;
        }

            .article-section .article_content:hover span {
                color: #000;
            }


            .article-section .article_content:hover .text2 {
                color: #000;
            }

    .article-section .button {
        text-align: center;
    }

    .article-section .view_more {
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        padding: 5px 52px 5px 5px;
        text-align: center;
        display: inline-block;
        border-radius: 30px;
        color: #000;
        background: #fff;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 10px 20px rgba(179 24 255 / 20%);
    }

        .article-section .view_more .circle {
            font-size: 16px;
            border-radius: 100px;
            height: 40px;
            width: 40px;
            line-height: 40px;
            margin-right: 24px;
            text-align: center;
            display: inline-block;
            font-family: 'FontAwesome';
            transition: all 0.3s ease;
            color: #3c4858;
            background: #8c98a4;
        }

        .article-section .view_more:hover {
            color: #000;
            background: #000;
        }

            .article-section .view_more:hover .circle {
                color: #000;
                background: #fff;
            }

/* Banner Kit */

.kit-digital-banner {
    background: url(/assets/images/bg/banner-kit-bg.webp) no-repeat center;
    width: 100%;
    height: 440px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    padding-top: 3px;
    z-index: 1;
    box-shadow: 20px 20px 40px rgb(0 0 79 / 15%);
}

/* Banner d2m */

.d2m-banner {
    background: url(/assets/images/bg/meribia-d2m-cubos-right-ia.jpg) no-repeat center;
    width: 100%;
    height: 440px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    padding-top: 3px;
    z-index: 1;
    box-shadow: 20px 20px 40px rgb(0 0 79 / 15%);
}

/* Banner quienes somos */

.quienes-somos-banner {
    background: url(/assets/images/bg/meribia-quienes-somos.jpg) no-repeat center;
    width: 100%;
    height: 440px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    padding-top: 3px;
    z-index: 1;
    box-shadow: 20px 20px 40px rgb(0 0 79 / 15%);
}

/* Banner Transporte Contacto */

.transporte-contacto-banner {
    background: url(/assets/images/bg/banner-contacto-transporte-bg.jpg) no-repeat center;
    width: 100%;
    height: 440px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    padding-top: 3px;
    z-index: 1;
    box-shadow: 20px 20px 40px rgb(0 0 79 / 15%);
}

/* Banner Contacto Generico */

.contacto-banner {
    background: url(/assets/images/bg/banner-contacto-bg.webp) no-repeat center;
    width: 100%;
    height: 440px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    padding-top: 3px;
    z-index: 1;
    box-shadow: 20px 20px 40px rgb(0 0 79 / 15%);
}

/* Banner Contacto Generico */

.banner-parallax-transporte {
    background: url(/assets/images/bg/banner-parallax-transporte-bg.jpg) no-repeat center;
    width: 100%;
    height: 440px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    padding-top: 3px;
    z-index: 1;
    box-shadow: 20px 20px 40px rgb(0 0 79 / 15%);
}

/* Parallax RRSS */
.parallax {
    /* The image used */
    background-image: url('/assets/images/bg/meribia-rrss.jpg');
    /* Set a specific height */
/*    min-height: 300px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/******* MODAL *******/

/*Efecto*/
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalmask:target {
        opacity: 1;
        pointer-events: auto;
    }

/*Formato de la ventana*/
.modalbox {
    width: 700px;
    height: 600px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    overflow: auto;
}

.modalbox-transporte {
    width: 700px;
    height: 250px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    overflow: auto;
}

/*Movimientos*/
.movedown {
    margin: 0 auto;
}

.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}

.resize {
    margin: 10% auto;
    width: 0;
    height: 0;
}

.modalmask:target .movedown {
    margin: 10% auto;
}

.modalmask:target .rotate {
    transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize {
    width: 700px;
    height: 600px;
}

/*Boton de cerrar*/
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
}

    .close:hover {
        background: #fe432e;
        color: #fff;
    }


/* Tabs */
.tabs {
    border-radius: 4px;
    margin-bottom: 20px;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom-color: #EEE;
}

    .nav-tabs li:last-child .nav-link {
        margin-right: 0;
    }

    .nav-tabs li .nav-link {
        border-radius: 5px 5px 0 0;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: -0.2px;
        padding: 11.2px 24px;
        padding: .7rem 1.5rem;
        transition: all .2s;
        margin-right: 1px;
    }


        .nav-tabs li .nav-link:active, .nav-tabs li .nav-link:hover, .nav-tabs li .nav-link:focus {
            background: var(--light);
            border-left-color: #EEE;
            border-right-color: #EEE;
            border-top: #fff;
            color: #000;
        }

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}

/* Simple */
.tabs.tabs-simple .nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 10px;
}

    .tabs.tabs-simple .nav-tabs > li {
        margin-left: 0;
        margin-bottom: 20px;
    }

        .tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover {
            padding: 15px 30px;
            background: none;
            border: 0;
            border-bottom: 3px solid #eee;
            border-radius: 0;
            color: #000;
            font-size: 16px;
        }

            .tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
                padding: 15px 30px;
                background: none;
                border: 0;
                border-bottom: 3px solid #eee;
                border-radius: 0;
                color: #000;
                font-size: 16px;
            }

.tabs.tabs-simple .tab-content {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.tabs.tabs-simple.tabs-simple-full-width-line .nav-tabs {
    border-bottom: 3px solid #eee;
}

    .tabs.tabs-simple.tabs-simple-full-width-line .nav-tabs > li {
        margin-bottom: -3px;
    }



.responsive-tabs-container .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: var(--grey-100);
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

/* Estilo general de la scrollbar */
::-webkit-scrollbar {
    width: 8px; /* Ancho de la barra de desplazamiento */
}

/* Estilo de la pista (track) de la scrollbar */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color de fondo de la pista */
}

/* Estilo del "dedo" de la scrollbar (la parte que se desplaza) */
::-webkit-scrollbar-thumb {
    background-color: #ff3d27; /* Color anaranjado */
    border-radius: 10px; /* Bordes redondeados */
    border: 2px solid #f1f1f1; /* Borde opcional alrededor del "dedo" */
}

    /* Estilo cuando pasas el cursor sobre la scrollbar */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #ff3d27; /* Un tono más oscuro al pasar el mouse */
    }

/* Estilos para la sección del video de fondo */
.top-video-background {
    position: relative;
    width: 100%;
    max-height: 50vh; /* Altura completa de la ventana */
    /*max-height: 180px;*/
    overflow: hidden;
}

    .top-video-background video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        z-index: -1; /* El video estará detrás del contenido */
    }

    /* Estilos para el contenido sobre el video */
    .top-video-background .contenido {
        position: relative;
        z-index: 1; /* El contenido estará por encima del video */
        text-align: center;
        color: white;
        font-size: 2rem;
    }

/* Asegura que el video de fondo ocupe todo el contenedor */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100%;
    object-fit: cover; /* Asegura que el video cubra todo el contenedor */
    z-index: -1; /* Pone el video detrás del contenido */
}

/* Asegura que la sección principal ocupe toda la pantalla */
.bg-half-170-animated {
    position: relative;
    height: 100vh; /* Ocupa el 100% de la altura de la pantalla */
    overflow: hidden; /* Esconde el contenido que se salga del contenedor */
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 170px 0;

}

/* Ajusta el contenido para que esté centrado */
.contenido {
    z-index: 2; /* Pone el contenido por encima del video */
    color: white;
}

.nueva-app-meribia{
    font-size: 1rem;
}

/* Ajusta el comportamiento del contenido en dispositivos móviles */
@media only screen and (max-width: 768px) {
    .bg-half-170-animated {
        height: auto; /* Permite que el contenedor crezca con el contenido en móviles */
    }

    .video-background {
        object-fit: cover;
    }

    .contenido {
        padding: 20px;
        text-align: center;
    }

    .title-heading h1 {
        font-size: 1.5rem; /* Reduce el tamaño del texto en pantallas pequeñas */
    }

    .title-heading sub {
        font-size: 1rem; /* Ajusta el subtítulo para móviles */
    }
}

.contacto-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px; /* Para dar espacio entre los elementos */
    font-size: 2rem;
    text-align: center;
    line-height: 1.5; /* Espaciado entre líneas estándar */
}

.kd-link {
    color: #007bff;
    text-decoration: none;
}

    .kd-link:hover {
        text-decoration: underline;
    }

/* Este estilo asegura que el número de teléfono no se parta */
.telefono-numero {
    white-space: nowrap; /* Mantiene el número completo en una línea */
}

.swiper {
    width: 100%;
    height: 100%;
    background: #000;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    width: 100%;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}