/*
    Name: Mountain
    Description: Responsive Coming Soon 
    Version: 3.0
    Author: MountainTheme

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. Contact
     7. Google map
     8. Footer
     9. Responsive CSS
*/
/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html,
body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
    color: #000;
    transition: all 0.4s;
}

.page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

.loader-icon {
    top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    margin: -20px 0 0 -20px;
    bottom: 0;
}

.backstretch:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/overlay.png');
    background-color: rgba(95, 96, 96, 0.4);
    z-index: 1;
}

.ytplayer-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/overlay.png');
    background-color: rgb(0 0 0 / 10%);
    background-repeat: repeat;
    z-index: 1;
}

#video {
    background: transparent;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.services,
.subscribe,
.contact,
footer .container,
.contact-info {
    overflow: hidden;
}

input[type='text'].placeholder,
input[type='date'].placeholder,
input[type='email'].placeholder,
input[type='password'].placeholder,
input[type='tel'].placeholder,
input[type='url'].placeholder,
input[type='search'].placeholder,
input[type='number'].placeholder,
textarea.placeholder,
select.placeholder {
    opacity: 1;
    color: #939393;
}

input[type='text']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    opacity: 1;
    color: #939393;
}

input[type='text']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    opacity: 1;
    color: #939393;
}

input[type='text']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    opacity: 1;
    color: #939393;
}

input[type='text']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    opacity: 1;
    color: #939393;
}

input[type='text']:focus.placeholder,
input[type='date']:focus.placeholder,
input[type='email']:focus.placeholder,
input[type='password']:focus.placeholder,
input[type='tel']:focus.placeholder,
input[type='url']:focus.placeholder,
input[type='search']:focus.placeholder,
input[type='number']:focus.placeholder,
textarea:focus.placeholder,
select:focus.placeholder {
    opacity: 0;
}

input[type='text']:focus:-moz-placeholder,
input[type='date']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='url']:focus:-moz-placeholder,
input[type='search']:focus:-moz-placeholder,
input[type='number']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    opacity: 0;
}

input[type='text']:focus::-moz-placeholder,
input[type='date']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='url']:focus::-moz-placeholder,
input[type='search']:focus::-moz-placeholder,
input[type='number']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    opacity: 0;
}

input[type='text']:focus:-ms-input-placeholder,
input[type='date']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='url']:focus:-ms-input-placeholder,
input[type='search']:focus:-ms-input-placeholder,
input[type='number']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type='text']:focus::-webkit-input-placeholder,
input[type='date']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='url']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='number']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    opacity: 0;
}
/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
    height: auto;
    margin-top: 0;
}

.welcome {
    padding-top: 75px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    text-align: center;
}

@media only screen (min-width: 1446px) and (max-width: 1920px) {
    .welcome {
        padding-top: 175px !important;
        min-height: 100vh;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
}

canvas#constellation {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1 !important;
}

header h1 {
    font-size: 3.5em;
    color: #d5d5d5;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Raleway", sans-serif;
}

header p {
    font-size: 15px;
    color: rgba(236, 240, 241, 0.9);
    word-spacing: 1px;
    line-height: 25px;
    padding-bottom: 10px;
}

header .mouse {
    margin-left: -10px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
}

    header .mouse a {
        color: #F9F9F9;
        line-height: 45px;
        font-size: 9px;
        text-align: center;
        width: 22px;
        height: 36px;
        border-radius: 10px;
        display: inline-block;
        border: 2px solid rgba(255, 255, 255, 0.6);
    }

@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }

    to {
        bottom: 50px;
    }
}

@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }

    to {
        bottom: 50px;
    }
}
/* ================================= */
/* :::::::::: 3. Countdown ::::::::: */
/* ================================= */

.countdown {
    font-size: 4em;
    margin: 0 auto;
    font-family: 'Iceberg', sans-serif;
    line-height: 65px;
    display: inline-block;
    color: #fff;
}

    .countdown div span {
        display: block;
        font-size: 16px;
        line-height: 19px;
    }

    .countdown div {
        display: inline-block;
        margin: 0 34px;
    }
/* ================================= */
/* :::::::::: 4. Services :::::::::: */
/* ================================= */

