@charset "utf-8";
/* CSS Document */
body{
margin: 0 auto; padding: 0; background-color: #1f2024; overflow-x: hidden;
}
.dropdown-arrow {
  position: relative;
  top: -17px;
  left: 59px;
}
nav ul{
  list-style: none;
}

 




a:hover{
  text-decoration: none;
}
::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;	
}

.enter-desk{
position: absolute; margin: -6px 0 0 7px;	
}

.home_section{
    background: #1f2024;
    border-radius: 50%;
    box-shadow: 0 0 30px -3px #011b3e inset;
    color: #fff !important; border:2px solid #c5c5c5; letter-spacing:1px; 
    display: table;
	font-family: 'Play', sans-serif;
    margin: 26px auto;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
	height: 40px; width: 40px;
}
.home_section:hover {
    transform: scale(1.2);
    opacity: 0.8;
}

header {
background: #000;
height: 65px;
position: fixed;
top: 0;
transition: top 1s ease-in-out;
width: 100%;
z-index:100; 
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #0a2640 !important;
    margin-top: 15px !important;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    border-radius: 0px !important;
	margin-top:10px; 
}
.nav-down {
    top: -65px;
}
.navbar-default {
    background-color:#000 !important;
    border: none !important;
}
.navbar-default .navbar-nav>li>a {
    color: #fff !important; 
    font-family: 'Play', sans-serif; 
    font-size:13px;
    position: relative;
}
ul.dropdown-list {
  position: absolute;
  width: auto;
  display: none;
  left: auto;
  margin-left: -40px;
  
}
.dropdown-items:hover ul.dropdown-list{
  display: block;
}
ul.dropdown-list li a {
  color: #fff !important;
  font-family: 'Play', sans-serif;
  font-size: 13px;
  display: block;
  transition: background .6s ease-in-out;
  background-color: #000;
  padding: 15px;
}
ul.dropdown-list li:hover a{
  text-decoration: none;
}
.dropdown-arrow {
  position: relative;
  top: -17px;
  left: 59px;
}

.dropdown-submenu{
	position: absolute;
    top: 0;
    left: auto;
    right: -60%;
    display: none;
}

.submenu-list:hover .dropdown-submenu{
	display: block;
}








nav ul{
  list-style: none;
}

.item-1, 
.item-2, 
.item-3 {
position: absolute;
display: block;
width: 70%;
color: #fff;	
-webkit-animation-duration: 20s;
animation-duration: 20s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
text-align: center;	
}

.item-1{
-webkit-animation-name: anim-1;
animation-name: anim-1;
}

.item-2{
-webkit-animation-name: anim-2;
animation-name: anim-2;
}

.item-3{
-webkit-animation-name: anim-3;
animation-name: anim-3;
}

