﻿* {
    margin: 0;
    padding: 0;
    font-family: Outfit,sans-serif
}

a {
    color: #8FC2FF;
    text-decoration: none;
    outline: none;
}

img {
    border: none;
}

p {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 180%;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.g-wrap {
    padding: 10px;
}

.g-footer {
    width: 100%;
}

.g-bottom-wrap {
    border-top: 1px solid #eee;
    padding: 80px;
}

.g-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}

.g-box {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 600px) {
    .g-box {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .g-box {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .g-box {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .g-box {
        max-width: 1140px;
    }
}

.page-1 {
    width: 100%;
}

.page-2 {
    width: 100%;
}

.d-block {
    display: block;
}

/* Home */
.bg-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/slides/plane.jpg);
    background-position: top center;
    background-size: cover;
    height: 100vh;
    background-color: #fff;
}

#home {
    z-index: 5;
    width: 100%;
}

#SignUpContainer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*width: 420px;*/
    color: #FFFFFF;
    line-height: 160%;
    position: relative;
    background: #000000;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
}

#SignUp {
    padding: 45px 45px;
}
    #SignUp .input-box {
        display: flex;
        /*border: 1px solid #a9a9a9;*/
        justify-content: space-between;
        height: 40px;
        width: 320px;
    }

@media screen and (max-width: 420px) {
    #SignUp .input-box {
        width: 280px;
    }
}
        #SignUp .input-box input {
            border: none;
        }


    #SignUp .home-caption {
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
    }

    #SignUp .home-caption2 {
        padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: normal;
        color: #bbb;
    }
    
    @media screen and (max-width: 420px) {
        #SignUp .home-caption2 {
            font-size: 12px;
        }
    }

    #SignUp .txt {
        padding: 5px;
        width: 245px;
        border: 1px solid #fff;
        border: none;
    }
    #SignUp .btn {
        background-color: #3089ed;
        color: white;
        font-size: 14px;
        cursor: pointer;
        margin-left: 4px;
        padding: 5px 10px;
        border: none;
    }

        
    #SignUp .home-signup {
        padding: 20px 0px 10px 0px;
        color: #fff;
    }

#SignUp .txt-watermark {
    color: #7f95ce;
    padding-left: 10px;
}

.errText {
    color: #c16b65;
}

.success {
    color: #5e8e42;
    font-size: 16px;
}

/* Menu */

#TopBar {
    margin: 0px auto;
    top: 0;
    background: #000;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 100;
    position: fixed;
    width: 100%;
}

    #TopBar .g-logo .logo-header {
    }

    #TopBar .g-logo a {
        color: #fff;
    }

        #TopBar .g-logo a:hover {
        }

    #TopBar .g-logo-img {
        height: 30px;
        width: 30px;
        vertical-align: middle;
        padding-right: 2px;
    }
    #TopBar .g-logo-text {
        margin-left: 5px;
        vertical-align: middle;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }

