/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.9.7.1

All css files are placed in /css/ folder
*/

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Semibold.eot');
    src: url('fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('fonts/SegoeUI-Semibold.woff') format('woff'),
        url('fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Light.eot');
    src: url('fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Light.woff2') format('woff2'),
        url('fonts/SegoeUI-Light.woff') format('woff'),
        url('fonts/SegoeUI-Light.ttf') format('truetype'),
        url('fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('fonts/SegoeUI-Semilight.eot');
    src: url('fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('fonts/SegoeUI-Semilight.woff') format('woff'),
        url('fonts/SegoeUI-Semilight.ttf') format('truetype'),
        url('fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Bold.eot');
    src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('fonts/SegoeUI-Bold.woff') format('woff'),
        url('fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.eot');
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff'),
        url('fonts/SegoeUI.ttf') format('truetype'),
        url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

#Top_bar .banner_wrapper {
    display: inline-block;    float: right;
}

body{font-family: 'Segoe UI'!important;font-weight: 300!important;}

h1, h2, h3, h4, h5, h6{font-family: 'Segoe UI'!important;}

#menu > ul > li > a, a.action_button, #overlay-menu ul li a{font-family: 'Segoe UI'!important;font-weight: 600!important;}

img.logo-main.scale-with-grid {
    height: 150px;
    background: #FFF;
    padding: 0 10px 10px 0;
}

.con-info ul {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}
.con-info li {
    margin-left: 20px;
}
.con-info {
    height: 80px;
    padding: 22px 0;
}
.con-info li a.btn {
    height: auto;
    padding: 10px 0;
    width: 150px;
    text-decoration: none;
}
.con-info li a.btn span {
    line-height: normal; font-weight:300;
}
#Top_bar .menu > li > a {
    text-transform: uppercase;
}
.btn.bdr {
    background: transparent;
    outline: solid 3px;
    outline-offset: -3px;
}
.btn.bdr span, .btn.gry span{
    color: #000;
}
.btn.bdr em, .btn.gry em{background:#000;}


.btn.gry{background-color: #ffffff;}

.btn {
  cursor: pointer;text-decoration: none!important;
  background-color: #000;
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: relative;
  /*left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/ display:block;
  z-index: 0;
  /*box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);*/
}
.btn span {
  color: #fff;
  display: block;
  padding-left: 20px;
  text-transform: uppercase;
  font: bold 16px/40px Segoe UI;
  /*transform: scaleX(0.6);
  letter-spacing: 3px;*/
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.btn em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 70px;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.btn:before,
.btn:after {
  content: '';
  background: #dbdbdb;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn:before {
  top: 0;
  left: 0;
  right: auto;
}
.btn:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn:hover span {
  color: #000;
}
.btn:hover em {
  background: #000;
  transform: scaleX(0.5);
}


 .visible {
   display: block !important;
}
.hs_service_contain {
width: 100%;
position: relative;
overflow: hidden;
}
.HomeService_left {
   width: 35%;
   overflow: hidden;
   float: left;
   position: relative;
}
.HomeService_left img {
   display: block;
   height: 100%;
   width: 100%;
   /* animation: bounce .1s alternate forwards ease-in; */
   -webkit-animation: fadein 1s forwards;
   -moz-animation: fadein 1s forwards;
   -o-animation: fadein 1s forwards;
   animation: fadein 1s forwards;
   transition: 0.3s all ease;
}
.Homeservice_right {
   height: 515px;
   width: 65%;
   float: left;
}
.hs_rightinnner-text {
   background: #f2f2f2;
   height: 420px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.hs_rightinnner-text a {
   position: relative;
}
/*.cont-inner {
   padding-top: 90px;
   padding-bottom: 90px;
}
.cont-inner {
   padding-top: 60px;
   padding-bottom: 60px;
}*/
.cont-inner {
   position: relative;
   animation: bounce .5s alternate forwards ease-in;
   z-index: 99;
}
.cont-inner {
   width: 90%;
   margin: 0 auto;
}
.cont-inner h1 {
   font-size: 35px;
   color: #fff;
   position: relative;
   left: -40px;
   margin: 0;
}

.cont-inner p {
   width: 100%;
   color: #000;
   position: relative;line-height: normal;
   /*left: -40px;*/ font-size:17px;
}
.Homeservice_right .edge-arrow img {
   display: none;
}
.edge-arrow img {
   width: 30px;
   height: 30px;
   position: absolute;
   right: 10px;
   bottom: 6px;
}
.black-arrow {
   bottom: 7px;
   right: 84%;
   transition: 0.5s all ease;
   -webkit-transition: 0.5s all ease;
}
.arrow {
   display: flex;    margin: 20px;position: relative;
}
.arrow a:nth-child(2) {
    position: absolute;
    right: 0;
}
.hs_left_arrow, .hs_right_arrow {
   padding: 1em;
   display: flex;
   justify-content: center;
   align-items: center;
   background: transparent;
   transition: 0.5s all ease;
   -webkit-transition: 0.5s all ease;border: solid 2px #000;
}
.arrow img {
   width: 25px;
   height: 25px;
}
.home-services-container {
   display: none;
}
@keyframes bounce { 0% { transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); } 100% { transform: translateX(0%); -ms-transform: translateX(0%); -webkit-transform: translateX(0%); } } @keyframes bounce { 0% { transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); } 100% { transform: translateX(0%); -ms-transform: translateX(0%); -webkit-transform: translateX(0%); } } @-webkit-keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } }


.cont-inner h3 {
    font-size: 26px;
    margin: 0;
    font-weight: 700;line-height: 26px;
}
.cont-inner h6 {
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
}

.classes {
    position: relative; overflow:hidden;
}

.classes .image_frame {
    border: none;
}

.classes img.scale-with-grid {
    width: 100%;
}

.classes .photo_box .desc {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #000000;
    color: #FFF;
    padding: 15px;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;transition: all 0.3s ease;
}
.classes:hover .photo_box .desc{min-width: 100%;}

.copyright{font-size:15px; opacity:0.8;}
#Footer .copyright a{text-decoration:none; color:#FFF;}
#Footer .copyright a:hover{color:#dbdbdb;}

.contact-map-row .google-map-contact-wrapper{
	left: -40px;
}
.contact-map-row .google-map-contact-wrapper .get_in_touch{
    width: 40%;
    padding: 0px;
    background: #fff;
	-webkit-box-shadow: 2px 4px 18px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 4px 18px -2px rgba(0,0,0,0.2);
	box-shadow: 2px 4px 18px -2px rgba(0,0,0,0.2);
}
.contact-map-row .get_in_touch h3{
    color: #fff;
    background-image: url(/wp-content/uploads/2018/12/address-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 10%;
    font-family: Segoe UI !important;
    font-size: 35px;
    line-height: 40px;
	margin: 0;
}
.contact-map-row .get_in_touch ul li p{
	color: #000;
	padding-bottom: 20px;
}
.contact-map-row .get_in_touch ul li .icon{
	display: none;
}
.contact-map-row .get_in_touch ul li{
	padding: 0px;
}
.address-text-wrapper h6 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-family: 'Segoe UI'!important;
    font-weight: 600;
}
.contact-map-row .address-text-wrapper{
	padding: 20px 40px;    min-height: 355px;
}
.address-text-wrapper h2{
	font-size: 30px;
    font-family: 'Segoe UI'!important;
    margin: 0;
}
.opening-hours-text{
	float: left;
}
.opening-hours-social-icon{
	float: right;
}
.opening-hours-text p{
    font-family: 'Segoe UI'!important;
    font-size: 22px;
    color: #000;
    font-weight: 600;
	margin: 0;
}
.opening-hours-text h2{
	font-size: 16px;
    font-weight: 100;
    line-height: 22px;
}
.opening-hours-wrapper{
	margin-top: -10px;
}
.book-free-style-col{
	background: #fff;
}
.book-free-class-wrapper h2{
	font-size: 35px;
    font-family: 'Segoe UI'!important;
	margin: 0;
}
.book-free-class-wrapper p{
	color: #000;
}
.book-free-style-col{
	opacity: 0;
}
.book-free-style-text-col{
	margin-top: -20% !important;
	background: #f7f7f7;
	padding: 60px;
	margin-bottom: 0 !important;
}
.trial-class .book-free-style-text-col{
	margin-top: 0% !important;
}
.contact-form-wrapper{
	padding-top: 10px;
}
.contact-form-wrapper .one-second{
	margin: 0;
}
.contact-form-wrapper .form-fields{
    background: none;
    border-left: none;
    border-top: none;
    box-shadow: none;
    border-right: 0;
    border-bottom: 2px solid #000;
    padding: 20px;
}
.contact-form-wrapper .contact-text-area{
	background: none;
	box-shadow: none;
	border: 2px solid #000;
	padding-top: 20px;
	padding-left: 20px;
}
.contact-form-wrapper .message{
	padding-top: 20px;
    padding-left: 20px;
}
.book-free-style-text-col input[type="submit"]{
    background: none;
    color: #404041;
    border: 1px solid #404041;
    padding: 10px 20px;
    margin: 0;
    border-width: 1px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Segoe UI'!important;
    font-weight: 600;
    margin-top: 20px;
}
.our-class-row{
	background: #f1f1f1;
}
.our-class-text-wrapper{
	font-size: 35px;
    font-family: 'Segoe UI'!important;
    margin: 0;
	padding-top: 50px;
}
.our-class-text-wrapper p{
	font-size: 20px;
    color: #000;
    font-family: 'Segoe UI'!important;
    font-weight: 400;
}
.men-class-wrapper{
	position: relative;
}
.class-name{
    position: absolute;
    bottom: 20px;
    width: 100%;	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.class-name .class-link{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 75%;
    padding: 10px 0px;
    background: #404041;
    color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.classes-row .mcb-section-inner .wrap{
	margin-top: -14%;
}
.cta-wrapper{
	padding: 30px;
}

* {box-sizing: border-box;}
.grid-hover{
	position: relative;
	overflow: hidden;
}
.grid-hover .img-wrapper img{
	max-width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.grid-hover:hover .img-wrapper img{
	transform: scale(1.2);
}
.class-name a:hover{
	text-decoration: none;
}
.grid-hover:hover .class-link, .grid-hover:hover .class-name{
	width: 100%;
	bottom: 50px;
}
.col-magin-0{
	margin: 0 !important;
}
p{
	color: #000;
}
.inner-classpage-text-wrapper{
	padding-top: 80px;
	padding-left: 30px;
}
.inner-classpage-text-wrapper ul li, .class-inner-ul li, .accordion-ul li{
	color: #000;
    list-style: none;
	position: relative;
}
.inner-classpage-text-wrapper ul li:before, .class-inner-ul li:before, .accordion-ul li:before{
	position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    top: 15%;
    left: -20px;
    background-repeat: no-repeat;
    background: url(/wp-content/uploads/2018/12/list-style.png);
}
.accordion-ul{
	padding-top: 20px;
}
.page-id-68 .inner-classpage-text-wrapper{
	padding-top: 0;
}
#wpsm_accordion_75 .wpsm_panel {
	margin: 20px 0px;
}
.about-gid-wrapper h2 b{
	font-size: 35px;
	line-height: 40px;
}
.about-gid-wrapper h2{
    font-size: 20px;
    font-weight: 100;
    line-height: 20px;
    width: 94%;
    padding-top: 30px;
}

.grey-bg{
	background: #eee;
}
.abt-small-box-col{
	position: relative;
	height: 100%;
	margin: 0 !important;
}
.abt-small-box-text-wrapper{
	position: absolute;
    padding: 36px;
    top: 18%;
}
.black-bg{
	background: #000;
}
.black-bg p{
	color: #fff;
}
.abt-img-inner-col p{
	margin-bottom: 0;
}
.black-overlay-img-bg{
	background: url(/wp-content/uploads/2018/12/final.jpg) no-repeat;
}
.last-box{
	position: absolute;
    padding: 25px;
    top: 12%;
}
.last-box b{
	color: #fff;
}
.last-box a{
	margin-top: 30px;
}
.abt-last-inner-row{
	background: rgba(255,255,255, 0.8);
	padding: 30px;
}
.about-upper-row{
	position: relative;
}
.abt-contain-row{
	position: absolute;
}
.abt-certificate-col {
	margin: 0 !important;
}
.abt-certificate-col img{
	vertical-align: middle;
    position: relative;
    bottom: 0px;
	border: 1px solid #404040;
}
.abt-final-inner-row{
	margin-left: -20px !important;
    background: rgba(255,255,255, 0.8);
    padding: 40px;	
	bottom: 20px;
}
.home-team-col #slider_105_slide01{
	padding: 0px !important;
	position: relative;
}
.home-team-col .sa_hover_container:before{
	position: absolute;
	content: "";
	width: 100%;
	left: 0px;
	height: 80%;
	background-color: rgb(242, 242, 242) !important;
	z-index: -9999;
}
.home-team-col{
	position: relative;
}
.home-team-col .cont-inner{
    position: absolute;
    top: 0;
    width: 62%;
    right: 0;
	padding: 50px 50px 30px 20px;
}
.home-team-col .owl-carousel .owl-item img{
    display: block;
    width: 35%;
	z-index: 9999;
	padding-left: 1px;
}
.owl-next, .owl-prev{
	    border: 2px solid #000 !important;
}
.display-none{
	display: none;
}
.padding-top-50{
	padding-top: 50px;
}
#Top_bar .menu li ul li a span{
	font-size: 18px !important;
}
.tt_navigation_wrapper {
	display: none !important;
}
.tt_timetable h3{
	display: inline-block;
	padding: 0px 50px 0px 53px;
}
.tt_timetable{
    position: relative;
    
}
.tt_timetable ul{
    position: absolute;
    width: 100%;
}
.tt_items_list{
	display: none;
}
.ui-tabs .ui-tabs-panel{
	background-image: none !important;
}
#headingid1{
	display: block;
}
.tt_items_list li:nth-child(even){
	background: #fff;
}
@media only screen and (max-width: 1280px){
	.tt_timetable h3 {
    display: inline-block;
    padding: line-block;
    padding: 0px 37px 0px 37px;
}
	.tt_wrapper {
        margin: 0 auto !important;
    width: 100% !important;
}
}
.box_header.active{
	background: #000 !important;
    color: #fff;
}
h3.box_header.page_margin_top.active, h3.box_header.active{
	position: relative;
}
h3.box_header.page_margin_top.active:before, h3.box_header.active:before{
	position: absolute;
	content: "";
	bottom: -10px;
	left: 45%;
	width: 20px;
	height: 20px;
	background: #000;
	transform: rotate(45deg);
}
.ui-tabs-panel{
	background: #f1f1f1 !important;
}
.tt_items_list{
    border: 1px solid rgb(210, 208, 208);
}
.call-info {
    font-size: 24px;
    line-height: normal;
    color: #000;
}

