/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    -webkit-box-shadow: 0 0 3px #000 inset;
    box-shadow: 0 0 3px #000 inset;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #031a34;
    -webkit-box-shadow: 0 1px 1px #fff inset;
    box-shadow: 0 1px 1px #fff inset;
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.side-nav {
    z-index: 99999;
}

.preloader-wrapper {
    background: #000;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    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;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-weight: bold;
    margin: 0;
}

.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.obj {
    position: absolute;
    z-index: 1;
}

.img_box img, .obj img {
    width: 100%;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

main {
    position: relative;
    overflow: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.fjallaOne {
    font-family: 'Fjalla One', sans-serif;
}

.earthBox {
    position: fixed;
    z-index: 77;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
}

.earthBox-bg {
    background: url("../img/newBg.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.earthBox img {
    position: absolute;
    z-index: 2;
    display: block;
    width: 96%;
    left: 0;
    top: -85px;
}

.stars, .stars2, .twinkling {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150vh;
}

.stars {
    z-index: 0;
    background: #000 url("../img/stars.png") repeat top center;
}

.stars2 {
    z-index: 6;
    background: url("../img/stars2.png") repeat top center;
}

.twinkling {
    z-index: 2;
    background: transparent url("../img/twinkling.png") repeat top center;
    -webkit-animation: move-twink-back 350s linear infinite;
    animation: move-twink-back 350s linear infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
}

@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@-webkit-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

.headerWeb {
    padding-top: 30px;
}

.mobileMenu {
    display: none;
}

.mobileButton {
    /*position: absolute;*/
    /*z-index: 999;*/
    /*right: 30px;*/
    /*top: 30px;*/
    width: 35px;
}

.mobileButton-line {
    height: 2px;
    margin: 10px 0;
    background: #ffffff;
}

.side-nav {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2f81dd;
}

.side-nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.side-navItem {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin: 20px auto;
}

.side-navItem:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -5px;
    width: 20px;
    height: 2px;
    background: #fff3e0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.connectionRequest.side-navItem:before {
    display: none;
}

.side-nav .callBox {
    display: block !important;
    top: 40%;
    font-size: 14px;
    line-height: 1.2;
    left: -80px;
}

.closeNav {
    position: absolute;
    z-index: 105;
    right: 20px;
    top: 20px;
    width: 35px;
    padding-top: 15px;
    height: 35px;
}

.closeNav-line {
    height: 1px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closeNav-line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.callBox {
    display: none;
    position: fixed;
    z-index: 102;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-90deg) translate(0%, -100px);
    -ms-transform: rotate(-90deg) translate(0%, -100px);
    transform: rotate(-90deg) translate(0%, -100px);
    -webkit-transition: color 400s ease;
    -o-transition: color 400s ease;
    transition: color 400s ease;
}

.callBox a {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
}

.callBox i {
    vertical-align: bottom;
    font-size: 1.5rem;
}

.logoBox {
    width: 250px;
}

.w-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.show-on-medium-and-down {
    display: none;
}

.header-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.navigationBox {
    display: none;
    position: fixed;
    z-index: 102;
    top: 50%;
    left: inherit;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-90deg) translate(0%, 100px);
    -ms-transform: rotate(-90deg) translate(0%, 100px);
    transform: rotate(-90deg) translate(0%, 100px);
    -webkit-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease;
}

.navigationItem {
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 20px;
}

.navigationItem:hover, .navigationItem.active {
    color: #5593d9;
}

.navigationItem:nth-child(even) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.contentBox {
    position: relative;
    z-index: 101;
    height: 100vh;
}

.contentBox .container {
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#aboutSection .container {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.contentBox-title {
    font-size: 125px;
    line-height: 0.9;
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: normal;
}

.iconLinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.iconLinks > div {
    outline: none;
}

.iconLinks a.iconLinks-item {
    display: block;
    margin: 0 10px 5px;
}

.iconLinks a img {
    display: block;
    margin: 0 auto;
}

.linkBorder {
    position: relative;
    width: 1px;
    height: 30px;
    border-left: 1px solid #fff3e0;
    margin: 0 10px;
}

.contentBox-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subtitle-icon i {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.contentBox-subtitle {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 35%;
    margin-bottom: 55px;
}

.contentBox-trow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.connectionRequest {
    width: 120px;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.connectionRequest span {
    display: block;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;

}

.arrowDown {
    font-size: 4rem;
    font-weight: 300;
    color: #ffffff;
}

#aboutSection .connectionRequest:hover > span, .connectionRequest:hover > .arrowDown {
    color: #5593d9;
}

.animated {
    -webkit-animation-duration: 2100ms;
    animation-duration: 2100ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#benefitsSection {
    padding-top: 30px;
}

.benefitRow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.benefitsBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: stretch;
}

.customCard {
    position: relative;
    z-index: 99;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    min-height: 310px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin: 0 0 35px;
    -webkit-perspective: 1200;
    perspective: 1200;
}

.cardContainer {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.benefitItem, .benefitContent {
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.benefitItem {
    height: 100%;
    padding: 45px 40px 120px;
    background: #031a34;
}

.benefitItem-title {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

.benefitItem-title span {
    display: block;
}

.benefitItem-image {
    position: absolute;
    right: 45px;
    bottom: 35px;
}

.benefitContent {
    height: min-content;
    min-height: 100%;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    padding: 45px 40px;
    background-color: #2f81dd !important;
    -webkit-transform: rotateY(179.9deg);
    transform: rotateY(179.9deg);
}

.benefitContent .material-icons {
    position: absolute;
    z-index: 103;
    display: block;
    right: 10px;
    top: 10px;
    margin: 0;
}

.card-back-hr {
    -webkit-transform: rotateX(179.9deg);
    transform: rotateX(179.9deg);

}

.customCard:hover .cardContainer {
    -webkit-transform: rotateX(179.9deg);
    transform: rotateX(179.9deg);
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .animIE {
        width: 100%;
        height: 100%;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .benefitItem {
        z-index: 2;
    }

    .benefitContent {
        z-index: 1;
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }

    .customCard:hover .cardContainer {
        -webkit-transform: inherit;
        transform: inherit;
    }

    .customCard:hover .benefitItem {
        z-index: 1;
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .customCard:hover .benefitContent {
        z-index: 2;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

}

.connectionRow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.connectionRow .connectionRequest {
    cursor: inherit;
    margin: 0 auto 40px;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 55px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    margin-bottom: 0;
    padding: 20px 15px 5px;
    background: rgba(255, 255, 255, 0.81);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2f81dd;
    -webkit-box-shadow: 0 1px 0 0 #2f81dd;
    box-shadow: 0 1px 0 0 #2f81dd;
}

.input-field label, .phoneLabel {
    height: inherit;
    left: 15px;
    font-size: 25px;
    font-weight: 300;
    color: #2f81dd;
}

.phoneLabel {
    position: absolute;
    top: 0;
}

.input-field.phoneValid label, .phoneLabel {
    left: 50px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    color: #031a34;
}

.input-field.phoneValid input {
    padding: 5px 15px 5px 50px;
    color: #031a34;
}

::-webkit-input-placeholder {
    color: #031a34;
}

::-moz-placeholder {
    color: #031a34;
}

:-ms-input-placeholder {
    color: #031a34;
}

:-moz-placeholder {
    color: #031a34;
}

.phoneValid span.validateInfo {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #ff2d25;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#valid-msg {
    color: #47da15;
}

.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #2f81dd;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) > .phoneLabel,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #2f81dd;
    -webkit-transform: translateY(5px) scale(0.6);
    -ms-transform: translateY(5px) scale(0.6);
    transform: translateY(5px) scale(0.6);
}

.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(5px) scale(0.6);
    -ms-transform: translateY(5px) scale(0.6);
    transform: translateY(5px) scale(0.6);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.intl-tel-input, .intl-tel-input {
    width: 100%;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    outline: none;
}

/*.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .country .dial-code {*/
    /*display: none;*/
/*}*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("../img/flags@2x.png");
        background-size: 5652px 15px;
    }
}

.iti-flag {
    background-image: url("../img/flags.png");
}

.g-recaptcha  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.g-recaptcha.error > .rc-anchor-light.rc-anchor-normal {
    border: 2px solid #a90c0c;
}

#validEmail {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 15px;
    line-height: 1;
    color: #ff2d25;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customBtn {
    z-index: 99;
    height: inherit;
    font-size: 24px;
    line-height: 1;
    font-weight: inherit;
    text-transform: uppercase;
    padding: 10px 55px;
    margin-top: 50px;
}

.logoBottom {
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-callBox {
    display: none;
    bottom: 10px;
    left: 50%;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-callBox span {
    display: block;
}

.footer-callBox i {
    vertical-align: top;
    font-size: 1rem;
}

.result-title {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

@media screen and (max-width: 1600px) {
    .contentBox-title {
        font-size: 120px;
    }
}

@media screen and (max-width: 1470px) {
    .container {
        max-width: 1000px;
    }

    .benefitContent {
        font-size: 18px;
    }
}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1170px) {
    .container {
        max-width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        /*max-width: 600px;*/
    }
}

@media screen and (max-width: 1170px) {

    .earthBox img {
        width: 100%;
        top: 0;
    }

    .contentBox-title {
        font-size: 90px;
    }

    .benefitItem-title {
        font-size: 22px;
    }

    .benefitContent {
        font-size: 18px;
        line-height: 1.2;
        padding: 35px 40px;
    }

    .contentBox-subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {

    .iconLinks a.iconLinks-item {
        margin: 0 2px 5px;
    }

    .customCard {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }

    .contentBox-trow, .contentBox-subtitle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .headerWeb .header-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contentBox-row {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contentBox-title {
        font-size: 110px;
        margin-bottom: 20px;
    }

    .iconLinks {
        margin-bottom: 40px;
    }

    .benefitContent {
        font-size: 20px;
    }

}

@media screen and (max-width: 767px) {

    .headerWeb {
        display: none;
    }

    .mobileMenu.scrollDown {
        top: -80px!important;
    }

    .mobileMenu {
        display: block;
        position: fixed;
        z-index: 999;
        width: 100%;
        left: 0;
        padding: 20px 0;
        background: rgba(3, 25, 52, 0.93);
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .mobileMenu.toScroll {
        position: fixed;
        z-index: 999;
        top: 0!important;
    }

    .earthImg2 {
        position: fixed;
        z-index: 99;
        top: 150px;
        left: 0;
        width: 100%;
    }

    .container {
        max-width: 430px;
    }

    /*.header-row {*/
        /*padding: 15px 0;*/
    /*}*/

    .benefitItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 328px;
        flex: 0 0 328px;
        max-width: 328px;
    }

    .earthBox img {
        display: none;
        bottom: 30%;
        -webkit-transition: all 2000ms ease;
        -o-transition: all 2000ms ease;
        transition: all 2000ms ease;
        /*max-width: 530px;*/
        /*-webkit-transform: translate3d(0px, 0px, 0px) !important;*/
        /*transform: translate3d(0px, 0px, 0px) !important;*/
    }

    .earthImg2 {
        display: block!important;
    }

    .contentBox {
        padding-bottom: 80px;
    }

    .benefitsBox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logoBox {
        width: 150px;
    }

    .contentBox-title {
        font-size: 52px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .iconLinks {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .iconLinks a.iconLinks-item {
        margin: 0 10px 15px;
    }

    .linkBorder {
        display: none;
    }

    .iconLinks {
        margin-bottom: 15px;
    }

    #aboutSection {
        padding-top: 100px;
    }

    .contentBox-subtitle {
        font-size: 14px;
    }

    .customCard, .benefitItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .stars, .twinkling {
        top: -1px;
    }

    .contentBox-subtitle span {
        overflow: hidden;
        display: block;
    }

    .subtitle-icon {
        float: left;
        margin-right: 5px;
    }

    .contentBox {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #connectSection {
        height: 100vh;
    }

    #connectSection {
        padding-bottom: 75px;
    }

    input:not([type]),
    input[type=text]:not(.browser-default),
    input[type=password]:not(.browser-default),
    input[type=email]:not(.browser-default),
    input[type=url]:not(.browser-default),
    input[type=time]:not(.browser-default),
    input[type=date]:not(.browser-default),
    input[type=datetime]:not(.browser-default),
    input[type=datetime-local]:not(.browser-default),
    input[type=tel]:not(.browser-default),
    input[type=number]:not(.browser-default),
    input[type=search]:not(.browser-default),
    textarea.materialize-textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 45px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1;
        color: #000;
        margin-bottom: 0;
        padding: 15px 15px 5px;
        background: rgba(255, 255, 255, 0.81);
    }

    input:not([type]):focus:not([readonly]),
    input[type=text]:not(.browser-default):focus:not([readonly]),
    input[type=password]:not(.browser-default):focus:not([readonly]),
    input[type=email]:not(.browser-default):focus:not([readonly]),
    input[type=url]:not(.browser-default):focus:not([readonly]),
    input[type=time]:not(.browser-default):focus:not([readonly]),
    input[type=date]:not(.browser-default):focus:not([readonly]),
    input[type=datetime]:not(.browser-default):focus:not([readonly]),
    input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
    input[type=tel]:not(.browser-default):focus:not([readonly]),
    input[type=number]:not(.browser-default):focus:not([readonly]),
    input[type=search]:not(.browser-default):focus:not([readonly]),
    textarea.materialize-textarea:focus:not([readonly]) {
        border-bottom: 1px solid #2f81dd;
        -webkit-box-shadow: 0 1px 0 0 #2f81dd;
        box-shadow: 0 1px 0 0 #2f81dd;
    }

    .input-field label {
        height: inherit;
        left: 15px;
        font-size: 20px;
        font-weight: 300;
        color: #2f81dd;
    }

    input:not([type]):focus:not([readonly]) + label,
    input[type=text]:not(.browser-default):focus:not([readonly]) + label,
    input[type=password]:not(.browser-default):focus:not([readonly]) + label,
    input[type=email]:not(.browser-default):focus:not([readonly]) + label,
    input[type=url]:not(.browser-default):focus:not([readonly]) + label,
    input[type=time]:not(.browser-default):focus:not([readonly]) + label,
    input[type=date]:not(.browser-default):focus:not([readonly]) + label,
    input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
    input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
    input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
    input[type=number]:not(.browser-default):focus:not([readonly]) + label,
    input[type=search]:not(.browser-default):focus:not([readonly]) + label,
    textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #2f81dd;
        -webkit-transform: translateY(3px) scale(0.6);
        -ms-transform: translateY(3px) scale(0.6);
        transform: translateY(3px) scale(0.6);
    }

    .input-field label:not(.label-icon).active {
        -webkit-transform: translateY(3px) scale(0.6);
        -ms-transform: translateY(3px) scale(0.6);
        transform: translateY(3px) scale(0.6);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .input-field.phoneValid input {
        padding: 5px 15px 5px 50px;
        color: #2f81dd;
    }

    .customBtn {
        margin-top: 25px;
    }

}

@media screen and (min-width: 500px) and (orientation:landscape) {

    .callBox, .navigationBox {
        display: block!important;
    }

}

@media screen and (max-width: 767px) and (orientation:landscape) {

    /*.callBox, .navigationBox  {*/
        /*display: none!important;*/
    /*}*/

    #aboutSection {
        padding: 0;
    }

    .headerWeb {
        display: block;
        margin-bottom: 30px;
    }

    .mobileMenu {
        display: none;
    }

    .contentBox-title {
        font-size: 42px;
    }

    #connectSection {
        height: auto;
        padding-bottom: 120px;
    }

}

@media screen and (max-width: 499px) and (orientation:landscape) {

    .mobileMenu {
        display: block!important;
    }

}

@media screen and (max-height: 768px) {
    .contentBox {
        height: auto;
    }
    .logoBox {
        margin-bottom: 70px;
    }
    .mobileMenu .logoBox {
        margin-bottom: 0;
    }
    .logoBottom {
        bottom: -50px;
    }
    .connectionRequest {
        margin-top: 50px;
    }
    #connectSection {
        padding-bottom: 100px;
    }
}

@media screen and (max-height: 590px) {

    #benefitsSection {
        padding-bottom: 60px;
    }

    #connectSection {
        padding-bottom: 230px;
    }
}

/*# sourceMappingURL=style.css.map */

