* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    width: 100%;
    overflow: hidden
}

body {
    color: #444;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    position: relative;
    z-index: 1
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

h1 {
    font-size: 48px;
    line-height: .5;
    font-weight: 700;
    text-transform: uppercase
}

h2 {
    font-size: 36px;
    line-height: .667;
    font-weight: 700;
    text-transform: uppercase
}

h3 {
    font-size: 28px;
    text-transform: uppercase
}

h4 {
    font-size: 18px;
    font-weight: 600
}

embed,
iframe,
img,
object {
    max-width: 100%
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a,
a:active,
a:focus,
a:hover,
button {
    text-decoration: none;
    outline: 0
}

a:active,
a:focus,
a:hover {
    color: #14B3A4
}

li a {
    color: #fff
}

a:hover,
button:hover {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.hidden {
    display: none
}

.bg-img {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.fixed {
    position: fixed;
    left: 0;
    right: 0
}

.fixed-top {
    top: 0
}

.fixed-left-corner {
    bottom: 25px;
    padding-left: 25px
}

.fixed-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.fixed-bottom {
    bottom: 0
}

.body-bg {
    background-image: url(../img/body-bg.jpg)
}

.about-body-bg {
    background-image: url(../img/bg-1.jpeg)
}

.contact-body-bg {
    background-color: rgba(0, 0, 0, 10);
    background-image: url(../img/Front.jpeg);
}



.text-light {
    font-weight: 300
}

.primary-title {
    margin-bottom: 20px
}

.color-white * {
    color: #fff
}

.white-bg-1 {
    background-color: rgba(255, 255, 255, .4)
}

.btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 15.5px 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-orange {
    background-color: #14B3A4;
    background-image: linear-gradient(141deg, #41362b 0, #2c221d 51%, #14B3A4 75%);
    -webkit-box-shadow: 0 3px 7px 0 rgba(39, 201, 220, .2);
    -moz-box-shadow: 0 3px 7px 0 rgba(39, 201, 220, .2);
    box-shadow: 0 3px 7px 0 rgba(39, 201, 220, .2);
    color: #fff
}

.btn-orange:hover {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.padding-big {
    padding: 50px 0
}

.pt-70 {
    padding-top: 70px
}

.btn {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn:after,
.btn:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:before {
    left: 0
}

.btn:after {
    right: 0
}

.btn:hover:after,
.btn:hover:before {
    width: 50%
}

.btn-orange:after,
.btn-orange:before {
    background-color: #14B3A4
}

.bg-header-dark {
    background-color: #01000235
}

.bg-header-dark-home2 {
    background-color: #210f4b
}

#header {
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0
}

.navbar-brand h3 {
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    margin-left: 10px
}

.nav-menu {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.head-contact_us {
    text-align: right
}

.head-contact-title {
    font-size: 14px;
    color: #14B3A4;
    font-weight: 700;
    display: block
}

.head-contact-no {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    display: block
}

.nav-item {
    display: flex
}

.nav-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 12px;
    background-color: #fff;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s
}

.nav-menu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 12px;
    background-color: #fff;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s
}

.nav-menu.active {
    color: #14B3A4
}

.active.nav-menu::before {
    height: 2px
}

.active.nav-menu::after {
    height: 2px
}

.nav-item:hover .nav-menu::before {
    height: 2px
}

.nav-item:hover .nav-menu::after {
    height: 2px
}

.navbar-toggler .icofont {
    font-size: 21px
}

.header-style-2 {
    padding: 8px 40px;
    border-radius: 40px
}

.nav-menu-style2 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px;
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.form-inline .form-control-style2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 230px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 0;
    background-color: #210f4b
}

.form-control-style2 {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    height: 54px;
    padding: 15px 23px;
    border-width: 2px;
    border-color: #3d286e;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-weight: 500
}

.form-control-style2::placeholder {
    color: #fff
}

.title {
    text-align: center
}

.small-title {
    font-size: 20px;
    font-weight: 500;
    color: #14B3A4;
    text-transform: capitalize;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    line-height: 0
}

.small-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100px;
    height: 1px;
    width: 150px;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 20%;
    z-index: 9
}

.small-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -250px;
    height: 1px;
    width: 150px;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: 20%;
    z-index: 9
}

.main-title {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 15px;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 50px
}

.about-small-title {
    font-size: 20px;
    font-weight: 500;
    color: #14B3A4;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px
}

.about-main-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 30px;
    line-height: 55px
}

.contact-small-title {
    font-size: 20px;
    font-weight: 500;
    color: #14B3A4;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 20px
}

.contact-main-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 30px;
    line-height: 55px
}

