body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fredoka One';
    src: url('../fonts/FredokaOne-Regular.eot');
    src: url('../fonts/FredokaOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FredokaOne-Regular.woff2') format('woff2'),
        url('../fonts/FredokaOne-Regular.woff') format('woff'),
        url('../fonts/FredokaOne-Regular.ttf') format('truetype'),
        url('../fonts/FredokaOne-Regular.svg#FredokaOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_top {
	background: #010101;
	height: 45px;
	padding: 11px 0 0;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.header_top_left span {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin-right: 10px;
	padding-right: 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header_top_left span img {
	width: 18px;
	margin-right: 5px;
}
.header_top_left span:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.header_top span a {
	color: #fff;
}
.header_top_right {
	text-align: right;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.header_top_right ul {
	padding: 0;
	margin: 0;
}
.header_top_right ul li {
	list-style: none;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	display: inline-block;
	padding-right: 10px;
	margin-right: 8px;
}
.header_top_right ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.header_top_right ul li a {
	color: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_right ul li a:hover {
	color: #ffca10;
}
.header_bottom {
	background: #fff;
}
.logo {
	margin-top: 5px;
	margin-bottom: 5px;
}
.logo img {
	width: 140px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	border-right: 1px solid #eee;
}
.header_menu ul li:last-child {
	border-right: none;
}
.header_menu ul li a {
	display: block;
	color: #111;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-weight: 500;
	padding: 32px 14px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #ffca10;
}
.header_btn {
	display: inline-block;
	background: #1d1d1d;
	background-size: 22px;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 30px;
	margin-left: 15px;
	color: #fff !important;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #ffca10;
	color: #111 !important;
}
.home_banner_section {
	margin-top: 100px;
}
.home_mid_section {
	background: url("../images/mid_bg.jpg") no-repeat center bottom;
	background-size: cover;
	padding: 72px 0 90px;
}
.home_service_section_subheading {
	background: #fff1c0;
	display: inline-block;
	font-size: 14px;
	color: #070707;
	padding: 7px 20px;
	border-radius: 30px;
	margin-bottom: 15px;
}
.home_service_section_heading {
	font-family: 'Fredoka One';
	font-size: 32px;
	color: #070707;
	line-height: 1.2;
}
.service_slider_box {
	box-shadow: 0px 5px 12px 0.36px rgba(0, 0, 0, 0.13);
	background: #fff;
	border-radius: 15px;
	padding: 30px 25px;
	margin: 15px;
}
.service_slider_box img {
	border-radius: 50%;
	background: #313131;
	width: 105px;
}
.service_slider_box_heading {
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	padding: 20px 10% 0;
	color: #111;
}
.service_slider_box_text {
	font-size: 14px;
	padding: 20px 10px 0;
	color: #666;
}
#service_slide {
	margin-top: 25px;
}
.service_slider_box_btn {
	display: inline-block;
	position: relative;
	background: #ffca10;
	color: #111 !important;
	padding: 10px 40px 10px 20px;
	border-radius: 30px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_slider_box_btn:hover {
	background: #111;
	color: #ffca10 !important;
}
.service_slider_box_btn:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	background: #111;
	width: 10px;
	height: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_slider_box_btn:hover:before {
	background: #ffca10;
}
#service_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
}
#service_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
}
#service_slide .owl-dots {
	display: none !important;
}
#service_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -40px;
	right: -40px;
	transform: translate(0, -50%);
	margin-top: 0;
}
.home_instructor_left img {
	background: #313131;
	width: 100px;
	border-radius: 50%;
	padding: 10px;
	margin-right: 25px;
}
.home_instructor_left_heading {
	font-family: 'Fredoka One';
	font-size: 33px;
	color: #010101;
	line-height: 1.2;
}
.home_instructor_left_text {
	margin-top: 20px;
	color: #666;
}
.home_instructor_left_btn {
	display: inline-block;
	position: relative;
	background: #111;
	color: #ffca10 !important;
	padding: 10px 40px 10px 20px;
	border-radius: 30px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_instructor_left_btn:hover {
	background: #ffca10;
	color: #111 !important;
}
.home_instructor_left_btn:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	background: #ffca10;
	width: 10px;
	height: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_instructor_left_btn:hover:before {
	background: #111;
}
.home_instructor_section {
	margin-top: 72px;
}
.home_choose_box {
	margin-top: 30px;
}
.home_choose_box_inner {
	background: #222;
	border-radius: 10px;
	padding: 20px 30px;
	min-height: 100%;
	color: #fff;
	font-weight: 500;
	line-height: 1.2;
}
.home_choose_box_inner img {
	width: 35px;
	margin-right: 12px;
}
.home_about_section {
	padding: 72px 0;
}
.home_about_section:before {
	position: absolute;
	content: "";
	background: url("../images/dotline.png") repeat;
	background-size: 30px;
	width: 100px;
	height: 200px;
	left: 0;
	bottom: 0;
}
.home_about_section_subheading {
	color: #070707;
	font-weight: 600;
	font-size: 17px;
}
.home_about_section_heading {
	font-family: 'Fredoka One';
	font-size: 34px;
	color: #070707;
	line-height: 1.2;
	margin-top: 10px;
}
.home_about_section_heading strong {
	color: #ffca10;
	font-weight: normal;
}
.home_about_section_text {
	color: #555;
	margin-top: 25px;
}
.home_about_img {
	padding-left: 50px;
}
.home_about_img img {
	border-radius: 20px;
}
.home_exp_box {
	background: url("../images/exp_bg.png") no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(0, -50%);
	width: 110px;
	height: 110px;
	font-weight: bold;
	color: #111;
	font-size: 35px;
	text-align: center;
	line-height: 110px;
}
.home_cta_section {
	background: url("../images/cta_bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.home_cta_section:before {
	background: rgba(255, 202, 16, 0.95);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_cta_section .container {
	position: relative;
	z-index: 9;
}
.home_cta_section_img img {
	background: #2b2b2b;
	border-radius: 50%;
}
.home_cta_section_text {
	font-size: 15px;
	margin-top: 15px;
	color: #111;
}
.home_cta_section_btn1 {
	display: inline-block;
	background: #121212;
	color: #fff !important;
	padding: 11px 24px;
	font-weight: 500;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_section_btn1:hover {
	background: #fff;
	color: #111 !important;
}
.home_cta_section_btn2 {
	display: inline-block;
	background: #fff;
	color: #111 !important;
	padding: 11px 24px;
	font-weight: 500;
	margin-top: 20px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_section_btn2:hover {
	background: #121212;
	color: #fff !important;
}
.home_testimonial_section {
	padding: 72px 0;
}
.home_bottom_section {
	background: #1a1a1a;
}
.home_bottom_section_left_inner {
	background: #f3f3f3;
	padding: 55px 50px 55px 0;
	min-height: 100%;
}
.home_bottom_section_left_inner:before {
	background: #f3f3f3;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -3000px;
	width: 3000px;
}
.home_faq_text {
	color: #666;
	margin-top: 15px;
}
.home_bottom_section_right {
	padding: 55px 12px 55px 30px;
}











.footer_top {
	background: url("../images/footer_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 50px 0;
}
.footer_top:before {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.footer_top .container {
	position: relative;
	z-index: 9;
}
.footer_logo img {
	width: 150px;
}
.footer_top_heading {
    font-size: 21px;
	color: #ffca10;
	text-transform: uppercase;
	font-weight: bold;
}
.footer_about {
	color: #eee;
	font-size: 15px;
	margin-top: 15px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
}
.footer_menu ul li a {
	color: #eee;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #ffca10;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #eee;
	position: relative;
	list-style: none;
	font-weight: 500;
	margin-top: 10px;
	font-size: 15px;
	padding-left: 26px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 2px;
	left: 0;
	max-width: 18px;
}
.footer_contact_info ul li a {
	color: #eee;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 25px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	background: #000;
	padding: 15px 0;
}
.footer_copyright {
	color: #eee;
	font-size: 14px;
}
.footer_copyright a {
	color: #eee;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_copyright a:hover {
	color: #ffca10;
}
.footer_social {
	text-align: right;
}
.footer_social img {
	width: 30px;
}
.footer_social a {
	margin-left: 5px;
}
#back-to-top {
	background: #ffca10;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 70%;
	z-index: 9;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	left: 9%;
	width: auto !important;
	max-width: 530px;
	margin-top: 0 !important;
	transform: translate(0, -50%);
}
.banner_subheading {
	font-family: 'Fredoka One';
	font-size: 24px;
	color: #fff;
}
.banner_heading {
	font-family: 'Fredoka One';
	font-size: 30px;
	color: #ffca10;
	line-height: 37px;
	margin-top: 15px;
}
.banner_btn1 {
	display: inline-block;
	background: #ffca10;
	color: #111 !important;
	padding: 11px 24px;
	font-weight: 600;
	margin-top: 25px;
	margin-right: 10px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn1:hover {
	background: #fff;
	color: #111 !important;
}
.banner_btn2 {
	display: inline-block;
	background: #fff;
	color: #111 !important;
	padding: 11px 24px;
	font-weight: 600;
	margin-top: 25px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn2:hover {
	background: #ffca10;
}
.ms-nav-prev {
	background: url("../images/banner_prev.png") no-repeat center !important;
}
.ms-nav-next {
	background: url("../images/banner_next.png") no-repeat center !important;
}
.home_testimonial_slide {
	margin-top: 35px;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input {
	margin-top: 12px;
	width: 100%;
	min-height: 44px;
	border: none !important;
	border-radius: 3px;
}
.home_form select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	margin-top: 12px;
	width: 100%;
	min-height: 44px;
	border: none !important;
	border-radius: 3px;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.home_form textarea {
	margin-top: 12px;
	resize: none;
	height: 100px;
	border: none !important;
	border-radius: 3px;
}
.home_form .contact_btn input {
	margin-top: 12px;
	width: auto;
	font-weight: 500;
	font-size: 16px;
	min-height: 44px;
	border: none !important;
	border-radius: 30px;
	background: #ffca10 !important;
	color: #111 !important;
}
.home_form {
	margin-top: 20px;
}
.omsc-toggle-title {
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(215,215,215) 100%) !important;
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(215,215,215) 100%) !important;
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(215,215,215) 100%) !important;
	border: none !important;
	padding: 10px 30px 10px 15px !important;
}
.omsc-toggle {
	border: 1px solid rgb(230, 230, 230) !important;
	border-radius: 5px;
}
.omsc-accordion {
	border: none !important;
}
.omsc-accordion .omsc-toggle {
	margin-top: 15px !important;
}
.omsc-toggle-inner {
	background: #fff;
	padding-left: 20px !important;
	color: #666;
	font-size: 15px;
}
.omsc-toggle-title::after {
	content: '\f0d7' !important;
	left: auto !important;
	right: 15px;
}
.omsc-toggle.omsc-expanded .omsc-toggle-title::after {
	content: '\f0d8' !important;
}
.home_faq_list {
	margin-top: 30px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #eee no-repeat;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 250px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	font-family: 'Fredoka One';
    color: #fff;
	position: relative;
    font-size: 36px;
	font-weight: normal;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #ffca10;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #ffca10;
}
.page {
	margin-top: 0 !important;
}
.inner_page_subheading {
	color: #070707;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 10px;
}
.inner_page_heading {
	font-family: 'Fredoka One';
	font-size: 30px;
	color: #070707;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading strong {
	font-weight: normal;
	color: #ffca10;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #ffca10;
	border-radius: 30px;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_mid_section {
	background: #f3f3f3;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_bottom_box {
	background: #ffca10;
	margin-top: 60px;
	border-radius: 10px;
	padding: 40px 30px;
	text-align: center;
}
.inner_page_bottom_box_heading {
	font-family: 'Fredoka One';
	font-size: 28px;
	color: #070707;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 30px;
	border-bottom: 4px solid #070707;
	border-radius: 30px;
	transform: translate(-50%, 0);
}
.inner_page_bottom_box_text {
	color: #555;
	margin-top: 20px;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_img img {
	border-radius: 10px;
}
.contact_page_info {
	position:relative;
	padding-left:45px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 3px;
}
.contact_form select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	margin-top: 15px;
	width: 100%;
	min-height: 45px;
	border: 1px solid #ccc !important;
	border-radius: 3px;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	border-radius: 0;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #ffca10 !important;
	color: #111 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 55px;
}
.contact_map iframe, #post-21 {
	margin-bottom: 0 !important;
}
.price_page_box {
	margin-top: 30px;
}
.price_page_box_inner {
	background: #ffca10;
	padding: 30px 15px;
	border-radius: 8px;
	min-height: 100%;
	padding: 30px 15px 10px;
}
.price_page_box_price {
	background: #070707;
	color: #fff;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	margin: 0 auto 20px;
	font-family: 'Fredoka One';
	font-size: 28px;
	padding-top: 26px;
}
.price_page_box_text {
	font-weight: 500;
}
.booking_form_box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 40px 30px 20px;
	border-radius: 10px;
}
.booking_form .wpcf7-spinner {
	display: block !important;
}
.rmp-submenu li {
	margin: 15px 0 !important;
}
.rmp-submenu li a {
	height: auto !important;
	line-height: 1.2 !important;
	overflow: visible !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #ffca10;
	color: #111 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn2 img {
	filter: brightness(1) invert(0);
}
.footer_btn3 {
	background: #111;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	background: #ffca10;
	display: block;
	color: #111 !important;
	text-transform: capitalize;
	font-size: 15px;
	margin-top: 20px;
	width: 186px;
	border-radius: 30px;
	padding: 10px 0 10px 15px;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	background: #ffca10;
	color: #111 !important;
	padding: 10px 20px;
	border-radius: 30px;
	margin-top: 20px;
	font-size: 15px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	  margin-bottom: 20px;
}
.price_page_box_btn {
	display: inline-block;
	background: #1d1d1d;
	color: #fff !important;
	padding: 9px 20px;
	margin-top: 20px;
	border-radius: 30px;
}
.contact_page_label {
  color: #555;
  font-weight: 500;
  margin-top: 13px;
  font-size: 15px;
  text-align: left;
}
.contact_page_labelinput {
	text-align: left;
}
.contact_page_labelinput input {
	width: auto;
	min-height: 10px;
	margin-top: 10px;
}
.contact_page_labelinput .wpcf7-list-item {
  margin: 0 15px 0 0;
  color: #666;
}


/*============= Responsive ==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top, .header_right, .home_bottom_section_left_inner::before {
  display: none !important;
}
.logo img {
  width: 95px;
}
.home_banner_section {
  margin-top: 60px;
}
.ms-view, .ms-slide {
   min-height: 300px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.ms-slide-info {
  left: 4%;
  right: 4%;
}
.banner_subheading {
  font-size: 15px;
}
.banner_heading {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
}
.banner_btn1, .banner_btn2, .home_cta_section_btn1, .home_cta_section_btn2 {
  padding: 10px 20px;
  margin-top: 20px;
}
.home_service_section_heading, .home_instructor_left_heading, .home_about_section_heading, .inner_page_heading, .inner_page_bottom_box_heading {
  font-size: 24px;
}
.home_mid_section, .home_about_section, .home_cta_section, .home_testimonial_section {
  padding: 40px 0;
}
.service_slider_box img {
  width: 75px;
}
#service_slide .owl-prev, #service_slide .owl-next {
  float: none;
}
#service_slide .owl-next {
  margin-left: 20px;
}
#service_slide .owl-nav {
  position: static;
  transform: none;
}
.home_instructor_left img {
  width: 60px;
  margin-right: 15px;
}
.home_instructor_left_text {
  font-size: 15px;
}
.home_mid_instructor_img {
  margin-top: 25px;
}
.home_choose_box_inner {
  padding: 20px 15px;
}
.home_choose_box {
  margin-top: 20px;
}
.home_about_section_subheading {
  font-size: 15px;
}
.home_about_img {
  padding-left: 12px;
  margin-top: 30px;
}
.home_cta_section_img img {
  width: 100px;
  margin-bottom: 15px;
}
.home_bottom_section_left_inner {
  padding: 40px 20px;
}
.home_bottom_section {
  padding: 15px 0 0;
}
.home_bottom_section_right {
  padding: 40px 12px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 30px;
}
.footer_logo img {
  width: 75px;
}
.footer_top {
  padding: 10px 0 40px;
}
.footer_bottom {
  padding: 15px 0 60px;
}
.footer_social {
  text-align: left;
  margin-top: 20px;
}
.footer_social a {
  margin: 0 5px 0 0;
}
.page .entry-title, .blog_page_title {
  font-size: 26px;
}
.page .entry-header, .blog_page_header {
  padding: 135px 0 65px !important;
  margin: 0 0 40px !important;
}
.inner_page_img {
  margin-bottom: 30px;
}
.inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_bottom_box {
  margin-top: 40px;
  padding: 30px 20px;
}
.contact_right {
  margin-top: 40px;
}
#back-to-top {
  bottom: 55px;
}
}

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

}

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

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.ms-slide-info {
  left: 11%;
  right: 11%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_mid_instructor_img, .contact_right {
  margin-top: 0;
}
.home_bottom_section {
  padding: 0;
}
.home_bottom_section_left_inner::before {
  display: block !important;
}
.home_bottom_section_left_inner {
  padding: 40px 20px 40px 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_top_right, .header_top_left span {
  font-size: 12px;
}
.header_top_left span {
  margin-top: 3px;
}
.header_menu ul li a {
  font-size: 14px;
  padding: 32px 12px;
}
.footer_logo img {
  width: 100px;
}
.footer_top_block {
  padding-left: 12px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  left: 16%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  left: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  left: 24%;
}
} 



