/*70% 		 #ff6666*/
/*65% 		 #*/
.bg-primary {
    background-color: #FF4D4D !important;
}
.nav-bar::before {
    background: #FF4D4D;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #FF4D4D;
}
.text-primary {
    color: #FF4D4D !important;
}
.text-secondary {
    color: #00A8FF !important;
}
.fa-whatsapp {
    background-image: url('images/WhatsApp.png');
    background-size: 60px 60px;
}
.fa-youtube {
    background-image: url('images/image_search_1726142643931.png');
    background-size: 60px 60px;
    background-color: #f4433600  !important;
}
.fa-telegram {
/*    background-image: url('images/Telegram.png');*/
    background-size: 60px 60px;
}
.fa-instagram {
/*    background-image: url('images/Instagram.png');*/
    background-size: 60px 60px;
    background-color:#FFF !important;
    padding: 5px;
}
.qr-note {
    font-size:12.5px;
}
.upi_logo { border: 1px solid #DDD; padding: 5px; border-radius:5px; }
.upi-payment-info-logo img {
    width: 50px;
}

@media (min-width: 1000px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 30px 10px;
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .display-4.text-primary {
        font-size: 18px !important;
    }
}
.btn-primary {
    color: #212529;
    background-color: #FF4D4D;
    border-color: #FF4D4D;
}
.service-item .service-img::before {
    background-color: #FF4D4D;
}
.team-item .team-img {
    border: 15px solid #FF4D4D;
}
.team-item .team-img::after {
    border: 2px solid #00A8FF;
}

.display-4.text-primary {
    font-size: 30px !important;
}
@media (max-width: 1200px) {
    .display-4.text-primary {
        font-size: 18px !important;
    }
}
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/Ram-Aur-Shyam-Golawala-Banner.jpg), no-repeat center center;
  background-size: cover;
}
a {
    color: #FF4D4D;
}
@media (min-width: 1000px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 30px 10px;
        font-size: 15px;
    }
}