body{font-family: 'Cairo', sans-serif}


/*============= Start nav =============*/

.navbar{
    border-radius: 0;
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    z-index: 5000;
    height: 55px
}

.navbar li{
    transition: all .3s ease-in-out;
    color: #102088!important;
    cursor: pointer;
    height: 55px;
    width: 100px;
    line-height: 55px;
    text-align: center;
    transition: all .3s ease-in-out
}

.navbar li:hover{
    border-bottom: 5px solid #102088;
    color: #102088!important
}



.nav_shadow{
    box-shadow: 5px 5px 20px 0px #ddd
}

/*============= End nav =============*/

.slider{
    position: static!important;
}

.container_skitter{
    height: 94vh!important;
    margin-top: 53px
}

.container_skitter img{
    height: 94vh!important
}

.info_slide_dots{
    transform: translateY(-60px)!important
}

.image_number{
    background-color: #656565!important;
    width: 40px!important
}

.image_number_select{
    background-color: #102088!important
}

.about{
    margin-top: 94vh;
    background-color: #071676;
    color: #fff;
    padding: 60px 0
}

.about h2{
    margin-bottom: 20px
}

.about h2 hr{
    width: 40px;
    height: 3px;
    background-color: #ddd;
    border: none;
    outline: none
}

.about p{
    line-height: 2.5;
    font-size: 15px;
    color: #ccc
}

.using{
    padding: 60px 0
}

.using h2{
    color: #102088
}

.using h2 hr{
    width: 40px;
    height: 4px;
    background-color: #ddd;
    margin-bottom: 50px
}

.using .single-use{
    padding: 10px;
    height: 280px;
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    transition: all .3s ease-in-out
}

.using .single-use:hover{
    bottom: 15px;
    transition: all .3s ease-in-out
}

.using .single-use:after{
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    bottom: -12px;
    z-index: 1;
    height: 10px;
    width: 90%;
    background-color: #ddd;
    filter: blur(5px);
    opacity: .9;
    transition: all .3s ease-in-out
}

.contact{
    background: url(../img/contact-bg.jpg) no-repeat;
    background-size: cover
}

.contact .overlay{
    background-color: rgba(16, 32, 136, .8);
    padding: 80px 0
}

.contact h2{
    color: #fff;
    margin-bottom: 40px
}

.contact h2 hr{
    width: 40px;
    border: none;
    background-color: #ddd;
    height: 4px
}

.contact .info h3{
    color: #fff
}

.contact .info h3:last-of-type{
    margin-top: 40px
}

.contact .info h3 hr{
    width: 40px;
    margin-right: 0;
    border: none;
    height: 3px;
    background-color: #fff
}

.contact .info li{
    color: #ddd;
    line-height: 3;
    font-size: 16px;
    padding-right: 10px
}

.contact .info li i{
    color: #2a47ff;
    font-size: 20px;
    font-weight: 600
}

.contact .address h3{
    color: #fff
}

.contact .address h3 hr{
    width: 40px;
    margin-right: 0;
    border: none;
    height: 3px;
    background-color: #fff
}

.contact .address li{
    padding-right: 10px;
    color: #ddd;
    line-height: 3
}

.contact .address li i{
    color: #2a47ff;
    font-size: 20px;
    font-weight: 600
}

.copyright{
    background-color: #060d40;
    color: #fff;
    padding: 10px 0;
    padding-top: 15px
}

#up{
    position: fixed;
    bottom: 60px;
    right: 10px;
    background-color: #3a54ff;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    cursor: pointer;
    display: none;
    transition: all .3s ease-in-out
}

#up:hover{
    background-color: #102088
}

.navbg{
    border-bottom: 5px solid #102088;
    color: #fff!important
}