	html{
		scroll-behavior: smooth;
		overflow-x: hidden;
	}

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
		overflow-x: hidden;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	*{
		box-sizing: order-box;
	}
	@font-face {
	    font-family: "Font Awesome 5 Brands";
	    font-style: normal;
	    font-weight: normal;
	    font-display: auto;
	    src: url("../fonts/fa-brands-400.eot");
	    src: url("../fonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"),
	        url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
	}
	.fab {
	    font-family: "Font Awesome 5 Brands";
	}
	@font-face {
	    font-family: "Font Awesome 5 Free";
	    font-style: normal;
	    font-weight: 400;
	    font-display: auto;
	    src: url("../fonts/fa-regular-400.eot");
	    src: url("../fonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"),
	        url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
	}
	.far {
	    font-family: "Font Awesome 5 Free";
	    font-weight: 400;
	}
	@font-face {
	    font-family: "Font Awesome 5 Free";
	    font-style: normal;
	    font-weight: 900;
	    font-display: auto;
	    src: url("../fonts/fa-solid-900.eot");
	    src: url("../fonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"),
	        url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
	}
	.fa,
	.fas {
	    font-family: "Font Awesome 5 Free";
	    font-weight: 900;
	}
	.container-fluid {
	    max-width: 2000px !important;
	    padding: 0px !important;
	    position: relative;
	}

	.navbar {
		width: 100% !important;
	    background-color: #00000080;
	    z-index: 3;
	    position: absolute !important;
	    padding: 0px 37px !important;
	}
	.navbar-brand{
	    position: relative !important;
	    margin-right: 14px !important;
	}
	.logo img{
		width: 101px;
	    height: auto;
	    margin-right: 5px;
	}
	.navbar_logo_disc p{
	    margin: 0px;
	    line-height: 1.2;
	    letter-spacing: 2px;
	    font-size: 15px;
	    font-weight: bold;
	}
	.navbar_logo_disc_1{
		font-family: 'Teko', sans-serif;
    	color: #BA1AC9;
	}
	.navbar_logo_disc_2{
		font-family: 'Teko', sans-serif;
    	color: #E537A6;
	}
	.navbar_logo_disc_3{
		font-family: 'Teko', sans-serif;
    	color: #d7272a;
	}
	.nav-link{
		padding: 25px 17px !important;
		color: white !important;
	    font-size: 18px;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 0.75px;
	    font-family: 'Teko', sans-serif !important;
	    transition: .5s;
	    position: relative;
	}
	.nav-link:hover{
		color: #bb0d04 !important;
	}
	.navbar-nav {
		margin: auto !important;
	}

	.navbar-toggler{
		border:none !important;
		outline: none !important;
		font-size: 25px !important;
    	color: white !important;
    	z-index: 50 !important;
	}
	.navbar_bars{
		width: 29px;
	    height: 16px;
	    position: relative;
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    transition: .5s ease-in-out;
	    cursor: pointer;
	    z-index: 6;
	    position: relative;
	    margin-right: 20px;
	}
	.navbar_bars span {
	    display: block;
	    position: absolute;
	    height: 3px;
	    width: 100%;
	    border-radius: 5px;
	    opacity: 1;
	    left: 0;
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    transition: .25s ease-in-out;
	}
	.navbar-toggler .navbar_bars span:nth-child(1) {
	    top: 0px !important;
	    transform: rotate(0deg);
	}
	.navbar-toggler .navbar_bars span:nth-child(2) {
	    top: 7px !important;
	    opacity: 1;
	    transform: rotate(0deg);
	}
	.navbar-toggler .navbar_bars span:nth-child(3) {
	    top: 14px !important;
	    transform: rotate(0deg);
	}
	.navbar_bars span{
	    background-color: white;
	}
	.navbar-toggler[aria-expanded="true"] .navbar_bars span:nth-child(1){
		top: 7px !important;
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	.navbar-toggler[aria-expanded="true"] .navbar_bars span:nth-child(3) {
	    top: 7px !important;
	    -webkit-transform: rotate(-135deg);
	    transform: rotate(-135deg);
	}
	.navbar-toggler[aria-expanded="true"] .navbar_bars span:nth-child(2) {
	    opacity: 0;
	    right: -30px;
	    top: 7px !important;
	}
	.active .nav-link {
	    color: #bb0d04 !important;
	    font-weight: bold;
	}
	.nav-item.active .nav-link:after{
		display: none;
	}
	.navbar_btn {
	    font-family: "Teko", Sans-serif;
	    font-size: 18px !important;
	    font-weight: 600 !important;
	    text-transform: uppercase;
	    letter-spacing: 0.5px;
	    color: #FFFFFF !important;
	    background-color: #bb0d04 !important;
	    border-radius: 0px 0px 0px 0px !important;
	    padding: 14px 30px 8px 30px !important;
	}
	.navbar_btn:hover {
	    color: #000000 !important;
	    background-color: #fff !important;
	}
	.secondary.navbar_btn:hover {
	    color: #fff !important;
	    background-color: #000 !important;
	}
	
	.header{
		min-height: 880px;
	}
	.header h1{
		font-size: 48px;
    	color: white;
    	line-height: 1.5;
    	font-family: 'Teko', sans-serif;
    	font-weight: 600;
	}
	.header p{
		font-size:35px;
	    font-family: 'Teko', sans-serif;
	    color: white;
	}
	.header .mini {
	    font-size: 21px;
	}
	.header .btn-primary{
		transition: 0.5s !important;
	    background-size: 200% auto !important;
	    box-shadow: none;
	    border: none !important;
	    border-radius: 70px !important;
	    padding: 0px !important;
	    font-size: 22px;
	    font-weight: bold;
	    font-family: 'Teko', sans-serif;
	    background-color: transparent;
	    letter-spacing: 0.75px;
	    color: #bb0d04;
	}

	.btn-primary{
		outline: none !important;
	}

	.btn {
	  display: inline-block;
	  position: relative;
	  overflow: auto;
	}

	.btn + .btn {
	  margin-left: 20px;
	}

	.btn svg {
	  position: absolute;
	  top: 0;
	  left: 0;
	}

	.label {
		position: relative;
	    font-size: 15px;
	    font-weight: bold;
	    padding: 5px 20px;
	}

	.btn, .btn svg {
	  	overflow: visible;
	}

	.btn svg rect {
		fill: transparent;
	    stroke: white;
	    stroke-width: 1.4px;
	    stroke-dasharray: 47 2.6;
	    transform-origin: 50% 50%;
	    transform-box: fill-box;
	    transform: skewX(0deg) scale(1, -1);
	    transition: all 1s;
	}
	.btn:hover svg rect {
		stroke-dasharray: 50 0;
		stroke-dashoffset: 50;
	}
	section.header_section {
	    position: relative;
	    background-image: url(../images/new/IMG-20200110-WA0052.jpg);
	    background-position: center;
	    background-size: cover;
	}
	section.header_section:after {
	    content: "";
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    position: absolute;
	    display: block;
	    background-color: black;
	    opacity: .6;
	}
	section.header_section .header-inner{
		position: relative;
    	z-index: 2;
    	padding-top: 200px;
	}
	.navbar .collapse:not(.show) {
	    display: block !important;
	}
	.navbar_inner {
	    z-index: 20;
	    position: relative;
	    display: flex !important;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.header h2 {
	    font-size: 39px;
	    color: #bb0d04;
	    line-height: 1.5;
	    font-family: 'Teko', sans-serif;
	    font-weight: 600;
	    margin-bottom: 0px !important;
	    margin-top: -15px;
	}
	.header h1 {
	    font-size: 48px;
	    color: white;
	    line-height: 1.5;
	    font-family: 'Teko', sans-serif;
	    font-weight: 600;
	    margin-bottom: 12px !important;
	    margin-top: 3px;
	    line-height: 52px;
	}
	.header p {
	    font-size: 38px;
	    font-family: 'Teko', sans-serif;
	    color: white;
	    margin-bottom: 0px !important;
	}
	.header .header_content{
		font-family: 'Roboto', sans-serif !important;
	    font-size: 19px;
	    color: #c7c3c3;
	    margin-bottom: 18px !important;
	    font-weight: 300;
	    width: 90%;
	}
	.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	    background-color: transparent !important;
	}
	.btn-primary:hover {
	    background-color: transparent !important;
	    border: 0px !important;
	}
	.home_frame_container{
		position: absolute;
	    top: 150px;
	    left: -50px;
	    z-index: -1;
	    animation-duration: 1.7s !important;
	}
	.home_frame {
	    height: 344px;
	    width: 300px;
	    -webkit-animation: slide-br 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2s infinite alternate-reverse both;
	    animation: slide-br 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2s infinite alternate-reverse both;
	}

	@-webkit-keyframes slide-br {
	  0% {
	    -webkit-transform: translateY(0) translateX(0);
	            transform: translateY(0) translateX(0);
	  }
	  100% {
	    -webkit-transform: translateY(10px) translateX(10px);
	            transform: translateY(10px) translateX(10px);
	  }
	}
	@keyframes slide-br {
	  0% {
	    -webkit-transform: translateY(0) translateX(0);
	            transform: translateY(0) translateX(0);
	  }
	  100% {
	    -webkit-transform: translateY(10px) translateX(10px);
	            transform: translateY(10px) translateX(10px);
	  }
	}
	.icon_img {
	    width: 85px;
	    height: 85px;
	    background-image: url(../images/red-bg.jpg);
	    padding-top: 20px;
	    margin-left: 25px;
	    z-index: 20;
	    position: relative;
	}
	.icon_img img {
	    height: 48px;
	    margin: auto;
	    display: block;
	    filter: invert(1);
	}
	.icon_content {
	    width: 100%;
	    height: 112px;
	    padding-top: 54px;
	    background-image: url(../images/black-bg.jpg);
	    margin-top: -40px;
	    padding-left: 25px;
	}
	.icon_content h3 a{
	    color: #FFFFFF;
	    font-family: "Teko", Sans-serif;
	    font-size: 20px;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	}
	.icons_section{
		margin-top: 115px !important;
		margin-bottom: 120px !important;
	}
	.icons_inner{
		opacity: 0;
	}
	.icons_inner.animated{
		opacity: 0;
	}
	.about_container .about_img1{
		width: 66%;
	}
	.about_container .about_img2{
		width: 60%;
	    position: absolute;
	    top: 72px;
	    left: 41%;
	    border: 20px solid white;
	    animation-duration: 1.7s;
	}
	.main_head h1 {
	    font-size: 54px;
	    font-weight: 700;
	    text-transform: uppercase;
	    line-height: 58px;
	    color: black;
	    font-family: "Teko", Sans-serif;
	    z-index: 2;
	    position: relative;
	}
			
	.about_container_inner p {
	    font-family: 'Roboto Condensed';
    	font-size: 27px;
	    color: #000000;
	    margin-bottom: 18px !important;
	    font-weight: 400;
	    font-weight: 700;
	}
	.main_head h1:after {
    	content: "";
	    height: 45px;
	    width: 45px;
	    background-image: url(../images/red-bg.jpg);
	    position: absolute;
	    display: block;
	    top: -8px;
    	left: -14px;
	    z-index: -1;
	    -webkit-animation: scale-up-tl 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
	    animation: scale-up-tl 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
	}
	.main_head_center h1{
		display: inline-block;
	    margin: auto;
	    width: auto;
	    text-align: left;
	}
	.main_head_light h1{
		color: white;
	}
	@-webkit-keyframes scale-up-tl {
	  0% {
	    -webkit-transform: scale(0.7);
	            transform: scale(0.7);
	    -webkit-transform-origin: 0% 0%;
	            transform-origin: 0% 0%;
	  }
	  100% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	    -webkit-transform-origin: 0% 0%;
	            transform-origin: 0% 0%;
	  }
	}
	@keyframes scale-up-tl {
	  0% {
	    -webkit-transform: scale(0.7);
	            transform: scale(0.7);
	    -webkit-transform-origin: 0% 0%;
	            transform-origin: 0% 0%;
	  }
	  100% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	    -webkit-transform-origin: 0% 0%;
	            transform-origin: 0% 0%;
	  }
	}
	.about_container_inner2 h1{
		margin-bottom: -2px;
	    padding: 0px 0px 0px 0px;
	    color: #000000;
	    font-size: 20px;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	    font-family: "Teko", Sans-serif;
	    margin-top: 11px;
	}
	.about_container_inner2 img{
		width: 100%;
	}
	.services_container{
		/*margin-top: 145px !important;*/
		margin-bottom: 50px !important;
	}
	.services_container h1:after{
    	top: -10px;
	}
	.services_boxes .icon_box {
	    background-size: cover;
	    background-position: 0% 29%;
	    padding: 200px 30px 40px 30px;
	    flex-direction: column;
	    justify-content: end !important;
	    align-items: baseline !important;
	}
	.services_boxes .icon_box:after {
	    content: "";
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    position: absolute;
	    display: block;
	    background-color: black;
	    opacity: .3;
	}
	.services_boxes .icon_box .icon-box {
	    position: relative;
	    z-index: 19;
	    background-color: #bb0d04;
	    padding: 8px 30px 0px 39px;
	    margin-left: 26px;
	    margin-top: -20px;
	}
	.services_boxes .icon_box .icon-box a{
	   	color: white;
	    font-family: "Teko", Sans-serif;
	    font-size: 29px;
	}
	.services_boxes .icon_box .icon-box a:hover{
	   text-decoration: none;
	}
	.icon_arrow {
	    background-image: url(../images/black-bg.jpg);
	    margin-left: 0px;
	    padding: 12px 17px;
	    z-index: 20;
	    position: relative;
	}
	.icon_arrow i {
	    color: white;
	    font-size: 21px;
	}
	.icon_arrow .icon_arrow_inner {
	    transform: rotate(-35deg);
	}
	.services_outer {
	    font-family: 'Bungee Outline', cursive;
	    position: absolute;
	    color: #b3b3b3;
	    font-size: 26px;
	    z-index: 23;
	    right: 0px;
	    bottom: -19px;
	}
	.services_outer h1 {
	    font-size: 44px;
	}
	section#services {
	    margin-bottom: 100px;
	}
	.classes_container{
		margin-top: 130px !important;
		margin-bottom: 50px !important;
	}
	.member-info{
		border-style: solid;
	    border-width: 1px 1px 1px 1px;
	    border-color: #E8E8E8;
	    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	    margin-top: -22px;
	    margin-bottom: 0px;
	    padding: 0px 25px 30px 25px;
	}
	.member {
	    margin-bottom: 20px;
	    width: 100%;
	}
	.classes_price{
		display: inline-block;
	    margin: -7px 0px 0px -10px;
	    padding: 12px 20px 7px 20px;
	    background-color: #bb0d04;
	    border-style: solid;
	    border-width: 10px 10px 10px 10px;
	    border-color: #FFFFFF;
	    margin-bottom: 18px;
	    font-family: 'Teko';
	    font-weight: 700;
	    font-size: 20px;
	    color: white;
	}
	.member-info p{
		color: #989898;
	    font-family: "Teko", Sans-serif;
	    font-size: 20px;
	    font-weight: 400;
	    letter-spacing: 0.5px;
	}
	.member-info h4{
		font-family: "Teko", Sans-serif;
	    font-weight: 600;
	    letter-spacing: 0.25px;
	    color: black;
	    font-size: 24px;
	}
	.join-btn {
		transition: 0.5s !important;
	    background-size: 200% auto !important;
	    box-shadow: none;
	    border: none !important;
	    border-radius: 70px !important;
	    padding: 0px !important;
	    font-size: 22px !important;
	    font-weight: 500 !important;
	    font-family: 'Teko', sans-serif;
	    background-color: transparent !important;
	    letter-spacing: 0.75px;
	    color: #bb0d04 !important;
	    margin-top: 10px;
	}
	.join-btn:hover{
		color: black !important;
	}
	.testimonials {
	    background-image: url(../images/new/workout-sportsman.jpg);
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    position: relative;
	    padding: 100px 0px 162px 0px;
	}
	.testimonials:after{
		content: "";
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    position: absolute;
	    display: block;
	    background-color: black;
	    opacity: .2;
	}
	.testimonials .container{
		z-index: 20;
		position: relative;
	}
	.testimonial-item p {
	    color: white;
	    font-family: "Roboto Condensed", Sans-serif;
	    font-size: 18px;
	    font-weight: 400;
	    font-style: italic;
	    margin-top: 30px;
	}
	.slick-slide .testimonial-item img {
	    display: block;
	    width: 100%;
    	border-radius: 50%;
    }
    .testimonial-item h3 {
	    color: #FFFFFF;
	    font-family: "Teko", Sans-serif;
	    font-size: 18px;
	    font-weight: 500;
	    text-transform: uppercase;
	    letter-spacing: 0.5px;
	    margin-top: 15px;
	}
	.testimonial-item h4 {
	    font-family: "Roboto Condensed", Sans-serif;
	    font-size: 14px;
	    text-transform: uppercase;
	    color: #bb0d04;
	}
	.slick-dots li.slick-active button:before {
	    opacity: .95 !important;
	    color: #bb0d04 !important;
	}

	.slick-dots li button:before {
	    opacity: .55 !important;
	    color: white !important;
	    font-size: 11px !important;
	}
	.footer_container_inner2 img{
		width: 100%;
	}
	.footer_container_inner2 h1, .footer_container_inner2 p {
	    margin: 0px 0px 0px 0px;
	    color: #FFFFFF;
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 30px;
	    letter-spacing: 0.25px;
	    font-family: 'Teko';
	}
	.footer{
		background-image: url('../images/new/images/IMG-20230310-WA0025 (2).jpg');
		background-position: center;
		background-size: cover;
		position: relative;
	}

	.footer:after {
	    content: "";
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    position: absolute;
	    display: block;
	    background-color: black;
	    opacity: .85;
	}
	.footer .container{
		position: relative;
		z-index: 20;
		padding: 80px 0px;
	}
	.footer_logo{
		margin-bottom: 50px;
	}
	.footer_img{
		width: 65px;
	    height: 65px;
	    background-image: url('../images/red-bg.jpg');
	    padding: 12px;
	}
	.img-fluid {
	    max-width: 100% !important;
	    height: 100% !important;
	    width: 100% !important;
	    object-fit: cover !important;
	}
	.member-img{
		height: 231px;
	}
	.team_member {
	    width: 100%;
	}
	.team_member-img {
	    height: 284px;
	    width: 100%;
	}
	.team_member-info{
		padding: 20px;
    	background-image: url('../images/black-bg.jpg');
    	position: relative;
	}
	.team_member-info h4 {
	    color: #FFFFFF;
	    font-family: "Teko", Sans-serif;
	    font-size: 21px;
	    font-weight: 500;
	    letter-spacing: 0.5px;
	    margin-top: 20px;
	    margin-bottom: 2px;
	}
	.team_member-info p{
		color: #bb0d04;
	    font-family: "Roboto Condensed", Sans-serif;
	    font-size: 16px;
	    font-weight: 700;
	    margin-bottom: 0px;
	}
	li.team_member_icon {
	    display: inline-block;
	    margin: 0px 6px 5px 6px;
	    background-color: #bb0d04;
	    padding: 2px 7px 5px 7px;
	    width: 34px;
	    color: white;
	}
	ul.team_member_icons_list {
	    text-align: center;
	    position: absolute;
	    top: -14px;
	    width: 100%;
	    left: 0;
	}
	.team_member_icon i {
	    font-size: 14px;
	    color: white;
	}
	ul.footer_social_icons_list {
	    text-align: left;
	    margin-bottom: 0px;
	}
	li.footer_social_icon {
	    display: inline-block;
	    margin: 7px 10px;
	    color: black;
	}
	li.footer_social_icon i {
	    color: black;
	}
	.copyright_inner {
	    font-family: 'Roboto condensed';
	    font-size: 15px;
	    font-weight: 600;
	}
	.copyright_inner a{
	    color: #bb0d04;
	}
	.copyright_inner a:hover {
	    color: #bb0d04;
	    text-decoration: none;
	}
	.footer_bottom{
		padding: 15px 0px;
	}
	.footer_nav{
		text-align: right;
		margin-bottom: 0px;
	}
	.footer_nav li{
		display: inline-block;
    	margin: 5px 7px;
	}
	.footer_nav a{
		font-family: "Roboto Condensed", Sans-serif;
	    font-size: 14px;
	    font-weight: 600;
	    letter-spacing: 0.25px;
	    color: #000000;
	    padding: 0px;
	}
	.calendar {
	    background-image: url(../images/new//images/IMG-20191224-WA0044.jpg);
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    position: relative;
	    padding: 100px 0px 60px 0px;
	}
	.calendar:after{
		content: "";
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    position: absolute;
	    display: block;
	    background-color: black;
	    opacity: .7;
	}
	.calendar .container{
		z-index: 20;
		position: relative;
	}
	.table-bordered td, .table-bordered th {
	    border: 0px !important;
	    border-left: 1px solid #464646 !important;
	    border-right: 1px solid #464646 !important;
	    border-bottom: 0px !important;
	    vertical-align: middle !important;
	}
	.table-bordered thead th {
	    border: 0px !important;
	    border-left: 1px solid #ffffff7a !important;
	    border-right: 1px solid #ffffff7a !important;
	    border-bottom: 0px !important;
	}
	.table-bordered {
	    border: 0px !important;
	    margin-top: 40px;
	}
	table thead tr th {
	    background-color: #bb0d04;
	}
	table thead tr th {
	    color: #FFFFFF;
	    font-family: "Teko", Sans-serif;
	    font-weight: 500;
	    line-height: 38px;
	    letter-spacing: 0.25px;
	    font-size: 22px;
	}
	table tr td h5, table tr th h5{
	    color: #FFFFFF;
	    font-family: "Teko", Sans-serif;
	    font-weight: 500;
	    line-height: 38px;
	    letter-spacing: 0.25px;
	    font-size: 22px;
	}
	.table-bordered td, .table-bordered th {
	    border-bottom: 1px solid #464646 !important;
	    text-align: center;
	    width: 17%;
	}
	.table-bordered tbody th {
	    background-color: #303030;
	    padding: 36px 5px;
	}
	td p {
	    color: #ffffff9e;
	    font-family: "Roboto Condensed", Sans-serif;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 20px;
	    letter-spacing: 0.25px;
	    margin-bottom: 0px !important;
	}
	.icon_content2 h3{
		text-align: center;
	}
	.icon_content2 h3 a {
	    color: #000;
	    font-family: "Teko", Sans-serif;
	    font-size: 24px;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	}
	.icon_content2 {
	    width: 100%;
	    height: 112px;
	    padding-top: 54px;
	    margin-top: -40px;
	}
	.icon_img2 {
	    width: 85px;
	    height: 85px;
	    background-image: url(../images/red-bg.jpg);
	    padding-top: 20px;
	    margin: auto;
	    z-index: 20;
	    position: relative;
	    padding-left: 2px;
	    border-radius: 50%;
	}
	.icons_section2{
		margin-top: 0px !important;
		margin-bottom: 70px !important;
	}
	a:hover{
		text-decoration: none !important;
	}
	.icon_img2 img {
	    height: 48px;
	    margin: auto;
	    display: block;
	    filter: invert(1);
	}
	i.fas.fa-quote-right, i.fas.fa-quote-left {
	    font-size: 26px;
	}
	i.fas.fa-quote-right{
	    margin-left: 15px;
    	transform: translateY(-9px);
	}
	i.fas.fa-quote-left {
	    margin-right: 8px;
    	transform: translateY(-9px);
	}
	.small_header {
	    border-radius: 0;
	    display: inline-block;
	    padding: 120px 0 50px 0;
	    text-align: center;
	    width: 100%;
	    margin-bottom: 120px;
	    height: 458px;
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    position: relative;
	}
	.small_header.about {
	    background-image: url(../images/new/images/IMG-20200110-WA0048.jpg);
	}
	.small_header.classes {
	    background-image: url(../images/new/crossfit-coach-training-female-athlete.jpg);
	}
	.small_header.gallery {
	    background-image: url(../images/new/images/IMG-20191229-WA0024.jpg);
	    background-position: bottom;
	}
	.small_header.terms {
	    background-image: url(../images/1625211349.jpg);
	}
	
	.small_header h1{
		color: #FFFFFF;
	    font-family: "Teko", Sans-serif;
	    font-weight: 700;
	    letter-spacing: 0.5px;
	    text-align: left;
	    font-size: 60px;
	    font-weight: 700;
	    text-transform: uppercase;
	    line-height: 64px;
	}
	.small_header:after {
	    content: "";
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    position: absolute;
	    display: block;
	    background-color: black;
	    opacity: .6;
	}
	.small_header .container{
		z-index: 2;
	}
	.about_container2 p {
	    font-size: 19px;
	    font-weight: 500;
	}
	.skills-content {
	  	margin-top: 30px;
	}
	.skills-content .progress {
		height: 60px;
		display: block;
		background: none;
		border-radius: 0;
	}
	.skills-content .progress .skill {
	    padding: 10px 0;
	    margin: 0 0 6px 0;
	    display: block;
	    font-weight: 700;
	    font-family: "Roboto Condensed", Sans-serif;
	    font-size: 18px;
	    color: #000;
	}
	.skills-content .progress .skill .val {
	    float: right;
	    font-style: normal;
	}
	.skills-content .progress-bar-wrap {
	    background: #000;
	}
	.skills-content .progress-bar {
	    width: 1px;
	    height: 10px;
	    transition: 1.5s;
	    background-color: #bb0d04;
	}
	.features_container{
		margin-top: 120px;
	}
	.features_content{
		background-image: url('../images/black-bg.jpg');
	    background-position: center;
	    background-repeat: repeat;
		padding: 70px 80px !important;
	}

	.features_container_inner2 img {
	    width: 78%;
	}
	.features_container_inner2 h1{
	    color: #FFFFFF;
	    font-size: 20px;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	    font-family: "Teko", Sans-serif;
	    font-weight: 700;
	    text-transform: uppercase;
	    line-height: 30px;
		margin-bottom: 0px;
	}
	.features_container_inner2 p {
	    color: #656565;
	    font-family: "Roboto Condensed", Sans-serif;
	    font-size: 16px;
	    font-weight: normal;
	    margin-bottom: 0px;
	}
	.features_container_inner2 .col-md-12 {
	    margin-bottom: 30px;
	}
	.features_container .main_head_light h1 {
	    color: white;
	    margin-bottom: 37px;
	}
	.features_container .row{
		align-items: stretch !important;
	}
	.features_img_main {
	    background-image: url('../images/new/images/IMG-20200110-WA0049.jpg');
	    background-position: 0% 30%;
	    background-repeat: repeat;
	    background-size: cover;
	}

	/* Gallery */

	section#portfolio {
    	margin-bottom: 100px;
	}
	.portfolio #portfolio-flters {
		list-style: none;
		margin-bottom: 20px;
		flex-flow: wrap;
	}
	.portfolio #portfolio-flters li {
	    cursor: pointer;
	    display: inline-block;
	    margin: 0 20px 10px 0px;
	    font-size: 21px;
	    font-weight: 600;
	    line-height: 1;
	    padding: 9px 20px 6px 20px;
	    text-transform: uppercase;
	    color: #ffffff;
	    transition: all 0.3s ease-in-out;
	    border: 2px solid #000;
	    background-color: black;
	    font-family: "Teko", Sans-serif;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	}
	.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	    color: #fff;
	    border-color: #bb0d04;
	    background-color: #bb0d04;
	}
	.portfolio .portfolio-item {
	    margin-bottom: 20px;
	}
	.portfolio .portfolio-item .portfolio-img {
	    overflow: hidden;
	}
	.portfolio .portfolio-item .portfolio-img img {
	    transition: all 0.8s ease-in-out;
	}
	.portfolio .portfolio-item .portfolio-info {
	    opacity: 0;
	    position: absolute;
	    left: 15px;
	    bottom: 0;
	    z-index: 3;
	    right: 15px;
	    transition: all ease-in-out 0.3s;
	    background: rgba(0, 0, 0, 0.5);
	    padding: 10px 15px;
	}
	.portfolio .portfolio-item .portfolio-info h4 {
	    font-size: 18px;
	    color: #fff;
	    font-weight: 600;
	    margin-bottom: 0px;
	}
	.portfolio .portfolio-item .portfolio-info p {
	    color: rgba(255, 255, 255, 0.8);
	    font-size: 14px;
	    margin-bottom: 0;
	}
	.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
	    position: absolute;
	    right: 40px;
	    font-size: 24px;
	    top: calc(50% - 18px);
	    color: #fff;
	    transition: 0.3s;
	}
	.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
	    color: #ffc041;
	}
	.portfolio .portfolio-item .portfolio-info .details-link {
	    right: 10px;
	}
	.portfolio .portfolio-item:hover .portfolio-img img {
	    transform: scale(1.2);
	}
	.portfolio .portfolio-item:hover .portfolio-info {
	    opacity: 1;
	}
	.portfolio-details {
	    padding-top: 40px;
	}
	.portfolio-details .portfolio-details-slider img {
	    width: 100%;
	}
	.portfolio-details .portfolio-details-slider .swiper-pagination {
	    margin-top: 20px;
	    position: relative;
	}
	.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
	    background-color: #fff;
	    opacity: 1;
	    border: 1px solid #ffb727;
	}
	.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	    background-color: #ffb727;
	}
	.portfolio-details .portfolio-info {
	    padding: 30px;
	    box-shadow: 0px 0 30px rgba(59, 67, 74, 0.08);
	}
	.portfolio-details .portfolio-info h3 {
	    font-size: 22px;
	    font-weight: 700;
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #eee;
	}
	.portfolio-details .portfolio-info ul {
	    list-style: none;
	    padding: 0;
	    font-size: 15px;
	}
	.portfolio-details .portfolio-info ul li + li {
	    margin-top: 10px;
	}
	.portfolio-details .portfolio-description {
	    padding-top: 30px;
	}
	.portfolio-details .portfolio-description h2 {
	    font-size: 26px;
	    font-weight: 700;
	    margin-bottom: 20px;
	}
	.portfolio-details .portfolio-description p {
	    padding: 0;
	}
	a.portfolio-lightbox.preview-link {
	    cursor: crosshair;
	}
	.goverlay {
	    background: #000000b5 !important;
	}
	.glightbox-clean .gdesc-inner {
	    padding: 10px 20px !important;
	}
	.glightbox-clean .gdesc-inner h4{
		margin-bottom: 0px;
	}
	div#portfolio-container .col-lg-4 {
	    padding: 0px 9px !important;
	}


	/* contact */


	.contact_form_container {
        background-image: url(../images/new/2019-12-241.jpg);
        padding: 100px 0px;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        position:relative;
        /*margin-bottom: 100px;*/
    }
    .franchise_container {
        background-image: url(../images/new/crossfit-coach-training-female-athlete.jpg);
        background-position: 50% 30%;
    }
	.contact_form form .input, .contact_form form textarea, .contact_form form select{
	    border: 0.5px solid lightgray;
	    border-style: solid;
	    border-width: 1px 1px 1px 1px;
	    border-color: #FFFFFF2B;
	    background-color: transparent;
	    padding: 0px 0px 0px 15px;
	    width: 100%;
	    height: 50px;
	    color: #FFFFFF;
	    font-family: "Roboto Condensed", Sans-serif;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	    margin-bottom: 30px;
	    outline: none !important;
	}
	.contact_form select{
		width: 150px;
		height: 30px;
		padding: 5px;
		color: green;
	}
	.contact_form select option { 
		color: black; 
	}
	.contact_form select option:first-child{
	  	color: white;
	}
	.contact_form form .input::placeholder, .contact_form form textarea::placeholder{
	    color: #FFFFFF;
	}
	.contact_form form textarea {
        height: 150px !important;
        padding: 17px;
    }
	.contact_form_container:after {
	    content: "";
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    position: absolute;
	    display: block;
	    background-color: black;
	    opacity: .8;
	}
	.contact-map-container{
	    padding-bottom: 120px;
	}
	.contact_form_container .container{
	    z-index:2;
	    position:relative;
	}
    .contact_form .text-center.main_head.main_head_center {
        max-width: 700px;
        margin: auto;
    }
    .faq-head {
		font-family: montserrat;
		font-weight: bolder;
		font-size: 36px;
		color: #303669;
		text-transform: uppercase;
		margin-bottom: 40px;
		text-align: left;
	}
	.accordion-section{
		position: relative;
		text-align: center;
		width: 100%;
		height: auto;
		background-image: url(../images/pricing-section-left-bg-2.png);
		background-repeat: no-repeat;
		background-position: bottom 13% left -3%;
		padding-bottom: 70px;
	}
	.section{
		display: inline-block;
		position: relative;
			text-align: center;
		width: 95%;
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.accordion-section .panel-default > .panel-heading {
		background: #f4f4f4;
		border-radius: 40px;
	}
	.accordion-section .panel-default .panel-title a {
		display: block;
		font-size: 21px;
		font-weight: bold;
		text-decoration: none;
		padding: 0px 15px;
	}
	.accordion-section .panel-default .panel-title a:after {
		font-family: 'FontAwesome';
		font-style: normal;
		font-size: 3rem;
		content: "\f106";
		color: #1f7de2;
		float: right;
		margin-top: -14px;
	}
	.accordion-section .panel-default .panel-title a.collapsed:after {
		content: "\f107";
	}
	.accordion-section .panel-default .panel-body {
		font-size: 1.2rem;
	}
	.faq-content{
		position: relative;
		text-align: center;
		width: 45%;
	}
	.faq-img{
		position: relative;
		text-align: center;
		width: 40%;
		vertical-align: top;
		margin-left: 90px;
		margin-top: 20px;
	}
	.faq-img img{
		width: 100%;
		height: 100%;
	}
	.faq-section{
		display: inline-block;
		vertical-align: top;
	}
	.panel-collapse{
		width: 100% !important;
		text-align: left;
		/*margin-top: -41px;*/
		transition: .5s ease all;
	}
	.panel-collapse .panel-body p{
		margin: 0 !important;
	}
	.panel-heading{
		text-align: left;
	}
	.panel-heading{
		padding: 4px 20px !important;
	}
	.panel-collapse .panel-body {
	    padding: 17px 20px 17px 20px !important;
	    margin-bottom: 0px !important;
	    color: black;
	    font-size: 17px;
	    font-family: 'Roboto Condensed';
	}

	.panel-heading .panel-title.collapsed{
	    font-family: "Roboto Condensed", Sans-serif;
	    font-size: 18px;
	    font-weight: 600;
	    color: #FFFFFF;
	    margin-bottom: 0px !important;
    	line-height: 22px;
    	background-color: #000000;
	    padding: 16px 0px 15px 20px !important;
	}
	.panel-heading .panel-title{
	    font-family: "Roboto Condensed", Sans-serif;
	    font-size: 18px;
	    font-weight: 600;
	    color: #FFFFFF;
	    margin-bottom: 0px !important;
    	line-height: 22px;
    	background-color: #bb0d04;
	    padding: 16px 0px 15px 20px !important;
	}
	
	.panel.panel-default {
	    margin-bottom: 20px;
	}
	.faq_container{
		margin-bottom: 70px;
	}
	.panel-heading .panel-title:after {
	  	content: "\77";
	  	float: right;
	    margin-right: 18px;
	    font-family: "anticon" !important;
	    font-style: normal !important;
	    font-weight: normal !important;
	    font-variant: normal !important;
	    text-transform: none !important;
	    -webkit-font-smoothing: antialiased;
	}
	.panel-heading .panel-title.collapsed:after {
	  	content: "\f107";
	  	font-family: 'Font Awesome 5 Free' !important;
	  	font-weight: 900 !important;
	  	float: right;
	  	margin-right: 18px;
	}
	.terms_content h1 {
	    font-size: 30px;
	    font-family: 'Roboto Condensed';
	    font-weight: 900;
	    margin-bottom: 23px !important;
	    margin-top: 40px;
	}

	.terms_content p {
	    font-size: 16px;
	    font-family: 'Roboto', sans-serif;
	    text-align: justify;
	}
	.terms_content ol {
	    margin-left: 21px;
	}
	.terms_content li {
	    list-style: outside;
	    font-size: 16px;
	    font-family: 'Roboto', sans-serif;
	    text-align: justify;
	    margin-bottom: 14px;
	}	
	.terms_content {
	    margin-bottom: 100px;
	}
	.bmi_result img{
		width: 90%;
	    margin: auto;
	    display: block;
	}
	.bmi_result_content {
	    text-align: center;
	    position: absolute;
	    top: 51%;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.result_title{
	    font-size: 22px;
	    font-family: 'Roboto Condensed';
	    font-weight: bold;
	}
	.result_content {
	    font-size: 28px;
	    font-family: 'Roboto';
	    font-weight: bold;
	    color: #ff5355;
	}
	.bmi_result{
		width: 540px;
    	position: relative;
    	margin: auto;
	}
	#meter_pointer{
	    transform: rotate(-84deg);
	    position: absolute;
	    height: 16px;
	    width: 17px;
	    top: 70%;
	    left: 19.2%;
	    display: block;
	    background-position: center;
	    background-size: cover;
	}
	.bmi_data .value {
	    text-align: right;
	    font-size: 18px;
	    font-family: 'Roboto';
	    color: #444444;
	}
	.bmi_data{
		width: 90%;
    	margin: auto;
	}
	.data {
	    font-size: 18px;
	    font-family: 'Roboto';
	    color: #444444;
	}
	.low.active{
		color: #21a6f3
	}
	.normal.active{
		color: #40bd62
	}
	.heigh.active{
		color: #ff5355
	}
	.gender{
    	width: 20px !important;
	    display: inline !important;
	    height: 20px !important;
	    margin-right: 20px;
	    margin-bottom: 20px;
	}
	.gender_label {
	    transform: translateY(-5px);
	    display: inline-block;
	}
	.gender:nth-of-type(2) {
	    margin-left: 48px;
	}
	.calculator_btns label.btn.btn-secondary {
	    cursor: pointer;
	    display: inline-block;
	    margin: 0 20px 10px 0px;
	    font-size: 21px;
	    line-height: 1;
	    padding: 9px 20px 6px 20px;
	    text-transform: uppercase;
	    color: #ffffff;
	    transition: all 0.3s ease-in-out;
	    border: 2px solid #000;
	    background-color: black;
	    font-family: "Teko", Sans-serif;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	    border-radius: 0px;
	}

	.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, .calculator_btns label.btn.btn-secondary.btn-us.active {
	    border-color: #bb0d04 !important;
	    background-color: #bb0d04 !important;
	}
	.calc_submit_btns {
	    color: #fff !important;
	    background-color: #000000 !important;
	    border-color: #000000 !important;
	    height: 40px;
	    width: 126px;
	    font-family: 'Roboto Condensed';
	    font-size: 18px !important;
	}
	.calc_submit_btns2{
		background-color: #bb0d04 !important;
	    height: 40px;
	    width: 126px;
	    color: #fff !important;
	    font-family: 'Roboto Condensed';
	    font-size: 18px !important;
	}
	.bmi_calculator {
	    margin-top: 200px;
	    margin-bottom: 100px;
	}
	.contact_form .text-center.main_head.main_head_center {
	    max-width: 800px;
	    margin: auto;
	}
	

@media only screen and (max-width: 1840px){
	
}
@media only screen and (max-width: 1600px){
	
}
@media only screen and (max-width: 1486px){
	
}
@media only screen and (max-width: 1335px){
	
}

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

}
@media only screen and (max-width: 1199px){
	.navbar {
	    justify-content: flex-start !important;
	    padding: 15px 0px !important;
	}
	.navbar-toggler {
	    margin-left: auto;
	}
	.login_btn_box{
		padding-bottom: 150px !important;
	}
	#collapsibleNavbar {
	    background-color: #00000045;
	    position: absolute;
	    left: 0 !important;
	    text-align: center;
	    width: 100%;
	    transition: .5s;
	    top: 0;
	    height: 100vh;
	    z-index: 20;
    	position: fixed;
	}
	.navbar-nav{
		padding-top: 100px;
		width: 60%;
	}
	.navbar-toggler{
		z-index: 20;
	}
	.navbar-brand{
		margin-left: 30px;
	}
	.nav-link {
	    padding: 5px 17px !important;
	}
	#collapsibleNavbar.collapse:not(.show) {
	    left: -100% !important;
	    top: 0;
	    display: block;
	    height: 100vh;
	}
	.navbar_inner {
	    z-index: 20;
	    position: relative;
	    display: block !important;
	    left: -100%;
	}
	.navbar_inner.show{
		background-color: #000000bd;
	    position: absolute;
	    left: 0 !important;
	    text-align: center;
	    width: 70%;
	    transition: .5s;
	    top: 0;
	    height: 100vh;
	}
}
@media only screen and (max-width: 1152px){
	
}

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

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

}
@media only screen and (max-width: 991px){
	.navbar {
	    justify-content:flex-start !important;
	}
	.navbar-toggler{
		margin-left: auto;
	}
	

}
@media only screen and (max-width: 960px){
	
}
@media only screen and (max-width: 890px){
	}
