.floating-man {
    width: 350px
}
.fadeIn1 {
    animation-duration: 1.5s
}
.fadeIn2 {
    animation-duration: 1.75s
}
.fadeIn3 {
    animation-duration: 2s
}
.fadeIn4 {
    animation-duration: 2.25s
}
.fadeIn5 {
    animation-duration: 2.5s
}
.fadeIn1,.fadeIn2,.fadeIn3,.fadeIn4,.fadeIn5 {
    animation-fill-mode: both
}
.fadeInBottom {
    animation-name: g
}
.moving-waves>use {
    animation: f 40s cubic-bezier(.55,.5,.45,.5) infinite
}
.moving-waves>use:first-child {
    animation-delay: -2s;
    animation-duration: 11s
}
.moving-waves>use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s
}
.moving-waves>use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s
}
.moving-waves>use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s
}
.moving-waves>use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s
}
.moving-waves>use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s
}
@keyframes f {
    0% {
        transform: translate3d(-90px,0,0)
    }

    to {
        transform: translate3d(85px,0,0)
    }
}
@media (max-width: 767.98px) {
    .waves {
        height:40px;
        min-height: 40px
    }

    hr.horizontal {
        background-color: transparent
    }

    hr.horizontal:not(.dark) {
        background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0))
    }

    hr.horizontal.vertical {
        transform: rotate(90deg)
    }

    hr.horizontal.dark {
        background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.4),transparent)
    }
}
.overflow-visible {
    overflow: visible!important
}
.bg-cover {
    background-size: cover
}
.overflow-x-hidden {
    overflow-x: hidden
}
.overflow-y-hidden {
    overflow-y: hidden
}
.overflow-x-scroll {
    overflow-x: scroll
}
.overflow-y-scroll {
    overflow-y: scroll
}
.mask {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8
}
.cursor-pointer {
    cursor: pointer
}
.transform-translate-50 {
    transform: translateY(-50%)
}
@media (min-width: 992px) {
    .virtual-reality .sidenav {
        margin-top:1.5rem;
        animation-name: g;
        animation-fill-mode: both;
        animation-duration: 1.5s;
        transform: scale(.6);
        background: #fff;
        left: 18%!important;
        position: absolute
    }
}
.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}
.waves.waves-sm {
    height: 50px;
    min-height: 50px
}
.waves.no-animation .moving-waves>use {
    animation: none
}
.wave-rotate {
    transform: rotate(180deg)
}
.timeline {
    position: relative
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    border-right: 2px solid #dee2e6
}
.timeline-block {
    position: relative
}
.timeline-block:after {
    content: "";
    display: table;
    clear: both
}
.timeline-block:first-child {
    margin-top: 0
}

.timeline-block:last-child {
    margin-bottom: 0
}
.timeline-step {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 600;
    z-index: 1
}
.timeline-step i,.timeline-step svg {
    line-height: 1.4
}
.timeline-content {
    margin-left: 45px;
    padding-top: .35rem;
    position: relative;
    top: -6px
}
.timeline-content:after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 992px) {
    .timeline:before {
        left:50%;
        margin-left: -1px
    }

    .timeline-step {
        left: 50%
    }

    .timeline-content {
        width: 38%
    }

    .timeline-block:nth-child(2n) .timeline-content {
        float: right
    }
}
.timeline-one-side .timeline-step,.timeline-one-side:before {
    left: 1rem
}
.timeline-one-side .timeline-content {
    width: auto
}
@media (min-width: 992px) {
    .timeline-one-side .timeline-content {
        max-width:30rem
    }
}
.timeline-one-side .timeline-block:nth-child(2n) .timeline-content {
    float: none
}
.tilt {
    transform-style: preserve-3d
}
.tilt .up {
    transform: translateZ(50px) scale(.7)!important;
    transition: all .5s
}
.bs-tooltip-auto[x-placement^=right] .tooltip-arrow,.bs-tooltip-right .tooltip-arrow {
    left: 1px
}
.bs-tooltip-auto[x-placement^=left] .tooltip-arrow,.bs-tooltip-left .tooltip-arrow {
    right: 1px
}
.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
}
.min-vh-75 {
    min-height: 70vh !important;
}

.bg-gradient-dark {
    background-image: linear-gradient(310deg, #141727, #3a416f);
}
.fadeInBottom {
    animation-name: g;
}
.fadeIn1, .fadeIn2, .fadeIn3, .fadeIn4, .fadeIn5 {
    animation-fill-mode: both;
}
.fadeIn1 {
    animation-duration: 1.5s;
}
.floating-man {
    width: 350px;
}
.mt-n10 {
    margin-top: -12rem !important;
}
.ms-7 {
    margin-left: 6rem !important;
}
.fadeInBottom {
    animation-name: g;
}
.fadeIn1, .fadeIn2, .fadeIn3, .fadeIn4, .fadeIn5 {
    animation-fill-mode: both;
}
.fadeIn3 {
    animation-duration: 2s;
}
.floating-man {
    width: 350px;
}
.z-index-2 {
    z-index: 2 !important;
}
.me-8 {
    margin-right: 8rem !important;
}
.mt-10 {
    margin-top: 12rem !important;
}
.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
.text-gradient.text-primary {
    background-image: linear-gradient(310deg, #30b1f9, #aae1ff);
}
.bg-gradient-dark {
    background-image: linear-gradient(310deg, #141727, #3a416f);
}
.bg-gradient-info {
    background-image: linear-gradient(310deg, #2152ff, #21d4fd);
}
.opacity-8 {
    opacity: .8 !important;
}
.opacity-6 {
    opacity: .6 !important;
}
.colored-shadow {
    transform: scale(.94);
    top: 3.5%;
    filter: blur(12px);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1
}

.colored-shadow.avatar-xs {
    transform: scale(.87);
    width: 24px;
    height: 24px
}

.colored-shadow.avatar-sm {
    transform: scale(.87);
    width: 36px;
    height: 36px
}

.colored-shadow.avatar-lg {
    transform: scale(.87);
    width: 58px;
    height: 58px
}

.colored-shadow.avatar-xl {
    transform: scale(.87);
    width: 74px;
    height: 74px
}

.colored-shadow.avatar-xxl {
    transform: scale(.87);
    width: 110px;
    height: 110px
}
.tilt {
    transform-style: preserve-3d
}

.tilt .up {
    transform: translateZ(50px) scale(.7)!important;
    transition: all .5s
}
.cursor-pointer {
    cursor: pointer;
}
.card.card-background .full-background {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 1rem;
}
@media (min-width: 992px) {
    .border-radius-bottom-end-lg-0 {
        border-bottom-right-radius: 0 !important;
    }
}
@media (min-width: 992px) {
    .border-radius-top-end-lg-0 {
        border-top-right-radius: 0 !important;
    }
}
@media (min-width: 992px) {
    .border-radius-bottom-start-lg-0 {
        border-bottom-left-radius: 0 !important;
    }
}
@media (min-width: 992px) {
    .border-radius-top-start-lg-0 {
        border-top-left-radius: 0 !important;
    }
}
.move-on-hover {
    transition: .2s ease-out;
    overflow: hidden;
    transform-origin: 50% 0;
    transform: perspective(999px) rotateX(0deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,box-shadow
}

.move-on-hover:hover {
    transform: perspective(999px) rotateX(7deg) translate3d(0,-4px,5px)
}
.card.card-background .card-body {
    color: #fff;
    position: relative;
    z-index: 2;
    border: none;
}
.card.card-background:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    content: "";
    background: rgba(0, 0, 0, .4);
    border-radius: 1rem;
}
.pt-12 {
    padding-top: 12rem !important;
}