@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none
}

body {
    color: #001348;
    background-color: #fff;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-family: Satoshi-Variable;
    overflow-x: hidden !important
}

main {
    position: relative;
    z-index: 5
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0
}

.row.lg-marg {
    margin-left: -40px;
    margin-right: -40px
}

.row.lg-marg>* {
    padding-left: 40px;
    padding-right: 40px
}

.row.xlg-marg {
    margin-left: -50px;
    margin-right: -50px
}

.row.xlg-marg>* {
    padding-left: 50px;
    padding-right: 50px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: .2rem
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 25px
}

h6 {
    font-size: 20px
}

p {
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    color: #777;
    margin: 0
}

a,
a:hover {
    color: inherit
}

span {
    display: inline-block
}

a {
    display: inline-block;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    width: 100%;
    height: auto
}

figure {
    margin: 0
}

.main-color {
    color: #0071bc !important
}

.main-colorbg {
    background: #0071bc !important
}

.main-bg {
    background: #fff !important
}

.sub-bg {
    background: #f5f7f9 !important
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.lines.two:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30%;
    width: 40%;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.lines.four {
    left: 5%;
    width: 90%;
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.lines.four:after {
    content: "";
    position: absolute;
    top: 0;
    left: 33.3333%;
    width: 33.3333%;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-left: 1px solid rgba(0, 0, 0, .05)
}

@-webkit-keyframes grain {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-5%, -10%);
        transform: translate(-5%, -10%)
    }

    20% {
        -webkit-transform: translate(-15%, 5%);
        transform: translate(-15%, 5%)
    }

    30% {
        -webkit-transform: translate(7%, -25%);
        transform: translate(7%, -25%)
    }

    40% {
        -webkit-transform: translate(-5%, 25%);
        transform: translate(-5%, 25%)
    }

    50% {
        -webkit-transform: translate(-15%, 10%);
        transform: translate(-15%, 10%)
    }

    60% {
        -webkit-transform: translate(15%);
        transform: translate(15%)
    }

    70% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    80% {
        -webkit-transform: translate(3%, 35%);
        transform: translate(3%, 35%)
    }

    90% {
        -webkit-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%)
    }
}

@keyframes grain {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-5%, -10%);
        transform: translate(-5%, -10%)
    }

    20% {
        -webkit-transform: translate(-15%, 5%);
        transform: translate(-15%, 5%)
    }

    30% {
        -webkit-transform: translate(7%, -25%);
        transform: translate(7%, -25%)
    }

    40% {
        -webkit-transform: translate(-5%, 25%);
        transform: translate(-5%, 25%)
    }

    50% {
        -webkit-transform: translate(-15%, 10%);
        transform: translate(-15%, 10%)
    }

    60% {
        -webkit-transform: translate(15%);
        transform: translate(15%)
    }

    70% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    80% {
        -webkit-transform: translate(3%, 35%);
        transform: translate(3%, 35%)
    }

    90% {
        -webkit-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%)
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #0000001a
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 40px
}

.butn {
    border: 1px solid transparent
}

.butn.butn-md {
    padding: 14px 35px
}

.butn.butn-full {
    width: 100%;
    padding: 15px 25px;
    text-align: center
}

.butn.butn-bord {
    border-color: #001348;
    background: transparent;
    color: #001348;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.butn.butn-bord:hover {
    background: #001348;
    color: #fff
}

.butn.butn-bord:hover span {
    color: #fff
}

.butn.butn-bord-thin {
    border-color: #0000001f;
    background: transparent;
    color: #001348;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.butn.butn-bord-thin:hover {
    background: #001348;
    color: #fff
}

.butn.butn-bord-thin:hover span {
    color: #fff
}

.butn.butn-bg {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.butn.butn-bg:hover {
    background: transparent !important;
    border-color: #001348;
    color: #001348 !important
}

.butn .rolling-text {
    margin-bottom: -5px
}

.go-more {
    position: relative;
    padding: 0 20px
}

.go-more:after {
    content: "";
    position: absolute;
    right: 5px;
    top: -10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #0000000d;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.go-more .icon {
    margin-left: 15px;
    bottom: -2px;
    position: relative
}

.go-more:hover:after {
    width: 100%;
    right: 0
}

.hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.cursor {
    pointer-events: none;
    position: fixed;
    padding: .3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    opacity: 0;
    -webkit-transition: opacity .4s ease, -webkit-transform .3s ease;
    transition: opacity .4s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .4s ease;
    transition: transform .3s ease, opacity .4s ease;
    transition: transform .3s ease, opacity .4s ease, -webkit-transform .3s ease;
    z-index: 99999
}

.cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1
}

.rolling-text {
    display: inline-block;
    overflow: hidden;
    line-height: 50px;
    height: 50px
}

.rolling-text.butn {
    padding: 0 35px
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
    transition: -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
    -o-transition: transform .5s cubic-bezier(.76, 0, .24, 1);
    transition: transform .5s cubic-bezier(.76, 0, .24, 1);
    transition: transform .5s cubic-bezier(.76, 0, .24, 1), -webkit-transform .5s cubic-bezier(.76, 0, .24, 1)
}

.letter:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.letter:nth-child(2) {
    -webkit-transition-delay: 15ms;
    -o-transition-delay: 15ms;
    transition-delay: 15ms
}

.letter:nth-child(3) {
    -webkit-transition-delay: .03s;
    -o-transition-delay: .03s;
    transition-delay: .03s
}

.letter:nth-child(4) {
    -webkit-transition-delay: 45ms;
    -o-transition-delay: 45ms;
    transition-delay: 45ms
}

.letter:nth-child(5) {
    -webkit-transition-delay: .06s;
    -o-transition-delay: .06s;
    transition-delay: .06s
}

.letter:nth-child(6) {
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms
}

.letter:nth-child(7) {
    -webkit-transition-delay: .09s;
    -o-transition-delay: .09s;
    transition-delay: .09s
}

.letter:nth-child(8) {
    -webkit-transition-delay: .105s;
    -o-transition-delay: .105s;
    transition-delay: .105s
}

.letter:nth-child(9) {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s
}

.letter:nth-child(10) {
    -webkit-transition-delay: .135s;
    -o-transition-delay: .135s;
    transition-delay: .135s
}

.letter:nth-child(11) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.letter:nth-child(12) {
    -webkit-transition-delay: .165s;
    -o-transition-delay: .165s;
    transition-delay: .165s
}

.letter:nth-child(13) {
    -webkit-transition-delay: .18s;
    -o-transition-delay: .18s;
    transition-delay: .18s
}

.letter:nth-child(14) {
    -webkit-transition-delay: .195s;
    -o-transition-delay: .195s;
    transition-delay: .195s
}