@-webkit-keyframes anim-1 {
0%, 8.3% { left: -100%; opacity: 0; }
8.3%,25% { left: 25%; opacity: 1; }
33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-1 {
0%, 8.3% { left: -100%; opacity: 0; }
8.3%,25% { left: 25%; opacity: 1; }
33.33%, 100% { left: 110%; opacity: 0; }
}

@-webkit-keyframes anim-2 {
0%, 33.33% { left: -100%; opacity: 0; }
41.63%, 58.29% { left: 25%; opacity: 1; }
66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
0%, 33.33% { left: -100%; opacity: 0; }
41.63%, 58.29% { left: 25%; opacity: 1; }
66.66%, 100% { left: 110%; opacity: 0; }
}

@-webkit-keyframes anim-3 {
0%, 66.66% { left: -100%; opacity: 0; }
74.96%, 91.62% { left: 25%; opacity: 1; }
100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
0%, 66.66% { left: -100%; opacity: 0; }
74.96%, 91.62% { left: 25%; opacity: 1; }
100% { left: 110%; opacity: 0; }
}
.center {
position: absolute;
top: 55%;
left: 50%;
width: 55vw;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
z-index:100; text-align: center;
}

.itam-text1{
font-family: 'Play', sans-serif; font-size:25px; color: #fff; 
}
.itam-text2{
font-family: 'Play', sans-serif; font-size:35px; color: #fff; margin-top:10px; 
}


/* debashish */

.modal-card-read-more.card-read-more{
  border-top: none;
  display: block;
}
  .modal-card-read-more.card-read-more a{
  color: black;
  background: #fff;
  display: inline-block;
  padding: 7px 22px;
  margin-bottom: 20px;
  border-radius: 4px;
      margin-top: 20px;
}
  .yoga-class-grid{
      display: grid;
      grid-template-columns: 52% 48%;
      grid-gap: 2rem;
      align-items: center;
      padding: 2rem 0 0rem;
  }
  .classes-yoga.yoga-class-grid{
    padding: 2rem 0 12rem;
  } 
  .yoga-class-content{
      font-family: 'Play', sans-serif;
      color: #fff;
      padding-right: 1rem;
  }
  .yoga-class-content h3{
      font-size: 30px;
      margin: 0 0 12px 0;
  }
  .yoga-class-content p{
      font-size: 15px;
      margin-bottom: 12px;
  }
  .yoga-lower{
      display: grid;
      grid-template-columns: 50% 50%;
      align-items: center;
      border: 1px solid #fff;
      padding: 20px 0;
  }
  .text-center{
      text-align: center;
  }
  .border-right{
      border-right: 1px solid #fff;
  }
  .main-yoga.yoga-class-grid{
    padding-bottom: 4rem;
}
.zumba-coming.yoga-lower{
  grid-template-columns: 100%;
}
.classes-yoga img{
  width: 100%;
}
.tackles-img img{
  width: 100%;
} 



  .modal-card-read-more.card-read-more {
       border-top: none;
       display: block;
       padding-right: 3rem;
    }

    .modal-card-read-more.card-read-more a {
       color: black;
       background: #fff;
       display: inline-block;
       padding: 7px 22px;
       margin-bottom: 20px;
       border-radius: 4px;
    }

    .modal-t {
       padding-top: 3rem;
       display: flex;
    }

    .btn-gallery img {
       max-height: 150px;
    }

    .contact-flex {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .form-sect {
      background-color: #fff;
      padding: 10px 35px 25px;
      border-radius: 4px;
      width: 400px;
      margin: auto;
    }

    .contact-pd.contact-icon-border {
      padding-bottom: 15px;
    }

    /* debashish */

/*<!============== Video ==================>*/

.video-wrap {
  width: 100%;
  height: 100vh;	
}

.video-wrap::before {
  content: '';
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: #000;	
}

.video-wrap video {
  width: 100%;
  height: 100vh;
}

#video_overlays {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.70);
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.containers{
margin:0 8%;
}

/*<!============== About ==================>*/

.about-area{
width: 100%; float: left; background-image: url(../img/About-Us-FR.jpg); background-size: cover; padding:60px 45px 150px 45px;

}

.about-area-text1{
font-family: 'Play', sans-serif; font-size:35px; color: #fff; font-weight: bold; margin-top:0px; text-align: center;
letter-spacing:1px; 	
}

.about-area-text2{
font-family: 'Play', sans-serif; font-size:18px; color: #fff; letter-spacing:1px; margin-top:20px; text-align: center;  
}

.about-area-text3{
font-family: 'Play', sans-serif; font-size:18px; color: #fff; margin-top:25px; text-align: justify;padding:0 150px; 
}

.about-area-btn{
margin-top:25px; text-align: center; 
}

.btn-danger{
background-color: #dc0105 !important; border-radius:0px !important; border:none; font-family: 'Play', sans-serif; font-size:13px; color: #fff; letter-spacing:1px; padding:3px 15px !important;
}
.btn-info{
background-color: transparent!important; border-radius:0px !important; border:none !important; font-family: 'Play', sans-serif; font-size:13px; color: #fff; letter-spacing:1px; padding: 0px !important; 	
}
.about-area-right-border{
border:10px solid #dc0105; height:70vh; margin-left:120px;  
}

/*<!============== Team ==================>*/

.box{
    text-align: center;
    overflow: hidden;
    position: relative; cursor: pointer;
}
.box:hover{
 z-index: 2 !important;
}

.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.box:after{

    top: 50%; 
}
.box:hover:before,
.box:hover:after{ opacity: 1;  }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s; z-index:100; 
}
.box:hover img{ transform: translateY(-10%); }
.box .box-content{
    width: 100%;
    background: #000;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    transition: all 0.3s ease 0s; 
}
.box:hover .box-content{ transform: translateX(-50%) translateY(0); }
.box .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}
.box .post{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    border-radius: 0 10px 0 10px;
}
.box .icon{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}
.box .icon li{
    display: inline-block;
    margin: 0 5px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.box .icon li:first-child{ transform: translateX(-150px); }
.box .icon li:last-child{ transform: translateX(150px); }
.box:hover .icon li{ opacity: 1; }
.box:hover .icon li:first-child{ transform: translateX(0); }
.box:hover .icon li:last-child{ transform: translateX(0); }
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 3px dotted transparent;
    font-size: 23px;
    color: #ff0022;
    box-shadow: 0 0 5px #ff0022;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    text-decoration: none;
    border-radius: 10px;
    background: #ff0022;
    color: #fff;
    box-shadow: none;
}
@media only screen and (max-width:990px){
.box{ margin-bottom: 30px; }
}