.services {
    padding: 150px 0 150px;
    background-color: #fff;
    z-index: 10;
}

    .services .icon i.fa {
        height: 175px;
        width: 175px;
        line-height: 175px;
        max-width: 100%;
        background: #16b6ea;
        position: relative;
        margin: 0 auto;
        display: block;
        font-weight: 400;
        font-size: 50px;
        border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-bottom: none;
        color: rgba(255, 255, 255, 1);
        margin: 0 auto 45px auto;
        text-shadow: rgb(19, 155, 199) 1px 1px, rgb(19, 155, 199) 2px 2px, rgb(19, 155, 199) 3px 3px, rgb(19, 155, 199) 4px 4px, rgb(19, 155, 199) 5px 5px, rgb(19, 155, 199) 6px 6px, rgb(19, 155, 199) 7px 7px, rgb(19, 155, 199) 8px 8px, rgb(19, 155, 199) 9px 9px, rgb(19, 155, 199) 10px 10px, rgb(19, 155, 199) 11px 11px, rgb(19, 155, 199) 12px 12px, rgb(19, 156, 200) 13px 13px, rgb(19, 158, 202) 14px 14px, rgb(19, 159, 204) 15px 15px, rgb(19, 161, 206) 16px 16px, rgb(19, 162, 208) 17px 17px, rgb(20, 164, 210) 18px 18px, rgb(20, 165, 212) 19px 19px, rgb(20, 167, 214) 20px 20px, rgb(20, 168, 216) 21px 21px, rgb(20, 170, 218) 22px 22px, rgb(20, 171, 220) 23px 23px, rgb(21, 173, 222) 24px 24px, rgb(21, 174, 224) 25px 25px, rgb(21, 176, 226) 26px 26px, rgb(21, 177, 228) 27px 27px, rgb(21, 179, 230) 28px 28px, rgb(21, 180, 232) 29px 29px, rgb(22, 182, 234) 30px 30px;
    }

    .services h2 {
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        letter-spacing: 1px;
        word-wrap: break-word;
        text-transform: uppercase;
        font-family: "iceberg", sans-serif;
    }

        .services h2:after {
            content: " ";
            border: solid 2px #16b6ea;
            display: block;
            width: 35px;
            margin: 20px auto;
        }

    .services p {
        text-align: center;
        font-size: 13px;
        word-spacing: 1px;
        line-height: 25px;
        padding-top: 5px;
        color: #8c9398;
    }
/* ================================= */
/* :::::::::: 5. Subscribe ::::::::: */
/* ================================= */