.letter:nth-child(15) {
    -webkit-transition-delay: .21s;
    -o-transition-delay: .21s;
    transition-delay: .21s
}

.letter:nth-child(16) {
    -webkit-transition-delay: .225s;
    -o-transition-delay: .225s;
    transition-delay: .225s
}

.letter:nth-child(17) {
    -webkit-transition-delay: .24s;
    -o-transition-delay: .24s;
    transition-delay: .24s
}

.letter:nth-child(18) {
    -webkit-transition-delay: .255s;
    -o-transition-delay: .255s;
    transition-delay: .255s
}

.letter:nth-child(19) {
    -webkit-transition-delay: .27s;
    -o-transition-delay: .27s;
    transition-delay: .27s
}

.letter:nth-child(20) {
    -webkit-transition-delay: .285s;
    -o-transition-delay: .285s;
    transition-delay: .285s
}

.letter:nth-child(21) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    mix-blend-mode: difference
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 9px;
    width: 9px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: translate(-50%, -30%) rotate(-45deg);
    -ms-transform: translate(-50%, -30%) rotate(-45deg);
    transform: translate(-50%, -30%) rotate(-45deg);
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #ccc;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.main-marq {
    position: relative;
    padding: 0
}

.main-marq:after {
    position: absolute;
    inset: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #fff);
    background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #fff);
    background: linear-gradient(to left, #fff, #fff0 220px calc(100% - 220px), #fff)
}

.main-marq.md-text .box .item h4 {
    font-size: 40px
}

.main-marq.lrg .box .item h4 {
    font-size: 5vw
}

.main-marq.xlrg .box .item {
    padding: 0 30px
}

.main-marq.xlrg .box .item h4 {
    font-size: 8vw
}

.main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-marq .strok .item h4,
.main-marq .strok .item h4 a {
    color: transparent !important;
    -webkit-text-stroke: .5px #001348
}

.main-marq .non-strok .item h4,
.main-marq .non-strok .item h4 a {
    color: #001348 !important;
    -webkit-text-stroke: 0 !important
}

.main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-marq .box .item {
    padding: 0 30px
}

.main-marq .box .item h4 {
    white-space: nowrap;
    margin: 0
}

.main-marq .box .item h4 .icon {
    margin-bottom: -15px
}

.main-marq .box .item h2 {
    margin: 0
}

.main-marq .box .item:nth-of-type(2n) h4 {
    color: transparent;
    -webkit-text-stroke: .5px #001348
}

.main-marq .box .item:nth-of-type(2n) h4 a {
    color: transparent;
    -webkit-text-stroke: .5px #001348
}

.main-marq .box:last-of-type .item:nth-of-type(2n) h4 {
    color: #001348;
    -webkit-text-stroke: 0
}

.main-marq .box:last-of-type .item:nth-of-type(2n) h4 a {
    color: #001348;
    -webkit-text-stroke: 0
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
    color: transparent;
    -webkit-text-stroke: 1px #001348
}

.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
    color: transparent;
    -webkit-text-stroke: 1px #001348
}

.slide-har {
    position: relative
}

.slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite
}

.slide-har.st2 .box {
    position: relative;
    -webkit-animation: slide-har-revers 80s linear infinite;
    animation: slide-har-revers 80s linear infinite
}

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translate(-100%)
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translate(-100%)
    }
}

@-webkit-keyframes slide-har-revers {
    to {
        -webkit-transform: translateX(0%);
        transform: translate(0)
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translate(-100%)
    }
}

@keyframes slide-har-revers {
    to {
        -webkit-transform: translateX(0%);
        transform: translate(0)
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translate(-100%)
    }
}

.main-marqv {
    position: relative;
    padding: 0
}

.main-marqv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, #f5f7f9, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #f5f7f9);
    background: -o-linear-gradient(bottom, #f5f7f9, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #f5f7f9);
    background: linear-gradient(to top, #f5f7f9, #fff0 80px calc(100% - 80px), #f5f7f9);
    pointer-events: none
}

.main-marqv .slide-vertical {
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
    position: relative
}

.main-marqv .slide-vertical:hover .box {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important
}

.main-marqv .slide-vertical .box {
    position: relative;
    -webkit-animation: slide-vertical 50s linear infinite;
    animation: slide-vertical 50s linear infinite
}

@-webkit-keyframes slide-vertical {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slide-vertical {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.o-hidden {
    overflow: hidden
}

.position-re {
    position: relative
}

.cursor-pointer {
    cursor: pointer
}

.ontop {
    position: relative;
    z-index: 7
}

.rest {
    padding: 0 !important;
    margin: 0 !important
}

img.left {
    margin-left: -40%
}

.bord-thin-top {
    border-top: 1px solid rgba(0, 0, 0, .14)
}

.bord-thin-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .14)
}

.radius-30 {
    border-radius: 30px !important
}

.full-width {
    width: 100% !important
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat
}

.bg-center {
    background-position: center center
}

.section-padding {
    padding-block: 140px
}

.section-padding.numbers,
.section-padding.cta-band {
    padding-block: 50px
}

.fit-img {
    overflow: hidden
}

.fit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.circle {
    border-radius: 50%
}

.circle-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.circle-60 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    overflow: hidden
}

.nowrap {
    white-space: nowrap
}

.underline a {
    text-decoration: underline !important
}

.underline span {
    text-decoration: underline
}

