/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
font-family: "Righteous";
src: url("../fonts/BalooChettan-Regular.ttf");
src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
     font-family: 'Roboto', sans-serif;
     background-color: #f38f0c;
}

a {
     color: #ffffff;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #ffffff;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #ffffff;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}
.header_section {
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 1;
}
.logo{
    width: 20%;
    float: left;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #F38F0C;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #628EC7;
    background-color: #f38f0c;
}
.navbar {
    padding: 0px 25px 30px 25px;
}
.search_icon{
    padding-top: 30px;
}
.bg-light {
    background-color: #f38f0c !important;
}
/* .banner_section {
    width: 100%;
    float: left;
    background-color: #f38f0c;
    height: auto;
    position: relative;
    min-height: 556px;
} */
/* .banner_section::after {
    background-color: #f38f0c;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 100%;
    height: 120px;
    z-index: -1;
} */
.banner_taital{
    width: 100%;
    float: left;
    padding-left: 100px;
}
.dance_text{
    width: 100%;
    float: left;
    font-size: 90px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.consectetur_text {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #ffffff;
    margin-left: 0px;
    padding-bottom: 40px;
}
.about_bt{
    width: 170px;
    float: left;
}
.about_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #f38f0c;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}
.about_bt a:hover{
    color: #ffffff;
    background-color: #f38f0c;
}
.contact_bt{
    width: 170px;
    float: left;
    margin-left: 15px;
}
.contact_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #003c61;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}
.contact_bt a:hover{
    color: #ffffff;
    background-color: #f38f0c;
}
#my_slider a.carousel-control-prev {
    position: absolute;
    left: 585px;
    top: 108%;
    background-color: #003c61;
}
#my_slider .carousel-control-prev, #my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #f38f0c;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-prev:hover, #my_slider .carousel-control-next:hover, #my_slider .carousel-control-prev:focus, #my_slider .carousel-control-next:focus {
    background: #003c61;
    color: #fff;
}
#my_slider a.carousel-control-next {
    position: absolute;
    left: 660px;
    top: 108%;
}
.border_bg {
    width: 18%;
    margin: 0 auto;
    text-align: center;
    background: #f38f0c;
    height: 230px;
    border-radius: 310px;
}
.ram {
    width: 100%;
    float: left;
    position: relative;
    z-index: -2;
    top: -50px;
}
.image_1 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.Students_section {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.welcome_text{
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #040000;
}
.singh_text{
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #040000;
    margin-left: 0px;
}
.click_bt{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.click_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #003c61;
    padding: 10px 0px;
    border-radius: 10px;
    margin-top: 30px;
}
.click_bt a:hover{
        color: #ffffff;
        background-color: #f38f0c   ;    
}
.classes_section {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-left: -40px;
}
.box {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #000000;
    background-size:cover;
    background-color: rgb(214, 214, 214);
    border-radius: 5px;
    text-align: center;
    padding: 70px 0px;
    margin-top: 30px;
}
.box:hover{
    color: #ffffff;
    background-color: #f38f0c    !important;
}

.classes_text{
    width: 100%;
    float: center;
	text-align: center;
    font-size: 20px;
    color: #626262;
    text-transform: uppercase;
}
.dance_main{
    width: 100%;
    float: left;
}
.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #003c61;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}
.readmore_bt a:hover {
    color: #ffffff;
    background-color: #f38f0c   ;
}
.dancer_section{
    width: 100%;    
}
.ballet_text{
    width: 100%;
    float: left;
	text-align: center;
    color: #1e1e1e;
    font-size: 20px;
    text-transform: uppercase;
}
.amet_text{
    width: 100%;
    float: left;
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
}
.amet_text_1{
    width: 100%;
    float: left;
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
    padding-top: 40px;
}
.opening_section{
    width: 100%;
    float: left;
}
.opening_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
}
.time_line{
    display: flex;
}
.hiphop_text{
    width: 17%;
    color: #4c4c4e;
    font-size: 20px;
    margin-left: 0px;
}
.border_0 {
    background-color: #7f9db0;
    height: 1px;
    width: 650px;
    margin-top: 32px;
}
.shortcode_section{
    width: 100%;
    float: left;
}
.shortcode_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.shortcode_left {
    width: 80%;
    float: left;
    background-color: #eeeee6;
    padding: 18px 20px 0px 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: 35px;
}
.border_left_0 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0pc;
    margin-top: 60px;
}
.shortcode_right {
    width: 20%;
    float: left;
}
.heading_text{
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #131313;
}
.tempor_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin-left: 0px;
}
.heading_text_1{
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #131313;
    text-align: right;
}
.tempor_text_1{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin-left: 0px;
    text-align: right;
}
.testimonial_section{
    width: 100%;
    float: left;
}
.testimonial_section_2{
    width: 100%;
    float: left;
}
.emrold_text{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    color: #0c0c0c
}
.emrold_text::after {
    content: '';
    position: absolute;
    background-color: #f38f0c   ;
    height: 8px;
    width: 250px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 4px;
    top: 40px;
}
.dummy_text{
     width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #0c0c0c;
    margin-left: 0px;
    padding-top: 30px;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -80px;
    top: 77%;
    background-color: #555555;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #555555;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #555555;
    color: #fff;
}
#main_slider a.carousel-control-next {
    position: absolute;
    right: -80px;
    top: 77%;
}
.contact_section{
    width: 100%;
    float: left;
}
.contact_section2 {
    width: 100%;
    float: left;
    padding-top: 80px;
}
.mail_section {
    width: 90%;
    float: left;
    padding-left: 50px;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 1px solid #050000 !important;
    padding-right: 20px;
    border: 0px;
    padding-top: 20px;
}
input.mail_text::placeholder {
    color: #666666;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 1px solid #050000 !important;
    padding-right: 20px;
    border: 0px;
    height: 70px;
    padding-top: 30px;
}
textarea#comment::placeholder {
    color: #666666;
}
.send_bt {
    width: 170px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #f38f0c   ;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 30px;
}
.send_bt a:hover {
    color: #003c61;
    background-color: #003c61;
}
.footer_section{
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding-bottom: 50px;

}
.adderss_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #f7f7f7;
    font-weight: bold;
    font-family: Poppins;
}
.map_icon {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f7f7f7;
    font-family: Poppins;
    padding-top: 20px;
    padding-bottom: 10px;
}
.map_icon_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f7f7f7;
    font-family: Poppins;
    display: flex;
    padding-bottom: 10px;
    height: 40px;
}
.paddlin_left_0{
    padding-left: 15px;
}
.hiphop_text_1 {
    width: 90%;
    color: #f7f7f7;
    font-size: 16px;
    margin-left: 0px;
}
.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #828080;
    background-color: #ffffff;
    padding: 8px 10px;
    margin-top: 10px;
}
.subscribe_bt{
    width: 170px;
    float: left;
    margin-top: 20px;
}
.subscribe_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #0e0906;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}
.social_icon{
    width: 100%;
    float: left;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
}
.social_icon li{
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #0e0906;
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #fff;  
    text-align: center;
}
.copyright_text a{
    color: #ffffff;
}
.copyright_text a:hover{
    color: #f38f0c  ;
}
.margin_top0{
    margin-top: 90px;
}

