@import"https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box
}

*::-moz-selection {
    color: #fff;
    background-color: #1770c8
}

*::selection {
    color: #fff;
    background-color: #1770c8
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px
}

body {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    line-height: 0px;
    font-weight: 400;
    color: #162762;
    background-color: #fff;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background-color: #cae6f7;
    border-radius: 5px
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
    background-color: #162762;
    border-radius: 5px
}

a,
button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    outline: 0px;
    border: 0px;
    transition: all .4s ease-in-out;
    letter-spacing: 1px
}

a i,
button i {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

a:hover,
button:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px
}

button {
    cursor: pointer
}

button:focus {
    box-shadow: none
}

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px
}

input,
textarea {
    border: 0px;
    outline: 0px
}

input:focus,
textarea:focus {
    box-shadow: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=checkbox] {
    width: initial;
    height: initial
}

textarea {
    min-height: 150px;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0px
}

iframe {
    border: 0px;
    width: 100%
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    color: #162762
}

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #162762;
    font-family: "Fira Sans", sans-serif
}

.primary-text {
    font-size: 24px;
    line-height: 34px
}

.secondary-text {
    font-size: 16px;
    line-height: 24px
}

.tertiary-text {
    font-size: 20px;
    line-height: 30px
}

a,
button {
    font-size: 16px;
    line-height: 24px;
    color: #162762;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    cursor: pointer
}

a i,
button i {
    transition: inherit;
    color: inherit
}

a:hover,
button:hover {
    color: #162762
}

a:hover i,
button:hover i {
    color: inherit
}

a:visited,
a:active,
button:visited,
button:active {
    color: #162762
}

h1,
.h1 {
    font-size: 80px;
    line-height: 1.4
}

h2,
.h2 {
    font-size: 72px;
    line-height: 1.6
}

h3,
.h3 {
    font-size: 56px;
    line-height: 1.3
}

h4,
.h4 {
    font-size: 40px;
    line-height: 1.6
}

.h4-light {
    font-size: 32px;
    line-height: 42px
}

h5,
.h5 {
    font-size: 24px;
    line-height: 34px
}

h6,
.h6 {
    font-size: 20px;
    line-height: 24px
}

h1 a,
h1 span,
.h1 a,
.h1 span,
h2 a,
h2 span,
.h2 a,
.h2 span,
h3 a,
h3 span,
.h3 a,
.h3 span,
h4 a,
h4 span,
.h4 a,
.h4 span,
h5 a,
h5 span,
.h5 a,
.h5 span,
h6 a,
h6 span,
.h6 a,
.h6 span,
p a,
p span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0px;
    outline: 0px
}

.unset {
    max-width: unset
}

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

.dir-rtl {
    direction: rtl
}

.section {
    padding: 160px 0px;
    position: relative;
    overflow-x: clip !important
}

.section--space-top {
    padding-bottom: 0px
}

.section--space-bottom {
    padding-top: 0px
}

.section__row {
    margin-bottom: -30px
}

.section__col {
    margin-bottom: 30px
}

.section__cta {
    margin-top: 60px;
    text-align: center
}

.section__content-cta {
    margin-top: 40px
}

