*{
    padding:0;
    margin: 0;
}
html, body{
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}
.section{
    background: #F1F1F1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
#menu{
    position:fixed;
    top:0;
    left:0;
    height: 45px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.menu-bg{
    background: #4a525a;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(74,82,90,0.45);
    -moz-box-shadow: 0px 3px 10px 0px rgba(74,82,90,0.45);
    box-shadow: 0px 3px 10px 0px rgba(74,82,90,0.45);
}
#menu li {
    display:inline-block;
    margin: 5px 5px 5px 5px;
    color: #fff;
    background: transparent;
    font-weight: 800;
    font-size: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom: 3px solid transparent;
}
#menu li.active{
    color: #11C2D3;
    border-bottom: 3px solid #11C2D3;
}
#menu li.active a{
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #fff;
}
#menu li:hover{
    color: #11C2D3;
    border-bottom: 3px solid #11C2D3;
}
#menu li a, #menu li.active a{
    padding: 9px 18px;
    display:block;
}
@media screen and (max-width: 768px) {
    #menu {
        display: none !important;
    }
}


.logo{
    margin: 0 20px 0 0 !important;
    padding:0 !important;
    border-bottom: none !important;
}

.logo:hover{
    color: #11C2D3;
    border-bottom: none !important;
}


.logo a{
    margin:0 !important;
    padding: 0 !important;
}

.logo img{
    position: relative;
    top: 9px;
    left: 12px;
    height: 28px;
    padding: 0 !important;
}


.right{
    float:right;
    border-bottom: none !important;
}
.more{
    position:absolute;
    bottom: 20px;
    left:50%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: transparent;
    border: 2px solid #11C2D3;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-left: -25px;
    padding:0;
    line-height: 50px;
    vertical-align: middle;
}
.more:hover{
    background: #11C2D3;
}
.btn{
    float: left;
    padding: 5px 14px !important;
    border: 2px solid #11C2D3;
    margin: 1px 0 0 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn:hover{
    background: #11C2D3;
}
.btn:active{
    margin-top: 1px;
}
.btn-mob{
    float: left;
    padding: 5px 14px !important;
    border: 2px solid #11C2D3;
    background: #11C2D3;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 15px;
    color:#fff;
    text-decoration: none;
}
.btn-mob:hover{
    background: #11C2D3;
}
.btn-mob:active{
    margin-top: 1px;
}
.btn-hero{
    padding: 10px 30px;
    border: 2px solid #11C2D3;
    background: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 2em;
    color:#fff;
    text-decoration: none;
}
.btn-hero:hover{
    background: #11C2D3;
}
.fa-9x {
    font-size: 6em;
}
.first-title{
    position: relative;
    left: -15px;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    max-width: 90%;
}

.first-title img{
    position: relative;
    top: 12px;
    height: 56px;
}
.hr{
    margin: 10px auto;
    width: 70%;
    border: 0;
    height: 2px !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#11C2D3), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #11C2D3, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #11C2D3, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #11C2D3, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #11C2D3, rgba(0, 0, 0, 0));
}
.first-description{
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    font-style: italic;
}
.title {
    color:#F1F1F1;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 50px;
    font-weight: 900;
    text-transform: capitalize;
    background: -webkit-linear-gradient(250deg, #4df3f2 0%, #11C2D3 100%);
    background: -moz-linear-gradient(250deg, #4df3f2 0%, #11C2D3 100%);
    background: -o-linear-gradient(250deg, #4df3f2 0%, #11C2D3 100%);
    background: linear-gradient(-160deg, #4df3f2 0%, #11C2D3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.description {
    display: block;
    color: #6e777f;
    margin: 0 auto;
    max-width: 60%;
    padding: 10px 0 10px 0;
    vertical-align: middle;
    line-height: 44px;
    font-size: 36px;
    font-weight: 200;
    font-style: italic;
}
.fa-gradient {
    background: -webkit-linear-gradient(250deg, #4df3f2 0%, #11C2D3 100%);
    background: -moz-linear-gradient(250deg, #4df3f2 0%, #11C2D3 100%);
    background: -o-linear-gradient(250deg, #4df3f2 0%, #11C2D3 100%);
    background: linear-gradient(-160deg, #4df3f2 0%, #11C2D3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
    .first-title img{
        top: 5px;
        height: 36px;
    }

    .first-title{
        position: relative;
        left: 2px;
        font-size: 34px;
    }

    .first-description{
        font-size: 20px;
    }
    .title {
        font-size: 20px;
        line-height: 25px;
    }
    .description {
        font-size: 18px;
        line-height: 20px;
        max-width: 90%;
        font-weight: 500;
    }
    .fa-9x {
        font-size: 3em;
    }
    .hr{
        margin: 5px auto;
    }
    .btn-sign-mob{
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 100;
    }
    .btn-reg-mob{
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 100;
    }
    .get-started{
        background-position: 73% center;
    }
}
@media screen and (min-width: 768px) {
    .btn-sign-mob, .btn-reg-mob{
        display: none;
    }
}

.first-section, .get-started{
    background-color: #000;
}

#check-mobile{
    position: absolute;
    left: 9999px;
}

@media only screen and (max-width: 760px) {
    #check-mobile { display: none; }
}