/* CUSTOM CSS */
.navbar-expand-lg .navbar-collapse {
    flex-basis: 100%;
	
}

.chart {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.post-portfoliob {
    width: 240px;
    margin: 0 20px 20px 0;
    float: left;
    border-left: 1px solid #f38f0c;
    border-right: 1px solid #f38f0c;
    border-bottom: 2px solid #f38f0c;
}

.post-portfoliob h2 {
    font-size: 16px;
    line-height: 1.3em;
    padding: 5px 10px 0 10px;
    margin-bottom: 8px;
}

.pop {
    width: 100%;
    float: left;        
    padding: 10px 0px;
}

.modal-body {
    padding: 0 px;
}

.desc:hover {
    color: #f38f0c;
}
/* custom css */

.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

/* DESC PROD */
.chart {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.post-portfoliob {
    width: 210px;
    margin: 0 20px 20px 0;
    float: left;
    border-left: 1px solid #f38f0c;
    border-right: 1px solid #f38f0c;
    border-bottom: 2px solid #f38f0c;
}

.post-portfoliob h2 {
    font-size: 16px;
    line-height: 1.3em;
    padding: 5px 10px 0 10px;
    margin-bottom: 8px;
}

.pop {
    width: 100%;
    float: left;        
    padding: 10px 0px;
}

.modal-body {
    padding: 0px;
}

.desc:hover {
    color: #628EC7;
}

#bg-left {
    width: 100%;
    
    margin-top: -14px;
    margin-bottom: -13px;
}

#bg-right {
    width: 100%;
    
    margin-top: -14px;
    margin-bottom: -13px;
}

#container {
    margin: 0 auto;
    padding: 0;
    min-width: 920px;
    max-width: 1200px;
    background: #f38f0c;
}

#content {
    margin: 0;
    padding: 50px 20px;
}

#sidebar {
    float: right;
    width: 410px;
    z-index: 99;
    position: relative;
    padding-left: 10px;
}

.widget {
    clear: both;
    position: relative;
    margin-bottom: 40px;
}

#left-entry {
    position: relative;
    padding: 0 460px 0 0;
}

/* .post {
    width: 
    outline: 
} */

.entry-post {
    padding: 10px;
}

.post h2 {
    font-size: 24px;
    border-bottom: 3px double #f1f1f1;
    padding: 5px 5px 5px 0;
    margin-bottom: 8px;
    color: #2f3231;
}

.entry {
    margin-top: 20px;
}
.button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
}

.button2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: #ffffff;
  border: 1px solid #009087;
}

.button2:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.card {
  width: 254px;
  height: 100px;
  /* background: #07182E; */
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.card h2 {
  z-index: 1;
  color: rgb(0, 0, 0);
  font-size: 1.5em;
}

.card::before {
  content: '';
  position: absolute;
  width: 60px;
  background-image: linear-gradient(180deg, rgb(243, 143, 12), rgb(255, 129, 10));
  height: 270%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.card::after {
  content: '';
  position: absolute;
  background: #ffffff;
  inset: 5px;
  border-radius: 15px;
}  
/* .card:hover:before {
  background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
  animation: rotBGimg 3.5s linear infinite;
} */

.services {
    margin: 0 20px 20px 0;
    float: left;
}
button {
  width: fit-content;
  min-width: 90px;
  height: 45px;
  padding: 8px;
  border-radius: 5px;
  border: 2.5px solid #E0E1E4;
  box-shadow: 0px 0px 20px -20px;
  cursor: pointer;
  background-color: rgb(238, 140, 29);
  transition: all 0.2s ease-in-out 0ms;
  user-select: none;
  font-family: 'Poppins', sans-serif;
}

button:hover {
  background-color: #F2F2F2;
  box-shadow: 0px 0px 20px -18px;
}

button:active {
  transform: scale(0.95);
}

.bg {
    background-color: #f38f0c;
}

/* # Contact
-------------------------------------------------------------- */
.contact .info {
    width: 100%;
  }
  
  .contact .info i {
    font-size: 20px;
    background: #f38f0c;
    color: #ffffff;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #423333;
  }
  
  .section-contact p {
      padding-bottom: 20px;
      font-size: 42px;
      font-weight: 700;
      color: #f38f0c;
  }

  .con {
    margin: 5px !important;
  }




