* {
	margin: 0;
	padding: 0;
	font-family: Raleway;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
p {
	line-height: 1.6em;
}
.fix {
	overflow: hidden;
}

/*======= Wrappers =======*/
.main-wrapper {
	width: 100%;
}
.main-wrapper:after {
	content: '';
	display: block;
	clear: both;
}
/*-------------------------*/
.wrapper {
	max-width: 1110px;
	margin: 0 auto;
}

/*======== Header ========*/
.header_bg {
	background: linear-gradient(to right, #FE5962 , #F956B0);
}
header {
	overflow: hidden;
	padding: 40px 0px;
	background: url(img/header-bg-mob.png) no-repeat;
	background-position: bottom right;
	background-size: 500px;
}
.header {
	overflow: hidden;
	margin-bottom: 70px;
	width: 100%;
}
.header .logo {
	display: inline-block;
	float: left;
}
.header nav {
	display: inline-block;
	float: right;
}
.header nav li {
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.header nav li:last-child {
	border: 1px solid #fff;
	border-radius: 30px;
	cursor: pointer;
}
.header nav li:last-child:hover {
	transition: 0.5s background-color;
	background-color: #FC587E;
}
.header nav li:last-child a:hover {
	color: white;
}
.header nav a {
	color: #fff;
}
.header nav a:hover {
	transition: 0.5s all;
	color: #e7e7e7;
}
/*----------------------------*/
.header-bottom {
	width: 40%;
	margin: 100px 0px;
}
.header-bottom h1 {
	color: white;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
}
.header-bottom .app {
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	border: 1px solid #ddd;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
}
.header-bottom .app i {
	margin-right: 3px;
}
.header-bottom .app:hover {
	transition: 0.5s all;
	background-color: #fff;
	color: #FE5962;
	border: 1px solid #FE5962;
}

/*======= La-news =======*/
.lanews_bg {
	background-color: #EAEAEA;
}
.la-news {
	 padding: 20px 0px;
	 text-align: center;
}
.la-news * {
	display: inline-block;
	padding: 8px 15px;
}
.la-news .ln {
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to right, #FE5962 , #F956B0);
}
.la-news p {
	color: #665757;
	font-size: 17px;
	padding-right: 3px;
}
.la-news a:nth-child(3) {
	color: #ff5858;
	font-weight: bold;
	font-size: 17px;
	padding-left: 0;
}
.la-news a:nth-child(3):hover {
	transition: 0.3s all;
	color: #ef4f4f;
}

/*======= Facility =======*/
.facility_bg {
	background-color: #FEFEFE;
}
.facilitys-wrapper {
	overflow: hidden;
	padding: 100px 0px;
	padding-bottom: 0;
}
.facilitys-wrapper h1 {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
	font-size: 45px;
	font-weight: 300;
}
/*-------------------------*/
.facility-wrapper {
	overflow: hidden;
	text-align: center;
	padding-bottom: 300px;
	background: url(img/facility-bg.png) no-repeat;
	background-position: bottom center;
}
.facility-wrapper .facility {
	width: 255px;
	float: left;
	margin-right: 30px;
}
.facility-wrapper .facility:last-child {
	margin-right: 0;
}
.facility .img {
	border: 1px solid #F5CDCE;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 25px;
}
.facility .img i {
	vertical-align: middle;
	font-size: 25px;
	margin-top: 10px;
	color: #FE5962;
}
.facility h3 {
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #665757;
}
.facility p {
	color: #665757;
	font-size: 17px;
}
.facility-wrapper .facility:first-child,
.facility-wrapper .facility:last-child {
	margin-top: 120px;
}

/*======== Process =========*/
.process_bg {
	background: url(img/process-bg.png) no-repeat;
	background-size: 1920px;
}

.process-wrapper {
	overflow: hidden;
	padding: 100px 0px;
	position: relative;
	padding-bottom: 528px;
}
.process-wrapper h1 {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
	color: #fff;
	font-size: 45px;
	font-weight: 300;
}
.process-wrapper > p {
	width: 70%;
	color: white;
	margin: 40px auto;
	text-align: center;
	font-size: 17px;
}
/*---------------------------*/
.proc-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 390px;
}
.proc-wrapper .process {
	background-color: #fff;
	display: inline-block;
	width: 350px;
	margin-right: 30px;
	float: left;
	padding: 30px;
	border-radius: 5px;
	position: relative;
	text-align: center;
}
.process-wrapper .process:last-child {
	margin-right: 0;
}
.process:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #fff;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	transform: rotate(45deg);
}
.process:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: linear-gradient(to top, #FE5962 , #F956B0) !important;
	position: absolute;
	background-color: #fff;
	bottom: -50px;
	left: 50%;
	margin-left: -10px;
	transform: rotate(45deg);
	z-index: 10;
}
.process h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ff5858;
	margin-bottom: 13px;
}
.process-wrapper .process:nth-child(1) {
	/*margin-bottom: -70px;*/
	position: absolute;
	left: 0;
	bottom: 200px;
}
.process-wrapper .process:nth-child(2) {
	/*margin-bottom: -70px;*/
	position: absolute;
	left: 50%;
	margin-left: -175px;
	bottom: 297px;
}
.process-wrapper .process:nth-child(3) {
	/*margin-bottom: -70px;*/
	position: absolute;
	right: 0;
	bottom: 251px;
}

