.logo-img{
  height: 80px;
}
.navbar {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
}
.bg-main-color{
    background-color: #762232;
}
.dropdown-menu {
    border-radius: 0px;
    border: none;
}
.bg-black-primary{
    background: #000 !important;
}
.text-secondary {
    color: #ffffff !important;
}
.fs-5 {
    font-size: 16px !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #EE2A38 !important;
    border-color: #EE2A38 !important;
}
.display-1-1{
font-size: 30px !important;
}

.carousel-caption {
    right: 5% !important;
    left: 5% !important;
   
}
.carousel-item{
    max-height: 700px !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .about-img {
        padding: 0px !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .about-img {
        padding: 0px !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {

   
}
@media (min-width: 1025px) {
    .display-5 {
        font-size: 2rem !important;
    }
}
@media (min-width: 1200px) {
    .fs-4 {
        font-size: 1.3rem !important;
    }
    h4, .h4 {
        font-size: 1.2rem;
    }
    .display-1 {
        font-size: 3rem !important;
    }
}

.btn {
    font-size: 16px !important;
}
.bg-primary-new{
background: #2f3187d1;
}
.footer-links{
    color:#fff;
}
.btn-link :hover {
   color: #2f3187d1;
}

.whatsapp-icon {
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 0px;
    top: 300px;
    z-index: 99;
  
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
  }
  
  .telegram-icon {
    background-color: #039be5;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 0px;
    top: 400px;
    z-index: 99;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
  }
  .para-size{
    font-size: 24px;
  }