* {
    margin: 0;
    padding: 0;
}

:root {
    --bs-dark-rgb: 45, 55, 75;
}

.ovo-regular {
    font-family: "Ovo", serif;
    font-weight: 400;
    font-style: normal;
}

.mulish-<uniquifier > {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

html,
body {
    /*    font-family: "Inter", sans-serif; */
    font-family: "Mulish", sans-serif;
    font-size: 1rem;
    color: #57606f;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.3;
    font-weight: 600;
    color: #2f3542;
    letter-spacing: -1px;
    font-family: "Ovo", serif;
}

h5,
h6 {
    letter-spacing: -0.5px;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1px;
}

.display-1,
.display-2,
.display-3 {
    letter-spacing: -2px;
}

p {
    font-size: 1rem;
    color: #57606f;
}

.small,
small {
    font-size: .875em;
}

.lead {
    font-size: calc(1.25625rem + .075vw);
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    text-decoration: none;
    outline: 0 solid transparent;
    font-weight: 600;
}

ul,
ol {
    margin: 0;
    padding-left: 1rem;
}

ul li,
ol li {
    text-decoration: none;
}

ul li:hover,
ul li:focus,
ol li:hover,
ol li:focus {
    text-decoration: none;
}

.border,
.border-top,
.border-bottom,
.border-start,
.border-end {
    border-color: #dee1e6;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.link {
    display: inline-block;
    font-size: .9375rem;
}

.link-light {
    color: #f5f7fa !important;
}

.link-light:focus,
.link-light:hover {
    color: #f7f9fb !important;
}

.link-light.link-pointer::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23F5F7FA' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.link-light:focus,
.link-light:hover {
    opacity: .7;
}

.link-light-75 {
    opacity: .75
}

.link-light-75:focus,
.link-light-75:hover {
    opacity: 1
}

.text-cap {
    display: block;
    color: #2d374b;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media screen and (max-width: 479px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
    .container {
        max-width: 420px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.vbox-container {
    overflow-y: hidden;
    padding: 1rem !important;
}

.vbox-content {
    padding: 20px 4%;
    max-height: calc(100vh - 40px) !important;
}

.vbox-close {
    top: 1.25rem;
    right: 2.25rem;
    padding: 0;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.modal-content {
    border: none;
}

.modal-dialog {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 450px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 650px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-dialog {
        max-width: 1000px;
    }
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}
.position-md-absolute {
        position: absolute!important;
    }
.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.p-6 {
    padding: 2.5rem !important;
}

.p-7 {
    padding: 3rem !important;
}

.p-8 {
    padding: 3.5rem !important;
}

.p-9 {
    padding: 4rem !important;
}

.p-10 {
    padding: 4.5rem !important;
}

.p-sm-0 {
    padding: 0 !important;
}

.p-sm-1 {
    padding: .25rem !important;
}

.p-sm-2 {
    padding: .5rem !important;
}

.p-sm-3 {
    padding: 1rem !important;
}

.p-sm-4 {
    padding: 1.5rem !important;
}

.p-sm-5 {
    padding: 2rem !important;
}

.p-sm-6 {
    padding: 2.5rem !important;
}

.p-sm-7 {
    padding: 3rem !important;
}

.p-lg-5 {
    padding: 2rem !important;
}

.p-lg-10 {
    padding: 3.5rem !important;
}

.p-sm-9 {
    padding: 4rem !important;
}

.p-sm-10 {
    padding: 4.5rem !important;
}
.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.px-5 {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
}

.px-6 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important;
}

.px-7 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}

.px-8 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important;
}

.px-9 {
    padding-right: 4rem!important;
    padding-left: 4rem!important;
}

.px-10 {
    padding-right: 4.5rem!important;
    padding-left: 4.5rem!important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 2rem !important;
}

.me-6 {
    margin-right: 2.5rem !important;
}

.me-7 {
    margin-right: 3rem !important;
}

.me-8 {
    margin-right: 3.5rem !important;
}

.me-9 {
    margin-right: 4rem !important;
}

.me-10 {
    margin-right: 4.5rem !important;
}

.me-auto {
    margin-right: auto !important;
}


.ms-auto {
    margin-left: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: .25rem !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 2rem !important;
}

.ms-6 {
    margin-left: 2.5rem !important;
}

.ms-7 {
    margin-left: 3rem !important;
}

.ms-8 {
    margin-left: 3.5rem !important;
}

.ms-9 {
    margin-left: 4rem !important;
}

.ms-10 {
    margin-left: 4.5rem !important;
}


.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.mb-6 {
    margin-bottom: 2.5rem !important;
}

.mb-7 {
    margin-bottom: 3rem !important;
}

.mb-8 {
    margin-bottom: 3.5rem !important;
}

.mb-9 {
    margin-bottom: 4rem !important;
}

.mb-10 {
    margin-bottom: 4.5rem !important;
}

.mb-lg-0 {
    margin-bottom: 0 !important;
}

.mx-md-n1 {
    margin-right: -.25rem !important;
    margin-left: -.25rem !important;
}

.mx-md-n2 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important;
}

.mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
}

.mx-md-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}

.mx-md-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.mx-md-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
}

.mx-md-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
}

.mx-md-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
}

.mx-lg-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}
.w-65 {
    width: 65%!important;
}
.w-100 {
    width: 100% !important;
}

.w-lg-25 {
    width: 25% !important;
}

.w-lg-50 {
    width: 50% !important;
}

.w-lg-65 {
        width: 65%!important
}

.w-lg-75 {
    width: 75% !important;
}

.w-lg-100 {
    width: 100% !important;
}
.h-65 {
    height: 65%!important;
}
.h-lg-100 {
        height: 100%!important
    }
.min-vh-100 {
    min-height: 100vh !important;
}

.min-vh-35 {
    min-height: 35vh !important;
}

.min-vh-75 {
    min-height: 75vh !important;
}

.min-vh-md-100 {
    min-height: 100vh !important;
}

.min-vh-md-35 {
    min-height: 35vh !important;
}

.min-vh-md-75 {
    min-height: 75vh !important;
}

.min-vh-lg-35 {
        min-height: 35vh!important;
}
.min-vh-lg-50 {
        min-height: 50vh!important;
}
.min-vh-lg-75 {
        min-height: 75vh!important;
}

.mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.top-0 {
    top: 0!important;
}
.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.bottom-auto {
    bottom: auto !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.start-auto {
    left: auto !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.end-auto {
    right: auto !important;
}
.top-auto {
    top: auto!important;
}
.top-md-0 {
    top: 0 !important;
}

.top-md-50 {
    top: 50% !important;
}

.top-md-100 {
    top: 100% !important;
}

.top-md-auto {
    top: auto !important;
}

.top-lg-0 {
    top: 0 !important;
}

.bottom-md-0 {
    bottom: 0 !important;
}

.bottom-md-50 {
    bottom: 50% !important;
}

.bottom-md-100 {
    bottom: 100% !important;
}

.bottom-md-auto {
    bottom: auto !important;
}

.start-md-0 {
    left: 0 !important;
}

.start-md-50 {
    left: 50% !important;
}

.start-md-100 {
    left: 100% !important;
}

.start-md-auto {
    left: auto !important;
}

.end-md-0 {
    right: 0 !important;
}

.end-md-50 {
    right: 50% !important;
}

.end-md-100 {
    right: 100% !important;
}

.end-md-auto {
    right: auto !important;
}

.invisible {
    visibility: hidden !important;
}
.content-space-md-1 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }
.content-space-t-0 {
    padding-top: 0 !important;
}

.content-space-t-1 {
    padding-top: 3.5rem !important;
}

.content-space-t-2 {
    padding-top: 5rem !important;
}

.content-space-t-3 {
    padding-top: 7.5rem !important;
}

.content-space-t-4 {
    padding-top: 10rem !important;
}

.content-space-t-auto {
    padding-top: auto !important;
}

.content-space-b-0 {
    padding-bottom: 0 !important;
}

.content-space-b-1 {
    padding-bottom: 3.5rem !important;
}

.content-space-b-2 {
    padding-bottom: 5rem !important;
}

.content-space-b-3 {
    padding-bottom: 7.5rem !important;
}

.content-space-b-4 {
    padding-bottom: 10rem !important;
}

.content-space-b-auto {
    padding-bottom: auto !important;
}

.content-space-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.content-space-1 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.content-space-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.content-space-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.content-space-4 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.content-space-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}

.content-space-lg-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.align-items-lg-center {
    align-items: center !important;
}

.align-items-center {
    align-items: center !important;
}
.align-self-lg-end {
    align-self: flex-end!important;
}
.zi-n1 {
    z-index: -1!important;
}
.zi-1 {
    z-index: 1!important
}
.col-md-auto {
    flex: 0 0 auto;
    width: auto;
}

.card-sm>.card-body,.card-sm>.card-footer,.card-sm>.card-header,.card-sm>.card-img-overlay,.card-sm>.collapse .card-body {
    padding: .8125rem .8125rem;
}

.card-sm .card-table>tbody>tr:first-child>td {
    padding-top: .8125rem;
}

.card-sm .card-table>tbody>tr:last-child>td {
    padding-bottom: .8125rem;
}

.card-sm .card-table>:not(caption)>*>* {
    padding-right: .8125rem;
    padding-left: .8125rem;
}

.card-transition-zoom {
    overflow: hidden;
}

.card-transition-zoom .card-transition-zoom-item {
    overflow: hidden;
    border-radius: .8125rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.card-transition-zoom .card-img {
    transition: transform .4s;
}

.card-transition-zoom:hover .card-img {
    transform: scale(1.03);
}
.card-process {
    border: 1;
    border-radius: 0.75rem;
    color: #818181;
}

.card-transition {
    transition: all .2s ease-in-out
}

.card-transition:focus,.card-transition:hover {
    transform: translateY(-.1875rem)!important
}

.card-transition-zoom {
    overflow: hidden
}

.card-transition-zoom .card-transition-zoom-item {
    overflow: hidden;
    border-radius: .8125rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0)
}