.inline {
    display: inline-block
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rest {
    margin: 0;
    padding: 0
}

.icon-img-50 {
    width: 50px
}

.icon-img-100 {
    width: 100px
}

.icon-img-120 {
    width: 120px
}

.opacity-7 {
    opacity: .7 !important
}

.opacity-9 {
    opacity: .9 !important
}

.text-dark {
    color: #444
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fz-12 {
    font-size: 12px !important
}

.fz-13 {
    font-size: 13px !important
}

.fz-14 {
    font-size: 14px !important
}

.fz-16 {
    font-size: 16px !important
}

.fz-18 {
    font-size: 18px !important
}

.fz-30 {
    font-size: 30px !important
}

.fz-40 {
    font-size: 40px !important
}

.fz-50 {
    font-size: 50px !important
}

.fz-55 {
    font-size: 55px !important
}

.fz-60 {
    font-size: 60px !important
}

.fz-100 {
    font-size: 100px !important;
    line-height: 1.1
}

.line-height-1 {
    line-height: 1
}

.text-u {
    text-transform: uppercase !important
}

.ls1 {
    letter-spacing: 1px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-30 {
    margin-right: 30px !important
}

.ml-auto {
    margin-left: auto
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-50 {
    margin-left: 50px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.padding-rl-20 {
    padding-right: 20px;
    padding-left: 20px
}

body.loaded {
    overflow: hidden !important;
    height: 100% !important
}

.loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999
}

.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #f5f7f9
}

.loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 15px;
    text-transform: uppercase;
    z-index: 20
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate
}

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes loading {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes loading {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

[data-overlay-dark] {
    position: relative
}

[data-overlay-dark] .container {
    position: relative;
    z-index: 7
}

[data-overlay-dark] .container p {
    color: #ddd
}

[data-overlay-dark]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

[data-overlay-dark]:before {
    background: #001348
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff
}

[data-overlay-dark="0"]:before {
    opacity: 0
}

[data-overlay-dark="1"]:before {
    opacity: .1
}

[data-overlay-dark="2"]:before {
    opacity: .2
}

[data-overlay-dark="3"]:before {
    opacity: .3
}

[data-overlay-dark="4"]:before {
    opacity: .4
}

[data-overlay-dark="5"]:before {
    opacity: .5
}

[data-overlay-dark="6"]:before {
    opacity: .6
}

[data-overlay-dark="7"]:before {
    opacity: .7
}

[data-overlay-dark="8"]:before {
    opacity: .8
}

[data-overlay-dark="9"]:before {
    opacity: .9
}

[data-overlay-dark="10"]:before {
    opacity: 1
}

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid transparent;
    z-index: 999
}

.navbar.static {
    position: relative
}

.navbar.main-bg {
    background: #fff;
    border-color: #ffffff0d
}

.navbar.sub-bg {
    background: #f5f7f9;
    border-color: #ffffff0d
}

.navbar.blur {
    border-color: #ffffff0d;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.navbar.bord {
    border-color: #0000000d
}

.navbar.change .navbar-nav .nav-link,
.navbar.change .menu-icon,
.navbar.change .search-form .search-icon {
    color: #fff
}

.navbar.change .search-form .search-icon:after {
    border-color: #ffffff1a
}

.navbar.change.nav-scroll .navbar-nav .nav-link,
.navbar.change.nav-scroll .menu-icon,
.navbar.change.nav-scroll .search-form .search-icon {
    color: #001348
}

.navbar.change.nav-scroll .search-form .search-icon:after {
    border-color: #0000001a
}

.navbar.nav-scroll {
    background: #fff;
    border-color: #ffffff0d;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 30px #0000000d;
    padding: 0 !important;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px)
}

.navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #001348;
    padding: 20px 10px 15px;
    margin: 0 15px
}

.navbar .navbar-nav .nav-link,
.navbar .menu-icon {
    color: #fff
}

.navbar.nav-scroll .nav-link,
.navbar.nav-scroll .menu-icon {
    color: #001348
}

.navbar .navbar-nav .nav-link .rolling-text {
    height: 30px;
    line-height: 30px
}

.navbar .navbar-nav .dropdown-menu {
    padding: 20px 10px;
    border: 1px solid #ddd
}

.navbar .dropdown-menu {
    display: block;
    position: absolute;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    color: #001348;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 255px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
    left: auto;
    right: 248px
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #001348;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 25px;
    position: relative
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
    position: absolute;
    left: 248px;
    top: -15px;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    width: 240px;
    padding: 20px 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
    position: absolute;
    right: 15px
}

.navbar .dropdown-menu .dropdown-item:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #001348;
    position: absolute;
    left: 10px;
    top: 18px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar .dropdown-menu .dropdown-item:hover {
    padding-left: 30px;
    background: transparent
}

.navbar .dropdown-menu .dropdown-item:hover:after {
    width: 10px
}

.navbar .dropdown {
    position: static
}

.navbar .mega-menu {
    width: 96vw;
    position: absolute;
    left: 2vw;
    top: 75px;
    padding: 40px 0 30px !important;
    border-radius: 5px;
    overflow: hidden
}

.navbar .mega-menu .title {
    margin-bottom: 20px
}

.navbar .mega-menu .title .sub-title {
    font-weight: 600
}

.navbar .mega-menu .dropdown-item {
    padding: 10px 0
}

.navbar .mega-menu .dropdown-item:after {
    left: 0
}

.navbar .mega-menu .dropdown-item:hover {
    padding-left: 20px
}

.navbar .search-form {
    position: relative
}

.navbar .search-form.open .form-group {
    opacity: 1;
    visibility: visible;
    bottom: -1px
}

.navbar .search-form .form-group {
    position: absolute;
    right: 0;
    bottom: -35px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 15px;
    background: #ffffff0d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar .search-form .form-group input {
    padding: 10px 55px 10px 15px;
    background: #fff;
    border: 0;
    border-radius: 5px
}

.navbar .search-form .form-group button {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px 15px;
    background: #ccc;
    border: 0;
    border-radius: 5px
}

.navbar .search-form .search-icon {
    position: relative;
    padding: 25px 30px;
    cursor: pointer
}

.navbar .search-form .search-icon:after {
    content: "";
    position: absolute;
    inset: 0;
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.navbar .search-form .search-icon .close-search {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    display: none
}

.navbar .menu-icon {
    padding: 25px 30px
}

.navbar .dropdown-toggle:after {
    margin-left: 5px;
    vertical-align: 12px
}

.navbar .navbar-toggler {
    display: none
}

.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: all .5s cubic-bezier(0, .7, .7, 1);
    -o-transition: all .5s cubic-bezier(0, .7, .7, 1);
    transition: all .5s cubic-bezier(0, .7, .7, 1)
}

.hamenu .logo {
    position: absolute;
    top: 40px;
    left: 40px
}

.hamenu .close-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 4
}

