.section {
    padding: 160px 0px;
    position: relative;
    overflow-x: clip !important
}

.section {
    background-color: #d3d5db;
    color: #fff
}

.section {
    position: relative
}

@media only screen and (max-width: 991.98px) {
    .section {
        padding: 100px 0px
    }

    .section__cta {
        margin-top: 40px
    }

    .section__content-cta {
        margin-top: 30px
    }

}

.story-s {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.story-s h2 {
    color: #fff;
    max-width: 440px;
    margin: 0px auto;
    line-height: 1.2;
    margin-top: -12px
}

.story-s p {
    color: #fff;
    margin-top: 24px
}

.story-s .story-s-thumbs img {
    position: absolute;
    z-index: -1;
    max-width: 20vw
}

.story-s .one {
    top: 60px;
    left: 20%
}

.story-s .two {
    bottom: 100px;
    left: 0px
}

.story-s .three {
    top: 80px;
    right: 20%
}

.story-s .four {
    bottom: 100px;
    right: 0px
}

.section__content-cta {
    margin-top: 40px
}

.btn {
    padding: 20px 60px;
    border: 0px;
    display: inline-flex;
    color: #000515;
    background-color: #c4161c;
    font-weight: 500;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all .4s ease-in-out
}

.btn:hover {
    background-color: #fff;
    color: #000515
}

.btn--primary {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn--primary::before {
    content: "";
    position: absolute;
    inset: 0px;
    right: 100%;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: all .4s ease-in-out;
    z-index: -1
}

.btn--primary::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -100%;
    transition: all .4s ease-in-out
}

.btn--primary:hover::before {
    width: 100%;
    right: 0px
}

.btn--primary:hover::after {
    top: 0px
}

.lines {
    overflow: hidden
}

.lines .line {
    position: fixed;
    width: 1px;
    height: 100%;
    max-height: 100vh;
    min-height: 100vh;
    top: 0;
    left: calc(50% + 0px);
    background: rgba(255, 255, 255, .1);
    z-index: 9
}

.lines .line:nth-child(1) {
    left: calc(50% - 647px)
}

.lines .line:nth-child(1)::after {
    animation-delay: 2s
}

.lines .line:nth-child(3) {
    left: calc(50% + 649px)
}

.lines .line:nth-child(3)::after {
    animation-delay: 2.5s
}

.lines .line:nth-child(4) {
    background-color: #000515
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #ffd900 75%, #ffd900 100%);
    animation: run 10s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97)
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 100%
    }
}

.gaper {
    row-gap: 40px
}

.section__header {
    margin-bottom: 120px;
    position: relative;
    z-index: 99
}

.section__header .h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600
}

.section__header .h3 {
    font-weight: 600
}

.section__header-alt {
    text-align: center;
    margin-bottom: 80px
}

.section__header-alt .h4-light,
.section__header-alt .h2 {
    color: #fff
}

.section__header-alt .h4-light {
    margin-bottom: 24px
}

.section__header--secondary {
    margin-top: -6px;
    margin-bottom: 60px
}

.section__header--secondary .h6 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 400
}

.section__header--secondary .h6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: 150px;
    height: 1px;
    background-color: #c4161c
}

.section__header--tertiary {
    margin-bottom: 100px;
    margin-top: -16px
}

.section__header--tertiary h3 {
    color: #fff
}

.section__header--tertiary h3 span {
    color: #c4161c
}

.section__header--tertiary p {
    color: #fff;
    opacity: .6;
    margin-top: 20px
}

.section {
    position: relative
}

.section .lines {
    overflow: hidden;
    position: relative;
    z-index: 9
}

.section .lines .line {
    position: fixed;
    width: 1px;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    top: 0;
    left: calc(50% + 0px);
    background: rgba(0, 5, 21, .1);
    z-index: 9
}

.section .lines .line:nth-child(1) {
    left: calc(50% - 647px)
}

.section .lines .line:nth-child(1)::after {
    animation-delay: 2s
}

.section .lines .line:nth-child(3) {
    left: calc(50% + 649px)
}

.section .lines .line:nth-child(3)::after {
    animation-delay: 2.5s
}

.section .lines .line:nth-child(4) {
    background-color: #000515
}

.section .lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #ffd900 75%, #ffd900 100%);
    animation: run 10s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97)
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 100%
    }
}

.hm {
    margin: -20px 0px !important
}

.normal-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0px auto;
    position: absolute;
    padding: 0px 20px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.normal-pagination button {
    width: 128px;
    min-width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    font-weight: 900;
    padding: 0px
}

.normal-pagination button:hover {
    color: #fff
}

.normal-pagination button:hover::before {
    background-color: #000515
}

.normal-pagination button:hover span {
    color: #fff
}

.pl-60 {
    padding-left: 60px !important
}

.pr-60 {
    padding-right: 60px !important
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid #c4161c;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    transition: all .14s ease-out;
    mix-blend-mode: difference
}

.cursor-outer.cursor-hover {
    opacity: 0;
    transition: none
}

.cursor-outer.cursor-big {
    opacity: 0
}

.mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    margin-left: -12px;
    margin-top: -12px
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: #c4161c;
    opacity: .8;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    mix-blend-mode: difference
}

.cursor-inner span {
    color: #000515;
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px
}

.cursor-inner.cursor-big span {
    opacity: 1
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #686363;
    opacity: 0
}

.mt-10 {
    margin-top: -10px
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .9);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

.sidenav-bar-visible .search-popup {
    width: 80%
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    margin-top: 0px;
    content: ""
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #c4161c;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #fff;
    opacity: 0;
    visibility: hidden
}

.search-popup .close-search i {
    color: #000515;
    font-size: 24px
}

.search-popup .close-search i {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
    color: #000515
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    transition: all 300ms ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    transition: all 500ms ease
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
    color: #000
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
    color: #000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes moveUpDown {
    0% {
        bottom: 60px
    }

    50% {
        bottom: 80px
    }

    100% {
        bottom: 60px
    }
}

.btn {
    padding: 20px 60px;
    border: 0px;
    display: inline-flex;
    color: #000515;
    background-color: #c4161c;
    font-weight: 500;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all .4s ease-in-out
}

.btn:hover {
    background-color: #fff;
    color: #000515
}

.btn--primary {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn--primary::before {
    content: "";
    position: absolute;
    inset: 0px;
    right: 100%;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: all .4s ease-in-out;
    z-index: -1
}

.btn--primary::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -100%;
    transition: all .4s ease-in-out
}

.btn--primary:hover::before {
    width: 100%;
    right: 0px
}

.btn--primary:hover::after {
    top: 0px
}

.btn--secondary {
    position: relative
}

.btn--secondary::after {
    content: attr(data-animate);
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -100%;
    transition: all .4s ease-in-out
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: inset 0 0 0 6px #c4161c;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    z-index: 99
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    content: "";
    font-family:' EuclidCircularB';
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #000515;
    left: 0%;
    top: 0%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear
}

.progress-wrap:hover::after {
    opacity: 1;
    color: #000515
}

.progress-wrap::before {
    position: absolute;
    content: "";
    font-family: ' EuclidCircularB';
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    opacity: 0;
    background: #000515;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    left: 0%;
    top: 0%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear
}

.progress-wrap:hover::before {
    opacity: 1;
    color: #000515
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #c4161c;
    stroke-width: 4;
    box-sizing: content-box;
    transition: all 200ms linear
}

.single-input {
    margin-bottom: 40px
}

.single-input input,
.single-input textarea {
    width: 100%;
    padding: 0px 20px 20px 0px;
    border-bottom: 1px solid rgba(0, 5, 21, .1);
    color: #000515;
    position: relative
}

.single-input input::-moz-placeholder,
.single-input textarea::-moz-placeholder {
    color: #000515
}

.single-input input::placeholder,
.single-input textarea::placeholder {
    color: #000515
}

.single-input input::before,
.single-input textarea::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #000515;
    transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.single-checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer
}

.single-checkbox input {
    width: 24px;
    height: 24px;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 21, .1254901961);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all .4s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.single-checkbox input::before {
    content: "";
    font-family: ' EuclidCircularB';
    font-weight: 900;
    font-size: 0px;
    color: #000515;
    transition: all .4s ease-in-out;
    position: absolute
}

.single-checkbox input:checked {
    border: 1px solid #000015
}