/*======== Progress =======*/
.mobile {
	width: 100%;
	height: 200px;
	background: url(img/progress-bg.png) no-repeat;
	position: absolute;
	background-size: 800px;
	bottom: -125px;
	background-position: center bottom;
}
.progress-wrapper {
	padding: 50px 0px;
}
.progress-wrapper h1 {
	text-align: center;
	margin: 20px auto;
	font-weight: 400;
	width: 500px;
}
/*--------- Universal ---------*/
.pro-st {
	width: 300px;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
}
.pro-st div {
	width: 7px;
	height: 7px;
	background-color: #000;
	display: inline-block;
	margin-right: 12px;
	border-radius: 50%;
}
.pro-st div:nth-child(1) {
	background-color: #FE5962;
}
.pro-st div:nth-child(2) {
	background-color: #FE5962;
	opacity: .5;
}
.pro-st div:nth-child(3) {
	width: 10px;
	height: 10px;
	background-color: #F848AB;
}
.pro-st div:nth-child(4) {
	background-color: #F848AB;
	opacity: .5;
}
.pro-st div:nth-child(5) {
	background-color: #F848AB;
}
/*----------------------*/
.progress-wrapper p {
	width: 75%;
	text-align: center;
	margin: 10px auto;
	color: #665757;
}
.prog-wrapper {
	overflow: hidden;
	margin: 80px 0px;
}
.prog-wrapper .progress {
	width: 250px;
	text-align: center;
	float: left;
}
/*-------------------------------*/
.prog-wrapper .progress .img {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 120px;
	height: 120px;
	padding: 20px;
}
.prog-wrapper .progress .img h3 {
	transform: rotate(-45deg);
	font-size: 25px;
	color: #665757;
	margin-top: 13px;
}
.prog-wrapper .progress:nth-child(1) .img {
	border-top: 10px solid #F849A6;
	border-radius: 50%;
	transform: rotate(45deg);
}
.prog-wrapper .progress:nth-child(2) .img {
	border-top: 10px solid #F849A6;
	border-radius: 50%;
	transform: rotate(80deg);
}
.prog-wrapper .progress:nth-child(2) .img h3 {
	transform: rotate(-80deg);
}
.prog-wrapper .progress:nth-child(3) .img {
	border-top: 10px solid #F849A6;
	border-right: 10px solid #F849A6;
	border-radius: 50%;
	transform: rotate(45deg);
}
.prog-wrapper .progress:nth-child(4) .img {
	border: 10px solid #F849A6;
	border-radius: 50%;
	transform: rotate(45deg);
}
/*------------------------------*/
.prog-wrapper .progress > h3 {
	font-weight: 400;
	font-size: 20px;
	color: #665757;
	margin-bottom: 15px;
}