.card-transition-zoom .card-img {
    transition: transform .4s
}

.card-transition-zoom:hover .card-img {
    transform: scale(1.03)
}

@media (min-width: 992px) {

    .g-4,
    .gx-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-4,
    .gy-4 {
        --bs-gutter-y: 1.5rem;
    }

    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 2rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 2rem
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 3rem
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 3rem
    }

    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 3.5rem
    }

    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 3.5rem
    }

    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 4rem
    }

    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 4rem
    }

    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 4.5rem
    }

    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 4.5rem
    }
}

.list-step {
    position: relative;
}

.list-step .list-step-item {
    position: relative;
}

.list-step .list-step-item:not(:first-child)::before {
    position: absolute;
    top: -4.5rem;
    left: 50%;
    width: 3rem;
    height: 9rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3rem 9rem;
    transform: translateX(-50%);
    content: "";
}
.list-py-3>li:not(:first-child) {
    padding-top: 1rem;
}

.list-py-3>li:not(:last-child) {
    padding-bottom: 1rem;
}

.pe-lg-5 {
    padding-right: 2rem !important;
}

.order-lg-2 {
    order: 2 !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.shadow {
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125) !important;
}

.shadow-sm {
    box-shadow: 0 .1875rem .375rem rgba(140, 152, 164, .25) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, .1) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-xl {
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(45, 55, 75, .2), 0 2rem 4rem -2rem rgba(45, 55, 75, .3) !important;
}

.border-white-10 {
    --bs-border-opacity: 1;
    border-color: rgba(255, 255, 255, .1) !important;
}

.d-flex {
    display: flex !important;
}