.single-checkbox input:checked::before {
    font-size: 14px
}

.single-checkbox label {
    cursor: pointer
}

.single-input-group {
    display: flex;
    align-items: center;
    gap: 24px;
    row-gap: 40px;
    margin-bottom: 40px
}

.single-input-group .single-input {
    margin-bottom: 0px;
    width: calc(50% - 12px)
}

.email-group {
    display: flex;
    align-items: center;
    gap: 20px
}

.email-group input {
    flex-grow: 1;
    padding: 16px;
    background: rgba(0, 0, 0, .2)
}

.email-group input::-moz-placeholder {
    color: #000515
}

.email-group input::placeholder {
    color: #000515
}

.email-group .btn {
    padding: 18px 20px
}

.email-group .btn::before {
    background-color: #000515
}

.email-group .btn:hover {
    color: #fff
}

.search-group {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 20px 20px 0px;
    background-color: rgba(255, 255, 255, .1)
}

.search-group input {
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0);
    padding: 16px;
    color: #fff
}

.search-group input::-moz-placeholder {
    color: #fff
}

.search-group input::placeholder {
    color: #fff
}

.search-group button {
    width: 64px;
    height: 64px;
    background-color: #c4161c;
    color: #000515;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out
}

.search-group button i {
    transition: none
}

.search-group button:hover {
    background-color: #fff;
    color: #000515
}

.nice-select {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 16px 64px 16px 40px;
    line-height: inherit;
    height: inherit;
    width: 100%
}

.nice-select .current {
    font-weight: 400;
    
}

.nice-select .list {
    background-color: #000515;
    z-index: 99
}

.nice-select ul {
    width: 100%;
    background-color: #000515
}

.nice-select ul li {
    margin-top: 0px
}

.nice-select ul .option {
    min-height: auto;
    line-height: 100%;
    padding: 20px;
    border-bottom: 1px solid #414141;
    border-radius: 0px;
    color: #fff
}

.nice-select ul .option:hover {
    background-color: #000515 !important;
    color: #c4161c
}

.nice-select ul .option:last-of-type {
    border-bottom: none
}

.nice-select ul:hover {
    background-color: #000515
}

.nice-select ul:hover .focus {
    color: #c4161c
}

.nice-select ul .selected,
.nice-select ul .focus {
    background-color: #000515 !important;
    color: #c4161c
}

.nice-select::after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 30px
}

.locationer::before {
    content: "";
    font-family: "' EuclidCircularB';";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 200
}

.size::before {
    content: "";
    font-family: "' EuclidCircularB';";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 200
}

.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid #000515;
    border-top-color: #c4161c;
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 6em "Fira Sans", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #c4161c;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg)
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(252, 197, 29, .3137254902);
    position: relative
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.ctn-preloader .loader-section {
    background-color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.ctn-preloader .loader-section.section-left {
    left: 0
}

.ctn-preloader .loader-section.section-right {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: .7s .3s all cubic-bezier(0.1, 0.1, 0.1, 1)
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: .7s .3s all cubic-bezier(0.1, 0.1, 0.1, 1)
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Fira Sans", sans-serif
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 4em "Fira Sans", sans-serif
    }
}

.header-two .header__menu .logo {
    width: 120px;
    height: 100px;
    background-color: #000515;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.header-two .header__nav {
    padding: 0px
}

.header-two .header__menu .header__nav-menu {
    display: none !important
}

.header-two .header__menu .header__nav-options {
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 40px
}

.header-two .header__menu .header__nav-options a {
    color: #fff
}

.header-two .header__menu .header__nav-options a span {
    color: #fff
}

.header-two .header__menu .header__nav-options .nav-cmn-open {
    width: 120px;
    height: 100px;
    background-color: #000515;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px
}

.header-two .header__menu .header__nav-options .nav-cmn-open span {
    color: #fff;
    font-size: 40px;
    font-weight: 100
}

.header-two .header__menu .header__nav-logo .logo {
    height: 100px
}

.header-two .mobile-menu {
    position: fixed;
    inset: 0px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: 99999
}

.header-two .mobile-menu .menu-backdrop {
    background-color: #302d2b;
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition-delay: .3s;
    transition: all .4s ease-in-out
}

.header-two .mobile-menu .mobile-menu-top {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all .4s ease-in-out;
    transform: translateY(30px);
    opacity: .5
}

.header-two .mobile-menu .close-mobile-menu {
    font-size: 48px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.header-two .mobile-menu .close-mobile-menu:hover {
    color: #c4161c
}

.header-two .mobile-menu .menu-box {
    position: fixed;
    inset: 0px;
    max-width: 400px;
    background-color: #000;
    z-index: 999999;
    padding: 60px 40px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    transition: all .4s ease-in-out;
    transition-delay: .6s;
    gap: 60px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden
}

.header-two .mobile-menu .menu-box::-webkit-scrollbar {
    width: 0px
}

.header-two .mobile-menu .menu-box .logo {
    width: unset;
    height: unset
}

.header-two .mobile-menu .header__nav-menu__list {
    flex-direction: column
}

.header-two .mobile-menu .menu-item {
    width: 100%;
    transition: all .4s ease-in-out
}

.header-two .mobile-menu .menu-item:nth-of-type(1) .first-label {
    border-top: 1px solid #414141
}

.header-two .mobile-menu .menu-item a,
.header-two .mobile-menu .menu-item button {
    color: #fff !important;
    padding: 20px 0px;
    border-bottom: 1px solid #414141;
    line-height: 1;
    font-size: 16px
}

.header-two .mobile-menu .menu-item a:hover,
.header-two .mobile-menu .menu-item button:hover {
    color: #000515
}

.header-two .mobile-menu .menu-item a::after,
.header-two .mobile-menu .menu-item button::after {
    transition: none
}

.header-two .mobile-menu .nav-fade {
    transform: translateY(30px);
    opacity: 0
}

.header-two .mobile-menu .menu-item-has-children button::after {
    content: "+";
    font-family: ' EuclidCircularB';
    transform: rotate(0deg)
}

.header-two .mobile-menu .menu-item-has-children button:hover::after {
    transform: rotate(0deg)
}

.header-two .mobile-menu .menu-item-active {
    color: #000515 !important
}

.header-two .mobile-menu .menu-item-active::after {
    content: "" !important;
    font-family:' EuclidCircularB' !important
}

.header-two .mobile-menu .sub-menu,
.header-two .mobile-menu .sub-menu__nested {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    width: 100%;
    max-width: 100%;
    padding: 20px 0px;
    display: none;
    transition: none
}

.header-two .mobile-menu .sub-menu a,
.header-two .mobile-menu .sub-menu button,
.header-two .mobile-menu .sub-menu__nested a,
.header-two .mobile-menu .sub-menu__nested button {
    color: #000515 !important;
    padding: 20px 30px;
    font-size: 14px;
    border-bottom: 1px solid rgba(65, 65, 65, .2117647059)
}

.header-two .mobile-menu .sub-menu button:hover,
.header-two .mobile-menu .sub-menu__nested button:hover {
    padding-left: 30px
}

.header-two .mobile-menu .sub-menu__nested {
    box-shadow: none;
    background-color: #f0efff
}

.header-two .mobile-menu .sub-menu__nested::before {
    top: -5px;
    left: 25px;
    background-color: #f0efff
}

.header-two .mobile-menu .mobile-menu__social {
    transition: all .4s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    animation-delay: 1.9s
}

.header-two .mobile-menu .mobile-menu__social a {
    font-size: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c4161c;
    color: #000515
}

.header-two .mobile-menu .mobile-menu__social a:hover {
    background-color: #fff
}

.header-two .show-menu {
    transform: translateY(0px) !important;
    opacity: 1 !important;
    visibility: visible !important
}

.header-two .show-menu .menu-box {
    transform: translateY(0px) !important;
    opacity: 1 !important;
    visibility: visible !important
}

.header-two .show-menu .menu-backdrop {
    transform: translateY(0px) !important;
    opacity: 1 !important;
    visibility: visible !important
}

.header-two .show-menu .nav-fade {
    animation: navLinkFade .5s ease forwards
}

.header__menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999
}

.header__menu .container-fluid {
    padding: 0px !important
}

.header__menu .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0)
}

.header__menu .header__nav-menu {
    flex-grow: 1
}

