

.feature-item > h3, .section-heading, section.features .feature-item h3, #features p.text-muted, .btn, .navbar-default .nav>li>a, .modal-body{
    font-family: 'Quicksand', sans-serif;
    font-weight: 100 !important;
}
label, #contact_info .feature-item .text-muted{
    font-family: 'Quicksand', sans-serif;
    font-weight: 300 !important;
}
.modal-body h4, .modal-body strong{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500 !important;
}
:focus{
    outline: none;
}

.modal-content{
    background-color: #187099;
}
.modal-title{
    color: #a3e2ff;
}
.modal-body, .close{
    color: #fff;
    text-align: justify;
}
.modal-body li:last-child{
    margin-bottom: 10px;
}
.close{
    opacity: .5;
}
.loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #cae9ff;
    z-index: 99;
}
#submit_alert .modal-dialog{
    position: absolute;
    margin: 0;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#submit_alert .modal-body{
    width: 90%;
    margin: 0 auto;
}
#submit_alert .close{
    padding: 0 10px !important;
}
.loader > .loading{
    position: absolute;
    top: 45%;
    left: 48%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #104e68;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1.1s linear infinite;
    animation: spin 1.1s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.no_padding{
    padding: 0;
}
.carousel{
    margin-top: 88px;
}
.navbar-toggle{
    margin-top: 25px;
}
.company_logo{
    width: 50%;
}
.dropdown-menu{
    border-left: 0;
    border-right: 0;
    margin: 0;
    border-radius: 0;
    min-width: 105px;
}
.dropdown-menu>li>a{
    padding: 10px 20px;
}
.navbar-nav{
    float: right;
    right: 0;
    position: relative;
}
.carousel-indicators li, .carousel-indicators .active{
    margin-right: 10px;
}
#mobile_lang {
    display: none;
    position: relative;
    float: right;
    font-size: 12px;
    padding: 8px 10px;
    margin-right: 15px;
}
#mobile_lang > a{
    color: #222;
    line-height: 1 !important;
    display: table-cell;
}
.navbar-fixed-top{
    transition: all 300ms ease;
}
.mobile_sidemenu{
    left: -323px;
    right: 323px;
    top: 5vh;
}
#slider{
    background-color: #064d68;
}
.outline-top, .outline-bottom{
    position: fixed;
    background-color: #064d68;
    width: 100vh;
    height: 5vh;
    left: 0;
    transition: all 300ms ease;
    display: none;
}

.outline-top{
    top: 0;
}
.outline-bottom{
    bottom: 0;
}
.cover {
    width: 100%;
    height: 90vh;
    position: fixed;
    margin: 5vh 323px 5vh 0 !important;
    box-shadow: 9px 4px 45px 5px rgba(0, 0, 0, 0.5);
    z-index: 9990;
    display: none;
}
#slider-hide{
    width: 30px;
    height: 40px;
    position: absolute;
    opacity: 0;
    right: 20px;
    top: 9px;
    opacity: 0;
}
#slider ul.nav.navbar-nav:before{
    content: '';
    background-image: url('../img/material/mobile_menu_btn_bg.png');
    width: 19px;
    height: 540px;
    position: absolute;
    top: -93px;
    left: 20px;
    z-index: 0;
}
header {
    min-height: auto !important;
    background: #FFFFFF;
}
.navbar-default{
    background-image: url('../img/material/header-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0;
    background-position: top right;
}
.home_banner{
    margin-top: 125px;
}
.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus {
    color: #a3e2ff !important;
    font-size: 16px;
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0 20px;
    margin: 35px 0;
}
.navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus{
    color: #fff;
}
.navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
    color: #00c8f5;
}
.navbar-default.affix .nav>li>a:focus:hover, .navbar-default.affix .nav>li>a:hover{
    color: #00c8f5;
}
.navbar{
    min-height: 150px;
}
.navbar-brand {
    padding: 20px 15px;
    display: table;
}
.language{
    position: absolute;
    right: 7%;
    top: 28px;
}
.lang_btn{
    width: 105px;
    height: 33px;
    border-radius: 0px;
    background-color: #fff;
    color: #064d68;
}
#menu_app, #menu_features, #menu_who{
    border-right: 1px solid #fff;
}
.section-heading{
    font-size: 36px;
    margin-bottom: 40px !important;
}
.heading-hr{
    float: left;
    display: inline-block;
    width: 37.5%;
    margin: 5px 0;
}
#application{
    background-image: url('../img/material/app-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent !important;
    height: 826px;
/*    margin-top: -140px;*/
}

#who{
    background-image: url('../img/material/who-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent !important;
    height: 625px;
}

