@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #c78f3d;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

body {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    font-family: 'Open Sans' , sans-serif;
    line-height: 1.5;
    color: #596277;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
	 width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
  background:#f7e018;
  padding:7px 25px 5px 7px
}

.back-to-top i {
    font-size: 28px;
    color:#823d14;
    line-height: 0;
	font-weight:900 !important
}

.back-to-top .btn:focus {
  outline: none !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
	font-family: 'Raleway', sans-serif;
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 1024px) {
	
.navbar-brand img{
    width:230px !important
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
	font-family: 'Raleway', sans-serif;
}	
	
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}



.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
	
	.navbar .nav-item .dropdown-menu .dropdown-item:hover {
		background:#c78f3d;
		color:#fff;
	}
}

@media (max-width: 320px) {
.navbar-brand img{
    width:220px !important;
}

}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

#header-carousel .carousel-item {
        position: relative;
        max-height: 650px;
    }
	
#header-carousel .carousel-item a{
color:#fff
}	

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .4);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** Intro ***/


.dance{
	color:#c78f3d
}

.dancea{
	color:#c78f3d;
	font-weight:700
}

.bg-dance1{
	background:#c78f3d
}

.dance1{
	color:#823d14
}

.dance1a{
	color:#823d14;
	font-weight:700
}

.bg-dance2{
	background:#823d14
}

.dance2{
	color:#f7e017
}

.dance2a{
	color:#f7e017;
	font-weight:500
}

.bg-dance3{
	background:#f7e017;
}

.about{
		background:url(../img/mudras2a.jpg)
	no-repeat scroll center top / cover;
}

.about p {
font-size:1.2rem	
}

.about h4{
	font-family: 'Raleway', sans-serif;
}

.about img{
	min-width:430px
}

@media (max-width: 478px) {
.about img{
	min-width:330px
}
	
}


@media (max-width: 320px) {
.about img{
	min-width:290px
}
	
}



/*** Founder ***/
.founder {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/about-ketakee-nene-limaye-bg.jpg);
     /* Set a specific height */
  min-height: 600px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.founder img{
	max-height:460px
}

.f-text{
	background:linear-gradient(rgba(237, 196, 137, .9), rgba(199, 143, 61, .9));
	padding:30px
}




.founder p{
color:#fff	
}

.founder h4{
	color:#fff;
	font-family: 'Raleway', sans-serif;
}

.founder .box{
	margin-bottom:0px;
	padding:20px 0px 10px 0px;
	background:#823d14
}

.founder h3{
		text-align:center;
	color:#fff;
	font-weight:500;
	font-size:1.2rem;
}

 .founder .v-img1{
    border:10px solid #823d14;
}


@media (max-width: 1024px) {

 .founder .v-img1{
    border:10px solid #823d14;
	display:block;
	margin:0 auto
}


	
}

@media (max-width: 893px) {


	
}

/*** Indian Classical Dance ***/

.icd{
	
}

.icd h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}

   .line1 {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 9%;
  position:relative
}

.line1 .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}