.our-team-area{
width: 100%; float: left; background-image: url(../img/qqq.jpg); background-size: cover; padding:120px 0 60px 0;  
}

.our-team-text1{
font-family: 'Play', sans-serif; font-size:30px; color: #fff; font-weight: bold;
text-align: center;	margin-top: 30px;
}

.our-team-text2{
font-family: 'Play', sans-serif; font-size:14px; color: #fff; letter-spacing:1px; margin-top:20px; text-align: center;	 
}

.our-team-text3{
font-family: 'Play', sans-serif; font-size:13px; color: #fff; margin-top:25px; text-align: center;	 
}
.our-team-main{
margin:60px 180px; 	
}
.our-team-main-under{
padding:25px; 	
}
.our-team-one-img{
}
.our-team-one-bg{
padding:10px 0;  	
}
.our-team-one-bg-text1{
font-family: 'Play', sans-serif; font-size:15px; color: #fff; text-align:center; font-weight:bold; letter-spacing:1px; 
}
.our-team-one-bg-text2{
font-family: 'Play', sans-serif; font-size:13px; color: #fff; text-align:center;letter-spacing:1px; margin-top:5px;  
}
.our-team-social{
list-style:none; margin:0; padding:0; text-align:center; margin-top:15px; 
}
.our-team-social li{
display:inline;  color: #fff !important;
}
.our-team-social li:hover{
display:inline; color: #ec3642 !important;
}
.our-team-social a{
display:inline-block; color: #fff !important; margin:0 3px; font-size:13px;     
}

.our-team-row1{
width: 100%; float: left;	
}
.our-team-row-img{
padding:10px; 
}
.our-team-row1-second{
margin-top:2%; 
}
.our-team-row1{
width: 100%; float: left;	
}
.our-team-row2{
width: 100%; float: left; margin-top:-8%; position: relative; 	
}



/*<!============== Services ==================>*/


.services-area{
width: 100%; float: left; background-color: #1f2024; padding:120px 0 0 0; height: 100vh; 
}

.services-text1{
font-family: 'Play', sans-serif; font-size:35px; color: #fff; font-weight: bold;
text-align: center;	
}

.services-text2{
font-family: 'Play', sans-serif; font-size:14px; color: #fff; letter-spacing:1px; margin-top:10px; text-align: center;	 
}

.services-area-main{
margin-top:50px; 	
}

.services-area-one-img{	
}
.services-area-one-text{	
background-color: #dc0105; padding:10px 0; height:70px;  	
}
.services-area-one-text1{	
font-family: 'Play', sans-serif; font-size:18px; color: #fff; font-weight: bold;
text-align: center; letter-spacing:1px; 
}

.services-area-one-text2{
font-family: 'Play', sans-serif; font-size:14px; color: #fff; margin-top:20px; text-align: center;	 
}

/*<!============== Events ==================>*/

.events-area{
width: 100%; float: left; background-image: url(../img/bg-position-3.jpg); background-size: cover; padding:50px 0; background-attachment: fixed; padding-top:120px; 	
}

.events-area-main{
margin-top:50px; 	
}

.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #000;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s;
	
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left; min-height:110px !important; 
}
.card-title {
  font-weight: bold; color:#fff; text-align: center; 
  font-size: 15px; font-family: 'Play', sans-serif;
}
.card-title2 {
  font-weight: bold; color:#c5c5c5; text-align: center; 
  font-size: 12px; font-family: 'Play', sans-serif; margin-top:5px; 
}
.card-title a {
  color: #fff;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px; color: #fff;
  font-size: 13px; font-family: 'Play', sans-serif;
}
.card-read-more a:hover {
    text-decoration: none !important;
    background: #d9d9d9;
    color: #000000;
    transition: all .3s;
    font-size: 13px;
    font-family: 'Play', sans-serif;
}



.grid__item,
.grid__col-sizer {
	width: 33.333333%;
    padding: 6px;
}

.grid.are-images-unloaded .image-grid__item {
	opacity: 0;
}

.grid__item {
	margin-bottom: 0px;
	float: left;
}

.grid__item--width2 { width: 66%; }

.grid__item img {
	display: block;
	max-width: 100%;
}


.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

section.mygallery {
    background: #000;
    padding-top: 15%;
}

.gallery-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

/*<!============== Fitness ==================>*/

.fitness-bg{
width: 100%; float: left; background-color: #1f2024; padding:90px 0; 	
}

.fitness-text1{
font-family: 'Play', sans-serif; font-size:30px; color: #fff; text-align: center; font-weight: bold;	 	
}

