#about p:nth-child(3) {
    padding-bottom: 10px !important;
  }

.contact-info {
    padding-left: 70px;
}
.contact-info a {
    color: #555;
    font-weight: bold;
}
.contact-info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 32px;
    height: 32px;
    background: #4e1e01;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
  }
  .contact-info i.whatsapp {
    background: url(../../img/whatsapp.png) no-repeat;
    background-size: contain;
  }
  .account-details p {
    font-size: 1.2rem;
  }
  .account-details h3 {
    margin-top: 10px;
  }
  .banner-news {
    padding: 10px 0;
    background-color: #641929;
  }
  .scroll-news {
    color: #fff;
    font-family: 'Manjari', sans-serif;
    font-size: 1.5rem;
    width: 1267px;
  }
  .scroll-news p {
    margin-bottom: 0px;
  }
  /* marquee */
  .scroll-container {
    padding: 10px 0px;
    background-color: #641929;
  }
  #scroll-container{
  /* border: 3px solid black; */
  border-radius: 5px;
  overflow: hidden;
}

#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 20s linear infinite;
  -webkit-animation: my-animation 20s linear infinite;
  animation: my-animation 20s linear infinite;
  font-family: 'Manjari', sans-serif;
  font-size: 1.5rem;
  color: #fff;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(90%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
  /* marquee end */

  @media (max-width: 992px){
      .contact-info i {
        margin-right: 50px;
        width: 24px;
        height: 24px;
        font-size: 14px;
      }
      
  }
.nav-menu a {
    font-size: 16px;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a{
    color: #602d00;
}
.nav-menu .selected > a {
    color: #602d00;
    background-color: #fff;
  }
.about .section-title h2::after {
    background: #fff;
}
.about .nav-link {
    background: #fff;
    border: 1px solid rgba(68,68,68,0.2);
}

.band {
    background-color: #A7727D;
    overflow: hidden;
   
}
.band .col-md-6 {
    padding-left: 0px !important;
}
.band .band-logo {
    padding-top: 100px;
    text-align: center;
}
.band .band-logo img {
    max-height: 150px;
    
}
.band .band-title h2{
    font-family: 'Manjari', sans-serif;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-top: 30px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    color: #fff;
    
}
.band .band-content p {
    font-size: 1rem;
    text-align: left;
    padding-bottom: 0px;
    line-height: 2rem;
    color: #fff;
}
.band .band-content p a {
    color: #fdd745;
}
.band .band-content p a:hover {
    color: #ff6700;
}
/* .band .col-md-4 {
    padding-top: 30px;
} */
.band img {
    display: block;
    margin: auto 0px;
}
.about-band {
    overflow: visible;
    height: 100%;
}
.person-info-wrap {
    background-color: #fff;
}
.person-info {
    width: 400px;

}
.person-info h2 {

        /* font-family: 'Manjari', sans-serif; */
        font-family: 'Noto Sans Malayalam', sans-serif;
        font-size: 1.3rem;
        text-align: center;
        padding-bottom: 20px;
        text-transform: uppercase;
        padding-top: 30px;
        
        color: #000;
        

}
.event-caption {
    font-family: 'Noto Sans Malayalam', sans-serif;
    font-size: 1.3rem;
    padding-bottom: 20px; 
    color: #000;
}
.activities .activity-item {
    width: 90%;;
    margin: auto;
}
.activities .activity-item h2 {
    font-size: 1.3rem;
    font-weight: bold;
	font-family: 'Noto Sans Malayalam', sans-serif;

}
.activities .activity-item p {
    margin-top: 1rem;
    font-size: 1rem;
    font-family: 'Noto Sans Malayalam', sans-serif;
}
.activities-border {
    border: 1px solid rgba(78,30,1,0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}
.activity-carousel-title {
    font-size: 1.3rem;
	font-weight: bold;
	font-family: 'Noto Sans Malayalam', sans-serif;
    padding-top: 10px;
}
#members {
    font-family: 'Noto Sans Malayalam', sans-serif;
}
#members .trust-members {
    margin-top: 20px;
}
.trust-m-bg {
    background-color: #ccc;
}
.trust-m-bg h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
}
#members .m-names li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.members {
    padding-top: 30px;
}
.members a:hover .links-bg {
    background-color: rgba(78,30,1,0.8);
}
.only-mobile {
    display : none;
}
#contat-page h4 {
    font-family: 'Noto Sans Malayalam', sans-serif;
}
.links-bg {
    
    background-color: rgb(78,30,1);
    transition: all 0.5s;
}
.links-bg h3 {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    border-bottom: 1px solid #fdda4c;
}
.links-bg h4 {
    font-size: 0.9rem;
    text-transform: capitalize;
    text-align: center;
    color: #ccc;
    padding-bottom: 15px;
}
.products-item.bg-purple h4 {
    background-color: #8E5BB5;
}