i {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.section {
    background-color: #162762;
    color: #fff
}

.section .t-w {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px
}

.my-app {
    min-width: 100vw;
    max-width: 100vw;
    height: 100%;
    min-height: 100vh;
    overflow-x: clip !important
}

.my-app::-webkit-scrollbar {
    width: 0px;
    display: none
}

.breadcrumb-banner {
    border-top: 1px solid rgba(0, 5, 21, .2);
    border-bottom: 1px solid rgba(0, 5, 21, .2)
}

.breadcrumb {
    margin-bottom: 0px;
    padding: 20px 0px 20px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.breadcrumb .breadcrumb-item,
.breadcrumb a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #162762
}

.breadcrumb a:hover {
    color: #fcc51d !important
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
    color: #fff
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 12px;
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #162762
}

.breadcrumb .active {
    color: #fcc51d !important
}

.social {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center
}

.social a {
    color: rgba(255, 255, 255, .4392156863)
}

.social a:hover {
    color: #fcc51d
}

.social a i {
    transition: none
}

.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: #162762
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 100%;
    top: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(255, 217, 0, 0) 0%, #ffd900 75%, #ffd900 100%);
    /* background: linear-gradient(180deg, rgba(255,217,0,0) 0%, rgba(255,217,0,1) 75%, rgba(255,217,0,1) 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: -100%
    }

    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: #fcc51d
}

.section__header--tertiary {
    margin-bottom: 100px;
    margin-top: -16px
}

.section__header--tertiary h3 {
    color: #fff
}

.section__header--tertiary h3 span {
    color: #fcc51d
}

.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: #162762
}

.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: #162762
}

.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 #fcc51d;
    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: #fcc51d;
    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: #162762;
    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: #fcc51d;
    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: #162762;
    font-size: 24px
}

.search-popup .close-search i {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
    color: #162762
}

.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: #162762;
    background-color: #fcc51d;
    font-weight: 500;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all .4s ease-in-out
}

.btn:hover {
    background-color: #fff;
    color: #162762
}

.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: #fcc51d;
    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 #1770c8;
    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: "Font Awesome 6 Free";
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #162762;
    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: #162762
}

.progress-wrap::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    opacity: 0;
    background: #162762;
    -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: #162762
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #fcc51d;
    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: #162762;
    position: relative
}

.single-input input::-moz-placeholder,
.single-input textarea::-moz-placeholder {
    color: #162762
}

.single-input input::placeholder,
.single-input textarea::placeholder {
    color: #162762
}

.single-input input::before,
.single-input textarea::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #162762;
    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: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0px;
    color: #162762;
    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: #162762
}

.email-group input::placeholder {
    color: #162762
}

.email-group .btn {
    padding: 18px 20px
}

.email-group .btn::before {
    background-color: #162762
}

.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: #fcc51d;
    color: #162762;
    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: #162762
}

.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;
    color: #fff
}

.nice-select .list {
    background-color: #162762;
    z-index: 99
}

.nice-select ul {
    width: 100%;
    background-color: #162762
}

.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: #162762 !important;
    color: #fcc51d
}

.nice-select ul .option:last-of-type {
    border-bottom: none
}

.nice-select ul:hover {
    background-color: #162762
}

.nice-select ul:hover .focus {
    color: #fcc51d
}

.nice-select ul .selected,
.nice-select ul .focus {
    background-color: #162762 !important;
    color: #fcc51d
}

.nice-select::after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 30px
}

.locationer::before {
    content: "";
    font-family: "Material Symbols Outlined";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 200
}

.size::before {
    content: "";
    font-family: "Material Symbols Outlined";
    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 #162762;
    border-top-color: #fcc51d;
    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: #fcc51d;
    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: #162762;
    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: #162762;
    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: #fcc51d
}

.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: #162762
}

.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: "Font Awesome 6 Free";
    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: #162762 !important
}

.header-two .mobile-menu .menu-item-active::after {
    content: "" !important;
    font-family: "Font Awesome 6 Free" !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: #162762 !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: #fcc51d;
    color: #162762
}

.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: #172762
}

.header__menu .menu-item button:hover,
.header__menu .menu-item a:hover {
    color: #fcc51d
}

.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: "Font Awesome 6 Free";
    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: #fcc51d
}

.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: #162762
}

.header__menu .sub-menu a:hover,
.header__menu .sub-menu button:hover {
    color: #162762;
    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: #fcc51d;
    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: #fcc51d
}

.header__menu .search {
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    color: #fff
}

.header__menu .search:hover {
    color: #fcc51d
}

.header__menu-active {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999
}

.header__menu-active .header__nav {
    background-color: #fff
}

.header-two-alt .header__nav {
    background-color: #fff !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: #162762;
    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: #fcc51d;
    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: #162762;
    padding: 30px 60px
}

.banner .space-m-filter p {
    text-align: center;
    color: #fff
}

.banner .space-m-filter p span {
    color: #fcc51d
}

.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: #162762;
    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: #fcc51d
}

.banner .single-wrapper .b-single-box-active a {
    color: #162762
}

.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: #fcc51d
}

.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: #fcc51d
}

.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: #162762
}

.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: #162762
}

.banner-two .banner-two__slider-single .nice-select .current {
    color: #162762
}

.banner-two .banner-two__slider-single .nice-select::after {
    border-color: #162762
}

.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: #162762;
    border-bottom: 1px solid rgba(65, 65, 65, .3137254902)
}

.banner-two .banner-two__slider-single .nice-select ul .option:hover {
    background-color: #162762 !important;
    color: #fcc51d !important
}

.banner-two .banner-two__slider-single .nice-select ul .selected,
.banner-two .banner-two__slider-single .nice-select ul .focus {
    background-color: #162762 !important;
    color: #fcc51d !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: #162762;
    opacity: .3
}

.banner-two .social-wrapper .social a:hover {
    color: #162762;
    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: #162762;
    transition: all .4s ease-in-out
}

.banner-two .banner-pagination button:hover {
    color: #fcc51d
}

.banner-two .banner-pagination button:hover::after {
    background: #fcc51d
}

.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: #fcc51d
}

.footer {
    padding-top: 160px;
    background-color: #162762;
    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: #fcc51d
}

.footer .location:hover {
    color: #fcc51d
}

.footer .location:hover span {
    color: #fcc51d
}

.footer .location:hover .footer-single-icon {
    background-color: #fcc51d
}

.footer .location:hover .footer-single-icon i {
    color: #162762
}

.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: #fcc51d;
    transition: all .4s ease-in-out
}

.footer .footer__list a:hover {
    color: #fcc51d;
    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: #fcc51d;
    transition: all .4s ease-in-out
}

.footer .footer__group p a:hover {
    color: #fcc51d
}

.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: #fcc51d
}

.footer .footer__copy p a span {
    color: #fcc51d
}

.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: #fcc51d
}

.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: #fcc51d
}

.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 top, 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: 100%
    }

    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: #162762
}

.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: #fcc51d
}

.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: #fcc51d;
    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: 430px;
    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: #162762;
    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: #162762;
    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: #fcc51d !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: #fcc51d;
    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: #162762;
    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: #fcc51d !important
}

.my-blog .blog {
    background-color: #162762
}

.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: #162762;
    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: #fcc51d;
    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: #fcc51d
}

.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: #162762
}

.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: #fcc51d
}

.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: #fcc51d
}

.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: #162762;
    border-color: rgba(255, 255, 255, .1) !important
}

.blog-details .breadcrumb-item::before {
    color: #fff !important
}

.blog-details a {
    color: #fff
}

.blog-details .blog {
    background-color: #162762
}

.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: #162762;
    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: #fcc51d;
    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: #fcc51d
}

.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: #162762;
    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: #fcc51d
}

.details-banner .down-smooth a:hover::before {
    border-color: #fcc51d
}

.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: #fcc51d
}

.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: #fcc51d;
    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: #fcc51d
}

.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: #162762
}

.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: #162762
}

.coming-soon {
    background-color: #162762
}

.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: #fcc51d
}

.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: #fcc51d;
    border-radius: 50%
}

.case-main .tags p {
    color: #fff;
    text-transform: uppercase
}

.a-overview {
    background-color: #162762
}

.a-overview .thumb {
    margin-top: 60px
}

.a-overview .thumb img {
    width: 100%;
    min-height: 320px
}

.counter h3 {
    color: #fff
}

.counter h3 span {
    color: #fcc51d
}

.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: #fcc51d;
    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: #162762 !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: #162762;
    opacity: .6
}

.team .content .social {
    margin-top: 20px
}

.team .content .social a {
    color: #162762;
    opacity: .6
}

.team .content .social a:hover {
    color: #162762;
    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: #162762;
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff
}

.testimonial .testimonial-pagination .btn--primary::before {
    background-color: #fcc51d
}

.testimonial .testimonial-pagination .btn--primary i {
    transition: none
}

.testimonial .testimonial-pagination .btn--primary:hover {
    color: #162762
}

.testimonial .testimonial-pagination .brtd-active {
    color: #162762
}

.testimonial .testimonial-pagination .brtd-active::before {
    background-color: #fcc51d;
    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: #162762;
    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
}

.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: #fcc51d
}

.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: #fcc51d
}

.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: #fcc51d;
    color: #162762;
    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: #fcc51d;
    margin-top: 30px
}

.space-dm .widget-two h5,
.space-dm .widget-two p {
    color: #162762;
    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 #162762
}

.space-dm .widget-two .cta .btn::before {
    background-color: #162762
}

.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: #fcc51d
}

.snip-single .thumb span {
    color: #162762
}

.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: #162762;
    overflow-x: clip;
    z-index: 9;
    margin-top: -6px
}

.related-space h3 {
    color: #fff;
    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: #fcc51d
}

.related-space .related-space-single .sub hr {
    flex-grow: 1;
    opacity: 1;
    background-color: #fcc51d;
    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: #fff
}

.related-space .space-m-single h4 a:hover {
    color: #fcc51d
}

.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: #fcc51d
}

.related-space .space-m-single .btn:hover::before {
    height: 100%
}

.collaborate .collaborate__left h3 {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.3
}

.collaborate .collaborate__left h3 span {
    color: #fcc51d
}

.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: #fcc51d;
    padding: 0px
}

.collaborate .collaborate__left .cta a::before {
    background-color: #fcc51d
}

.collaborate .collaborate__left .cta a span {
    color: #fcc51d;
    font-size: 40px
}

.collaborate .collaborate__left .cta a:hover span {
    color: #162762;
    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: #162762;
    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: #162762;
    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
    }
}

.featured .feature-option {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 20px
}

.featured .feature-option p {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #162762;
    padding: 0px 16px;
    border-left: 1px solid #162762;
    line-height: 1
}

.featured .feature-option p:nth-of-type(1) {
    padding-left: 0px;
    border-left: 0px
}

.featured .feature-option p span {
    color: #162762
}

.featured .birl {
    padding-bottom: 30px
}

.featured .birl h2 {
    margin-top: 12px
}

.featured .featured-cta .btn {
    width: 100%;
    justify-content: center;
    background-color: #162762;
    color: #fff
}

.featured .featured-cta .btn::before {
    background-color: #fcc51d
}

.featured .featured-cta .btn:hover {
    color: #162762
}

.featured .featured-pagination {
    display: flex
}

.featured .featured-pagination .btn {
    width: 128px;
    min-width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 5, 21, .14);
    border-left: 1px solid rgba(0, 5, 21, .14)
}

.featured .featured-pagination .btn::before {
    background-color: #fcc51d
}

.featured .featured-pagination .btn:hover {
    color: #162762
}

.featured .featured-pagination .btn:nth-last-of-type(1) {
    border-right: 1px solid rgba(0, 5, 21, .14)
}

.featured .featured-slider,
.featured .image-container,
.featured .single-slide {
    width: 100%;
    height: 100%
}

.featured .image-container {
    position: relative;
    overflow: hidden
}

.featured .single-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .6s ease-in-out;
    background-repeat: no-repeat
}

.featured .single-slide-active {
    width: 100%;
    transition: all .8s ease-in-out;
    transition-delay: .7s
}

.ft-video {
    position: relative;
    overflow: hidden
}

.ft-video::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50%;
    width: 20%;
    min-width: 200px;
    background-color: #fcc51d;
    opacity: .2
}

.ft-video .ft-video-title {
    max-width: 1390px;
    padding: 0px 12px
}

.ft-video h3 {
    max-width: 560px;
    margin-left: auto
}

.ft-video .video-thumb {
    margin-top: 60px;
    max-width: 1390px;
    padding-right: 12px;
    position: relative;
    margin-bottom: 100px;
    z-index: 1
}

.ft-video .video-thumb::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    right: 150px;
    background-color: #fcc51d;
    width: calc(100% - 150px);
    height: 100px;
    z-index: -1
}

.ft-video .video-thumb img {
    width: 100%;
    min-height: 400px
}

.ft-video .video-thumb .video-m {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    padding-right: 12px;
    opacity: 0;
    visibility: hidden;
    display: none
}

.ft-video .video-thumb .video-m iframe {
    width: 100%;
    height: 100%
}

.ft-video .video-thumb .video-m .video-stream {
    width: 100%;
    height: 100%
}

.ft-video .video-thumb .video-m-active {
    opacity: 1;
    visibility: visible;
    display: block
}

.ft-video .cta .btn {
    width: 100px;
    height: 190px;
    flex-direction: column;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    color: #162762 !important;
    gap: 10px;
    text-transform: uppercase;
    line-height: 1.7;
    position: absolute;
    top: 50%;
    left: calc(100% - 56px);
    transform: translateY(-50%);
    background-color: #fcc51d;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .08)
}

.ft-video .cta .btn span {
    font-size: 30px;
    color: #162762 !important
}

.ft-video .cta .btn::before {
    width: 100%;
    height: 0px;
    background-color: #fff
}

.ft-video .cta .btn:hover::before {
    height: 100%
}

.cir-wrap {
    position: relative;
    overflow: clip !important;
    padding: 340px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 1
}

.cir-wrap .cir-content {
    text-align: center
}

.cir-wrap .cir-content h2 {
    line-height: 1.3;
    mix-blend-mode: difference;
    pointer-events: none;
    color: #fff
}

.cir-wrap .cir-content span {
    color: #fcc51d
}

.cir-wrap .cta {
    margin-top: 80px
}

.cir-wrap .btn::before {
    background-color: #fcc51d
}

.cir-wrap .cir-anime {
    width: 660px;
    min-width: 660px;
    height: 660px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #162762;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    z-index: -1;
    color: #fff
}

.arrows-container {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%) scale(0);
    pointer-events: none;
    opacity: 0
}

.faq-s {
    z-index: 99;
    margin-top: -5px
}

.faq-s h3 {
    color: #fff;
    font-weight: 600;
    line-height: 1.3
}

.faq-s .intro {
    margin-bottom: 100px
}

.faq-s .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0px;
    border: 0px
}

.faq-s .accordion .accordion-item:last-of-type {
    margin-bottom: 0px
}

.faq-s .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #fcc51d;
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0px 0px 0px
}

.faq-s .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    color: #fcc51d;
    content: "";
    transform: rotate(0deg)
}

.faq-s .accordion .accordion-item .accordion-button {
    border-radius: 0px;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 0px;
    background-color: rgba(255, 255, 255, .1)
}

.faq-s .accordion .accordion-item .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border-radius: 0px;
    background-image: none;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    transform: rotate(0deg);
    margin-top: -10px
}

.faq-s .accordion .accordion-item .accordion-button:hover {
    color: #fcc51d
}

.faq-s .accordion .accordion-item .accordion-button:hover::after {
    color: #fcc51d
}

.faq-s .accordion h5 {
    display: flex;
    align-items: center;
    gap: 16px
}

.faq-s .accordion h5 button {
    padding: 0px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    gap: 24px;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px;
    padding: 24px 32px;
    letter-spacing: 0px
}

.faq-s .accordion .accordion-body {
    padding: 24px 32px;
    border: 0px solid rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1)
}

.faq-s .accordion .accordion-body p {
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.faq-sidebar {
    padding: 40px 24px;
    background-color: rgba(255, 255, 255, .1)
}

.faq-sidebar h5 {
    color: #fff;
    max-width: 240px
}

.faq-sidebar .btn {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    justify-content: center
}

.faq-sidebar .single-wrapper {
    min-height: 320px;
    position: relative;
    margin-top: 40px;
    background-image: url("../images/light.png");
    background-repeat: no-repeat;
    background-size: 190px;
    background-position: bottom right
}

.faq-sidebar .single img {
    position: absolute;
    bottom: -40px;
    left: -24px
}

.faq-sidebar .single .content {
    text-align: end
}

.faq-sidebar .single .content h5 {
    color: #fff;
    max-width: 100%
}

.faq-sidebar .single .content p {
    font-size: 14px;
    color: #fff;
    margin-top: 4px
}

.l-rel-alter {
    background-color: #fff
}

.l-rel-alter .section {
    background-color: #fff
}

.l-rel-alter h3 {
    color: #162762
}

.l-rel-alter .section__header .h6,
.l-rel-alter .section__header h3 {
    color: #162762
}

.l-rel-alter .related-space-single .sub span {
    color: #9c7602
}

.l-rel-alter .related-space-single .sub hr {
    background: #9c7602
}

.l-rel-alter .space-m-single .btn {
    box-shadow: 0px 7px 16px -2px rgba(88, 82, 129, .12)
}

.l-rel-alter .space-m-single h4 a {
    color: #162762
}

.l-rel-alter .space-m-single h4 a:hover {
    color: #fcc51d
}

.l-alter {
    background-color: #162762
}

.l-alter .section__header .h6,
.l-alter .section__header h3 {
    color: #fff
}

.snip-r-alter {
    border-bottom: 1px solid rgba(0, 5, 21, .1);
    padding: 0px 12px
}

.snip-r-alter .snip-single {
    border-top: 1px solid rgba(0, 5, 21, .1);
    border-right: 1px solid rgba(0, 5, 21, .1);
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 1
}

.snip-r-alter .snip-single h6 {
    color: #3a3a3a
}

.snip-r-alter .snip-single::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    left: unset;
    background-color: #fcc51d;
    transition: all .4s ease-in-out;
    z-index: -1
}

.snip-r-alter .snip-single .thumb {
    transition: all .4s ease-in-out
}

.snip-r-alter .snip-single-active::before {
    right: unset;
    width: 100%;
    left: 0px
}

.snip-r-alter .snip-single-active .thumb {
    background-color: #fff
}

.snip-r-alter .snip-single-active .thumb span {
    color: #162762
}

.f-c-space .section__header {
    padding: 0px 12px
}

.f-c-space .section__header h3 span {
    color: #fcc51d
}

.f-c-space .section__header p {
    margin-top: 24px
}

.cr-space {
    overflow-x: clip
}

.cr-space .intro h3 {
    color: #fff;
    max-width: 420px;
    line-height: 1.3
}

.cr-space .intro h3 span {
    color: #fcc51d
}

.cr-space .cr-space-wrapper {
    min-width: 100vw;
    margin-top: 80px
}

.cr-space .cr-space-slider {
    display: flex;
    gap: 24px
}

.cr-space .case-main__single {
    height: 100%;
    width: 400px;
    min-width: 400px
}

.cr-space .case-main__single .thumb {
    overflow: hidden
}

.cr-space .case-main__single .thumb a {
    width: 100%
}

.cr-space .case-main__single .thumb a img {
    width: 100%;
    transition: all .4s ease-in-out;
    min-height: 280px
}

.cr-space .case-main__single .content {
    margin-top: 16px
}

.cr-space .case-main__single .content h3 {
    margin-bottom: 6px
}

.cr-space .case-main__single .content h3 a {
    color: #fff
}

.cr-space .case-main__single .content h3 a span {
    color: #fcc51d;
    font-size: inherit
}

.cr-space .case-main__single .content h3 a:hover {
    color: #fcc51d
}

.cr-space .case-main__single:hover img {
    transform: scale(1.3) rotate(-6deg)
}

.cr-space .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px
}

.cr-space .tags span {
    width: 8px;
    height: 8px;
    background-color: #fcc51d;
    border-radius: 50%
}

.cr-space .tags p {
    color: #fff;
    text-transform: uppercase
}

.client-s .intro {
    margin-bottom: 80px
}

.client-s .intro h3 {
    max-width: 540px;
    line-height: 1.3;
    font-weight: 600
}

.client-s .intro h3 span {
    color: #fcc51d
}

.client-s .client-slider {
    border-top: 1px solid rgba(0, 5, 21, .1);
    display: flex
}

.client-s .client-slider-single {
    padding: 80px 20px;
    text-align: center;
    height: 100%;
    border-right: 1px solid rgba(0, 5, 21, .1)
}

.client-s .client-slider-single img {
    display: inline-block;
    max-width: 100%;
    height: 40px
}

.client-s .client-slider-two {
    border-top: 1px solid rgba(0, 5, 21, .1);
    border-bottom: 1px solid rgba(0, 5, 21, .1)
}

.ger {
    margin-bottom: 60px
}

.bl-at .section__content .h3,
.bl-at .section__content p {
    color: #162762
}

.coming {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 200px !important
}

.coming__content {
    padding: 0px 60px;
    position: relative;
    z-index: 99
}

.coming__content .h1,
.coming__content p {
    color: #fff
}

.coming__content .h1 {
    margin-bottom: 24px
}

.coming__content .single-input {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 20px
}

.coming__content .single-input .input {
    flex-grow: 1;
    position: relative
}

.coming__content .single-input .input::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #fff;
    width: 0%;
    height: 1px;
    transition: all .3s ease-in
}

.coming__content .single-input .input:focus-within::before {
    width: 100%
}

.coming__content .single-input input {
    padding: 13px 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(0, 0, 0, 0)
}

.coming__content .single-input input::-moz-placeholder {
    color: #fff
}

.coming__content .single-input input::placeholder {
    color: #fff
}

.coming__content .single-input .btn {
    padding: 16px 20px;
    min-width: 140px;
    justify-content: center
}

.coming__content hr {
    margin: 60px 0px 30px;
    width: 100%;
    border: 0px;
    height: 1px;
    background-color: #fff;
    opacity: .2
}

.coming__content .coming-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between
}

.coming__content .coming-cta a {
    font-size: 16px;
    color: #fff;
    opacity: .4
}

.coming__content .coming-cta a:hover {
    color: #fcc51d;
    opacity: 1
}

.coming__thumb {
    position: relative;
    z-index: 99
}

.a-overview__single .single__thumb {
    position: relative;
    z-index: 1
}

.a-overview__single .single__thumb::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 80%;
    height: 80%;
    background-color: #fcc51d;
    z-index: -1
}

.a-overview__single .single__thumb img {
    width: 100%
}

.section__content p,
.section__content h3 {
    color: #fff
}

.section__content .h6 {
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    font-weight: 400
}

.section__content .h6::before {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 160px;
    background-color: #fcc51d
}

.section__content h3 {
    margin-bottom: 16px
}

.section__content .section__content-cta {
    margin-top: 60px
}

.a-overview__single-alt .single__thumb::before {
    right: unset;
    left: -15px
}

.a-overview__single-alt .section__content .h6,
.a-overview__single-alt .section__content h3,
.a-overview__single-alt .section__content p {
    color: #162762
}

.a-overview__single-alt .btn--primary:hover {
    color: #fff
}

.a-overview__single-alt .btn--primary:hover::before {
    background-color: #162762
}

.stick {
    position: sticky;
    top: 160px
}

.snip-r {
    border-left: 1px solid rgba(255, 255, 255, .1) !important;
    margin: 80px 0px 0px;
    padding: 0px 12px
}

.snip-r .col-12 {
    padding: 0px !important
}

/*form success message*/
.submit-success, .submit-error {
    display: none;
}


@media only screen and (max-width: 1499.98px) {
    .ft-video .cta .btn {
        left: calc(100% - 124px)
    }
}

@media only screen and (max-width: 1399.98px) {
    .lines .line:nth-child(1) {
        left: calc(50% - 557px)
    }

    .lines .line:nth-child(3) {
        left: calc(50% + 559px)
    }

    .section .lines .line:nth-child(1) {
        left: calc(50% - 557px)
    }

    .section .lines .line:nth-child(3) {
        left: calc(50% + 559px)
    }

    .my-blog .blog-single__content {
        padding: 40px 20px !important;
        width: calc(100% - 12px) !important;
        right: 12px !important
    }

    .my-blog .blog-single__content .tags p {
        font-size: 16px
    }

    .normal .normal__slider-item {
        max-width: 600px;
        margin: 20px
    }

    .normal .normal-pagination button {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px
    }

    .counter .counter__single .h1 {
        font-size: 48px;
        line-height: 58px
    }

    .latest-space .content {
        padding: 30px 20px;
        margin: 20px
    }

    .latest-space .content .h4 {
        font-size: 24px
    }

    .latest-space .content p {
        margin-top: 30px;
        font-size: 16px
    }

    .latest-space .icon a {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px
    }

    .contact-form .contact-form__single,
    .contact-form .contact-form__form {
        padding: 60px 30px
    }

    .details-banner .details-banner__title .h2 {
        font-size: 48px;
        line-height: 72px
    }

    .testimonial .ts-cta {
        padding-right: 0px
    }

    .testimonial .ts-cta .btn {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center
    }

    .footer .footer__single {
        padding-left: 30px
    }

    .footer .footer__copy-single {
        padding-left: 30px
    }

    .footer .footer__single-alt hr {
        width: calc(100% + 30px);
        transform: translateX(-30px)
    }

    .footer .line {
        left: calc(50% + 296px)
    }
}

@media only screen and (max-width: 1199.98px) {

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 16px
    }

    h1,
    .h1 {
        font-size: 56px
    }

    h2,
    .h2 {
        font-size: 40px
    }

    h3,
    .h3 {
        font-size: 30px
    }

    h4,
    .h4,
    .h4-light {
        font-size: 24px
    }

    h5,
    .h5 {
        font-size: 20px
    }

    h6,
    .h6 {
        font-size: 18px
    }

    .hm {
        margin: -12px 0px !important
    }

    .header__nav {
        padding: 0px
    }

    .header__menu .header__nav-menu {
        display: none
    }

    .header__menu .header__nav-logo .logo {
        height: 100px
    }

    .header__menu .menu-item-nested-children:hover button::after {
        transform: rotate(0deg) !important
    }

    .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
    }

    .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
    }

    .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
    }

    .mobile-menu .close-mobile-menu {
        font-size: 48px;
        background-color: rgba(0, 0, 0, 0);
        color: #fff
    }

    .mobile-menu .close-mobile-menu:hover {
        color: #fcc51d
    }

    .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
    }

    .mobile-menu .menu-box::-webkit-scrollbar {
        width: 0px
    }

    .mobile-menu .header__nav-menu__list {
        flex-direction: column
    }

    .mobile-menu .menu-item {
        width: 100%;
        transition: all .4s ease-in-out
    }

    .mobile-menu .menu-item:nth-of-type(1) .first-label {
        border-top: 1px solid #414141
    }

    .mobile-menu .menu-item a,
    .mobile-menu .menu-item button {
        color: #fff !important;
        padding: 20px 0px;
        border-bottom: 1px solid #414141;
        line-height: 1;
        font-size: 16px
    }

    .mobile-menu .menu-item a:hover,
    .mobile-menu .menu-item button:hover {
        color: #162762
    }

    .mobile-menu .menu-item a::after,
    .mobile-menu .menu-item button::after {
        transition: none
    }

    .mobile-menu .nav-fade {
        transform: translateY(30px);
        opacity: 0
    }

    .mobile-menu .menu-item-has-children button::after {
        content: "+";
        font-family: "Font Awesome 6 Free";
        transform: rotate(0deg)
    }

    .mobile-menu .menu-item-has-children button:hover::after {
        transform: rotate(0deg)
    }

    .mobile-menu .menu-item-active {
        color: #162762 !important
    }

    .mobile-menu .menu-item-active::after {
        content: "" !important;
        font-family: "Font Awesome 6 Free" !important
    }

    .mobile-menu .sub-menu,
    .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
    }

    .mobile-menu .sub-menu a,
    .mobile-menu .sub-menu button,
    .mobile-menu .sub-menu__nested a,
    .mobile-menu .sub-menu__nested button {
        color: #162762 !important;
        padding: 20px 30px;
        font-size: 14px;
        border-bottom: 1px solid rgba(65, 65, 65, .2117647059)
    }

    .mobile-menu .sub-menu button:hover,
    .mobile-menu .sub-menu__nested button:hover {
        padding-left: 30px
    }

    .mobile-menu .sub-menu__nested {
        box-shadow: none;
        background-color: #f0efff
    }

    .mobile-menu .sub-menu__nested::before {
        top: -5px;
        left: 25px;
        background-color: #f0efff
    }

    .mobile-menu .mobile-menu__social {
        transition: all .4s ease-in-out;
        transform: translateY(100%);
        opacity: 0;
        animation-delay: 1.9s
    }

    .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: #fcc51d;
        color: #162762
    }

    .mobile-menu .mobile-menu__social a:hover {
        background-color: #fff
    }

    .show-menu {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .show-menu .menu-box {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .show-menu .menu-backdrop {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .show-menu .nav-fade {
        animation: navLinkFade .5s ease forwards
    }

    .lines .line:nth-child(1) {
        left: calc(50% - 467px)
    }

    .lines .line:nth-child(3) {
        left: calc(50% + 469px)
    }

    .section .lines .line:nth-child(1) {
        left: calc(50% - 467px)
    }

    .section .lines .line:nth-child(3) {
        left: calc(50% + 469px)
    }

    .contact-form .contact-form__single,
    .contact-form .contact-form__form {
        padding: 60px 30px
    }

    .details-banner .details-banner__title .h2 {
        font-size: 40px;
        line-height: 1.6
    }

    .details-meta .social {
        justify-content: flex-start;
        flex-direction: row;
        padding-left: 12px
    }

    .details-meta .social li {
        line-height: 1
    }

    .details-meta .social a {
        font-size: 16px
    }

    .search-popup .search-popup-wrapper {
        max-width: 60%
    }

    .banner .single-wrapper {
        max-width: 200px
    }

    .banner-two .social-wrapper {
        width: 80px;
        height: calc(100% - 98px)
    }

    .footer .footer__single {
        padding-left: 12px
    }

    .footer .footer__single img {
        max-width: 300px
    }

    .footer .footer__single a,
    .footer .footer__single li,
    .footer .footer__single .tertiary-text {
        font-size: 16px
    }

    .footer .footer__copy-single {
        padding-left: 12px
    }

    .footer .footer__single-alt hr {
        width: calc(100% + 12px);
        transform: translateX(-12px)
    }

    .footer .line {
        left: calc(50% + 252px)
    }

    .footer .footer__copy p {
        font-size: 16px
    }
}

@media only screen and (max-width: 991.98px) {
    .section {
        padding: 100px 0px
    }

    .section__cta {
        margin-top: 40px
    }

    .section__content-cta {
        margin-top: 30px
    }

    .section__header--secondary .h6::before {
        width: 60px
    }

    .section__header--tertiary {
        margin-top: -10px
    }

    .banner .single-wrapper {
        height: 50vh;
        bottom: unset;
        top: 100px;
        max-width: 200px
    }

    .footer {
        padding-top: 100px
    }

    .footer hr {
        margin-top: 60px
    }

    .footer .location {
        margin-top: 40px
    }

    .footer .footer__single img {
        max-width: 200px
    }

    .footer .line {
        left: calc(50% + 131px)
    }

    .lines .line:nth-child(1) {
        left: calc(50% - 347px)
    }

    .lines .line:nth-child(2) {
        left: calc(42% + 12px)
    }

    .lines .line:nth-child(3) {
        left: calc(50% + 347px) !important
    }

    .section .lines .line:nth-child(1) {
        left: calc(50% - 347px)
    }

    .section .lines .line:nth-child(2) {
        left: calc(42% + 12px)
    }

    .section .lines .line:nth-child(3) {
        left: calc(50% + 347px) !important
    }

    .contact-form .contact-form__single {
        padding: 40px 30px
    }

    .contact-form .contact-form__form {
        border-top: 1px solid rgba(0, 5, 21, .1);
        padding: 40px 30px
    }

    .my-blog .newsletter {
        padding-top: 100px !important
    }

    .my-blog .blog-latest-inner {
        padding: 0px 12px
    }

    .my-blog .blog-latest-inner .h3 {
        text-align: center
    }

    .my-blog .blog-latest-inner .blog-latest__tabs {
        justify-content: center;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .my-blog .blog-latest-inner .blog-latest__tabs button {
        font-size: 18px;
        padding: 16px 20px
    }

    .my-blog .blog-single__content {
        padding-left: 0px
    }

    .my-blog .newsletter__content {
        padding: 0px 12px
    }

    .my-blog .newsletter__thumb {
        padding: 0px 12px
    }

    .my-blog .newsletter__thumb img {
        max-width: 100%
    }

    .coming__content {
        padding: 0px 12px
    }

    .coming__thumb {
        padding: 0px 12px
    }

    .coming__thumb img {
        width: 100%
    }

    .details-banner {
        padding-top: 100px
    }

    .details-banner .h2 {
        text-align: center
    }

    .details-banner .down-smooth a {
        margin-right: auto
    }

    .details-banner .details-banner__thumb {
        transform: translateY(114px);
        margin-top: -114px
    }

    .details-meta {
        margin-top: 114px
    }

    .newsletter {
        padding-bottom: 100px !important;
        padding-top: 100px !important
    }

    .newsletter .newsletter__thumb img {
        width: 100%;
        min-width: 100%
    }

    .my-blog .blog .blog-single-alt .blog-single__content {
        padding-top: 30px !important
    }

    .blog-details .blog .blog-single-alt .blog-single__content {
        padding-top: 30px !important
    }

    .blog-details .newsletter__content {
        padding: 0px 12px
    }

    .blog-details .newsletter__thumb {
        padding: 0px 12px
    }

    .blog-details .newsletter__thumb img {
        max-width: 100%
    }

    .blog-details .newsletter {
        padding-bottom: 100px !important;
        padding-top: 100px !important
    }

    .blog-details .newsletter .newsletter__thumb img {
        width: 100%;
        min-width: 100%
    }

    .case-details .details__inner {
        padding: 0px 12px
    }

    .case-details .details-list {
        max-width: 100%
    }

    .normal .normal__slider-item {
        max-width: 400px;
        margin: 20px
    }

    .case-main .case-main__single {
        height: 100%
    }

    .case-main .case-main__single .thumb {
        height: 80%
    }

    .case-main .case-main__single .thumb a {
        height: 100%
    }

    .case-main .case-main__single .thumb a img {
        height: 100%
    }

    .case-main .case-main__single .content {
        margin-top: 24px
    }

    .case-main .case-main__single--alt .content {
        position: static
    }

    .pl-60 {
        padding-left: 12px !important
    }

    .pr-60 {
        padding-right: 12px !important
    }

    .counter .counter__single {
        padding-bottom: 100px
    }

    .counter .gaper {
        row-gap: 24px
    }

    .counter .art {
        padding-left: 0px !important
    }

    .team .team__slider .team__slider-single {
        width: 280px;
        min-width: 280px
    }

    .testimonial .ts-cta {
        padding-bottom: 0px
    }

    .testimonial .ts-cta .btn {
        width: auto
    }

    .testimonial .testimonial-pagination .btn {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px
    }

    .testimonial .ts-cta,
    .testimonial .testimonial__slider {
        padding-left: 12px;
        padding-right: 12px
    }

    .space-dm .widget-one {
        transform: translateY(0px);
        margin-bottom: 0px
    }

    .space-dm .lpl {
        padding-left: 12px
    }

    .coming__content hr {
        margin: 60px 0px 54px
    }

    .space-gallery .space-gallery-single {
        width: 280px;
        min-width: 280px
    }

    .related-space .related__space {
        gap: 24px
    }

    .related-space .related-space-single {
        width: 280px;
        min-width: 280px
    }

    .collaborate .collaborate__left .cta {
        margin-top: 40px
    }

    .collaborate .collaborate__left .cta a {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .collaborate .collaborate__left .cta a span {
        font-size: 24px
    }

    .collaborate .cet-e {
        padding: 0px 12px
    }

    .featured .sdf {
        padding-right: 12px
    }

    .featured .sdfr {
        padding-left: 12px
    }

    .featured .featured-slider {
        min-height: 400px
    }

    .ft-video .video-thumb::after {
        width: calc(100% - 20px);
        right: 20px
    }

    .mb-6 {
        margin-bottom: 60px !important
    }

    .mt-6 {
        margin-top: 60px !important
    }
}

@media only screen and (max-width: 767.98px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 1.6
    }

    h2,
    .h2 {
        font-size: 36px
    }

    h3,
    .h3 {
        font-size: 30px
    }

    h4,
    .h4,
    .h4-light {
        font-size: 24px
    }

    h5,
    .h5 {
        font-size: 24px
    }

    h6,
    .h6 {
        font-size: 18px
    }

    .footer .footer__single {
        padding-left: 12px;
        margin-bottom: 80px
    }

    .footer .footer__copy-single {
        padding-left: 12px
    }

    .footer .footer__single-alt hr {
        width: calc(100% + 12px);
        transform: translateX(-12px)
    }

    .footer .line {
        left: 68%
    }

    .lines .line:nth-child(1) {
        left: calc(50% - 257px)
    }

    .lines .line:nth-child(2) {
        left: calc(50% + 12px)
    }

    .lines .line:nth-child(3) {
        left: calc(50% + 257px) !important
    }

    .section .lines .line:nth-child(1) {
        left: calc(50% - 257px)
    }

    .section .lines .line:nth-child(2) {
        left: calc(50% + 12px)
    }

    .section .lines .line:nth-child(3) {
        left: calc(50% + 257px) !important
    }

    .search-popup .search-popup-wrapper {
        max-width: 576px
    }

    .details-banner .details-banner__title {
        padding: 0px 12px
    }

    .details-banner .details-banner__title .h2 {
        font-size: 30px;
        line-height: 1.6
    }

    .ft-video .video-thumb {
        margin-bottom: 160px
    }

    .ft-video .cta .btn {
        top: calc(100% + 60px);
        left: calc(100% - 124px)
    }

    .cir-wrap .cir-anime {
        width: 250px !important;
        min-width: 250px !important;
        height: 250px !important
    }

    .faq-s .accordion h5 button {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (max-width: 575.98px) {
    .header .header__nav-options {
        padding-right: 20px;
        padding-left: 0
    }

    .header__menu .header__nav {
        padding: 0px 0px
    }

    .header__menu .header__nav-logo .logo {
        width: 126px
    }

    .mobile-menu .menu-box {
        padding: 60px 24px
    }

    .mobile-menu .close-mobile-menu {
        font-size: 36px
    }

    .mobile-menu .mobile-menu__social {
        gap: 16px;
        justify-content: center
    }

    .mobile-menu .mobile-menu__social a {
        font-size: 16px;
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .mobile-menu .mobile-menu__options .btn {
        width: 100%;
        padding: 20px
    }

    .banner-two .banner-two__slider-single .space-m-filter-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .banner-two .banner-two__slider-single .space-m-filter-wrapper .space-m-filter-single {
        width: 100%;
        min-width: 100%
    }

    .banner-two .banner-two__slider-single .space-m-filter-wrapper .space-m-filter-single::before {
        content: none
    }

    .banner-two .banner-two__slider-single .space-m-filter-wrapper .btn {
        width: 100%
    }

    .banner-two .banner-pagination {
        padding: 30px 20px
    }

    .banner-two .banner-pagination button {
        padding-right: 40px
    }

    .banner-two .banner-pagination button::after {
        width: 36px
    }

    .banner-two .banner-pagination button:nth-of-type(2) {
        padding-left: 40px;
        padding-right: 0px
    }

    .banner-two .banner-pagination button:nth-of-type(2)::after {
        right: unset;
        left: 0px
    }

    .banner {
        height: calc(100vh + 300px);
        min-height: 100vh;
        max-height: unset
    }

    .banner .space-m-filter {
        padding: 30px 20px
    }

    .banner .space-m-filter-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 20px
    }

    .banner .space-m-filter-wrapper .space-m-filter-single {
        width: 100%;
        min-width: 100%
    }

    .banner .space-m-filter-wrapper .space-m-filter-single::before {
        content: none
    }

    .banner .space-m-filter-wrapper .btn {
        width: 100%
    }

    .footer .line {
        left: 75%
    }

    .lines .line:nth-child(1) {
        left: 12px
    }

    .lines .line:nth-child(2) {
        left: calc(50% + 12px);
        display: none
    }

    .lines .line:nth-child(3) {
        left: unset !important;
        right: 12px !important;
        background-color: rgba(0, 5, 21, .062745098) !important
    }

    .normal .normal__slider-item {
        max-width: 280px;
        min-height: 240px;
        margin: 0px
    }

    .normal .normal__slider-item img {
        min-height: 240px
    }

    .hm {
        margin: -7px 0px !important
    }

    .section .lines .line:nth-child(1) {
        left: 12px
    }

    .section .lines .line:nth-child(2) {
        left: calc(50% + 12px);
        display: none
    }

    .section .lines .line:nth-child(3) {
        left: unset !important;
        right: 12px !important
    }

    .my-blog .blog .search-group {
        padding: 10px
    }

    .my-blog .blog .search-group input {
        width: calc(100% - 64px)
    }

    .my-blog .blog .search-group button {
        width: 40px;
        min-width: 40px;
        height: 40px
    }

    .contact-form .contact-form__inner {
        border-right: 1px solid rgba(0, 5, 21, .1) !important
    }

    .contact-form .contact-form__single,
    .contact-form .contact-form__form {
        padding: 40px 20px
    }

    .single-input-group {
        flex-direction: column
    }

    .single-input-group .single-input {
        width: 100%
    }

    .my-blog .email-group {
        flex-direction: column
    }

    .my-blog .email-group input {
        width: 100%
    }

    .email-group {
        max-width: 100% !important;
        flex-wrap: wrap
    }

    .email-group .btn {
        width: 100%;
        justify-content: center
    }

    .follow .follow__single-item:nth-of-type(even) {
        margin-top: 30px
    }

    .normal-pagination {
        position: static;
        margin-top: 40px;
        justify-content: center;
        width: 100%;
        gap: 24px;
        transform: translate(0px)
    }

    .case-main .case-filter {
        gap: 12px
    }

    .case-main .section__header-alt .btn--primary {
        width: 64px;
        height: 64px;
        min-width: 64px;
        padding: 0px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .space-m .space-m-filter-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 40px
    }

    .space-m .space-m-filter-wrapper .space-m-filter-single {
        width: 100%;
        min-width: 100%
    }

    .space-m .space-m-filter-wrapper .space-m-filter-single::before {
        content: none
    }

    .space-m .space-m-filter-wrapper .btn {
        width: 100%
    }

    .space-dm .space-dm__head a span:nth-of-type(1) {
        padding: 16px;
        letter-spacing: 0px
    }

    .space-dm .space-dm__head a span:nth-of-type(2) {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px
    }

    .space-dm .widget-one,
    .space-dm .widget-two {
        padding: 40px 30px
    }

    .cr-space .case-main__single {
        width: 260px;
        min-width: 260px
    }

    .cr-space .btn--primary {
        padding: 20px
    }

    .l-rel-alter .related-space-single .sub {
        justify-content: flex-start
    }

    .l-rel-alter .related-space-single .sub hr {
        max-width: 60px
    }

    .banner-two .banner-two__slider-single {
        padding: 200px 0px
    }
}

@media only screen and (max-width: 475.98px) {

    h1,
    .h1 {
        font-size: 30px
    }

    h2,
    .h2 {
        font-size: 30px
    }

    h3,
    .h3 {
        font-size: 30px
    }

    h4,
    .h4,
    .h4-light {
        font-size: 24px
    }

    h5,
    .h5 {
        font-size: 20px
    }

    h6,
    .h6 {
        font-size: 16px
    }

    .details-banner .details-banner__title .h2 {
        font-size: 24px;
        line-height: 1.6
    }

    .search-popup .search-form fieldset input[type=submit] {
        position: relative;
        width: 100%;
        display: block;
        border-radius: 8px
    }

    .search-popup .search-form fieldset input[type=search] {
        padding-right: 20px
    }
}

@media only screen and (max-width: 424.98px) {
    .my-blog .blog-latest-inner .blog-latest__tabs {
        flex-direction: column
    }

    .latest-space .left-content {
        flex-direction: column;
        align-items: flex-start
    }

    .latest-space .content .h4 {
        transform: translateY(260px)
    }

    .coming__content .single-input {
        flex-direction: column
    }

    .coming__content .single-input .input {
        width: 100%
    }

    .coming__content .single-input .btn {
        width: 100%
    }

    .coming__content .coming-cta {
        flex-direction: column;
        align-items: flex-start
    }
}

@media only screen and (min-width: 1400px) {
    .latest-space .container {
        max-width: 1800px !important
    }

    .latest-space .gaper {
        margin: 0px -30px
    }

    .latest-space .latest-space__single {
        margin: 0px 18px
    }
}

@media only screen and (min-width: 1200px) {
    .mobile-menu {
        display: none
    }

    .header-two .mobile-menu {
        display: block !important
    }
}

@media only screen and (min-width: 576px) {
    .header .mobile-nav-options {
        display: block
    }

    .mobile-menu .mobile-menu__options {
        display: none
    }
}

/*# sourceMappingURL=main.min.css.map */