#application .section-heading{
    color: #fff;
    display: inline-block;
    float: left;
    width: 25%;
}
.features .section-heading{
    color: #006f97;
}
.cta .section-heading{
    color: #fff;
}

.contact .section-heading{
    color: #006f97;
}
.cta_content{
    font-size: 16px;
}
.grecaptcha-badge{
    display: none;
    z-index: 99;
}
.google-play-badge{
    margin-right: 15%;
}
section.download{
    padding: 130px 0;
}
section.features{
    padding: 60px 0;
    background: #fff;
}
section.features .feature-item{
    max-width: none;
    margin-bottom: 80px;
}
section.features .feature-item h3{
    color: #006f97;
    font-size: 22px;
}

section#who .feature-item > h3{
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}
section.cta{
    padding: 125px 0;
}
section.contact{
    padding: 70px 0;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    min-height: 660px;
}
.support_btn{
    font-size: 24px;
    width: 414px;
    height: 73px;
    border: 0;
    background-image: url('../img/material/support_btn_bg.png');
    background-color: transparent;
    color: #33a6c1;
    padding-bottom: 10px;
}
.cta-content > .container > .row > div{
    width: 40%;
    float: right;
}
.feature-item{
    margin-bottom: 30px;
}
.feature-item .icon{
    width: 207px;
    height: 192px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}
#features .feature-item .icon {
    width: 235px;
    height: 190px;
}
#who .feature-item .icon {
    width: 215px;
    height: 202px;
}
.feature-item > h3{
    text-align: center;
    font-size: 24px !important;
    font-weight: 100;
    color: #fff;
}
.feature-item > .text-muted{
    text-align: center;
    font-size: 16px;
    color: #666666;
    width: 95%;
}
#features p.text-muted{
    font-size: 16px;
}
.lSAction > a{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain;
    opacity: 1;
}
.lSAction > .lSPrev{
    background-image: url('../img/material/arrow_left.png');
}
.lSAction > .lSNext{
    background-image: url('../img/material/arrow_right.png');
}
.lightSlider.lsGrab > *{
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.66;
}
.lightSlider.lsGrab > *:hover{
  -webkit-filter: grayscale(0%);
  -webkit-transition: .88s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .88s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .88s ease-in-out;
  opacity: 1;
}
.lSSlideOuter .lSPager.lSpg > li a{
    background-color: #E6E6E6;
}
.lSSlideWrapper{
    margin: 100px 0;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
    background-color: rgba(51, 166, 193, 0.4);
}
.contact .container-fluid div {
    color: #006f97;
    text-align: left;
    font-size: 18px;
}
.contact .container-fluid input{
    width: 75%;
    height: 39px;
    margin-top: 5px;
    border: 0;
    color: #000;
    padding: 5px;
    float: right;
    background-color: #f2f2f2;
}
.contact .container-fluid textarea{
    width: 75%;
    height: 130px;
    margin-top: 5px;
    border: 0;
    color: #000;
    padding: 5px;
    float: right;
    background-color: #f2f2f2;
    resize: vertical;
}
#contact_info{
    margin-bottom: 55px;
}
#contact_info .feature-item{
    margin-bottom: 0px;
}
#contact_info .feature-item .icon{
    height: 110px;
    background-size: initial;
}
#contact_info .feature-item .text-muted {
    color: #fff;
    width: 100%;
}
#contact_email{
    border-right: 1px solid #fff;
}
#copyright{
    height: 77px;
    background-color: #043b4c;
    display: table;
    width: 100%;
}
.copyright_container{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 300;
}
.copyright_container #tc_link{
    display: none;
}
hr{
    border-bottom: 1px solid;
    max-width: none;
    height: 1px;
    width: 100%;
    border-color: #fff;
    border-top: 0;
    margin: 15px 0;
}
.submit_container{
    display: table;
    width: 100%;
    text-align: center !important;
    margin-top: 60px;
}
#map-banner-mobile{
    display: none;
}
input[type="submit"] {
    color: #fff !important;
    background-color: #076f97 !important;
    border: 0;
    border-radius: 8px;
    width: 201px !important;
    height: 58px !important;
    float: none !important;
}
.scroll_to_top{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
}
footer{
    background-image: url('../img/material/footer-bg.png');
    background-color: transparent;
    padding: 100px 0 25px 0;
    height: 370px;
}
footer, footer ul li a{
    color: #fff;
}
.copyright_name{
    float: left; 
    margin-right: 40px;
    line-height: 1.8;
}
input.error{
    /*border: 2px solid red !important;*/
}
label{
    margin-bottom: 0px;
    margin-top: 10px;
}
label.error{
    position: absolute;
    color: red;
    font-size: 14px;
    left: 27%;
    top: 33px;
}
.col-centered{
    float: none;
    display: inline-block;
}
#slider .navbar-nav{
    display: none;
}
/*textarea {
    resize: none;
}*/
@media(min-width: 768px){
    #submit_alert .modal-dialog{
        width: 600px;
    }
}