.hamenu .logo,
.hamenu .close-menu {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.hamenu.open .logo,
.hamenu.open .close-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.hamenu.open .menu-links .main-menu>li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.hamenu.open .cont-info .item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.hamenu.open .menu-text .text {
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.hamenu.open .menu-text:after {
    height: 200vh;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.hamenu .menu-links {
    color: #001348;
    height: 100vh;
    padding-top: 140px;
    overflow: auto
}

.hamenu .menu-links::-webkit-scrollbar {
    width: 5px
}

.hamenu .menu-links::-webkit-scrollbar-track {
    background: #eee
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px
}

.hamenu .menu-links .main-menu {
    position: relative;
    z-index: 2
}

.hamenu .menu-links .main-menu ul {
    margin: 0;
    padding: 0
}

.hamenu .menu-links .main-menu>li {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.hamenu .menu-links .main-menu>li .link {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 20px 30px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    width: 100%;
    position: relative;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.hamenu .menu-links .main-menu>li .link i {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f5f7f9
}

.hamenu .menu-links .main-menu>li .link i:before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #001348
}

.hamenu .menu-links .main-menu>li .link i:after {
    content: "";
    width: 16px;
    height: 1px;
    position: absolute;
    top: calc(50% + 8px);
    left: calc(50% - 8px);
    background: #001348
}

.hamenu .menu-links .main-menu>li .link.dopen i:before {
    opacity: 0
}

.hamenu .menu-links .main-menu>li .link .fill-text {
    position: relative;
    color: #0006
}

.hamenu .menu-links .main-menu>li .link .fill-text:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #001348;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: width .75s cubic-bezier(.63, .03, .21, 1);
    -o-transition: width .75s cubic-bezier(.63, .03, .21, 1);
    transition: width .75s cubic-bezier(.63, .03, .21, 1)
}

.hamenu .menu-links .main-menu>li:last-of-type .link {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.hamenu .menu-links .main-menu>li.hoverd .link .fill-text:after {
    width: 0
}

.hamenu .menu-links .main-menu>li .sub-dmenu {
    font-size: 30px;
    font-weight: 500;
    padding-left: 50px;
    text-transform: capitalize;
    letter-spacing: normal;
    border-color: #0000000d;
    background: #00000004
}

.hamenu .menu-links .main-menu .sub-menu {
    display: none;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.hamenu .menu-links .main-menu .sub-menu.no-bord {
    border-top: 0;
    padding: 0
}

.hamenu .menu-links .main-menu .sub-menu li {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 400
}

.hamenu .menu-links .main-menu .sub-menu li a {
    padding: 12px 12px 12px 40px;
    opacity: .6;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
    opacity: 1
}

.hamenu .menu-links .main-menu .sub-menu2 {
    display: none;
    padding: 10px 0 20px
}

.hamenu .menu-links .main-menu .sub-menu2 li {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 400
}

.hamenu .menu-links .main-menu .sub-menu2 li a {
    padding: 12px 12px 12px 70px;
    opacity: .6;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.hamenu .menu-links .main-menu .sub-menu2 li a:hover {
    opacity: 1
}

.hamenu .menu-text {
    position: relative;
    height: 100%
}

.hamenu .menu-text .text {
    position: absolute;
    right: 25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.hamenu .menu-text .text h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 10vw;
    font-weight: 200;
    line-height: 1;
    text-transform: uppercase;
    opacity: .05
}

.hamenu .menu-text:after {
    content: "";
    width: 1px;
    height: 0;
    background: #0000000d;
    position: absolute;
    right: -30px;
    bottom: -75vh;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.hamenu .cont-info {
    padding-top: 140px;
    padding-left: 15px;
    position: relative;
    z-index: 3
}

.hamenu .cont-info:after {
    content: "";
    width: 300%;
    height: 200vh;
    position: absolute;
    left: -30px;
    top: -75vh;
    background: #f5f7f9;
    border-left: 1px solid #ddd;
    z-index: -1
}

.hamenu .cont-info .item {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0
}

.hamenu .cont-info .item h5 {
    font-size: 20px
}

.sec-head .stroke {
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, .4);
    font-weight: 800;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1
}

.sec-head .bord {
    position: relative;
    padding-right: 30px
}

.sec-head .bord:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.sub-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.resume .items {
    padding-left: 50px;
    position: relative
}

.resume .items:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    z-index: 2
}

.resume .items h6 {
    display: inline-block;
    color: #777;
    padding: 7px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    margin-bottom: 15px
}

.resume .items h5 {
    font-size: 22px
}

.resume .items span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px
}

.page-intro .img {
    height: 520px
}

.blog .img {
    border-radius: 15px;
    overflow: hidden
}

.blog .cont {
    width: 100%
}

.blog .cont .info .date {
    padding-right: 30px;
    margin-right: 20px;
    position: relative
}

.blog .cont .info .date:after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff
}

.blog-crev .item {
    border-radius: 15px
}

.blog-crev .item .img {
    position: relative;
    border-radius: 15px
}

.blog-crev .item .img img {
    border-radius: 15px
}

.blog-crev .item .img .tag {
    position: absolute;
    bottom: -2px;
    left: 50%;
    border-radius: 25px 25px 0 0;
    padding: 8px 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.blog-crev .item .img .tag .shap-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -1.05rem;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.blog-crev .item .img .tag .shap-right-bottom svg {
    width: 1.1rem;
    height: 1.1rem
}

.blog-crev .item .img .tag .shap-left-bottom {
    position: absolute;
    bottom: -1px;
    left: -1.05rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog-crev .item .img .tag .shap-left-bottom svg {
    width: 1.1rem;
    height: 1.1rem
}

.blog-crev .item .cont {
    padding: 40px 30px
}

.blog-list-half .item {
    border-radius: 10px;
    overflow: hidden
}

.blog-list-half .item .img {
    min-height: 300px;
    padding-right: 0;
    position: relative
}

.blog-list-half .item .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#001348), to(transparent));
    background: -webkit-linear-gradient(top, #001348, transparent);
    background: -o-linear-gradient(top, #001348, transparent);
    background: linear-gradient(180deg, #001348, transparent);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.blog-list-half .item .img .img-post {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px
}

.blog-list-half .item .img .author {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.blog-list-half .item .cont {
    padding: 40px 15px 40px 30px
}

.blog-list-half .item .cont .tags a {
    font-size: 12px;
    padding: 8px 20px;
    background: #0000000d;
    border-radius: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.blog-list-half .item .cont .tags a:hover {
    background: #0071bc
}

.blog-list-half .item:hover .img:after {
    opacity: .3
}

.blog-list-half .item:hover .img .author {
    opacity: 1
}

.sidebar .widget {
    margin-bottom: 50px
}

.sidebar .widget .title-widget {
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative
}

.sidebar .widget .title-widget:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.sidebar .widget.last-post-thum .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.sidebar .widget.last-post-thum .item:last-of-type {
    margin-bottom: 0
}

.sidebar .widget.last-post-thum .item:hover .img a .date {
    opacity: 1
}

.sidebar .widget.last-post-thum .item .img {
    width: 90px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden
}

.sidebar .widget.last-post-thum .item .img a {
    width: 100%;
    height: 100%;
    position: relative
}

.sidebar .widget.last-post-thum .item .img a .date {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #0000001a;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.sidebar .widget.last-post-thum .item .img a .date span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    line-height: 1
}

.sidebar .widget.last-post-thum .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sidebar .widget.last-post-thum .item .cont {
    padding-left: 25px
}

.sidebar .widget.last-post-thum .item .cont h6 {
    font-size: 17px
}

.sidebar .widget.last-post-thum .item .cont .tag {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 30px;
    background: #00000008;
    margin-bottom: 10px
}

.sidebar .widget.tags a {
    padding: 8px 15px;
    border-radius: 5px;
    background: #00000005;
    margin: 2px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.sidebar .widget.tags a:hover {
    background: #0071bc
}

.blog-header .background {
    height: 50vh;
    min-height: 400px
}

.main-post .info-area .tags span {
    font-size: 14px;
    margin-right: 5px;
    opacity: .7
}

.main-post .info-area .tags a {
    padding: 7px 20px;
    font-size: 13px;
    background: #00000005;
    border-radius: 30px;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.main-post .info-area .tags a:hover {
    background: #0071bc;
    color: #001348
}

.main-post .author-area {
    padding: 40px;
    background: #00000005;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.main-post .author-area .author-img .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden
}

.brands .brand-swiper .swiper-slide {
    height: auto
}

.contact input,
.contact textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background: transparent;
    padding: 15px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.contact input:focus,
.contact textarea:focus {
    border-color: #001348
}

.contact textarea {
    min-height: 180px
}

.contact .info-box {
    padding: 80px 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    position: relative;
    overflow: hidden
}

.contact .info-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/map.png);
    background-size: cover;
    opacity: .3;
    z-index: -1
}

.contact .form2 input,
.contact .form2 textarea {
    padding: 15px 30px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 30px
}

.accordion .title {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px
}

.accordion .title .ico {
    position: absolute;
    bottom: 20px;
    right: 15px
}

.accordion .accordion-info {
    display: none;
    padding: 30px;
    background: #ffffff05;
    border-radius: 15px
}

.accordion .active .title .ico {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion .active .accordion-info {
    display: block
}

.modern-footer {
    background: #021635;
    color: #fff
}

.modern-footer .sub-bg {
    background: #021635 !important
}

.modern-footer.sub-bg {
    background: #021635 !important;
    color: #fff
}

.modern-footer.sub-bg .main-bg {
    background: #021635 !important
}

.modern-footer .bord-thin-top,
.modern-footer .bord-thin-bottom {
    border-color: #ffffff1a
}

.modern-footer .butn.butn-bord-thin {
    border-color: #ffffff1a;
    color: #fff
}

.modern-footer .bord-left {
    position: relative
}

.modern-footer .bord-left:after {
    content: "";
    position: absolute;
    top: -80px;
    bottom: -80px;
    left: -80px;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.page-header-cerv {
    position: relative
}

.page-header-cerv.section-padding,
.page-header.section-padding {
    padding: 100px 0
}

.page-header-error {
    min-height: 100vh;
    position: relative
}

.page-header-error .main-marq {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: .1
}

.page-header-error .main-marq .item {
    padding: 0 100px
}

.page-header-error .main-marq .item h4 {
    font-size: 20vw;
    line-height: 1;
    color: transparent !important;
    -webkit-text-stroke: .5px #fff !important
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    25% {
        background-position: 50% 0
    }

    50% {
        background-position: 90% 0
    }

    60% {
        background-position: 60%
    }

    75% {
        background-position: 40%
    }

    to {
        background-position: 0 0
    }
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    25% {
        background-position: 50% 0
    }

    50% {
        background-position: 90% 0
    }

    60% {
        background-position: 60%
    }

    75% {
        background-position: 40%
    }

    to {
        background-position: 0 0
    }
}

.inter-links-center {
    position: relative;
    height: 100vh;
    overflow: auto
}

.inter-links-center::-webkit-scrollbar {
    width: 0
}

.inter-links-center.horizontal .links-text ul {
    margin-left: -40px !important;
    margin-right: -40px !important
}

.inter-links-center.horizontal .links-text li {
    display: inline-block;
    padding: 40px
}

.inter-links-center.horizontal .links-text li .sub-title {
    margin-bottom: 10px
}

.inter-links-center.horizontal .links-text li h2 {
    font-weight: 700;
    font-size: 30px
}

.inter-links-center.horizontal .links-text li h2 a .tag {
    display: block;
    font-weight: 400
}

.inter-links-center.vertical .links-text {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    z-index: 66
}

.inter-links-center.vertical .links-text li {
    padding: 0 20px
}

.inter-links-center .links-text li {
    padding: 40px 0;
    position: relative;
    z-index: 9
}

.inter-links-center .links-text li:hover {
    color: #fff
}

.inter-links-center .links-text li:hover .text {
    color: #fff;
    -webkit-text-stroke-color: transparent
}

.inter-links-center .links-text li .text {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: transparent;
    -webkit-text-stroke: 1px #001348
}

.inter-links-center .links-text li h2 {
    font-weight: 700
}

.inter-links-center .links-text li h2 a .tag {
    font-weight: 400;
    opacity: .5
}

.inter-links-center .links-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    overflow: hidden
}

.inter-links-center .links-img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.inter-links-center .links-img .img.current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.inter-links-center .links-img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.inter-fixed-text .links-img:hover .img img {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.inter-fixed-text .links-img:hover .current img {
    -webkit-filter: none;
    filter: none
}

.inter-fixed-text .links-img .img {
    position: relative;
    height: 80vh;
    max-height: 700px;
    border-radius: 30px;
    overflow: hidden
}

.inter-fixed-text .links-img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.inter-fixed-text .links-img .cont {
    margin-top: 30px;
    text-align: center;
    display: none
}

.inter-fixed-text .links-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4;
    pointer-events: none
}

.inter-fixed-text .links-text li {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    text-align: center;
    overflow: hidden
}

.inter-fixed-text .links-text li .tag {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.inter-fixed-text .links-text li h2 {
    font-size: 75px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px)
}

.inter-fixed-text .links-text li .tag,
.inter-fixed-text .links-text li h2 {
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.inter-fixed-text .links-text li.current .tag,
.inter-fixed-text .links-text li.current h2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.portfolio-tab .cluom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: relative
}

.portfolio-tab .cluom:last-of-type {
    border-bottom: 0
}

.portfolio-tab .cluom.current {
    border-left-color: transparent
}

.portfolio-tab .cluom .more {
    margin-left: auto
}

.portfolio-tab .cluom .img {
    position: absolute;
    top: -25px;
    right: 200px;
    width: 200px;
    height: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.portfolio-tab .glry-img {
    width: 100%;
    height: 100%;
    position: relative
}

.portfolio-tab .glry-img .bg-img {
    position: absolute;
    inset: 40px;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    background-size: cover;
    background-position: center center
}

.portfolio-tab .glry-img .bg-img.current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.portfolio-carsouel {
    overflow: hidden
}

.portfolio-carsouel .swiper-slide {
    width: 45%
}

.portfolio-carsouel .swiper-slide:nth-child(2n) {
    width: 30%
}

.portfolio-carsouel .swiper-slide:nth-child(3n) {
    width: 40%
}

.portfolio-carsouel .work-swiper-auto {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0)
}

.portfolio-carsouel .swiper-container {
    overflow: visible
}

.portfolio-carsouel .work-swiper-center .item .img {
    height: 400px;
    border-radius: 10px;
    overflow: hidden
}

.work-carsouel {
    position: relative
}

.work-carsouel .work-crus .swiper-slide:hover .img .cont span,
.work-carsouel .work-crus .swiper-slide:hover .img .cont h6 {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.work-carsouel .work-crus.random .swiper-container {
    overflow: visible
}

.work-carsouel .work-crus.random .swiper-slide .item .img {
    height: 450px
}

.work-carsouel .work-crus.random .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img {
    height: 380px;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px)
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.work-carsouel .out-right .swiper-container {
    overflow: visible
}

.work-carsouel.full-height .swiper-slide .img {
    height: 60vh
}

.work-carsouel.full-height .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.work-carsouel .work-controls .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    z-index: 44
}

.work-carsouel .work-controls .swiper-pagination span {
    cursor: pointer
}

.portfolio-fixed .left {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.portfolio-fixed .img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    opacity: 0
}

.portfolio-fixed .img:first-of-type {
    opacity: 1;
    z-index: 1
}

.portfolio-fixed .img:nth-of-type(2) {
    z-index: 2
}

.portfolio-fixed .img:nth-of-type(3) {
    z-index: 3
}

.portfolio-fixed .img:nth-of-type(4) {
    z-index: 4
}

.portfolio-fixed .img:nth-of-type(5) {
    z-index: 5
}

.portfolio-fixed .img:nth-of-type(6) {
    z-index: 6
}

.portfolio-fixed .img:nth-of-type(7) {
    z-index: 7
}

.portfolio-fixed .img:nth-of-type(8) {
    z-index: 8
}

.portfolio-fixed .img:nth-of-type(9) {
    z-index: 9
}

.portfolio-fixed .img:nth-of-type(10) {
    z-index: 10
}

.portfolio-fixed .img.current {
    opacity: 1
}

.portfolio-fixed .right {
    padding: 250px 100px;
    overflow: hidden
}

.portfolio-fixed .cont {
    margin-bottom: 300px;
    opacity: .1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.portfolio-fixed .cont:last-of-type {
    margin-bottom: 0
}

.portfolio-fixed .cont.active {
    opacity: 1
}

.portfolio-fixed .current.cont {
    opacity: 1
}

.filtering span {
    margin: 0 20px;
    cursor: pointer;
    position: relative
}

.filtering span:after {
    content: "";
    position: absolute;
    left: -2px;
    right: 110%;
    bottom: -2px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.filtering span.text {
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px
}

.filtering span.text:after {
    display: none
}

.filtering span.active:after {
    right: -2px
}

.div-tooltip-tit {
    display: none;
    position: absolute;
    background-color: #001348;
    color: #fff;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999
}

.div-tooltip-sub {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px 14px;
    color: #001348;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999
}

.pricing .item {
    padding: 50px 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px
}

.pricing .item li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.pricing .item li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 5px)
}

.process .item {
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.process .item:last-of-type {
    border: 0
}

.services .item-box2 {
    padding: 40px;
    border-radius: 20px;
    background: #f5f7f9;
    position: relative;
    overflow: hidden
}

.services .item-box2 .icon {
    width: 70px;
    opacity: .5
}

.services .serv-swiper {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0)
}

.services .swiper-container {
    overflow: visible
}

.full-showcase .parallax-slider {
    position: relative
}

.full-showcase .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0
}

.full-showcase .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center
}

.full-showcase .parallax-slider .swiper-slide .video-container {
    position: absolute;
    inset: 0
}

.full-showcase .parallax-slider .swiper-slide .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.full-showcase .parallax-slider .swiper-slide-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 99
}

.full-showcase .parallax-slider .swiper-slide-active .caption .thin,
.full-showcase .parallax-slider .swiper-slide-active .caption .btn-curve,
.full-showcase .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.full-showcase .parallax-slider .caption h1 {
    font-size: 100px
}

.full-showcase .parallax-slider .caption p {
    color: #eee;
    margin-top: 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.full-showcase .swiper-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 9
}

.full-showcase .swiper-controls .swiper-button-prev,
.full-showcase .swiper-controls .swiper-button-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #fff;
    z-index: 9
}

.full-showcase .swiper-controls .swiper-button-prev:after,
.full-showcase .swiper-controls .swiper-button-next:after {
    display: none
}

.full-showcase .swiper-controls .swiper-button-prev span,
.full-showcase .swiper-controls .swiper-button-next span {
    white-space: nowrap
}

.full-showcase .swiper-controls .swiper-button-prev {
    left: 120px
}

.full-showcase .swiper-controls .swiper-button-prev i {
    margin-right: 25px
}

.full-showcase .swiper-controls .swiper-button-next {
    right: 120px
}

.full-showcase .swiper-controls .swiper-button-next i {
    margin-left: 25px
}

.full-showcase .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    width: auto
}

.full-showcase .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important
}

.full-showcase .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset
}

.full-showcase .path {
    display: none
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

.carousel-slider {
    min-height: 100vh;
    position: relative
}

.carousel-slider .gallery-img .bg-img {
    height: 60vh;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-position: center
}

.carousel-slider .gallery-img .bg-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.carousel-slider .gallery-text {
    position: absolute;
    width: auto;
    top: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    text-align: center;
    margin: auto;
    z-index: 9
}

.carousel-slider .gallery-text .swiper-container,
.carousel-slider .gallery-text .swiper-slide {
    height: 100px !important
}

.carousel-slider .gallery-text .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.carousel-slider .gallery-text .text {
    width: 100%;
    text-align: center;
    color: #fff
}

.carousel-slider .gallery-text .text h4 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1
}

.carousel-slider .gallery-text .text h6 {
    margin-top: 15px;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px
}

.carousel-slider .gallery-text .text h6 span {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.carousel-slider .gallery-text .swiper-slide-active .text h6 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.carousel-slider .swiper-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 9
}

.carousel-slider .swiper-controls .swiper-button-prev,
.carousel-slider .swiper-controls .swiper-button-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #001348;
    z-index: 9
}

.carousel-slider .swiper-controls .swiper-button-prev:after,
.carousel-slider .swiper-controls .swiper-button-next:after {
    display: none
}

.carousel-slider .swiper-controls .swiper-button-prev span,
.carousel-slider .swiper-controls .swiper-button-next span {
    white-space: nowrap
}

.carousel-slider .swiper-controls .swiper-button-prev {
    left: 120px
}

.carousel-slider .swiper-controls .swiper-button-prev i {
    margin-right: 25px
}

.carousel-slider .swiper-controls .swiper-button-next {
    right: 120px
}

.carousel-slider .swiper-controls .swiper-button-next i {
    margin-left: 25px
}

.carousel-slider .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    width: auto
}

.carousel-slider .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important
}