.fitness-text2{
font-family: 'Play', sans-serif; font-size:30px; color: #fff; margin-top:20px; text-align: center; font-weight: bold;	 	
}

/*<!============ Testimonial ================>*/

.testimonial-bg{
width: 100%; float: left; background-color: #1f2024; padding-top:130px; padding-bottom:50px; background-attachment: fixed; 	
}
.testimonial-text1{
font-family: 'Play', sans-serif; font-size:35px; color: #fff; text-align: center; font-weight: bold;	 	
}
.testimonial-main{
margin-top:50px; 	
}
.testimonial-left{
background-color:#fff; padding:20px 15px 0 15px; min-height: 230px;  	
}
.testimonial-left-text0{
font-family: 'Play', sans-serif; font-size:18px; color: #000; text-align: center; margin-top:10px; font-weight: bold;
float: left; width: 100%;	
}
.testimonial-left-text0-0{
font-family: 'Play', sans-serif; font-size:18px; color: #fff; text-align: center; margin-top:10px; font-weight: bold;
float: left; width: 100%;	
}
.testimonial-left-text1{
font-family: 'Play', sans-serif; font-size:14px; color: #000; text-align: justify; margin-top:10px; height:80px;  
float: left; width: 100%;	
}
.testimonial-left-text2{
font-family: 'Play', sans-serif; font-size:15px; color: #000 !important; text-align: right; margin-top:10px; 
float: left; width: 100%;	
}
.testimonial-left-text3{
font-family: 'Play', sans-serif; font-size:15px; color: #000; text-align: right; margin-top:5px; 	
float: left; width: 100%;	
}
.testimonial-left-text1-1{
font-family: 'Play', sans-serif; font-size:13px; color: #fff; text-align: justify; margin-top:10px; height:80px;  
float: left; width: 100%;	
}
.testimonial-left-text2-2{
font-family: 'Play', sans-serif; font-size:16px; color: #fff; text-align: right; margin-top:10px; 	 
float: left; width: 100%;	
}
.testimonial-left-text3-3{
font-family: 'Play', sans-serif; font-size:15px; color: #fff; text-align: right; margin-top:5px; 	
float: left; width: 100%;	
}


.testimonial-right{
background-color:#000; padding:30px;  	
}


#carousel_inner {
    float: left;
    width: 100%;
    overflow: hidden;
}

#carousel_ul li img {
    width: 50%;
    height: 110px;
}

#carousel_ul {
    position: relative;
    left: -210px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 9999px;
    padding-bottom: 10px;
}

#carousel_ul li {
    float: left;
    width: 200px;
    padding: 0px;
    height: 110px;
    background: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#carousel_ul li img {
    margin-bottom: -4px;
    cursor: pointer;
    cursor: hand;
    border: 0px;
}

#left_scroll, #right_scroll {
    float: left;
    height: 130px;
    width: 35px;
    margin-top: 50px;
    margin-left: 20px;
}

#left_scroll img, #right_scroll img {
    border: 0;
 /* remove the default border of linked image */
/*styling*/
    cursor: pointer;
    cursor: hand;
}

#left_scroll img {
    width: 25px;
    height: 25px;
}

#right_scroll img {
    width: 25px;
    height: 25px;
}


/*<!============ Contact ================>*/

.form-control{
background-color: #2a2b2f !important; border-radius:0px !important; border-top:none !important;
border-left:none !important; border-right:none !important; border-color: #999 !important;  color: #fff !important;	
}

.contact-area{
width: 100%; float: left; background-color: #1a1b20;	
}
.contact-left{
background-color:#000; padding:30px 40px 0 140px; width: 100%; float: left;	min-height:350px;   	
}
.contact-right{
background-color:#1a1b20; padding:40px 20px; width: 100%; float: left; min-height:350px; 	 	
}
.contact-right-text1{
font-family: 'Play', sans-serif; font-size:30px; color: #FFF; font-weight: bold; text-align: left;  	 	
}
.contact-right-text2{
width:25%; background-color:#ff060b; height:3px;    	
}
.contact-right-text3{
font-family: 'Play', sans-serif; font-size:14px; color: #FFF; 	 	
}
.contact-right-text4{
font-family: 'Play', sans-serif; font-size:15px; color: #FFF;  	 	
}
.contact-right-text5{
font-family: 'Play', sans-serif; font-size:13px; color: #FFF; margin-top:5px; 	 	
}

.footer{
background-color: #02111f; padding:5px 0; width: 100%; float: left; 	
}
.footer-left{
font-family: 'Play', sans-serif; font-size:13px; color: #FFF; text-align: center; margin-top:10px; 	 	
}

.footer-right{
text-align: right; 	 	
}