.header__menu .header__nav-logo {
    display: flex;
    align-items: center;
    gap: 24px
}

.header__menu .header__nav-logo .logo {
    width: 186px;
    height: 120px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.header__menu .header__nav-logo .btn {
    padding: 20px 36px
}

.header__menu .header__nav-menu__list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__menu .menu-item button,
.header__menu .menu-item a {
    padding: 20px 20px;
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    color: #fff
}

.header__menu .menu-item button:hover,
.header__menu .menu-item a:hover {
    color: #c4161c
}

.header__menu .menu-item-has-children {
    position: relative
}

.header__menu .menu-item-has-children button {
    position: relative;
    width: 100%;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0)
}

.header__menu .menu-item-has-children button::after {
    font-family: ' EuclidCircularB';
    font-weight: 900;
    content: "";
    border: none;
    font-size: 16px;
    transition: all .4s ease-in-out;
    font-size: inherit
}

.header__menu .menu-item-has-children:hover .first-label {
    color: #c4161c
}

.header__menu .menu-item-has-children:hover .first-label::after {
    transform: rotate(180deg)
}

.header__menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: all
}

.header__menu .menu-item-nested-children:hover button::after {
    transform: rotate(-90deg)
}

.header__menu .menu-item-nested-children:hover .sub-menu__nested {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: all
}

.header__menu .sub-menu__nested {
    position: absolute;
    top: 0%;
    right: calc(100% - 24px);
    min-width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    pointer-events: none;
    transition: all .4s ease-in-out;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
    padding: 30px 0px;
    border-radius: 5px;
    z-index: 99
}

.header__menu .sub-menu__nested::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 25px;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    background-color: inherit;
    transition: all .4s ease-in-out
}

.header__menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 240px;
    max-width: 260px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    pointer-events: none;
    transition: all .4s ease-in-out;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
    padding: 30px 0px;
    border-radius: 5px;
    z-index: 9
}

.header__menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 25px;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    background-color: inherit;
    transition: all .4s ease-in-out
}

.header__menu .sub-menu li:nth-last-of-type(1) a {
    border-bottom: 0px
}

.header__menu .sub-menu a,
.header__menu .sub-menu button {
    width: 100%;
    display: flex;
    padding: 16px 40px;
    color: #000;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid rgba(206, 206, 206, .4784313725)
}

.header__menu .sub-menu a::before,
.header__menu .sub-menu button::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    height: 1px;
    width: 0px;
    transition: all .4s ease-in-out;
    background-color: #000515
}

.header__menu .sub-menu a:hover,
.header__menu .sub-menu button:hover {
    color: #000515;
    padding-left: 50px
}

.header__menu .sub-menu a:hover::before,
.header__menu .sub-menu button:hover::before {
    width: 16px
}

.header__menu .sub-menu button::before {
    content: none
}

.header__menu .sub-menu button:hover {
    padding-left: 40px
}

.header__menu .menu-item-nested-children .sub-menu {
    left: 100%
}

.header__menu .header__nav-options {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding-right: 40px;
    padding-left: 40px
}

.header__menu .nav__bar {
    padding: 0px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background-color: rgba(0, 0, 0, 0)
}

.header__menu .nav__bar span {
    transform: translateY(0px)
}

.header__menu .nav__bar .icon-bar {
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 0px;
    display: block;
    transition: all .3s
}

.header__menu .nav__bar .middle-bar {
    margin: 6px 0px;
    opacity: 1
}

.header__menu .nav__bar:hover .icon-bar {
    background-color: #c4161c
}

.header__menu .search {
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    color: #fff
}

.header__menu .search:hover {
    color: #c4161c
}

.header__menu-active {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999
}

.header__menu-active .header__nav {
    background-color: #000
}

.header-two-alt .header__nav {
    background-color: #000515 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961)
}

.header-two-alt .menu-item-nested-children:hover button::after {
    transform: rotate(0deg) !important
}

.banner {
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    overflow-x: clip;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom
}

.banner .social-wrapper {
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    background-color: #000515;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.banner .social-wrapper .social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px
}

.banner .social-wrapper .social a {
    color: #fff;
    opacity: .4
}

.banner .social-wrapper .social a:hover {
    color: #c4161c;
    opacity: 1
}

.banner .social-wrapper .logo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 28px 12px
}

.banner .space-m-filter {
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 720px;
    z-index: 99;
    background-color: #000515;
    padding: 30px 60px
}

.banner .space-m-filter p {
    text-align: center;
    color: #fff
}

.banner .space-m-filter p span {
    color: #c4161c
}

.banner .space-m-filter-wrapper {
    padding: 20px;
    background: rgba(255, 255, 255, .1);
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    row-gap: 16px;
    margin-bottom: 0px
}

.banner .space-m-filter-wrapper .btn {
    color: #000;
    padding: 0px;
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px
}

.banner .space-m-filter-wrapper .btn::before {
    background-color: #fff
}

.banner .space-m-filter-wrapper .btn:hover {
    color: #000
}

.banner .space-m-filter-wrapper .nice-select::before {
    color: #fff
}

.banner .space-m-filter-wrapper .nice-select::after {
    border-color: #fff
}

.banner .space-m-filter-single {
    flex-grow: 1;
    min-width: calc(50% - 56px)
}

.banner .space-m-filter-single:nth-of-type(2) {
    position: relative
}

.banner .space-m-filter-single:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -24px;
    width: 1px;
    background: rgba(255, 255, 255, .1)
}

.banner .space-m-filter-single select {
    width: 100%
}

.banner .single-wrapper {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: calc(100vh - 100px);
    width: 100%;
    max-width: 420px
}

.banner .single-wrapper .b-single-box {
    height: 50%;
    background-color: #000515;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    transition: all .4s ease-in-out
}

.banner .single-wrapper .b-single-box a {
    color: #fff;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    padding: 70px 40px
}

.banner .single-wrapper .b-single-box-active {
    background-color: #c4161c
}

.banner .single-wrapper .b-single-box-active a {
    color: #000515
}

.banner .scroll-c {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    color: #fff;
    transform: rotate(90deg);
    animation: moveUpDown 4s infinite
}

.banner .scroll-c span {
    color: #c4161c
}

.banner-two {
    position: relative
}

.banner-two .banner-two__slider-single {
    padding: 280px 0px;
    background-size: cover;
    background-position: left bottom;
    position: relative;
    z-index: 1
}

.banner-two .banner-two__slider-single::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.48) 28.88%, rgba(0, 0, 0, 0.42) 40.27%, rgba(0, 0, 0, 0.39) 49.82%, rgba(0, 0, 0, 0.33) 59.19%, rgba(0, 0, 0, 0.27) 70.03%, rgba(0, 0, 0, 0.16) 84.91%, rgba(0, 0, 0, 0) 100%);
    z-index: -1
}

.banner-two .banner-two__slider-single .content .primary-text {
    color: #fff
}

.banner-two .banner-two__slider-single .content h1 {
    color: #fff;
    margin-top: 20px
}

.banner-two .banner-two__slider-single .content h1 span {
    color: #c4161c
}

.banner-two .banner-two__slider-single .space-m-filter-wrapper {
    padding: 20px;
    background: #fff;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    row-gap: 16px;
    margin-bottom: 0px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto
}

.banner-two .banner-two__slider-single .space-m-filter-wrapper .btn {
    color: #000;
    padding: 0px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px
}

.banner-two .banner-two__slider-single .space-m-filter-wrapper .btn::before {
    background-color: #000515
}

.banner-two .banner-two__slider-single .space-m-filter-wrapper .btn:hover {
    color: #fff
}

.banner-two .banner-two__slider-single .space-m-filter-wrapper .btn:hover span {
    color: #fff;
    transition: all .4s ease-in-out
}

.banner-two .banner-two__slider-single .space-m-filter-single {
    flex-grow: 1;
    min-width: calc(50% - 56px);
    background-color: #d7d8da
}

.banner-two .banner-two__slider-single .space-m-filter-single:nth-of-type(2) {
    position: relative
}

.banner-two .banner-two__slider-single .space-m-filter-single:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -24px;
    width: 1px;
    background: rgba(255, 255, 255, .1)
}

.banner-two .banner-two__slider-single .space-m-filter-single select {
    width: 100%
}

.banner-two .banner-two__slider-single .nice-select::before {
    left: 12px;
    color: #000515
}

