body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Regular';
}

@font-face {
    font-family: 'Regular';
    src: url('../fonts/Nunito_Sans/NunitoSans-Regular.ttf');
}

@font-face {
    font-family: 'Logo';
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}

@font-face {
    font-family: 'Bold';
    src: url('../fonts/Nunito_Sans/NunitoSans-Bold.ttf');
}

@font-face {
    font-family: 'Black';
    src: url('../fonts/Nunito_Sans/NunitoSans-Black.ttf');
}

.icon-bar {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../img/wave-white.svg) no-repeat !important;
}

.aksBtn,
.aksBtn:active,
.aksBtn:focus,
.aksBtn:visited {
    outline: none;
}

.navbar {
    font-family: 'Bold';
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff !important;
    top: 0;
    width: 100%;
    text-transform: uppercase;
    background: transparent !important;
}

.nav-link {
    font-size: .85em;
    color: #fff !important;
    transition: .5s;
}

.nav-link:hover {
    color: #00BFFF !important
}

.navbar-collapse+div a{
    color: #fff;
    font-size: 1em;
    display: inline-block;
    transition: .4s
}

.navbar-collapse + div a span{
    transition: .4s;
    color: #fff;
}

.navbar-collapse+div a:hover,
.navbar-collapse+div a:hover span
{
    color: #00BFFF;
    text-decoration: none;
}

#header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .0)), url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.nav-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    padding: 10px 15px !important;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 6px;
}

.nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00BFFF;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
    color: white !important;
}

.nav-link:hover:before,
.nav-link:focus:before,
.nav-link:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.navbar-brand {
    color: #fff;
    font-family: 'Logo';
    text-transform: capitalize !important;
    font-size: 2.7em;
}

.typed-cursor {
    display: none !important;
}

h1 span {
    color: #fff;
    font-size: .8em;
    color: #00BFFF;
    background: #ffffff;
    text-align: center;
    padding: 14px 40px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: 'Logo';
    font-weight: bold;
}

h1 {
    margin-top: 30vh;
    color: #fff;
    font-family: 'Black';
    background: transparent !important;
    font-size: 3em;
}

#header:before {
    background: url(../img/wavyDiv.png) 50% 100% repeat-x;
    content: "";
    position: absolute;
    height: 16px;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 3;
}

#WhoWeAre {
    padding: 60px 10px;
}

h2 {
    text-align: center;
    color: #00BFFF;
    font-family: 'Black';
    font-size: 2.5em;
    text-transform: uppercase;
}

h2::after {
    display: block;
    content: "";
    height: 12px;
    background: transparent url('../img/wave-blue.svg') no-repeat;
    text-align: center;
    background-position: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

#WhoWeAre p {
    text-align: justify;
    max-width: 800px;
    font-size: 1.1em;
    margin: auto;
    color: #777;
}

.aksBtn {
    display: inline-block;
    color: #fff;
    background: #00BFFF;
    border-radius: 60px;
    padding: 15px 40px;
    font-family: Bold;
    text-transform: uppercase;
    font-size: .9em;
    transition: .5s;
    border: none;
}

.aksBtn:hover {
    transform: scale(.9);
    color: #fff;
    text-decoration: none;
    background: rgb(2, 138, 184);
}

#WhyUs {
    color: #fff;
    padding: 65px 10px;
    background: url('../img/wavedBG.png');
    background-size: cover;
    background-position: center;
}

h2.white {
    color: #fff;
}

h2.white::after {
    display: block;
    content: "";
    height: 12px;
    background: transparent url('../img/wave-white.svg') no-repeat;
    text-align: center;
    background-position: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

.box {
    background: #ffffff;
    padding: 40px 20px;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, .2) 0 5px 20px;
    border-radius: 15px;
    transition: .4s;
    color: #00BFFF;
    text-align: center;
    margin-bottom: 30px;
}

.box:hover {
    /* box-shadow: #fff 0 0 20px; */
    transform: scale(1.05);
    cursor: pointer;
}

.box img {
    max-height: 80px
}

#ContactUs {
    padding: 65px 10px;
}

#ContactUs h2+p {
    text-align: center;
    position: relative;
    top: -20px;
    color: #777;
}

#ContactUs .col-md-3 span {
    display: block;
}

#ContactUs .col-md-3 span.fa{
    font-size: 2.3em;
    color: #00BFFF;
    margin-bottom: 10px;
}

#ContactUs .col-md-3 label{
    margin-bottom: 40px;
    font-size: .9em;
}

#ContactUs .col-md-3 label span{
    font-family: Black;
    color: #555;
}

#ContactUs .col-md-3 label{
    color: #777;
}

.aksLbl{
    font-family: 'Black';
    text-transform: uppercase;
    margin-top: 25px;
    color: #555;
    font-size: .8em;
    display: block;
}

#WhoWeAre img{
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .6) 0 5px 10px;
}

::-webkit-scrollbar{
    width: 10px;
    background: #ffffff;
}

::-webkit-scrollbar-thumb{
    background: #00BFFF;
    border-radius: 100px;
}


@media only screen and (max-width: 991px){
    .navbar{
        background: rgba(0, 0, 0, .5) !important
    }
    h1{
        font-size: 2em;
    }
}

*,*:hover,*:active,*:focus{
    outline: none !important;
}

@media only screen and (max-width:350px){
    .navbar-brand{
        font-size: 1.6em !important;
    }

    h1{
        font-size: 1.8em;
    }
}