/* Carousel base class */
.carousel-caption {
  bottom: 5rem;
  z-index: 10;
  max-width: 500px;
  text-align: left;
}

.carousel-item {
  height: 40rem;
}

.carousel-item:after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 40rem;
}

.header__top {
  background: #000 url("../images/header.gif") no-repeat right !important;
  background-size: 100% !important;
  min-height: 125px;
}

@media screen and (max-width: 767px) {
  .header__top {
	  background: #000 url('../images/logo.jpg') no-repeat left !important;
		background-size: 100% !important;
        min-height: 125px;
  }
}

.navbar {
  background: var(--golden);
}

.navbar .dropdown-menu {
  background: var(--golden);
}

.navbar .dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .navbar .dropdown-menu {
    border: none;
    margin-top: 0;
  }
}

.navbar .dropdown-menu .nav-link:before {
  content: none;
}

.nav-item {
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.nav-link {
  color: #000;
  font-size: 15px;
}

.nav-link::before {
  content: '';
  background: url("../images/button.gif") no-repeat center;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: -8px;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer {
  padding: 50px 0 15px !important;
  background: #000 url(https://singingclassesdelhi.in/wp-content/uploads/2019/01/home-banner.jpg);
  z-index: 1;
  position: relative;
  border-top: 10px solid var(--golden);
}

.footer:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}

.footer p {
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.footer .social li {
  padding: 3px 0;
  margin-right: 20px;
}

.footer .social li svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.footer .latesttopic {
  margin-bottom: 25px;
}

.footer-block {
  display: block;
  margin-top: 10px;
}

.copyright {
  font-size: .85rem;
}

:root {
  --golden: #ad9506;
  --brown: #4c4416;
  --offGreen: #80bdab;
  --orange: #b35c23;
  --fm: 'Libre Baskerville';
}

html,
body {
  width: 100%;
}

.text-golden {
  color: var(--golden);
}

.text-orange {
  color: var(--orange);
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #000 !important;
}

.block {
  display: block;
}

.no-border {
  border: none;
}

.bg-golden {
  background: var(--golden);
}

.bg-offgreen {
  background: var(--offGreen);
}

.bg-orange {
  background: var(--orange);
}

.overflow-hide {
  overflow: hidden;
}

body {
  letter-spacing: 0.1px;
  background: #000;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
}

.btn-primary {
  background-color: var(--golden);
  border-color: var(--golden);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--golden);
  border-color: var(--golden);
  opacity: 0.9;
	color: #011EEC;
}

.btn-dark,
.bg-dark {
  background-color: #000 !important;
}

.main-title {
  font-family: var(--fm);
  letter-spacing: 1px;
  font-size: 40px;
}

.submain-title {
  font-family: var(--fm);
  letter-spacing: 1px;
  font-size: 25px;
}
.music-icon {
  background: url(../images/icons/music-note-list.svg) no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.spacer {
  padding: 90px 0;
}

.bg-img-hero {
  background: #ddd url("../images/main-banner.jpg") no-repeat top center/cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.bg-img-hero:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(21, 27, 38, 0.5)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(21, 27, 38, 0.5) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-img-hero .form-control,
.bg-img-hero .form-select {
  border: 1px solid #333;
  background-color: #f5f5f5;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.txt-shdw {
  text-shadow: 2px 2px #333;
}

.home__about img {
  border-radius: 4px;
  border: 12px solid var(--golden);
  min-height: 350px;
  max-height: 350px;
  height: 100%;
  width: 100%;
}

.home__about img + img {
  margin: -300px -100px 0px 100px;
}

.home__about .home__about__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  .home__about .home__about__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.home__cta {
  background: url("../images/ctc_banner.jpg") no-repeat center/cover;
  background: url("../images/Untitled-design-35.png") no-repeat center/cover;
  position: relative;
  z-index: 1;
}

.home__cta:after {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top: 10px solid #ad9506;
  border-bottom: 10px solid #ad9506;
}

.home__prog {
  background-color: #fff;
  border-top: 10px solid var(--golden);
  padding: 100px 0;
}

.home__prog .list-group-item:before {
  content: '';
  background: url("../images/icons/arrow-right-short.svg") no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.home__prog .card-body {
  background: var(--golden);
  color: #fff;
  margin-bottom: 0;
}

.home__gen {
  border-bottom: 10px solid var(--golden);
}

.home__gen .carousel-item {
  height: 20rem;
}

.home__gen .carousel-item > img {
  height: 20rem;
}

.home__gen .card {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.home__gen .card img {
  margin-left: 12px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.home__gen .card .card-title {
  font-family: sans-serif;
  color: var(--golden);
}

.home__gen .list-group-item:before {
  content: '';
  background: url("../images/icons/arrow-right-short.svg") no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.home__childprog {
  background: url(../images/audio-stuio-delhi-new.png) no-repeat center/cover;
  position: relative;
  z-index: 1;
}

.home__childprog:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(21, 27, 38, 0.5)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(21, 27, 38, 0.5) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.photogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photogrid__item {
  border-radius: 0.25rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: .5rem;
  margin-left: .5rem;
  margin-bottom: 1rem;
  height: 220px;
}

.photogrid__item img {
  border-radius: 0.25rem;
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid #fff;
}

/*box*/
.box {
  background-color: #d09d1f;
  background-image: linear-gradient(315deg, #d09d1f 0%, #c6920d 74%);
}

.box img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.box-part {
  color: #000;
  margin-bottom: 60px;
  padding: 0 30px;
}

.bg-section {
  background: #000 url("../images/main-banner.jpg") no-repeat center/cover;
  height: 340px;
  position: relative;
  z-index: 1;
}

.bg-section:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(21, 27, 38, 0.5)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(21, 27, 38, 0.5) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.indian_music .card img {
  display: block;
  width: 64px;
  margin: 0 auto 10px;
}

.modal.show .modal-dialog {
  font-size: .9rem;
}

.contact-form_section {
  background: #0e0e0e;
}

.contact-title {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}

.form-control {
  width: 100%;
  min-height: 56px;
  padding: 3px 20px;
  color: #696969;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  outline: 0;
  background-color: #f5f5f5;
}

.form-control:focus {
  outline: 0;
  border-color: var(--golden);
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-info {
  text-align: center;
  position: relative;
  border: 1px solid var(--golden);
}

.contact-info .info {
  background: rgba(0, 0, 0, 0.04);
  padding: 15px 0;
}

.contact-info .title {
  color: var(--golden);
  font-weight: bold;
}

.contact-info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border: 3px solid var(--golden);
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: -70px;
}

/*gallery page*/
.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.gallery .gallery-item {
  border: 1px solid var(--golden);
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery .gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 211px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.gallery-event_section .gallery .gallery-item {
  border-color: #000;
}

/*Oraganisation page*/
.organisation_section img {
  border-radius: 4px;
  border: 12px solid var(--golden);
  min-height: 350px;
  max-height: 350px;
  height: 100%;
  width: 100%;
}

.alumini-wrap {
  border: 10px solid var(--golden);
  padding: 15px 0px 0px;
}

.alumini-wrap > .row {
  padding: 10px;
}

.arrow-list li {
  background: url(../images/right-arrow.png) 0px 3px no-repeat;
  padding: 0px 0 10px 33px;
  list-style: none;
  margin-bottom: 10px;
}

.navbar-toggler-icon {
  background: url(../images/menu.png) no-repeat;
}

/*ipad*/
@media screen and (max-width: 1024px) {
  .gallery {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .home__about img {
    width: 80%;
    min-height: 290px;
    max-height: 290px;
  }
}

/*ipad small*/
@media screen and (max-width: 991px) {
  .sm-mb-1 {
    margin-bottom: 1rem;
  }
  .navbar-nav .nav-link {
    padding-left: 1rem;
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .arrow-list {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .xs-mb-1 {
    margin-bottom: 1rem;
  }
  .xs-center {
    text-align: center;
  }
  .col-xs-12 {
    width: 100%;
  }
  .gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .contact-info_section .col-sm-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-info .icon {
    margin-top: 15px;
  }
  .spacer {
    padding: 30px 0;
  }
  .main-title {
    font-size: 23px;
  }
  .home__about img {
    width: 80%;
    min-height: 250px;
    max-height: 250px;
  }
  .home__about img + img {
    margin: -250px -100px 0px 70px;
  }
  .home__gen .card img {
    margin: 10px auto 0;
  }
  .p-5 {
    padding: 10px !important;
  }
  .g-recaptcha > div {
    width: 100% !important;
  }
  .g-recaptcha iframe {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .home__gen .ps-5 {
    padding-left: 14px !important;
  }
  .modal-dialog-scrollable .modal-body {
   /* overflow: inherit; */
  }
  .modal-dialog-scrollable .modal-body > div {
    overflow-x: auto;
  }
}
/*# sourceMappingURL=main.css.map */