/* .band::after {
    content:"";
    background: rgba(0,0,0,0.3);
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
} */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fc0;
}
.section-title h2::after {
    background: #ed1c24;
}
.info {
    padding-left: 0px !important;
}
.info a {
    color: #686470;
    font-size: 14px;
}
.info a:hover {
    color: #000;
}
.info i.whatsapp {
    background: url(../../img/whatsapp.png) no-repeat;
    background-size: contain;
}
.php-email-form {
    padding-left: 0px !important;
}
.enquiry-title h2{
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 26px;
}
#footer {
    background: #363636;
}
.footer-top{
    background: #686868 !important;
}
.footer-logo {
    width: 200px;
    height: 130px;
    background: url(../../img/logo.png) no-repeat;
    background-size: contain;
}
.footer-contact p{
    color: #fff !important;
}
#footer .footer-top .footer-links h4 {
    color: #fff;
}
#footer .footer-top .footer-links ul i {
    color: #fff;
}
#footer .footer-top .footer-links ul li a {
    color: #fff;
}
#footer .footer-top .footer-address {
    color: #fff;
}
#footer .footer-top .footer-address h4 {
    color: #fff;
}
.copyright {
    color: #fff;
}
#footer .footer-top .footer-links ul a:hover {
    color: #e5d904;
}
#footer .social-links a {
   
    background-color: #777;
}
#footer .social-links a:hover {
    background-color: #ff6700;
}
.mtop-5 {
    margin-top: 3rem !important;
}
#gallery h5 {
    font-family: 'Noto Sans Malayalam', sans-serif;
}
.fcontact a {
    color: #fff;
}
.fcontact a:hover {
    color: #ccc;
}
.contact .contact-form button[type="submit"] {
    background: #ed1c24;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .contact-form button[type="submit"]:hover {
    background: #c60f16;
  }
.form-error {
	color: red;
}
.form-success {
	color: green;
}
.input-error {
	border-color: red;
	box-shadow: 0px 0px 10px rgba(255,0,0,0.4);
}
/* products page */
.products .pr-details p {
    text-align: right;
}
.products .pr-details a {
    color: #000;
}
.products .pr-details a:hover {
    color: #686470;
}

.product-page-header {
    padding-top: 18px;
    padding-bottom: 18px;
    background: #fc0;
}
.product-page-header a {
    color: #36343a;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.product-page-header img {
    max-width: 130px;
}
#product-details {
    margin-top: 80px;
}
#product-details thead {
    color: #fff;
}
#product-details td {
    text-transform: capitalize;
}
.pr-details a {
    padding: 5px 10px;
    background: #ccc;
    cursor: pointer;
}
.festival-text {
    font-family: 'Noto Sans Malayalam', sans-serif;
    font-size: 1.3rem;
}
.festival-item {
    margin-bottom: 30px;
}
.location-text {
    font-family: 'Noto Sans Malayalam', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}
.location-title {
    padding-top: 25px;
}
.location-title h2{
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
@media (max-width: 576px){
    .account-details p {
        font-size: 1rem;
    }
    .mob-nav-wrap {
        position: fixed;
        top: 0;
        z-index: 9999;
        padding-top: 10px;
    }
    .mob-nav {
        /* color: #ffdf00; */
        color: #e21bd2;
        font-size: 20px;
        font-weight: 700;
        display: none;
        padding-right: 8px;
        background-color: rgba(255,255,255,0.6);

    }
    .mob-nav-show {
        display: inline;
    }
    #hero {
        /* background-size: contain; */
        height: 22vh;
    }
    .scroll-news {
        width: 95%;
        min-width: 300px;
        font-size: 1.2rem;
    }
    .about {
        padding-bottom: 0;
    }
    .person-info-wrap {
        padding-top: 15px;
    }
    .only-desk {
        display: none;
    }
    .only-mobile {
        display: block;
        padding-top: 10px;
    }
    .sm-center {
        text-align: center;
        margin-bottom: 20px;
    }
    .mtop-5 {
        margin-top: 1rem !important;
    }
    #gallery h5 {
        text-align: center;
        font-size: 1rem;
    }
    .festival-text {
        font-size: 1rem;
    }
    /* .scroll-container{
        height: 50px;
    }
    #scroll-text {
        width:max-content;
        animation: my-animation 30s linear infinite;
    } */
    @keyframes my-animation {
        from {
          -moz-transform: translateX(100%);
          -webkit-transform: translateX(100%);
          transform: translateX(90%);
        }
        to {
          -moz-transform: translateX(-100%);
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
      }
    .products .pr-details p {
        text-align: left;
        font-size: 16px;
    }
    #product-details {
        margin-top: 50px;
    }
    .product-page-header img {
        max-width: 100px;
    }
    .product-page-header .home-btn a {
        padding: 10px 10px;
        background:#8E5BB5;
        color: #fff;
    }
}