
@font-face{
	font-family: 'Proxima Nova Rg', 'Open Sans', sans-serif;
	src: url("assets/fonts/proxima_nova_reg-webfont.ttf");
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family: 'Proxima Nova Thin', 'Open Sans', sans-serif;
	src: url("assets/fonts/FontsFree-Net-Proxima-Nova-Thin.otf");
	font-weight: 900;
	font-style: normal;

}

:root{
	--primary-color: #52075F;
	--secondary-color: #000;
	--red-color: #dc0000;
	--proxima-font: 'Proxima Nova Rg', 'Open Sans', sans-serif;
	--transition: .3s ease-in-out;
	--proxiThin-font: 'Proxima Nova Thin', 'Open Sans', sans-serif;
}

.contentTitle{
	font-family: var(--proxiThin-font);
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--proxima-font);
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bgnd-primary{
	background-color: var(--primary-color);
}
.bgnd-white{
	background-color: #fff;
}
.bgnd-secondary{
	background-color: var(--secondary-color);
}
.bt{
	padding: 1rem 2.5rem!important;
	text-decoration: none!important;
	border: 1px solid transparent!important;
	outline: none!important;
	color: var(--secondary-color)!important;
	border-radius: 5px!important;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out!important;
	cursor: pointer!important;
}
.bt-primary{
	background: var(--primary-color)!important;
	text-transform: uppercase!important;
	border: 1px solid var(--primary-color)!important;
	color: #fff!important;
	font-family: var(--proxima-font)!important;
	font-size: 12px!important;
	font-weight: 600!important;
	-webkit-letter-spacing: 1px!important;
	-moz-letter-spacing: 1px!important;
	-ms-letter-spacing: 1px!important;
	letter-spacing: 1px!important;
}
.bt-red{
	background: var(--red-color)!important;
	color: #fff!important;
	font-family: var(--proxima-font)!important;
	font-size: 13px!important;
	font-weight: 900!important;
	border: 1px solid var(--red-color)!important;
}
.bt-primary:hover{
	background: #fff!important;
	color: var(--primary-color)!important;
	box-shadow: 0px 10px 20px var(--primary-color)!important;
}
.bt-red:hover{
	background: #fff!important;
	color: var(--red-color)!important;
}

.hide-field{
	display: none!important;
}

.separator{
	margin: 40px auto;
	max-width: 260px;
	width: 100%;
	position: relative;
	height: 1px;	
}
.separator:before{
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	width: 40px;
	height:16px;
	transform: skew(-45deg);
	margin-left: -20px;
}
.separator.bgnd-primary:before{
	background-color: var(--primary-color);
}
.separator.bgnd-white:before{
	background-color: #fff;
}

header{
	width: 100%;
	top: 0;
}
.header.home-header{
	height: 100vh;
}
.page-header{
	height: 60%;
}
.home-header:before{
	content: '';
	  width: 0;
	  height: 0;
	  position: absolute;
	  bottom: -40px;
	  right: 0;
	  z-index: 3;
	  border-top: 50vh solid transparent;
	  border-left: 50vh solid transparent;
	  border-right: 50vh solid var(--primary-color);
	  opacity: 0.8;
}
.home-header:after{
	  content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: -1;
    border-top: 55vh solid transparent;
    border-left: 55vh solid transparent;
    border-right: 55vh solid var(--secondary-color);
    opacity: 0.9;
}

.page-header:before{
	content: '';
	  width: 0;
	  height: 0;
	  position: absolute;
	  bottom: 30%;
	  right: 0;
	  z-index: 3;
	  border-top: 50vh solid transparent;
	  border-left: 50vh solid transparent;
	  border-right: 50vh solid var(--primary-color);
	  opacity: 0.8;
}
.page-header:after{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 28%;
    right: 0;
    z-index: -1;
    border-top: 55vh solid transparent;
    border-left: 55vh solid transparent;
    border-right: 55vh solid var(--secondary-color);
    opacity: 0.9;
}

