* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-style: normal;
	font-family: 'Rubik';
}
@font-face {
	font-family: 'Rubik';
	src: url('Rubik-Bold.woff2') format('woff2'), url('Rubik-Bold.woff') format('woff'), url('Rubik-Bold.svg#Rubik-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Rubik';
	src: url('Rubik-Medium.woff2') format('woff2'), url('Rubik-Medium.woff') format('woff'), url('Rubik-Medium.svg#Rubik-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Rubik';
	src: url('Rubik-Regular.woff2') format('woff2'), url('Rubik-Regular.woff') format('woff'), url('Rubik-Regular.svg#Rubik-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Rubik';
	src: url('Rubik-SemiBold.woff2') format('woff2'), url('Rubik-SemiBold.woff') format('woff'), url('Rubik-SemiBold.svg#Rubik-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.tphdr {
	width: 95%;
	background: #f6e7ff;
	border-bottom: 1px solid #eee;
	border-radius: 250px;
	margin: 15px auto;
	padding: 5px 30px 5px 50px;
}
header .tpfenix-logo {
	float: left;
	background: url(../images/fenix-logo.png) no-repeat;
	background-size: 100% 100%;
	width: 200px;
	height: 50px;
	transition: all 0.9s ease;
}
header .tpfenix-logo a {
	display: block;
}
header .joincommunity-btn {
    float: left;
}
header .joincommunity-btn a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 50px;
    text-decoration: none;
    padding: 7px 20px;
    margin: 0;
    background-color: #c4004a; /* WCAG AA safe */
    transition: background-color 0.3s ease;
}

header .joincommunity-btn a:hover,
header .joincommunity-btn a:focus {
    background-color: #a8003f;
	text-decoration: none;
}

header .signup-btn {
    float: left;
    margin: 0 20px 0 10px;
}
header .signup-btn a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 50px;
    text-decoration: none;
    padding: 7px 20px;
    margin: 0;
    background: #c4004a;
    transition: background 0.3s ease;
}
header .signup-btn a:hover {
    background: #a8003f;
	text-decoration: none;
}
header .tprgt-links {
	float: right;
	padding: 7px 0 0;
}
header .main-mnubx {
	float: left;
	margin-right: 10px;
}
header .main-mnubx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .main-mnubx ul li {
	float: left;
	margin-right: 10px;
}
header .main-mnubx ul li a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	border-radius: 50px;
	text-decoration: none;
	padding: 7px 20px;
	margin: 0;
	background: #c4004a;
	transition: background-color 0.3s ease;
}

header .main-mnubx ul li a:hover, header .header .main-mnubx ul li a:focus {
	background: #a8003f;
	text-decoration: none;
}
header .tpsocial-links {
	float: right;
	padding: 7px 0 0;
}
header .tpsocial-links ul {
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
}
header .tpsocial-links ul li {
	float: left;
	margin-right:10px;
}
header .tpsocial-links ul li:last-child {
	margin-right: 0;
}
header .tpsocial-links ul li a {
	display: block;
	color: #fff;
	font-size: 1px;
	text-indent: -100000px;
	transition: 0.3s;
}
header .tpsocial-links ul li a:hover {
	text-decoration: none;
}
header .tpsocial-links ul li a.icn1 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons1.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a:hover.icn1 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons1-h.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a.icn2 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons2.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a:hover.icn2 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons2-h.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a.icn3 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons3.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a:hover.icn3 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons3-h.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a.icn4 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons4.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a:hover.icn4 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons4-h.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a.icn5 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons5.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
header .tpsocial-links ul li a:hover.icn5 {
	width: 20px;
	height: 20px;
	background: url(../images/social-icons5-h.jpg) no-repeat 0 0;
	background-size: 20px 20px;
}
.hmfenix-abuttxt-section {
	background: #000;
	padding: 40px 0;
}
.hmfenix-abuttxt-section .container {
	background: #191919;
	border-radius: 10px;
	padding-top: 65px;
	padding-bottom: 65px;
}
.hmfenix-abuttxt-section .ltxt {
	padding: 40px;
}
.hmfenix-abuttxt-section .ltxt h1 {
	color: #fff;
	font-size: 71px;
	font-weight: 700;
	line-height: 71px;
	margin: 0;
	padding: 0;
}
.hmfenix-abuttxt-section .ltxt h5 {
	color: #d8ff7c;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	padding: 10px 0 0;
}
.hmfenix-abuttxt-section .ltxt p {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
}
.hmfenix-abuttxt-section .imgbx {
	width: 315px;
	height: auto;
	background: #000;
	border-radius: 40px;
	padding: 25px;
}
.hmfenix-abuttxt-section .join-btnbx {
	text-align: center;
	padding: 50px 0 0;
}
.hmfenix-abuttxt-section .join-btnbx a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	border-radius: 50px;
	padding: 17px 30px;
	margin: 0;
	background: #fb2274;
	transition: background 0.3s ease;
	text-decoration: none;
}
.hmfenix-abuttxt-section .join-btnbx a:hover {
	background: #ff4d9e;
	text-decoration: none;
}
.hmfenix-ownertxt-section {
	background: #000;
	padding: 40px 0;
}
.hmfenix-ownertxt-section .container {
	background: #191919;
	border-radius: 10px;
	padding-top: 55px;
	padding-bottom: 55px;
}
.hmfenix-ownertxt-section .rtxt {
	padding: 0 50px 0 20px;
}
.hmfenix-ownertxt-section .rtxt h2 {
	color: #fff;
	font-size: 71px;
	font-weight: 700;
	line-height: 71px;
	margin: 0;
	padding: 0;
}
.hmfenix-ownertxt-section .rtxt h5 {
	color: #d8ff7c;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	padding: 10px 0 0;
}
.hmfenix-ownertxt-section .rtxt p {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
}
.hmfenix-ownertxt-section .rtxt .founder-txt {
	color: #d8ff7c;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	text-align: right;
	margin: 0;
	padding: 5px 0 0;
}
.hmfenix-ownertxt-section .imgbx {
	float: right;
	width: 90%;
	height: auto;
	border-radius: 15px;
}
.fenixftr-wrap {
	position: relative;
	background: #000;
	padding: 70px 0 50px;
}
.fenixftr-wrap .container {
	width: 1300px;
	max-width: 100%;
}
.fenixftr-wrap .ftlgo {
	float: left;
	width: 100%;
}
.fenixftr-wrap .ftlgo img {
	width: 250px;
	height: auto;
}
.fenixftr-wrap .ftsocialink {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.fenixftr-wrap .ftsocialink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fenixftr-wrap .ftsocialink ul li {
	float: left;
	margin: 0 5px;
}
.fenixftr-wrap .ftsocialink ul li a {
	display: block;
	color: #fff;
	font-size: 1px;
	text-indent: -100000px;
	transition: 0.3s;
}
.fenixftr-wrap .ftsocialink ul li a:hover {
	text-decoration: none;
}
.fenixftr-wrap .ftsocialink ul li a.icn1 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons01.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a:hover.icn1 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons01-h.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a.icn2 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons02.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a:hover.icn2 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons02-h.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a.icn3 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons03.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a:hover.icn3 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons03-h.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a.icn4 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons04.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a:hover.icn4 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons04-h.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a.icn5 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons05.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftsocialink ul li a:hover.icn5 {
	width: 38px;
	height: 38px;
	background: url(../images/social-icons05-h.jpg) no-repeat 0 0;
	background-size: 38px 38px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.fenixftr-wrap .ftmail-link {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
	margin: 30px 0 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.fenixftr-wrap .ftmail-link a {
	color: #fff;
	text-decoration: none;
}
.fenixftr-wrap .ftmail-link a:hover {
	color: #fff;
	text-decoration: none;
}
.fenixftr-wrap .ftbtm-link {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	padding: 0 0 0 50px;
	border-left: 1px solid rgba(256,256,256,0.2);
	min-height: 310px;
}
.fenixftr-wrap .ftbtm-link h4 {
	position: relative;
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.fenixftr-wrap .ftbtm-link h4:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	left: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: #fb2274;
}
.fenixftr-wrap .ftbtm-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fenixftr-wrap .ftbtm-link ul li {
	display: block;
}
.fenixftr-wrap .ftbtm-link ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 0 5px 15px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.fenixftr-wrap .ftbtm-link ul li a::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.fenixftr-wrap .ftbtm-link ul li a:hover {
	color: #ff005e;
	text-decoration: none;
}
.fenixftr-wrap .ftbtm-link ul li a:hover::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 10px;
	width: 4px;
	height: 4px;
	background: #ff005e;
	border-radius: 5px;
}
.fenixftr-wrap .bdr {
	border-top: 1px solid rgba(256,256,256,0.2);
}
.fenixftr-wrap .ftcpy-rgtbx {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 30px 0 0;
	margin: 0;
}
.fenixftr-wrap .ftcpy-rgtbx a {
	color: #191919;
	font-size: 14px;
	text-decoration: none;
}
.fenixftr-wrap .ftdsgnby {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
	padding: 30px 0 0;
	margin: 0;
}
.fenixftr-wrap .ftdsgnby a {
	color: #6c6c6c;
	text-decoration: none;
}
.rightside-calink {
	position: fixed;
	width: 60px;
	bottom: 100px;
	right: 15px;
	z-index: 99;
}
.rightside-calink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rightside-calink ul li {
	float: left;
	margin: 8px 0;
}
.rightside-calink ul li a {
	display: block;
}
.rightside-calink .whtsap {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/wapicn.png) no-repeat 14px 12px #26d367;
	background-size: 34px 34px;
	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;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 14%);
}
.rightside-calink .phcal {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/calicn.png) no-repeat 13px 13px #c4004a;
	background-size: 35px 35px;
	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;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 14%);
}
.ticketdteflow-section {
	background: #000;
	padding: 100px 0;
}
.ticketdteflow-section .imgbx {
	display: block;
	width: 80%;
	height: auto;
	border: 1px solid #222;
	border-radius: 10px;
	padding: 50px;
	background: #fff;
	margin: 0 auto;
}
.ticketdteflow-section .t-box {
	padding: 0 50px;
}
.ticketdteflow-section .t-box h4 {
	position: relative;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 50px;
	margin: 0;
	padding: 10px 0 20px;
}
.ticketdteflow-section .dtebx {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/dte-icn.png) no-repeat 12px 9px;
	background-size: 25px 25px;
	padding: 7px 10px 7px 50px;
	margin: 10px 10px 10px 0;
	border: 1px solid #545454;
	border-radius: 5px;
}
.ticketdteflow-section .tmebx {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/tme-icn.png) no-repeat 12px 9px;
	background-size: 25px 25px;
	padding: 7px 10px 7px 50px;
	margin: 10px 0;
	border: 1px solid #545454;
	border-radius: 5px;
}
.ticketdteflow-section .tickets-btnbx {
	text-align: center;
	padding: 50px 0 0;
}
.ticketdteflow-section .tickets-btnbx a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 32px;
	border-radius: 50px;
	padding: 15px 40px;
	margin: 0 50px;
	background: #fb2274;
	text-transform: uppercase;
	transition: background 0.3s ease;
	text-decoration: none;
}
.ticketdteflow-section .tickets-btnbx a:hover {
	background: #ff4d9e;
	text-decoration: none;
}
.events-section {
	background: #f9f9f9;
	padding: 100px 0;
}
.events-section .ltxt {
	background: #2a2a2a;
	border-radius: 10px;
	padding: 35px;
}
.events-section .ltxt h1 {
	position: relative;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.events-section .ltxt h1:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 6px;
	left: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: #fb2274;
}
.events-section .ltxt p {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 10px 0;
}
.events-section .imgbx {
	width: 100%;
	height: auto;
	border: 5px solid #2a2a2a;
	background: #000;
	border-radius: 10px;
	padding: 26px 0;
}
.levelup-section {
	background: #fff;
	padding: 80px 0;
}
.levelup-section .cntimgbx {
	width: 100%;
	height: auto;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
}
.futureflow-section {
	padding: 50px 0 80px;
	background: #fff;
}
.futureflow-section .t-box {
	padding: 0 50px;
	text-align:center;
}
.futureflow-section .t-box h4 {
	position: relative;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.futureflow-section .t-box h4:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 1px;
	left: 0;
	right:0;
	bottom: 0;
	margin:0 auto;
	border-radius: 20px;
	background-color: #fb2274;
}
.futureflow-section .t-box p {
	color: #000;
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	padding: 10px 0;
}
.futureflow-section .t-box p strong {
	display:block;
	font-weight: 400;
}
.futureflow-section .btmsocial-links {
	width: 100%;
	text-align: center;
}
.futureflow-section .btmsocial-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.futureflow-section .btmsocial-links ul li {
	display: inline-block;
	margin: 0 5px;
}
.futureflow-section .btmsocial-links ul li a {
	display: block;
	color: #fff;
	font-size: 1px;
	text-indent: -100000px;
	transition: 0.3s;
}
.futureflow-section .btmsocial-links ul li a:hover {
	text-decoration: none;
}
.futureflow-section .btmsocial-links ul li a.icn1 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons01.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a:hover.icn1 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons01-h.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a.icn2 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons02.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a:hover.icn2 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons02-h.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a.icn3 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons03.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a:hover.icn3 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons03-h.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a.icn4 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons04.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a:hover.icn4 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons04-h.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a.icn5 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons05.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .btmsocial-links ul li a:hover.icn5 {
	width: 52px;
	height: 52px;
	background: url(../images/social-icons05-h.jpg) no-repeat 0 0;
	background-size: 52px 52px;
	border: 1px solid #222;
	padding: 10px;
	border-radius: 50%;
}
.futureflow-section .tickets-btnbx {
	text-align: center;
	padding: 50px 0 0;
}
.futureflow-section .tickets-btnbx a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 32px;
	border-radius: 50px;
	padding: 15px 40px;
	margin: 0;
	background: #fb2274;
	text-transform: uppercase;
	transition: background 0.3s ease;
	text-decoration: none;
}
.futureflow-section .tickets-btnbx a:hover {
	background: #ff4d9e;
	text-decoration: none;
}
.ticketaadoncnt-section {
	padding: 80px 0;
	background: #f9f9f9;
}
.ticketaadoncnt-section img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.ticketaadoncnt-section h1 {
	position: relative;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.ticketaadoncnt-section h1:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 4px;
	left: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: #fb2274;
}
.ticketaadoncnt-section h2 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin: 20px 0 0;
	padding: 0;
}
.ticketaadoncnt-section h3 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin: 20px 0 0;
	padding: 0;
}
.ticketaadoncnt-section h4 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	margin: 20px 0 0;
	padding: 0;
}
.ticketaadoncnt-section p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
}
.ticketaadoncnt-section .read-more-box .more {
	display: none;
}
.ticketaadoncnt-section .read-more-box .dots {
	display: inline;
}
.ticketaadoncnt-section .read-more-box .dots {
	display: none;
}
.ticketaadoncnt-section .read-more-box .toggle-btn {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	border: none;
	border-radius: 50px;
	background: #fb2274;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 10px 20px;
	margin: 20px auto 0;
	width: 180px;
}
.ticketaadoncnt-section .read-more-box .toggle-btn:hover {
	background: #ff4d9e;
	color: #fff;
	text-decoration: none;
}
.dscinner-aipowered-section .read-more-box .toggle-btn:focus {
	outline: none;
}
.dscinner-aipowered-section .read-more-box p a {
	color: #f54380;
	text-decoration: none;
}
.fenixblog-pgelist-section {
	background: #000;
	padding: 50px 0 80px;
}
.fenixblog-pgelist-section .indiv-pgelist {
	float: left;
	width: 98%;
	background: #191919;
	border-radius: 10px;
	padding: 20px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx {
	float: left;
	width: 50%;
	padding: 20px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .ltimg {
	float: left;
	width: 100%;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .ltimg img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .rtptxt {
	float: left;
	width: 100%;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .rtptxt a {
	color: #fff;
	text-decoration: none;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .rtptxt h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 15px 0 10px;
	min-height:90px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .rtptxt p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .rtptxt .dtebx {
	display: block;
	color: #e3e3e3;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/dte-icn.png) no-repeat 0 16px;
	background-size: 16px 16px;
	padding: 10px 0 0 24px;
	margin: 0 0 10px;
	border-top: 1px solid #383838;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .rtptxt .more-btnbx {
	display: block;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .rtptxt .more-btnbx a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 15px 0 0;
	background: #fb2274;
	transition: background 0.3s ease;
	text-decoration: none;
}
.fenixblog-pgelist-section .indiv-pgelist .ltlist-bx .rtptxt .more-btnbx a:hover {
	background: #ff4d9e;
	text-decoration: none;
}
.fenixblog-pgelist-section .rt-recent-links {
	float: left;
	width: 100%;
}
.fenixblog-pgelist-section .rt-recent-links h3 {
	position: relative;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 50px;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.fenixblog-pgelist-section .rt-recent-links h3:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 4px;
	left: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: #fb2274;
}
.fenixblog-pgelist-section .rt-recent-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fenixblog-pgelist-section .rt-recent-links ul li {
	width: 100%;
	float: left;
	margin: 7px 0;
}
.fenixblog-pgelist-section .rt-recent-links ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none;
	background: url(../images/licn.png) no-repeat 0 5px;
	margin: 0;
	padding: 0 0 0 20px;
}
.fenixblog-pgelist-section .rt-recent-links ul li a:hover {
	color: #ff4d9e;
	text-decoration: none;
	background: url(../images/licn.png) no-repeat 0 5px;
}
.fenixblog-pgelist-section .rt-recent-links.categry {
	margin-top: 30px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx {
	float: left;
	width: 100%;
	padding: 20px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 20px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx a {
	color: #fff;
	text-decoration: none;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 5px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h2 strong {
	font-weight: 400;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 5px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h3 strong {
	font-weight: 400;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 5px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h4 strong {
	font-weight: 400;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 5px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h5 strong {
	font-weight: 400;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 5px;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx h6 strong {
	font-weight: 400;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 10px 0;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx p strong {
	font-weight: 500;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx ul li {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx ul li strong {
	font-weight: 500;
}
.fenixblog-pgelist-section .indiv-pgelist .ltdetail-bx .dtebx {
	display: block;
	color: #e3e3e3;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/dte-icn.png) no-repeat 0 16px;
	background-size: 16px 16px;
	padding: 10px 0 0 24px;
	margin: 0 0 10px;
	border-top: 1px solid #383838;
}
/***** 8 DEC 25 *****/

.fenixupcoming-eventsection {
	background: #000;
	padding: 80px 0;
}
.fenixupcoming-eventsection .ltxt {
	float: left;
	width: 100%;
	background: #2a2a2a;
	border-radius: 10px;
	padding: 35px;
}
.fenixupcoming-eventsection .ltxt h1 {
	position: relative;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.fenixupcoming-eventsection .ltxt h1:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 6px;
	left: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: #fb2274;
}
.fenixupcoming-eventsection .ltxt p {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 10px 0;
}
.fenixupcoming-eventsection .ltxt .pt {
	font-size: 21px;
	color: #fff;
	font-weight: 500;
}
.fenixupcoming-eventsection .imgbx {
	float: left;
	width: 35%;
	height: auto;
	border-radius: 15px;
	margin: 10px 30px 10px 0;
}
.fenixupcoming-eventsection1 {
	background: #fff;
	padding: 80px 0;
}
.fenixupcoming-eventsection1 h2 {
	position: relative;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.fenixupcoming-eventsection1 h2:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 4px;
	left: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: #fb2274;
}
.fenixupcoming-eventsection1 p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 10px 0;
}
.fenixupcoming-eventsection1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fenixupcoming-eventsection1 ul li {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/licn1.png) no-repeat 0 5px;
	background-size: 17px 24px;
	margin: 0;
    padding: 5px 0 5px 26px;
}
.fenixupcoming-eventsection1 .imgbx {
	float:right;
	width: 40%;
	height: auto;
	border-radius: 15px;
	margin:20px 0 0 30px;
}
.fenixupcoming-eventsection2 {
	background: #f9f9f9;
	padding: 80px 0;
}
.fenixupcoming-eventsection2 h3 {
	position: relative;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
}
.fenixupcoming-eventsection2 h3:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fb2274;
}
.fenixupcoming-eventsection2 .pt {
	font-size: 21px;
	color: #191919;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.fenixupcoming-eventsection2 .tbx {
	width: 31%;
	float: left;
	position: relative;
	margin: 30px 10px;
	padding: 30px;
	background: linear-gradient(45deg, rgba(25, 25, 25, 0.2) 0%, rgba(216, 255, 124, 1) 50%, rgba(48, 48, 48, 0.2) 100%);
	border-radius: 25px;
	transition: 0.5s;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	border: 1px solid #fff;
	min-height: 450px;
}
.fenixupcoming-eventsection2 .tbx .imgbx {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.fenixupcoming-eventsection2 .tbx .imgbx img {
	display: block;
	width: 95px;
	height: auto;
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 10px;
	background: #191919;
}
.fenixupcoming-eventsection2 .tbx:hover .imgbx img {
	animation: headShake 2s linear infinite;
}
.fenixupcoming-eventsection2 .tbx:hover {
	transform: translateY(-10px);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.fenixupcoming-eventsection2 .tbx h4 {
	color: #000;
	font-size: 21px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 20px 0 10px;
	margin: 0;
}
.fenixupcoming-eventsection2 .tbx p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.fenixupcoming-eventsection2 .btmtxt-bx {
	width:100%;
	float:left;
	clear:both;
	color: #000;
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	margin: 0;
	padding: 10px 100px;
}
.fenixupcoming-faqs-section {
	background: #000;
	padding: 80px 0;
}
.fenixupcoming-faqs-section .container {
	background: #191919;
	border-radius: 10px;
	padding-top: 55px;
	padding-bottom: 55px;
}
.fenixupcoming-faqs-section h3 {
	position: relative;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
}
.fenixupcoming-faqs-section h3:after {
	position: absolute;
	content: "";
	width: 120px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fb2274;
}
.fenixupcoming-faqs-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.fenixupcoming-faqs-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 15px 0;
}
.fenixupcoming-faqs-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.fenixupcoming-faqs-section .text-left {
	font-size: 19px;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	border-bottom: 1px solid #3c3c3c;
	margin: 0;
	padding: 10px 20px;
}
.fenixupcoming-faqs-section .collapsed::before {
	content: '';
	position: absolute;
	top: 12px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/faqarw.png) no-repeat;
	background-size: 30px 30px;
}
.fenixupcoming-faqs-section .show::before {
	content: '';
	position: absolute;
	top: 12px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/faqarwh.png) no-repeat;
	background-size: 30px 30px;
}
.fenixupcoming-faqs-section .faqcontent {
	padding: 15px 20px;
}
.fenixupcoming-faqs-section .faqcontent p {
	font-size: 17px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.fenixupcoming-faqs-section .faqcontent p a {
	font-size: 17px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.hmfenix-servicecate-section {
	padding: 80px 0;
}
.hmfenix-servicecate-section h3 {
	position: relative;
	display: block;
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.hmfenix-servicecate-section .tbx1 {
	position: relative;
	width: 100%;
	padding: 30px;
	border-radius: 30px;
	min-height: 605px;
	box-shadow: 0px 15px 30px -10px #c9b29f;
	background: url(../images/partner-community-bg1.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	transition: all 0.5s ease;
	overflow: hidden;
}
.hmfenix-servicecate-section .tbx1:hover {
	background: url(../images/partner-community-bg1.jpg) no-repeat;
	background-size: 115% 115%;
}
.hmfenix-servicecate-section .tbx1::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	border-radius: 30px;
	width: 100%;
	height: 100%;
}
.hmfenix-servicecate-section .tbx1 h4 {
	position: relative;
	z-index: 1;
	font-size: 40px;
	color: #fff;
	line-height: 52px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0 0 30px;
	padding: 0 0 10px;
}
.hmfenix-servicecate-section .tbx1 h4:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: -10px;
	border-radius: 20px;
	background-color: #fb2274;
}
.hmfenix-servicecate-section .tbx1 h5 {
	position: relative;
	z-index: 1;
	font-size: 26px;
	color: #fff;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0 0 10px;
}
.hmfenix-servicecate-section .tbx1 ul {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	min-height: 435px;
}
.hmfenix-servicecate-section .tbx1 ul li {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin: 15px 0;
	padding: 0 0 0 40px;
	background: url(../images/listicn3.png) no-repeat 0 5px;
	background-size: 27px 24px;
}
.hmfenix-servicecate-section .tbx1 .readmre-btn {
	position: relative;
	z-index: 1;
	display: block;
	margin: 25px auto 15px;
	text-align: center;
}
.hmfenix-servicecate-section .tbx1 .readmre-btn a {
	display: inline-block;
	color: #ffffff;
	font-size: 19px;
	font-weight: 500;
	line-height: 21px;
	border-radius: 50px;
	text-decoration: none;
	padding: 14px 30px;
	margin: 0;
	background: #c4004a;
	transition: background-color 0.3s ease;
}
.hmfenix-servicecate-section .tbx1 .readmre-btn a:hover, .hmfenix-servicecate-section .tbx .readmre-btn a:focus {
	background: #a8003f;
	text-decoration: none;
}
.hmfenix-servicecate-section .tbx1 .btm-txtline {
	position: relative;
	z-index: 1;
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.hmfenix-servicecate-section .tbx2 {
	position: relative;
	width: 100%;
	padding: 30px;
	border-radius: 30px;
	min-height: 605px;
	box-shadow: 0px 15px 30px -10px #c9b29f;
	background: url(../images/partner-community-bg2.jpg) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s ease;
	overflow: hidden;
}
.hmfenix-servicecate-section .tbx2:hover {
	background: url(../images/partner-community-bg2.jpg) no-repeat;
	background-size: 115% 115%;
}
.hmfenix-servicecate-section .tbx2::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	border-radius: 30px;
	width: 100%;
	height: 100%;
}
.hmfenix-servicecate-section .tbx2 h4 {
	position: relative;
	z-index: 1;
	font-size: 40px;
	color: #fff;
	line-height: 52px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0 0 30px;
	padding: 0 0 10px;
}
.hmfenix-servicecate-section .tbx2 h4:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: -10px;
	border-radius: 20px;
	background-color: #fb2274;
}
.hmfenix-servicecate-section .tbx2 h5 {
	position: relative;
	z-index: 1;
	font-size: 26px;
	color: #fff;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0 0 10px;
}
.hmfenix-servicecate-section .tbx2 ul {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	min-height: 435px;
}
.hmfenix-servicecate-section .tbx2 ul li {
	color: #fff;
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
	margin: 15px 0;
	padding: 0 0 0 40px;
	background: url(../images/listicn3.png) no-repeat 0 3px;
	background-size: 27px 24px;
}
.hmfenix-servicecate-section .tbx2 .readmre-btn {
	position: relative;
	z-index: 1;
	display: block;
	margin: 25px auto 15px;
	text-align: center;
}
.hmfenix-servicecate-section .tbx2 .readmre-btn a {
	display: inline-block;
	color: #ffffff;
	font-size: 19px;
	font-weight: 500;
	line-height: 21px;
	border-radius: 50px;
	text-decoration: none;
	padding: 14px 30px;
	margin: 0;
	background: #c4004a;
	transition: background-color 0.3s ease;
}
.hmfenix-servicecate-section .tbx2 .readmre-btn a:hover, .hmfenix-servicecate-section .tbx .readmre-btn a:focus {
	background: #a8003f;
	text-decoration: none;
}
.hmfenix-servicecate-section .tbx2 .btm-txtline {
	position: relative;
	z-index: 1;
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.hmfenix-abuttxt-section {
	position: relative;
	overflow: hidden;
	height: 650px;
}
.hmfenix-abuttxt-section .ltxt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 40%;
	height: 100%;
	padding: 50px;
	background: rgba(0,0,0,0.5);
	text-align: right;
	border-right: 5px solid #fb2274;
}
.hmfenix-abuttxt-section .ltxt h3 {
	color: #fff;
	font-size: 55px;
	font-weight: 500;
	line-height: 70px;
	margin: 50px 0 0;
	padding: 0;
}
.hmfenix-abuttxt-section .ltxt h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	padding: 15px 0 10px;
}
.hmfenix-abuttxt-section .ltxt p {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	padding: 10px 0;
}
.hmfenix-abuttxt-section .join-btnbx {
	padding: 20px 0 0;
}
.hmfenix-abuttxt-section .join-btnbx a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	border-radius: 50px;
	padding: 17px 30px;
	margin: 0;
	background: #c4004a;
	transition: background 0.3s ease;
	text-decoration: none;
}
.hmfenix-abuttxt-section .join-btnbx a:hover {
	background: #a8003f;
	text-decoration: none;
}
/****** INNER PAGE CSS ******/

.innerfenix-abuttxt-section {
	position: relative;
	overflow: hidden;
	height: 650px;
}
.innerfenix-abuttxt-section video {
	width: 100vw !important;
	height: 100vh !important;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 100%;
	object-fit: cover;
}
.innerfenix-abuttxt-section .innfenix-bx {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 40%;
	height: 100%;
	padding: 60px 50px;
	background: rgba(255, 0, 95, 0.7);
	text-align: center;
}
.innerfenix-abuttxt-section .innfenix-bx h1 {
	position: relative;
	color: #fff;
	font-size: 42px;
	font-weight: 500;
	line-height: 50px;
	margin: 20px 0;
	padding: 0 0 20px;
}
.innerfenix-abuttxt-section .innfenix-bx h1:after {
	position: absolute;
	content: "";
	width: 30%;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
}
.innerfenix-abuttxt-section .innfenix-bx h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
.innerfenix-abuttxt-section .innfenix-bx p {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	padding: 10px 0;
}
.innerfenix-abuttxt-section .innfenix-bx .join-btnbx {
	padding: 15px 0 0;
}
.innerfenix-abuttxt-section .innfenix-bx .join-btnbx a {
	display: inline-block;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 28px;
	border-radius: 50px;
	padding: 14px 30px;
	margin: 0;
	background: #191919;
	transition: background 0.3s ease;
	text-decoration: none;
}
.innerfenix-abuttxt-section .innfenix-bx .join-btnbx a:hover {
	background: #000;
	text-decoration: none;
}
.innerfenix-ownertxt-section {
	background: #000;
	padding: 80px 0;
	border-bottom: 1px solid #191919;
}
.innerfenix-ownertxt-section .rtxt {
	width: 100%;
	padding: 0 50px;
}
.innerfenix-ownertxt-section .rtxt h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 500;
	line-height: 50px;
	margin: 30px 0 10px;
	padding: 0;
}
.innerfenix-ownertxt-section .rtxt h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
}
.innerfenix-ownertxt-section .rtxt p {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 10px 0;
}
.innerfenix-ownertxt-section .rtxt .founder-txt {
	color: #d8ff7c;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	padding: 5px 0 0;
}
.innerfenix-ownertxt-section .imgbx {
	position: relative;
	width: 100%;
}
.innerfenix-ownertxt-section .imgbx img {
	position: relative;
	float: right;
	width: 295px;
	height: auto;
	border-radius: 250px;
	background: #191919;
	padding: 20px;
	margin: 65px 0;
	border: 3px solid #ff005f;
	z-index: 1;
}
.innerfenix-ownertxt-section .imgbx:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 590px;
	left: 35%;
	right: 0;
	top: -80px;
	bottom: 0;
	margin: 0 auto;
	background-color: #ff005f;
}
.innerfenix-eventstxt-section {
	position: relative;
	overflow: hidden;
	height: 900px;
}
.innerfenix-eventstxt-section video {
	width: 100vw !important;
	height: 100vh !important;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 100%;
	object-fit: cover;
}
.innerfenix-eventstxt-section .innevents-overlytxt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.innerfenix-eventstxt-section .innevents-listing {
	position: relative;
	width: 90%;
	float: left;
	padding: 50px 0 0;
}
.innerfenix-eventstxt-section .innevents-listing h1 {
	position: relative;
	color: #fff;
	font-size: 42px;
	font-weight: 500;
	line-height: 50px;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.innerfenix-eventstxt-section .innevents-listing h1:after {
	position: absolute;
	content: "";
	width: 30%;
	height: 3px;
	left: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: #fff;
}
/* scrollbar */
.innerfenix-eventstxt-section .innevents-listing ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.innerfenix-eventstxt-section .innevents-listing ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(256, 256, 256, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.innerfenix-eventstxt-section .innevents-listing ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(251, 34, 116, 100);
  -webkit-box-shadow: inset 0 0 6px rgba(256, 256, 256, 0.5);
}
.innerfenix-eventstxt-section ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.7);
}
.innerfenix-eventstxt-section .innevents-listing .listing-scrolbx {
	width: 100%;
    float: left;
    height: 660px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.innerfenix-eventstxt-section .innevents-listing .evnts-tbx {
	width: 100%;
	float: left;
	margin: 20px 0 0;
}
.innerfenix-eventstxt-section .innevents-listing .ltimg {
	width: 40%;
	float: left;
}
.innerfenix-eventstxt-section .innevents-listing .ltimg img {
	width: 95%;
	height: auto;
	border-radius: 5px;
	border: 1px solid rgba(256, 256, 256, 0.2);
}
.innerfenix-eventstxt-section .innevents-listing .rtxt {
	width: 60%;
	float: left;
}
.innerfenix-eventstxt-section .innevents-listing .evnts-tbx h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}
.innerfenix-eventstxt-section .innevents-listing p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.innerfenix-eventstxt-section .innevents-igt {
	position: relative;
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
.innerfenix-eventstxt-section .innevents-igt .t-box {
	position: relative;
}
.innerfenix-eventstxt-section .innevents-igt .t-box h4 {
	position: relative;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 50px;
	margin: 0;
	padding: 10px 0 20px;
}
.innerfenix-eventstxt-section .innevents-igt .dtebx {
	display: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/dte-icn.png) no-repeat 12px 9px;
	background-size: 25px 25px;
	padding: 7px 10px 7px 50px;
	margin: 10px 10px 10px 0;
	border: 1px solid #545454;
	border-radius: 5px;
}
.innerfenix-eventstxt-section .innevents-igt .tmebx {
	display: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	background: url(../images/tme-icn.png) no-repeat 12px 9px;
	background-size: 25px 25px;
	padding: 7px 10px 7px 50px;
	margin: 10px 0;
	border: 1px solid #545454;
	border-radius: 5px;
}
.innerfenix-eventstxt-section .innevents-igt .tickets-btnbx {
	display: block;
	text-align: center;
	padding: 30px 0 0;
}
.innerfenix-eventstxt-section .innevents-igt .tickets-btnbx a {
	display: inline-block;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 1px;
	border-radius: 50px;
	padding: 15px 100px;
	margin: 0;
	background: #fb2274;
	text-transform: uppercase;
	transition: background 0.3s ease;
	text-decoration: none;
}
.innerfenix-eventstxt-section .innevents-igt .tickets-btnbx a:hover {
	background: #ff4d9e;
	text-decoration: none;
}
.innerfenix-eventstxt-section .free-signup-btn {
	display: block;
	padding-top: 300px;
	text-align: center;
}
.innerfenix-eventstxt-section .free-signup-btn a {
	display: inline-block;
	color: #ffffff;
	font-size: 21px;
	font-weight: 500;
	line-height: 32px;
	border-radius: 50px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 15px 68px;
	margin: 0;
	background: #c4004a;
	transition: background-color 0.3s ease;
}
.innerfenix-eventstxt-section .free-signup-btn a:hover, .innerfenix-eventstxt-section .free-signup-btn a:focus {
	background: #a8003f;
	text-decoration: none;
}
.hmfenix-upcoming-events-section {
	position: relative;
	overflow: hidden;
	height: 850px;
}
.hmfenix-upcoming-events-section video {
	width: 100vw !important;
	height: 100vh !important;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 100%;
	object-fit: cover;
}
.hmfenix-upcoming-events-section .innupcomingevent-overlypost {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 80px 0;
}
.hmfenix-upcoming-events-section h3 {
	position: relative;
	color: #fff;
	font-size: 42px;
	font-weight: 500;
	line-height: 50px;
	text-align:center;
	margin: 0 auto 25px;
	padding: 0 0 15px;
}
.hmfenix-upcoming-events-section h3:after {
	position: absolute;
	content: "";
	width: 32%;
	height: 3px;
	left: 0;
	right:0;
	bottom: 0;
	margin:0 auto;
	border-radius: 20px;
	background-color: #fb2274;
}
.hmfenix-upcoming-events-section .upcomingevent-tbx {
	margin: 15px 0;
}
.hmfenix-upcoming-events-section .upcomingevent-tbx img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 1px solid rgba(256, 256, 256, 0.2);
}
.hmfenix-upcoming-events-section .upcomingevent-tbx h4 {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}
.hmfenix-upcoming-events-section .events-btn {
	display: block;
	padding-top: 30px;
	text-align: center;
}
.hmfenix-upcoming-events-section .events-btn a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	border-radius: 50px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 17px 30px;
	margin: 0;
	background: #c4004a;
	transition: background-color 0.3s ease;
}
.hmfenix-upcoming-events-section .events-btn a:hover, .hmfenix-upcoming-events-section .events-btn a:focus {
	background: #a8003f;
	text-decoration: none;
}