@media screen and (min-width: 992px) {
    .g-menu {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
}

@media screen and (max-width: 992px) {
    .g-menu {
        display: none;
    }
}

.g-menu a {
    color: #dadada;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

    .g-menu a.bm {
        position: relative;
    }

    .g-menu a:hover {
        color: #fff;
    }

    .g-menu a.bm:after {
        bottom: -5px;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #fff;
        -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .g-menu a.bm:hover:after {
        width: 100%;
        left: 0;
    }

    .g-menu a.active {
        position: relative;
    }

        .g-menu a.active::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            bottom: -5px;
            background: #fff;
            -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
            transition: width 0.3s ease 0s, left 0.3s ease 0s;
        }

.g-menu ul {
    list-style-type: none;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 4px;
}

.g-menu .g-menu-left {
    float: left;
    padding: 0;
    margin: 0;
}

    .g-menu .g-menu-left a {
        margin-right: 50px;
    }

.g-menu .g-menu-middle {
    float: left;
    padding: 12px 10px 8px 0;
}

.g-menu .g-menu-right {
    float: right;
}

    .g-menu .g-menu-right a {
        margin-left: 50px;
    }

@media screen and (min-width: 1200px) {
    .menu-box {
        max-width: 1140px;
    }
}

@media screen and (min-width: 992px) {
    .g-logo {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}


/* Footer */

@media screen and (min-width: 768px) {
    .g-bottom-menu {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.g-bottom-menu {
    position: relative;
    width: 100%;
    text-align: center !important;
}

    .g-bottom-menu ul.g-social {
        text-align: center !important;
        list-style: none;
    }

        .g-bottom-menu ul.g-social li {
            text-align: center !important;
            display: inline-block;
            margin-right: 20px;
        }

            .g-bottom-menu ul.g-social li a {
                color: #000;
            }

    .g-bottom-menu .g-tm {
        font-size: 13px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        color: #777;
        margin-top: 15px;
    }




/* Side Menu */
.g-hb-btn {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 999;
    display: inline-block;
}
    .g-hb-btn i {
        font-size: 30px;
        color: #fff;
    }
    
.g-slide-menu {
    width: 40%;
    position: fixed;
    right: 0px;
    top: 0px;
    background: #ffffff;
    z-index: 1002;
    height: 100%;
    display: none;
}

@media screen and (max-width: 768px) {
    .g-slide-menu {
        width: 90%;
    }
}

.g-slide-menu .g-slide-menu-box {
    height: 100%;
    position: relative;
    text-align: left;
}

    .g-slide-menu .g-slide-menu-box .g-menu-close {
        position: absolute;
        top: 30px;
        right: 25px;
        cursor: pointer;
    }

        .g-slide-menu .g-slide-menu-box .g-menu-close i {
            font-size: 30px;
        }

    .g-slide-menu .g-slide-menu-box .g-menu {
        display: block;
        width: 100% !important;
        padding: 50px 50px;
        height: 50%;
    }

        .g-slide-menu .g-slide-menu-box .g-menu ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            padding: 0;
            margin: 40px 0;
        }

            .g-slide-menu .g-slide-menu-box .g-menu ul li {
                display: block;
                margin: 40px 0;
            }

                .g-slide-menu .g-slide-menu-box .g-menu ul li a {
                    color: #2b2b2b;
                }

/* About */

.about-section {
    position: relative;
    overflow: hidden;
    padding: 7.5rem 0;
}

    .about-section .padding-1 {
        padding-top: 25px;
        padding-right: 30px;
    }

    .about-section .padding-2 {
        padding: 20px 60px 10px 10px;
    }

    .about-section .padding-3 {
        padding: 10px;
    }

.g-about-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .g-about-left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.about-section .g-about-header {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 40px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    letter-spacing: 2px;
}

.about-section .g-about-header-text {
    color: #202020;
    color: #1f206a;
    font-weight: 600;
    line-height: 1.5;
    overflow-wrap: break-word;
    font-size: clamp(1.65rem, 2vw, 2.5rem);
    font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 992px) {
    .about-section .g-about-header-text {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .about-section .g-about-header-text {
        font-size: 2.5rem;
    }
}

.about-section .g-about-header-text2 {
    color: #202020;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.about-section a {
    color: #235e9d;
}

    .about-section a:hover {
        color: #2196F3;
    }

.about-section span.separator {
    color: #ddd;
    margin: 0 10px;
}

.g-about-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}


@media screen and (min-width: 992px) {
    .g-about-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    }
}

.g-about-right p {
    color: #757575;
    font-weight: 200;
}


.g-about-col {
    position: relative;
    width: 100%;
}


@media screen and (min-width: 600px) {
    .g-about-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .g-about-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.g-about-bottom {
    margin-top: 20px;
}

/* Font Awesome Icons */

.icon-box {
    text-align: center;
}

.icon-box-1 {
    padding: 60px 15px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    margin-right: 20px;
    margin-bottom: 20px;
}

.icon-box-2 {
    margin-top: 60px;
    margin-bottom: 30px;
}

/*.icon-box-bg:hover {
    -webkit-box-shadow: 0 0 10px rgba(127,123,123,0.9);
    box-shadow: 0 0 10px -2px rgba (127,123,123,0.9)
}*/

.icon-box .icon-box-val {
    padding-bottom: 1.5rem !important;
}

.icon-box .icon-2 i {
    color: #359cdb;
    color: #35db97;
}

.icon-box .icon-3 i {
    color: #42d1eb;
}

.icon-box i {
    color: #359cdb;
    color: #3089ed;
    font-size: 80px;
}

    .icon-box i.icon-2 {
        color: #fff;
        font-size: 200px;
    }

.icon-box:hover i.icon-2 {
    color: #fff;
}

.icon-box h2 {
    font-weight: 200;
    color: #1f1f1f;
    font-size: 23px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-family: 'Oswald', sans-serif
}

.icon-box:hover i {
    color: #fff;
    color: purple;
}

.icon-box .icon-size-b {
    font-size: 180px;
}

.typewriterWrap {
    display: block;
}

/* Typewriter */
.typewriter {
    color: #359cdb;
    color: #3089ed;
}

.typewriter-cursor {
    color: #359cdb;
    color: #3089ed;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



/* Connect */

.connect-section {
    position: relative;
    padding: 10rem 0;
    overflow: hidden;
    background: #1c1622;
}

.g-connect {
    font-family: 'Roboto', sans-serif;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .g-connect {
        text-align: left !important;
    }
}

@media screen and (min-width: 992px) {
    .g-connect {
        margin-left: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.g-connect a {
    color: #085CBA;
    color: #235e9d;
    color: #fff;
}

    .g-connect a:hover {
        text-decoration: underline;
    }

    .g-connect a.g-social {
    }

.g-connect-box {
    padding: 20px 30px 20px 30px;
    text-align: left !important;
}

h3.connect-header {
    font-size: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    color: #fff;
}

p.connect-text {
    margin-bottom: 20px;
}

.g-connect ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

    .g-connect ul li {
        list-style-type: none;
        float: left;
        margin: 0;
        padding: 0;
        font-weight: 300;
        opacity: .8;
    }
