

@media (max-width: 991.98px) {}

@media (min-width: 1200px) {

}

@media (min-width: 992px) {
  
}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (max-width: 1400px) {
  .principal {
    min-height: 385px;
  }
}

@media (min-width: 768px) {
  .view-all-mob{
    display: none;
  }
}


@media (max-width: 1200px) {

  .music h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .principal{
    min-height: 375px;
  }
	.principal h4{
		font-size: 18px;
	}
	.principal p{
		font-size: 15px;
	}
}


@media (max-width: 992px) {

  .banner{
    height: auto;
  }

  section {
    padding: 40px 0px;
  }
  .courses img{
    height: 300px;
  }
  .principal{
	  margin-bottom: 20px;
    margin-top: 30px;
    min-height: 330px;
  }
  .events{
    margin-bottom: 20px;
  }
  footer .menu{
    display: block !important;
  }
  footer .footer-links{
    margin-bottom: 35px;
  }
  footer ul li{
    margin-bottom: 8px;
  }
	.choir-1-search, .choir-2-reg {
		height: auto;
	}
	
	.course-category-tabs{
		margin-bottom: 0;
	}
	.course-category-tabs ul {
		margin: 0;
		margin-bottom: 0;
	}
	.course-category-tabs ul li a {
		padding: 10px 10px;
		margin-bottom: 0;
		width: 180px;
		display: block;
		font-size: 11px;
	}
	.courses .owl-nav{
		top: -100px;
	}
	
}

@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

.section-title-view-all {
  display: block !important;
  /* margin-bottom: 30px; */
}
.section-title-view-all .learn-more{
  display: none;
}
.section-title-view-all .section-title{
  text-align: center;
}
.section-title-view-all div{
  display: flex;
  justify-content: center;
}
.music img{
  height: 100px;
}
.music h4{
  font-size: 19px;
}
.niram{
  padding: 15px;
}
.controls {
  margin-top: 10px;
}
.principal{
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  min-height: auto;
}
.courses img{
  height: 250px;
}
.choir1 p{
  -webkit-line-clamp: 4;
}
.choir1{
  text-align: center;
}
.about{
  text-align: center;
}
.about-content{
  margin-bottom: 20px;
}
.about p{
  -webkit-line-clamp: 4;

}
.photo-gallery, .video-gallery {
  height: 250px;
}
footer .footer-logo img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
footer .social {
  justify-content: center;
  margin-bottom: 25px;
}
footer .footer-links{
  margin-bottom: 30px;
}
footer .footer-logo img{
  height: auto;
}
.copyright p{
  text-align: center;
}
.copyright img{
  margin: 0 auto;
  display: block;
}

}

@media (max-width: 576px) {
  /* .section-title{
    text-align: center;
  } */
  .courses img{
    height: 250px;
  }
  .articles img{
    height: 150px;
  }
  .articles p {
    -webkit-line-clamp: 2;
  }
  .choir1 div{
    display: block !important;
    text-align: center;
  }
  .choir select{
    margin-bottom: 20px;
  }

 

}

@media (max-width: 450px) {}

/************************ Header ************************/
/* responsive menu */
/* @media (max-width: 576px) {}

@media (max-width: 768px) {}*/
@media (min-width: 992px) {
  ul.navbar li:last-child{
    background-color: var(--primary);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
}
ul.submenu li:last-child{
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: var(--dark);
}
.custom-nav li:last-child a{
    color: white;
}
}
@media (max-width: 1400px) {
  .custom-nav .navbar {
    gap: 17px;
  }
} 
@media (max-width: 1200px) {
  .custom-nav .navbar {
    gap: 12px;
  }
   .custom-nav a{
    font-size: 13px;
  }
  .top-bar{
    padding: 2px 30px;
}
.logo-sec{
  padding: 5px 30px;
}
  .logo img{
    height: auto;
  }
}



@media (max-width: 992px) {
  .logo img{
    height: auto;
  }
  .custom-nav .navbar{
    gap: 15px;
  }
  .custom-nav .navbar a{
    font-size: 15px;
  }
  .contact-top a{
    font-size: 13px;
  }
  .menu{
    padding: 0;
    display: flex;
  }
  .custom-nav li:last-child a{
    color: var(--secondary) !important;
}
ul.submenu li:last-child a{
  /* color: var(--dark) !important; */
}
}

@media (max-width: 992px) {
  #mainNav {
    background: var(--primary);
    position: fixed;
  }
  body.menu-open{
    overflow: hidden;
  }

  .custom-nav.open {
    left: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  }

  .custom-nav {
    width: 100%;
    max-width: 300px;
    height: 100vh;
    position: absolute;
    left: -350px;
    top: 0;
    overflow: scroll;
    z-index: 99999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  }

  .custom-nav a {
    font-weight: 400 !important;
    color: #fff !important;
  }

  .custom-nav .navbar {
    display: block;
    float: initial;
    margin-top: 30px;
    width: 100%;
  }

  .custom-nav .navbar a {
    padding: 10px 30px;
  }

  .custom-nav .submenu {
    position: inherit !important;
    height: 0;
    padding: 0 0;
    top: initial;
    top: 0 !important;
    width: 100% !important;
    background: #fff !important;
    box-shadow: none;
    margin: initial !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  }

  .custom-nav .submenu a {
    color: var(--dark) !important;
    padding: 5px 15px;
    white-space: initial !important;
  }

  .custom-nav .submenu.open {
    height: fit-content;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  }

  .topNav-btn,
  .mainNav-btn {
    display: block;
  }

  .custom-nav .submenu .submenu {
    left: initial !important;
    background: rgba(0, 0, 0, 0.05) !important;
  }
}

@media (max-width: 1400px) {}

@media (max-width: 576px) {
  .top-bar{
    padding: 2px 10px;
}
.logo-sec{
  padding: 5px 10px;
}
  .phone-email{
    display: inline-block !important;
  }
  .phone-email li{
    display: flex;
    align-items: center;
  }
  .phone-email i{
    font-size: 13px;
  }
  .phone-email a{
    font-weight: 500;
  }
  .social-top{
    gap: 10px;
  }
  .contact-top .social-top li a {
    color: var(--primary);
    background: white;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .social-top i{
    padding: 0;
    color: var(--primary);
  }
  ul.social-top{
    gap: 7px;
  }
  .courses .learn-more{
    padding: 8px;
  }
  .contact-top a {
    font-size: 12px;
}

}
