@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body{
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

img{
    width: 100%;
}
a{
    color: #3859a0;
    text-decoration: none;
}
.text-blue{
    color: #335599;
}
.text-sky{
    color: #69b3f6;
}
.bg-blue{
    background: #051f3d;
}
.btn-primary{
    width: 100%;
    background: #335599;
    border: 0;
}
.btn-primary:hover{
    width: 100%;
    background: #051f3d;
    border: 0;
    transition: .2s all;
}
.btn-primary:focus, .btn-primary:active{
    background: #051f3d;
    border: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
.btn-primary:Active:focus, .btn-primary:active{
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
.form-control{
    font-size: 14px;
}
.form-control:focus{
    border: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
.form-select{
    color: #777;
    font-size: 14px;
}
.form-select:focus{
    border: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}

/* header */
header {
    position: sticky;
    left: 0;
    top: 0;
    background: white;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    z-index: 10000;
}
.navbar-brand{
    width: 150px;
}
.navbar-collapse{
    width: auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #335599;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active{
    color: #051f3d;
}
.navbar-toggler{
    border: 0;
    padding: 0;
}
.navbar-light .navbar-toggler{
    color: #335599;
}
.navbar-toggler:focus{
    box-shadow: 0 0 0 0;
}
@media screen and (max-width:767px){
    .navbar-collapse{
        width: 100%;
    }
    .navbar-brand{
        width: 100px;
    }
}
@media screen and (min-width:992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}



/* banner */
.banner{
    height: 500px;
    background: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner h1, .banner h5{
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

@media screen and (max-width:767px){
    .banner{
        height: 300px;
    }
}



/* intro */
.intro h5{
    line-height: 1.5;
    color: #335599;
}


/* service-section */
.service-section .bg2{
    height: 250px;
    background: url(../images/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-section .bg3{
    height: 250px;
    background: url(../images/bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-section .bg4{
    height: 250px;
    background: url(../images/bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-section .bg5{
    height: 250px;
    background: url(../images/bg5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-section .bg6{
    height: 250px;
    background: url(../images/bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-section .bg2:hover, .service-section .bg3:hover, .service-section .bg4:hover, .service-section .bg5:hover, .service-section .bg6:hover {
    transform: scale(1.1);
    border-radius: 10px;
    transition: .3s all;
}


/* nvg */
.nvg ul li{
    margin-bottom: 20px;
    color: #335599;
}



/* service page */
.service-banner{
    height: 300px;
    background-image: url(../images/bg7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.commercial h2{
    text-transform: uppercase;
}
.commercial ul li{
    margin-bottom: 10px;
}
.legal h2{
    text-transform: uppercase;
}
.legal ul li{
    margin-bottom: 10px;
}
@media screen and (max-width:767px){
.service-banner{
    height: 200px;
    }
}



/* overview page */
.overview-banner{
    height: 300px;
    background-image: url(../images/bg8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overview ul li{
    margin-bottom: 10px;
}
.overview .img-wrapper{
    overflow: hidden;
}
.overview .img-wrapper img:hover{
    transform: scale(1.2);
    transition: .3s all;
}
.national ul li{
    margin-bottom: 10px;
}

@media screen and (max-width:767px){
    .overview-banner{
        height: 200px;
    }
}




/* team page */
.team-banner{
    height: 300px;
    background-image: url(../images/bg9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



@media screen and (max-width:767px){
    .team-banner{
        height: 200px;
    }
}




/* contact page */
.contact-banner{
    height: 300px;
    background-image: url(../images/bg10.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-right img{
    max-height: 250px;
    width: auto;
}
.contact-right img:hover{
    transform: scale(1.1);
    transition: .3s all;
}


@media screen and (max-width:767px){
    .contact-banner{
        height: 200px;
    }
    .contact-right{
        padding: 0 15px !important;
    }
    .contact-right img{
        width: 100%;
        height: auto;
    }
    .contact p br{
        display: none;
    }
}