.banner-two .banner-two__slider-single .nice-select .current {
    color: #000515
}

.banner-two .banner-two__slider-single .nice-select::after {
    border-color: #000515
}

.banner-two .banner-two__slider-single .nice-select .list {
    background-color: #fff;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .08)
}

.banner-two .banner-two__slider-single .nice-select ul .option {
    border-radius: 0px;
    color: #000515;
    border-bottom: 1px solid rgba(65, 65, 65, .3137254902)
}

.banner-two .banner-two__slider-single .nice-select ul .option:hover {
    background-color: #000515 !important;
    color: #c4161c !important
}

.banner-two .banner-two__slider-single .nice-select ul .selected,
.banner-two .banner-two__slider-single .nice-select ul .focus {
    background-color: #000515 !important;
    color: #c4161c !important
}

.banner-two .social-wrapper {
    width: 80px;
    height: calc(100% - 118px);
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: 9;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end
}

.banner-two .social-wrapper .social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px
}

.banner-two .social-wrapper .social a {
    color: #000515;
    opacity: .3
}

.banner-two .social-wrapper .social a:hover {
    color: #000515;
    opacity: 1
}

.banner-two .banner-pagination {
    padding: 36px 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: -2px;
    right: 0px;
    z-index: 9
}

.banner-two .banner-pagination button {
    padding-right: 60px;
    position: relative;
    background-color: rgba(0, 0, 0, 0)
}

.banner-two .banner-pagination button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    height: 1px;
    width: 56px;
    background-color: #000515;
    transition: all .4s ease-in-out
}

.banner-two .banner-pagination button:hover {
    color: #c4161c
}

.banner-two .banner-pagination button:hover::after {
    background: #c4161c
}

.banner-two .banner-pagination button:nth-of-type(2) {
    padding-left: 60px;
    padding-right: 0px
}

.banner-two .banner-pagination button:nth-of-type(2)::after {
    right: unset;
    left: 0px
}

.banner-two .banner-pagination div {
    display: flex;
    align-items: center;
    gap: 6px
}

.banner-two .banner-pagination div h4 {
    color: #c4161c
}

.footer {
    padding-top: 160px;
    background-color: #000515;
    z-index: 9;
    position: relative;
    overflow-x: clip !important
}

.footer .footer__single {
    padding-left: 60px
}

.footer .location {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    margin-top: 100px;
    max-width: 380px;
    letter-spacing: 0px;
    font-weight: 400
}

.footer .location span {
    color: #fff;
    transition: all .4s ease-in-out
}

.footer .location .footer-single-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    background-color: rgba(255, 255, 255, .3137254902)
}

.footer .location .footer-single-icon i {
    color: #c4161c
}

.footer .location:hover {
    color: #c4161c
}

.footer .location:hover span {
    color: #c4161c
}

.footer .location:hover .footer-single-icon {
    background-color: #c4161c
}

.footer .location:hover .footer-single-icon i {
    color: #000515
}

.footer .footer__list li {
    margin-bottom: 20px
}

.footer .footer__list li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.footer .footer__list a {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    position: relative;
    overflow-x: clip;
    width: 100%
}

.footer .footer__list a::before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 100%;
    width: 0%;
    height: 2px;
    background-color: #c4161c;
    transition: all .4s ease-in-out
}

.footer .footer__list a:hover {
    color: #c4161c;
    padding-left: 12px
}

.footer .footer__list a:hover::before {
    width: 100%;
    left: 0%
}

.footer .footer__group p {
    margin-bottom: 16px
}

.footer .footer__group p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.footer .footer__group p a {
    color: #fff;
    position: relative;
    overflow-x: clip;
    width: 100%
}

.footer .footer__group p a::before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 100%;
    width: 0%;
    height: 2px;
    background-color: #c4161c;
    transition: all .4s ease-in-out
}

.footer .footer__group p a:hover {
    color: #c4161c
}

.footer .footer__group p a:hover::before {
    width: 100%;
    left: 0%
}

.footer .footer__group .h6 {
    color: rgba(255, 255, 255, .3137254902);
    font-weight: 400
}

.footer hr {
    margin: 0px;
    width: 100%;
    height: 1px;
    border: 0px;
    background-color: #fff;
    opacity: .2;
    margin-top: 120px
}

.footer .footer__single-alt hr {
    margin: 60px 0px;
    width: calc(100% + 60px);
    transform: translateX(-60px)
}

.footer .footer__copy {
    padding: 60px 0px
}

.footer .footer__copy p {
    color: #fff
}

.footer .footer__copy p a {
    display: inline-block;
    color: #fff
}

.footer .footer__copy p a:hover {
    color: #c4161c
}

.footer .footer__copy p a span {
    color: #c4161c
}

.footer .footer__copy .last-text {
    color: rgba(255, 255, 255, .4392156863)
}

.footer .footer__copy .last-text a {
    color: #fff
}

.footer .footer__copy .last-text a:hover {
    color: #c4161c
}

.footer .footer__copy-single {
    padding-left: 60px
}

.footer .footer__copy-single-alt p {
    color: rgba(255, 255, 255, .3137254902)
}

.footer .footer__copy-single-alt p a {
    color: #fff
}

.footer .footer__copy-single-alt p a:hover {
    color: #c4161c
}

.footer .social {
    justify-content: flex-start
}

.footer .line {
    position: absolute;
    top: 0px;
    left: calc(50% + 342px);
    bottom: 0px;
    width: 1px;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, .1);
    overflow: hidden
}

.footer .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #ffd900 75%, #ffd900 100%);
    animation: run 10s 7s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97)
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 100%
    }
}

.latest-space {
    background-color: #fff
}

.latest-space .latest-space__single {
    position: relative;
    z-index: 99;
    overflow: hidden
}

.latest-space .latest-space__single {
    height: 100%
}

.latest-space .latest-space__single:hover .content::before {
    transform: translateY(0px)
}

.latest-space .latest-space__single:hover .content .h4 {
    transform: translateY(0px)
}

.latest-space .latest-space__single:hover .content .h4 a {
    color: #000515
}