.footer-right ul{
list-style-type: none; margin-left:5%;  
}
.footer-right ul li a{
color:#fff !important; float: right; margin-right:20px; font-size:15px; cursor: pointer;
}
.footer-right ul li a:hover{
color:#dc0105 !important; transition:all .3s;    
}


/*---- jquery -----*/
.rotator2 li{
   margin: 0 0;
}
.rotator li{
   margin: 0 0;
}
.nbs-flexisel-container {
  position: relative;
  margin: 0 auto;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
 
}
.nbs-flexisel-item img {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 0px 0;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
 width: 40px;
 height: 50px;
 position: absolute;
 cursor: pointer; 
 margin-top:9%;	
}
.nbs-flexisel-nav-left {
  left: 0px;
  background-image: url(../img/left-arrow.png);	background-size: cover;	
}

.nbs-flexisel-nav-right {
  right: 0px;
  background-image: url(../img/rightt-arrow.png); background-size: cover;	
}

.modal-body{
float: left; width: 100%; height: 450px; overflow-y: scroll; overflow-x: hidden;
}

.modal-content {
    position: relative; color: #fff !important;
    background-color: #1f2024 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 8px solid #000204 !important;
    border-radius: 0px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-text1{
font-family: 'Play', sans-serif; font-size:15px; color: #fff; text-align: justify; margin-top:20px; font-weight:bold;
}
.modal-text2{
font-family: 'Play', sans-serif; font-size:13px; color: #fff; text-align: justify; margin-top:20px; 	
}
.modal-dialog{
width:60% !important; 	
}


/*************** Back To Top **************/

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;  
  padding: 5px 15px;
  margin: 1em;
  background: #0a2640;
  border: 2px solid #10386b;
  font-size:25px;
  cursor: pointer;
}

.envelope-mobile{
display: none;
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 1024px) {
.containers{
margin:0 4%;
}	
.center {
position: absolute;
top: 45%;
left: 50%;
width: 90vw;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
z-index:100; text-align: center;
}	
.itam-text1{
font-family: 'Play', sans-serif; font-size:15px; color: #fff; 
}
.itam-text2{
font-family: 'Play', sans-serif; font-size:13px; color: #fff;
}
.about-area-left{
padding:30px 10px; width: 100%; float: left; 
}	
.about-area{
width: 100%; float: left; background-color: #1f2024; padding:30px 10px; 
}
.about-area-left{
padding:30px 10px; width: 100%; float: left; 
}	
.about-area-text3{
font-family: 'Play', sans-serif; color: #fff; margin-top:25px; text-align: center;padding:0 10px; 
}
.our-team-area{
width: 100%; float: left; background-color: #000; padding:40px 0; height: auto;
}
.our-team-main{
margin-top:10px; 	
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
 width: 40px;
 height: 50px;
 position: absolute;
 cursor: pointer; 
 margin-top:8%;	
}	
.services-area{
width: 100%; float: left; background-color: #1f2024; padding:30px 0; 
}
.fitness-bg{
width: 100%; float: left; background-color: #1f2024; padding:40px 0;
}
.fitness-text1{
font-family: 'Play', sans-serif; font-size:30px; color: #fff; text-align: center; font-weight: bold;	 	
}
.fitness-text2{
font-family: 'Play', sans-serif; font-size:20px; color: #fff; margin-top:15px; text-align: center; font-weight: bold;	 	
}	
.contact-left{
background-color:#000; padding:50px 40px 0 40px; width: 100%; float: left;	min-height:450px;   	
}
.contact-right{
background-color:#1a1b20; padding:30px 20px; width: 100%; float: left; min-height:450px; 	 	
}	
.footer{
background-color: #02111f; padding:15px 0; width: 100%; float: left; 	
}	
	.m-hide{
	display: none !important;
	}	

.services-area-one-text{	
background-color: #dc0105; padding:10px 0; min-height:70px;  	
}	
.card-content {
  padding:15px;
  text-align:left; min-height:160px !important; 
}
.envelope {
display: none;
}	
.envelope-mobile{
display: inherit; padding:30px 0; 
}		
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

.enter-desk{
position: inherit; margin: auto;	
}	
	
.testimonial-left-text1{
font-family: 'Play', sans-serif; font-size:14px; color: #000; text-align: justify; margin-top:10px; height:auto;  	 	
}	
.testimonial-left-text1-1{
font-family: 'Play', sans-serif; font-size:13px; color: #fff; text-align: justify; margin-top:10px; height:auto;  	 	
}	
.containers{
margin:0 4%;
}	
.center {
position: absolute;
top: 45%;
left: 50%;
width: 90vw;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
z-index:100; text-align: center;
}	
.itam-text1{
font-family: 'Play', sans-serif; font-size:15px; color: #fff; 
}
.itam-text2{
font-family: 'Play', sans-serif; font-size:13px; color: #fff;
}
.about-area{
width: 100%; float: left; background-color: #1f2024; padding:30px 10px; 
}
.about-area-left{
padding:30px 10px; width: 100%; float: left; 
}	
.about-area-text3{
font-family: 'Play', sans-serif; font-size:13px; color: #fff; margin-top:25px; text-align: center;padding:0 10px; 
}	
.our-team-area{
width: 100%; float: left; background-color: #000; padding:40px 0; height: auto; 
}
.our-team-main{
margin-top:10px; 	
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
 width: 40px;
 height: 50px;
 position: absolute;
 cursor: pointer; 
 margin-top:40%;	
}	
.services-area{
width: 100%; float: left; background-color: #1f2024; padding:30px 0; 
}
.fitness-bg{
width: 100%; float: left; background-color: #1f2024; padding:40px 0;
}
.fitness-text1{
font-family: 'Play', sans-serif; font-size:30px; color: #fff; text-align: center; font-weight: bold;	 	
}
.fitness-text2{
font-family: 'Play', sans-serif; font-size:20px; color: #fff; margin-top:15px; text-align: center; font-weight: bold;	 	
}	
.contact-left{
background-color:#000; padding:50px 40px 0 40px; width: 100%; float: left;	min-height:450px;   	
}
.contact-right{
background-color:#1a1b20; padding:30px 20px; width: 100%; float: left; min-height:450px; 	 	
}	
.footer{
background-color: #02111f; padding:15px 0; width: 100%; float: left; 	
}	
.envelope {
display: none;
}	
.envelope-mobile{
display: inherit; padding:30px 0; 
}	

.our-team-area{
width: 100%; float: left; background-image: url(../img/qqq.jpg); background-size: cover; padding:15px 0;  
}	
.our-team-main{
margin:10px 10px; 	
}	
	
}