/* Responsive */
/* Menu */
@media only screen and (max-width: 1239px){
	#Top_bar .banner_wrapper{
		padding-right: 100px;
		padding-top: 9px;
	}
	#Side_slide #menu ul li a{
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 1239px) and (min-width: 768px){
	.btn{
		width: 130px;
	}
	.btn.bdr em, .btn.gry em{
		display: none;
	}
	.btn em{
		display: none;
	}
	.btn span{
		padding-left: 20px;
    	font-size: 12px;
		margin-top: 10px;
	}
	.home-team-col .owl-carousel .owl-item img{
		width: 50%;
	}
	.home-team-col .cont-inner{
		padding: 50px 50px 30px 80px;
		width: 56%;
	}
	.home-team-col .sa_hover_container:before{
		height: 100%;
	}
	.sa_owl_theme .owl-nav button{
		top: -10%;
	}
	.sa_owl_theme .owl-nav .owl-prev {
    	left: 76% !important;
	}
	.sa_hover_container p{
		padding: 0px;
		margin: 0px;
	}
	.about-row{
		position: relative;
	}
	.about-row:before{
		position: absolute;
		background: rgba(255,255,255, 0.9);
		width: 100%;
		height: 100%;
		left: 0;
		content: "";
	}
	.about-row .five-sixth.column{
		width: 100%;
	}
	.black-overlay-img-bg{
		background-size: cover;
	}
	.about-large-space hr{
		margin: 0 auto 200px !important;
	}
	.abt-certificate-col img{
		opacity: 0;
	}
	.abt-certificate-col{
		background: url(/wp-content/uploads/2018/12/Abt-certificate.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		border: 1px solid #000;
		background-position: 50%;
	}
	.inner-classpage-text-wrapper {
    	padding-top: 30px;
		padding-left: 0;
	}
	.adult-beginners-img-col img{
		opacity: 0;
	}
	.adult-beginners-img-col{
		background: url(/wp-content/uploads/2018/12/adult-beginners.png);
    	background-position: top right;
	}
	.kids-img-col img{
		opacity: 0;
	}
	.kids-img-col{
		background: url(/wp-content/uploads/2018/12/kids-img.jpg);
    	background-position: right top;
	}
	.page-id-68 .inner-classpage-text-wrapper {
    	padding-left: 30px;
}
	.contact-page-space hr{
		margin: 0 auto 300px !important;
	}
		.classes-row .mcb-section-inner .wrap {
    margin-top: -18%;
}
	.opening-hours-wrapper {
    margin-top: -25px;
    margin-left: -30px;
}
	.opening-hours-text h2 {
    font-size: 20px;
	}
}
/* Schedule Page */
@media only screen and (max-width: 999px){
	.tt_responsive .tt_timetable.small .box_header{
		font-size: 22px;
	}
	.tt_timetable h3{
		padding: 0px 20px 0px 20px;	
	}
	.about-row{
		background-image: none !important;
	}
}

/* tab */
@media only screen and (max-width: 767px){
	.con-info {
    height: 80px;
    padding: 0;
}
	.logo{
		position: relative;
		top: 20px;
	}
	.banner_wrapper{
		display: none !important;
	}
	.home-grid-one{
		margin-bottom: 90px !important;
	}
	.first-btn-col, .sec-btn-col{
    margin: 12px 0 20px !important;
	}
	.btn span{
		font-size: 12px;
	}
	.btn{
		width: 150px;
		margin-top: 0px;
	}
	.home-team-col .owl-carousel .owl-item img{
		width: 45%;
	}
	.home-team-col .cont-inner {
    width: 46%;
    padding: 20px;
}
	.home-team-col .sa_hover_container:before{
		height: 100%;
	}
	.home-team-col .owl-carousel .owl-item img{
		width: 54%;
	}
	.sa_owl_theme .owl-nav .owl-prev {
    left: 70% !important;
}
	.sa_owl_theme .owl-nav button{
		top: -12%;
	}
	footer#Footer {
    background: -webkit-linear-gradient( right, #000000 0%, #000000 52%, #000000 52%, #000000 100% ) !important;
}	
	.home-cta-wrapper .btn{
		margin-top: 10px;
	}
		.about-row:before {
    position: absolute;
    background: rgba(255,255,255, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}
	.abt-small-box-col{
		height: 160px !important;
		float: left;
		width: 100% !important;
	}
	.custom-grid-empty{
		display: none !important;
	}
	.about-gid-wrapper {
		position: absolute;
		top: 0;
	}
	.hard-wrk{
		margin-top: 30% !important;
	}
	.abt-small-box-text-wrapper img{
		height: 40px !important;
	}
	.abt-small-box-text-wrapper p {
		font-size: 24px;
		padding-top: 10px;
	}
	.abt-small-box-text-wrapper{
		top: 8%;
	}
	.black-bg{
		margin-top: 4% !important;
	}
	.black-overlay-img-bg {
		background-image: none;
		background-color: #000;
	}
	.last-box b{
		font-size: 24px;
	}
	.last-box .btn{
		position: absolute;
    	right: 25px;
    	top: 0px;
	}
	.last-box{
		width: 100%;
	}
	.page-id-42 .black-overlay-img-bg{
		height: 130px !important;
	}
	.about-large-space hr{
	    margin: 0 auto 200px !important;
	}
	.abt-final-inner-row{
		padding: 0px !important;
	}
	.abt-final-inner-row p{
		padding: 20px !important;
	}
	.no-margin-h .one-fifth.column{
		position: absolute;
		top: 0;
		right: 0;
		width: 32% !important;
	}
	.no-margin-h .four-fifth.column {
    	width: 68% !important;
}
	.for-men .men-class-wrapper  .img-wrapper{
		background: url("/wp-content/uploads/2018/12/for-men.jpg");
		background-size: cover;
	}
	.for-men .men-class-wrapper .img-wrapper img, .for-kids .men-class-wrapper .img-wrapper img, .for-new .men-class-wrapper .img-wrapper img{
		opacity: 0;
	}
	.for-kids .men-class-wrapper  .img-wrapper{
		background: url("/wp-content/uploads/2018/12/for-kids.jpg");
		background-size: cover;
	}
	.for-new .men-class-wrapper  .img-wrapper{
		background: url("/wp-content/uploads/2018/12/for-newstudents.jpg");
		background-size: cover;
	}
	.cta-wrapper .four-fifth{
		width: 68% !important;
	}
	.cta-wrapper .one-fifth .btn{
		position: absolute;
		top: 30px;
		right: 30px;
	}
	.inner-classpage-text-wrapper {
    padding-top: 0;
    padding-left: 0;
}
	.adult-beginners-img-col img{
		max-width: 100%;
		height: 350px !important;
		object-fit: cover;
		object-position: top;
		width: 100%;
	}
	.tt_timetable h3 {
    padding: 0px 16px 0px 16px;
}
	.tt_responsive .tt_timetable.small .box_header{
		font-size: 18px;
	}
	.tt_responsive .tt_timetable.small .tt_items_list div.value{
		width: 36%;
	}
	.contact-map-row .google-map-contact-wrapper{
		left: 0;
		position: static;
		top: 0;
	}
	.contact-map-row .google-map-contact-wrapper .get_in_touch{
		width: 100%;
	}
	.address-text-wrapper h2{
		padding-bottom: 20px;
	}
	.contact-form-wrapper .message{
		padding-top: 0;
		padding-left: 0;
	}
	#custom_html-2 .copyright{
		display: none !important;
	}
	#custom_html-3 .copyright p{
		color: #fff;
		display: block;
		width: 100%;
		margin: 0 auto;
		line-height: 20px;
	}
		#custom_html-2 hr{
		display: none;
	}
	#custom_html-3{
		padding: 0px 20px !important;
	}
	.copyright{
		padding: 30px 0px;
	}
	#Footer .widgets_wrapper{
		padding: 65px 0px 20px !important;
	}
	#custom_html-2{
		padding: 0px 20px !important;
	}
	.res-btn {
    position: absolute;
    bottom: 52px;
    left: 38%;
}
	.footer-left{
		width: 50%;
	}
}
@media only screen and (max-width: 595px){
	.home-about-wrapper{
		background: none !important;
	}
	.home-team-col .cont-inner {
    width: 100%;
    padding: 20px;
}
	.home-team-col .cont-inner {
    top: 0px;position: relative;
}
	.home-team-col .owl-carousel .owl-item img {
    width: 100%;
}
	.sa_owl_theme .owl-nav button {
    top: -5%;
}
	.sa_hover_container p{
		height: auto;
		overflow: hidden;
	}
	.sa_hover_container p img {
	max-width: 100%;
	height: 350px !important;
	object-fit: cover;
	object-position: top;
}
	#custom_html-2 hr{
		display: none;
	}
	.home-about-wrapper .section_wrapper .wrap{
		padding: 20px 0px !important;
	}
	.mobile-header-mini.logo-overflow #Top_bar #logo img.logo-mobile {
		max-height: 76px!important;
	}
	h1{
    font-size: 24px !important;
    line-height: 28px !important;
}
	.btn span {
    font-size: 10px;
}
	.first-btn-col, .home-about-wrapper p, .home-about-wrapper .mcb-wrap-inner{
		margin: 0 !important;
	}
	.home-divider hr{
		margin: 0 auto 130px !important;
	}
	.home-divider-wrapper{
		margin: 0 auto 50px !important;
	}
	.classes .photo_box .desc{
		font-size: 16px;
	}
	.sa_owl_theme .owl-nav .owl-prev {
    left: 68% !important;
}
	.sa_owl_theme .owl-nav button {
    position: absolute;
    padding: 2px 0px !important;
    display: inline-block;
    margin-top: -20px !important;
    line-height: 30px !important;
    height: 50px !important;
    width: 60px !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
}
	.sa_owl_theme .owl-nav button{
		width: 40px !important;
		height: 40px !important;
		top: -6%;
	}
	.white .sa_owl_theme .owl-nav .owl-prev, .white .sa_owl_theme .owl-nav .owl-next{
	background: url(/wp-content/uploads/2018/02/left-arrow.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
	}
	.home-cta-wrapper{
		padding: 20px !important;
	}
	.white .sa_owl_theme .owl-nav .owl-prev, .white .sa_owl_theme .owl-nav .owl-next{
		background-size: 22px !important;
	}
	.cont-inner h3, .about-gid-wrapper h2 b{
		font-size: 24px;
		line-height: 26px;
	}
	.hard-wrk {
    margin-top: 26% !important;
}
	.abt-small-box-text-wrapper img {
    height: 25px !important;
}
	.abt-certificate-col img{
		margin: 12% -12%;
	}
	.abt-small-box-text-wrapper p{
		line-height: 28px;
	}
	.our-class-row{
		background: none;
	}
	.our-class-text-wrapper p {
    font-size: 16px;
    line-height: 18px;
	}
	.home-divider hr{
		margin: 0 auto 70px !important;
	}
	.class-name .class-link{
		font-size: 20px;
	}
	.cta-wrapper {
		padding: 20px !important;
	}
	.fot-btn input{
		font-size: 14px !important;
	}
	.home-grid-wrapper .move-up {
		margin-top: -90px !important;
	}
	.home-grid-wrapper h1{
		margin-top: -60px;
	}
	.footer-form h2{
		font-size: 24px;
		margin-top: 10px;
	}
	.page-id-56 .column_divider hr{
		margin: 0 auto 50px !important;
	}
	.btn {
    width: 150px;
    margin-top: 0px;
}
	.cta-wrapper .one-fifth .btn {
    position: relative;
    top: 10px;
    left: 0px;
}
	.cta-wrapper .four-fifth {
    width: 100% !important;
}
	.adult-class-beginners-wrapper, .kids-class-wrapper{
		background: none !important;
	}
	.kids-class-divider hr{
		margin: 0 auto 0px !important;
	}
	.cta-divider hr{
		margin: 0 auto 50px !important;
	}
	.ac_title_class{
		font-size: 18px !important;
	}
	#wpsm_accordion_75 .wpsm_panel-body{
		font-size: 16px !important;
		line-height: 25px !important;
	}
	h3.box_header.page_margin_top.active:before, h3.box_header.active:before{
		left: 38%;
	}
	.tt_timetable h3 {
    padding: 0px 7px 0px 8px;
}
	.tt_responsive .tt_timetable.small .tt_items_list span{
		font-size: 16px !important;
	}
	.tt_responsive .tt_timetable.small .tt_items_list div.value {
    width: 48%;
}
	.tt_responsive .tt_timetable.small .tt_items_list div.value{
		font-size: 16px;
	}
	.tt_responsive .tt_timetable.small .tt_items_list div.event_container {
    width: 170px;
}
	.schedule-divider hr{
		margin: 0 auto 0px !important;
	}
	.schedule-wrapper, .ui-tabs-panel{
		background: none !important;
	}
	.classes-row{
		padding-top: 0 !important;
	}
	.opening-hours-text h2 {
    font-size: 18px;
	}
	.book-free-style-text-col{
		padding: 20px;
	}
	.book-free-style-text-col h2{
		font-size: 24px;
		margin-bottom: 15px;
		padding-top: 10px;
	}
	.address-text-wrapper h2{
		font-size: 24px;
	}
	.address-text-wrapper h6{
		padding-bottom: 10px;
	}
	.contact-form-wrapper .form-fields{
		border-bottom: 1px solid rgba(0,0,0, 0.6);
	}
	.contact-form-wrapper .contact-text-area{
		border: 1px solid rgba(0,0,0, 0.6);
	}
	.book-free-style-text-col input[type="submit"]{
		margin: 0;
	}
	.abt-divider hr{
		margin: 0 auto 20px !important;
	}
		p{
	font-size: 16px !important;
    line-height: 24px !important;
	}
	.inner-classpage-text-wrapper ul li, .class-inner-ul li, .accordion-ul li{
		font-size: 16px;
		line-height: 24px;
	}
	.adult-beginners-img-col img{
		height: 480px !important;
	}
	.beginners-res-divider hr{
		margin: 0 auto 0px !important;
	}
	.footer-left img{
		width: auto;
	}
	.res-btn{
	position: absolute;
    bottom: 32px;
    left: 45%;
	}
		#Top_bar #logo img.logo-mobile{
		display: block !important;
		width: 50% !important;
	}
	.bottom-cta hr{
		margin: 0 auto 30px !important;
	}
	.footer-left {
    width: 32%;
}
	.inner-class-page-text-container{
		margin-bottom: 0 !important;
	}
}
@media only  screen and (max-width: 400px){
	.hard-wrk {
    margin-top: 44% !important;
}
	.abt-small-box-text-wrapper p {
    font-size: 18px;
    padding-top: 10px;
}
	.last-box b {
    font-size: 20px;
}
	p{
	font-size: 16px;
    line-height: 24px;
	}

	#Top_bar #logo img.logo-mobile{
		display: block !important;
		width: 50% !important;
	}
		.res-btn{
    position: absolute;
    bottom: 32px;
    left: 45%;
	}
	.sa_owl_theme .owl-nav .owl-prev {
    left: 63% !important;
}
	.sub-menu li a span{
		line-height: 30px !important;
	}
	.last-box .btn {
    position: relative;
    right: 0;
    top: 0px;
}
	.last-box a {
    margin-top: 14px;
}
	.adult-beginners-img-col img, .kids-img-col img{
		max-width: 100%;
		height: 455px !important;
		object-fit: cover;
		object-position: center;
	}
	.adult-beginners-img-col{
		height: 455px !important;
	}
	.wpsm_accordion_75{
		margin-bottom: 0 !important;
	}
	#Side_slide #menu ul li a {
    font-size: 24px !important;
}
	.footer-left-container {
    display: block !important;
	}
	.footer-right{
		padding: 10px 0px !important;
	}
	.footer-form input{
		font-size: 10px !important;
	}

}
#Side_slide .menu_wrapper{
    display: block;
    margin: 0 auto;
    text-align: center;
}
#Side_slide #menu ul {
    width: 100%!important;
    position: relative;
}
#Side_slide #menu ul li a{
	font-size: 30px;
}
#Side_slide #menu ul li{
	border: none !important;
}
#Side_slide #menu ul li a{
	padding: 30px;
}