.carousel-slider .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset
}

.carousel-slider .path {
    display: none
}

.half-slider {
    min-height: 100vh;
    position: relative;
    background: #001348
}

.half-slider .gallery-img {
    width: 75vw;
    margin-left: 25vw
}

.half-slider .gallery-img .swiper-slide {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.half-slider .gallery-img .swiper-slide-active .bg-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.half-slider .gallery-img .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    background-position: center
}

.half-slider .gallery-img .bg-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.half-slider .gallery-text {
    position: absolute;
    width: auto;
    top: 50%;
    left: -15vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

.half-slider .gallery-text .text {
    color: #fff
}

.half-slider .gallery-text .text h4 {
    font-size: 70px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: .5px rgba(255, 255, 255, .5);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.half-slider .gallery-text .text h6 {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px
}

.half-slider .gallery-text .text h6 span {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.half-slider .gallery-text .swiper-slide-active .text h4 {
    color: #fff;
    -webkit-text-stroke: .5px rgba(255, 255, 255, 0)
}

.half-slider .gallery-text .swiper-slide-active .text h6 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.half-slider .swiper-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 9
}

.half-slider .swiper-controls .swiper-button-prev,
.half-slider .swiper-controls .swiper-button-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #fff;
    z-index: 9
}

.half-slider .swiper-controls .swiper-button-prev:after,
.half-slider .swiper-controls .swiper-button-next:after {
    display: none
}

.half-slider .swiper-controls .swiper-button-prev span,
.half-slider .swiper-controls .swiper-button-next span {
    white-space: nowrap
}

.half-slider .swiper-controls .swiper-button-prev {
    left: 120px
}

.half-slider .swiper-controls .swiper-button-prev i {
    margin-right: 25px
}

.half-slider .swiper-controls .swiper-button-next {
    right: 120px
}

.half-slider .swiper-controls .swiper-button-next i {
    margin-left: 25px
}

.half-slider .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    width: auto
}

