@font-face {
    font-family: 'Jost-Light';
    src: url('../fonts/Jost-Light.ttf');
}
@font-face {
    font-family: 'Jost-Regular';
    src: url('../fonts/Jost-Regular.ttf');
}
@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/Jost-Medium.ttf');
}
@font-face {
    font-family: 'Jost-Bold';
    src: url('../fonts/Jost-Bold.ttf');
}
body {
    width: 100%;
	height:auto;
    font-family: 'Jost-Light';
    font-size:16px;
    background-color:#fff;
    line-height:28px;
}
html {
    width: 100%;
    height: 100%;
}
a {
	text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
button:focus {
    outline: 0px dotted;
}
a:focus {
    outline: medium none;
}
b{
	font-weight:normal;
	color:#111;
	font-family: 'Jost-Medium';
	}
p{
	color:#111;
	line-height: 27px;
	font-size: 16px;
	font-family: 'Jost-Light';
	}

h1{
    color: #000;
    line-height:46px;
    font-size:36px;
    font-weight: normal;
	font-family: 'Jost-Medium';
    margin-top: 0;
    margin-bottom:30px;
	}
h2{
		color: #000;
		line-height:31px;
		font-size:24px;
		font-weight: normal;
		font-family: 'Jost-Medium';
		margin-top: 0;
		margin-bottom:20px;
	}	
h3{
		color: #000;
		line-height:28px;
		font-size:20px;
		font-weight: normal;
		font-family: 'Jost-Medium';
		margin-top: 0;
		margin-bottom:8px;
}
h5{
    color: #000;
    line-height:30px;
    font-size:18px;	
	font-family: 'Jost-Regular';
}
h4{
    color: #000;
    line-height:30px;
    font-size:24px;	
	font-family: 'Jost-Regular';
}
h4 span{
	font-family: 'Jost-Medium';
}
h6{
    color: #000;
    line-height:30px;
    font-size:16px;	
	font-family: 'Jost-Medium';
}
.row-box{
	width:100%;
	clear:both;
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
section, footer{
	width:100%;
	clear:both;
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
.padding{
	padding:50px 0;
	}
.padding-sm{
	padding:40px 0;
	}
.navbar-toggler{
	border:0;
}
.navbar-toggler span {
    width: 25px;
    height:2px;
    background:#000;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform:rotate(-45deg) translate(4px,-4px);
	-ms-transform:rotate(-45deg) translate(4px,-4px);
	transform:rotate(-45deg) translate(4px,-4px);
}
.navbar-dark{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link {
    color:#111;
	font-size:18px;
	font-family: 'Jost-Regular';
	padding-right: 1.2rem;
    padding-left: 1.2rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:#19a59e;
}
.navbar-dark .navbar-nav .active > .nav-link{
	color:#19a59e;
}
.navbar  li.dropdown:hover > a{ opacity:0.5;}
.navbar  li.dropdown:hover > a.dropdown-toggle::after{content: '-';}
.navbar  li.dropdown.show > a.dropdown-toggle::after{content: '-';}


@media only screen and (min-width: 767px) {
.navbar ul li:hover> .dropdown-menu{display:block}
}
.navbar-dark::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index:-1;
    width: 100%;
    height:150px;
    content: '';
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.fix-nav .navbar-dark::before{
	content: none;
}
.fix-nav .navbar-dark{
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px rgb(86 86 86 / 22%);
}
.m-logo{
	display: none;
}
.fix-nav .m-logo{
	display: block;
}
.fix-nav .des-logo{
	display: none;
}
/*---- slider ----*/

.video-sec{
	overflow: hidden;
background-color: #fff;
height: 100vh;
position: relative;
}
.video-sec::before {
position: absolute;
content: '';
background-color: rgba(0, 0, 0, 0);
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.video-background{background:#000;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;}
.video-foreground,
.video-background iframe{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}
@media (min-aspect-ratio:16/9){.video-foreground{height:300%;top:-100%;}
}
@media (max-aspect-ratio:16/9){.video-foreground{width:300%;left:-100%;}
}

.menu-right a{
	color:#222;
    font-size:18px;
    font-family: 'Jost-Regular';
	text-decoration: none;
}
.menu-right .btn-br{
	margin-left:15px;
	position: relative;
	background: #fff;
	border-color:transparent;
}
.menu-right .btn-br::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin:-3px;
    border-radius: inherit;
    background: -moz-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
    background: linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
}
.menu-right .btn-br:hover{
    background: none;
    color: #fff;
	border-color:transparent;
}

.btn{
	font-family: 'Jost-Regular';
	font-size:18px;
	font-size: 18px;
	padding:9px 35px;
	border-radius: 50px;
}
.btn-br{
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 5px 22px;
}
.btn-br:hover{
	background-color: #fff;
	color: #000;
}
.btn-orange{
	border-radius: 50px;
	padding:5px 30px;
	background:transparent;
	border: solid 5px transparent;
	position: relative;
	color: #fff;
}
.btn-orange::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin:-7px;
    border-radius: inherit;
	background: -moz-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
	background: linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
}
.btn-orange:hover{
	background:#fff;
	color: #000;
}
.btn-bor{
	border-radius: 50px;
	padding: 5px 22px;
	background: #fff;
	border: solid 5px transparent;
	position: relative;
}
.btn-bor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin:-7px;
    border-radius: inherit;
	background: -moz-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
	background: linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
}
.btn-bor:hover{
	background:none;
	color: #fff;
}
.tariners-sec{
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
}
.m-40{
	margin-top: 40px;
}
.wh-box{
	background-color: #fff;
	border-radius:8px;
	box-shadow: #fff;
	display: block;
	-webkit-box-shadow: 0px 2px 11px 0px rgba(54, 54, 54, 0.17);
-moz-box-shadow: 0px 2px 11px 0px rgba(54, 54, 54, 0.17);
box-shadow: 0px 2px 11px 0px rgba(54, 54, 54, 0.17);
}
.wh-con{
	padding: 15px;
	width: 100%;
	background-color:#fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wh-con p{
	margin-bottom: 0;
}
.wh-img{
	overflow: hidden;
	height:263px;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.trainer .wh-img img{
	width: auto;
    max-width: none;
    height: 100%;
}
.mx-w-1140{
	max-width:1140px;
}
.zindex{
	z-index: 1;
	position: relative;
}
.gray-bg{
	background-color: #f7f7f7;
}
.test-box{
    display:block;
	background-color: #fff;
	border: 1px solid #b0b0b0;
	border-radius:8px;
	box-shadow: 1px 2px 4px 0px rgba(86, 86, 86, 0.28);
	padding:30px 20px;
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-position:right 25px bottom 25px;
}
.testimonials .test-box{
	opacity:0.5;
}
.testimonials .center .test-box{
	opacity:1;
}
.test-left {
    align-self: center;
    display: flex;
    margin-right: 16px;
    overflow: hidden;
    width: 85px;
    height: 85px;
	border-radius: 50%;
	box-shadow: 1px 4px 0px 0px rgba(102,47,146, 1);
}
select.form-control {
    height: 45px;
}
.test-right{
	flex: 1 0 0%;
}
.testimonials .test-left img, .testimonial .test-left img{
	width:100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(102,47,146);
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.testimonial .test-box{
	margin-bottom:20px;
}
.unlock-sec{
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
}
.w-text h1, .w-text h4, .w-text p{
	color: #fff;
}
.unlock-sec h1{
	margin: 30px 0;
	text-shadow: 3px 3px 4px rgb(0, 0, 0, 0.5);
}
.list {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
}
.list li {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    line-height: 28px;
    padding-bottom: 16px;
	font-family: 'Jost-Regular';
}
.list li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color:rgb(102,47,146);
    top: 10px;
    left: 0;
}
.become-sec{
	background-image: url(../images/pattern.png);
}
.app-btn a{
  display: inline-block;
  margin-right:6px;
}
.app-btn a:hover{
	opacity:0.8;
}
.btn-pay {
    color: #fff;
    background: -webkit-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
    background: linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
}
.text-sm{
	font-size: 15px;
}
footer{
	background-color: #fff;
	padding-top:40px;
	border-top:1px solid #ddd;
}
footer h6{
	color: #000;
}
footer p a, footer p, footer a{
	color:#111;
	font-size: 15px;
	text-decoration: none;
}
footer ul{
	list-style-type: none;
	padding-left: 0;;
}
footer ul li a{
	color: #111;
	font-size:16px;
	text-decoration: none;
}
footer ul li a:hover, footer a:hover{
	color:#19a59e;
}
.footer-bottom{
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	margin-top: 15px;
}
.res-ban{
	display: none;
}
.inner-banner{
	background-color: #000;
	position: relative;
}
.inner-banner img{
	opacity:0.5;
}
.inner-banner h1{
	color: #fff;
}
.inner-banner p{
	color: #fff;
}
.inner-b-text{
	position: absolute;
	left: 0;
    right: 0;
    bottom: 50px;
	text-align: center;
}
iframe{
	border-radius:8px;
}
.round-c{
	background-color: #fdca40;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.round-c .fas{
   font-size:19px;
   color:#fff;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.cn-d{
	background-color: #f8f8f8;
}
.cn-d .round-c{
  margin-right:12px;
}
.cn-d .media p{
	margin-bottom:0px;
  }
  .cn-d .media h3{
	  margin-bottom: 0;
  }  
.cn-d .col-md-3:first-child{
	border-right: 1px solid #ddd;
	padding-left: 0;
}
.cn-d .col-md-3{
	padding-left:25px;
}
.color-bg{
	background: rgb(104,49,133);
background: linear-gradient(36deg, rgba(104,49,133,1) 0%, rgba(5,160,155,1) 100%);
}
.p-top{
	padding-top:190px;
}
.max-430{
	max-width:430px;
}
.w-box{
	background-color:#fff;
	padding:35px;
	border-radius:10px;
}
.form-control {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    font-size: 16px;
    color: #222;
    box-shadow: none;
	font-family: 'Jost-Regular';
}
input.form-control{
	height: 45px;
}
.forgot-pass{
	text-align: center;
    width: 100%;
    display: block;
    color: #673185;
    text-decoration: none;
    font-size: 18px;
}
.btn-fb{
	background-color:#fff;
	border:1px solid #3a5998;
	color:#3a5998;
	text-align: left;
	display: flex;
    align-items: center;
}
.btn-fb:hover{
	background-color:#3a5998;
	border-color:#3a5998;
	color:#fff;
}
.btn-fb i, .btn-g i{
	font-size:20px;
	margin-right:10px;
}
.btn-g{
	background-color:#fff;
	border:1px solid #f44235;
	color:#f44235;
	text-align: left;
	display: flex;
    align-items: center;
}
.btn-g:hover{
	background-color:#f44235;
	border-color:#f44235;
	color:#fff;
}
.or{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.inner-top h1{
    color:#fff;
	margin-bottom:5px;
}
.b-shadow{
	box-shadow:1px 2px 13px 0px rgba(86, 86, 86, 0.38);
}
.icon-list{
	list-style-type: none;
	padding-left: 0;
	margin-bottom:0;
}
.icon-list li a{
    font-size: 17px;
    color:#444;
    text-decoration: none;
    font-family: 'Jost-Medium';
    display: block;
    padding:10px 0;
}
.icon-list li.active a{
	color:#198997;
}
.icon-list li a i{
	width:30px;
}
.icon-list li a:hover{
	color: #198997;
}
.blue{
	color:#198997;
}
.med-link{
	margin-top:4px;
}
.med-link img{
	width: 28px;
    margin-right: 6px;
}
.d-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.d-left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: start;
}
.it-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.d-between {
    justify-content: space-between;
}
.pr-photo{
	border-radius: 50%;
    border: 1px solid #fff;
    width: 36px;
    margin-right: 5px;
}
.menu-right .dropdown-menu a {
    color: #333;
}
.menu-right .dropdown-menu::before {
    content: "";
    position: absolute;
    left:0;
	right:0;
	margin:0 auto;
    top: -8px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #d9d9d9;
    width: 0;
    height: 0;
    z-index: 99;
}
.menu-right .dropdown-menu{
	margin-top: 1rem;
	min-width: 12rem;
}
.menu-right .dropdown-toggle::after {
    content:none;
}
.profile-pic{
	position: relative;
}
.profile-pic .edit{
	position:absolute;
	bottom:10px;
	right:10px;
} 
.edit{
	width: 34px;
    height: 34px;
    background-color: #653092;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
.med-link .form-control{
	width:85%;
    display: inline-block;
}

.bold{
	font-family: 'Jost-Medium';
}
.br-round{
	border-radius:10px;
}
.table th{
	background-color:#f7f7f7;
}
.file{
	font-size:14px;
}
.file a{
	text-decoration: none;
}
.paid{
	width:60px;
}
.paid-card span{
	display: block;
}
.pay-hist p{
	line-height:20px;
}
.pay-hist b{
	margin-bottom: 8px;
    display: block;
	font-size: 15px;
}
.lession iframe{
	width:100%;
	height:500px;
}
.max-1000{
	max-width:1000px;
}
.lession h1{
	color:#000;
	text-align: center;
	margin-bottom:40px;
}
.lession h2{
	color: #111;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.back-btn{
	font-size:15px;
	text-decoration: none;
}
.lession .back-btn{
	color:#19a59e;
}
.less-box{
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 28px;
}
.less-box .back-btn{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}
.ord-con .fa-check-circle{
	font-size: 48px;
    margin-bottom: 21px;
}
.text-justify{
	text-align: justify;
}
.success-animation { margin:0 auto;}

.checkmark {
    width:91px;
    height:90px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #1ecd97;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #1ecd97;
    animation: fill .5s ease-in-out .5s forwards, scale .4s ease-in-out .10s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #1ecd97;
    fill: #fff;
    animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}
.red{
	color:rgb(236,0,0);
}
.orange {
    color: #ff623e;
}
.btn-orange2{
    color:#fff;
    background: -webkit-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
    background: linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
}
.btn-bor2{
    background: #fff;
    border: solid 1px t#534c95;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #1ecd97;
    }
}
.trainer .wh-box{
	overflow: hidden;
}
.trainer .wh-box:hover .wh-con{
	background: rgb(104,49,133);
    background: linear-gradient(36deg, rgba(104,49,133,1) 0%, rgba(5,160,155,1) 100%);
}
.trainer .wh-box:hover .wh-con b, .trainer .wh-box:hover .wh-con p{
	color:#fff;
}
.bold{
	font-family: 'Jost-Bold';
}
.box-j{
	padding: 50px 100px;
	border-radius:10px;
	background-color:#fff;
	border:1px solid #ddd;
	background-image: url(../images/join-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
    background-position: center;
	box-shadow:0px 2px 21px 0px rgba(86, 86, 86, 0.25);
}
.box-j h2{
	font-size:31px;
	color:#643686;
}
.box-j p{
	font-size:18px;
	color:#444;
	font-family: 'Jost-Regular';
}
.box-c{
	background-color: #fff;
	border-radius: 12px;
	box-shadow:0px 0px 13px 0px rgba(86, 86, 86, 0.22);
}
.box-c-bottom{
	padding:18px;
}
.box-c-bottom .fa-users{
	color: #8f8f8f;
	margin-right:8px;
}
.box-c-head{
	display: flex;
	width: 100%;
	padding:15px;
	align-items: center;
}
.c-head-con{
    padding-left: 10px;
    flex:0 0 auto;
    width: 72%;
}
.c-head-img{
	overflow: hidden;
    width: 70px;
	height: 49px;
    flex: 0 0 auto;
	border-radius:5px;
}
.c-head-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 15px;
}
.c-head-text b{
	line-height:15px;
}
.mod{
	font-size:15px;
	color:#666666;
	font-family: 'Jost-Light';
	display: block;
	line-height: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-top: 6px;
}
.box-c .progress{
	height: 3px;
    margin-top: 9px;
}
.box-c .progress-bar{
	background-color: #05a09b;
}
.c-head-con .fas{
	font-size: 14px;
    color: #737373;
}
.box-c-bottom h3{
    overflow: hidden;
    height: 51px;
    font-size: 18px;
    line-height: 24px;
}
.box-c{
	margin: 15px;
	transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.box-c:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.c-box-con:hover h3{
	color:#06a09b;
}

.cost-owl .owl-dots{
	display: none;
}
.cost-owl .owl-nav {
	display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    left: -45px;
    right: -45px;
	z-index:1;
	height: 0;
}
.cost-owl .owl-nav button.owl-prev {
    background-color:#ededed;
    font-size:28px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    line-height: 13px;
}
.cost-owl .owl-nav button.owl-next {
    background-color:#ededed;
    font-size: 32px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    line-height: 13px;
}
.cost-owl .owl-nav button span{
	height: 17px;
    display: block;
}
.cost-owl .owl-nav .disabled {
    opacity: .3;
}
.title{
	font-size:31px;
}
.pad-b70{
	padding-bottom:70px;
}
.course-detail .progress{
    height: 5px;
}
.course-detail .progress-bar{
    background-color: #06a09b;
}
.course-detail .box-c-head{
	padding: 0;
    margin-top: 20px;
    margin-bottom:31px;
}
.course-detail .c-head-text b {
    line-height: 18px;
}
.t-info .btn{
	width:100%;
}
.mr-3{
  margin-right:10px;
}
.lhu{
	padding:40px 70px;
	border-radius:10px;
	margin:50px 0;
}
.lhu hr{
	margin:30px 0;
}
.lhu h3{
	color:#555;
}
.nav-pills{
	border-bottom: 1px solid #ddd;
	margin-bottom:50px;
	border-radius: 8px;
	margin-top: 60px;
}
.nav-pills .nav-link{
    font-size: 26px;
	font-family: 'Jost-Medium';
	color:#939393;
	padding: 1rem 2.5rem;
	border-bottom: 3px solid transparent;
}
.nav-pills .nav-link.active{
    color: #000;
    background-color:transparent;
    border-radius: 0;
	border-color:#06a09b;
}
.user-box{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
}
.user-p{
	width:40px;
	height: 40px;
	border-radius:50%;
	overflow: hidden;
	margin-right:8px;
}
.user-text p{
	line-height: 18px;
    font-size: 15px;
	color:#666;
}
.courses .user-box{
	border-top:1px solid #ddd;
	margin-top:10px;
	padding-top:10px;
}
.less-box .box-c-head{
	justify-content: center;
}
.less-box .c-head-con {
    width: auto;
}
.less-box  .c-head-img {
    width: 100px;
    height: 65px;
}
.less-box  .c-head-img img{
   max-height:100%;
}
.lesson-list{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
}
.lesson-list .les-img{
    width:115px;
	border-radius:6px;
	margin-right: 20px;
	overflow: hidden;
}
.les-text h5{
	font-family: 'Jost-Regular';
	font-size:20px;
	margin-bottom: 0;
}
.les-text p{
	margin-bottom: 0;
}
.lesson-list i{
    margin-left: auto;
    font-size: 19px;
    color: #bfbfbf;
}
.lesson-list i.fa-lock{
    background-color: #fbfbfb;
    padding: 8px;
    border-radius: 5px;
	color:#999;
}
.lesson-list i.fa-check{
	color: #1ecd97
}
.lesson-list:hover i{
	color:#06a09b;
}
.less-b{
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.less-b:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.l-br{
    border-radius: 8px;
    padding:20px;
    border: 1px solid #ddd;
}
.trainer-p{
	width:300px;
	height:300px;
	border-radius:50%;
	overflow: hidden;
	margin: 0 auto;
}
.trainer-p img{
	height:100%;
}
.m-top{
	margin-top:120px;
}
.navbar-dark::before{
	content: none;
}
.follo-icon {
    display: flex;
    flex-direction: row;
}
.follo-icon a {
    background-color: #424141;
    padding:2px;
    border-radius: 50%;
    display: block;
    width:30px;
    height:30px;
    text-align: center;
    margin: 3px 5px;
    color: #fff;
}
.follo-icon a.facebook {
    background-color: #4868AF;
}
.follo-icon a.twitter {
    background-color: #1DA1F2;
}
.follo-icon a.linkedin {
    background-color: #0274B3;
}
.follo-icon a.instagram {
    background-color:#E23367;
}
.follo-icon a.youtube {
    background-color: #FF0000;
}
.follo-icon a:hover{
	background-color:#333;
	color:#fff;
}
.homepage .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.fix-nav .homepage .navbar-dark .navbar-nav .nav-link {
    color: #000;
}
.homepage .menu-right a{
   color:#fff;
}
.homepage .menu-right .btn-br{
	color: #000;
}
.homepage .menu-right .dropdown-menu a{
	color:#000;
 }
.fix-nav .homepage .menu-right a{
	color:#000;
 }
 .fix-nav .homepage .menu-right .btn-br{
	 color: #000;
 }
 .homepage .menu-right .btn-br:hover{
	color:#fff;
 }
 .br-box{
	border:1px solid #929292;
	border-radius:20px;
	padding:40px;
 }
.list-c{
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
}
.list-c li{
    font-size:18px;
    position: relative;
    padding-left:31px;
    line-height: 28px;
    padding-bottom: 16px;
	font-family: 'Jost-Regular';
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
    background-position: left top 6px;
}
.box-750{
	max-width:750px;
	margin:0 auto;
}
.mem-box{
	text-align: center;
	border-radius:15px;
	border:1px solid #c8c8c8;
	background-color: #fff;
    box-shadow:0px 0px 19px 0px rgba(86, 86, 86, 0.35);
}
.padd{
    padding:40px;
}
.mem-box h1{
	color:#643686;
	font-size: 26px;
    line-height: 36px;
}
.mem-box h1 small{
    font-size: 32px;
    font-family: 'Jost-Light';
    display: block;
    color: #555;
	padding-top:5px;
}
.mem-box p{
	color:#555;
	font-size:18px;
	font-family: 'Jost-Regular';
}
.price-sm{
	font-size:31px;
	color:#555;
	font-family: 'Jost-Regular';
	margin-bottom: 19px;
    display: block;
}
.price-md{
	font-size:24px;
	color:#149098;
	font-family: 'Jost-Regular';
 }
.price-md span{
   font-size:36px;
   color:#149098;
   font-family: 'Jost-Bold';
}
.mem-box hr{
	margin:35px 0;
	display: block;
}

.mem-box-year .mem-box-head{
	padding:20px 40px;
	border-radius: 15px 15px 0 0;
	background: -moz-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
    background: linear-gradient(0deg, rgba(102,47,146,1) 0%, rgba(25,165,158,1) 100%);
}
.mem-box-head{
	padding:20px 40px;
}
.mem-box-head b{
   color:#fff;
   display: block;
   font-size:18px;
   height:0;
   overflow: hidden;
   transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.mem-box-year .mem-box-head h1{
	color:#fff;
}
.mem-box-head p{
	color:#fff;
	margin-bottom:0;
	height:0;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.mem-box-year{
	border-color:#149098;
}
.mem-box-year .mem-box-head b, .mem-box-year .mem-box-head p{
	height:28px;
}
.mem-box .padd{
	padding-top:10px;
}
.mem-box-head{
	padding-top:30px;
	padding-bottom:5px;
}
.mem-box-year .padd{
	padding-top:30px;
}
.mem-box-year .mem-box-head{
	padding: 20px 40px;
}
.category-tab{
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: sticky;
    top: 81px;
    z-index: 2;
}
.category-tab .nav-item{
	padding:0rem 1rem;
}
.category-tab .nav-link{
	font-family: 'Jost-Medium';
	font-size:20px;
	padding:1rem 0.3rem;
	color:#111;
	border-bottom:3px solid transparent
}
.category-tab .nav-item.active .nav-link{
	border-color:#05a09b;
}
.category-tab .nav-link:hover{
	border-color:#05a09b;
	color:#05a09b;
}
.sticky {
	position: fixed;
    top: 84px;
    width: 100%;
    z-index: 9;
  }
  .title {
    padding-left: 12px;
}
.new .c-head-img {
	background:#000;
    color: #fff;
    text-align: center;
    padding:12px 6px;
    font-family: 'Jost-Medium';
    text-transform: uppercase;
}
.success-ms {
    font-weight: bold;
    color: #499c2d;
    font-size: 20px;
}
.mag-top{
	margin-top:50px;
}
.padd-top{
	padding-top: 50px;
}
.cls-sample {
    padding-top:100px;
}
section:last-child{
	padding-bottom:50px;
}
.Progressbar {
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.Progressbar .center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
	width: fit-content;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.con-icon {
    margin: 18px 0;
}
.con-icon i {
    margin-top: 7px;
    font-size: 15px;
    width: 20px;
}
.contact-page .con-icon i {
    color: rgb(1 90 107);
}
.contact-page .con-icon p {
    color: #000;
    font-size:16px;
}
.con-icon p {
    width: 88%;
    margin-left: 5px;
    line-height: 26px;
    margin-bottom: 0px;
    font-size: 14px;
}
.con-icon p a{
	color:#000;
}
.box-hid{
	width:100%;
	overflow: hidden;
	height:160px;
}
.box-hid img{
	max-width: none;
    height: 100%;
}
.cou-box{
    width: 100%;
    overflow: hidden;
    height: 273px;
    display: block;
}
.cou-box img{
	max-width: none;
    height: 100%;
}
.nav-cat .owl-dots{
   display:none;
}
.category-tab .cost-owl .owl-nav {
    top: 0;
}
.category-tab .cost-owl .owl-nav button.owl-next {
    background-color: #fff;
}
.category-tab .cost-owl .owl-nav button.owl-prev {
    background-color: #fff;
}
.category-tab .owl-theme .owl-nav [class*=owl-]:hover {
    color:#06a09b;
}
.category-tab .owl-carousel .owl-stage {
    margin: 0 auto;
}
.user-p img {
    display: block;
    width: 100%;
}
.les-img img {
    width: 100%;
    display: block;
}
.course-detail iframe {
    width: 100%;
    height: 300px;
}
.c-head-img img {
    width: 100%;
    display: block;
}
.w-box table td label{
	padding-left:6px;
	padding-right:20px;
}

.sm-icon{
	color:#888;
}
.sm-icon p{
	padding-right: 21px;
	font-family: 'Jost-Regular';
}
.sm-icon i {
    color: #8f8f8f;
    margin-right:6px;
}
.banner-slide{
	padding-top:10px;
}
.banner-slide .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    left:40px;
    right:40px;
    z-index: 3;
	height: 0;
}
.banner-slide iframe{
	height:510px;
	border-radius:10px;
}
.banner-slide .owl-item{
    height: 510px;
    overflow: hidden;
    border-radius: 15px;
 }
 .banner-slide .owl-item img{
    border-radius:15px;
 }
.detail-img{
	overflow: hidden;
}
.or{
    position: relative;
    display: block;
    margin:31px 0;
    text-align: center;
    z-index: 1;
}
.or span{
	background-color:#f7f7f7;
	padding:10px 20px;
	font-family: 'Jost-Bold';
	color: #149098;
}
.or::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
    z-index: -1;
} 
.join-popup .modal-body{
	padding:40px;
}
.join-popup .modal-content{
	border-radius: 15px;
	border:0;
	background-color:#f7f7f7;
}
.join-popup .btn-close{
	position: absolute;
    right: 20px;
    top: 19px;
}
.blue-box{
	background: rgb(104,49,133);
    background: linear-gradient(36deg, rgba(104,49,133,1) 0%, rgba(5,160,155,1) 100%);
}
.blue-box .padd{
	padding:20px 30px;
   display: flex;
   justify-content:space-between;
   align-items: center;
}
.blue-box .mem-box-head{
	padding: 0;
    max-width: 580px;
    text-align: left;
}
.blue-box  h1{
  color:#fff;
  font-size: 21px;
}
.blue-box  .price-md span {
    color: #fff;
	font-size:24px;
}
.newsletter-modal .modal-content{
	border-radius: 15px;
	background-image: url(../images/news-bg.png);
	background-size:100%;
	background-repeat: no-repeat;
}
.newsletter-modal .modal-body {
    padding:3rem;
}
.newsletter-modal .btn-close{
	position: absolute;
    right: 14px;
    top: 14px
}
.newsletter-modal .form-control{
	border: 1px solid #ababab;
    border-radius: 6px;
	height: 48px;
}
.green{
	color: #1ecd97;
}
.sm-icon .green{
	color: #1ecd97;
}

@media (min-width:300px) and (max-width:575px){
.navbar-brand img{
	width: 100px;
}
.navbar-dark::before {
    height: 100px;
}	
.menu-right{
	position: absolute;
	right: 63px;
	top:29px;
}
.fix-nav .menu-right{
	top: 14px;
}
.menu-right .btn-br {
    margin-left: 7px;
	padding: 3px 14px;
}
.menu-right a{
	font-size: 15px;
}
.navbar-toggler:focus {
     box-shadow: none;
}
.navbar-collapse {
    margin-top: 15px;
	background-color: #fff;
}
.homepage .navbar-dark .navbar-nav .nav-link {
	color: #111;
  }
.homepage .navbar-toggler span {
	background: #fff;
}
.fix-nav .homepage .navbar-toggler span {
	background: #000;
}
.video-background iframe, .video-background{
	display: none;
}
.video-sec{
	height:auto;
}
.res-ban{
	display: block;
}
.abouts-sec img{
	margin-top: 30px;
}
.wh-box {
    margin: 10px auto;
    max-width: 270px;
}
.tariners-sec {
    background-image: none;
    background-color: #fff7e5;
}
.test-box{
	flex-direction: column;
	background-position: right 20px bottom 20px;
    background-size: 50px;
}

.testimonials {
	padding:0 15px;
}
.padding {
    padding: 40px 0;
}
.unlock-sec h1 {
    margin: 16px 0;
}
.m-40 {
    margin-top: 30px;
}
.unlock-sec {
    background-image: none;
    background-color: #edb07a;
}
h1 {
    line-height: 29px;
    font-size: 26px;
    margin-bottom: 20px;
}
.become-sec h1{
	margin-top:20px;
}
.app-btn a {
    width: 47%;
}
.app-btn a img{
	width: 100%;
}
.footer-bottom{
	flex-direction: column;
}
.p-top {
	padding-top: 120px;
  }
  .w-box {
	padding: 15px;
  }

  .icon-list li{
	display: inline-block;
  }
  .icon-list li a {
	font-size: 16px;
	padding: 0 7px;
  }
  .left-part{
	display: none;
  }
  .lession iframe{
	height:250px;
}
.box-j {
	padding: 20px;
	background-size: cover;
}
.box-j h2 {
	font-size: 23px;
  }
.box-j p {
	max-width: 80%;
	font-size:16px;
  }
  .cost-owl .owl-nav{
	display:none;
  }
  .cost-owl .owl-dots {
	display: block;
  }
  .courses.owl-theme {
	margin: 0;
  }
  .title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 16px;
  }
  .pad-b70 {
	padding-bottom: 40px;
  }
  .t-info{
	margin-bottom: 40px;
  }
  .lhu {
	padding: 30px;
  }
  .lhu .d-center{
	justify-content:start;
	margin:5px 0;
  }
  .lhu h3 {
	font-size: 18px;
  }
  .nav-pills .nav-link {
	padding: 1rem 0.8rem;
    font-size: 20px;
  }
  .cou-price{
	flex-direction: column;
  } 
  .cou-price h4{
     margin-bottom:15px;
	 text-align: center;
  }
  .t-info .btn {
	width: 100%;
  }
  .m-colm{
	flex-direction: column;
  }
.f-logo{
	margin-bottom:25px;
}
.br-box {
	padding: 20px;
  } 
.mem-box{
	margin-bottom:25px;
}
.mem-box h1 {
	font-size:24px;
 } 
.padd {
	padding:30px 20px;
} 
.price-md span {
	font-size: 31px;
} 
.price-sm {
	font-size: 28px;
}
.menu-right .dropdown-menu {
	left: auto;
	right: 0;
  } 
.box-hid{
	height:190px;
} 
.cou-box{
    height: 240px;
} 
.category-tab .nav-link {
	font-size: 16px;
  }
  .nav-cat .owl-dots {
	display: none;
  }
  .category-tab .cost-owl .owl-nav{
	left:-5px;
	right:-5px;
	display: flex;
	top: 14px;
	justify-content: space-between;
  } 
  .category-tab .cost-owl .owl-nav button.owl-prev {
	width: auto;
	height: auto;
	margin: 0;
  }  
  .category-tab .cost-owl .owl-nav button.owl-next {
	width: auto;
	height: auto;
	margin: 0;
  }
  .category-tab {
	top: 62px;
  }
  .cls-sample {
	padding-top:85px;
  } 
  .trainers .owl-nav {
	display: block;
	left: 0;
    right: 0;
	display: flex;
    justify-content: space-between;
  }
  .trainers .owl-dots {
	display: none;
  } 
  .trainers .owl-nav button.owl-prev{
	width:30px;
  }
  .trainers .owl-nav button.owl-next{
	width:30px;
  }
  .banner-slide .owl-nav {
	left: 0;
	right: 0;
	display: flex;
	top: 31%;
	opacity:0.6;
  } 
  .sm-icon {
	flex-direction: column;
  }
  .sm-icon p {
	padding: 6px 0;
  }
  .banner-slide .owl-item {
    height:145px;
  }
  .banner-slide iframe {
    height:145px;
  }
.m-top {
	margin-top: 90px;
  }
  .join-popup .modal-body {
	padding: 20px;
  }
  .join-popup .btn-close {
	right: 5px;
	top: 3px;
  }
  .blue-box .padd {
	padding: 20px;
	flex-direction: column;
  } 
  .price-md {
	font-size:21px;
	margin: 20px 0;
  }
  .newsletter-modal .modal-body {
	padding:2rem  1.3rem;
  }
  .banner-slide {
	padding:10px 15px;
  }          

}
@media (min-width:400px) and (max-width:575px){
	.banner-slide .owl-item {
		height:211px;
	  }
	  .banner-slide iframe {
		height: 211px;
	  }
}

@media (min-width:576px) and (max-width:767px){
	.navbar-brand img{
		width: 120px;
	}	
	.navbar .container{
		position: relative;
	}
	.menu-right{
		position: absolute;
		right:100px;
		top: 26px;
	}
	.fix-nav .menu-right{
		top:8px;
	}
	.video-background iframe, .video-background{
		display: none;
	}
	.video-sec{
		height:auto;
	}
	.res-ban{
		display: block;
	}
	.navbar-toggler:focus {
		 box-shadow: none;
	}
	.navbar-collapse {
		margin-top: 15px;
		background-color: #fff;
	}
	.abouts-sec img{
		margin-top: 30px;
	}
	.wh-box {
		margin: 10px auto;
		max-width: 270px;
	}
	.tariners-sec {
		background-image: none;
		background-color: #fff7e5;
	}
	.test-box{
		background-position: right 20px bottom 20px;
		background-size: 50px;
	}
	.testimonials {
		padding:0 15px;
	}
	.padding {
		padding: 40px 0;
	}
	.unlock-sec h1 {
		margin: 16px 0;
	}
	.m-40 {
		margin-top: 30px;
	}
	.unlock-sec {
		background-image: none;
		background-color: #edb07a;
	}
	h1 {
		line-height: 29px;
		font-size: 26px;
		margin-bottom: 20px;
	}
	.become-sec h1{
		margin-top:20px;
	}
	.f-logo{
		display: none;
	}
	.p-top {
		padding-top: 160px;
	  }
    .icon-list li{
		display: inline-block;
	  }
	  .icon-list li a {
		font-size: 16px;
		padding: 0 7px;
	  }
	  .left-part{
		display: none;
	  }
	  .lession iframe{
		height:350px;
	} 
	.box-j {
		padding:25px 40px;
		background-size: cover;
	}
	.box-j h2 {
		font-size: 23px;
	  }
	.box-j p {
		max-width: 80%;
		font-size:16px;
	  }
	  .cost-owl .owl-nav{
		display:none;
	  }
	  .cost-owl .owl-dots {
		display: block;
	  }
	  .courses.owl-theme {
		margin: 0;
	  }
	  .title {
		font-size: 24px;
		text-align: center;
		margin-bottom: 16px;
	  }
	  .pad-b70 {
		padding-bottom: 40px;
	  }
	  .cost-owl .owl-nav {
		left: -28%;
		right:-28%;
	  }
	  .t-info{
		margin-bottom: 40px;
	  }
	  .lhu {
		padding: 30px;
	  }
	  .lhu .d-center{
		justify-content: space-between;
		margin:5px 0;
	  }
	  .nav-pills .nav-link {
		padding: 1rem 1rem;
        font-size: 23px;
	  }
	  .footer-bottom {
		flex-direction: column;
	  }
	  .mem-box{
		margin-bottom:25px;
	  }
	  .homepage .navbar-dark .navbar-nav .nav-link {
		color: #111;
	  }
	.homepage .navbar-toggler span {
		background: #fff;
	}
	.fix-nav .homepage .navbar-toggler span {
		background: #000;
	}
	.cou-box{
		height:180px;
	}
	.category-tab .nav-link {
		font-size: 16px;
	  }
	  .nav-cat .owl-dots {
		display: none;
	  }
	  .category-tab .cost-owl .owl-nav{
		left:-5px;
		right:-5px;
		display: flex;
		top: 14px;
		justify-content: space-between;
	  } 
	  .category-tab .cost-owl .owl-nav button.owl-prev {
		width: auto;
		height: auto;
		margin: 0;
	  }  
	  .category-tab .cost-owl .owl-nav button.owl-next {
		width: auto;
		height: auto;
		margin: 0;
	  }
	  .category-tab {
		top: 62px;
	  }
	  .cls-sample {
		padding-top:85px;
	  }
	  .trainers .owl-nav {
		display: block;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
	  }
	  .trainers .owl-dots {
		display: none;
	  } 
	  .trainers .owl-nav button.owl-prev{
		width: 15px;
	  }
	  .trainers .owl-nav button.owl-next{
		width: 15px;
	  } 
	  .banner-slide .owl-nav {
		left: 0;
		right: 0;
		display: flex;
		top:40%;
		opacity: 0.3;
	  } 
	  .banner-slide .owl-item {
		height:285px;
	  }
	  .banner-slide iframe {
		height:285px;
	  }
	.m-top {
		margin-top:100px;
	  }
	  .blue-box .padd {
		padding: 20px;
		flex-direction: column;
	  } 
	  .price-md {
		font-size:21px;
		margin: 20px 0;
	  }
	  .banner-slide {
		padding:10px 15px;
	  }                         
	
	}
@media (min-width:768px) and (max-width:991px){
	.navbar .container{
		position: relative;
	}
	.menu-right{
		position: absolute;
		right: 100px;
		top:31px;
	}
	.fix-nav .menu-right{
		top:14px;
	}
	.video-background iframe, .video-background{
		display: none;
	}
	.video-sec{
		height:auto;
	}
	.res-ban{
		display: block;
	}
	.navbar-collapse {
		margin-top: 15px;
		background-color: #fff;
	}
	.f-logo{
		display: none;
	}
	.test-box{
		flex-direction: column;
		background-position: right 20px bottom 20px;
		background-size: 50px;
	}
	.test-left {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.wh-con p{
		font-size: 15px;
	}
	.wh-con {
		padding: 10px;
	}
	h1 {
		line-height: 35px;
		font-size: 31px;
		margin-bottom: 20px;
	}
	.list li {
		line-height: 22px;
		padding-bottom: 8px;
	}
	.w-box {
		padding: 25px;
	  }
    .m-colm{
		flex-direction: column;
	}
	.icon-list li{
		display: inline-block;
	} 
	.icon-list li a {
		font-size: 16px;
		padding: 0 7px;
	  }
	.max-600{
		max-width:600px;
	}
	.box-j {
		padding: 35px 80px;
		background-size: cover;
	}
	.box-j p {
		max-width: 80%;
	  }
	.t-info h1 {
		line-height: 32px;
		font-size: 24px;
	  }
	.lhu h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.lhu {
		padding: 40px 30px;
	  }
	.homepage .navbar-dark .navbar-nav .nav-link {
		color: #111;
	  }
	.homepage .navbar-toggler span {
		background: #fff;
	}
	.fix-nav .homepage .navbar-toggler span {
		background: #000;
	}
	.box-hid{
		height:190px;
	}
	.cou-box{
		height:162px;
	}
	.sm-icon {
		flex-direction: column;
	  }
	  .sm-icon p {
		padding: 6px 0;
	  }

	.banner-slide .owl-item {
		height:314px;
	  }
	.banner-slide iframe {
	  height:365px;
	}
	.mem-box {
		margin-bottom: 25px;
	}
	.nav-pills .nav-link{
		padding: 1rem 2rem;
	}
	.blue-box .padd {
		padding: 20px;
		flex-direction: column;
	  } 
	.price-md {
	  font-size:21px;
	  margin: 20px 0;
	}
	.wh-img {
	  height: 210px;
	}    

	}	
@media (min-width:991px) and (max-width:1199px){	
   .navbar-brand img{
	  width: 130px;
   }
   .navbar-dark .navbar-nav .nav-link{
	font-size: 16px;
	padding-right:0.8rem;
	padding-left:0.8rem;
   }
   .max-600{
	max-width:600px;
}
.box-j {
	padding: 35px 80px;
	background-size: cover;
}
.box-j p {
	max-width: 80%;
  }
.courses.owl-theme {
   margin: 0;
}
.cost-owl .owl-nav {
	left: -30px;
	right: -30px;
}
.pad-b70 {
	padding-bottom: 40px;
}
.trainer-p {
	width: 290px;
	height: 290px;
  } 
.mem-box h1 {
	font-size: 28px;
}
.box-hid{
	height:170px;
}
.cou-box{
	height:218px;
}
.category-tab {
	top: 73px;
  }
  .sm-icon {
	flex-direction: column;
  }
  .sm-icon p {
	padding: 6px 0;
  }
  .banner-slide .owl-item {
	height:389px;
  }
.banner-slide iframe {
  height:424px;
}
  .banner-slide .owl-nav {
	left: 0;
	right: 0;
  }
  .wh-img {
	height: 210px;
  }               

}

@media (min-width:1300px) and (max-width:1599px){
	.container {
      max-width:1200px;
    }
	.mx-w-1140 {
		max-width: 1140px;
	}
	.max-430{
		max-width:430px;
	}
	.max-600{
		max-width:600px;
	}
	.max-1000{
		max-width:1000px;
	}
}
@media (min-width:1600px){
	 .container {
      max-width:1400px;
    }
	.mx-w-1140 {
		max-width: 1140px;
	}
	.max-430{
		max-width:430px;
	}
	.max-600{
		max-width:600px;
	}
	.max-1000{
		max-width:1000px;
	}
	.box-hid {
		height: 190px;
	  }
	.banner-slide iframe{
		height:605px;
	}
	.banner-slide .owl-item{
       height:605px;
	   overflow: hidden;
	}
	.detail-img {
		max-width: 700px;
		margin: 0 auto;
	  }
	  .wh-img {
		height: 311px;
	  }  
}
@media (min-width:1920px){
	.banner-slide .owl-item {
		height: 725px;
	}
	.banner-slide iframe {
		height: 725px;
	}
}