.subscribe {
    padding: 130px 0 110px;
    z-index: 10;
    background: url('../images/keyboard-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

    .subscribe h2 {
        font-size: 20px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 0 0 27px 0;
        font-family: "Iceberg", sans-serif;
    }

    .subscribe i.fa.fa-paper-plane {
        font-size: 29px;
        padding-bottom: 15px;
        display: block;
        text-align: center;
    }

    .subscribe #ajaxChimp {
        text-align: center;
    }

    .subscribe input[type=text] {
        background-color: rgba(255, 255, 255, 0.1);
        border: solid 1px rgba(255, 255, 255, 0.17);
        height: 54px;
        width: 30%;
        color: #fff;
        word-spacing: 1px;
        padding-left: 20px;
        outline: none;
        line-height: 0;
    }

    .subscribe button {
        background-color: rgba(22, 182, 234, 0.52);
        border: 1px solid rgba(22, 182, 234, 0.52);
        color: #fff;
        width: 9%;
        word-spacing: 1px;
        outline: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 700;
        height: 54px;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        line-height: 0;
    }

        .subscribe button:hover {
            background: transparent;
            border: solid 1px rgba(255, 255, 255, 0.17);
            color: #fff;
        }

    .subscribe label {
        height: 2.5em;
        padding: 15px 20px;
        color: #ecf0f1;
        font-size: 13px;
        float: none;
        top: 0;
        display: block !important;
        font-weight: 100;
    }

        .subscribe label.error i {
            color: #16b6ea;
        }
/* ================================= */
/* :::::::::: 6. Contact ::::::::::: */
/* ================================= */

.contact {
    background-color: #f3f5f8;
    padding: 130px 0 110px;
    z-index: 10;
}

    .contact h2 {
        font-size: 20px;
        font-weight: 300;
        color: #000;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 0 0 57px 0;
        font-family: "Iceberg", sans-serif;
    }

    .contact #ajax-contact-form {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .contact #ajax-contact-form label.error {
            position: relative;
        }

            .contact #ajax-contact-form label.error i.message {
                position: absolute;
                right: 5px;
                bottom: 30px;
            }

            .contact #ajax-contact-form label.error i.email {
                position: absolute;
                right: 5px;
                bottom: 10px;
            }

            .contact #ajax-contact-form label.error i.name {
                right: 5px;
                bottom: 10px;
                position: absolute;
            }

    .contact input[type='text'],
    .contact input[type='email'] {
        width: 45%;
        background: transparent;
        border-bottom: 2px solid #ddd;
        border-top: none;
        border-left: none;
        border-right: none;
        height: 54px;
        font-size: 13px;
        outline: none;
        -webkit-transition: all 0.3s !important;
        -moz-transition: all 0.3s !important;
        transition: all 0.3s !important;
    }

    .contact input[type='email'] {
        margin-left: auto;
    }

        .contact input[type='text'],
        .contact input[type='email']:focus {
            border-bottom: 2px solid #bbb;
            border-top: none;
            border-left: none;
            border-right: none;
        }

    .contact textarea {
        width: 100%;
        background: transparent;
        padding-top: 15px;
        font-size: 13px;
        border-bottom: 2px solid #ddd;
        border-top: none;
        border-left: none;
        border-right: none;
        outline: none;
        margin: 20px 0;
        -webkit-transition: all 0.3s !important;
        -moz-transition: all 0.3s !important;
        transition: all 0.3s !important;
    }

        .contact textarea:focus {
            border-bottom: 2px solid #bbb;
            border-top: none;
            border-left: none;
            border-right: none;
        }

    .contact input[type='submit'] {
        background-color: rgba(22, 182, 234, 0);
        border: 2px solid #16b6ea;
        color: #737373;
        width: 12%;
        display: block;
        margin: 0 auto;
        word-spacing: 1px;
        outline: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        margin-top: 20px;
        font-weight: 700;
        height: 54px;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important;
    }

        .contact input[type="submit"]:hover {
            background: #16b6ea;
            color: #fff;
        }

    .contact #ajax-contact-form i {
        color: #16b6ea;
    }

    .contact .notification_ok {
        text-align: center;
        color: #3d4a6e;
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 14px;
    }

        .contact .notification_ok i {
            color: #16b6ea;
            padding-right: 5px;
        }
/* ================================= */
/* :::::::::: 7. Google map :::::::: */
/* ================================= */

#google-container {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #e7eaf0;
}

.google-map {
    position: relative;
}

#zoom-in,
#zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 40px;
    background-color: rgba(22, 182, 234, 0.9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../images/icon-controller.svg");
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    #zoom-in:hover,
    #zoom-out:hover {
        background-color: #16b6ea;
    }

#zoom-in {
    background-position: 50% 0;
    margin-top: 100px;
    margin-bottom: 1px;
}

#zoom-out {
    background-position: 50% -32px;
}

.google-map .contact-info {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(243, 245, 248, 0.85);
    color: #242830;
    margin-bottom: 0;
    height: 54px;
    display: flex;
    align-items: center;
}

.google-map address .fa-location-dot,
.phone i,
.email i {
    padding-right: 10px;
}

.google-map address {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
}

.google-map .phone {
    font-size: 13px;
    font-weight: 700;
}

.google-map .email {
    font-size: 13px;
    font-weight: 700;
}

.google-map .map-content {
    display: flex;
}

    .google-map .map-content address {
        order: 1;
        flex: 1;
        text-align: left;
    }


    .google-map .map-content .phone {
        order: 2;
        flex: 1;
        text-align: center;
    }

    .google-map .map-content .email {
        order: 3;
        flex: 1;
        text-align: right;
    }