.half-slider .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important
}

.half-slider .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset
}

.half-slider .path {
    display: none
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

.slider,
.slider .parallax-slider {
    position: relative
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    border-radius: 0 0 0 30px
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    inset: 0;
    background-size: cover
}

.slider .parallax-slider .caption h2 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7px
}

.slider .parallax-slider .caption h1 {
    font-size: 80px
}

.slider .slider-contro .swiper-nav-ctrl {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: inherit;
    text-transform: uppercase
}

.slider .slider-contro .swiper-nav-ctrl:after {
    display: none
}

.slider .swiper-pagination {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: auto;
    font-size: 40px;
    color: #fff
}

.slider .swiper-pagination .swiper-pagination-total {
    position: relative;
    padding-left: 25px;
    margin-left: 15px
}

.slider .swiper-pagination .swiper-pagination-total:before {
    content: "/";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px
}

.swiper-arrow-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px
}

.swiper-arrow-control .swiper-button-next,
.swiper-arrow-control .swiper-button-prev {
    position: static;
    width: 50px;
    height: 50px;
    background: #00000003;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%;
    color: inherit
}

.swiper-arrow-control .swiper-button-next:after,
.swiper-arrow-control .swiper-button-prev:after {
    display: none
}

.swiper-arrow-control .swiper-button-next {
    margin-left: 15px
}