.home-header .scroll-down{
	position: absolute;
	bottom: 1rem;
	right: 15%;
	text-decoration: none;
	color: #fff;
	z-index: 4;
}
header .scroll-down i{
	font-size: 60px;
}
.page-header .scroll-down {
    position: absolute;
    bottom: 33%;
    right: 15%;
    text-decoration: none;
    color: #fff;
    z-index: 4;
}
.overlay{
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.header-holder{
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 10%);
	padding: 10px 20px;
	z-index: 6;
	position: absolute;
	top: 0;

}
.header-bar{
	width: 75%;
	padding: 10px 0;
	display: block;
	margin: 0 auto;
}
/*Topbar start here*/
.header-bar .topbar{
	display: block;
	width: 100%;
}
.header-bar .topbar .top-item{
	display: inline-block;
	color: #fff;
	font-family: var(--proxima-font);
	float: left;
	margin: 0 .5rem;
}
.header-bar .topbar .top-item span{
	font-size: 13px;
	font-weight: 500;
}
.header-bar .topbar .top-item span a{
	text-decoration: none;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.header-bar .topbar .top-call a:hover{
	opacity: 0.5;
}
.header-bar .topbar .top-mail a{
	opacity: 0.5;
}
.header-bar .topbar .top-mail a:hover{
	opacity: 1;
}
.header-bar .topbar .t-socialIcon{
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	float: right;
	z-index: 8888;
}
.header-bar .topbar .t-socialIcon ul{
	display: flex!important;
}
.header-bar .topbar .t-socialIcon li{
	list-style: none;
	width: 26px;
  height: 27px;
	background: #fff;
	opacity: 0.4;
	margin: 0 .5rem;
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.header-bar .topbar .t-socialIcon li a{
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}
.header-bar .topbar .t-socialIcon li a span{
	display: none!important;
}
.header-bar .topbar .t-socialIcon li:hover{
	opacity: 1;
}
.header-bar .topbar .t-socialIcon li i{
	color: rgba(0, 0, 0, 0.3);
	opacity: 1;
	font-size: 21px;
	margin: 0!important;

}
.header-bar .topbar .t-socialIcon li:hover ~ i{
	opacity: 0.6;
}
/*Logo & Navigation bar start here*/
header .navbar{
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	width: 100%;
}
header .header-logo img{
	max-height: 70px;
}
header .navbar-menu .menu{
	display: block;
	text-align: right;
}
header .navbar-menu .menu li{
	list-style: none;
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	padding: 0 10px;
	position: relative;
}
header .navbar-menu .menu li a{
	font-family: var(--proxima-font);
	text-decoration: none;
	color: #fff;
	/*padding: 0 6px;*/
	position: relative;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
header .navbar-menu .menu li a::after{
	content: "";
	position: absolute;
	padding: .1px 0;
	bottom: 12px;
	width: 5%;
	opacity: 0;
	height: 1px;
	background: var(--primary-color);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
header .navbar-menu .menu li a:hover::after{
	opacity: 1;
	width: 100%;
}
header .navbar-menu .menu .sub-menu{
	background: rgba(0,0,0,0.9);
  	border-radius: 6px;
  	padding: 10px;
  	position: absolute;
  	top: 100%;
  	z-index: 10;
  	left: 0;
  	width: 100vw;
  	max-width: 180px;
  	margin-top: -10px;
  	opacity: 0;
  	display: -webkit-flex;
    display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	visibility: hidden;
  	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
header .navbar-menu .menu .sub-menu li a{
	justify-content: flex-start!important;
}
header .navbar-menu .menu .sub-menu li a::after{
	display: none;
}
header .navbar-menu .menu .sub-menu li a:hover:after{
	opacity: 0;
	width: 0;
}

.sub-menu .menu-item a{
	line-height: 25px;
	font-size: 13px;
	font-family: var(--proxima-font);
	font-weight: 600;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.sub-menu a:hover{
	opacity: 0.6;
}
.navbar .menu .menu-item:hover .sub-menu{
	visibility: visible;
	opacity: 1;
}

/* Start side navbar*/

#menuOpener{
    width: 60px;
    height: 60px;
    position: fixed;
    top: 20px;
    right: -100px;
    z-index: 30000000001;
    -webkit-transition: right 0.2s ease-in-out;
	-moz-transition: right 0.2s ease-in-out;
	-o-transition: right 0.2s ease-in-out;	
	transition: right 0.2s ease-in-out;
    background-color: #000;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

#menuOpener.openSideMenu{
	right: 0;
}

#menuOpener span, #menuCloser span{
	background-color: #fff;
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  left: 16px;
  -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#menuOpener span:nth-child(1){
	top: 20px;
}
#menuOpener span:nth-child(2){
	top: 27px;
}
#menuOpener span:nth-child(3){
	top: 34px;
}
#menuOpener:hover span:nth-child(2){
	width: 22px;
}
#menuOpener:hover span:nth-child(3){
	width: 18px;
}
.sideMenu{
	color: #fff;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 3000000000;
    background: var(--primary-color);
    max-width: 360px;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: right 0.4s cubic-bezier(1,.06,.46,.94);
	-moz-transition: right 0.4s cubic-bezier(1,.06,.46,.94);
	-o-transition: right 0.4s cubic-bezier(1,.06,.46,.94);
    transition: right 0.4s cubic-bezier(1,.06,.46,.94);
}
.sideMenu .menuCloser{
		position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
    width: 60px;
    height: 60px;
}
.sideMenu .menuCloser span:nth-child(1){
	transform: rotate(45deg);
  top: 28px;
}
.sideMenu .menuCloser span:nth-child(2){
	transform: rotate(-45deg);
  top: 28px;
}

.side-nav-menu{
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 100px;
  position: relative;
  min-height: 100%;
}