@media only screen and (max-width: 960px) and (min-width: 595px){
			.classes-row .mcb-section-inner .wrap {
    margin-top: -22%;
}
}
@media only screen and (max-width: 425px){
	h3.box_header.page_margin_top.active:before, h3.box_header.active:before {
    left: 30%;
}
	.tt_timetable h3 {
    padding: 0px 15px 0px 15px;
}
	.tt_responsive .tt_timetable.small .tt_items_list div.event_container {
    width: 146px;
}
	.tt_responsive .tt_timetable.small .tt_items_list div.value {
    width: 44%;
	font-size: 15px;
}
	.tt_responsive .tt_timetable.small .tt_items_list span, .tt_responsive .tt_timetable.small .tt_items_list div.value {
    font-size: 14px !important;
}
	.page-id-42 .black-overlay-img-bg {
    height: 120px !important;
}
	.abt-small-box-col {
    height: 130px !important;
}
	.abt-small-box-text-wrapper {
    top: 1%;
}
		.contact-map-row .get_in_touch h3{
		font-size: 28px !important;
	}
}
@media only screen and ( max-width: 1239px){
#menu-item-81{
	position: relative;
}
	#Side_slide #menu ul li.submenu .menu-toggle:after {
    content: "+";
    font-size: 40px;
	color: #fff;
}
	#Side_slide #menu ul li.submenu .menu-toggle{
		top: 15px !important;
	}