.latest-space .latest-space__single:hover .left__content {
    transform: scale(1) translateY(0px);
    display: flex;
    animation: ins .9s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.latest-space .thumb {
    height: 100%;
    position: relative
}

.latest-space .thumb a {
    width: 100%;
    height: 100%
}

.latest-space .thumb img {
    height: 100%;
    width: 100%;
    min-height: 600px
}

.latest-space .tags {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    flex-wrap: wrap
}

.latest-space .tags a {
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    font-weight: 400
}

.latest-space .tags a:hover {
    background-color: #c4161c
}

.latest-space .content {
    position: absolute;
    inset: 0px;
    top: unset;
    max-width: 100%;
    max-height: 600px;
    margin: 32px;
    padding: 40px;
    z-index: 1;
    max-width: 700px
}

.latest-space .content::before {
    content: "";
    position: absolute;
    inset: 0px;
    max-width: 100%;
    background-color: #c4161c;
    z-index: -1;
    height: 100%;
    transform: translateY(120%);
    transition: all .9s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.latest-space .content .h4 {
    transform: translateY(180px);
    transition: all .9s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.latest-space .content .h4 a {
    color: #fff
}

.latest-space .left__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 60px;
    width: 100%;
    transform: scale(0) translateY(150%)
}

.latest-space .left__content p {
    max-width: 270px;
    transition: all .9s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.latest-space .left__content .icon a {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.latest-space .left__content .icon a::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    transform: scale(0);
    height: 100%;
    background-color: #000515;
    transition: all .9s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 50%;
    z-index: -1
}

.latest-space .left__content .icon a i {
    transition: none
}

.latest-space .left__content .icon a:hover {
    color: #fff
}

.latest-space .left__content .icon a:hover::before {
    transform: scale(1)
}

@keyframes ins {
    0% {
        transform: scale(0) translateY(150%)
    }

    100% {
        transform: scale(1) translateY(0)
    }
}

.my-case .breadcrumb-banner {
    background-color: #000515;
    border-top: 1px solid rgba(255, 255, 255, .1254901961);
    border-bottom: 1px solid rgba(255, 255, 255, .1254901961);
    padding-top: 100px
}

.my-case .breadcrumb-banner .breadcrumb-item a,
.my-case .breadcrumb-banner .breadcrumb-item::before {
    color: #fff !important
}

.my-case .breadcrumb-banner .breadcrumb-item a:hover {
    color: #c4161c !important
}

.case-details .details__thumb img {
    width: 100%;
    min-height: 360px
}

.case-details .details__inner {
    padding: 0px 60px
}

.case-details .paragraph p {
    margin-bottom: 30px
}

.case-details .paragraph p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.case-details .case-details-alt {
    margin-top: 80px
}

.case-details .details-list {
    max-width: 350px;
    margin-left: auto
}

.case-details .details-list li {
    margin-bottom: 44px
}

.case-details .details-list li p {
    margin-bottom: 12px;
    position: relative;
    padding-left: 16px
}

.case-details .details-list li p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    min-width: 8px;
    background-color: #c4161c;
    border-radius: 50%
}

.case-details .details-list li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.my-blog {
    overflow-x: clip
}

.my-blog .breadcrumb-banner {
    background-color: #000515;
    border-top: 1px solid rgba(255, 255, 255, .1254901961);
    border-bottom: 1px solid rgba(255, 255, 255, .1254901961)
}

.my-blog .breadcrumb-banner .breadcrumb-item a,
.my-blog .breadcrumb-banner .breadcrumb-item::before {
    color: #fff !important
}

.my-blog .breadcrumb-banner .breadcrumb-item a:hover {
    color: #c4161c !important
}

.my-blog .blog {
    background-color: #000515
}

.my-blog .blog .gaper {
    row-gap: 80px
}

.my-blog .blog .search-group {
    margin-top: 60px
}

.my-blog .blog .blog-single {
    position: relative;
    z-index: 99
}

.my-blog .blog .blog-single__thumb a {
    width: 100%
}

.my-blog .blog .blog-single__thumb img {
    width: 100%;
    min-height: 460px
}

.my-blog .blog .blog-single__content {
    padding: 60px;
    padding-right: 40px;
    background-color: #000515;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 530px
}

.my-blog .blog .blog-single__content .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px
}

.my-blog .blog .blog-single__content .tags span {
    width: 8px;
    height: 8px;
    background-color: #c4161c;
    border-radius: 50%
}

.my-blog .blog .blog-single__content .tags p {
    color: #fff;
    text-transform: uppercase
}

.my-blog .blog .blog-single__content .h4 {
    color: #fff
}

.my-blog .blog .blog-single__content .h4 a {
    letter-spacing: 0px
}

.my-blog .blog .blog-single__content .h4 a:hover {
    color: #c4161c
}

.my-blog .blog .blog-single__content .cta {
    margin-top: 40px
}

.my-blog .blog .blog-single__content .btn {
    padding: 16px 20px
}

.my-blog .blog .blog-single-alt .blog-single__content {
    position: static;
    max-width: 100%;
    width: 100% !important;
    padding: 20px !important;
    padding-bottom: 0px !important
}

.my-blog .blog .blog-single-alt .blog-single__content .h4 {
    margin-bottom: 0px !important
}

.my-blog .blog-latest {
    background-color: #000515
}

.my-blog .blog-latest h3 {
    color: #fff
}

.my-blog .blog-latest-inner {
    padding: 0px 60px;
    position: relative;
    z-index: 99
}

.my-blog .blog-latest__tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    row-gap: 16px;
    flex-wrap: wrap
}

.my-blog .blog-latest__tabs button {
    padding: 24px 15px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    font-size: 20px;
    color: #fff
}

.my-blog .blog-latest__tabs button::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0px;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: all .4s ease-in-out
}

.my-blog .blog-latest__tabs button:hover::before {
    width: 100%
}

.my-blog .blog-latest__tabs .active::before {
    width: 100%
}

.my-blog .lines .line:nth-child(2) {
    left: calc(50% + 0px) !important
}

.my-blog .blog-single-wrapper {
    margin-top: 60px
}

.my-blog .blog-single-wrapper hr {
    margin: 60px 0px;
    height: 1px;
    width: 100%;
    border: 0px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 5, 21, .2)
}

.my-blog .blog-single-wrapper .gaper {
    row-gap: 30px
}

.my-blog .blog-single__thumb a {
    width: 100%
}

.my-blog .blog-single__thumb img {
    width: 100%;
    min-height: 260px
}

.my-blog .blog-single__content {
    padding-left: 30px
}

.my-blog .blog-single__content a {
    letter-spacing: 0px
}

.my-blog .blog-single__content .sub {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px
}

.my-blog .blog-single__content .sub span {
    color: #fff
}

.my-blog .blog-single__content .sub span:nth-child(2) {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #c4161c
}

.my-blog .blog-single__content .h4 {
    margin: 10px 0px 24px;
    text-transform: capitalize
}

.my-blog .blog-single__content .h4 a {
    color: #fff
}

.my-blog .blog-single__content .h4 a:hover {
    color: #c4161c
}

.my-blog .blog-single__content .paragraph p {
    color: rgba(255, 255, 255, .5647058824)
}

.my-blog .pagination-wrapper {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.my-blog .pagination-wrapper span {
    color: #fff
}

.my-blog .grid-item-main {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.my-blog .grid-item-main:nth-last-of-type(1) {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px
}

.my-blog .grid-item-main .blog-single__content {
    padding: 0px !important
}

.my-blog .newsletter {
    overflow-x: clip;
    position: relative;
    z-index: 99;
    background-color: #fff
}

.my-blog .newsletter__content {
    padding: 0px 20px 0px 60px
}

.my-blog .newsletter__content .h3 {
    margin-bottom: 24px;
    text-transform: uppercase
}

.my-blog .newsletter__content .email-group {
    margin-top: 40px;
    max-width: 450px
}

.my-blog .newsletter__thumb {
    position: relative;
    z-index: 99
}

.my-blog .newsletter__thumb img {
    max-width: unset;
    min-width: 60vw
}

.blog-details .breadcrumb-banner {
    background-color: #000515;
    border-color: rgba(255, 255, 255, .1) !important
}

.blog-details .breadcrumb-item::before {
    color: #fff !important
}

.blog-details a {
    color: black;
}

.blog-details .blog {
    background-color: #000515
}

.blog-details .blog .gaper {
    row-gap: 80px
}

.blog-details .blog .search-group {
    margin-top: 60px
}

.blog-details .blog .blog-single {
    position: relative;
    z-index: 99
}

.blog-details .blog .blog-single__thumb a {
    width: 100%
}

.blog-details .blog .blog-single__thumb img {
    width: 100%;
    min-height: 460px
}

.blog-details .blog .blog-single__content {
    padding: 60px;
    padding-right: 40px;
    background-color: #000515;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 530px
}

.blog-details .blog .blog-single__content .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px
}

.blog-details .blog .blog-single__content .tags span {
    width: 8px;
    height: 8px;
    background-color: #c4161c;
    border-radius: 50%
}

.blog-details .blog .blog-single__content .tags p {
    color: #fff;
    text-transform: uppercase
}

.blog-details .blog .blog-single__content .h4 {
    color: #fff
}

.blog-details .blog .blog-single__content .h4 a {
    letter-spacing: 0px
}

.blog-details .blog .blog-single__content .h4 a:hover {
    color: #c4161c
}

.blog-details .blog .blog-single__content .cta {
    margin-top: 40px
}

.blog-details .blog .blog-single__content .btn {
    padding: 16px 20px
}

.blog-details .blog .blog-single-alt .blog-single__content {
    position: static;
    max-width: 100%;
    width: 100% !important;
    padding: 20px !important;
    padding-bottom: 0px !important
}

.blog-details .blog .blog-single-alt .blog-single__content .h4 {
    margin-bottom: 0px !important
}

.blog-details .newsletter {
    overflow-x: clip;
    position: relative;
    z-index: 99;
    background-color: #fff
}

.blog-details .newsletter__content {
    padding: 0px 20px 0px 60px
}

.blog-details .newsletter__content .h3 {
    margin-bottom: 24px;
    text-transform: uppercase
}

.blog-details .newsletter__content .email-group {
    margin-top: 40px;
    max-width: 450px
}

.blog-details .newsletter__thumb {
    position: relative;
    z-index: 99
}

.blog-details .newsletter__thumb img {
    max-width: unset;
    min-width: 60vw
}

.details-banner {
    background-color: #000515;
    padding-top: 180px;
    position: relative;
    z-index: 9
}

.details-banner .details-banner__title {
    padding: 0px 60px;
    margin-bottom: 80px
}

.details-banner .details-banner__title .h2 {
    color: #fff
}

.details-banner .down-smooth {
    text-align: end
}

.details-banner .down-smooth a {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.details-banner .down-smooth a::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    border: 2px dashed #fff;
    transition: all .4s ease-in-out;
    border-radius: 50%;
    z-index: -1;
    animation: rotate 15s linear infinite
}

.details-banner .down-smooth a span {
    animation: down-scroll 3s linear infinite;
    animation-delay: .6s;
    color: inherit;
    transition: none
}

.details-banner .down-smooth a:hover {
    color: #c4161c
}

.details-banner .down-smooth a:hover::before {
    border-color: #c4161c
}

.details-banner .details-banner__thumb {
    transform: translateY(214px);
    margin-top: -214px
}

.details-banner .details-banner__thumb img {
    width: 100%;
    min-height: 260px
}

.details-meta {
    padding-top: 60px !important;
    background-color: #fff;
    margin-top: 214px;
    position: relative;
    z-index: 99
}

.details-meta .social {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.details-meta .social a {
    font-size: 24px;
    color: rgba(0, 5, 21, .3137254902)
}

.details-meta .social a:hover {
    color: #c4161c
}

.details-meta .meta-single {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 0px 12px
}

.details-meta .meta-single p {
    font-size: 16px
}

.details-meta .meta-single span {
    width: 8px;
    height: 8px;
    background-color: #c4161c;
    border-radius: 50%
}

.details-meta .meta-single-group {
    max-width: 860px;
    margin-bottom: 60px;
    padding: 0px 12px
}

.details-meta .meta-single-group .h4,
.details-meta .meta-single-group .h3 {
    margin-bottom: 30px
}

.details-meta .meta-single-group .paragraph p {
    margin-bottom: 30px
}

.details-meta .meta-single-group .paragraph p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.details-meta .meta-single-group p {
    color: rgba(0, 0, 0, .4392156863);
    text-transform: capitalize
}

.details-meta .meta-single-group p strong {
    color: rgba(0, 0, 0, .5647058824)
}

.details-meta .meta-single-group ul {
    margin: 40px 0px
}

.details-meta .meta-single-group ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .4392156863)
}