.home2-small-title {
    font-size: 20px;
    font-weight: 500;
    color: #14B3A4;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    line-height: 0
}

.home2-main-title {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 15px;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 25px
}

.about-first-pera {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #dbd8e3;
    margin-bottom: 20px
}

.about-second-pera {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #dbd8e3;
    padding-left: 36px;
    position: relative
}

.about-second-pera::before {
    content: '';
    height: 85%;
    width: 8px;
    background-color: #14B3A4;
    background-image: linear-gradient(141deg, #fc840d 0, #fd6107 51%, #14B3A4 75%);
    position: absolute;
    top: 10px;
    left: 0
}

.counter-box {
    height: 140px;
    width: 100%;
    background: url(../img/counter-bg.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 60px
}

#days span,
#hours span,
#minutes span,
#months span,
#seconds span,
#years span {
    display: block
}

#days,
#hours,
#minutes,
#months,
#seconds,
#years {
    text-align: center;
    position: relative;
    width: 20%
}

.days,
.hours,
.minutes,
.months,
.seconds,
.years {
    font-size: 50px;
    font-weight: 800
}

.counter-time-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

#days::before,
#hours::before,
#minutes::before,
#months::before,
#years::before {
    content: '';
    top: 25px;
    right: -15px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute
}

#days::after,
#hours::after,
#minutes::after,
#months::after,
#years::after {
    content: '';
    bottom: 40px;
    right: -15px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute
}

.images {
    margin-bottom: 30px;
    border-radius: 45px;
    width: 180px !important
}

.clock-item {
    height: 150px;
    width: 150px;
    float: left;
    margin-right: 20px
}

.clear {
    clear: both
}