@media only screen and (max-width: 850px){
	
}
@media only screen and (max-width: 781px){
	
}
@media only screen and (max-width: 767px){
	.logo img {
	    width: 168px;
	}
	.header h1 {
	    font-size: 45px;
	}
	.header p {
    	font-size: 26px;
	}
	.header-inner{
		padding: 0px 30px !important;
	}
	
}
@media only screen and (max-width: 600px){
	
}

@media only screen and (max-width: 576px){
	.table-bordered td, .table-bordered th {
	    display: block;
	    width: 100%;
	}
	.header .col-md-7{
		display: none;
	}
	section.header_section .header-inner {
	    padding-left: 56px !important;
	}
	.home_frame_container {
	    left: 24px;
	    top: -79px;
	}
	.icons_section {
	    padding: 0px 30px;
	}
	.icons_inner {
	    margin-bottom: 30px;
	}
	div#subbanner1 {
	    margin-bottom: 130px;
	}
	.about-text.about_container_inner {
	    padding-left: 25px;
	}
	.about_container_inner2 .col-md-3{
		width: 21%;
	}
	.about_container_inner2 .col-md-9{
		width: 70%;
	}
	.about_container_inner2 .col-md-6{
		margin-bottom: 30px;
	}
	.services_container {
	    padding-left: 30px !important;
	}
	.classes_container {
	    padding-left: 30px !important;
	}
	.main_head_light {
	    padding-left: 30px;
	}
	.testimonial-item .col-lg-2 {
	    width: 32%;
	    margin-top: 20px;
	}
	.testimonial-item .col-md-10 {
	    width: 58%;
	    margin-top: 30px;
	}
	section#services .col-md-4 {
	    margin-bottom: 20px;
	}
	.footer_container_inner2 .col-md-9 {
	    text-align: center;
	    margin-bottom: 18px;
	    margin-top: 20px;
	}
	.footer_img{
		margin: auto;
	}
	.footer_nav {
	    text-align: center;
	}
	.copyright_inner {
	    text-align: center;
	}
	ul.footer_social_icons_list {
	    text-align: center;
	}
	section.header_section {
	    margin-bottom: 120px;
	}
	.about_container .about_img2 {
	    border: 10px solid white;
	}
	.bmi_result {
	    width: 385px;
	    position: relative;
   		margin-top: 80px;
	}
	.bmi_result img {
	    width: 88%;
	    margin: auto;
	    display: block;
	}
	#meter_pointer {
	    transform: rotate(-84deg);
	    position: absolute;
	    height: 13px;
	    width: 14px;
	}
	.features_content {
	    padding: 70px 0px !important;
	}
	.features_container_inner2 .col-md-2{
		width: 21%;
	}
	.features_container_inner2 .col-md-9{
		width: 63%;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.data {
	    width: 66% !important;
	}
	.bmi_data .value {
	    width: 34% !important;
	}
	.bmi_calculator .main_head_center{
		padding: 12px;
	}
	.bmi_data .value {
	    font-size: 16px;
	}
	.data {
	    font-size: 16px;
	}
	.table-bordered td {
	    width: 50%;
	    display: inline-block;
	    height: 100px;
	}
}
@media only screen and (max-width: 515px){
	
}
@media only screen and (max-width: 450px){
	.header h1 {
	    font-weight: bold;
	    font-size: 40px;
	}
	.header p {
    	font-size: 23px;
	}
	.navbar_logo_disc{
		display: none;
	}

	
}