.details-meta .meta-single-group ul li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, .4392156863);
    border-radius: 50%
}

.details-meta .meta-single-group ul li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.details-meta .group-thumb {
    position: relative;
    z-index: 99;
    margin-bottom: 60px
}

.details-meta .group-thumb img {
    width: 100%;
    min-height: 260px
}

.details-meta .meta-quote {
    padding: 0px 12px
}

.details-meta .meta-quote blockquote {
    max-width: 850px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
    line-height: 1.6
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes down-scroll {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(8px)
    }

    100% {
        transform: translateY(0px)
    }
}

.tiu {
    overflow-x: clip !important
}

.contact-form {
    background-color: #fff
}

.contact-form .h5 {
    font-weight: 400
}

.contact-form .h2 {
    font-weight: 400;
    margin-top: 24px
}

.contact-form .section__header {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px
}

.contact-form .contact-form__content {
    height: 100%;
    border-right: 1px solid rgba(0, 5, 21, .1)
}

.contact-form .contact-form__inner {
    border: 1px solid rgba(0, 5, 21, .1);
    background-color: #fff;
    z-index: 99;
    position: relative;
    overflow-x: clip !important
}

.contact-form .contact-form__single {
    padding: 60px;
    border-bottom: 1px solid rgba(0, 5, 21, .1)
}

.contact-form .contact-form__single .h4-light,
.contact-form .contact-form__single p {
    font-weight: 400
}

.contact-form .contact-form__single .h4-light {
    margin-bottom: 16px;
    color: rgba(0, 5, 21, .3137254902)
}

.contact-form .contact-form__single a:hover {
    color: #c4161c
}

.contact-form .contact-form__single:nth-last-of-type(1) {
    border-bottom: 0px solid rgba(0, 0, 0, 0)
}

.contact-form .contact-form__form {
    padding: 60px;
    height: 100%
}

.contact-form .contact-form__form .btn {
    padding-left: 40px;
    padding-right: 40px
}

.contact-form .contact-form__form .btn::before {
    background-color: #000515
}

.contact-form .contact-form__form .btn:hover {
    color: #fff
}

.contact-form .contact-form__form .cta__group {
    display: flex;
    align-items: center;
    gap: 16px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

.contact-form .contact-form__form input,
.contact-form .contact-form__form textarea {
    transition: all .4s ease-in-out
}

.contact-form .contact-form__form input:focus,
.contact-form .contact-form__form textarea:focus {
    border-color: #000515
}

.coming-soon {
    background-color: #000515
}

.follow .follow__single-item {
    margin: 0px 12px
}

.follow .follow__single-item:nth-of-type(even) {
    margin-top: 60px
}

.follow .follow__single-item img {
    width: 100%
}

.normal {
    background-color: #fff
}

.normal .slick-track {
    display: flex;
    align-items: center
}

.normal .normal__slider-item {
    margin: 60px;
    transition: all .4s ease-in-out;
    padding: 0px 20px;
    opacity: .4
}

.normal .normal__slider-item img {
    transition: all .4s ease-in-out;
    max-height: 700px
}

.normal .slick-center {
    opacity: 1
}

.normal .slick-center img {
    height: 100%;
    transform: scale(1.2);
    max-height: 700px
}

.case-main .section__header-alt .btn--primary {
    padding: 20px;
    min-width: 64px
}

.case-main .section__header-alt span {
    font-weight: 700
}

.case-main .gaper {
    row-gap: 80px
}

.case-main .case-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    gap: 24px;
    margin-top: 60px
}

.case-main .search-group {
    padding: 0px;
    padding-right: 20px;
    max-width: 220px;
    gap: 0px
}

.case-main .search-group input {
    padding: 18px 20px;
    max-width: calc(100% - 30px)
}

.case-main .search-group .sr-btn {
    width: auto;
    height: auto;
    background: none;
    font-size: 30px
}

.case-main .search-group .sr-btn i {
    color: #fff;
    font-size: 30px
}

.case-main .case-main__single {
    height: 100%
}

.case-main .case-main__single .thumb {
    overflow: hidden
}

.case-main .case-main__single .thumb a {
    width: 100%
}

.case-main .case-main__single .thumb a img {
    width: 100%;
    transition: all .4s ease-in-out;
    min-height: 280px
}

.case-main .case-main__single .content {
    margin-top: 16px
}

.case-main .case-main__single .content h3 {
    margin-bottom: 6px
}

.case-main .case-main__single .content h3 a {
    color: #fff
}

.case-main .case-main__single .content h3 a:hover {
    color: #c4161c
}

.case-main .case-main__single:hover img {
    transform: scale(1.3) rotate(-6deg)
}

.case-main .case-main__single--alt {
    position: relative
}

.case-main .case-main__single--alt .content {
    position: absolute;
    bottom: 60px;
    left: 60px
}

.case-main .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.case-main .tags span {
    width: 8px;
    height: 8px;
    background-color: #c4161c;
    border-radius: 50%
}

.case-main .tags p {
    color: #fff;
    text-transform: uppercase
}

.a-overview {
    background-color: #000515
}

.a-overview .thumb {
    margin-top: 60px
}

.a-overview .thumb img {
    width: 100%;
    min-height: 320px
}

.counter h3 {
    color: #fff
}

.counter h3 span {
    color: #c4161c
}

.counter p {
    color: #fff
}

.counter .counter-b {
    margin-top: 60px;
    margin-left: 0px;
    margin-right: 0px
}

.counter .counter-b .col-12 {
    padding: 0px
}

.counter .counter__single {
    padding: 80px 0px 160px 60px;
    border: 1px solid rgba(255, 255, 255, .1254901961);
    border-right: 0px;
    position: relative;
    z-index: 1
}

.counter .counter__single::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    left: unset;
    background-color: #c4161c;
    transition: all .4s ease-in-out;
    z-index: -1
}

.counter .counter__single .h1 {
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .4s ease-in-out
}

.counter .counter__single p {
    margin-top: 16px;
    transition: all .4s ease-in-out
}

.counter .cr {
    border-right: 1px solid rgba(255, 255, 255, .1254901961)
}