.countdown-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.clock-item .inner {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.clock-canvas {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    height: 0;
    padding-bottom: 100%
}

.text {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%
}

.text .val {
    font-size: 50px;
    font-weight: 800
}

.text .type-time {
    font-size: 16px;
    font-weight: 700;
    color: #fc7d0c;
    letter-spacing: 2px
}

.subscribe-form {
    padding: 0 20px
}

.form-inline {
    position: relative
}

.form-inline .form-control {
    width: 100%;
    padding-left: 30px;
    padding-right: 230px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-color: #666
}

.form-control {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    height: 55px;
    padding: 15px 23px;
    border-width: 2px;
    border-color: #3d286e;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-weight: 500
}

.form-inline .btn {
    position: absolute;
    right: 0;
    top: 0
}

.form-control::placeholder {
    color: #fff
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #14B3A4;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0)
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.social-icons li a {
    display: block;
    border-radius: 50%;
    border-width: 2px;
    border-color: #777473;
    border-style: solid;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    transition: all .3s
}

.social-icons li a:hover {
    border-color: transparent;
    background-color: #14B3A4;
    background-image: linear-gradient(141deg, #fc840d 0, #fd6107 51%, #14B3A4 75%)
}

.social-icons li a.active {
    border-color: transparent;
    background-color: #14B3A4;
    background-image: linear-gradient(141deg, #fc840d 0, #fd6107 51%, #14B3A4 75%)
}

.social-icons-verticle {
    width: 76px;
    position: fixed;
    bottom: 15px;
    left: 15px
}

.social-icons-verticle li a {
    display: block;
    border-radius: 50%;
    border-width: 2px;
    border-color: #777473;
    border-style: solid;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    transition: all .3s
}

.social-icons-verticle li a:hover {
    border-color: transparent;
    background-color: #14B3A4;
    background-image: linear-gradient(141deg, #fc840d 0, #fd6107 51%, #14B3A4 75%)
}

.social-icons-verticle li a.active {
    border-color: transparent;
    background-color: #14B3A4;
    background-image: linear-gradient(141deg, #fc840d 0, #fd6107 51%, #14B3A4 75%)
}

.icofont {
    font-size: 14px
}

.modal-dialog {
    width: 75%
}

.modal-header {
    padding: 15px 0;
    position: relative;
    padding-top: 22px
}

.modal-header .close {
    margin-top: 0;
    color: #14B3A4;
    opacity: .8;
    font-size: 45px;
    position: absolute;
    right: 0;
    top: -5px
}

.modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 35px
}

.modal-body {
    padding: 15px 0
}

.modal-body p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5
}

.modal .social-icons li a {
    color: #444;
    border: none
}

.modal .social-icons li a:hover,
.modal .social-icons li a:hover i {
    color: #fff;
    background-color: transparent
}

.contact-form {
    background: #1e0c48;
    padding: 40px 70px;
    border-radius: 10px;
    position: relative
}

.contact-form::before {
    content: '';
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    border-radius: 10px 10px 0 0;
    background-color: #14B3A4;
    background-image: linear-gradient(141deg, #fc840d 0, #fd6107 51%, #14B3A4 75%)
}

#contact-form {
    overflow: hidden
}

#contact-form .error,
#contact-form .success {
    display: none
}

#contact-form .success {
    color: #fff;
    margin-left: 20px;
    margin-bottom: 10px
}

#contact-form .error {
    color: #fe2929;
    margin-left: 20px;
    margin-bottom: 10px
}

.location-map {
    height: 590px;
    border-radius: 10px;
    overflow: hidden
}

.modal .form-control {
    border-color: rgba(167, 167, 167, .48);
    color: #444
}

.modal .form-field i {
    color: rgba(167, 167, 167, .48)
}

.form-field {
    margin-bottom: 25px;
    position: relative
}

.field-half-width {
    width: 48%
}

.field-full-width {
    width: 100%
}

.form-field i {
    position: absolute;
    color: rgba(255, 255, 255, .702);
    right: 30px;
    top: 50%;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal .form-control {
    border-width: 1px
}

.modal .form-control::placeholder {
    color: #ced4da
}

.modal .form-control:focus {
    color: #222;
    background-color: transparent;
    border-color: #14B3A4;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0)
}

.modal .form-control:focus+i {
    color: #14B3A4
}

.btn-big {
    width: 330px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.preloader-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: #14B3A4;
    background-image: linear-gradient(141deg, #f1f1f1 0, #292725 51%, #14B3A4 75%);
    z-index: 9999999
}

.preloader {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 24px;
    height: 24px
}

.preloader span {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ball-fussion-ball1 1s 0s ease infinite;
    -moz-animation: ball-fussion-ball1 1s 0s ease infinite;
    -o-animation: ball-fussion-ball1 1s 0s ease infinite;
    animation: ball-fussion-ball1 1s 0s ease infinite
}

.preloader span:nth-child(1) {
    top: 0;
    left: 50%;
    z-index: 1
}

.preloader span:nth-child(2) {
    top: 50%;
    left: 100%;
    z-index: 2;
    -webkit-animation-name: ball-fussion-ball2;
    -moz-animation-name: ball-fussion-ball2;
    -o-animation-name: ball-fussion-ball2;
    animation-name: ball-fussion-ball2
}

.preloader span:nth-child(3) {
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-animation-name: ball-fussion-ball3;
    -moz-animation-name: ball-fussion-ball3;
    -o-animation-name: ball-fussion-ball3;
    animation-name: ball-fussion-ball3
}

.preloader span:nth-child(4) {
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-animation-name: ball-fussion-ball4;
    -moz-animation-name: ball-fussion-ball4;
    -o-animation-name: ball-fussion-ball4;
    animation-name: ball-fussion-ball4
}

@-webkit-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35
    }
}

@-moz-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35
    }
}

