body{
    font-family: "Open Sans", sans-serif;
}
.uppercase{
    text-transform: uppercase;
}
.ml-auto{
    margin-left: auto;
}
.navbar-brand{
    margin-right: 30px;
}
.banner{
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
}
.banner-content{
    color: #fff;
}
.banner-content h2{
    font-size: 38px;
    font-weight: 300;
}
.banner-content p{
    font-weight: 300;
    font-size:11px;
}
.banner-content a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    margin: 5px;
}
.offcanvas{
    background: #5e94ff;
}
.menu a{
    display: block;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
}






.icon-box h4{
    font-size: 18px;
    font-weight: 300;
}
.icon-box p{
    font-size: 11px;
    font-weight: 300;
}
.radians2{
    background-image: url(../images/radian2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.radians{
    background-image: url(../images/radian.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-blu{
    color: #5e94ff;
}
.radians-content a{
    color: #ffffff !important;
    border-color: #6eba01;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase !important;
    background-color: #6eba01;
}
.text-justify{
    text-align: justify;
}
.font-bold{
    font-weight: bold;
}
.fotter{
    background-image: url(../images/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.f-widget {
    background: #fff;
    padding: 40px;
}
.f-widget i{
    font-size: 30px;
    color: #6eba01;
}

.f-content p{
    font-size: 11px;
    color: #000;
}









@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
    position: absolute;
    top: 74px;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: center;
}
}
@media only screen and (max-width: 769px) {
    
}       
@media only screen and (max-width: 600px){
    .services-box.mb-5.d-flex.justify-content-between.gap-4.align-items-center {
        display: block !important;
    }
    .banner-content h2 {
        font-size: 34px;
    }
    .banner-content p {
        font-size: 18px;
    }
        .services-box img{
        width: 100%;
        height: 168px;
    }
    .heading h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 344px){
    
}