@media (max-width: 1024px) {
	
   .line1 {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 12%;
  position:relative
}

.line1 .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

@media (max-width: 893px) {
	
   .line1 {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 17%;
  position:relative
}

.line1 .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

@media (max-width: 768px) {
	
   .line1 {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 21%;
  position:relative
}

.line1 .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

@media (max-width: 478px) {
	
   .line1 {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 25%;
  position:relative
}

.line1 .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

@media (max-width: 320px) {
	
   .line1 {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 35%;
  position:relative
}

.line1 .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

.icd-img1{
border-top:15px solid #f7e018;
border-right:15px solid #f7e018;
border-bottom:	15px solid #f7e018;
top:50px
}

.icd-img2{
border-top:15px solid #c78e3d;
border-left:15px solid #c78e3d;
border-bottom:	15px solid #c78e3d;	
}

@media (max-width: 893px) {
.icd .first-one{
	margin-top:40px
}
}


@media (max-width: 768px) {
.icd .icd-img2{
	margin-top:47px
}
}



.button-51 {
  background-color: transparent;
  border: 1px solid #823d14;
  box-sizing: border-box;
  color: #823d14;
  font-family: "Avenir Next LT W01 Bold",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 23px;
  position: relative;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-51:hover,
.button-51:active {
  outline: 0;
}

.button-51:hover {
  background-color: transparent;
  cursor: pointer;
  color:#fff
}

.button-51:before {
  background-color: #f7e018;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}

.button-51:hover:before {
  background-color: #c78e3d;
}

@media (max-width: 768px) {
  .button-51 {
    padding: 16px 32px;
  }
}



/*** Dance Course ***/

.dc {
    background: #f7f7f7;
    background-size: cover;
	z-index:1;
	position:relative
}


.dc h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}

.dc-img1{
border-top:10px solid #f7e018;
border-right:10px solid #f7e018;
border-bottom:	10px solid #f7e018;
height:220px
}

.dc-img2{
border-top:10px solid #c78e3d;
border-right:10px solid #c78e3d;
border-bottom:	10px solid #c78e3d;	
height:250px
}

.dc-img3{
border-top:10px solid #c78e3d;
border-left:10px solid #c78e3d;
border-bottom:	10px solid #c78e3d;
height:250px
}

.dc-img4{
border-top:10px solid #f7e018;
border-left:10px solid #f7e018;
border-bottom:	10px solid #f7e018;	
height:220px;
margin-left:50px;
margin-top:33px;
}

@media (max-width: 1024px) {
	
.dc-img1{
border-top:10px solid #f7e018;
border-right:10px solid #f7e018;
border-bottom:	10px solid #f7e018;
height:150px
}

.dc-img2{
border-top:10px solid #c78e3d;
border-right:10px solid #c78e3d;
border-bottom:	10px solid #c78e3d;	
height:200px
}

.dc-img3{
border-top:10px solid #c78e3d;
border-left:10px solid #c78e3d;
border-bottom:	10px solid #c78e3d;
height:200px
}

.dc-img4{
border-top:10px solid #f7e018;
border-left:10px solid #f7e018;
border-bottom:	10px solid #f7e018;	
height:150px;
margin-left:50px;
margin-top:33px;
}	
	
}

@media (max-width: 893px) {
.dc-img1{
border-top:10px solid #f7e018;
border-right:10px solid #f7e018;
border-bottom:	10px solid #f7e018;
height:250px
}

.dc-img2{
border-top:10px solid #c78e3d;
border-right:10px solid #c78e3d;
border-bottom:	10px solid #c78e3d;	
height:250px
}

.dc-img3{
border-top:10px solid #c78e3d;
border-left:10px solid #c78e3d;
border-bottom:	10px solid #c78e3d;
height:250px
}

.dc-img4{
border-top:10px solid #f7e018;
border-left:10px solid #f7e018;
border-bottom:	10px solid #f7e018;	
height:250px;
margin-left:0px;
margin-top:0px;
}	
	
}

.button-52 {
  background-color: transparent;
  border: 1px solid #823d14;
  box-sizing: border-box;
  color: #823d14;
  font-family: "Avenir Next LT W01 Bold",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 23px;
  position: relative;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  z-index:-1
  
}

.button-52:hover,
.button-52:active {
  outline: 0;
}

.button-52:hover {
  background-color: transparent;
  cursor: pointer;
  color:#fff
}

.button-52:before {
  background-color: #f7e018;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: 0;
}

.button-52:hover:before {
  background-color: #c78e3d;
}

@media (max-width: 768px) {
  .button-52 {
    padding: 16px 32px;
  }
}



/*** Footer ***/
.footer {
    background:#823d14;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 15px;
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}




/*** Contact Page ***/


.innerpg-header1 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/contact-us.jpg) center center no-repeat;
    background-size: cover;
	min-height:300px
}

@media (max-width: 893px) {
.innerpg-header1 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/contact-us-ss.jpg) center center no-repeat;
    background-size: cover;
	min-height:300px
}	
}

@media (max-width: 768px) {
.innerpg-header1 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/contact-us-ss1.jpg) center center no-repeat;
    background-size: cover;
	min-height:300px
}	
}