@media (min-width: 1025px) and (max-width: 1200px) {
.envelope {
  width: 100%;
  height: 100px;
  background: #02111f;
  position: relative; margin-top:50px; 
}	
.contact-left{
background-color:#000; padding:50px 40px 0 40px; width: 100%; float: left;	min-height:450px;   	
}	
}



.hoverWrapper #hoverShow1 {
  display: none; z-index: 1000;
}

.hoverWrapper:hover #hoverShow1 {
  display: block; transition:all 1s; 
}

/*============= Envolop =================*/

.envelope {
  width: 80%;
  height: 180px;
  background: #02111f;
  position: relative; margin-top:50px; 
}


.envelope__check {
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  cursor: pointer;
}
.envelope__check:checked ~ .envelope__flap {
  transition: z-index 0s 0.25s, -webkit-transform 0.25s 0s;
  transition: transform 0.25s 0s, z-index 0s 0.25s;
  transition: transform 0.25s 0s, z-index 0s 0.25s, -webkit-transform 0.25s 0s;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  z-index: 0;
}
.envelope__check:checked ~ .envelope__letter {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  transition: z-index 0s 0.5s, -webkit-transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s, z-index 0s 0.5s;
  transition: transform 0.25s 0.25s, z-index 0s 0.5s, -webkit-transform 0.25s 0.25s;
  z-index: 5;
}
.envelope__check:checked ~ .envelope__letter .letter__content:nth-child(2),
.envelope__check:checked ~ .envelope__letter .letter__content:nth-child(3) {
  transition: -webkit-transform 0.25s 0.5s;
  transition: transform 0.25s 0.5s;
  transition: transform 0.25s 0.5s, -webkit-transform 0.25s 0.5s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.envelope__flap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 75%;
  transition: z-index 0s 0.5s, -webkit-transform 0.25s 0.5s;
  transition: transform 0.25s 0.5s, z-index 0s 0.5s;
  transition: transform 0.25s 0.5s, z-index 0s 0.5s, -webkit-transform 0.25s 0.5s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #02111f;
  z-index: 4;
  -webkit-clip-path: polygon(5% 40%, 50% 100%, 95% 40%, 100% 0, 0 0);
          clip-path: polygon(5% 40%, 50% 100%, 95% 40%, 100% 0, 0 0);
}
.envelope__flap--inside {
  background: #b8b8b8;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.envelope__back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #eaeaea;
  -webkit-clip-path: polygon(80% 40%, 100% 0, 100% 100%, 0 100%, 0 0, 20% 40%);
  clip-path: polygon(80% 40%, 100% 0, 100% 100%, 0 100%, 0 0, 20% 40%);
}
.envelope__back:after {
  height: 100%;
  width: 100%;
  background:  #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(70% 10%, 100% 100%, 0 100%, 30% 10%);
  clip-path: polygon(70% 10%, 100% 100%, 0 100%, 30% 10%);
}
.envelope__letter {
  height: 80%;
  width: 90%;
  z-index: 1;
  position: absolute;
  left: 5%;
  top: 5%;
  transition: z-index 0s 0.25s, -webkit-transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s, z-index 0s 0.25s;
  transition: transform 0.25s 0.25s, z-index 0s 0.25s, -webkit-transform 0.25s 0.25s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.letter__content {
  height: 100%;
  width: 100%;
  background-color: #02111f;
  top: 0;
  left: 0;
  position: absolute;
  padding: 5px;
  text-align: justify;
}
.letter__content:nth-child(2),
.letter__content:nth-child(3) {
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  top: 100%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  z-index: 2;
  border-top: 1px solid #000;
}
.letter__content:nth-child(3) {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sign-off {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 20px;
  font-family: cursive;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

/*========================= Team ===============================*/

.slider--teams {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  margin-top:15%; 	
}
.slider--teams .slider--teams__team {
  position: relative;
  overflow: hidden;
}

#list {
  position: relative;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#list li {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
}
#list li figure {
  cursor: pointer;
  margin: 1em;
  opacity: 0.5;
  backface-visibility: hidden;
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms ease-in-out;
  transform: scale(0.5) translateZ(0px);
}
#list li figure:hover {
  opacity: 0.8;
  transform: scale(0.6) translateZ(0px);
}
#list li figure:active {
  opacity: 1;
  transform: scale(0.7) translateZ(0px);
}
#list li figure > div {
  border-radius: 5px;
  position: relative;
  margin: 2rem auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  transform: rotate(45deg) translateZ(0px);
}
#list li figure > div > div {
  background: url(../img/teams.jpg) no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  transform: rotate(-45deg) translate(0%, -70%);
}
#list li figure figcaption h2 {
  color: #e5e5e5;
  font-size: 16px;
  top: 15px !important;	
}
#list li figure figcaption p {
  color: #999;
  font-size:14px;
  font-weight: 400;
}
#list li:nth-child(1) figure > div > div {
  background-position: 0px 0px !important;
}
#list li:nth-child(2) figure > div > div {
  background-position: 0px 20% !important;
}
#list li:nth-child(3) figure > div > div {
  background-position: 0px 40% !important;
}
#list li:nth-child(4) figure > div > div {
  background-position: 0px 60% !important;
}
#list li:nth-child(5) figure > div > div {
  background-position: 0px 80% !important;
}
#list li:nth-child(6) figure > div > div {
  background-position: 0px 100% !important;
}

