*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.a{
    color: inherit;
}
.hero{
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.3)),url(img/fabio-oyXis2kALVg-unsplash.jpg);
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    background-attachment: fixed;
}
.nav-bar{
    display: flex;
    padding: 40px 120px;
}
.nav-logo img{
    width: 135px;
    margin: -50px 0px -30px 0px;
}
.nav-links{
    flex: 1;
}
.nav-links ul{
    margin-left: 50px;
    display: inline;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 25px;
}
.nav-links ul a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #32527b;
    display: block;
    margin: auto;
    transition: .3s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.btn{
    padding: 20px 60px !important;
    border: 0 !important;
    margin-bottom: 200px;
    background: #32527b !important;
    font-weight: bold !important;
    cursor: pointer;
    color: #fff !important;
    transform: rotate(0deg) skewX(0deg) translate(0,0) !important;
    transition-duration: 0.5s !important;
    font-size: 30px !important;
}
.btn:hover{
    background-color: #fff !important;
    color: #32527b !important;
}
.banner-title{
    margin: 20px 130px;
    color: #fff;
}
.banner-title h1{
    font-size: 64px;
    margin-bottom: 30px;
}
.nav-bar .far{
    display: none;
}
.nav-bar .fas{
    display: none;
}
.service{
    margin: 75px 0px 0 px 0px;
    background: #fff;
}
.title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.subtitle{
    text-align: center;
    margin-bottom: 70px;
    font-size 15px;
}
.service-box{
    padding: 0;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.4s;
}
.service-box img{
    width: 200px;
    margin-top: 20px;
    margin-bottom: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.service-box h4{
    margin-bottom: 40px;
    margin-left: 15px;
    font-weight: bold;
}
.service-box p{
    font-size: 14px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    color: #777;
}
.fa-arrow-right{
    font-size: 22px !important;
    margin-top: 30px;
    margin-bottom: 35px;
    margin-left: 15px;
    cursor: pointer;
}
.service-box:hover,.active-service{
    background: #32527b;
    border-radius: 5px;
    color: #fff !important;
    box-shadow: 0 15px 15px 2px rgba(213,213,213,0.5);
}
.service-box:hover p{
    color: #fff;
}
.active-service p{
    color:#fff;
}
.feature,.explore{
    margin: 0px 0;
    background: #fff;
}
.feature img,.explore img{
    max-width: 100%;
    cursor: pointer;
    margin-top: 120px;
    margin-bottom: 20px;
    border-radius: 99%;
    padding:1px;
    border:1px solid #021a40;
    background-color:#32527b;
}
.feature h2{
    margin-top: 120px;
    font-weight: bold;
    line-height: 50px;
}
.feature p,.explore p{
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 18px;
}
.feature a,.explore a{
    width: 120px;
    padding: 15px 10px;
    background: #32527b;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    text-align: center;
    font-weigth: bold;
    font-size: 14px;
    box-shadow: 0px 9px 9px 1px rgba(204,204,204,0.5);
    margin-bottom: 50px;
}
.explore h2{
    margin-top: 80px;
    font-weight: bold;
    line-height: 50px;
}
.aboutus{
    background-size: 600px;
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.15)),url(img/foto_abu.jpg);
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    background-attachment: fixed;
}
.aboutus h2{
    margin-top: 120px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}
.aboutus p{
    margin-top: 25px;
    margin-bottom: 120px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.footer{
    padding-top: 5px;
}
.footer h2{
    color: #fff;
    font-weight: 600;
    margin: 20px 0px;
}
.footer input{
    width: 60%;
    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
::placeholder{
    color: #efefef;
    font-size: 13px;
}
.footer button{
    padding: 6px;
    width: 180px;
    margin: auto;
    margin-bottom: 40px;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    background: transparent;
    transition: 0.4s;
}
.footer button:hover{
    background: #32527b;
    border-radius: 5px;
    color: #fff !important;
    box-shadow: 0 15px 15px 2px rgba(213,213,213,0.5);
}
.footer p{
    font-size: 14px;
    padding: 70 px;
    color: #fff;
    display: block;
}
.footer small{
    font-size: 7px;
    padding: 70 px;
    padding-bottom: 20px;
    color: #fff;
    display: block;
}
.footer a:visited {
	text-decoration: none !important;
	color: #fff !important;
}
.footer a,.aboutus a{
	text-decoration: none !important;
	color: #fff !important;
}

@media (max-width: 830px){
    .banner-title{
        margin: 80px 40px;
    }
    .banner-title h1{
        font-size: 50px;
    }
    .nav-bar{
        padding: 10px 30px;
    }
    .fa-bars{
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .nav-bar .fas{
        display: block;
        color: #fff;
        margin: 5px 25px;
        cursor: pointer;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-bar .far{
        display: block;
        color: #fff;
        margin: 15px 25px;
        cursor: pointer;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links{
        height: 100vh;
        width: 200px;
        background: #000;
        top: 0;
        right: -200px;
        position: absolute;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
    }
    .nav-links ul a{
        display: block;
    }
}