@media only screen and (max-width: 400px){
	
}
@media only screen and (max-width: 390px){
	
}
@media only screen and (max-width: 336px){

	

}
/* Animations */

.main_heading1{
	opacity: 0;
}
.main_heading1.animated{
	opacity: 1;
}
.main_heading{
	opacity: 0;
}
.main_heading.animated{
	opacity: 1;
}
.main_heading3{
	opacity: 0;
}
.main_heading3.animated{
	opacity: 1;
}
.header_content{
	opacity: 0;
}
.header_content.animated{
	opacity: 1;
}
.join_btn{
	opacity: 0;
}
.join_btn.animated{
	opacity: 1;
}
.home_frame_container{
	opacity: 0;
}
.home_frame_container.animated{
	opacity: 1;
}
.about_img1{
	opacity: 0;
}
.about_img1.animated{
	opacity: 1;
}
.about_img2{
	opacity: 0;
}
.about_img2.animated{
	opacity: 1;
}
.anim_left{
	opacity: 0;
}
.anim_left.animated{
	opacity: 1;
}
.anim_up{
	opacity: 0;
}
.anim_up.animated{
	opacity: 1;
}
.anim_right{
	opacity: 0;
}
.anim_right.animated{
	opacity: 1;
}


.nav-link.navbar_btn_box{
	background: none;
    border: none;
}
.modal_btn{
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none !important;
    color: #FFFFFF !important;
    background-color: #007DD1 !important;
    border-radius: 5px !important;
    padding: 10px 30px 10px 30px !important;
}
.modal_btn:hover{
    background-color: #007DD1 !important;
}


