.base-layer {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    transform: translateZ(0) scale(1.1)
}


.brand {
    display: inline-block;
    margin-bottom: 80px
}

.cd-background-wrapper,
.page-wrapper {
    height: 100%;
    background-color: transparent
}

#content .heading {
    margin-bottom: 50px;
    position: relative
}

#content .heading p {
    opacity: .9
}

#content .heading .large {
    font-size: 100px
}

#content h1,
#content h2,
#content h3,
#content p {
    color: #fff
}

.layer {
    background-position: 50%;
    background-size: cover;
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.layer #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg)
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%)
}

.loader:before {
    animation: before 2s infinite
}

.loader:after {
    animation: after 2s infinite
}

.loader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em)
}

#page {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: rotateY(0deg) translateZ(0px);
    transition: .6s cubic-bezier(.81, .01, .22, 1)
}

#page:after {
    opacity: 0;
    transition: .3s ease;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none
}

#page .layer #content {
    display: table-cell;
    vertical-align: middle
}

.page-wrapper-inner {
    position: relative;
    height: 100%
}

a {
    color: #7937b9
}

a:hover,
a:focus,
a:active {
    color: #7937b9;
    outline: none !important
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    perspective: 2000px;
    position: relative
}

body.has-loading-screen #page:after,
html.has-loading-screen #page:after {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    content: "";
    opacity: 1;
    transition: .3s ease
}

body.has-loading-screen .animate,
html.has-loading-screen .animate {
    opacity: 0;
    transition: 1s cubic-bezier(.19, .11, 0, 1.02);
    top: 30px !important
}

body.has-loading-screen .animate.show-it,
html.has-loading-screen .animate.show-it {
    opacity: 1;
    top: 0 !important
}

body.loading-done #page:after,
body.loading-done .loader,
html.loading-done #page:after,
html.loading-done .loader {
    opacity: 0
}

body.hide-loading-screen #page:after,
body.hide-loading-screen .loader,
html.hide-loading-screen #page:after,
html.hide-loading-screen .loader {
    display: none
}

h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px
}

h3 p {
    color:#70cbf3!important;
    display: inline;
    font-size: 82px;
}

p {
    color: #363636;
    opacity: .7;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.btn {
    display: inline-block;
    position: relative;
    transition: .4s;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    padding: 8px 12px;
    border-width: 3px
}

.btn:hover,
.btn:focus,
.btn:active {
    border-radius: 8px;
    outline: none !important
}

.pointer-events-none {
    pointer-events: none
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #content .heading {
        margin-bottom: 40px;
    }
    #content .heading .large {
        font-size: 40px;
        text-align: center;
    }
    h3 p {
        font-size: 40px;
    }

    .brand img {
        width: 66.7%;
        display: block;
        margin: 0 auto 40px;
    }

    .brand {
        text-align: center;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}