@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap');

*
{	
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#000;
	font-weight:400;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #484847;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#363636;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.font-big-caslon{ font-family: 'big-caslon';
}
.d-inline-block
{
	display:inline-block
}
.li_listing li
{
    display: list-item;
    list-style: disc;
    margin-left: 20px;
    /* list-style-position: */
}
.vError
{
	border-bottom:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-light , .font-light *
{
	 font-weight: 300;
}
.font-regular , .font-regular *
{
	 font-weight: 400;
}
.font-black , .font-black *
{
	 font-weight: 900;
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
	line-height:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
	line-height: 3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
	line-height:3.75rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
	line-height: 4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;
	display:none

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0;
	background: #FFF;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;
	width:20px;

}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem
}
.line-35 , .line-35 *
{
	line-height:2.1875rem
}
.line-40 , .line-40 *
{
	line-height:2.5rem
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
a:hover
{
	color:#484847
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
/****************************************************************************************************************************/
header
{
	background:#000;
	border-top:1px solid #FFF
}
.logo img
{
	max-width:300px;
}
header nav li a
{
	color:#FFF
}
header nav li a:hover
{
	color:#484847
}
.bg_black{
background:#000
}
.enhance h3 {
  opacity: 0.6;
  color: #000;
  font-size: 170px;
  font-weight: 900;
  line-height:130px;    padding-left: 305px;
  letter-spacing: 0; -webkit-text-stroke: 1px #484847;

}
.subscribe_newsletter input {
    border: 1px solid #979797;
    background-color: transparent;
	color:#FFF
}
.subscribe_newsletter button[type='submit'] {
    background: #FFFFFF;
    color: #000;
    text-align: center;
    padding: 0 25px;
    height: 50px;    width: 200px;
    transition: all 1s ease-in-out;
}
.FormResult1 , .FormResult2
{
	color:#FFF;
}
.footer_menu li
{
	display:inline-block;
	width:100%;
}
.social a {
    width: 40px;
    height: 40px;
    background: #000;
	margin-right:5px;
}
.social a span{
    color:#FFF
}
.social_contact a
{
    width: 70px;
    height: 70px;
    background: #000;
	margin-right:15px;	
}
.social_contact a span{
    color:#FFF;
	font-size:2.2rem
}
.trainer_bg:before
{
	background:#363636;
	position:absolute;
	width:300%;
	left:-100px;
	height:100%;
	content:'';
	top:0
}
.trainer_img
{
	margin-top:-250px;
	position:relative;
	z-index:200
}

.tips_box
{
	  border: 1px solid #D1D1D1;
	  border-left:3px solid #000
}
.bg_grey{
background:#222222
}
.bg_grey1{
background:#262626
}
.contact-form input , .contact-form textarea{
	border:0;
	padding:0;
    border-bottom: 1px solid #FFF;
    background-color: transparent;
	color:#FFF
}
.account-page textarea
{
	height:60px;
}
.contact-form input[type=checkbox] , .contact-form input[type=radio]
{
	border:1px solid #FFF;
	border-radius:50%
}
.contact-form button[type='submit'] {
    background: #FFFFFF;
    color: #000;
    text-align: center;
    padding: 0 25px;
    height: 50px;    width: 200px;
    transition: all 1s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
.border-color span
{
	width:40px;
	height:2px;
	background:#FFF
}
.contact_call a
{
	text-decoration:underline
}
.bb1
{
	border:1px solid #898282
}
.grey , .grey *{
color:#BEBEBE
}

.buy_now a {
    background: #FFFFFF;
    color: #000;
    text-align: center;
    padding: 15px 25px;
    width: 100%;display:block;
    transition: all 1s ease-in-out;
}
.buy_now a.px-50
{
	padding: 15px 100px;
}
.buy_now a:hover , .subscribe_newsletter button[type='submit']:hover {
    background: #484847;
	color:#FFF
}

.programs_listing li
{
	width:100%;
	border:1px solid #979797;
	border-bottom:0
}
.programs_listing li:hover
{
	background:#232323;
}
.programs_listing li:hover a
{
	color:#FFF;
}
.programs_listing li:last-child
{

	border-bottom:1px solid #979797;
}
.programs_listing ul
{
    width: 255px;
    float: right;
}
 .isotope .item img{display:block}
 .isotope .item {
    float: left;
	max-width:25%;
    position: relative;
    box-sizing: border-box;
}
.home_categories{
height:400px;
background-repeat:no-repeat;
background-size:cover;
background-attachment:fixed;
background-position:center center
}
.h100
{
	height:100%
}
.mt--10
{
	margin-top:-25px;
}
.bg_white{
background:white
}
.home_about i
{
	padding-top:25px;
	font-size:12px;
}
.about_li li{
display:inline-block;
width:100%;
background:url('../img/li.svg') no-repeat left center;
padding:10px 0 10px 50px;
}


.messages {
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.messages,
.messages ul {
  list-style: outside none none !important;


}
.messages ul li{
  font-size:inherit !important;
	    width: 100%;

}
.messages {
}
.success-msg {
  background-color: #e9ffca;
  background-image: url("../images/msg-success.png");
  border-color: #296a23;
  color: #296a23;
}
.success-msg  *
{
	color: #296a23;
}
.error-msg {
  background-color: #f5dad3;
  background-image: url("../images/msg-error.png");
  border-color: #c02230;

}
.error-msg *
{
	color:#c02230
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  background-position: 25px center !important;
  background-repeat: no-repeat !important;
  font-size: 12px !important;
  padding: 25px 25px 25px 75px !important;
  margin: 15px 0;
  text-align: left;
  width: 100%;
}

.note-msg,
.notice-msg {
  background-color: #fdeda4;
  background-image: url("../images/msg-note.png");
  border-color: #7c622a;
  color: #7c622a;
}

.close-msg {
  float: right;cursor:pointer
}

.close-msg i {
  cursor: pointer;
  font-size: 24px;
  font-weight: normal;
  margin-top: -4px;
}
.dashboard_menu li 
{
	margin:0 25px;
}
.dashboard_menu li a
{
	color:#FFF;
	padding-bottom:25px;
	display:block
}
.dashboard_menu li.active a
{
	border-bottom:3px solid #F7B500
}

.profile_page label
{
	display:block
}


.profile_page .contact-form input,.profile_page .contact-form textarea
{
	border:1px solid #000;
	padding:0 10px;
	color:#000
}
.profile_page .contact-form textarea
{
	padding-top:10px;
}
.profile_page .contact-form button[type='submit']
{
	background:black;
	color:#FFF
}
.qty
{
	width:80px !important;
}
.bb2
{
	border:1px solid #D1D1D1;
}
.bg3
{
	background:#F4F4F4
}
.bb3
{
	border-bottom:1px solid #979797;
}
.check_sessions
{
	width:900px;
	background:url('../img/intro.jpg') no-repeat center center/cover
}




.banners {
    margin-bottom: -5px !important;
}
.main_bg {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);

    z-index: 50;
	content:'';

}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 0;
}


.banners  .slick-dots li , .d_slick .slick-dots li
{
	width:15px;
	height:15px;
	border-radius:25px;
}
.banners .slick-dots li 
{
margin:5px 0;	
}
 .d_slick .slick-dots li
{
	margin:0 2.5px;
}
 .banners .slick-dots li button , .d_slick .slick-dots li button
{
	width:15px;
	height:15px;border-radius:25px;
	background:#262626;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before , .d_slick .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button ,  .d_slick .slick-dots li button:hover , .d_slick .slick-dots li.slick-active button
{
	background:#FFF;
}
.banners .slick-dots {
    top: 0;
    z-index: 10;
    width: 15px;
    height: 100%;
	right:25px;
	    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
 .d_slick .slick-dots{
    bottom: 2vh;
	z-index:10
}



.banners .slick-current .banners_bg
{
	 animation: kenburns-top 5s ease-out both;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.05) translateY(-15px);
            transform: scale(1.05) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.05) translateY(-15px);
            transform: scale(1.05) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.fullscreen-video
{
	width:100%;
	height:250px;
}


.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index:100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #484847;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media all and (max-width: 1400px){
	.container{width:1200px}
	*{font-size:12px;}

}


@media all and (max-width: 960px){	*{font-size:12px;}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}
.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #484847;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000;
		display: flex !important;
		justify-content: center;
		flex-direction: row;
		align-content: center;
		align-items: center;
	}

	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:hidden;
		background:none;
		top:-5px;
		left:20px;
		visibility:hidden
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}
	header li .ddm{padding:0}
	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
	.header_right{padding-right:30px;}
	.slided .trigger > div > span{background:#FFF}
	.slided .trigger {top: 5px;}	
	.flex-row-m{flex-direction:column}
	.pr-25-m{padding-right:1.5625rem;}
	.p-30-m{padding:1.875rem;}
	.pt-25-m{padding-top:1.5625rem;}
	.pb-25-m{padding-bottom:1.5625rem;}
	.pt-50-m{padding-top:3.125rem;}
	.pr-0-m{padding-right:0}
	.pl-0-m{padding-left:0}
	.mt-0-m{margin-top:0}
	.ml-0-m{margin-left:0}
	.mt-25-m{margin-top:1.5625rem;}
	.py-25-m{padding-top:1rem;padding-bottom:1rem}
	.main_bg{height:40vh}
	h1, h2, h3, h4, h5, h6 , .line-70, .line-70 * { line-height:normal}
	.subscribe_newsletter button[type='submit']{width:100%}
	.logo img {max-width: 200px;}
	.trigger{margin-left:25px;}
	header nav li{margin:25px 0}
	.line-70, .line-70 * {font-size: 2.8rem;}
	.font-40, .font-40 * , .main_bg h2 , .font-50, .font-50 * {font-size: 2.5rem;}
	.trainer_img{margin-top:5px}
	.programs_listing ul{width:100%}
	.ai-fs-m{align-items:flex-start}
	.isotope .item{max-width:50%;width:50%}
	.home_categories {background-attachment: inherit;}
	.home_categories{height:250px;}
	.py-100 {padding-top: 3.125rem;padding-bottom: 3.125rem;}
	.px-50-m{padding-left:1.5625rem;padding-right:1.5625rem}
	.woocommerce-cart-form .font-26 , .woocommerce-cart-form .font-26 *{    font-size: 1rem;}.qty {width: 50px !important;}
	.dashboard_menu li {margin:10px 0;width: 100%;text-align: center;}
	.dashboard_menu li a{padding-bottom:10px;}
	.check_sessions{width:100%}
}