.active {
  opacity: 1 !important;
  transform: scale(1) translateZ(0px) !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*=================== Testimonial ======================*/

.testimonial-slider {
   display: block;
   width: 100%;
   height: auto;
}

.testimonial-slider ul.slider {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
   height: 180px;
   overflow: hidden;
   margin: 0 auto;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}



/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}
/*=================== Testimonial ======================*/


.testimonial{
    text-align: center;
}
.testimonial .testimonial-content{
    padding: 0px 30px;
    background: #191a1d;
    border-radius: 0px 0;
    position: relative;
    margin: 0 25px 18px 10px;
}
.testimonial .testimonial-content:after{
    content: "";
    position: absolute;
    border-top: 10px solid #191a1d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    left: 47%;
}
.testimonial .description{
    font-size: 18px;
    color: #fdfffc;
    font-family: 'Play', sans-serif; padding:20px 0; margin-top:40px;
}
.testimonial .description2{
    font-size: 18px;
    color: #fdfffc;
    font-family: 'Play', sans-serif; padding:20px 0; margin-top:10px;
}
.testimonial-bigcont{
font-family: 'Play', sans-serif; font-size: 15px; color: #fdfffc; 	
}
.testimonial-bigcont-border{
width: 100%; height:1px; background-color: #2c2c2c; margin-top:20px;  
}

.testimonial .pic{
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0; font-family: 'Play', sans-serif;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #fff; font-family: 'Play', sans-serif;
}
.owl-theme .owl-controls{
    border-top: 1px solid #d5d5d5;
    margin-top: 40px;
    padding-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ff9f1c;
    border-radius: 4px;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fdfffc;
}
.owl-next:before{
    content: "\f054";
}
.owl-prev:hover:before,
.owl-next:hover:before{
    color: #011627;
}


.banner-all-inner{
background-image: url(../img/212-Banners-About-Us.jpg); background-size: cover; height:250px; width: 100%; float: left; padding-top:130px; 
}