@media (min-width: 1800px){
    .scroll_to_top{
        right: 2%;
    }
}

@media (max-width: 1265px){
    .container {
        width: 100%;
    }
    .navbar-brand>img{
        width: 260px;
    }
    .navbar {
        min-height: 130px;
    }
    .language{
        right: 1%;
    }
    .feature-item .icon{
        height: 170px;
    }
    .feature-item > .text-muted{
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px){
    .cta-content > .container > .row > div {
        width: 50%;
    }
    .navbar-nav{
        position: absolute;
        right: 2%;
    }
}
@media (max-width: 991px){
    .feature-item .icon {
        height: 150px;
        background-size: 87%;
    }
    section#who .feature-item > h3{
        font-size: 20px !important;
    }
    .form-group{
        margin-bottom: 22px;
    }
    .navbar-brand>img{ 
        width: 200px;
    }
    .navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus{
        font-size: 14px;
    }
    .navbar-default .nav>li>a, .navbar-default .nav>li>a:focus{
        font-size: 14px;
        padding: 0 10px;
    }
    .cta-content > .container > .row > div {
        width: 66%;
    }
    .navbar-brand {
        height: 64px;
        padding: 23px 15px;
    }
    .carousel{
        margin-top: 64px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .dropdown-menu{
        min-width: 70px;
    }
    .lang_btn{
        width: 70px;
    }
    .dropdown-menu>li>a {
        padding: 5px;
        font-size: 12px;
        text-align: center;
    }
    #application .section-heading{
        width: 41%;
    }
    .heading-hr{
        width: 29.5%;
    }
}
@media (max-width: 767px){
    .feature-item > h3{
        font-size: 20px !important;
    }
    #map-banner-mobile{
        display: block;
    }
    #map-banner{
        display: none;
    }
    .company_logo{
        width: 45%;
    }
    .google-play-badge{
        margin-right: 0px;
    }
    .cta-content > .container > .row > div{
        margin: 0 auto;
        width: 85%;
        float: none;
    }
    section.cta{
        background-image: url(../img/material/support_bg_mobile.png);
        height: 788px;
        padding: 60px 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .language{
        display: none !important;
    }
    #mobile_lang{
        display: block;
    }
    .navbar-default .navbar-toggle {
        border: 0;
        padding: 0 !important;
        font-size: 28px !important;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 18px;
        color: #63CFFF !important;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: transparent;
    }
    .submit_container{
        text-align: center !important;
        margin-bottom: 25px;
    }
    #application, #who{
        height: auto;
    }
    section.features .feature-item{
        display: flex;
        margin-bottom: 0;
        width: 100%;
        align-items: center;
    }
    section.features .even .feature-item{
        flex-direction: row-reverse;
    }

    #features .odd .feature-item .icon, #features .even .feature-item .icon {
        width: 50% !important;
        background-size: contain;
    }
    #features .odd .feature-item .icon{
        float: left;
    }
    #features .even .feature-item .icon{
        float: right;
    }
    #features .even{
        background-color: rgba(0, 0, 0, 0.02);
    }
    section.features .even .feature-item .content-container{
        float: left;
    }
    section.features .odd .feature-item .content-container{
        float: right;
    }
    section.features .odd .feature-item .content-container, section.features .even .feature-item .content-container{
        width: 45%;
    }
    .navbar-default .navbar-header .navbar-brand{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-default .nav>li>a, .navbar-default .nav>li>a:focus{
        font-size: 24px;
    }
    .navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus{
        font-size: 24px;
    }
    .navbar-nav {
        right: 9%;
        top: 18%;
        width: 85%;
    }
    #slider .nav>li{
        padding-left: 30%;
        transition: opacity .7s ease-in-out;
        opacity: 0.6;
    }
    #slider .nav>li:hover, .navbar-default .nav>li.active{
        background-image: url('../img/material/menu-point.png');
        background-repeat: no-repeat;
        background-position: 8px -11px;
        opacity: 1 !important;
    }
    .navbar-default .nav>li>a, .navbar-default .nav>li>a:focus{
        margin: 0;
        margin-bottom: 90px;
    }
    .navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus{
        color: #fff !important;
    }
    .navbar-default.affix .nav>li>a:focus:hover, .navbar-default.affix .nav>li>a:hover{
        color: #fff;
    }
    .navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover{
        color: #fff;
    }
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 34px;
        padding-bottom: 34px;
    }
}
@media (max-width: 580px){
    #application .section-heading{
        width: 40%;
    }
    .heading-hr {
        width: 25%;
        margin: 5px 2.5%;
    }
    #features .col-centered{
        display: table;
    }
    
    #features .odd .feature-item .icon, #features .even .feature-item .icon{
        background-size: 75%;
        height: 150px;
    }
    form#contact-form{
        padding:0 20px;
    }
    .contact .container-fluid input, .contact .container-fluid textarea{
        width: 100%;
    }
    .contact .container-fluid input{
        height: 54px;
    }
}
@media (max-width: 480px){
    label.error{
        left: inherit;
        top: 5px;
        right: 15px;
    }
    .company_logo{
        width: 65%;
    }
    .feature-item > h3{
        text-align: center;
        padding-left: 0;
    }
    .feature-item > .text-muted{
        padding-left: 0;
        font-size: 16px;
    }
    .support_btn{
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        font-size: 18px;
    }
    .cta_content {
        font-size: 12px;
    }
    section.cta{
        padding: 50px 0 !important;
    }
    section.features, section.cta, .lSSlideWrapper, section.contact{
        padding: 20px 0;
    }
    footer{
        background-image: url('../img/material/footer-bg-mobile.png');
        height: 490px;
    }
    section.features .section-heading{
        margin-bottom: 0px !important;
    }
    footer p, footer ul li a{
        text-align: left;
    }
    .copyright_name{
        font-size: 16px;
        float: none;
        margin: 0;
        text-align: center;
    }
    .list-inline{
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        width: 160px;
    }
    .list-inline>li:first-child{
        margin: 25px 0;
    }
    .list-inline li a {
        font-size: 16px;
        margin: 0 !important;
    }
    section.download {
        padding: 60px 0;
    }
    .loader > .loading{
        left: 40%;
    }
    .feature-item .icon{
        width: 100% !important;
        background-size: contain;
        height: 110px;
    }
    .copyright_container > div{
        width: 78%;
        height: 160px;
    }
    .navbar-default .navbar-toggle{
        top: 9px;
    }

    #who .feature-item .icon{
        height: auto;
        background-size: 50%;
        padding-top: 50%;
    }
    #contact_email{
        border:0;
    }
    
    .navbar-default{
        background-image: url(../img/material/header-bg-mobile.png);
    }
    #application{
        background-image: url(../img/material/app-bg-mobile.png);
    }
    #who{
        background-image: url(../img/material/who-bg-mobile.png);
        background-size: 100% 100%;
        margin-top: -30px;
    }
    .navbar-brand{
        padding: 15px;
    }
    #application .section-heading {
        width: 50%;
    }
    .heading-hr {
        width: 20%;
        margin: 10px 2.5%;
    }
    .navbar {
        min-height: 100px;
    }
    .home_banner{
        margin-top: 79px;
    }
    footer{
        height: 490px;
        padding:50px 0 0 0;
    }
    #contact_info{
        margin-bottom: 40px;
    }
    #copyright {
        height: 265px;
    }
    #application .col-centered.odd{
        padding-right: 0;
        margin-right: -15px;
    }

    #application .col-centered.even{
        padding-left: 0;
    }
    section#application .feature-item > h3{
        width: 75%;
        margin: 0 auto;
    }
    section#application .section-heading{
        margin-bottom: 14px !important;
    }
    section#application .feature-item{
        margin-bottom: 18px;
    }
    section.features .feature-item h3, #features p.text-muted{
        text-align: left;
    }
}
@media (max-width: 440px){
    #contact_phone, #contact_email, #contact_address{
        font-size: 12px;
    }
    form#contact-form{
        padding:0px;
    }
    .section-heading{
        font-size: 27px;
    }
    .heading-hr {
        margin: 5px 2.5%;
    }
}
@media (max-width: 375px){
    .feature-item > h3, section#who .feature-item > h3{
        font-size: 15px !important;
    }
    section.features .feature-item h3{
        font-size: 18px !important;
    }
    .navbar-toggle{
        margin-top: 15px;
    }
    .loader > .loading{
        width: 90px;
        height: 90px;
    }
    .mobile_phone{
        width: 140px;
    }
    .mobile_email{
        width: 165px;
        padding-right:0;
    }
    .navbar-default .navbar-header .navbar-brand{
        left: 38%;
    }
    .section-heading {
        font-size: 22px;
    }
    .heading-hr {
        margin: 1px 2.5%;
    }
}
@media (max-width: 320px){
    section.cta{
        background-position: 100% 20%;
    }

}