*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Exo 2', sans-serif;
    scroll-behavior: smooth;
}

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;}

.navbar-light .navbar-toggler {
  color: rgba(145, 25, 25, 0) !important;
  border-color: rgb(255 255 255 / 0%) !important;
}

.top_position{
    z-index:999;
}

.display_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}


.display_flex_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.display_flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#content {

  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 4px solid #c4a45b;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgb(30 30 30 / 0%);
  color: rgb(0 0 0 / 80%);
  font-family: "Source Sans Pro", sans-serif;
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
 
}
.timeline h1,
.timeline h2,
.timeline h3 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
  font-weight: 600;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #c4a45b;
  left: -57.85px;
  background: #000000;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}


.fixed_haeder{
 background-color: #00000000;
 padding: 19px 0px;
}

.main_banner{
    background-color: #00000000;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
    font-weight: 100;
}


.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(196 164 91) !important;
}

.logo{
    max-width: 170px;
}


.navbar-light .navbar-nav .nav-link {
  color: rgb(55 51 51) !important;
  font-weight: 600;
}


.first_banner {
    position: relative;
    padding-bottom: 0px;
    background-color: #000000;
 
}


.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(196 164 91) !important;
}


.flex_nav{
display: flex;
flex-direction: column;
}


.first_banner::after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f7efe4;
}


.inner_banner {
  position: relative;
  padding-bottom: 174px;
  background-color: #000000;
  background-image: url(../images/inner_banner1.jpg);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}


.inner_banner::after{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffffad;
}

.clnts {
  width: 90%;
  margin: auto;
  border-radius: 10px;
  border: solid 1px #c4a45b;
  padding: 10px;
}

.course_img h6{
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 14px;
}

.course_text p{
  font-size: 15px;
}

.courses_box_wrapper{
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}

.course_img{
  width: 40%;
  margin-right: 20px;
}

.course_img img{
  border-radius: 10px;
}

.course_text{
  width: 70%;
}

.banner_text {
    max-width: 450px;
    color: #000000;
    margin-top: 33px;
}

.banner_text h3{
    font-family: 'Shadows Into Light', cursive;
    color:#b58e43;
}

.banner_img {
    width: 63%;
    position: relative;
    margin: auto;
}