.counter .counter__single-active::before {
    right: unset;
    width: 100%;
    left: 0px
}

.counter .counter__single-active .h1,
.counter .counter__single-active p {
    color: #000515 !important
}

.team {
    overflow-x: clip
}

.team .thumb {
    overflow: hidden
}

.team .thumb img {
    width: 100%;
    transition: all .4s ease-in-out
}

.team .content {
    margin-top: 40px
}

.team .content h4 {
    text-align: center
}

.team .content h4 span {
    font-size: 18px;
    color: #000515;
    opacity: .6
}

.team .content .social {
    margin-top: 20px
}

.team .content .social a {
    color: #000515;
    opacity: .6
}

.team .content .social a:hover {
    color: #000515;
    opacity: 1
}

.team .team__slider {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 200%
}

.team .team__slider .team__slider-single {
    width: 400px;
    min-width: 400px
}

.team__slider-wrapper {
    min-width: 100vw
}

.testimonial h3 {
    color: #fff
}

.testimonial .testimonial-pagination {
    display: flex;
    align-items: center
}

.testimonial .testimonial-pagination .btn--primary {
    padding: 0px;
    width: 128px;
    min-width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #000515;
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff
}

.testimonial .testimonial-pagination .btn--primary::before {
    background-color: #c4161c
}

.testimonial .testimonial-pagination .btn--primary i {
    transition: none
}

.testimonial .testimonial-pagination .btn--primary:hover {
    color: #000515
}

.testimonial .testimonial-pagination .brtd-active {
    color: #000515
}

.testimonial .testimonial-pagination .brtd-active::before {
    background-color: #c4161c;
    width: 100%
}

.testimonial .testimonial__wrapper {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.testimonial .ts-cta,
.testimonial .testimonial__slider {
    padding: 60px
}

.testimonial .testimonial__slider {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.testimonial .testimonial__slider-single blockquote {
    margin: 0px
}

.testimonial .testimonial__slider-single q {
    color: #fff
}

.testimonial .testimonial__slider-single .client-info {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 40px
}

.testimonial .testimonial__slider-single .client-info h6 {
    color: #fff
}

.testimonial .testimonial__slider-single .client-info p {
    color: rgba(255, 255, 255, .3764705882);
    margin-top: 10px
}

.testimonial .testimonial__slider-single .client-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.space-s .cet-e {
    margin: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.space-s .cet-e>.col-12 {
    padding: 0px
}

.space-s .space-s-single {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.space-s .space-s-single .thumb {
    position: relative
}

.space-s .space-s-single .thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    bottom: 0px;
    transition: all .4s ease-in-out;
    background-color: rgba(0, 5, 21, .5019607843);
    width: 0%;
    height: 100%
}

.space-s .space-s-single .thumb::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    transition: all .4s ease-in-out;
    background-color: #000515;
    width: 100%;
    height: 100%
}

.space-s .space-s-single .thumb img {
    width: 100%;
    min-height: 240px
}

.space-s .space-s-single-active .thumb::after {
    width: 0px;
    left: 100%
}

.space-s .space-s-single-active .thumb::before {
    width: 100%;
    left: 0px
}

.space-s .content {
    position: absolute;
    inset: 0px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9
}

.space-s .content h6,
.space-s .content a,
.space-s .content span {
    color: #fff;
    line-height: 1
}

.space-s .content .cet {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between
}

.space-s .content .cet span {
    font-weight: 100
}

.story-s {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height:600px;
}

.story-s h2 {
    color: #fff;
    max-width: 440px;
    margin: 0px auto;
    line-height: 1.2;
    margin-top: -12px
}

.story-s p {
    color: #fff;
    margin-top: 24px
}

.story-s .story-s-thumbs img {
    position: absolute;
    z-index: -1;
    max-width: 20vw
}

.story-s .one {
    top: 60px;
    left: 20%
}

.story-s .two {
    bottom: 100px;
    left: 0px
}

.story-s .three {
    top: 80px;
    right: 20%
}

.story-s .four {
    bottom: 100px;
    right: 0px
}

.space-m .gaper {
    row-gap: 60px
}

.space-m .section__content-cta {
    margin-top: 100px;
    text-align: center
}

.space-m .space-m-filter h3 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    margin-top: -8px
}

.space-m .space-m-filter-wrapper {
    padding: 20px;
    background: rgba(255, 255, 255, .1);
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    row-gap: 16px;
    margin-bottom: 60px
}

.space-m .space-m-filter-wrapper .btn {
    color: #000;
    padding: 0px;
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px
}

.space-m .space-m-filter-wrapper .btn::before {
    background-color: #fff
}

.space-m .space-m-filter-wrapper .btn:hover {
    color: #000
}

.space-m .space-m-filter-single {
    flex-grow: 1;
    min-width: calc(50% - 56px)
}

.space-m .space-m-filter-single:nth-of-type(2) {
    position: relative
}

.space-m .space-m-filter-single:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -24px;
    width: 1px;
    background: rgba(255, 255, 255, .1)
}

.space-m .space-m-filter-single select {
    width: 100%
}

.space-m .space-m-single {
    position: relative
}

.space-m .space-m-single:hover .thumb img {
    transform: scale(1.2)
}

.space-m .space-m-single h4 {
    margin-top: -10px
}

.space-m .space-m-single h4 a {
    color: #fff
}

.space-m .space-m-single h4 a:hover {
    color: #c4161c
}

.space-m .space-m-single .thumb {
    margin-top: 30px
}

.space-m .space-m-single .thumb a {
    width: 100%;
    overflow: hidden
}

.space-m .space-m-single .thumb a img {
    width: 100%;
    min-height: 300px;
    transition: all .4s ease-in-out
}

.space-m .space-m-single .btn {
    width: 100px;
    height: 190px;
    flex-direction: column;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    line-height: 1.7;
    position: relative;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -95px;
    background-color: #fff
}

.space-m .space-m-single .btn span {
    font-size: 30px
}

.space-m .space-m-single .btn::before {
    width: 100%;
    height: 0px;
    background-color: #c4161c
}

.space-m .space-m-single .btn:hover::before {
    height: 100%
}

.space-dm {
    position: relative
}

.space-dm .space-dm__head {
    margin-bottom: 60px
}

.space-dm .space-dm__head h2 {
    margin-top: -12px
}

.space-dm .space-dm__head h2,
.space-dm .space-dm__head p {
    color: #fff;
    font-weight: 400
}

.space-dm .space-dm__head p {
    margin-top: 20px;
    margin-bottom: 60px
}

.space-dm .space-dm__head a span:nth-of-type(1) {
    padding: 20px 30px;
    background: #191e2c;
    color: #fff
}

.space-dm .space-dm__head a span:nth-of-type(2) {
    background-color: #c4161c;
    color: #000515;
    width: 68px;
    min-width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px
}

.space-dm .space-dm__thumbs {
    margin-bottom: 60px;
    position: relative
}

.space-dm .space-dm__thumbs img {
    width: 100%;
    min-height: 300px
}

.space-dm .space-dm__thumbs a {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff
}

.space-dm .space-dm__thumbs a span {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 16px
}

.space-dm .text-group {
    margin-bottom: 40px
}

.space-dm .text-group:nth-last-of-type(1) {
    margin-bottom: 0px
}

.space-dm .text-group h4,
.space-dm .text-group h5 {
    margin-bottom: 30px;
    color: #fff
}

.space-dm .text-group .paragraph p,
.space-dm .text-group .paragraph li {
    margin-bottom: 30px;
    color: #fff
}

.space-dm .text-group .paragraph p:nth-last-of-type(1),
.space-dm .text-group .paragraph li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.space-dm .text-group .paragraph ul {
    list-style-type: disc;
    list-style-position: inside
}

.space-dm .text-group .paragraph ul li {
    list-style-position: inside;
    margin-bottom: 20px
}

.space-dm .text-group .paragraph ul li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.space-dm .structure {
    margin-top: 60px
}

.space-dm .structure h5 {
    color: #fff
}

.space-dm .structure .structure-img {
    margin-top: 40px
}

.space-dm .structure .structure-img img {
    width: 100%;
    min-height: 240px
}

.space-dm .widget-one {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: #191e2c;
    transform: translateY(-190px);
    margin-bottom: -190px
}

.space-dm .widget-one .intro h4,
.space-dm .widget-one .intro p {
    color: #fff
}