.side-nav-menu ul{
	  padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
}
.side-nav-menu ul li{
	padding: 10px 0;
	list-style: none;
}
.side-nav-menu ul li a{
	color: #fff;
  font-size: 21px;
  font-weight: bold;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
}
.side-nav-menu ul ul{
	border-left: 1px solid #fff;
    margin-left: 10px;
    line-height: 26px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.side-nav-menu ul ul li{
	padding: 0px 20px;
}
.side-nav-menu ul ul li a{
	font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.sidebar-footer{
	font-size: 14px;
    line-height: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
}
.sidebar-footer a{
	color: #fff;
	opacity: .7;
}
.sidebar-footer a:hover{
	opacity: 1;
}

/*javascript class after click open menu*/

body.sideBarOpened {
    overflow-y: hidden;
    position: relative;
}
body.sideBarOpened:before{
	opacity: 1;
  	visibility: visible;
}
body:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*Hero Section Start here*/
.hero-section{
	width: 100%;
	position: absolute;
	top: 0;
    background: red;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-section-home{
	height: 100%;
}
.home-header .hero-section-page{
	height: 100%!important;
}
.page-header .hero-section-page{
	height: 60%!important;
}
header .content-holder{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  transform: translateY(-50%);
}
.hero-section-page .content-holder{
	top: 85%;
}
.hero-section-page .hero-content h1 p{
	font-size: 40px!important;
	-webkit-letter-spacing: 0;
  	-moz-letter-spacing: 0;
  	-ms-letter-spacing: 0;
	letter-spacing: 0;
}
header .hero-content{
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
}
header .hero-content img{
	margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
header .hero-content h3{
	color: #fff;
  font-size: 26px;
  line-height: normal;
	opacity: 0.8;
	font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
header .hero-content h1{
	color: #fff;
	font-family: var(--proxiThin-font);
	text-align: center;
	font-size: 60px;
  line-height: 65px;
  -webkit-letter-spacing: -2px;
  -moz-letter-spacing: -2px;
  -ms-letter-spacing: -2px;
  letter-spacing: -2px;
  font-weight: 900;
  margin-bottom: 3rem;
}

/*Intro section*/
.section{
	display: block;
	z-index: 9999;
	width: 100%;
}
.section .content-holder{
	padding: 80px 20px;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 150px;
	width: 60%;
}
.section .content-holder h3{
	color: var(--primary-color);
  font-size: 18px;
  line-height: normal;
	opacity: 0.8;
	font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.section .content-holder h1{
	text-align: center;
	line-height: normal;
	font-size: 65px;
	color: var(--secondary-color);
	-webkit-letter-spacing: -2px;
  	-moz-letter-spacing: -2px;
  	-ms-letter-spacing: -2px;
	letter-spacing: -2px;
	font-weight: bold;
}
.section .content-holder p{
    line-height: 26px;
    font-weight: normal;
}

/*Program Section*/
.program-section{
	margin-top: 3rem;
	background-color: var(--secondary-color);
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;

  width: 100%;
  max-width: 2500px;
}
.program-section .service-card{
	background-color: var(--secondary-color);
	font-size: 18px; 
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	max-height: 800px;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.program-section .service-card:hover{
	transform: translateY(-20px);
}
.program-section .service-card a{
	color: #fff;
	display: block;
	text-decoration: none;
}
.program-section .service-card a:before{
	content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.program-section .service-card h1{
	position: absolute;
	bottom: 0;
	padding: 20px 20px 80px 20px;
	width: 100%;
	z-index: 2;
	font-size: 40px;
	font-family: var(--proxiThin-font);
	font-weight: 700;
	-webkit-letter-spacing: 1px;
  	-moz-letter-spacing: 1px;
  	-ms-letter-spacing: 1px;
	letter-spacing: 1px;
}
.program-section .service-card img{
	width: 100%;
	height: 100%;
}
.program-section .service-card h1,
.program-section .service-card img{
	-webkit-transition: opacity 0.4s cubic-bezier(1,.06,.46,.94);
	-moz-transition: opacity 0.4s cubic-bezier(1,.06,.46,.94);
	-o-transition: opacity 0.4s cubic-bezier(1,.06,.46,.94);
	transition: opacity 0.4s cubic-bezier(1,.06,.46,.94);
}
.program-section .service-card a:hover img{
	opacity: 0.5;
}
.location-map{
	position: relative;
	height: 85vh;
}
.location-map:before{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.86) 40%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(40%, rgba(255,255,255,0.86)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.86) 40%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.86) 40%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.86) 40%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.86) 40%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	content: '';
	display: block;
	position: absolute; top: 0; left: 0; z-index: 2;
	width: 100%; height: 260px;
}
.location-map .content{
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
  	-ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 3;
    max-width: 600px;
    margin: 0 auto;
}
.location-map .content h3{
	color: var(--primary-color);
	-webkit-letter-spacing: -1px;
  	-moz-letter-spacing: -1px;
  	-ms-letter-spacing: -1px;
  letter-spacing: -1px;
  margin-top: -6rem;
}
.location-map .content h2{
	font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  -webkit-letter-spacing: -4px!important;
  	-moz-letter-spacing: -4px!important;
  	-ms-letter-spacing: -4px!important;
  letter-spacing: -4px!important;
  font-weight: 900;
  font-family: var(--proxiThin-font);
}
.location-map .content .bt{
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    -webkit-letter-spacing: 1px;
  	-moz-letter-spacing: 1px;
  	-ms-letter-spacing: 1px;
    letter-spacing: 1px;
    padding: 13px 40px;
    text-transform: uppercase;
    margin-top: 15rem;
}

/*membership section*/
.membership-section{
	position: relative;
	background-color: var(--secondary-color);
	color: #fff !important;
	width: 100%;
	height: 50vh;
}
.membership-section .offer-content{
	position: relative;
	width: 50%;
	padding: 100px;
	z-index: 2;
	height: 100%;
}
.membership-section .offer-content:before{
	content: '';
	width: 170%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -70%;
	background: var(--primary-color);
	transform: skew(-20deg);
	z-index: -1;
}
.membership-section .offer-content:after{
	content: '';
	width: 170%;
	height: 100%;
	position: absolute;
	bottom: -30px;
	left: -70%;
	background: var(--secondary-color);
	transform: skew(-20deg) translateX(20px);
	z-index: -2;
	opacity: 0.9;
}
.membership-section .offer-content h1{
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	font-family: var(--proxiThin-font);
	-webkit-letter-spacing: -3px;
  	-moz-letter-spacing: -3px;
  	-ms-letter-spacing: -3px;
	letter-spacing: -2px;
	margin-bottom: 10px;
}
.membership-section .member-imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.membership-section .membership-img{
	display: block;
	background: url("../assets/images/Membership-Pic-1-120146.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 55%;
	height: 130%;
}
.membership-section .member-plan {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}
.membership-section .member-plan a{
	color: #fff;
}

.membership-section .plan-name{
	display: block;
	width: 60%;
	float: left;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 24px;
}
.membership-section .plan-price{
	font-size: 20px;
}
.membership-section .plan-price strong{
	font-size: 40px;
	text-transform: uppercase;
}
.membership-section .plan-link{
	position: absolute;
	top: 29px;
	right: 7px;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	opacity: 0.4;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.membership-section .plan-link:hover{
	opacity: 1;
}

/*testimonials section*/
.swiper {
        width: 100%;
        height: 100%;
        margin-top: 6rem;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      /*.testimonial .swiper-slide .service-card{
        padding: 2rem;
      }*/
      .testimonials-section{
      	/*display: flex;*/
      	/*justify-content: center;*/
      	/*align-items: center;*/
    	padding-bottom: 10px;
      }
      .testimonial .swiper-slide .service-card p{
      	width: 50%;
      	display: block;
      	line-height: 26px;
      	font-size: 20px;
      	font-weight: 400;
      	margin: 0 auto;
      }
      .testimonial .swiper-slide .service-card img{
      	margin-top: 1rem;
      	max-width: 320px;
      }
      .testimonial .swiper-slide .service-card h3{
      	font-size: 32px;
      	font-family: var(--proxima-font);
		    line-height: 48px;
		    font-weight: 900;
      }
      .swiper-button-next, .swiper-button-prev{
      	color: var(--secondary-color);
      }
      .pagination-holder{
      	bottom: 2rem;
      	margin: 0 auto!important;
		    background-color: var(--primary-color)!important;
		    max-width: 260px!important;
		    width: 100%!important;
		    position: relative!important;
		    height: 1px!important;
		    display: flex!important;
    		justify-content: center!important;
      }
      .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
      		position: absolute;
		    top: -8px;
      }
      .swiper-pagination-bullet{
      	background-color: var(--secondary-color);
      	display: inline-block;
		    transform: skew(-45deg);
		    border-radius: 0;
		    width: 40px;
		    height: 16px;
		    z-index: 1;
		    opacity: 1;
      }
      .swiper-pagination-bullet-active{
      	background-color: var(--primary-color);
      	z-index: 10;
      }


/*Request Contact form*/

.requestForm-section{
	margin-top: 3rem;
	padding: 100px 20px;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	text-align: center;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*.requestForm-section .content{*/
/*    height: 100%;*/
/*}*/
.requestForm-section .contentTitle{
	color: #fff;
	-webkit-letter-spacing: 1px;
  	-moz-letter-spacing: 1px;
  	-ms-letter-spacing: 1px;
	letter-spacing: 1px;
}
.requestForm-section .content h1{
	color: #fff;
	font-family: var(--proxiThin-font);
	font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  -webkit-letter-spacing: -2px;
  	-moz-letter-spacing: -2px;
  	-ms-letter-spacing: -2px;
  letter-spacing: -2px;
  font-weight: 900;
}
.requestForm{
	background: var(--secondary-color);
  box-shadow: 0px 40px 20px -30px rgb(0 0 0 / 80%);
  border-radius: 4px;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;  
}
.requestForm form{
	padding: 20px!important;
}
.requestForm input{
	height: 100%!important;
	width: 100%!important;
	outline: none!important;
	border: none!important;
	background: transparent!important;
	padding: 0 15px!important;

}
.requestForm textarea {
	height: 100%!important;
	background: transparent;
	border: none;
}
/*wpform style start here*/
.requestForm .wpforms-field-label{
	display: none!important;
}
.wpforms-field-medium{
	max-width: 100%!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0px 0px!important;
    clear: both;
}
/*wpform style end here*/
.wpforms-field {
    background: rgba(255,255,255,0.2)!important;
    color: #fff!important;
    border: 1px solid rgba(255,255,255,0.3)!important;
    border-radius: 0!important;
    font-size: 16px!important;
    height: 44px!important;
    width: 100%!important;
    -webkit-appearance: none!important;
    position: relative!important;
    margin-top: 1rem!important;
}
.wpforms-field input{
	font-family: var(--proxiThin-font)!important;
	color: #fff!important;
	font-size: 16px!important;
}
.requestForm .field-holder{
	background: rgba(255,255,255,0.2)!important;
  	color: #fff!important;
  	border: 1px solid rgba(255,255,255,0.3)!important;
  	border-radius: 0!important;
  	font-size: 16px!important;
  	height: 44px!important;
  	width: 100%!important;
  	-webkit-appearance: none!important;
  	position: relative!important;
  	margin-top: 1rem!important;
}
.field-holder input{
	font-family: var(--proxiThin-font)!important;
	color: #fff!important;
	font-size: 16px!important;
}

.wpforms-field-textarea {
	height: 85px!important;
}

.requestForm .field-holder i{
	position: absolute;
	right: 1rem;
	top: 30%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.requestForm .bt{
	margin-top: 1rem!important;
	border-radius: 30px!important;
}

/*get touch footer button section*/

.getTouch-sec{
	height: 350px;
	width: 100%;
	background: #0f0f0f;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}

.getTouch-sec .bt{
	font-size: 16px;
	font-weight: 900;
	-webkit-letter-spacing: 1px;
  	-moz-letter-spacing: 1px;
  	-ms-letter-spacing: 1px;
	letter-spacing: 1px;
	font-family: var(--proxiThin-font);
}
.modal-open{
	position: relative;
}
.modal-open:before{
	opacity: 1!important;
    visibility: visible!important;
    content: ''!important;
    width: 100%!important;
    height: 100%!important;
    background-color: rgba(0,0,0,0.9)!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    z-index: 99!important;
    -webkit-transition: all 0.2s ease-in-out!important;
	-moz-transition: all 0.2s ease-in-out!important;
	-o-transition: all 0.2s ease-in-out!important;
	transition: all 0.2s ease-in-out!important;
}
.modal-header{
	border: none;
	position: absolute;
    bottom: 0;
    width: 100%;
}
.modal-header .close{
	position: absolute;
    right: 40%;
    top: 1.5rem;
    font-size: 73px;
    opacity: 1;
    color: #fff;
    outline: none!important;
}
.modal.show .modal-dialog{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    justify-content: center;
    width: 100%!important;
}
.modal-body{
	width: 580px;
	padding: 0;
}
.modal-content{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 450px;
	background: #27333e;
	position: relative;
	width: 920px;
	border: none;
}
.popup_testimonials{
	float: left;
    width: 100%;
    height: 450px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 6px;
}
.testimonial_card{
	padding: 20px;
}

/*google reviews style start*/
.ti-widget.ti-goog {
    padding: 10rem 2rem;
}
/*google reviews style end*/
.review-header{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.testimonial_card img{
	margin: 0 10px 0 10px;
    width: 60px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
}
.testimonial_card .reviewTitle-rate{
	display: inline-block;
}
.reviewTitle-rate h2{
	color: #fff;
	font-size: 20px;
	margin-bottom: 0!important;
}
.reviewTitle-rate i{
	color: #fdb924;
	font-size: 12px;
}
.popup_testimonials .testimonial_text{
	color: #fff;
	padding: 20px;
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    display: block;
    clear: both;
}

.popup_testimonials::-webkit-scrollbar-track {
  background: #1b1c1d;
}

.popup_testimonials::-webkit-scrollbar {
    width: 10px;
}

.popup_testimonials::-webkit-scrollbar-thumb {
  background: #888;
}
.popup_testimonials .testimonial_text::selection {
    background-color: #000;
    color: #fff;
}

.modal-content .requestForm {
    padding: 1px 30px;
    width: 400px;
}
.modal-content .requestForm .bt{
	display: block;
	margin: 1rem auto;
	font-size: 12px;
}
.modal-content .requestForm h1{
	font-size: 20px;
	color: #fff;
}


/*Service page card*/

.sevice-page-section{
	width: 80%;
	display: block;
	margin: 8rem auto;
	padding-bottom: 5rem;
}
.sevice-page-section .service-page-card{
	width: 100%;
	height: 500px;
	margin-top: 5rem;
	position: relative;
}
.service-page-card:nth-child(even) img{
	height: 100%;
	position: absolute;
	right: 5rem;
}
.service-page-card:nth-child(even) .card-box{
	position: absolute;
	left: 0rem;
	width: 38%;
}
.service-page-card:nth-child(odd) img{
	height: 100%;
	position: absolute;
	left: 5rem;
}
.service-page-card:nth-child(odd) .card-box{
	position: absolute;
	right: 0rem;
	width: 38%;
}
.service-page-card .card-box h1{
	color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 900;
    -webkit-letter-spacing: -2.3px;
  	-moz-letter-spacing: -2.3px;
  	-ms-letter-spacing: -2.3px;
    letter-spacing: -2.3px;
    font-size: 60px;
}
.service-page-card .card-box p{
	margin-top: 1rem;
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 5rem;
}




/*footer section*/
.footer{
	background: #0f0f0f;
}

.footer .content{
	padding: 5rem 1rem;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	color: #fff;
}
.footer .content h3{
	  font-size: 20px;
    line-height: 24px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: var(--proxiThin-font);
    font-weight: bold;
}
.footer .content .footer-content-link{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-evenly;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}
.footer .content .footer-content-link p{
	color: #fff!important;
	text-decoration: none!important;
	font-family: var(--proxiThin-font);
	font-size: 14px;
	margin-bottom: .4rem;
	opacity: 0.95;
}
.footer .content .footer-content-link a,a{
	text-decoration: none!important;
	font-family: var(--proxiThin-font);
	font-size: 14px;
	margin-bottom: .4rem;
	opacity: 0.95;
}
.footer .content .footer-content-link a{
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.footer .content .footer-content-link a:hover{
	opacity: 0.4;
	border-color: #fff!important;
}
.footer-social-link{
	margin-top: 1rem;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.footer-social-link ul{
	display: -ms-flexbox!important;
    display: -webkit-flex!important;
	display: flex!important;
}
.footer-social-link ul li{
	list-style: none!important;
}
.footer-social-link ul li a span{
	display: none!important;
}
.footer-social-link a{
	font-size: 30px;
	color: #fff;
	margin: 0 1rem;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.footer-social-link a:hover{
	color: var(--primary-color)!important;
}

.copyright{
	padding: 1.5rem 5rem;
	background: #000000;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
}
.copyright ul{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    margin-left: 0.5rem;
}
.copyright ul li{
	list-style: none;
}
.copyright p{
	color: #fff;
	opacity: 0.5;
	font-size: 11px;
}
.copyright a{
	text-decoration: none;
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin: 0 0.5rem;
	font-size: 12px;
	opacity: .5;
}
.copyright ul a:after{
	content: " / ";
}
.copyright ul a:hover{
	opacity: 0.4;
	border-color: #fff;
}

.copyright .backTop{
	border-bottom: none !important;
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 150px;
    height: 100px;
    opacity: 1;
}
.copyright .backTop::before{
	content: '';
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg);
}
.copyright .backTop i{
	margin: auto;
	font-size: 40px;
    position: relative;
    z-index: 3;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    top: 15px;
	animation: topDown 2s linear infinite;
    -webkit-transition: top 0.4s cubic-bezier(1,.06,.46,.94);
    -moz-transition: top 0.4s cubic-bezier(1,.06,.46,.94);
    -o-transition: top 0.4s cubic-bezier(1,.06,.46,.94);
    transition: top 0.4s cubic-bezier(1,.06,.46,.94);
}
@keyframes topDown {
	0%{
		transform: translateY(0);
	}
	10%{
		transform: translateY(-5px);
	}
	30%{
		transform: translateY(-10px);
	}
	50%{
		transform: translateY(-15px);
	}
	70%{
		transform: translateY(10px);
	}
	90%{
		transform: translateY(5px);
	}
	100%{
		transform: translateY(0px);
	}
	
	
}



/*single page container*/
.content-container{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
	padding: 80px 20px;	
	padding-top: 10rem;
    max-width: 80%;
    margin: 0 auto;
}
.single-content{
	float: left;
    width: calc(100% - 350px);
    padding-right: 60px;
	padding-left: 3rem;
	border-left: .5rem solid #ced4da;
}
.searchForm-container form{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.searchForm-container form input{
	border: 1px solid #e0e0e0;
    width: 64%;
    padding: 0 20px;
    height: 40px;
    border-radius: 6px;
    outline: none;
}
.searchForm-container form .searchBTN{
	cursor: pointer;
    border: 1px solid #e0e0e0;
    width: 34%;
    padding: 0 20px;
    height: 40px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 160px;
    margin-left: .5rem;
}
.blogs-container{
	margin-top: 1rem;
	float: left;
    width: calc(100% - 350px);
    padding: 0 3rem;
}
.blogs-container .post-list{
	margin-top: 4rem;
}
.blogs-container .post-list .post-holder{
	border-bottom: 1px solid #e0e0e0;
	padding: 4rem 0;
}
.blogs-container .post-list .post-holder .bt{
	float: right;
}
.post-list .pagination{
	margin-top: 5rem;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.page-numbers{
	text-decoration: none!important;
    color: #000!important;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #000;
    margin: 0 0.5rem;
    cursor: pointer;
    -webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.page-numbers:hover{
	color: #fff;
	background: var(--primary-color);
    border: 1px solid var(--primary-color);

}
.page-numbers.current{
    color: #fff!important;
    padding: 12px 24px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.side-bar-widgets{
	float: right;
    width: 350px;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}
.sideWidget-Title{
	width: 100%;
	padding: 1.5rem 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	font-family: var(--proxiThin-font);
	-webkit-letter-spacing: 1px;
  	-moz-letter-spacing: 1px;
  	-ms-letter-spacing: 1px;
	letter-spacing: 1px;
	max-width: 400px;
    margin: 1rem auto;
}
.sidePosts,.post-box,.post-box img{
	width: 100%;
}
.post-box{
	position: relative;
	margin-top: 1rem;
}
.post-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 30%,transparent 70%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.post-box:hover::before {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 40%,transparent 60%);
}
.post-box h1{
	position: absolute;
	bottom: 2rem;
	z-index: 2;
	color: #fff;
	font-size: 25px;
    margin-left: 1.5rem;
    font-weight: 700;
	text-align: center;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}
.sidePosts a:hover .post-box h1{
	bottom: 3rem;

}
.postShare-option{
	margin-top: 5rem;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}
.postShare-option h1{
	font-weight: 600;
    font-size: 43px;
    text-align: center;
    font-family: var(--proxiThin-font);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.postShare-option h1:before{
	content: '';
    background: #f0f0f0;
    height: 5px;
    width: 120px;
    top: 50%;
    display: inline-block;
    margin: 0 2rem;
}
.postShare-option h1:after{
	content: '';
    background: #f0f0f0;
    height: 5px;
    width: 120px;
    top: 50%;
    display: inline-block;
    margin: 0 2rem;
}
.social-shareBTN{
	margin-top: 2rem;
}
.social-shareBTN .shareBTN{
	text-decoration: none;
	font-size: 25px;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 1rem;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    overflow: hidden;
}
.fb-btn{
	color: #3b5999!important;
	border-color: #3b5999!important;
	
}
.twt-btn{
	color: #55acee!important;
	border-color: #55acee!important;
	padding: 1rem 1.3rem!important;
}
.social-shareBTN .fb-btn:hover{
	background: #3b5999;
	color: #fff!important;
}
.social-shareBTN .twt-btn:hover{
	background: #55acee;
	color: #fff!important;
}
.social-shareBTN .shareBTN:hover i{
	animation: shareBtn-animation .2s ease-in-out;
}

@keyframes shareBtn-animation{
	0%{
		transform: translateY(30px);
		opacity: 0;
	}
	50%{
		transform: translateY(15px);
		opacity: 1;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}

/*elementor class style */
.elementor-button-link{
	background: var(--primary-color)!important;
	color: #fff;
	border: 1px solid var(--primary-color)!important;
}
.elementor-button-link:hover{
	background: #fff!important;
	color: var(--primary-color)!important;
	box-shadow: 0px 10px 20px var(--primary-color)!important;
}
.elementor-section .elementor-container {
    flex-wrap: nowrap!important;
}

/*offer page style*/

.offerOnline{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	border-top: .6rem solid var(--primary-color);
}
.offerIntro{
	background: radial-gradient(at bottom center, #00000066 10%, #080F1E00 80%);
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	padding: 1rem 1.5rem;
}
.offerIntro .introImg{
	padding-bottom: .2rem;
	border-bottom: .3rem solid var(--primary-color);
}
.offerIntro h1{
	color: #202B43;
    font-family: var(--proxiThin-font);
    font-size: 73px;
    font-weight: 900;
    -webkit-letter-spacing: 0px;
  	-moz-letter-spacing: 0px;
  	-ms-letter-spacing: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.offerIntro .introPtext{
	margin-top: -1rem;
	font-style: italic;
	color: #000000;
	font-family: var(--proxiThin-font);
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}
.offer-step{
	margin-top: 3rem;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}
.offer-step span{
	font-size: 24px;
    line-height: 20px;
    -webkit-letter-spacing: 2px;
  	-moz-letter-spacing: 2px;
  	-ms-letter-spacing: 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: .5rem;
    border-left: 1.2rem solid var(--primary-color);
}
.offer-step h2{
	margin-top: .3rem;
	color: #202B43;
	font-size: 25px;
	font-weight: 900;
	-webkit-letter-spacing: -.8px;
  	-moz-letter-spacing: -.8px;
  	-ms-letter-spacing: -.8px;
	letter-spacing: -.8px;
	text-transform: uppercase;
}
.offerList{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 100%;
	padding: 3rem 0;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	background: #202B43;
	justify-content: center;
}
.offerList .offerBox{
	width: calc(100% / 4.5);
    height: 310px;
	position: relative;
	margin: 0 1rem;
	overflow: hidden;
	cursor: pointer;
}
.offerList .offerBox:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 20%, transparent 80%);
	z-index: 1;
	position: absolute;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.offerList .offerBox:hover::before{
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 30%, transparent 70%);
}
.offerList .offerBox:hover img{
	transform: scale(1.2) rotate(-9deg);
}
.offerList .offerBox img{
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.offerList .offerBox h1{
	position: absolute;
	z-index: 1;
	bottom: 1rem;
	color: #fff;
	width: 100%;
	text-align: center;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
	font-size: 20px;
}
.offerList .offerBox:hover h1{
	bottom: 3rem;
}
.offerDetails .offer-step h2{
	font-size: 45px;
}

.offerDetails{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3rem;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#offerToggle{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
    display: none;
}
.offerDetails .classTitle{
	font-family: var(--proxiThin-font);
    font-size: 70px;
    line-height: 100%;
    max-width: 900px;
    text-align: center;
    margin-top: 0.5rem;
    color: #202B43;
    text-transform: uppercase;

    margin-top: 0.3rem;
    font-weight: 600;
    -webkit-letter-spacing: 1px;
  	-moz-letter-spacing: 1px;
  	-ms-letter-spacing: 1px;
    letter-spacing: 1px;
}
.dividFor{
	font-size: 25px;
	font-weight: 400;
	margin-top: .5rem;
	text-transform: uppercase;
}
.free-highlight{
	margin-top: .5rem;
	font-size: 170px;
	font-weight: 900;
	color: var(--primary-color);
	line-height: 100%;
	text-shadow: 8px 8px 2px rgb(32 43 67 / 20%);
}
.offerDesc{
	padding: 20px 0 0 0;
    text-align: left;
    max-width: 550px;
    margin: 0 auto;
}
.offerDesc li{
	padding: 4px 0 4px 35px;
    position: relative;
    text-align: left;
    list-style: none;
}
.offerDesc li:before{
	content: '';
    background-color: #202b43;
    display: block;
    height: 3px;
    width: 10px;
    border-radius: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    left: 1px;
}
.offerDesc li:after{
	content: '';
    background-color: #202b43;
    display: block;
    height: 3px;
    width: 18px;
    border-radius: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 17px;
    left: 6px;
}

.claimOffer h4{
	margin-top: 0.8rem;
	font-size: 24px;
	font-weight: 400;
}
.claimForm{
	margin-top: .5rem;
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: center;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	padding: 2rem 0;
	background: #202b43;
}
.claimForm form{
	width: 30%;
}
.claimForm form .field-holder{
	width: 100%;
	margin:1rem;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.claimForm form .field-holder input{
	width: 100%;
	background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    font-family: var(--proxiThin-font);
}
.claimForm form .field-holder:first-child input{
	width: 49%;
}

.bt-blue{
	width: 100%;
	display: block;
	border-radius: 30px;
	outline: none;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #0072ff!important;
    color: #fff!important;
    max-width: 340px;
    font-size: 16px;
    margin: 0 auto;
    height: 60px;
    cursor: pointer;
}
.bt-blue:hover{
	background-color: #66cd00!important;
}

button .loading{
	animation: formLoading 1.5s ease-in-out infinite;
}

@keyframes formLoading{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

#loading {
	position: fixed;
	display: flex;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 1;
	background-color: #fff;
	z-index: 99999999;
	justify-content: center;
	align-items: center;
  }
  
  /* #loading-image {
	position: absolute;
	top: 100px;
	left: 240px;
	z-index: 100;
  } */

.offerFooter{
	margin-top: 2rem;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	background: rgb(8,15,30);
    color: #fff;
    font-size: 11px;
    -webkit-letter-spacing: 2px;
  	-moz-letter-spacing: 2px;
  	-ms-letter-spacing: 2px;
    letter-spacing: 2px;
    padding: 40px;
    text-align: center;
    text-transform: uppercase;
}
.offerFooter p{
	margin-top: .8rem;
}
.offerFooter p a{
	color: #fff!important;
	font-size: 11px;
	opacity: .7!important;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.offerFooter p a:hover{
	opacity: 1!important;
}
.offerFooter img{
	color: rgba(255, 255, 255, 0.50);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.offerFooter .menu{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    justify-content: center;
}
.offerFooter .menu li{
	list-style: none;
    margin: 0 0.5rem;
}
.offerFooter .menu li a{
	color: #fff;
    opacity: 0.5;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}
.offerFooter .menu li a:hover{
	opacity: 1;
}


/*instructors page style*/

.instruc-container{
	display: grid;
	justify-items: center;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 3rem 0;
}
.instruc-container a{
	text-decoration: none;
	color: #000!important;
}
.instruc-box{
	width: 350px;
	height: 280px;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	margin: 0 .5rem;
	position: relative;
	border-bottom: 1px solid #f9f9f9;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.instruc-box:hover{
	border-bottom: 1px solid var(--primary-color);
}
.instruc-box img{
	width: 50%;
	height: 60%;
	border-radius: 50%;
}
.instruc-box .instruc-Title{
	color: #000;
	font-size: 20px;
	font-family: var(--proxiThin-font);
	font-weight: 900;
}


/*Schedule page style start here*/

.schedules_filter{
	text-align: center;
}
.schedules_filter .choose-T{
	color: var(--primary-color);
	font-size: 11px;
	-webkit-letter-spacing: 3px;
  	-moz-letter-spacing: 3px;
  	-ms-letter-spacing: 3px;
    letter-spacing: 3px;
    text-transform: uppercase;

}

.filtersList {
    margin: 10px 0 20px;
    font-size: 0;
}

.filtersList ul {
    border-top: 1px solid #c8c8c8;
    display: inline-block;
    padding: 10px 0;
}
.filtersList ul li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    color: #000!important;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
}
.filtersList ul li span{
	padding: 5px 6px;
}
.filtersList ul li span:hover{
    background: var(--primary-color);
    color: #fff;
}
.filtersList ul li.active span{
	background: var(--primary-color);
	color: #fff;
}
.filtersList ul li:after {
    content: "//";
    padding: 0 30px;
}

/*Schedule Page Print button style start here*/
 button.print-button {
    width: 100px;
    height: 100px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    outline: none;
}

span.print-icon, span.print-icon::before, span.print-icon::after, button.print-button:hover .print-icon::after {
    border: solid 4px #333;
}

span.print-icon::after {
    border-width: 2px;
}

button.print-button {
    position: relative;
    padding: 0;
    border: 0;
    border: none;
    background: transparent;
}

span.print-icon, span.print-icon::before, span.print-icon::after, button.print-button:hover .print-icon::after {
    box-sizing: border-box;
    background-color: #fff;
}

span.print-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 30%;
    width: 60%;
    height: 35%;
    background: #fff;
    border-radius: 20% 20% 0 0;
}

span.print-icon::before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 12%;
    right: 12%;
    height: 110%;
    -webkit-transition: height .2s .15s;
	-moz-transition: height .2s .15s;
	-o-transition: height .2s .15s;
	transition: height .2s .15s;
}

span.print-icon::after {
    content: " ";
    position: absolute;
    top: 55%;
    left: 12%;
    right: 12%;
    height: 0%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 70% 90%;
    background-position: center;
    background-image: linear-gradient( to top, #fff 0, #fff 14%, #333 14%, #333 28%, #fff 28%, #fff 42%, #333 42%, #333 56%, #fff 56%, #fff 70%, #333 70%, #333 84%, #fff 84%, #fff 100% );
    -webkit-transition: height .2s, border-width 0s .2s, width 0s .2s;
	-moz-transition: height .2s, border-width 0s .2s, width 0s .2s;
	-o-transition: height .2s, border-width 0s .2s, width 0s .2s;
	transition: height .2s, border-width 0s .2s, width 0s .2s;
}

button.print-button:hover {
    cursor: pointer;
}

button.print-button:hover .print-icon::before {
    height: 0px;
    -webkit-transition: height .2s;
	-moz-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}

button.print-button:hover .print-icon::after {
    height: 120%;
    -webkit-transition: height .2s .15s, border-width 0s .16s;
	-moz-transition: height .2s .15s, border-width 0s .16s;
	-o-transition: height .2s .15s, border-width 0s .16s;
	transition: height .2s .15s, border-width 0s .16s;
}
/*Schedule Page Print button style end here*/

.schedules_page{
	padding: 80px 10px;
	padding-top: 10rem;
}
.schedules_sec{
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    justify-content: center;
    margin-top: 2rem;    
    max-width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
}
.schedules_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	justify-items: center;
	-ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}
.sc_rd_Box {
	width: 100%;
	height: 100%;
    font-size: 16px;
    margin-right: -1px;
    vertical-align: top;
}
.sc_rd_Box:nth-child(even) .day:after {
    content: '';
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sc_rd_Box .day {
    background-color: var(--primary-color);
    color: #ffffff;
    display: block;
    font-weight: 700;
    font-size: 12px;
    -webkit-letter-spacing: 2px;
  	-moz-letter-spacing: 2px;
  	-ms-letter-spacing: 2px;
    letter-spacing: 2px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}

.sc_rd_Box ul {
    border: solid #c8c8c8;
    border-width: 0 1px;
    margin: 0!important;
}
.sc_rd_Box ul li {
	list-style: none;
    background-image: none!important;
    background-color: #000000;
    padding: 10px!important;
    color: var(--color, #f0f0f0);
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sc_rd_Box ul li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sc_rd_Box .time {
    text-transform: uppercase;
    font-size: 15px;
    color: #6a6a6a;
    display: block;
    clear: both;
    line-height: normal;
}
.sc_rd_item:hover{
	background: #fff;
}
.sc_rd_item:hover a{
	color: #000!important;
}



/* Full screen Popup modal style here  */
#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background: transparent;
    z-index: 999999;
    display: flex;
    margin: 0 auto;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    border-top: 4px solid var(--primary-color);
}
#popup {
    transition: all .4s ease-in-out;
    width: 80%;
    height: 80%;
    background: var(--blue);
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#popClose{
    cursor: pointer;
}
#popClose i{
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    right: 3rem;
    top: 3rem;
    color: #fff;
    transition: .3s;
}
#popClose:hover i{
    transform: rotate(260deg);
}
.mTestimonial_view{
    width: 600px;
    height: 70%;
    padding-right: 2rem;
    overflow-y: auto;
}
.mTestimonial_view .col-12 .reviewTalk{
    opacity: .6;
    padding-left: 4rem;
}
.testmnlImg{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testmnlImg img{
    width: 100%;
    height: 100%;
}
.reInfo .reRating i{
    color: goldenrod;
}
.popup-form-container{
    width: 500px;
    margin-top: 2rem;
}
.popup-form-container form{
    display: none;
}
.popupOpened .popup-form-container form{
    display: block;
}
.popup-form-container form label{
	display: none!important;
}
.popup-form-container form input{
	height: 100%!important;
	color: #000!important;
}

@media (max-width: 991px) {
	#ac-wrapper{
		overflow: hidden;
	}
    #popup{
        justify-content: center;
        overflow-y: scroll;
    }
    #popClose i {
        right: 1rem;
        top: 1rem;
    }
    .mTestimonial_view{
        display: none;
    }
    .popup-form-container h1{
    	font-size: 1.8rem;
    }

}


/*pop up box start here*/
#popup-container{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}
@media (max-width: 1280px) {
	#popup-container{
		align-items: start;
	}
}
@media (max-width: 455px) {
	#popup-container{
		align-items: center;
	}
}

#popBox{
	position: absolute;
	background: rgba(15, 15, 15, 80%);
	opacity: 1;
	padding: 0 10px;
	max-width: 700px;
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 1280px) {
	#popBox{
		height: 70%;
	}
}
@media (max-width: 455px) {
	#popBox{
		width: 360px;
		height: 270px;
	}
}
@media (max-width: 380px) {
	#popBox{
		width: 330px;
    	height: 250px;
	}
}
#popBox .popTitle{
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 1rem!important;
}
@media (max-width: 455px) {
	#popBox .popTitle{
		font-size: 15px;
	}
}
#popBox span{
	color: rgba(214, 24, 24, 0.74902);
}
#popBox h1{
	letter-spacing: 1px!important;
    font-size: 30px;
    margin-bottom: 0!important;
    line-height: 35px!important;
}
@media (max-width: 455px) {
	#popBox h1{
		font-size: 17px;
		line-height: 20px!important;
		text-align: center;
	}
}
#popBox h3{
	color: rgba(214, 24, 24, 0.74902);
}
#popBox .popBtn{
	width: 80%;
	outline: none;
	border: none;
	padding: 1rem 0;
    font-size: 20px;
    font-weight: 700;
    background: rgba(213, 239, 29, 1);
}
@media (max-width: 455px) {
	#popBox .popBtn{
		font-size: 17px;
		padding: .6rem 0;
		width: 70%;
	}
}
#popBox .popBtn:hover{
	background: rgb(213, 239, 29, .7);
}
#popBox img{
	margin-top: 1rem;
}
@media (max-width: 1280px) {
	#popBox img{
		display: none;
	}
}