/* ================================= */
/* :::::::::: 8. Footer :::::::::::: */
/* ================================= */

footer {
    background-color: #242830;
    padding: 50px 0 50px;
    z-index: 10;
    position: relative;
    color: rgba(236, 240, 241, 0.4);
}

    footer .footer-content {
        display: flex;
    }

    footer .social-icon li {
        float: left;
        margin-right: 22px;
        list-style: none;
    }

        footer .social-icon li i.fa {
            color: rgba(236, 240, 241, 0.4);
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

        footer .social-icon li:hover i.fa {
            color: rgba(236, 240, 241, 1);
        }

    footer .social-icon {
        order: 1;
        margin-right: auto;
        margin-bottom: 0;
    }

    footer .copyright {
        order: 2;
    }

    footer a {
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        color: rgba(236, 240, 241, 0.4);
    }

        footer a:hover, footer a:focus {
            color: rgba(236, 240, 241, 1);
            text-decoration: none;
        }

.up-btn {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(22, 182, 234, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

    .up-btn:hover {
        color: #fff;
        background: rgba(22, 182, 234, 1.0);
    }

    .up-btn i {
        color: #fff;
    }
/* ================================= */
/* :::::: 9. Responsive CSS :::::::: */
/* ================================= */

@media only screen and (max-width: 1036px) {
    header .logo img {
        width: 20%;
        height: auto;
    }

    header {
        height: auto;
        padding-top: 10px;
    }

    .welcome {
        padding-top: 10px;
    }

    .google-map .map-content {
        flex-direction: column;
    }

        .google-map .map-content .phone {
            text-align: left;
        }

        .google-map .map-content .email {
            text-align: left;
        }

    .services .col-md-4 {
        margin-bottom: 40px;
    }

    .subscribe button {
        width: 10%;
    }

    .contact input[type="submit"] {
        width: 20%;
    }

    .contact-info {
        height: 100px !important;
    }
}

@media only screen and (max-width: 756px) {
    .subscribe input[type=text] {
        width: 50%;
    }

    footer .footer-content {
        flex-direction: column;
        align-items: center;
    }

    footer .social-icon {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .subscribe input[type="email"] {
        margin-bottom: 10px;
    }

    .subscribe button,
    .subscribe input[type="email"] {
        width: 25%;
    }

    .contact input[type="submit"] {
        width: 30%;
    }

    .google-map i.fa-map-marker {
        margin-left: -5px;
    }

    header p {
        font-size: 14px;
        text-align: center;
        margin-left: 10px;
    }

    header h1 {
        font-size: 25px;
        padding-top: 1px;
        margin-bottom: 0px;
        text-align: center;
    }

    header .countdown {
        font-size: 2.1em;
        line-height: 50px;
        margin-top: -20px;
    }

        header .countdown span {
            line-height: 5px;
        }

    header .logo img {
        width: 15%;
        height: auto;
        margin: 10px;
    }

    .services {
        padding-top: 180px;
    }

    header .welcome {
        padding-top: 50px;
    }

    .text-one {
        color: #fff;
        text-transform: capitalize;
        font-size: 22px !important;
        padding: 15px 0;
    }

    #google-container {
        height: 320px;
    }

    #zoom-in {
        margin-top: 120px;
    }

    #zoom-in,
    #zoom-out {
        margin-left: 20px;
    }

    .welcome .logo {
        width: auto !important;
    }

    header {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 540px) {
    .contact input[type="submit"] {
        width: 40%;
    }

    header p {
        font-size: 14px;
    }

    header h1 {
        font-size: 25px;
        padding-top: 1px;
        margin-bottom: 0px;
    }

    header .countdown {
        font-size: 2.3em;
        line-height: 50px;
    }

        header .countdown span {
            line-height: 5px;
        }

    header .logo img {
        width: 50%;
        height: auto;
    }

    footer {
        text-align: center;
    }

        footer .social-icon {
            float: none;
            display: inline-block;
            text-align: center;
        }

        footer .copyright {
            float: none;
            text-align: center;
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .subscribe {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

.text-one {
    color: #fff;
    text-transform: capitalize;
    font-size: 40px;
    padding: 15px 0;
}
