@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font: 400 16px/20px 'Montserrat', sans-serif;
	color: #8e8e8e;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.mb-30 {
	margin-bottom: 30px
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 600 60px/65px 'Montserrat', sans-serif;
	color: #fff;
	padding: 15px 0 0;
}
h2 {
	font: 600 45px/40px 'Montserrat', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
h3 {
	font: 500 35px/40px 'Montserrat', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
h4 {
	font: 500 30px/35px 'Montserrat', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
h5 {
	font: 500 25px/30px 'Montserrat', sans-serif;
	color: #0092d0;
	padding: 15px 0 0;
}
h6 {
	font: 500 20px/25px 'Montserrat', sans-serif;
	color: #0092d0;
	padding: 15px 0 0;
}
p {
	font: 500 14px/20px 'Montserrat', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btnfos {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 15px 0 0 0;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
}
.btnfos-1 {
	background: #ef4034;
	font: 500 16px/45px 'Montserrat', sans-serif;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	padding: 0 45px;
}
.btnfos-1 svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 45px;
}
.btnfos-1 rect {
	fill: none;
	stroke: #fff;
	stroke-width: 1;
	stroke-dasharray: 422, 0;
}
.btnfos-1:hover {
	background: #0092d0;
	font-weight: 500;
	color: #fff;
}
.btnfos-1:hover rect {
	stroke-width: 5;
	stroke-dasharray: 15, 310;
	stroke-dashoffset: 48;
	-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn {
	background: #0171bd;
	font: 400 16px/45px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 35px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #0171bd;
	border-radius: 12px;
}
.btn:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	transition: all .3s ease-in-out;
}
.btn-white {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.btn-white:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	transition: all .3s ease-in-out;
}
.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-black:hover {
	background: #d4a765;
	color: #fff;
	border: 1px solid #d4a765;
	transition: all .3s ease-in-out;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.np {
	padding: 0 !important;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
.ita_txt {
	font-style: italic;
}
/*--header start--*/
header {
	padding: 5px 0 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	background: #e3e3e3;
}
.logo {
	float: left;
	position: absolute;
}
.logo img {
}
/*---navigation---*/
.menu_area {
	float: right;
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	float: left;
	margin: 0 15px;
	position: relative;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 600 14px/40px 'Montserrat', sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
	position: relative;
}
.nav-menu li > a:before {
	content: "";
	position: absolute;
	bottom: 0px;
	border-style: solid;
	color: #0092d0;
	border-width: 0 0 5px 0;
	transition: all .3s;
	transform-origin: 0% 0%;
	pointer-events: none;
	width: 100%;
	transform: scaleX(0);
}
.nav-menu li:hover > a:before, .nav-menu li.active > a:before {
	transform: scaleX(1);
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #0092d0;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #008fff;
	min-width: 220px;
	/*box-shadow: 0 0 5px #e1c31f;*/
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active {
	background: none;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.nav-menu .sub-menu a {
	font: 500 14px/40px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0px 10px;
	white-space: nowrap;
	margin: 0;
}
.nav-menu .sub-menu a:before {
	display: none;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #333;
}
#navigation {
	width: 100%;
}
@media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	margin: 0;
	float: right;
	border: 1px solid #000;
	margin: 0;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 0 50%;
	width: 37px;
	text-align: right;
	height: 27px;
	font-size: 0;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #008fff;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #0026c7;
}
.nav-menu li > a {
	font: 500 14px/30px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li > a:before {
	display: none;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 26px;
	height: 26px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #e3e3e3;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
	min-width: auto;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu > li {
	float: none;
	width: 100%;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
@media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.bannercontainer {
	position: relative;
}
.bannercontainer:after {
	content: "";
	height: 176px;
	width: 100%;
	position: absolute;
	left: 0%;
	bottom: 0;
	background: url(../images/banner_bot.png) no-repeat center bottom;
}
.banner_wrap {
	position: relative;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 50%;
}
.banner_wrap .txt .ban_txt h1 {
	font: 600 60px/60px 'Montserrat', sans-serif;
	color: #0092d0;
	padding: 0;
	text-transform: capitalize;
}
.banner_wrap .txt .ban_txt h2 {
	font: 600 45px/45px 'Montserrat', sans-serif;
	color: #727272;
	text-transform: capitalize;
}
.banner_wrap .txt .ban_txt p {
	font: 500 14px/20px 'Montserrat', sans-serif;
	color: #4b484f;
	padding: 0;
}
.as {
	position: relative;
}
.as .ban_img {
	position: absolute;
	left: 0%;
	top: 80.5%;
	transform: translate(-0%, -50%);
}
.as .ban_img img {
	width: 75%;
}
.banner_wrap .about-slider .txt {
	top: 40%;
}
.banner_wrap .about-slider .txt .ban_txt {
	width: 50%;
	text-align: center;
}
.banner_wrap .about-slider .txt .ban_txt h2 {
	font: 700 43px/50px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0;
	text-transform: capitalize;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.inner_wrap {
	background: url(../images/body-bg.png) no-repeat right bottom;
	background-size: 15%;
}
.content_wrapper {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
/*--advantage_wrap start--*/
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.aligncenter.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 75%;
	padding: 0px 0 30px;
}
.alignleft.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 00% 75%;
	padding: 10px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.about_txt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ser_box {
	margin: 15px 0;
	text-align: center;
	padding: 25px 15px;
	box-shadow: 0 0 9px #999;
	min-height: 188px;
	border-radius: 12px;
	position: relative;
}
.ser_box .ser_img {
}
.ser_box .ser_img img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ser_box .ser_img:hover img, .ser_box .ser_img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.ser_box .ser_txt {
	width: 100%;
	display: inline-block;
}
.ser_box:before {
	background-image: url(../images/pattern5.png);
	background-size: 75% 90%;
	height: 100%;
	top: 10px;
	left: 30px;
	width: 100%;
}
.ser_box:after {
	background-image: url(../images/pattern6.png);
	background-size: 75% 90%;
	height: 100%;
	top: 30px;
	right: -30px;
	width: 100%;
}
.ser_box:before, .ser_box:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.5s;
	transform: scale(0.5);
	z-index: 0;
}
.ser_box:hover:before, .ser_box:hover:after {
	opacity: 1;
	transform: scale(1);
}
.ser_box .ser_txt h6 {
	color: #0092d0;
}
.listing {
	margin: 15px 0 0 0;
}
.listing ul {
	width: 100%;
}
.listing ul li {
	width: 100%;
	padding: 7.5px 0 7.5px 30px;
	background: url(../images/li.png) no-repeat left 10px;
	font: 400 17px/20px 'Montserrat', sans-serif;
	color: #000;
	border-top: 1px dotted #d4d4d4;
}
#owl-one .item, #owl-two .item {
	margin: 0 15px;
}
#owl-one .owl-nav [class*=owl-] {
	display: none;
}
#owl-two .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next, #owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev, #owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-two .owl-dots {
	display: none;
}
#owl-one .owl-dots {
	display: inline-block;
	float: right;
	bottom: 10%;
	right: 10%;
	position: absolute;
}
.bg-blue {
	background: #0171bd;
}
.eq_wrap {
	background: url(../images/eq-bg.jpg) no-repeat 50% 50%;
}
.mail_form {
	padding: 25px 50px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
}
.mail_form h2 {
	padding: 0 0 15px 0;
	font: 400 25px/30px 'Lora', serif;
	color: #000;
	font-style: italic
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 45px;
	border: 1px solid #999;
	border-radius: 12px;
	margin: 5px 0;
	padding: 0 5px;
	text-indent: 0px;
	font: 400 13px/45px 'Lora', serif;
	color: #333;
	background: transparent;
}
.mail_form select {
	background: #fff url(../images/select.png) no-repeat 99% 50%;
}
.mail_form textarea {
	height: 100px;
	line-height: 20px;
	padding: 5px;
}
.mail_form input[type="submit"] {
	background: #ef4034;
	font: 400 18px/45px 'Lora', serif;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 45px;
	margin: 16px 0 0;
	display: inline-block;
	border-radius: 12px;
	border: none;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	transition: all .3s ease-in-out;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 13px/45px 'Lora', serif;
 color: #999 !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 13px/20px 'Lora', serif;
 color: #999 !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #000;
	text-align: center;
}
footer .footer_content {
	padding: 50px 0 0;
}
.footer_logo {
	margin: 0;
	text-align: center;
}
footer p {
	font: 400 14px/20px 'Montserrat', sans-serif;
	color: #dedede;
}
.footer_links {
	width: 100%;
	padding: 20px 0;
}
.footer_links h6 {
	color: #289cdb;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	padding: 0 20px;
	text-align: center;
	display: inline-grid;
}
.footer_links ul li a {
	font: 500 14px/20px 'Montserrat', sans-serif;
	color: #727272;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #fff;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #fff;
	text-decoration: none;
}
.copyright_wrap {
	width: 100%;
	padding: 10px 0;
	background: #000;
}
.copyright_wrap p {
	text-align: center;
	font: 400 13px/15px 'Montserrat', sans-serif;
	color: #727272;
	text-transform: capitalize;
	padding: 5px 0;
}
.copyright_wrap a {
	color: #fff;
}
/*--footer_wrap end--*/
.aligncenter {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorred {
	color: #fa0300;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #0092d0;
}
.colororrange {
	color: #1f8ccf;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #f8f9f9;
}
.bg-black {
	background: #000;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
/* Move Images */
.move-box {
	position: relative;
 img {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 &:first-child {
 position:unset;
}
}
}
.move-1 {
	-webkit-animation: move1 5s infinite;
	animation: move1 5s infinite;
}
.move-2 {
	-webkit-animation: move2 5s infinite;
	animation: move2 5s infinite;
}
.move-3 {
	-webkit-animation: move3 5s infinite;
	animation: move3 5s infinite;
}
.move-4 {
	-webkit-animation: move4 5s infinite;
	animation: move4 5s infinite;
}
@-webkit-keyframes move4 {
 0% {
 -webkit-transform: translate(0, -5px);
 transform: translate(0, -5px);
}
 50% {
 -webkit-transform: translate(0, 5px);
 transform: translate(0, 5px);
}
 100% {
 -webkit-transform: translate(0, -5px);
 transform: translate(0, -5px);
}
}
@-webkit-keyframes move1 {
 0% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 50% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 100% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
}
@keyframes move1 {
 0% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 50% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 100% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
}
 @-webkit-keyframes move2 {
 0% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
 50% {
 -webkit-transform: rotate(-1deg) translate(-2px, -2px);
 transform: rotate(-1deg) translate(-2px, -2px);
}
 100% {
 -webkit-transform: rotate(1deg) translate(2px, 2px);
 transform: rotate(1deg) translate(2px, 2px);
}
}
@-webkit-keyframes move3 {
 0% {
 transform: translate(0, 0);
}
 20% {
 transform: translate(5px, 0);
}
 40% {
 transform: translate(5px, 5px);
}
 65% {
 transform: translate(0, 5px);
}
 65% {
 transform: translate(5px, 0);
}
 100% {
 transform: translate(0, 0);
}
}
/* Move Images */
.service_box {
	padding: 25px 20px;
	box-shadow: 0 0 9px #ccc;
	margin-top: 25px;
}
.service_box h5 {
	padding: 0;
	font-weight: 700;
	color: #0092d0;
}
table {
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid #ddd;
	padding: 8px;
}
table tr:nth-child(even) {
	background-color: #f2f2f2;
}
table tr:hover {
	background-color: #ddd;
}
table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #0092d0;
	color: white;
}
.trainer_box{
	margin:15px 0;
}