.trainer{
	margin-bottom: 30px;
}

.green_alert {
    color: green;
    display: none;
    margin-top: 30px;
    font-size: 25px;
}
.red_alert {
    color: red;
    display: none;
    margin-top: 30px;
    font-size: 25px;
}
.email_alert.green > .green_alert{
    display: block !important;
}
.email_alert.red > .red_alert{
    display: block !important;
}

.packages_iframe{
	height: 2000px;
}
.trainers_iframe{
	height: 1200px;
}
.feedback_iframe{
	height: 700px;
}
.challenges_iframe{
	height: 700px;
}
.challenge_box{
	display: flex;
    flex-direction: row;
}
.challenge_box .challenge_head {
    font-size: 32px;
    font-weight: 800;
    width: 74px;
    font-family: Teko;
    color: #bb0d04;
}
.challenge_box .challenge_para {
    margin-top: 7px;
    font-family: Teko;
}
.challenge_para p {
    font-size: 18px;
    margin-bottom: 2px;
}
.feeds{
	padding: 1px 0px;
	width: 100%;
	background-image: url(../images/new/female-trainer-looking-woman-working-out-gym.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-bottom: 118px;
	position: relative;
}
.feeds:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	top: 0;
}
.feeds_iframe{
	height: 800px;
}
#feeds_slider{
	position: relative;
	z-index: 1;
}
.feeds_slide_box {
    padding: 20px;
}
.feeds_slide_box img {
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.feeds_slide_para {
    background-color: white;
    padding: 11px 20px 1px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.feeds_slide_text {
    font-size: 25px;
    font-family: 'Teko';
    font-weight: 500;
    margin-bottom: 0;
}
.feeds_slider .slick-prev:after{
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
    border-radius: 1px;
    transform: translate(-50%,-50%) rotate(136deg);
    left: 53% !important;
    top: 53% !important;
}
.feeds_slider .slick-prev:before{
    display: none !important;
}
.feeds_slider .slick-next:before{
    display: none !important;
}
.feeds_slider .slick-next:after{
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
    border-radius: 1px;
    transform: translate(-50%,-50%) rotate(315deg);
    left: 49% !important;
    top: 53% !important;
}
.feeds_slider .slick-next{
    z-index: 20;
    right: -55px !important;
}
.feeds_slider .slick-prev{
    z-index: 20;
    left: -55px !important;
}
.event_img img {
    border-top: 7px solid #bb0d04;
}
.event_info {
    padding: 8px 15px;
}
.event_info h4 {
    font-size: 29px;
    font-family: 'Teko';
    margin-bottom: 0;
}
.event_text_align {
    font-size: 23px;
    display: flex;
    justify-content: space-between;
    font-family: 'Teko';
    color: #989898;
}
.event_info p {
    font-family: 'Teko';
    font-size: 19px;
}
.enquiry_logo {
    text-align: center;
    height: 159px;
    margin-bottom: 24px;
    margin-top: 48px;
}
.enquiry_logo img {
    height: 100%;
}
#enquiry_btn {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
}
.enquiry_form{
	margin-bottom: 100px;
	padding-top: 80px;
}
.enquiry_form{
	margin-bottom: 100px;
	padding-top: 80px;
}
.enquiry_form h2{
	margin-bottom: 40px;
	font-weight: 700;
}
.enquiry_form label {
    font-size: 16px;
    font-weight: 700;
}
.form-control{
	padding: 21px 10px !important;
    border-radius: 6px !important;
}
select {
    font-size: 14px;
    padding: 10.5px 17px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 100%;
}
#code {
    font-size: 14px;
    padding: 10.5px 17px;
    border: 1px solid #ced4da;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    height: 44px;
}
#phone{
    border-left: none;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
    width: 100%;
    border-left: 0 !important;
}
.form-group{
	position: relative;
}