#menu-call li {
  opacity: 0;
  -webkit-animation: fadeIn 0.9s 1;
  animation: fadeIn 0.9s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-call li:nth-child(5n+1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#menu-call li:nth-child(5n+2) {
  -webkit-animation-delay: 1.0s;
  animation-delay: 0.7s;
}

#menu-call li:nth-child(5n+3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#menu-call li:nth-child(5n+4) {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

#menu-call li:nth-child(5n+5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 1.5s;
}
}
/* Animation steps */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
.footer-right p{
	color: #fff;
}
@media only screen and (max-width: 767px){.dnone{display: none;}.our-class-text-wrapper{padding-top:20px;}.dsmall hr{margin:0 auto 20px !important}

.ui-corner-bottom .tt_timetable.small.desktop {
    display: block;
    min-height: 910px!important;
}
}


a.ytb {
    background: url(/wp-content/uploads/2021/01/youtubev5-1.png) no-repeat;
    text-indent: -9999px;
    display: block;
    width: 36px;
    height: 36px;
    background-size: 36px;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border-radius: 100px;
}
a.ytb:hover {
    background-position: 0px -36px;
}

a.fbk {
    background: url(/wp-content/uploads/2019/01/face-book.svg) no-repeat;
    text-indent: -9999px;
    display: block;
    width: 36px;
    height: 36px;
    background-size: 36px;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border-radius: 100px;
}
a.fbk:hover {
    background-position: 0px -36px;
}
a.copy:after {
    content: "";
    width: 0;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a.copy:hover:after {
    width: 100%;
}
a.copy {
    position: relative;
}
.button-flat a.button:after, .button-flat a.action_button:after, .button-flat a.tp-button:after, .button-flat button:after, .button-flat input[type="submit"]:after, .button-flat input[type="reset"]:after, .button-flat input[type="button"]:after {
    
    width: 0 !important;background: rgba(0,0,0,.2) !important;
}
.button-flat a.button:hover:after, .button-flat a.action_button:hover:after, .button-flat a.tp-button:hover:after, .button-flat button:hover:after, .button-flat input[type="submit"]:hover:after, .button-flat input[type="reset"]:hover:after, .button-flat input[type="button"]:hover:after {
	width: 100% !important;}

.tt_responsive .tt_timetable.small .tt_items_list div.event_container {
    width: auto;
}
.tt_timetable.small.desktop {
    display: block;
    min-height: 910px!important;
}
.testi-block .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
    margin: 0 0 25px 0;
    padding-bottom: 30px;
}
.testi-block blockquote {
    background: none;
    font-family: 'Segoe UI'!important;
    font-weight: 400;
}
.testi-block h5{font-weight: 600;}
.cont-inner li {
    font-size: 16px;
    color: #000;
    line-height: normal;
    display: inline-block;
    margin-bottom: 5px !important;
    position: relative;
    padding-left: 15px;
}
.cont-inner li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    top: 10px;
    left: 4px;
}
.cont-inner ul{
    padding: 0;
    margin: 0;
}