.innerpg-header1 h1{
font-family: 'Tiro Devanagari Hindi', serif !important;
    color:#bc8b24;
margin-bottom:0px;
padding-bottom:0px;
}


.innerpg-header1 a{
	color:#fff
}


#contact {
	background: #fff;
	padding:50px 0px
}

#contact .con-info-content {
    background-color: #e8e8e8;
    padding: 20px 0;
    font-size: 18px;
	    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.8);
}

@media (max-width:1024px) {
	#contact .con-info-content {
    background-color: #e8e8e8;
    padding: 52px 0;
    font-size: 18px;
	    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.8);
}
	
}

@media (max-width:893px) {
	#contact .con-info-content {
    background-color: #e8e8e8;
    padding: 30px 0;
    font-size: 18px;
	    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.8);
}
	
}


#contact i{
font-size:28px;
color:#823d14;
background:#c78f3d;
width:60px;
height:60px;
border-radius:8px;
padding:15px 5px 5px 5px;
text-align:center;
display:block;
margin:0 auto
}

#contact a{
text-align:center;
display:block;
margin:10px auto 0px
}


#contact p{
	line-height: 1.6em;
	margin-bottom:0px;
	text-align:center;
	margin:0 auto
}


#contact h3 {
    color: #012758;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 20px;
    display: block;
    font-weight: 800;
}




#contact h3::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #999999;
    bottom: 0;
    left: calc(50% - 127px);
	margin-top:5px
}

#contact h4 {
    color: #012758;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 20px;
    display: block;
    font-weight: 800;
}

#contact h4::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #999999;
    bottom: 0;
    left: 0px;
    margin-top: 5px;
}


#contact .con-col {
background:#f7f7f7
}

.email{
	text-decoration:underline
}




/*
---------------------------------------------
Contact Page Enquiry Section
---------------------------------------------
*/

#enq{
	    background: #f7f7f7;
    background-size: cover;
	z-index:1;
	position:relative;
	 padding: 50px 0px;
}

#enq p{
	font-weight: 500;
    font-size: 17px;
}


/* Input form */
.form-control {
  box-shadow: none;
  padding: 10px 20px;
  background:#fff;
  font-size: 16px;
  border-radius: 12;
  margin:10px;
  border:1px solid #ced4da
}

#enq h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #823d14;
}

.button-53 {
  background-color: transparent;
  border: 1px solid #823d14;
  box-sizing: border-box;
  color: #823d14;
  font-family: "Avenir Next LT W01 Bold",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 23px;
  position: relative;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-53:hover,
.button-53:active {
  outline: 0;
}

.button-53:hover {
  background-color: transparent;
  cursor: pointer;
  color:#fff
}

.button-53:before {
  background-color: #f7e018;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}

.button-53:hover:before {
  background-color: #c78e3d;
}

@media (max-width: 768px) {
  .button-53 {
    padding: 16px 32px;
  }
}

.uc{
	text-transform:uppercase;
    font-weight: 700;
	text-decoration:underline;
	margin-top:10px;
	display:inline-block
}




/*** Classical Dances Page ***/

.classicaldances{
	background:#fff
}

.cdicon i{
	color:#c78f3d
}

.name-bg{
	background: linear-gradient(rgba(130, 61, 20, .9), rgba(199, 143, 61, .9));
	text-transform:uppercase;
}


.dc-img5{
height:200px
}

.mudra-box{
	    -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.35) !important;
		border:4px solid #c78e3d;
		height:240px
}


 .pic {
  overflow: hidden;
  float: left;
  margin-right: 13px;
}

.pic img{
	  height:100%;
	  max-height:232px
}

@media (max-width: 1024px) {
	 .pic {
  overflow: hidden;
  float: none;
  margin-right: 13px;
  display:block;
  margin:0 auto;
  width:200px
}

.mudra-box{
	    -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.35) !important;
		border:4px solid #c78e3d;
		height:420px;
		margin-bottom:20px
}

.mudra-box p{
	text-align:center
}
}