.team .item {
    position: relative;
    padding-right: 60px
}

.team .item:hover .img .info {
    bottom: 15px;
    opacity: 1
}

.team .item:hover .social {
    right: 5px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg)
}

.team .item .img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.team .item .img .info {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -15px;
    padding: 15px;
    text-align: center;
    color: #fff;
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.team .item .social {
    position: absolute;
    inset: 50px 60px 40px 50px;
    border: 1px solid rgba(0, 0, 0, .05);
    background: #f5f7f9;
    border-radius: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.team .item .social .links {
    position: absolute;
    top: 15px;
    right: 15px
}

.team .item .social .links a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-bottom: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.team .item .social .links a:hover {
    background: #0071bc;
    border-color: #0071bc;
    color: #111
}

.team-tab .cluom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.team-tab .cluom:last-of-type {
    border-bottom: 0
}

.team-tab .cluom.current {
    border-left-color: transparent
}

.team-tab .cluom .more {
    margin-left: auto
}

.team-tab .glry-img {
    width: 100%;
    height: 100%;
    position: relative
}

.team-tab .glry-img .bg-img {
    position: absolute;
    inset: 80px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    background-size: cover;
    background-position: center center
}

.team-tab .glry-img .bg-img.current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.testimonials {
    position: relative
}

.testimonials .swiper-slide {
    padding-top: 50px;
    padding-left: 50px
}

.testimonials .item .text {
    position: relative
}

.testimonials .item .circle {
    width: 80px;
    height: 80px
}

.testim-crev .item {
    padding: 50px 50px 0;
    border-radius: 30px 30px 30px 0;
    position: relative
}

.testim-crev .item .tag {
    padding: 8px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px
}

.testim-crev .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -50px
}

.testim-crev .item .info .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.testim-crev .item .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testim-crev .testim-swiper2 .item p {
    font-size: 17px
}

.testimonials-crev {
    position: relative
}

.testimonials-crev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001348;
    opacity: .5
}

.testimonials-crev .sec-head {
    color: #fff
}

.testimonials-crev .container {
    position: relative;
    z-index: 5
}

.testimonials-crev .testim-swiper {
    position: relative;
    padding: 60px 80px 60px 0
}

.testimonials-crev .testim-swiper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2px;
    width: 100vw;
    background: #fff
}

.testimonials-crev .swiper-slide {
    padding-top: 50px
}

.testimonials-crev .item .text {
    position: relative
}

.testimonials-crev .item .circle {
    width: 300px;
    height: 300px
}

.testimonials-crev .control-abslout .swiper-button-next {
    margin: 15px 0 0
}