.arrow {
  text-align: center;
  color: #FFFFFF; margin-top:5%; 
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*===================== Tab Testimonial =========================*/

.nav-tabs {
    border-bottom: 1px solid #26272c !important;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 100% !important; border-radius:0px !important; 
}
.nav-tabs>li>a:hover {
	background-color: #000 !important;
    border-radius: 0px !important; border-color: #000 !important; width: 100%; transition: all .3s;
	box-shadow:0px 1px 10px #666; 
}
.nav-tabs>li>a {
    line-height: 1.42857143;
    border-radius: 0px;
    color: #ababab !important; border-bottom:1px solid #000 !important; font-family: 'Play', sans-serif;
}

.tabs-left, .tabs-right {
  border-bottom: none; min-height:100vh; background-color: #000; 
}
.tabs-left {
background-color: #26272c;  
}
.tabs-right {
background-color: #000; 
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
border:none !important; color: #fff !important;
  border-right-color: transparent;
	background-color: #000 !important; width: 100% !important; border-radius:0px !important; box-shadow:0px 1px 10px #666;
}
.tabs-left>li>a {
  border-radius: 0px;
  margin-right: 0;
  display:block; padding:20px 20px !important; font-weight: bold !important; letter-spacing:1px; 
}
.tabs-right>li>a {
  border-radius: 0px;
  margin-right: 0;
}
.tab-content{
background-color: #000; width: 100%; float: left; padding: 30px 0; overflow-y: scroll; height:100vh;  	
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
{

.home_section{
    background: #1f2024;
    border-radius: 50%;
    box-shadow: 0 0 30px -3px #011b3e inset;
    color: #fff !important; border:2px solid #c5c5c5; letter-spacing:1px; 
    display: table;
	font-family: 'Play', sans-serif;
    height: auto;
    margin: 26px auto;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    width: 52px;
}	
.modal-dialog{
width:94% !important; 	
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  padding:0;
  width: 42%;
  height:auto;	
  background-color:#26272c;	
  list-style: none;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;

}	
.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  width: 57%;
  text-align: left;
  background: #000;
  height:auto; margin-left:-5px;	
}	
	
}


/*================ Vertical Tab ====================*/


ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  padding:0;
  width: 42%;
  height:90vh;	
  background-color:#26272c;	
  list-style: none;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;

}
ul.tabs li {
  letter-spacing:1px;	
  margin: 0;
  cursor: pointer;
  padding: 20px 25px;
  color: white;
  text-align: left;
  font-weight: bold;
  background-color: #666;
  background: #26272c;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Play', sans-serif;
  border-bottom:1px solid #000;	
}
ul.tabs li:hover {
  background: #000;
  color: white;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; 
}
ul.tabs li.active {
  background: #000;
  color: #dddddd;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; box-shadow:0px 1px 10px #666;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  width: 57%;
  text-align: left;
  background: #000;
  height:90vh; margin-left:-5px;	
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
  ul.tabs {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
	height: auto;   
  }

  .tab_drawer_heading {
	color: #dddddd; font-size:13px; font-family: 'Play', sans-serif; line-height:20px; font-weight:bold; letter-spacing:1px;  
    background: #26272c;
    margin: 0;
    padding: 20px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
	border-bottom:1px solid #000;  
  }
  .tab_drawer_heading:hover {
    background: #26272c;
    color: white;
  }

  .d_active {
    background: #26272c;
    color: #dddddd; font-size:13px; font-family: 'Play', sans-serif; line-height:20px;
  }
.tab_content {
  padding: 0px;
  height: 100vh;
  display: none;
  overflow-y:scroll; padding-bottom:15px;	
}	
.testimonial .testimonial-content{
    padding: 30px 30px;
    background: #191a1d;
    border-radius: 0px 0;
    position: relative;
    margin: 0 10px 35px 10px;
}	
.testimonial-bg{
width: 100%; float: left; background-color: #1f2024; padding-top:90px; padding-bottom:0px; background-attachment: fixed; 	
}
.testimonial-text1{
font-family: 'Play', sans-serif; font-size:25px; color: #fff; text-align: center; font-weight: bold;	 	
}	
.testimonial .description{
    font-size: 18px;
    color: #fdfffc;

    margin: 0; height: auto; font-family: 'Play', sans-serif;
}	

ul.dropdown-list {
    position: relative;
    margin-left: -20px;
}

.submenu-list svg{
	left: 0%!important;
}

.dropdown-submenu {
    position: relative;
    right: 0;
    display: block;
}
	
.yoga-class-grid {
    grid-template-columns: 100%;
}

.yoga-class-content{
	order:1;
}
	
}