@media (max-width: 893px) {
	
.mudra-box{
	    -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.35) !important;
		border:4px solid #c78e3d;
		height:auto;
		margin-bottom:20px
}
}

@media (max-width: 768px) {
.dc-img5{
height:100%
}

.mudra-text{
	font-size:1rem
}

}

@media (max-width: 478px) {
.mudra-text{
	font-size:0.9rem
}	
}
	
.innerpg-header2 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/classical-dances.jpg) center center no-repeat;
    background-size: cover;
	height:100%
}

.innerpg-header2 h1{
font-family: 'Tiro Devanagari Hindi', serif !important;
    color:#bc8b24;
margin-bottom:0px;
padding-bottom:0px;
}


.innerpg-header2 a{
	color:#fff
}

.classicaldances h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}

   .line1cd {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 9%;
  position:relative
}

.line1cd .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}


.cd-content{
	height:320px
}

@media (max-width: 1024px) {
.cd-content{
	height:auto
}

	
   .line1cd {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 12%;
  position:relative
}

.line1cd .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

@media (max-width: 893px) {
	
   .line1cd {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 17%;
  position:relative
}

.line1cd .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

@media (max-width: 768px) {
	
   .line1cd {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 21%;
  position:relative
}

.line1cd .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

@media (max-width: 478px) {
	
   .line1cd {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 25%;
  position:relative
}

.line1cd .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}

@media (max-width: 320px) {
	
   .line1cd {
  border-top: 1px solid #8a8989;
  padding-top:0px;
  padding-bottom: 5px;
  margin: 10px auto 0;
  width: 35%;
  position:relative
}

.line1cd .diamond{
font-size:22px;
  position: absolute;
  top: -17px;
  left:30%;	
  width:50px;
  height:50px;
  color:#f7e018
}
	
}





/*** Resources & Videos ***/

.resandvid{
	background:#fff
}
.resandvid h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}

.resandvid h3{
	background:#c78e3d;
	margin-bottom:0px;
	text-align:center;
	color:#fff;
	font-weight:500;
	font-size:1.2rem;
	padding:20px 0px 10px 0px
}

.innerpg-header3 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/resources-videos-srujanaranjan.jpg) center center no-repeat;
    background-size: cover;
	height:100%
}

@media (max-width: 768px) {
	
.innerpg-header3 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/resources-videos-srujanaranjan-ss.jpg) center center no-repeat;
    background-size: cover;
	height:100%
}	

}

@media (max-width: 320px) {
	
.innerpg-header3 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/resources-videos-srujanaranjan-exss.jpg) center center no-repeat;
    background-size: cover;
	height:100%
}	

}
.innerpg-header3 h1{
font-family: 'Tiro Devanagari Hindi', serif !important;
    color:#bc8b24;
margin-bottom:0px;
padding-bottom:0px;
}


.innerpg-header3 a{
	color:#fff
}

.v-img{
    border:10px solid #c78e3d;
}

.resandvid1 {
    background: #f7f7f7;
    background-size: cover;
	z-index:1;
	position:relative
}


.resandvid1 h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}


.resandvid1 i {
    font-size:30px;
    color: #823d14;
    background: #c78f3d;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    padding: 10px 5px 5px 5px;
    text-align: center;
    display: inline-block;
	margin-right:10px
}

.resandvid1 a{
	color:#596277 !important;
	text-decoration:underline;
}

.resandvid1 p{
	margin-top:5px
}

.resandvid1 h3{
	color:#c78f3d;
	display:block;	
}



/*** About Us ***/

.about-us{
	background:#fff
}
.about-us h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}

.about-us h3{
	background:#c78e3d;
	margin-bottom:0px;
	text-align:center;
	color:#fff;
	font-weight:500;
	font-size:1.2rem;
	padding:20px 0px 10px 0px
}

