body{
    font-family: Arial, sans-serif;
}
.top-bar{
    background:#3f989c;
    /* background:#c40000; */
    color:#fff;
    font-size:14px;
}
.navbar-brand{
    font-weight:700;
    color:#c40000 !important;
}
.carousel-item {
    transition: transform 0.3s ease-in-out;
}
/* .my_bg {
    background-image: url('../img/bn4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.page-header{
    background:#f5f5f5;
    padding:60px 0;
}
.section-title{
    color:#c40000;
    font-weight:700;
}
.contact-box{
    background:#fff;
    padding:30px;
    border:1px solid #ddd;
}
footer{
    background:#111;
    color:#ccc;
}
footer a{
    color:#ccc;
    text-decoration:none;
}
footer a:hover{
    color:#fff;
}

/* WhatsApp Button */
.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25d366;
    color:#fff;
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    z-index:999;
    text-decoration:none;
}
.whatsapp-float:hover{
    background:#1ebe5d;
    color:#fff;
}

@media (max-width: 768px){
    .pp_img{
        width: 100%;
    }
    .for_center{
        text-align: center;
    }
}