body{
    font-family: 'Poppins', sans-serif;
}

.top-bar{
    background:#0b1f3a;
    color:#fff;
    padding:10px 0;
    font-size:14px;
}

.top-contact span{
    margin-right:20px;
}

.social-icons a{
    color:#fff;
    margin-left:15px;
}

.logo{
    height:80px;
}

.hero-section{
    position:relative;
}

.swiper-slide{
    height:90vh;
    background-size:cover;
    background-position:center;
    position:relative;
}

.slide1{
    background:url('../images/banner1.jpg');
}

.slide2{
    background:url('../images/banner2.jpg');
}

.overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.hero-content{
    position:relative;
    z-index:2;
    color:#fff;
    padding-top:250px;
}

.hero-content h1{
    font-size:60px;
    font-weight:700;
}

.theme-btn{
    background:#0047ab;
    color:#fff;
    padding:15px 35px;
    display:inline-block;
    text-decoration:none;
    border-radius:5px;
    margin-top:15px;
}

.section-title h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:20px;
}

.service-box{
    background:#fff;
    padding:40px 25px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    transition:0.4s;
}

.service-box:hover{
    transform:translateY(-10px);
}

.service-box i{
    font-size:50px;
    color:#0047ab;
    margin-bottom:20px;
}

.brand-slider img{
    width:150px;
    margin:20px;
}

.contact-home form input,
.contact-home form textarea{
    width:100%;
    margin-bottom:20px;
    padding:15px;
    border:1px solid #ddd;
}

.footer{
    background:#0b1f3a;
    color:#fff;
    padding-top:60px;
}

.footer-logo{
    width:180px;
    margin-bottom:20px;
}

.footer h4{
    margin-bottom:20px;
}

.footer ul{
    padding:0;
}

.footer ul li{
    list-style:none;
    margin-bottom:10px;
}

.footer ul li a{
    color:#fff;
    text-decoration:none;
}

.copyright{
    background:#07101d;
    text-align:center;
    padding:15px;
    margin-top:40px;
}

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:60px;
    font-size:30px;
    z-index:999;
}

@media(max-width:768px){

    .hero-content h1{
        font-size:35px;
    }

    .hero-content{
        padding-top:180px;
    }

}