@media only screen and ( min-width: 1239px) and ( max-width: 1374px){#menu > ul > li > a{font-size: 14px  !important;}

#Top_bar .menu > li > a span:not(.description){    padding: 0 12px  !important;}

.con-info li:first-child {
    margin-left: 0;
}

.con-info a {
    font-size: 16px;
}
}
@media only screen and (min-width: 1375px){#Top_bar .menu > li > a span:not(.description){    padding: 0 12px  !important;}}

.single-post #Subheader {
    height: 450px;
    background-position: center center !important;
}
.single-post hr {
    margin: 0;
    height: 25px;
    background: transparent;
}
.post-desc {
    padding-top: 0 !important;
}
.post-head {
    display: none;
}
.post-header .title_wrapper h1 {
    font-weight: 700;
}

.contact-form-wrapper.book-free-style-text-col .column {
    width: 100%;
}
.contact-form-wrapper.book-free-style-text-col .message {
    padding-left: 0;
}

.contact-form-wrapper.book-free-style-text-col {
    margin: 25px 0 0 !important;
    padding: 15px 30px;
}
#Top_bar .top_bar_right, .header-plain #Top_bar .top_bar_right {
    height: auto!important;
}

.grecaptcha-badge {
    z-index: 30;
    position: relative;
}
.fix-btn a.btn {
    height: auto;
    padding: 10px 0;
    width: 180px;
    text-decoration: none;
}
.fix-btn a.btn span {
    line-height: normal; font-weight:300;
}
.fix-btn {
    position: fixed;
    z-index: 9999;
    left: 20px;
    bottom: 20px;
}

.tp-caption a.btn {
    width: 300px;
    height: 55px;
    line-height: 50px;
}

.tp-caption a.btn span {
    font: bold 24px/50px Segoe UI;
}


div#pum_popup_title_1089 {
    text-align: center;
}