/*========= Support ========*/
.support_bg {
	background-image: linear-gradient(to right, #40394A, #60546A);
}
.support-wrapper {
	padding: 60px 0px;
	padding-top: 150px;
	padding-bottom: 300px;
}
.support-wrapper h1 {
	text-align: center;
	margin: 20px auto;
	font-weight: 400;
	width: 500px;
	color: white;
}
.support-wrapper .sup-wrapper {
	overflow: hidden;
}
.sup-wrapper .support {
	width: 50%;
	float: left;
	color: white;
	margin-bottom: 30px;
	overflow: hidden;
}
.sup-wrapper .support .img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #ab3867;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.sup-wrapper .support .img i {
	font-size: 50px;
	margin-top: 12px;
	color: #FE5962;
}
.sup-wrapper .support:nth-child(6) .img i {
	margin-top: 8px;
}
/*------------------------*/
.sup-wrapper .cont {
	padding-right: 40px;
}
.sup-wrapper .cont h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/*======== Review =======*/
.review-wrapper {
	padding-top: 300px;
}
/*--------------------------*/
.help {
	width: 900px;
	height: 500px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -250px;
	z-index: 100;
	left: 50%;
	margin-left: -450px;
	box-shadow: 0px 10px 22px #4d4d4d;
	background: url(img/help-bg.png) no-repeat;
	background-position: center center;
}
.help .play {
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
	border: 20px solid rgba( 249, 78, 150 , .2);
}
.help .play span {
	background-image: linear-gradient(to top right,#FC586D, #F84BA1);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.help .play i {
	font-size: 40px;
	color: white;
	margin-left: 6px;
}
/*------------------------------*/
.review-wrapper h1 {
	text-align: center;
	margin: 20px auto;
	font-weight: 400;
	width: 500px;
}
.review-wrapper > p {
	width: 75%;
	text-align: center;
	margin: 10px auto;
	color: #665757;
	margin-bottom: 50px;
}
.rev-wrapper {
	overflow: hidden;
}
.rev-wrapper .review {
	width: 350px;
	float: left;
	text-align: center;
	margin-right: 30px;
	border-bottom: 1px solid #ddd;
}
.rev-wrapper .review:last-child {
	margin-right: 0;
}
.rev-wrapper .review .img {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.rev-wrapper .review .img:before,
.rev-wrapper .review .img:after {
	content: '';
	display: inline-block;
	width: 135px;
	height: 1px;
	background-color: #ddd;
	position: absolute;
}
.rev-wrapper .review .img:before {
	left: -145px;
	top: 50%;
}
.rev-wrapper .review .img:after {
	right: -145px;
	top: 50%;
}
.rev-wrapper .review h3 {
	font-size: 24px;
	font-weight: 400;
	color: #665757;
	margin-bottom: 10px;
}
.rate i {
	color: #FA5480;
}
.rev-wrapper .review p {
	width: 80%;
	margin: 20px auto;
	color: #665757;
	margin-bottom: 10px;
}
.rev-wrapper .review a {
	display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ff5858;
}
.rev-wrapper .review a:hover {
	transition: 0.3s all;
	color: #e34d4d;
}

/*========= Review =========*/
.sponser {
	overflow: hidden;
	margin: 50px auto;
}

/*======= Plans =======*/
.plan_bg {
	background-color: #EAEAEA;
}
.plans-wrapper {
	padding: 100px 0px;
}
.plans-wrapper h1 {
	text-align: center;
	margin: 20px auto;
	font-weight: 400;
	width: 500px;
}
.plan-wrapper {
	overflow: hidden;
	padding-top: 70px;
}
.plan-wrapper .plan {
	display: inline-block;
	width: 350px;
	margin-right: 25px;
	background-color: white;
	vertical-align: middle;
	box-shadow: 0px 0px 15px 5px #ddd;
}
.plan-wrapper .plan:last-child {
	margin-right: 0px;
}
.plan-wrapper .plan .plan-head {
	border-bottom: 1px solid;
	padding: 40px 0px;
	text-align: center;
	background-image: linear-gradient(to right, #FE5962 , #F748AA);
	color: white;
}
.plan .plan-head h3 {
	font-size: 27px;
}
.plan .plan-head p {
	font-size: 20px;
}
.plan-wrapper .plan ul {
	padding: 40px;
}
.plan-wrapper .plan ul li {
	margin-bottom: 7px;
}
.plan-wrapper .plan ul i {
	color: #FE5962;
	font-size: 25px;
	margin-right: 10px;
}

/*========= Footer top ========*/
.app_bg {
	background-image: linear-gradient(to right, #FE5962 , #F748AA);
}
.app-wrapper {
	overflow: hidden;
	padding: 70px 0px;
}
.app-wrapper .left {
	width: 49%;
	float: left;
}
.app-wrapper .right {
	width: 50%;
	float: left;
	margin-top: 130px;
}
.app-wrapper .right h1 {
	color: #fff;
	width: 70%;
	font-weight: 400;
	margin-bottom: 20px;
}
.app-wrapper .right .apps {
	overflow: hidden;
}
.app-wrapper .apps a {
	color: white;
	display: inline-block;
	padding: 15px 25px;
	margin-right: 15px;
	border: 1px solid #fff;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
}
.app-wrapper .apps a i {
	margin-right: 5px;
}
.app-wrapper .apps a:hover {
	transition: 0.4s all;
	background-color: #fff;
	color: #F749A6;
}
/*======= Footer top =======*/
.footer_bg {
	background-image: linear-gradient(to right, #40394A, #60556A);
}
.footer-wrapper {
	padding: 70px 0px;
}
.ft-wrapper {
	overflow: hidden;
}
.single-footer {
	width: 160px;
	float: left;
	margin-right: 30px;
}
.single-footer:last-child {
	width: 300px;
}
.single-footer h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}
.single-footer ul li {
	margin-bottom: 10px;
}
.single-footer ul li a {
	color: #86828B;
	font-weight: bold;
	letter-spacing: 1px;
}
.single-footer ul li a:hover {
	transition: 0.3s all;
	color: #AFAEB1;
}
.single-footer:last-child {
	width: 300px;
}
.single-footer:last-child form {
	position: relative;
}
.single-footer form input {
	width: 100%;
	height: 45px;
	margin-bottom: 30px;
	padding-left: 15px;
	border: none;
	border-radius: 30px;
	outline: none;
	padding-right: 110px;
}
.single-footer form input[type=submit] {
	width: 100px;
	height: 35px;
	margin-bottom: 30px;
	padding-left: 0;
	border: none;
	border-radius: 30px;
	position: absolute;
	top: 5px;
	right: 7px;
	background-image: linear-gradient(to right, #FE5962 , #F748AA);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	padding-right: 0px;
}
.single-footer .social li {
	display: inline-block;
	margin-right: 10px;
}
.single-footer .social li a {
	display: flex;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #fff;
}
footer {
	padding-top: 30px;
	overflow: hidden;
}
footer .img {
	float: left;
	margin-right: 20px;
}
footer .copy {
	color: #fff;
}
footer .copy a {
	color: #FE5963;
	font-weight: bold;
	letter-spacing: 1px;
}