.banner_img::before {
  position: absolute;
  content: "";
  width: 103%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(to bottom, #ffffff00, #ffffff);
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    opacity: .25;
    background-color: #8f6e2f !important;
}

.about_images {
    max-width: 383px;
    margin: auto;
    animation: float 6s ease-in-out infinite;
}

.about_sec{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.about_course {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #ffffffeb, #ffffff), url(../images/dance_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.rb-container {
  font-family: "PT Sans", sans-serif;
  width: 50%;
  margin: auto;
  display: block;
  position: relative;
}

.rb-container ul.rb {
  margin: 2.5em 0;
  padding: 0;
  display: inline-block;
}

.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  margin-left: 10em;
  min-height: 50px;
  border-left: 1px dashed #fff;
  padding: 0 0 50px 30px;
  position: relative;
}

.rb-container ul.rb li:last-child {
  border-left: 0;
}

.rb-container ul.rb li::before {
  position: absolute;
  left: -11px;
  top: -5px;
  content: " ";
  border: 8px solid rgb(255 255 255);
  border-radius: 500%;
  background: #c4a45b;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}

ul.rb li .timestamp {
  color: #c4a45b;
  position: relative;
  width: 159px;
  font-size: 13px;
}

.blck_img img{
  max-height: 381px;
}


.about_course_list {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #010101;
 
}

.about_logo {
    max-width: 266px;
}

.abt_content{
    max-width: 450px;
    
}

.abt_content h2 span{
    color: #b58e43;
}


.button-89 {
    --b: 1px;   /* border thickness */
    --s: .45em; /* size of the corner */
    --color: #b58e43;
    
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
      var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .6em;
    font-size: 16px;
  
    border: 0;
  
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-89:hover,
  .button-89:focus-visible{
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
  }
  
  .button-89:active {
    background: var(--color);
    color: #fff;
  }

  .Why_us{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f7efe4;
    background-image: url(../images/about_bg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .owner{
    max-width:350px;
    margin: auto;
  }

  .side_icon{
    position: fixed;
    top:40%;
    right:0px;
  }

  .banner_icon{
    padding: 13px;
    width: 50px;
    height: 50px;
    display: flex;
    z-index: 99;
    justify-content: center;
    border: 1px solid #00000026;
    align-items: center;
    background-color: #060505e6;
  }

  .banner_icon a{
    color:#8f6e2f;
  }

.banner_icon a{
    color:#ffffff;
    text-decoration: none;
  }

  .banner_icon a:hover{
    color:#ffffff;
    text-decoration: none;
  }

  .why_us{
    max-width: 450px;
    margin: auto;
    text-align: right;
    color: #746c6c;
  }

  .services_sec_gallery{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f7efe4;
  }

  .why_us h2 {
    font-size: 50px;
    color: #b58e43;
}
  .why_us2 h2{
    font-size: 33px;
    color: #b58e43;
  }

  .dance_gallery {
    margin: 12px;
    border: 2px solid #2726240f;
}

  .video-main {
    position: absolute;
    content: "";
    
    display: inline-block;
  }


  .shadow-effect {
    background: #f7efe4;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 500;
  color: #000000;
}

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}





.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #c3a366;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 20px;
    margin-bottom: 0px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.test.owl-carousel .owl-item img {
  border-radius: 48px;
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #000000;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #000000;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
  

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-area {
border-bottom: 1px solid #353C46;
}

.contact-content p {
font-size: 15px;
margin: 30px 0 60px;
position: relative;
}

.contact-content p::after {
  background: #ffffff1c;
bottom: -30px;
content: "";
height: 1px;
left: 50%;
position: absolute;
transform: translate(-50%);
width: 80%;
}

.contact-content h6 {
color: #ffffff;
font-size: 15px;
font-weight: 400;
margin-bottom: 10px;
}

.contact-content span {
color: #353c47;
margin: 0 10px;
}

.contact-social {
margin-top: 30px;
}

.contact-social > ul {
display: inline-flex;
}

.contact-social ul li a {
border: 1px solid #8b9199;
color: #ffffff;
display: inline-block;
height: 40px;
margin: 0 10px;
padding-top: 7px;
transition: all 0.4s ease 0s;
width: 40px;
}

.contact-social ul li a:hover {
border: 1px solid #FAB702;
color: #FAB702;
}

.contact-content img {
max-width: 210px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu_icon.png) !important;
}

.footer {
  background: #000000;
  color: #868c96;
  padding-top: 50px;
  padding-bottom: 50px;
}              

.index_contact{
  background-color: #ffffff;
}

.senden{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7efe4;
}

.footer p {
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

footer img {
width: 44px;
}


  .video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
  }

  .video_place{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 99;
  }

.video:hover a{
    color:#fff !important;
}

.video-main a:hover{
   color:#fff !important;
}
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  
  .fa-play:before {
    content: "\f04b";
  }
  
  .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #b58e4366;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
     -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

.why_box_text h6{
    color:#000000;
}


.why_box_text{
  justify-items: flex-start;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.why_box_text p{
  margin-bottom: 0px;
  font-size: 13px;
  color: #746c6c;
}

.why_box{
    position: relative;
    padding: 13px;
    background-color: #ffffff;
    height: 185px;
    max-width: 260px;
    display: flex;
    align-items: center;
    margin-top: 44px;
}

.why_icon{
  position: absolute;
  content: "";
  top: -32px;
  left: 0px;
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 43px;
  border: 2px solid #b58e43;
}

.why_icon img{
    width: 36px;
}

.services_sec{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
}

.counter_section{
  padding-top: 60px;
  padding-bottom: 60px;
}

figure.snip1216 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  margin: auto;
  width: 100%;
  background-color: #262626;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
figure.snip1216 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure.snip1216 .image {
  max-height: 220px;
  overflow: hidden;
}
figure.snip1216 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
figure.snip1216 figcaption {
  padding: 12px;
  position: relative;
}
figure.snip1216 .date {
  background-color: #c0392b;

  color: #fff;
  left: 25px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1216 .date span {
  display: block;
  line-height: 24px;
}
figure.snip1216 .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1216 h3,
figure.snip1216 p {
  margin: 0;
  padding: 0;
}
figure.snip1216 h3 {
  min-height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 65px;
  display: inline-block;
  /* font-weight: 600; */
  text-transform: uppercase;
}
figure.snip1216 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
  min-height: 70px;
  overflow-y: scroll;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar
{
	width: 2px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
figure.snip1216 footer {
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
}
figure.snip1216 footer > div {
  display: inline-block;
  margin-left: 10px;
}
figure.snip1216 footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
/* figure.snip1216 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
} */
figure.snip1216:hover img,


figure.snip1216.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.counter-section i { display:block; margin:0 0 10px;color: #c4a45b;}
.counter-section span.counter { font-size:30px; color:#000; line-height:60px; display:block; font-family: "Oswald",sans-serif; letter-spacing: 2px}
.counter-title{ font-size:12px; letter-spacing:2px; text-transform: uppercase}
.counter-icon {top:25px; position:relative}
.counter-style2 .counter-title {letter-spacing: 0.55px; float: left;}
.counter-style2 span.counter {letter-spacing: 0.55px; float: left; margin-right: 10px;}
.counter-style2 i {float: right; line-height: 26px; margin: 0 10px 0 0}
.counter-subheadline span {float: right;}  

.medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
} 

.fixed1{
  padding: 10px;
}

.fixed1 .fab{
  color:#ffffff;
}

.fixed1 .fal{
  color:#ffffff;
}

.fixed_social{
  position: fixed;
  content: "";
  bottom: 25px;
  right: 12px;
  padding: 2px;
  background-color: #c4a45b;
  z-index: 999;
  display: flex;
  justify-content: center;
  border-radius: 33px;
  align-items: center;
  height: 51px;
  width: 52px;
}


@media screen and (max-width: 980px) {

.courses_box_wrapper {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  flex-direction: column;
}

.course_text p {
  font-size: 15px;
  text-align: center;
}

.course_img {
  width: 100%;
  margin-right: 20px;
}

.course_text {
  width: 100%;
}

.inner_banner::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffffad;
}

}




@media screen and (max-width: 990px) {
.flex_nav{
  display: flex;
  flex-direction: row;
  }

  .why_us h2 {
    font-size: 32px;
    color: #b58e43;
}
}