.contact_us .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: 0.5px solid #e3e3e3;
    border-radius: 9px;
    position: relative;
}
.contact_Info_col{
    /*background-image: linear-gradient(80deg, #f5f6f8, transparent);*/
    position: relative;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border-right: 0.5px solid #e3e3e3;
    padding: 0 60px;
    height: 686px;
}
section.contact_us {
    padding: 68px;
}
.info_text{
    display: flex;
    flex-direction: row;
    padding-top: 29px;
}
.info_text img{
    height: 36px;
}
.info_location{
    font-size: 16px;
    margin-left: 20px;
    line-height: 27px;
}
.info_phone img{
    height: 26px;
}
.info_mail img{
    height: 26px;
}
#contact-form label {
    color: black;
    font-size: 15px;
}
#contact-form button{
    width: 100%;
    border-radius: 6px !important;
    background-color: #379fd9;
    opacity: 1;
    cursor: pointer;
    padding: 10px;
}
#contact-form{
    padding: 46px 42px;
}
#phone{
    border-left: none;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
    width: 100%;
    border-left: 0 !important;
}
.contact_img {
    width: 142px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact_img img{
    height: 100%;
    object-fit: contain;
    width: 100%;
    border-radius: 100%;
}
.contact_info{
    padding: 46px;
}
a{
    color: #212529 !important;
}
form#enquiry_form {
    padding: 50px 0px;
}
h2{    
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}




@media only screen and (max-width: 1004px){
	.packages_iframe{
		height: 2000px;
	}
}
@media only screen and (max-width: 784px){
	.packages_iframe{
		height: 3700px;
	}
	.trainers_iframe{
		height: 2450px;
	}
}
@media only screen and (max-width: 767px){
	.contact_Info_col {
        height: 279px;
    }
}
@media only screen and (max-width: 593px){
	.packages_iframe{
		height: 3800px;
	}
	.trainers_iframe {
	    height: 2380px;
	}
}
@media only screen and (max-width: 500px){
	.packages_iframe{
		height: 3850px;
	}
	.contact_info{
        padding: 10px;
    }
}
@media only screen and (max-width: 440px){
	section.contact_us {
        padding: 0;
    }
    .contact_Info_col {
        /* background-image: linear-gradient(80deg, #f5f6f8, transparent); */
        position: relative;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
        border-right: 0.5px solid #e3e3e3;
        padding: 0 60px;
        height: 279px;
    }
}