.blockquote-footer {
    font-weight: 700;
    line-height: normal;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.blockquote-footer::before {
    content: "";
}

.blockquote-footer-source {
    display: block;
    color: #677788;
    font-size: .8125rem;
    font-weight: 400;
    margin-top: .25rem;
}

.blockquote-footer-source {
    display: block;
    color: #677788;
    font-size: .8125rem;
    font-weight: 400;
    margin-top: .25rem;
}

.list-separator {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-py-1 > li:not(:first-child) {
    padding-top: .3125rem
}

.list-py-1 > li:not(:last-child) {
    padding-bottom: .3125rem
}

.list-py-2 > li:not(:first-child) {
    padding-top: .5rem;
}

.list-py-2 > li:not(:last-child) {
    padding-bottom: .5rem;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.list-separator .list-inline-item {
    position: relative;
    margin-left: 0;
    margin-right: -.25rem;
}

.list-separator .list-inline-item:not(:last-child) {
    padding-right: 2rem;
}

.list-separator .list-inline-item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    content: "•";
    opacity: .5;
}

.list-equal-height {
    position: relative;
    display: grid;
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-equal-height-2-cols {
    grid-template-columns: 50% 50%;
}

.list-equal-height-3-cols {
    grid-template-columns: 33% 33% 33%;
}

.list-equal-height-4-cols {
    grid-template-columns: 25% 25% 25% 25%;
}

.list-equal-height-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem;
}

.list-equal-height-item::after,
.list-equal-height-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0 solid rgba(220, 224, 229, .6);
    content: "";
}

.list-equal-height-item::before {
    top: 0;
    border-right-width: .125rem;
    margin-left: -.125rem;
}

.list-equal-height-item::after {
    right: 0;
    border-bottom-width: .125rem;
    margin-bottom: -.125rem;
}

.list-px-2 > li:not(:first-child) {
    padding-left: .5rem;
}

.list-px-2 > li:not(:last-child) {
    padding-right: .5rem;
}

.fs-1 {
    font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2 {
    font-size: calc(1.3rem + .6vw) !important;
}

.fs-3 {
    font-size: 1.25rem !important;
}

.fs-4 {
    font-size: 1rem !important;
}

.fs-5 {
    font-size: .875rem !important;
}

.fs-6 {
    font-size: .8125rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.fw-medium {
    font-weight: 500 !important;
}

@media (max-width: 991.98px) {
    .list-equal-height-4-cols {
        grid-template-columns: 33% 33% 33%;
    }
}

@media (max-width: 767.98px) {

    .list-equal-height-3-cols,
    .list-equal-height-4-cols {
        grid-template-columns: 50% 50%;
    }
}
.card-pinned-top-end {
    position: absolute;
    top: -.0625rem;
    right: -.0625rem;
}

.card-pinned-top-end.badge {
    border-radius: 0 .8125rem 0 .8125rem;
}
.card-ghost {
    background-color: transparent;
    border-width: 0
}

.card-ghost[href]:hover {
    box-shadow: none
}

.card-ghost .card-body {
    padding-left: 0;
    padding-right: 0
}

.card-ghost .card-footer {
    padding: 0
}
@media (max-width: 575.98px) {
    .list-equal-height {
        grid-template-columns: 100%;
    }

    .list-equal-height-item {
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .list-equal-height-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .list-equal-height-item:last-child::after {
        display: none;
    }
}
.avatar {
    position: relative;
    display: inline-block;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: .5rem
}

.avatar:not(img) {
    background-color: #fff
}

.avatar-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem
}

.avatar-initials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1rem;
    font-weight: 500;
    pointer-events: none;
    text-transform: uppercase;
    border-radius: .5rem
}

.avatar-circle {
    border-radius: 50%
}

.avatar-circle .avatar,.avatar-circle .avatar-img,.avatar-circle .avatar-initials {
    border-radius: 50%
}

.avatar-centered {
    display: flex;
    margin-right: auto;
    margin-left: auto
}

.avatar-group {
    display: flex
}

.avatar-group .avatar:hover {
    z-index: 2
}

.avatar-group .avatar-circle .avatar-initials {
    border-radius: 50%
}

.avatar-group .avatar .avatar-img,.avatar-group .avatar .avatar-initials,.avatar-group .avatar-sm .avatar-img,.avatar-group .avatar-sm .avatar-initials,.avatar-group .avatar-xs .avatar-img,.avatar-group .avatar-xs .avatar-initials {
    border: 2px solid #fff
}

.avatar-group .avatar-lg .avatar-img,.avatar-group .avatar-lg .avatar-initials {
    border: 5px solid #fff
}

.avatar-group .avatar-xl .avatar-img,.avatar-group .avatar-xl .avatar-initials {
    border: 7px solid #fff
}

.avatar-group .avatar+.avatar {
    margin-left: -1rem
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.6125rem
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.875rem
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -1.5rem
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -2rem
}

.avatar-group .avatar,.avatar-group .avatar-initials {
    width: 2.875rem;
    height: 2.875rem
}

.avatar-group .avatar-initials {
    font-size: 1rem
}

.avatar-group .avatar+.avatar {
    margin-left: -1rem
}

.avatar-group-xs .avatar,.avatar-group-xs .avatar-initials {
    width: 1.75rem;
    height: 1.75rem
}

.avatar-group-xs .avatar-initials {
    font-size: .75rem
}

.avatar-group-xs .avatar+.avatar {
    margin-left: -.6125rem
}

.avatar-group-sm .avatar,.avatar-group-sm .avatar-initials {
    width: 2.3125rem;
    height: 2.3125rem
}

.avatar-group-sm .avatar-initials {
    font-size: .8125rem
}

.avatar-group-sm .avatar+.avatar {
    margin-left: -.875rem
}

.avatar-group-lg .avatar,.avatar-group-lg .avatar-initials {
    width: 4.25rem;
    height: 4.25rem
}

.avatar-group-lg .avatar-initials {
    font-size: 1.125rem
}

.avatar-group-lg .avatar+.avatar {
    margin-left: -1.5rem
}

.avatar-group-xl .avatar,.avatar-group-xl .avatar-initials {
    width: 5.625rem;
    height: 5.625rem
}

.avatar-group-xl .avatar-initials {
    font-size: 2rem
}

.avatar-group-xl .avatar+.avatar {
    margin-left: -1.5rem
}

.avatar-group-xxl .avatar,.avatar-group-xxl .avatar-initials {
    width: 7rem;
    height: 7rem
}

.avatar-group-xxl .avatar-initials {
    font-size: 3rem
}

.avatar-group-xxl .avatar+.avatar {
    margin-left: -2rem
}

.avatar.avatar-circle .avatar-status {
    bottom: -.21875rem;
    right: -.21875rem
}

.avatar.avatar-circle .avatar-sm-status {
    bottom: 0;
    right: 0
}

.avatar.avatar-circle .avatar-lg-status {
    bottom: -.325rem;
    right: -.325rem
}

.avatar-xss,.avatar-xss .avatar-initials {
    width: 1rem;
    height: 1rem
}

.avatar-xss .avatar-img {
    width: 1rem
}

.avatar-xss .avatar-initials {
    font-size: .75rem
}

.avatar-xs,.avatar-xs .avatar-initials {
    width: 1.75rem;
    height: 1.75rem
}

.avatar-xs .avatar-img {
    width: 1.75rem
}

.avatar-xs .avatar-initials {
    font-size: .75rem
}

.avatar-xs.avatar-circle .avatar-status {
    bottom: -.21875rem;
    right: -.21875rem
}

.avatar-xs.avatar-circle .avatar-sm-status {
    bottom: -.1171875rem;
    right: -.1171875rem
}

.avatar-xs.avatar-circle .avatar-lg-status {
    bottom: -.325rem;
    right: -.325rem
}

.avatar-xs,.avatar-xs .avatar-initials {
    width: 1.75rem;
    height: 1.75rem
}

.avatar-xs .avatar-img {
    width: 1.75rem
}

.avatar-xs .avatar-initials {
    font-size: .75rem
}

.avatar-xs.avatar-circle .avatar-status {
    bottom: -.21875rem;
    right: -.21875rem
}

.avatar-xs.avatar-circle .avatar-sm-status {
    bottom: -.1171875rem;
    right: -.1171875rem
}

.avatar-xs.avatar-circle .avatar-lg-status {
    bottom: -.325rem;
    right: -.325rem
}

.avatar-sm,.avatar-sm .avatar-initials {
    width: 2.3125rem;
    height: 2.3125rem
}

.avatar-sm .avatar-img {
    width: 2.3125rem
}

.avatar-sm .avatar-initials {
    font-size: .8125rem
}

.avatar-sm.avatar-circle .avatar-status {
    bottom: -.21875rem;
    right: -.21875rem
}

.avatar-sm.avatar-circle .avatar-sm-status {
    bottom: -.09375rem;
    right: -.09375rem
}

.avatar-sm.avatar-circle .avatar-lg-status {
    bottom: -.40625rem;
    right: -.40625rem
}

.avatar-lg,.avatar-lg .avatar-initials {
    width: 4.25rem;
    height: 4.25rem
}

.avatar-lg .avatar-img {
    width: 4.25rem
}

.avatar-lg .avatar-initials {
    font-size: 1.125rem
}

.avatar-lg.avatar-circle .avatar-status {
    bottom: -.13125rem;
    right: -.13125rem
}

.avatar-lg.avatar-circle .avatar-sm-status {
    bottom: .09375rem;
    right: .09375rem
}

.avatar-lg.avatar-circle .avatar-lg-status {
    bottom: -.203125rem;
    right: -.203125rem
}

.avatar-xl,.avatar-xl .avatar-initials {
    width: 5.625rem;
    height: 5.625rem
}

.avatar-xl .avatar-img {
    width: 5.625rem
}

.avatar-xl .avatar-initials {
    font-size: 2rem
}

.avatar-xl.avatar-circle .avatar-status {
    bottom: .1640625rem;
    right: .1640625rem
}

.avatar-xl.avatar-circle .avatar-sm-status {
    bottom: .234375rem;
    right: .234375rem
}

.avatar-xl.avatar-circle .avatar-lg-status {
    bottom: .1354166667rem;
    right: .1354166667rem
}

.avatar-xxl,.avatar-xxl .avatar-initials {
    width: 7rem;
    height: 7rem
}

.avatar-xxl .avatar-img {
    width: 7rem
}

.avatar-xxl .avatar-initials {
    font-size: 3rem
}

.avatar-xxl.avatar-circle .avatar-status {
    bottom: .75rem;
    right: .75rem
}

.avatar-xxl.avatar-circle .avatar-sm-status {
    bottom: .875rem;
    right: .875rem
}

.avatar-xxl.avatar-circle .avatar-lg-status {
    bottom: .65rem;
    right: .65rem
}

.avatar-status {
    position: absolute;
    bottom: -.525rem;
    right: -.525rem;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    vertical-align: baseline;
    border: .125rem solid #fff;
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1;
    font-size: .625rem;
    border-radius: 50%
}

.avatar-sm-status {
    bottom: -.2625rem;
    right: -.2625rem;
    width: .9375rem;
    height: .9375rem;
    font-size: .5rem
}

.avatar-lg-status {
    width: 1.625rem;
    height: 1.625rem;
    font-size: .75rem
}

.avatar-primary .avatar-initials {
    color: #fff;
    background-color: #0abf53
}

.avatar-status-primary {
    color: #fff;
    background-color: #0abf53
}

.avatar-secondary .avatar-initials {
    color: #fff;
    background-color: #51596c
}

.avatar-status-secondary {
    color: #fff;
    background-color: #51596c
}

.avatar-success .avatar-initials {
    color: #fff;
    background-color: #077c76
}

.avatar-status-success {
    color: #fff;
    background-color: #077c76
}

.avatar-info .avatar-initials {
    color: #fff;
    background-color: #334ac0
}

.avatar-status-info {
    color: #fff;
    background-color: #334ac0
}

.avatar-warning .avatar-initials {
    color: #000;
    background-color: #f39568
}

.avatar-status-warning {
    color: #000;
    background-color: #f39568
}

.avatar-danger .avatar-initials {
    color: #fff;
    background-color: #692340
}

.avatar-status-danger {
    color: #fff;
    background-color: #692340
}

.avatar-light .avatar-initials {
    color: #000;
    background-color: #f5f7fa
}

.avatar-status-light {
    color: #000;
    background-color: #f5f7fa
}

.avatar-dark .avatar-initials {
    color: #fff;
    background-color: #2d374b
}

.avatar-status-dark {
    color: #fff;
    background-color: #2d374b
}

.avatar-soft-primary .avatar-initials {
    color: #0abf53;
    background-color: rgba(10,191,83,.1)
}

.avatar-status-soft-primary {
    color: #0abf53;
    background-color: rgba(10,191,83,.1)
}

.avatar-soft-secondary .avatar-initials {
    color: #51596c;
    background-color: rgba(81,89,108,.1)
}

.avatar-status-soft-secondary {
    color: #51596c;
    background-color: rgba(81,89,108,.1)
}

.avatar-soft-success .avatar-initials {
    color: #077c76;
    background-color: rgba(7,124,118,.1)
}

.avatar-status-soft-success {
    color: #077c76;
    background-color: rgba(7,124,118,.1)
}

.avatar-soft-info .avatar-initials {
    color: #334ac0;
    background-color: rgba(51,74,192,.1)
}

.avatar-status-soft-info {
    color: #334ac0;
    background-color: rgba(51,74,192,.1)
}

.avatar-soft-warning .avatar-initials {
    color: #f39568;
    background-color: rgba(243,149,104,.1)
}

.avatar-status-soft-warning {
    color: #f39568;
    background-color: rgba(243,149,104,.1)
}

.avatar-soft-danger .avatar-initials {
    color: #692340;
    background-color: rgba(105,35,64,.1)
}

.avatar-status-soft-danger {
    color: #692340;
    background-color: rgba(105,35,64,.1)
}

.avatar-soft-light .avatar-initials {
    color: #f5f7fa;
    background-color: rgba(245,247,250,.1)
}

.avatar-status-soft-light {
    color: #f5f7fa;
    background-color: rgba(245,247,250,.1)
}

.avatar-soft-dark .avatar-initials {
    color: #2d374b;
    background-color: rgba(45,55,75,.1)
}

.avatar-status-soft-dark {
    color: #2d374b;
    background-color: rgba(45,55,75,.1)
}

.avatar.avatar-4x3 {
    width: 3.8333333333rem;
    height: auto;
    border-radius: 0
}

.avatar.avatar-4x3 .avatar-img {
    width: 3.8333333333rem;
    height: inherit
}

.avatar-xss.avatar-4x3 {
    width: 1.3333333333rem;
    height: auto;
    border-radius: 0
}

.avatar-xss.avatar-4x3 .avatar-img {
    width: 1.3333333333rem;
    height: inherit
}

.avatar-xs.avatar-4x3 {
    width: 2.3333333333rem;
    height: auto;
    border-radius: 0
}

.avatar-xs.avatar-4x3 .avatar-img {
    width: 2.3333333333rem;
    height: inherit
}

.avatar-sm.avatar-4x3 {
    width: 3.0833333333rem;
    height: auto;
    border-radius: 0
}

.avatar-sm.avatar-4x3 .avatar-img {
    width: 3.0833333333rem;
    height: inherit
}

.avatar-lg.avatar-4x3 {
    width: 5.6666666667rem;
    height: auto;
    border-radius: 0
}

.avatar-lg.avatar-4x3 .avatar-img {
    width: 5.6666666667rem;
    height: inherit
}

.avatar-xl.avatar-4x3 {
    width: 7.5rem;
    height: auto;
    border-radius: 0
}

.avatar-xl.avatar-4x3 .avatar-img {
    width: 7.5rem;
    height: inherit
}

.avatar-xxl.avatar-4x3 {
    width: 9.3333333333rem;
    height: auto;
    border-radius: 0
}

.avatar-xxl.avatar-4x3 .avatar-img {
    width: 9.3333333333rem;
    height: inherit
}
.blockquote-lg .blockquote,.blockquote-lg.blockquote {
    font-size: calc(1.30625rem + .675vw);
    font-weight: 500
}
.justify-content-lg-between {
    justify-content: space-between !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}


.modal-dialog .modal-body {
    padding: 3rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#scrollToTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    z-index: 999;
    width: 2rem;
    height: 2rem;
    background-color: #003fe0;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

@media only screen and (min-width:992px) {
    #scrollToTop {
        width: 2.5rem;
        height: 2.5rem;
        bottom: 2.5rem;
        right: 2.5rem;
    }
}

#scrollToTop.scrolltop-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scrollToTop.scrolltop-hide {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.scroll-down {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    width: 6rem;
    height: 6rem;
    background-color: #faf9ff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 2.25rem;
}

.scroll-down i {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.scroll-down:hover,
.scroll-down:focus {
    background-color: #2f3542;
    color: #ffffff;
}

.scroll-down::after {
    content: "";
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    border: 2px dashed #57606f;
    -webkit-animation: rotate360deg 10s linear 0s infinite;
    animation: rotate360deg 10s linear 0s infinite;
}

@-webkit-keyframes rotate360deg {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate360deg {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.section-content {
    position: relative;
    z-index: 1;
    padding-left: 0.5rem;
}

.section-content::before {
    position: absolute;
    z-index: -2;
    width: 55px;
    height: 110%;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #faf9ff;
    border-radius: 6px;
}

.breadcrumb-section {
    width: 100%;
    width: 100%;
    height: 165px;
    background-color: #faf9ff;
}

@media only screen and (min-width:576px) {
    .breadcrumb-section {
        height: 180px;
    }
}

@media only screen and (min-width:768px) {
    .breadcrumb-section {
        height: 200px;
    }
}

@media only screen and (min-width:992px) {
    .breadcrumb-section {
        height: 260px;
    }
}

@media only screen and (min-width:1200px) {
    .breadcrumb-section {
        height: 300px;
    }
    
    .blockquote-lg .blockquote,.blockquote-lg.blockquote {
        font-size:1.8125rem
    }
}

.blockquote-lg .blockquote::before,.blockquote-lg.blockquote::before {
    top: -3rem;
    left: -2rem;
    width: 6rem;
    height: 6rem
}

@media only screen and (min-width:1400px) {
    .breadcrumb-section {
        height: 320px;
    }
}

.breadcrumb-section .breadcrumb-nav,
.breadcrumb-section .page-title {
    margin-top: 44px;
}

@media only screen and (min-width:992px) {

    .breadcrumb-section .breadcrumb-nav,
    .breadcrumb-section .page-title {
        margin-top: 72px;
    }
}

.breadcrumb-section .breadcrumb-nav {
    text-align: right;
}

.breadcrumb-section .breadcrumb {
    padding: 0.25rem 0.5rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (min-width:576px) {
    .breadcrumb-section .breadcrumb {
        padding: 0.5rem 1rem;
    }
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    color: #57606f;
}

@media only screen and (min-width:992px) {
    .breadcrumb-section .breadcrumb .breadcrumb-item {
        font-size: 1rem;
    }
}

.breadcrumb-section .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (min-width:992px) {
    .breadcrumb-section .breadcrumb .breadcrumb-item a {
        font-size: 1rem;
    }
}

.breadcrumb-section .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-section .breadcrumb .breadcrumb-item a:focus {
    color: #003fe0;
}

.breadcrumb-item a {
    color: #2f3542;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f285";
    font-family: "bootstrap-icons" !important;
    color: #2f3542;
    font-size: 0.75rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsletter-card {
    background-image: url(/img/bg/pw_pattern.webp);
    background-repeat: repeat;
    background-size: 188px;
/*    background-color: rgb(241, 242, 246);
    rgba(255, 193, 7, 0.06) */
}

.newsletter-card form .form-control {
    height: 55px;
}

.btn {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    overflow: hidden;
    border: 0;
    border-radius: 0.5rem;
}

.btn.rounded-pill {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn::after {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    left: -10%;
}

.btn:hover,
.btn:focus {
    font-weight: 600;
}

.btn:hover::after {
    width: 120%;
}

.btn > i {
    font-size: 110%;
    margin-left: 0.375rem;
}

.btn.btn-outline-primary,
.btn.btn-outline-secondary,
.btn.btn-outline-success,
.btn.btn-outline-danger,
.btn.btn-outline-warning,
.btn.btn-outline-info,
.btn.btn-outline-light,
.btn.btn-outline-dark {
    border-style: solid;
    border-width: 2px !important;
}

.btn.btn-outline-primary::after,
.btn.btn-outline-secondary::after,
.btn.btn-outline-success::after,
.btn.btn-outline-danger::after,
.btn.btn-outline-warning::after,
.btn.btn-outline-info::after,
.btn.btn-outline-light::after,
.btn.btn-outline-dark::after {
    display: none;
}

.btn-lg {
    padding: 0.875rem 1.75rem;
    font-size: 1.125rem;
    border-radius: 0.6rem;
}

.btn-lg.rounded-pill {
    padding-left: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 0.4rem;
}

.btn-link {
    color: #010620;
    font-size: 1rem;
    padding: 0;
    text-decoration: none;
    border-radius: 0;
}

.btn-link::after {
    display: none;
}

.btn-link:hover,
.btn-link:focus {
    color: #003fe0;
}

.btn-video {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: #faf9ff;
    text-align: center;
    padding: 0;
    line-height: 2.25rem;
    font-size: 1.5rem;
}

.btn-video i {
    margin-left: 0;
    padding-left: 2px;
}

.btn-video:hover,
.btn-video:focus {
    background-color: #003fe0 !important;
    color: #ffffff;
}

.btn-circle {
    padding: 0;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    border-radius: 50%;
    font-size: 1rem;
}

.btn-primary {
    background-color: #003fe0;
}

.btn-success {
    background-color: #146c43;
}

.btn-danger {
    background-color: #dc3545;
}

.btn-warning {
    background-color: #ffc107;
}

.btn-info {
    background-color: #0dcaf0;
}

.btn-dark {
    background-color: #010620;
}

.btn-dark::after {
    display: none !important;
}

.btn-pink {
    color: #ffffff;
    background-color: #d63384;
    border-color: #d63384;
}

.btn-pink:hover,
.btn-pink:focus {
    color: #ffffff;
    background-color: #da4891;
    border-color: #da4891;
}

.text-primary {
    color: #003fe0 !important;
}

.text-secondary {
    color: #57606f !important;
}

.text-success {
    color: #146c43 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-pink {
    color: #d63384 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-dark {
    color: #010620 !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-img-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.bg-img-right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-gray {
    background-color: #faf9ff !important;
}

.bg-heading {
    background-color: #2f3542 !important;
    /* -- #2f3542 --*/
}

.bg-primary {
    background-color: #003fe0 !important;
}

.bg-secondary {
    background-color: #57606f !important;
}

.bg-success {
    background-color: #146c43 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-pink {
    background-color: #d63384 !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

/* -----
.bg-dark {
    background-color: #010620 !important;
}
----- */
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.list-checked {
    padding-left: 0;
    list-style: none;
}

.list-checked-item,
.list-unchecked-item {
    position: relative;
    color: #51596c;
    padding-left: 2rem;
}

.list-checked-item:not(:last-child),
.list-unchecked-item:not(:last-child) {
    margin-bottom: .5rem;
}

.list-checked-item::before,
.list-unchecked-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2351596C'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
    margin-top: .125rem;
}

.list-checked-item[hover]:hover,
.list-unchecked-item[hover]:hover {
    color: #0abf53;
}

[class*=list-checked-bg-] .list-checked-item::before,
[class*=list-checked-bg-] .list-unchecked-item::before,
[class*=list-checked-soft-bg-] .list-checked-item::before,
[class*=list-checked-soft-bg-] .list-unchecked-item::before {
    margin-top: .125rem;
}

.list-checked-soft-bg-primary .list-checked-item::before {
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%230ABF53' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%230ABF53'/%3e%3c/svg%3e");
}

.list-checked-soft-bg-danger .list-checked-item::before {
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23D32F2F' fill-opacity='0.15'/%3e%3cpath d='M13.5 5.56066L12.4393 4.5L9 7.93934L5.56066 4.5L4.5 5.56066L7.93934 9L4.5 12.4393L5.56066 13.5L9 10.0607L12.4393 13.5L13.5 12.4393L10.0607 9L13.5 5.56066Z' fill='%23D32F2F'/%3e%3c/svg%3e");
}

.list-checked-lg .list-checked-item,
.list-checked-lg .list-unchecked-item {
    padding-left: 2.5rem;
}

.list-checked-lg .list-checked-item:not(:last-child),
.list-checked-lg .list-unchecked-item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.list-checked-lg .list-checked-item::before,
.list-checked-lg .list-unchecked-item::before {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    margin-top: 0;
}

.list-checked-lg[class*=list-checked-bg-] .list-checked-item::before,
.list-checked-lg[class*=list-checked-bg-] .list-unchecked-item::before,
.list-checked-lg[class*=list-checked-soft-bg-] .list-checked-item::before,
.list-checked-lg[class*=list-checked-soft-bg-] .list-unchecked-item::before {
    margin-top: -.0625rem;
}

.divider {
    display: block;
    width: 100%;
    min-height: 1px;
    padding-bottom: 89px;
}
.divider-start {
    display: flex;
    align-items: center;
    color: #8997a4;
}

.divider-start::after {
    flex: 1 1 0%;
    border-top: .0625rem solid rgba(220,224,229,.6);
    margin-top: .0625rem;
    content: "";
}

.divider-start::after {
    margin-left: 1.5rem;
}

.divider-end {
    display: flex;
    align-items: center;
    color: #8997a4;
}

.divider-end::before {
    flex: 1 1 0%;
    border-top: .0625rem solid rgba(220,224,229,.6);
    margin-top: .0625rem;
    content: "";
}

.divider-end::before {
    margin-right: 1.5rem;
}

.divider-center {
    display: flex;
    align-items: center;
    color: #8997a4;
}

.divider-center::after,.divider-center::before {
    flex: 1 1 0%;
    border-top: .0625rem solid rgba(220,224,229,.6);
    margin-top: .0625rem;
    content: ""
}

.divider-center::before {
    margin-right: 1.5rem
}

.divider-center::after {
    margin-left: 1.5rem
}

@media only screen and (min-width:992px) {
    .divider {
        padding-bottom: 99px;
    }
}

@media only screen and (min-width:1200px) {
    .divider {
        padding-bottom: 119px;
    }
}

.divider3 {
    display: block;
    width: 100%;
    min-height: 1px;
    padding-bottom: 59px;
}

@media only screen and (min-width:992px) {
    .divider3 {
        padding-bottom: 69px;
    }
}

.card-border {
    --bs-card-spacer-y: 1.75rem;
    --bs-card-spacer-x: 1.75rem;
    --bs-card-title-spacer-y: 0.25rem;
    --bs-card-border-width: 0.0625rem;
    --bs-card-border-color: rgba(220, 224, 229, 0.6);
    --bs-card-border-radius: 0.8125rem;
    --bs-card-box-shadow: 0rem 1rem 1.75rem 0rem rgba(45, 55, 75, 0.1);
    --bs-card-inner-border-radius: 0.75rem;
    --bs-card-cap-padding-y: 1.75rem;
    --bs-card-cap-padding-x: 1.75rem;
    --bs-card-cap-bg: transparent;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1.75rem 1.75rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card {
    border: 0;
    border-radius: 0.75rem;
}

.card-body {
    padding: 2rem;
}

.small-thumbnail {
    width: 38px;
    border-radius: 50%;
    height: 38px;
}

.spinner-border {
    border-width: 2px;
}

.text-small {
    font-size: 12px;
}

.text-focused {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.text-outlined {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #2f3542;
}

.border-line {
    display: block;
    width: 4rem;
    height: 0.375rem;
    background-color: #d63384;
    border-radius: 1rem;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0f0c29;
    background: -webkit-gradient(linear, left top, right top, from(#24243e), color-stop(#302b63), to(#0f0c29));
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
    opacity: 0.75;
    z-index: -10;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #faf9ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.header-area {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    background-color: transparent;
}

.header-area .navbar-toggler {
    padding: 0;
    font-size: 1.5rem;
    color: #2f3542;
    width: 2rem;
    height: 2rem;
    line-height: 1;
}

.header-area .navbar-toggler i {
    line-height: 1;
}

.header-area .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-area .navbar-nav-scroll {
    max-height: 50vh;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-nav-scroll {
        max-height: 90vh;
    }
}

.header-area .navbar {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media only screen and (min-width:992px) {
    .header-area .navbar {
        height: 100px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.header-area .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1 !important;
}

.header-area .navbar .navbar-brand > img {
    max-height: 2.25rem;
}

@media only screen and (min-width:992px) {
    .header-area .navbar .navbar-brand > img {
        max-height: 2.5rem;
    }
}

@media only screen and (min-width:992px) {
    .header-area .navbar .navbar-brand {
        border-right: 2px solid #dee1e6;
        padding-right: 1.5rem;
        margin-right: 0.5rem;
    }
}

@media only screen and (min-width:1200px) {
    .header-area .navbar .navbar-brand {
        border-right: 2px solid #dee1e6;
        padding-right: 3rem;
        margin-right: 2rem;
    }
}

.header-area .navbar-nav li > a {
    display: inline-block;
    color: #2f3542;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    text-transform: capitalize;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-nav li > a {
        padding: 1.65rem 1rem;
    }
}

.header-area .navbar-nav li > a:hover,
.header-area .navbar-nav li > a:focus {
    color: #003fe0;
}

.header-area .navbar-nav li ul {
    list-style: none;
    position: relative;
    z-index: 100;
    top: 100%;
    width: 100%;
    border-radius: 0.5rem;
    display: none;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-nav li ul {
        padding: 1rem 0;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        position: absolute;
        top: calc(100% + 1rem);
        width: 16rem;
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        display: block;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border: 1px solid #dee1e6;
    }
}

.header-area .navbar-nav li ul li a {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: relative;
    font-size: 1rem;
    padding: 0.375rem 1rem;
    color: #2f3542;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-nav li ul li a {
        padding: 0.375rem 1.75rem;
    }
}

.header-area .navbar-nav li ul li a:hover,
.header-area .navbar-nav li ul li a:focus {
    background-color: transparent;
    color: #003fe0;
}

@media only screen and (min-width:992px) {

    .header-area .navbar-nav li ul li a:hover,
    .header-area .navbar-nav li ul li a:focus {
        color: #003fe0;
    }
}

.header-area .navbar-nav li.dropdown-list {
    position: relative;
    z-index: 1;
}

.header-area .navbar-nav li.dropdown-list .dropdown-toggler {
    position: absolute;
    width: 100%;
    height: 36px;
    z-index: 100;
    background-color: transparent;
    color: #2f3542;
    top: 2px;
    cursor: pointer;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1rem;
    padding-right: 0.75rem;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-nav li.dropdown-list .dropdown-toggler {
        display: none;
    }
}

.header-area .navbar-nav li.dropdown-list > a {
    position: relative;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-nav li.dropdown-list > a::after {
        position: relative;
        right: 0;
        top: 2px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
        content: "\f282";
        font-size: 14px;
        color: #2f3542;
        display: inline-block;
        font-family: "bootstrap-icons";
        margin-left: 0.375rem;
    }
}

@media only screen and (min-width:992px) {

    .header-area .navbar-nav li.dropdown-list:hover ul,
    .header-area .navbar-nav li.dropdown-list:focus ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.header-area .navbar-nav li.dropdown-list .dropdown-list .dropdown-toggler {
    right: 1rem;
}

.header-area .navbar-nav li.dropdown-list .dropdown-list > a {
    position: relative;
    padding-right: 1.375rem;
    width: 100%;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-nav li.dropdown-list .dropdown-list > a::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1.5rem;
        -webkit-transition: all 400ms;
        transition: all 400ms;
        content: "\f285";
    }
}

.header-area .navbar-nav li.dropdown-list .dropdown-list ul {
    display: none;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-nav li.dropdown-list .dropdown-list ul {
        margin-left: 0.25rem;
        top: 0;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        display: block;
        width: 12rem;
    }
}

@media only screen and (min-width:992px) {

    .header-area .navbar-nav li.dropdown-list .dropdown-list:hover ul,
    .header-area .navbar-nav li.dropdown-list .dropdown-list:focus ul {
        visibility: visible;
        opacity: 1;
    }
}

.header-area .navbar-nav li:hover > a,
.header-area .navbar-nav li:focus > a {
    color: #003fe0;
}

.header-area .navbar-nav li:hover.dropdown-list > a::after,
.header-area .navbar-nav li:focus.dropdown-list > a::after {
    color: #003fe0;
}

.header-area .navbar-collapse {
    margin-top: 0.75rem;
    border-top: 1px solid #dee1e6;
    padding-top: 0.75rem;
}

@media only screen and (min-width:992px) {
    .header-area .navbar-collapse {
        margin-top: 0;
        padding-top: 0;
        border: 0;
    }
}

.header-area.sticky {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    border-bottom-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@media only screen and (min-width:992px) {
    .header-area.sticky .navbar {
        height: 80px;
    }
}

.header-area.menu-expand {
    background-color: #ffffff;
    border-bottom: 1px solid #dee1e6;
}

.header-area.header2 .navbar-toggler {
    color: #ffffff;
}

@media only screen and (min-width:992px) {
    .header-area.header2 .navbar .navbar-brand {
        border-right-color: rgba(255, 255, 255, 0.1);
    }
}

.header-area.header2 .navbar .navbar-toggler {
    background-color: #010620;
}

.header-area.header2 .navbar-nav li > a {
    color: #ffffff;
}

.header-area.header2 .navbar-nav li > a:hover,
.header-area.header2 .navbar-nav li > a:focus {
    color: #ffc107;
}

@media only screen and (min-width:992px) {
    .header-area.header2 .navbar-nav li ul {
        background-color: #2f3542;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border: 0;
    }
}

.header-area.header2 .navbar-nav li ul li a {
    color: #ffffff;
}

.header-area.header2 .navbar-nav li ul li a:hover,
.header-area.header2 .navbar-nav li ul li a:focus {
    color: #ffc107;
}

@media only screen and (min-width:992px) {

    .header-area.header2 .navbar-nav li ul li a:hover,
    .header-area.header2 .navbar-nav li ul li a:focus {
        color: #ffc107;
    }
}

.header-area.header2 .navbar-nav li.dropdown-list .dropdown-toggler {
    background-color: transparent;
    color: #ffffff;
}

@media only screen and (min-width:992px) {
    .header-area.header2 .navbar-nav li.dropdown-list > a::after {
        color: #ffffff;
    }
}

.header-area.header2 .navbar-nav li:hover > a,
.header-area.header2 .navbar-nav li:focus > a {
    color: #ffc107;
}

.header-area.header2 .navbar-nav li:hover.dropdown-list > a::after,
.header-area.header2 .navbar-nav li:focus.dropdown-list > a::after {
    color: #ffc107;
}

.header-area.header2.sticky {
    background-color: #2f3542;
}

.header-area.header2.menu-expand {
    background-color: #2f3542;
    border-bottom: 0;
}

.header-area.header2.menu-expand .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.1);
}


.footer-logo > img {
    max-height: 1.5rem;
}

@media only screen and (min-width:992px) {
    .footer-logo > img {
        max-height: 1.875rem;
    }
}

.footer-social-icon a {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    background-color: rgba(255, 255, 255, 0.05);
    margin-left: 0.5rem;
    border-radius: 50%;
    color: #57606f;
    text-align: center;
    line-height: 2.25rem;
    font-size: 14px;
}

.footer-social-icon a:first-child {
    margin-left: 0;
}

.footer-social-icon a:hover,
.footer-social-icon a:focus {
    color: #ffffff;
    background-color: #003fe0;
}

.quick-links-nav li a {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
}

.quick-links-nav li a:hover,
.quick-links-nav li a:focus {
    color: #003fe0;
}

.quick-links-nav li:last-child a {
    margin-bottom: 0;
}

.footer-newsletter form {
    position: relative;
    z-index: 1;
}

.footer-newsletter form button {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #2f3542;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.5rem;
    border: 0;
    color: #ffffff;
    z-index: 100;
}

.footer-newsletter form button:hover,
.footer-newsletter form button:focus {
    background-color: #003fe0;
}

.magnet-link:hover,
.magnet-link:focus {
    cursor: pointer;
}

.magnet-cursor,
.magnet-circle {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
}

.magnet-cursor {
    width: 0.375rem;
    height: 0.375rem;
    background-color: #6a8cff;
    -webkit-transform: translate(var(--x), var(--y));
    transform: translate(var(--x), var(--y));
    z-index: 1000000;
}

.magnet-circle {
    width: 1.75rem;
    height: 1.75rem;
    top: -2px;
    left: -2px;
    border: 2px solid #b6d9ff;
    background-color: transparent;
    z-index: 100000;
}

.reset .magnet-cursor {
    background-color: #003fe0;
}

.reset .magnet-circle {
    border-color: transparent;
    background-color: rgba(106, 140, 255, 0.4);
}

.top-logo {
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}

@media only screen and (min-width:992px) {
    .top-logo {
        top: 50px;
    }
}

.top-logo a {
    display: block;
}

.top-logo a img {
    max-height: 1.5rem;
}

@media only screen and (min-width:992px) {
    .top-logo a img {
        max-height: 1.875rem;
    }
}

.demo-hero-section {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: #010620;
}

.demo-hero-section .hero-content {
    background-color: rgba(255, 255, 255, 0.06);
    padding: 3rem 1.25rem 2.5rem;
    border-radius: 1.5rem;
}

@media only screen and (min-width:992px) {
    .demo-hero-section .hero-content {
        padding: 5rem 1.5rem 4.5rem;
        border-radius: 2rem;
    }
}

.demo-hero-section .hero-content p {
    font-size: 1rem;
}

@media only screen and (min-width:768px) {
    .demo-hero-section .hero-content p {
        font-size: 1.25rem;
    }
}

.demo-hero-section .cd-headline {
    line-height: 1.4;
    color: #ffffff;
    font-size: 1.5rem;
}

@media only screen and (min-width:576px) {
    .demo-hero-section .cd-headline {
        font-size: 2rem;
    }
}

@media only screen and (min-width:768px) {
    .demo-hero-section .cd-headline {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width:992px) {
    .demo-hero-section .cd-headline {
        font-size: 3rem;
    }
}

.demo-hero-section .cd-headline span {
    color: #ffffff;
}

.demo-hero-section .cd-headline .cd-words-wrapper b {
    color: #ffc107;
}

.demo-hero-section .cd-headline .cd-words-wrapper::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    height: 80%;
}

.demo-hero-section .scroll-down {
    background-color: rgba(255, 255, 255, 0.1);
}

.demo-big-card {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.demo-big-card:hover,
.demo-big-card:focus {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

.demo-big-card:hover h5,
.demo-big-card:focus h5 {
    color: #003fe0;
}

.key-text-card {
    position: relative;
    z-index: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background-color: #faf9ff;
}

.key-text-card .icon {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    display: block;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
}

.key-text-card .icon i {
    line-height: 3.5rem;
}

.key-text-card h5,
.key-text-card p {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.key-text-card.active {
    background-color: #2f3542;
}

.key-text-card.active h5 {
    color: #ffffff;
}

.key-text-card.active p {
    color: rgba(255, 255, 255, 0.5);
}

.key-text-card:hover,
.key-text-card:focus {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.about-card .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.625rem;
    flex: 0 0 3.625rem;
    max-width: 3.625rem;
    width: 3.625rem;
    height: 3.625rem;
    padding: 0;
    border-radius: 1rem;
    border-color: transparent;
    text-align: center;
    line-height: calc(3.625rem - 2px);
    font-size: 1.5rem;
}

.social-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-link-wrap a {
    display: block;
    margin-right: 1rem;
    color: #2f3542;
    width: 2rem;
    height: 2rem;
    background-color: #faf9ff;
    border-radius: 50%;
    text-align: center;
    line-height: 2rem;
    font-size: 14px;
}

.social-link-wrap a:hover,
.social-link-wrap a:focus {
    background-color: #2f3542;
    color: #ffffff;
}

.social-link-wrap a:last-child {
    margin-right: 0;
}

.single-content .heading {
    position: relative;
    z-index: 1;
    padding-bottom: 1rem;
    border-bottom: 2px solid #dee1e6;
}

.count-text {
    text-align: center;
    position: relative;
    z-index: 1;
}

.count-text i {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.count-text .counter {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2f3542;
}

@media only screen and (min-width:768px) {
    .count-text .counter {
        font-size: 1.75rem;
    }
}

.count-text span {
    color: #2f3542;
}

.count-text h6 {
    font-size: 0.75rem;
    color: #2f3542;
}

.count-wrapper .count-text::after {
    position: absolute;
    width: 3px;
    height: 3rem;
    background-color: rgba(1, 6, 32, 0.05);
    content: "";
    border-radius: 1rem;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.count-wrapper > .col-6:nth-child(2) .count-text::after {
    display: none;
}

@media only screen and (min-width:992px) {
    .count-wrapper > .col-6:nth-child(2) .count-text::after {
        display: block;
    }
}

.count-wrapper > .col-6:last-child .count-text::after {
    display: none;
}

.makeup-cta-wrap {
    overflow: hidden;
    background-color: #d63384;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
}

@media only screen and (min-width:1200px) {
    .makeup-cta-wrap {
        border-radius: 1.5rem;
    }
}

.makeup-cta-wrap .card-body {
    padding: 1.75rem;
}

@media only screen and (min-width:576px) {
    .makeup-cta-wrap .card-body {
        padding: 3rem;
    }
}

@media only screen and (min-width:1400px) {
    .makeup-cta-wrap .card-body {
        padding: 4rem;
    }
}

.makeup-cta-wrap p {
    font-size: 1rem;
}

@media only screen and (min-width:992px) {
    .makeup-cta-wrap p {
        font-size: 1.25rem;
    }
}

.makeup-cta-wrap .side-thumbnail {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 0 1rem 0;
}

.cta-card {
    background-color: #2f3542;
}

.cta-card .divider3 {
    padding-bottom: 0;
}

@media only screen and (min-width:576px) {
    .cta-card .divider3 {
        padding-bottom: 29px;
    }
}

@media only screen and (min-width:1200px) {
    .cta-card .divider3 {
        padding-bottom: 49px;
    }
}

@media only screen and (min-width:1400px) {
    .cta-card .divider3 {
        padding-bottom: 69px;
    }
}

.blog-card {
    position: relative;
    z-index: 1;
}

.blog-card .post-thumbnail {
    position: relative;
    z-index: 1;
    display: block;
}

.blog-card .post-thumbnail .post-date {
    position: absolute;
    z-index: 10;
    padding: 0.625rem 1rem;
    border-radius: 2rem;
    background-color: #2f3542;
    color: #ffffff;
    bottom: 1.75rem;
    font-size: 12px;
    line-height: 1;
    left: 1.75rem;
}

@media only screen and (min-width:1200px) {
    .blog-card .post-thumbnail .post-date {
        bottom: 2.25rem;
        left: 2.25rem;
    }
}

.blog-card .blog-content {
    position: relative;
    z-index: 1;
}

.blog-card .blog-content::before {
    content: "";
    background-color: #faf9ff;
    width: 3.5rem;
    height: 50%;
    top: 0;
    left: 0.75rem;
    position: absolute;
    z-index: -100;
    border-radius: 0 0 0.375rem 0.375rem;
}

.blog-card .blog-title {
    color: #2f3542;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-card .blog-title:hover,
.blog-card .blog-title:focus {
    color: #003fe0;
}

.blog-card .post-excerpt {
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-pagination {
    text-align: center;
}

.blog-pagination .page-item {
    margin-right: 0.5rem;
}

.blog-pagination .page-item:last-child {
    margin-right: 0;
}

.blog-pagination .page-link {
    width: 2rem;
    height: 2rem;
    line-height: calc(2rem - 2px);
    background-color: #faf9ff;
    color: #2f3542;
    text-align: center;
    font-size: 12px;
    padding: 0;
    border-color: #dee1e6;
    border-radius: 50%;
}

@media only screen and (min-width:576px) {
    .blog-pagination .page-link {
        width: 2.25rem;
        height: 2.25rem;
        line-height: calc(2.25rem - 2px);
        font-size: 14px;
    }
}

.blog-pagination .page-link:hover,
.blog-pagination .page-link:focus {
    border-color: #003fe0;
    background-color: #003fe0;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-pagination .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.blog-pagination .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.widget-card {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.widget-card:last-child {
    margin-bottom: 0;
}

.widget-card .widget-title {
    margin-bottom: 2rem;
}

.widget-card .widget-form {
    position: relative;
    z-index: 1;
}

.widget-card .widget-form .form-control {
    width: 100%;
}

.widget-card .widget-form button {
    position: absolute;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    width: 3rem;
    height: 34px;
    background-color: #003fe0;
    color: #ffffff;
    border: none;
    top: 50%;
    right: 12px;
    z-index: 10;
    cursor: pointer;
    border-radius: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-card .widget-form button:hover,
.widget-card .widget-form button:focus {
    background-color: #2f3542;
    color: #ffffff;
}

.catagories-list {
    border-left: 2px solid #dee1e6;
    padding-left: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.catagories-list li {
    margin-bottom: 0.75rem;
}

.catagories-list li:last-child {
    margin-bottom: 0;
}

.catagories-list li a {
    color: #57606f;
}

.catagories-list li a span {
    font-size: 12px;
}

.catagories-list li a:hover,
.catagories-list li a:focus {
    color: #2f3542;
}

.popular-post {
    border-left: 2px solid #dee1e6;
    padding-left: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.popular-post .post-thumb {
    max-width: 4rem;
    margin-right: 0.5rem;
}

@media only screen and (min-width:768px) {
    .popular-post .post-thumb {
        max-width: 6rem;
        margin-right: 1rem;
    }
}

.popular-post .post-title {
    font-size: 14px;
    color: #2f3542;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.popular-post .post-date {
    font-size: 12px;
}

.popular-tags {
    border-left: 2px solid #dee1e6;
    padding-left: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popular-tags li a {
    font-size: 12px;
    background-color: #faf9ff;
    color: #57606f;
    padding: 0.375rem 1rem;
    border-radius: 5rem;
    display: block;
    margin: 0.25rem;
}

.popular-tags li a:hover,
.popular-tags li a:focus {
    color: #ffffff;
    background-color: #2f3542;
}

.blog-details-content .post-title {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-details-content .post-title .post-date {
    color: #ffffff;
    background-color: #003fe0;
    padding: 0.625rem 1.5rem;
    margin-right: 1rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-details-content .post-title .post-date span {
    text-transform: uppercase;
}

.blog-details-content ul,
.blog-details-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.blog-details-content ul li,
.blog-details-content ol li {
    margin-bottom: 0.25rem;
}

.blog-details-content ul li:last-child,
.blog-details-content ol li:last-child {
    margin-bottom: 0;
}

.blog-details-content ul li a,
.blog-details-content ol li a {
    color: #2f3542;
}

.blog-details-content ul li a:hover,
.blog-details-content ul li a:focus,
.blog-details-content ol li a:hover,
.blog-details-content ol li a:focus {
    color: #003fe0;
}

.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
    margin-bottom: 1rem;
}

.blog-details-content .post-meta ul li {
    margin-right: 1rem;
}

.blog-details-content .post-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-wrapper .row .col-12:first-child {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

@media only screen and (min-width:1200px) {
    .blog-details-wrapper .row .col-12:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.blog-details-wrapper .row .col-12:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (min-width:1200px) {
    .blog-details-wrapper .row .col-12:last-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
}

.login-register-wrapper {
    position: relative;
    z-index: 1;
    min-height: 100vh !important;
    height: 100vh !important;
    background-image: url("/img/bg/16.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
}

.login-register-wrapper::after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2f3542;
    content: "";
    z-index: -100;
    opacity: 0.5;
}

.register-logo {
    display: block;
}

.register-logo img {
    max-height: 1.5rem;
}

@media only screen and (min-width:1200px) {
    .register-logo img {
        max-height: 1.75rem;
    }
}

.form-control {
    color: #57606f;
    border-radius: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #dee1e6;
    padding: 0.75rem 1rem;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.form-control::-webkit-input-placeholder {
    color: #57606f;
}

.form-control::-moz-placeholder {
    color: #57606f;
}

.form-control:-ms-input-placeholder {
    color: #57606f;
}

.form-control::-ms-input-placeholder {
    color: #57606f;
}

.form-control::placeholder {
    color: #57606f;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dee1e6;
}

textarea.form-control {
    height: 120px;
}

.form-check {
    font-size: 14px;
    color: #57606f;
}

.password-label {
    position: absolute;
    z-index: 100;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffc107;
    line-height: 2rem;
    border-radius: 0.375rem;
    bottom: 9px;
    right: 9px;
    z-index: 10;
    cursor: pointer;
    font-size: 20px;
}

.form-group {
    position: relative;
    z-index: 1;
}

.form-group label {
    font-size: 14px;
    color: #57606f;
    margin-bottom: 0.375rem;
    margin-left: 0.25rem;
    display: block;
}

.register-divider {
    text-align: center;
    position: relative;
    z-index: 1;
}

.register-divider::after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 0.25rem;
    height: 2px;
    z-index: -2;
    top: 50%;
    left: 0;
}

.register-divider span {
    background-color: #003fe0;
    color: #ffffff;
    padding: 2px 12px;
    border-radius: 6rem;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

@media only screen and (min-width:768px) {
    .faq-wrapper {
        border-left: 2px solid #dee1e6;
        padding-left: 3rem;
    }
}

.accordion-button {
    font-size: 1.25rem;
    font-weight: 600;
    color: #57606f;
}

@media only screen and (min-width:992px) {
    .accordion-button {
        font-size: 1.5rem;
    }
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #2f3542;
}

.accordion-body {
    color: #57606f;
    font-size: 1rem;
    font-weight: 400;
}

.gm-wrap iframe {
    width: 100%;
    height: 300px;
    border-radius: 0.75rem;
}

@media only screen and (min-width:768px) {
    .gm-wrap iframe {
        height: 480px;
    }
}

.login-card {
    background-color: rgba(31, 7, 87, 0.85);
}

.login-card .form-control {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15);
}

.login-card label {
    color: #ffffff;
}

.login-card .form-check-label a {
    color: #ffffff;
    font-weight: 500;
}

.login-card .form-check-label a:hover,
.login-card .form-check-label a:focus {
    color: #ffc107;
}

.forget-password-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    top: -3px;
}

.forget-password-btn:hover,
.forget-password-btn:focus {
    color: #ffc107;
    font-weight: 400;
}

.hero-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-section .bg-shape {
    max-width: 60vw;
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
}

.hero-content,
.hero-thumbnail,
.hero-thumbnails,
.makeup-hero-slide {
    margin-top: 44px;
}

@media only screen and (min-width:992px) {

    .hero-content,
    .hero-thumbnail,
    .hero-thumbnails,
    .makeup-hero-slide {
        margin-top: 72px;
    }
}

.hero-thumbnail {
    position: relative;
    z-index: 1;
    padding: 10% 10% 0;
    overflow: hidden;
}

.hero-thumbnail .hero-image {
    margin-bottom: -2rem;
}

.hero-thumbnails {
    position: relative;
    z-index: 1;
}

.hero-thumbnails .zigzag {
    position: absolute;
    top: 10%;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 10%;
}

.hero-thumbnails .box1 {
    width: 270px;
    height: 270px;
    background-color: rgba(255, 193, 7, 0.2);
    top: -30px;
    left: 47%;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("/img/bg/circle.png");
    background-repeat: repeat;
}

@media only screen and (min-width:576px) {
    .hero-thumbnails .box1 {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (min-width:768px) {
    .hero-thumbnails .box1 {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (min-width:992px) {
    .hero-thumbnails .box1 {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (min-width:992px) {
    .hero-thumbnails .box1 {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (min-width:1400px) {
    .hero-thumbnails .box1 {
        width: 500px;
        height: 500px;
    }
}

.skillset div {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 0.375rem;
    left: 12%;
    top: 38%;
    -webkit-animation: updown 6s linear 0s infinite;
    animation: updown 6s linear 0s infinite;
}

.skillset div .skill-name {
    width: 5rem;
    position: absolute;
    font-size: 12px;
    background-color: #0082fb;
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 4px 12px;
    border-radius: 10rem;
    top: -30px;
    z-index: 100;
}

.skillset div img {
    max-width: 100%;
    border-radius: 50%;
}

/* GA4 */
.skillset div:nth-child(2) {
    left: auto;
    right: 40%;
    top: 14%;
    -webkit-animation: updown 4s linear 0s infinite;
    animation: updown 4s linear 0s infinite;
}

/* meta ads */
.skillset div:nth-child(3) {
    left: 30%;
    top: 24%;
    -webkit-animation: updown 3s linear 0s infinite;
    animation: updown 3s linear 0s infinite;
}

.hero-social > a {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #faf9ff;
    display: block;
    color: #2f3542;
    text-align: center;
    line-height: 2.75rem;
    border-radius: 50%;
    margin-right: 1rem;
}

.hero-social > a:last-child {
    margin-right: 0;
}

.hero-social > a:hover,
.hero-social > a:focus {
    background-color: #003fe0;
    color: #ffffff;
}

.hero-content h2 {
    line-height: 1.2;
    font-weight: 800;
}

.hero-content p {
    font-size: 20px;
}

.hero-content .cd-headline {
    font-weight: 800;
}

.hero-content .cd-words-wrapper b,
.hero-content .cd-words-wrapper span {
    font-weight: 400;
}

@-webkit-keyframes updown {
    50% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }
}

@keyframes updown {
    50% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }
}

.makeup-artist-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-image: url("/img/bg/4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.makeup-artist-wrapper::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2f3542;
    content: "";
    z-index: -100;
    opacity: 0.5;
}

.makeup-single-slide h2 {
    font-size: 1.5rem;
}

@media only screen and (min-width:576px) {
    .makeup-single-slide h2 {
        font-size: 2rem;
    }
}

@media only screen and (min-width:768px) {
    .makeup-single-slide h2 {
        font-size: 2.25rem;
    }
}

@media only screen and (min-width:992px) {
    .makeup-single-slide h2 {
        font-size: 2.75rem;
    }
}

@media only screen and (min-width:1200px) {
    .makeup-single-slide h2 {
        font-size: 3rem;
    }
}

@media only screen and (min-width:1400px) {
    .makeup-single-slide h2 {
        font-size: 3.25rem;
    }
}

.photography-slide-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    overflow: hidden;
}

.photography-slide-wrap .tns-controls button {
    position: absolute;
    z-index: 99;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    border-radius: 0.5rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 1rem;
    color: #ffffff;
    left: 1.5rem;
    bottom: 2rem;
}

@media only screen and (min-width:768px) {
    .photography-slide-wrap .tns-controls button {
        left: 2rem;
        border-radius: 0.75rem;
        width: 3rem;
        height: 3rem;
        font-size: 2rem;
    }
}

@media only screen and (min-width:992px) {
    .photography-slide-wrap .tns-controls button {
        left: 2rem;
        border-radius: 0.75rem;
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }
}

.photography-slide-wrap .tns-controls button:hover {
    background-color: #2f3542;
}

.photography-slide-wrap .tns-controls button[data-controls=next] {
    left: auto;
    right: 1.5rem;
}

@media only screen and (min-width:992px) {
    .photography-slide-wrap .tns-controls button[data-controls=next] {
        right: 2rem;
    }
}

.single-photograph {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-photograph::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #2f3542;
    opacity: 0.6;
    z-index: -10;
}

.single-photograph .photo-title {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 10;
    text-align: center;
}

.photography-nav-wrapper {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    left: 0;
    right: 0;
    z-index: 1;
}

.photography-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
}

.photography-nav li {
    cursor: pointer;
    list-style: none;
    margin: 0 0.25rem;
    border-radius: 0.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1.5rem;
    height: 1.5rem;
}

@media only screen and (min-width:576px) {
    .photography-nav li {
        width: 2rem;
        height: 2rem;
    }
}

@media only screen and (min-width:768px) {
    .photography-nav li {
        margin: 0 0.5rem;
        border-radius: 0.5rem;
        width: 3rem;
        height: 3rem;
    }
}

@media only screen and (min-width:992px) {
    .photography-nav li {
        margin: 0 0.5rem;
        border-radius: 0.5rem;
        width: 4rem;
        height: 4rem;
    }
}

.photography-nav li.tns-nav-active {
    border: 2px solid #ffc107;
}

.photography-nav li:last-child {
    margin-right: 0;
}

.photography-nav li:first-child {
    margin-left: 0;
}

.background-shape .circle1 {
    width: 10%;
    height: 90%;
    background-color: #faf9ff;
    position: absolute;
    top: 0;
    left: 12%;
    z-index: -30;
}

.portfolio-menu button {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    padding: 0.25rem 0.8rem;
    border: 0;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    border-radius: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    background-color: #ffffff;
    color: #2f3542;
}

@media only screen and (min-width:576px) {
    .portfolio-menu button {
        padding: 0.375rem 1.25rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
}

.portfolio-menu button:last-child {
    margin-right: 0;
}

.portfolio-menu button:hover {
    background-color: #ffffff;
}

.portfolio-menu button.active {
    color: #ffffff;
    background-color: #003fe0;
}

.portfolio-menu.home3 button {
    padding: 0;
    background-color: transparent;
    color: #2f3542;
    font-size: 1rem;
    margin-right: 1.5rem;
}

.portfolio-menu.home3 button:hover {
    background-color: transparent;
}

.portfolio-menu.home3 button.active {
    color: #d63384;
    background-color: transparent;
}

.portfolio-card {
    position: relative;
    z-index: 1;
}

.portfolio-card .portfolio-image {
    overflow: hidden;
    position: relative;
    border-radius: 0.75rem 0.75rem 0 0;
    min-height: 5rem;
}

.portfolio-card .portfolio-image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0.75rem 0.75rem 0 0;
}

.portfolio-card .portfolio-image .overlay-content {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    border-radius: 0.75rem 0.75rem 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(31, 7, 87, 0.6);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    padding: 1.5rem;
}

.portfolio-card .portfolio-image .overlay-content a {
    display: block;
    color: #ffffff;
    font-size: 2rem;
}

.portfolio-card .description {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    background-color: #ffffff;
    border-radius: 0 0 0.75rem 0.75rem;
}

@media only screen and (min-width:1200px) {
    .portfolio-card .description {
        padding: 1.5rem 2rem;
    }
}

.portfolio-card .description h5 {
    font-size: 1rem;
}

@media only screen and (min-width:992px) {
    .portfolio-card .description h5 {
        font-size: 1.25rem;
    }
}

.portfolio-card .description a {
    display: block;
    font-size: 1rem;
    color: #2f3542;
}

.portfolio-card .description a:hover,
.portfolio-card .description a:focus {
    color: #003fe0;
}

.portfolio-card .description p {
    font-size: 12px;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border: 2px solid #dee1e6;
    line-height: 1;
    border-radius: 0.25rem;
}

@media only screen and (min-width:992px) {
    .portfolio-card .description p {
        font-size: 14px;
    }
}

.portfolio-card:hover .portfolio-image img,
.portfolio-card:focus .portfolio-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-card:hover .overlay-content,
.portfolio-card:focus .overlay-content {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width:1200px) {
    .gallery-area.gallery-2 .col-12:nth-child(2) > div {
        margin-top: 3rem;
    }
}

.gallery-area.gallery-2 .portfolio-card .description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    background-color: rgba(255, 193, 7, 0.1);
}

@media only screen and (min-width:1200px) {
    .gallery-area.gallery-2 .portfolio-card .description {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.gallery-area.gallery-2 .portfolio-card .description .links {
    display: block;
    line-height: 1;
    font-size: 2rem;
    color: #2f3542;
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
}

.gallery-area.gallery-2 .portfolio-card:hover .description .links,
.gallery-area.gallery-2 .portfolio-card:focus .description .links {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    visibility: visible;
}

.makeup-gallery .portfolio-card .portfolio-image,
.photography-gallery .portfolio-card .portfolio-image {
    border-radius: 0.75rem;
}

.makeup-gallery .portfolio-card .portfolio-image img,
.photography-gallery .portfolio-card .portfolio-image img {
    border-radius: 0.75rem;
}

.makeup-gallery .portfolio-card .portfolio-image .overlay-content,
.photography-gallery .portfolio-card .portfolio-image .overlay-content {
    border-radius: 0.75rem;
}

.portfolio-details-sidebar {
    padding: 2rem;
    border-radius: 1rem;
}

@media only screen and (min-width:992px) {
    .portfolio-details-sidebar {
        padding: 3rem;
    }
}

.portfolio-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

@media only screen and (min-width:992px) {
    .portfolio-single-item {
        margin-bottom: 3rem;
    }
}

.portfolio-single-item:last-child {
    margin-bottom: 0;
}

.portfolio-single-item i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    max-width: 4rem;
    width: 4rem;
    height: 4rem;
    background-color: #ffc107;
    color: #2f3542;
    font-size: 1.5rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
}

.portfolio-single-item > div {
    margin-left: 1rem;
}

.portfolio-details-content img,
.portfolio-details-content p {
    margin-bottom: 1.25rem;
}

.portfolio-details-content ul,
.portfolio-details-content ol {
    padding-left: 2rem;
    margin-bottom: 1.25rem;
}

.top-featured-section {
    background-color: rgba(255, 193, 7, 0.05);
}

.service-card {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    background-color: transparent;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.04);
    padding: 2rem 1rem;
}

.service-card .service-icon {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
    color: #ffffff;
    padding: 1rem;
    border-radius: 0.75rem;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
}

.service-card h5 {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    color: #ffffff;
}

.service-card:hover,
.service-card:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.service-card:hover .service-icon,
.service-card:focus .service-icon {
    color: #ffc107;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}

.service-card:hover h5,
.service-card:focus h5 {
    color: #ffc107;
}

.service-card-two {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    border-bottom: 5px solid #ffc107;
    border-top: 1px solid #dee1e6;
    border-left: 1px solid #dee1e6;
    border-right: 1px solid #dee1e6;
}

.service-card-two .icons {
    background-color: #faf9ff;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.75rem;
    color: #2f3542;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width:992px) {
    .service-card-two .icons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
        flex: 0 0 4rem;
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }
}

.service-card-two h5 {
    font-size: 1.125rem;
}

.service-card-two:hover,
.service-card-two:focus {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.before-after-tablist > div {
    margin-bottom: 1rem;
    background-color: #ffffff;
    padding: 0.95rem 1rem;
    border-radius: 0.75rem;
    cursor: pointer;
}

.before-after-tablist > div:last-child {
    margin-bottom: 0;
}

.before-after-tablist > div.active {
    background: #d63384;
    background: -webkit-gradient(linear, left top, right top, from(#d63384), to(#dc3545));
    background: linear-gradient(to right, #d63384, #dc3545);
}

.makeup-service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.makeup-service-card .thumbnail {
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    width: 5rem;
    max-width: 5rem;
}

.makeup-service-card .thumbnail img {
    max-width: 5rem;
    border-radius: 0.5rem;
}

.makeup-service-card p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.active .makeup-service-card h6,
.active .makeup-service-card p {
    color: #ffffff;
}

.photography-card {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photography-card img {
    max-height: 3rem;
}

.photography-card .card-body {
    padding: 2.5rem;
}

.photography-card:hover,
.photography-card:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-progress {
    text-align: center;
    border: 0;
}

.single-progress .skillChart {
    position: relative;
    z-index: 1;
}

.single-progress .skillChart .skill-percent {
    position: absolute;
    font-size: 1rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0 !important;
    line-height: 1;
    color: #2f3542;
    font-weight: 500;
}

.single-progress span {
    display: block;
    font-size: 1rem;
    margin-top: 0.25rem;
}

.testimonial-card .testimonial-text i {
    font-size: 2rem;
    line-height: 1;
    color: #003fe0;
}

.testimonial-card .thumbnail {
    width: 3rem;
    max-width: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
}

.testimonial-card .thumbnail img {
    max-height: 3rem;
}

.testimonial-card .ratings {
    font-size: 12px;
    color: #ffc107;
}

.testimonial-wrapper {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-wrapper::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #2f3542;
    opacity: 0.4;
    z-index: -10;
}

.testimonial-wrapper .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
}

.testimonial-wrapper .tns-nav button {
    border: 0;
    width: 0.625rem;
    height: 0.625rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    margin: 0 0.25rem;
}

.testimonial-wrapper .tns-nav button.tns-nav-active {
    background-color: #ffffff;
}

.testimonial-wrapper .testimonial-card {
    background-color: rgba(255, 255, 255, 0.1);
}

.testimonial-wrapper .testimonial-card .testimonial-text {
    color: #ffffff;
}

.testimonial-wrapper .testimonial-card .testimonial-text i {
    color: #ffffff;
}

.testimonial-wrapper .testimonial-card .ratings {
    color: #ffc107;
}

.testimonial-wrapper .testimonial-card .testimonial-data h6 {
    color: #ffffff;
}

.testimonial-wrapper .testimonial-card .testimonial-data span {
    color: #ffffff;
}

.partner-img {
    text-align: center;
    background-color: #ffffff;
    width: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
}

.partner-img img {
    max-height: 1.75rem;
}

.testimonial-card-two {
    background-color: #faf9ff;
}

.testimonial-card-two .card-body {
    padding: 3rem;
}

.testimonial-card-two .testimonial-text {
    font-size: 1.125rem;
    color: #2f3542;
}

@media only screen and (min-width:992px) {
    .testimonial-card-two .testimonial-text {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width:1200px) {
    .testimonial-card-two .testimonial-text {
        font-size: 1.375rem;
    }
}

.testimonial-card-two .testimonial-data .ratings {
    color: #ffc107;
    font-size: 12px;
    margin-bottom: 0.5rem;
}

.testimonial-card-two .testimonial-data span {
    margin-left: 0.25rem;
    color: #57606f;
}

.testimonial-slider2-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-slider2-wrap .tns-controls button {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #d63384;
    color: #ffffff;
    border: 0;
    font-size: 1.625rem;
}

.testimonial-slider2-wrap .tns-controls button[data-controls=prev] {
    left: 5%;
}

.testimonial-slider2-wrap .tns-controls button[data-controls=next] {
    right: 5%;
}

.pricing-card {
    background-color: #faf9ff;
}

.pricing-card .price p {
    color: #2f3542;
    font-weight: 700;
}

.pricing-card .description li {
    position: relative;
    z-index: 1;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
}

.pricing-card .description li::before {
    position: absolute;
    font-family: "bootstrap-icons";
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 1;
    content: "\f62a";
    width: 1.5rem;
    height: 1.5rem;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
}

.pricing-card .description li.active::before {
    content: "\f26e";
    color: #ffffff;
    background-color: rgba(20, 108, 67, 0.7);
}

.pricing-card .dashed-line {
    width: 100%;
    border-top: 2px dashed #dee1e6;
}