.innerpg-header4 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/about-us.jpg) center center no-repeat;
    background-size: cover;
	height:100%
}

@media (max-width: 320px) {
.innerpg-header4 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/about-us-ss.jpg) center center no-repeat;
    background-size: cover;
	height:100%
}	
}

.innerpg-header4 a {
    color: #fff;
}




.innerpg-header4 h1{
font-family: 'Tiro Devanagari Hindi', serif !important;
    color:#bc8b24;
margin-bottom:0px;
padding-bottom:0px;
}

.about-us-img1{
	border-top: 10px solid #c78e3d;	
    border-right: 10px solid #c78e3d;
    border-bottom: 10px solid #c78e3d;
}

.about-us-img2{
	border-top: 10px solid #f7e018;	
    border-left: 10px solid #f7e018;
    border-bottom: 10px solid #f7e018;
}



/*** Our Dance Course ***/

.our-dance-course{
	background:#fff
}
.our-dance-course h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}

.our-dance-course h3{
	background:#c78e3d;
	margin-bottom:0px;
	text-align:center;
	color:#fff;
	font-weight:500;
	font-size:1.2rem;
	padding:20px 0px 10px 0px
}

.our-dance-course p{
	margin-bottom:0rem
}

.innerpg-header5 {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(../img/our-dance-course.jpg) center center no-repeat;
    background-size: cover;
	height:100%
}

.innerpg-header5 a {
    color: #fff;
}




.innerpg-header5 h1{
font-family: 'Tiro Devanagari Hindi', serif !important;
    color:#bc8b24;
margin-bottom:0px;
padding-bottom:0px;
}

.bullet-dc {
  background-color: transparent;
  border: 1px solid #823d14;
  box-sizing: border-box;
  color: #823d14;
  font-family: "Avenir Next LT W01 Bold",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  padding: 7px 10px 12px 15px !important;
  position: relative;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
}


.bullet-dc:before {
  background-color: #f7e018;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}

.dance-course-img1{
	border-top: 10px solid #c78e3d;	
    border-left: 10px solid #c78e3d;
    border-bottom: 10px solid #c78e3d;
}

@media (max-width: 1024px) {
	.dance-course-img1{
		max-height:200px
	}
}


@media (max-width: 893px) {
	.dance-course-img1{
		max-height:300px
	}
}


@media (max-width: 893px) {
	.dance-course-img1{
		max-height:300px;
		display:block;
		margin:0 auto
	}
}


/*** Course Outline ***/

.course-outline {
    background: #f7f7f7;
    background-size: cover;
	z-index:1;
	position:relative
}


.course-outline h1{
 color:#823d14;
 font-size:30px;
 font-family: 'Raleway', sans-serif;
}

.course-outline-box-fo {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	-webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15) !important;
    border: 2px solid #f7e018;
}

.course-outline-box-fo h3{
	text-align:center;
	text-transform:uppercase;
	color:#c78e3d;
	margin-bottom:0px
}

.course-outline-box-fo i{
	font-size:14px;
	color:#823d14;
	margin-right:5px
}


.course-outline-box {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	-webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15) !important;
    border: 2px solid #f7e018;
}

.course-outline-box h3{
	text-align:center;
	text-transform:uppercase;
	color:#c78e3d;
	margin-bottom:0px
}

.course-outline-box i{
	font-size:14px;
	color:#823d14;
	margin-right:5px
}


.course-outline-box1 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	-webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15) !important;
    border: 2px solid #f7e018;
}

.course-outline-box1 h3{
	text-align:center;
	text-transform:uppercase;
	color:#c78e3d;
	margin-bottom:0px
}

.course-outline-box1 i{
	font-size:14px;
	color:#823d14;
	margin-right:5px
}


@media (max-width: 1024px) {
	
	.course-outline-box1 {
    margin-top:30px
}
}

@media (max-width: 768px) {
	
	.course-outline-box {
    margin-top:30px
}

	.course-outline-box-fo {
    margin-top:0px
}
}