.testimonials-crev .control-abslout .swiper-button-prev,
.testimonials-crev .control-abslout .swiper-button-next {
    background: #0000001a;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media screen and (max-width:992px) {
    .md-mb30 {
        margin-bottom: 30px
    }

    .md-mb50 {
        margin-bottom: 50px !important
    }

    .md-mb80 {
        margin-bottom: 80px
    }

    .justify-end .swiper-controls {
        margin-top: 30px
    }

    .row.lg-marg {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.lg-marg>* {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.xlg-marg {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.xlg-marg>* {
        padding-left: 15px;
        padding-right: 15px
    }

    h1 {
        font-size: 50px
    }

    h2 {
        font-size: 40px
    }

    h3 {
        font-size: 30px
    }

    h4 {
        font-size: 28px
    }

    h5 {
        font-size: 23px
    }

    h6 {
        font-size: 20px
    }

    .navbar .search-form,
    .hamenu .menu-text,
    .hamenu .cont-info {
        display: none
    }

    .hamenu .menu-links {
        height: calc(100vh - 40px)
    }

    .sec-head h2 {
        font-size: 35px
    }

    .slider .parallax-slider .caption h2 {
        font-size: 25px
    }

    .inter-fixed-text .links-text {
        display: none
    }

    .inter-fixed-text .links-img:hover .img img {
        -webkit-filter: none;
        filter: none
    }

    .inter-fixed-text .links-img .items {
        margin-bottom: 50px
    }

    .inter-fixed-text .links-img .items:last-of-type {
        margin-bottom: 0
    }

    .inter-fixed-text .links-img .items .cont {
        display: block
    }

    .team-tab .glry-img,
    .portfolio-tab .glry-img {
        display: none
    }

    .portfolio-tab .cluom:hover .img {
        opacity: 1;
        visibility: visible
    }

    .process .item:nth-of-type(2) {
        border: 0
    }

    .testimonials-crev .item .content {
        margin-left: 0 !important
    }

    .testimonials-crev .item .circle {
        display: none
    }

    .modern-footer .call-action {
        margin-bottom: 50px
    }

    .modern-footer .bord-left:after {
        display: none
    }

    .page-header .fz-100,
    .page-header-cerv .fz-100 {
        font-size: 80px !important
    }

    .filtering span {
        margin: 10px
    }

    .portfolio-fixed {
        padding-top: 140px
    }

    .portfolio-fixed .left {
        display: none
    }

    .portfolio-fixed .right {
        padding: 0 15px 120px
    }

    .portfolio-fixed .cont {
        opacity: 1 !important;
        margin-bottom: 80px;
        padding: 0 15px
    }

    .full-showcase .parallax-slider .caption h1 {
        font-size: 80px
    }

    .carousel-slider .gallery-text .text h4 {
        font-size: 34px
    }

    .half-slider .gallery-img {
        width: 100%;
        margin-left: 0
    }

    .half-slider .gallery-text {
        left: 0
    }

    .half-slider .gallery-text .text {
        padding-left: 15px
    }

    .half-slider .gallery-text {
        width: 100%
    }

    .inter-links-center .links-text li h2 {
        font-size: 50px !important
    }

    .inter-links-center.vertical {
        height: auto
    }

    .inter-links-center.vertical .links-text {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb
    }

    .inter-links-center.vertical .links-text li {
        padding: 30px 0
    }
}

@media screen and (max-width:768px) {
    .sm-mb30 {
        margin-bottom: 30px
    }

    h1 {
        font-size: 50px
    }

    h2 {
        font-size: 34px
    }

    h3 {
        font-size: 30px
    }

    h4 {
        font-size: 28px
    }

    h5 {
        font-size: 23px
    }

    h6 {
        font-size: 18px
    }

    .progress-wrap {
        bottom: 15px;
        right: 15px
    }

    .hamenu .logo {
        left: 25px
    }

    .hamenu .close-menu {
        top: 25px;
        right: 25px
    }

    .hamenu .menu-links .main-menu>li .link {
        font-size: 30px
    }

    .hamenu .menu-links .main-menu>li .sub-dmenu {
        font-size: 24px
    }

    .hamenu .menu-links .main-menu .sub-menu li,
    .hamenu .menu-links .main-menu .sub-menu2 li {
        font-size: 20px
    }

    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .sec-head .bord {
        display: block !important
    }

    .sec-head .bord .ml-auto {
        margin-top: 15px !important
    }

    .sec-head .bord .d-flex {
        display: block !important
    }

    .sec-head h2 {
        font-size: 28px
    }

    .sec-head .go-more {
        margin-top: 10px
    }

    .slider .parallax-slider .caption h1 {
        font-size: 50px
    }

    .slider .parallax-slider .caption h2 {
        letter-spacing: 1px
    }

    .inter-fixed-text .links-img .img {
        height: 400px
    }

    .team-tab .cluom,
    .portfolio-tab .cluom {
        padding: 40px 30px;
        overflow: hidden
    }

    .team-tab .cluom .info h4,
    .portfolio-tab .cluom .info h4 {
        font-size: 20px
    }

    .team-tab .cluom .img,
    .portfolio-tab .cluom .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .team-tab .cluom .img img,
    .portfolio-tab .cluom .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }

    .team-tab .cluom .img:after,
    .portfolio-tab .cluom .img:after {
        content: "";
        position: absolute;
        inset: 0;
        background: #001348;
        opacity: .15
    }

    .numbers .item {
        -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
        justify-content: left !important
    }

    .testim-crev .item {
        padding: 50px 0 0
    }

    .testim-crev .item .text {
        padding: 0 15px
    }

    .testim-crev .item .text p {
        font-size: 18px !important
    }

    .testim-crev .item .info {
        margin-left: 0
    }

    .testimonials .item .text .fz-30 {
        font-size: 16px !important
    }

    .testimonials .item .circle {
        width: 60px;
        height: 60px
    }

    .testimonials .swiper-slide {
        padding-top: 60px;
        padding-left: 30px
    }

    .testimonials-crev .item h4 {
        font-size: 22px
    }

    .testim-crev .testim2 .item {
        padding: 40px 15px
    }

    .testim-crev .testim2 .item .info .ml-auto {
        position: absolute;
        right: 5px;
        bottom: 5px
    }

    .blog-list-half .item .cont .date {
        margin-top: 40px !important
    }

    .modern-footer .logo {
        width: 100px !important
    }

    .modern-footer .fz-60 {
        font-size: 30px !important
    }

    .modern-footer .info {
        display: block !important
    }

    .modern-footer .info .ml-30 {
        margin: 15px 0 0 !important
    }

    .page-header .fz-100,
    .page-header-cerv .fz-100 {
        font-size: 45px !important
    }

    .portfolio-fixed {
        padding-top: 100px
    }

    .full-showcase .swiper-controls .swiper-button-next,
    .carousel-slider .swiper-controls .swiper-button-next,
    .half-slider .swiper-controls .swiper-button-next {
        right: 50px
    }

    .full-showcase .swiper-controls .swiper-button-prev,
    .carousel-slider .swiper-controls .swiper-button-prev,
    .half-slider .swiper-controls .swiper-button-prev {
        left: 50px
    }

    .full-showcase .swiper-pagination,
    .carousel-slider .swiper-pagination,
    .half-slider .swiper-pagination {
        display: none
    }

    .full-showcase .parallax-slider .caption h1 {
        font-size: 40px
    }

    .carousel-slider .gallery-text .text h4 {
        font-size: 24px
    }

    .carousel-slider .gallery-text .text h6 {
        font-size: 14px;
        letter-spacing: 1px
    }

    .half-slider .gallery-text .text h4 {
        font-size: 35px
    }

    .inter-links-center .links-text li h2 {
        font-size: 28px !important
    }

    .inter-links-center.vertical .links-text li,
    .inter-links-center .links-text li {
        padding: 20px 0
    }
}