/*design modal */

.modalForm{
	background: var(--primary-color);
	height: 500px;
	width: 720px;
	border: 3px solid rgb(109, 109, 109);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: .5rem 3rem;
	transform: translateY(-230%);
	transition: all .3s ease-in-out;
	z-index: 99;
}
@media (max-width: 991px){
	.modalForm{
		width: 98%;
	}
}
@media (max-width: 600px){
	.modalForm{
		padding: .5rem 1rem;
	}
}
.modalForm h1{
	letter-spacing: 2px!important;
	font-size: 40px!important;
	line-height: 40px!important;
	font-weight: bolder;
	text-align: center!important;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	margin-bottom: .1rem!important;
}
@media (max-width: 600px){
	.modalForm h1{
		padding: 0 0px!important;
		font-size: 18px!important;
    	line-height: 20px!important;
	}
}
@media (max-width: 433px){
	.modalForm h1{
		font-size: 1.2rem!important;
	}
}
#closeForm{
	border: 2px solid #fff;
    border-radius: 50%;
    padding: 0 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -14px;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalForm .wpforms-container{
	width: 100%;
}
.modalForm .wpforms-field{
	height: 50px!important;
	padding: 0px 0px!important;
    clear: both;
    border-radius: 5px!important;
    overflow: hidden;
    margin-top: 0.5rem!important;
}
.modalForm .wpforms-field label{
	display: none!important;
}
.modalForm .wpforms-field input{
	width: 100%;
    height: 100%!important;
    border: none!important;
    color: #000!important;
    padding: 0 0.5rem;
    outline: none!important;
}
.modalForm form .wpforms-submit.bt{
	background: rgba(248, 241, 32, 1)!important;
    color: rgb(18, 5, 5)!important;
    text-transform: uppercase;
    width: 100%;
    margin-top: .5rem;
    border: none!important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    border-radius: 4px;
    padding: 0.6rem 2.5rem!important;
    text-align: center !important;
    font-size: 30px!important;
    font-weight: 700!important;
}
.modalForm form .wpforms-submit.bt:hover{
	background: rgba(248, 241, 32, .7)!important;
}
@media (max-width: 650px){
	.modalForm form .wpforms-submit.bt{
		padding: 1rem 2.5rem!important;
		font-size: 20px!important;
	}
}
@media (max-width: 495px){
	.modalForm form .wpforms-submit.bt{
		font-size: 16px!important;
	}
}
@media (max-width: 433px){
	.modalForm form .wpforms-submit.bt {
	    padding: 1rem 0.5rem!important;
	}
}
@media (max-width: 368px){
	.modalForm form .wpforms-submit.bt {
		font-size: 14px!important;
	    padding: 1rem 0rem!important;
	}
}
.modalForm .lockStatus{
	text-align: center;
    color: rgba(255, 255, 255, 0.882353);
    background-color: rgba(16, 16, 16, 0.258824);
    font-size: 16px;
}
.modalForm .lockStatus{
	margin-top: 1rem;
	padding: .3rem 1rem;
}
.modalForm .lockStatus p{
	margin: 0;
}

.modalForm .lockStatus p a{
	color: #fff;
    opacity: .6;
    letter-spacing: 1px;
}
.modalForm .lockStatus p a:hover{
	opacity: 1;
}