@-o-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35
    }
}

@keyframes ball-fussion-ball1 {
    0% {
        opacity: .35
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35
    }
}

@-webkit-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35
    }
}

@-moz-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35
    }
}

@-o-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35
    }
}

@keyframes ball-fussion-ball2 {
    0% {
        opacity: .35
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35
    }
}

@-webkit-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35
    }
}

@-moz-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35
    }
}

@-o-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35
    }
}

@keyframes ball-fussion-ball3 {
    0% {
        opacity: .35
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35
    }
}

@-webkit-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35
    }
}

@-moz-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35
    }
}

@-o-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35
    }
}

@keyframes ball-fussion-ball4 {
    0% {
        opacity: .35
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35
    }
}

#stats {
    left: 20px !important;
    top: 20px !important;
    display: none !important
}

.canvas-area {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.constellation {
    height: 100% !important;
    width: 100% !important
}

.rain-area {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.snow,
.winter-is-coming {
    z-index: -1;
    pointer-events: none
}

.winter-is-coming {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, .2)
}

.snow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: falling linear infinite both;
    animation: falling linear infinite both;
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0)
}

.snow-near {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    background-image: url(../img/snow-near.png);
    background-size: contain
}

.snow-near+.snow-alt {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.snow-mid {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    background-image: url(../img/snow-mid.png);
    background-size: contain
}

.snow-mid+.snow-alt {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.snow-far {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    background-image: url(../img/snow-far.png);
    background-size: contain
}

.snow-far+.snow-alt {
    -webkit-animation-delay: 15s;
    animation-delay: 15s
}

@-webkit-keyframes falling {
    0% {
        -webkit-transform: translate3D(-7.5%, -100%, 0);
        transform: translate3D(-7.5%, -100%, 0)
    }

    100% {
        -webkit-transform: translate3D(7.5%, 100%, 0);
        transform: translate3D(7.5%, 100%, 0)
    }
}

@keyframes falling {
    0% {
        -webkit-transform: translate3D(-7.5%, -100%, 0);
        transform: translate3D(-7.5%, -100%, 0)
    }

    100% {
        -webkit-transform: translate3D(7.5%, 100%, 0);
        transform: translate3D(7.5%, 100%, 0)
    }
}

#wavybg-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    background: #333;
    top: 0;
    left: 0;
    margin: auto
}

#wavybg-wrapper canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0
}

.canvas-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.canvas-area canvas {
    width: 100%;
    height: 100%
}

#stats {
    display: none !important
}

#sphere-particles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    text-align: center;
    z-index: -1;
    overflow: hidden
}

#sphere-particles canvas {
    position: absolute;
    max-width: 100%;
    height: 750px;
    max-height: 100%;
    left: 0;
    right: 0;
    width: 700px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: -1
}

.body-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -5
}

.body-slider .owl-item.active,
.body-slider .owl-stage,
.body-slider .owl-stage-outer {
    height: 100%
}

.body-single-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

.body-slide-1 {
    background-image: url(../img/body-bg.jpg)
}

.body-slide-2 {
    background-image: url(../img/body-bg-2.jpg)
}

.body-slide-3 {
    background-image: url(../img/body-bg.jpg)
}

.body-slide-4 {
    background-image: url(../img/body-bg-2.jpg)
}

.tubular {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important
}

.big-background-default-image {
    background-image: url(../img/body-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    backface-visibility: hidden
}

.big-background-default-image iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important
}

.rain-area img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.rain-area canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.rain-area {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.rain-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: #000;
    opacity: .3
}