.space-dm .widget-one .intro p {
    margin-top: 20px;
    font-size: 16px
}

.space-dm .widget-one .middle {
    margin: 40px 0px
}

.space-dm .widget-one .middle h4,
.space-dm .widget-one .middle h5 {
    color: #fff
}

.space-dm .widget-one .middle h4 span,
.space-dm .widget-one .middle h5 span {
    font-size: 16px;
    font-weight: 400
}

.space-dm .widget-one .middle hr {
    background-color: rgba(255, 255, 255, .3764705882);
    border: 0px;
    height: 1px;
    margin: 30px 0px
}

.space-dm .widget-one .middle .nice-select {
    margin: 20px 0px 40px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.space-dm .widget-one .cta .btn {
    width: 100%;
    justify-content: center;
    padding: 20px
}

.space-dm .widget-two {
    padding: 40px;
    background-color: #c4161c;
    margin-top: 30px
}

.space-dm .widget-two h5,
.space-dm .widget-two p {
    color: #000515;
    opacity: 1
}

.space-dm .widget-two p {
    margin-top: 20px
}

.space-dm .widget-two .cta {
    margin-top: 40px
}

.space-dm .widget-two .cta .btn {
    width: 100%;
    padding: 20px;
    justify-content: center;
    border: 1px solid #000515
}

.space-dm .widget-two .cta .btn::before {
    background-color: #000515
}

.space-dm .widget-two .cta .btn:hover {
    color: #fff
}

.snip-single {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 40px 20px;
    text-align: center
}

.snip-single .thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c4161c
}

.snip-single .thumb span {
    color: #000515
}

.snip-single h6 {
    color: #fff;
    font-weight: 600
}

.space-gallery {
    overflow-x: clip;
    margin-top: -5px;
    z-index: 99
}

.space-gallery h4 {
    color: #fff;
    margin-top: -8px
}

.space-gallery .space-gallery__wrapper {
    min-width: 100vw;
    margin-top: 80px
}

.space-gallery .space-gallery__items {
    display: flex;
    gap: 24px
}

.space-gallery .space-gallery-single {
    position: relative;
    width: 300px;
    min-width: 300px
}

.space-gallery .space-gallery-single img {
    width: 100%;
    transition: all .4s ease-in-out;
    min-height: 260px
}

.space-gallery .space-gallery-single .content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    overflow: hidden
}

.space-gallery .space-gallery-single .content h5 {
    color: #fff;
    transform: translateY(100%);
    transition: all .4s ease-in-out
}

.space-gallery .space-gallery-single:hover {
    z-index: 9
}

.space-gallery .space-gallery-single:hover img {
    transform: scale(1.2)
}

.space-gallery .space-gallery-single:hover .content h5 {
    transform: translateY(0px)
}

.space-gallery .space-gallery-single-active {
    z-index: 9
}

.space-gallery .space-gallery-single-active img {
    transform: scale(1.2)
}

.space-gallery .space-gallery-single-active .content h5 {
    transform: translateY(0px)
}

.related-space {
    background-color: #000515;
    overflow-x: clip;
    z-index: 9;
    margin-top: -6px
}

.related-space h3 {
    color: #000000;
    margin-top: -12px
}

.related-space .section {
    border-top: 1px solid rgba(255, 255, 255, .1);
    overflow: visible !important;
    padding-left: 12px !important;
    padding-right: 12px !important
}

.related-space .related__space-wrapper {
    margin-top: 100px;
    min-width: 100vw
}

.related-space .related__space {
    display: flex;
    gap: 60px
}

.related-space .related-space-single {
    min-width: 300px;
    width: 300px
}

.related-space .related-space-single .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px
}

.related-space .related-space-single .sub span {
    color: #c4161c
}

.related-space .related-space-single .sub hr {
    flex-grow: 1;
    opacity: 1;
    background-color: #c4161c;
    margin: 0px;
    border: 0px;
    height: 1px
}

.related-space .space-m-single {
    position: relative
}

.related-space .space-m-single:hover .thumb img {
    transform: scale(1.2)
}

.related-space .space-m-single h4 {
    margin-top: -10px
}

.related-space .space-m-single h4 a {
    color: #000000
}

.related-space .space-m-single h4 a:hover {
    color: #c4161c
}

.related-space .space-m-single .thumb {
    margin-top: 30px
}

.related-space .space-m-single .thumb a {
    width: 100%;
    overflow: hidden
}

.related-space .space-m-single .thumb a img {
    width: 100%;
    min-height: 300px;
    transition: all .4s ease-in-out
}

.related-space .space-m-single .btn {
    width: 100px;
    height: 190px;
    flex-direction: column;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    line-height: 1.7;
    position: relative;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -95px;
    background-color: #fff
}

.related-space .space-m-single .btn span {
    font-size: 30px
}

.related-space .space-m-single .btn::before {
    width: 100%;
    height: 0px;
    background-color: #c4161c
}

.related-space .space-m-single .btn:hover::before {
    height: 100%
}

.collaborate .collaborate__left h3 {
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3
}

.collaborate .collaborate__left h3 span {
    color: #c4161c
}

.collaborate .collaborate__left p {
    color: #fff;
    opacity: .5
}

.collaborate .collaborate__left .cta {
    margin-top: 60px
}

.collaborate .collaborate__left .cta a {
    width: 140px;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .1254901961);
    color: #c4161c;
    padding: 0px
}

.collaborate .collaborate__left .cta a::before {
    background-color: #c4161c
}

.collaborate .collaborate__left .cta a span {
    color: #c4161c;
    font-size: 40px
}

.collaborate .collaborate__left .cta a:hover span {
    color: #000515;
    transition: all .4s ease-in-out
}

.collaborate .cet-e {
    padding-right: 12px
}

.collaborate .cet-e>.col-12 {
    padding: 0px
}

.collaborate .space-s-single {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.collaborate .space-s-single .thumb {
    position: relative
}

.collaborate .space-s-single .thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    bottom: 0px;
    transition: all .4s ease-in-out;
    background-color: rgba(0, 5, 21, .5019607843);
    width: 0%;
    height: 100%
}

.collaborate .space-s-single .thumb::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    transition: all .4s ease-in-out;
    background-color: #000515;
    width: 100%;
    height: 100%
}

.collaborate .space-s-single .thumb img {
    width: 100%;
    min-height: 240px
}

.collaborate .space-s-single-active .thumb::after {
    width: 0px;
    left: 100%
}

.collaborate .space-s-single-active .thumb::before {
    width: 100%;
    left: 0px
}

.collaborate .content {
    position: absolute;
    inset: 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9
}

.collaborate .content h6,
.collaborate .content a,
.collaborate .content span {
    color: #fff;
    line-height: 1
}

.collaborate .content .cet {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between
}

.collaborate .content .cet span {
    font-weight: 100
}

.featured .sdf {
    padding-right: 0px
}

.featured .sdfr {
    padding-left: 0px
}

.featured .text-container {
    border-top: 1px solid rgba(0, 5, 21, .3137254902);
    padding-top: 40px;
    margin-bottom: 60px
}

.featured .text-single {
    opacity: 0;
    display: none;
    transition: all .8s ease-in-out
}

.featured .text-single h4 {
    margin: 24px 0px;
    display: flex;
    align-items: center;
    gap: 20px
}

.featured .text-single h4 span {
    font-size: 20px;
    color: #000515;
    opacity: .6;
    text-decoration: line-through
}

.featured .text-single-active {
    opacity: 1;
    display: block;
    animation: textera .6s ease-in-out
}

@keyframes textera {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }
}

/* updated */


/* Container for the FAQ */
.faq-container {
    width: 100%;
    margin-top: 20px;
}

/* Individual FAQ items */
.faq-item {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

/* FAQ title and icon */
.faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: whitesmoke; /* Replace with your desired purple shade */
    color: white;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
}

.faq-title h3 {
    margin: 0;
    font-size: 18px;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s;
    color:black;
}

/* FAQ content section */
.faq-content {
    display: none;
    padding: 15px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

/* Specific style for active FAQ item */
.faq-item.active .faq-content {
    display: block;
}

.faq-item.active .faq-title {
    background-color: wheat; /* Slightly darker shade when active */
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* Custom hover effects */
.faq-title:hover {
    background-color: wheat; /* Darker shade on hover */
}



