body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}



@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Righteous';
    src: url('../fonts/Righteous-Regular.eot');
    src: url('../fonts/Righteous-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Righteous-Regular.woff2') format('woff2'),
        url('../fonts/Righteous-Regular.woff') format('woff'),
        url('../fonts/Righteous-Regular.ttf') format('truetype'),
        url('../fonts/Righteous-Regular.svg#Righteous-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.form-control {
	box-shadow: none !important;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 380px;
}
.header_menu {
	text-align: right;
}
.home_banner_section {
	margin-top: 82px;
}
.banner_slide .item {
	margin: 0;
}
.banner_slide .item:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 60%;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8463585263206845) 100%);
}
.banner_subheading {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.banner_heading {
	font-family: 'Righteous';
	color: #fff;
	font-size: 45px;
	line-height: 50px;
	margin-top: 10px;
	font-style: italic;
}
.banner_btn {
	display: inline-block;
	background: #a881ba;
	color: #fff !important;
	font-weight: 500;
	padding: 13px 22px;
	text-transform: uppercase;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn:hover {
	background: #fff;
	color: #896599 !important;
}
.banner_content {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 100px;
	right: 100px;
}
.banner_slide .owl-pagination {
	display: none;
}
.banner_slide .owl-controls {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 20px;
	right: 20px;
}
.banner_slide .owl-prev {
	float: left;
}
.banner_content_inner {
	max-width: 500px;
}
.home_choose_section {
	padding: 60px 0 80px;
}
.home_choose_section_subheading {
	color: #202020;
	font-size: 15px;
	letter-spacing: 3px;
}
.home_choose_section_heading {
	font-family: 'Righteous';
	color: #202020;
	font-size: 35px;
}
.home_choose_block {
	margin-top: 30px;
}
.home_choose_block_inner {
	padding: 30px;
	box-shadow: 0px 7px 17.64px 0.36px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	min-height: 100%;
}
.home_choose_block_heading {
	font-weight: 600;
	color: #202020;
	margin-top: 20px;
}
.home_choose_block_text {
	color: #555;
	font-size: 14px;
	margin-top: 15px;
}
.home_about_sec {
	background: #0b0b0b;
	padding: 75px 0;
}
.about_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.home_about_img img {
	border-radius: 10px;
}
.home_about_sec_subheading {
	background: url("../images/about_line.png") no-repeat center left;
	letter-spacing: 3px;
	padding-left: 85px;
}
.home_about_sec_heading {
	font-family: 'Righteous';
	font-size: 36px;
	line-height: 40px;
	margin-top: 15px;
}
.home_about_sec_heading strong {
	color: #a881ba;
	font-weight: normal;
}
.home_about_sec_text {
	color: #e3e3e3;
	margin-top: 25px;
}
.home_about_right {
	padding-left: 50px;
}
.home_about_sec_btn {
	display: inline-block;
	background: #a881ba;
	border: 2px solid #896599;
	color: #fff !important;
	font-weight: 500;
	padding: 12px 20px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_sec_btn:hover {
	background: #896599;
}
.home_howwork_section {
	padding: 65px 0 80px;
}
.home_howwork_block {
	margin-top: 30px;
}
.home_howwork_block_inner {
	background: url("../images/howwork_bg.png") #a881ba;
	border-radius: 8px;
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
	border-bottom: 5px solid #1b1b1b;
	min-height: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_howwork_block_inner:hover {
	border-color: #a881ba;
}
.home_howwork_block_inner:before {
	background: #a881ba;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_howwork_block_inner:hover:before {
	background: #111;
}
.home_howwork_block_heading {
	color: #fff;
	position: relative;
	z-index: 9;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.home_howwork_block_text {
	color: #fff;
	position: relative;
	z-index: 9;
	font-size: 15px;
	margin-top: 20px;
}
.home_howwork_block_btn {
	display: inline-block;
	background: #fff;
	color: #222 !important;
	position: relative;
	z-index: 9;
	padding: 10px 20px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_howwork_block_btn:hover {
	background: #a881ba;
	color: #fff !important;
}
.home_event_sec_text {
	color: #555;
	margin-top: 25px;
}
.home_event_sec_subheading {
	color: #202020;
	margin-top: 25px;
	font-weight: bold;
	font-size: 20px;
}
.home_event_sec_list ul {
	padding: 0;
	margin: 20px 0 0;
}
.home_event_sec_list ul li {
	color: #202020;
	font-weight: 600;
	font-size: 16px;
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	padding-left: 20px;
}
.home_event_sec_list ul li:before {
	position: absolute;
	content: "";
	top: 4px;
	left: 3px;
	width: 8px;
	height: 13px;
	border-right: 3px solid #202020;
	border-bottom: 3px solid #202020;
	transform: rotate(45deg);
}
.event_right_inner {
	background: url("../images/event_img.jpg") no-repeat;
	background-size: cover;
	min-height: 100%;
	display: flex;
	align-items: center;
}
.event_right_subheading {
	color: #a881ba;
	letter-spacing: 3px;
	font-weight: 500;
}
.event_right_whitebox {
	padding: 40px 30px;
	background: #fff;
	width: 100%;
	max-width: 340px;
}
.event_right_btn {
	display: block;
	background: #040404;
	font-weight: 500;
	padding: 12px 20px;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.event_right_btn:hover {
	background: #a881ba;
}
.event_right {
	padding: 0;
}
.event_left {
	padding: 0 40px 65px 9%;
}
.home_join_section {
	background: url("../images/join_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 65px 0;
}
.home_join_section:before {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_join_section .container {
	position: relative;
	z-index: 9;
}
.home_join_btn {
	display: inline-block;
	background: #fff;
	border: 2px solid #896599;
	color: #333 !important;
	font-weight: 500;
	padding: 12px 20px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_join_btn:hover {
	background: #896599;
	color: #fff !important;
}
.home_membership_section {
	background: #a881ba;
}
.home_membership_left {
	background: #9167a4;
	padding: 18px 0;
	color: #fff;
	font-family: 'Righteous';
	font-size: 30px;
}
.home_membership_left:before {
	background: #9167a4;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 2000px;
	left: -2000px;
}
.home_membership_right ul {
	padding: 0;
	margin: 0;
}
.home_membership_right ul li {
	font-family: 'Righteous';
	display: inline-block;
	color: #fff;
	font-size: 20px;
	list-style: none;
	margin-right: 70px;
	position: relative;
}
.home_membership_right ul li:last-child {
	margin-right: 0;
}
.home_membership_right ul li:before {
	position: absolute;
	content: "";
	top: 16px;
	right: -50px;
	width: 30px;
	border-bottom: 1px solid #fff;
}
.home_membership_right ul li:last-child:before {
	display: none;
}
.home_bottom_right_inner {
	background: #f2f2f2;
	padding: 75px 0 75px 30px;
	position: relative;
	min-height: 100%;
}
.home_bottom_right_inner:before {
	background: #f2f2f2;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 2000px;
	right: -2000px;
}
.home_bottom_left {
	padding: 75px 30px 75px 12px;
}
.home_bottom_left_heading {
	font-family: 'Righteous';
	color: #232121;
	font-size: 28px;
}
.home_bottom_left_heading strong {
	color: #a881ba;
	font-weight: normal;
}
.home_form {
	margin-top: 10px;
}
.home_form .form-control {
	border: 1px solid #d8ccdd !important;
	min-height: 44px;
	margin-top: 15px;
	color: #555;
	resize: none;
	font-size: 15px;
	border-radius: 0;
}
.home_form_btn {
	display: inline-block;
	background: #a881ba;
	border: 2px solid #896599;
	color: #fff !important;
	font-weight: 500;
	padding: 10px 20px;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer {
	background: #040707;
	padding: 70px 0 22px;
}
.footer_top_heading {
	font-family: 'Righteous';
    font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.footer_mission {
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 2px;
}
.footer_menu ul li a {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #a881ba;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	font-size: 15px;
	list-style: none;
	margin-top: 5px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 30px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 25px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 15px;
	padding: 22px 0 0;
	margin-top: 30px;
	text-align: center;
}
.footer_bottom a {
	color: #fff;
}
.footer_logo {
	margin-top: 70px;
}
#back-to-top {
	background: #a881ba;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.inner_page_header {
	background: url("../images/banner6.jpg") #111 no-repeat;
	background-size: cover;
	max-width: 100%;
	padding: 200px 0 110px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.inner_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.inner_page_header .container {
	position: relative;
	z-index: 9;
}
.inner_page_header_title {
	font-family: 'Righteous';
	color: #fff;
	position: relative;
	font-size: 35px;
	font-weight: normal;
	text-transform: none;
}
.breadcrumb, .breadcrumb a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item:before {
	color: #a881ba;
	font-size: 15px;
}
.membership_top_section {
	padding: 65px 0;
}
.inner_page_heading {
	font-family: 'Righteous';
	font-size: 32px;
	line-height: 36px;
	margin-top: 15px;
}
.inner_page_heading strong {
	color: #a881ba;
	font-weight: normal;
}
.membership_pricing_box {
	margin-top: 35px;
}
.membership_pricing_box_inner {
	background: #a881ba;
	border: 2px solid #896599;
	text-align: center;
	padding: 30px 15px 90px;
	border-radius: 8px;
	min-height: 100%;
	position: relative;
}
.membership_pricing_box_price {
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 10px;
	color: #896599;
	font-weight: bold;
	font-size: 28px;
	line-height: 16px;
	padding-top: 35px;
}
.membership_pricing_box_price small {
	font-weight: normal;
	font-size: 14px;
}
.event_mid_box_list ul {
	padding: 0;
	margin: 20px 0;
}
.event_mid_box_list ul li {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 6px 0 6px 20px;
	text-align: left;
	position: relative;
}
.event_mid_box_list ul li:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 3px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 7px;
	height: 11px;
	transform: rotate(45deg);
}
.event_mid_box_list ul li:last-child {
	border-bottom: none;
}
.membership_pricing_box_btn {
	display: inline-block;
	background: #fff;
	color: #896599 !important;
	padding: 10px 20px;
	border: 2px solid #896599;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 25px;
}
.inner_page_img img {
	border-radius: 8px;
}
.inner_page_mid_section {
	background: #000;
	padding: 65px 0;
	margin: 65px 0;
}
.event_mid_box {
	margin-top: 35px;
}
.event_mid_box_inner {
	background: #fff;
	padding: 30px 20px;
	box-shadow: 0px 7px 17.64px 0.36px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	min-height: 100%;
	text-align: center;
	display: block;
}
.event_mid_box_heading {
	font-family: 'Righteous';
	font-size: 20px;
	margin-top: 20px;
	color: #222;
}
.event_mid_box_text {
	color: #666;
	margin-top: 15px;
	font-size: 15px;
}
.event_mid_box_inner img {
	width: 65px;
}
.inner_page_bottom_section {
	background: #f2f2f2;
	padding: 65px 0;
	margin: 65px 0 0;
}
.cert_pay_btn {
	background: url("../images/paypal_logo.png") #a881ba no-repeat center left 15px;
	display: inline-block;
	color: #fff !important;
	position: relative;
	padding: 15px 90px 15px 57px;
	font-size: 15px;
	border-radius: 8px;
	line-height: 22px;
	text-align: left;
	margin-top: 40px;
}
.cert_pay_btn strong {
	font-weight: 600;
	font-size: 20px;
}
.cert_pay_btn img {
	position: absolute;
	top: -21px;
	right: 10px;
	width: 68px;
}
.conc_bottom_section {
	background: url("../images/conc_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 65px 0;
	position: relative;
	text-align: center;
}
.conc_bottom_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}
.conc_bottom_section .container {
	position: relative;
	z-index: 9;
}
.contact_page_info {
	position: relative;
	padding-left: 48px;
	color: #666;
	margin-top: 25px;
}
.contact_page_info a {
	color: #666;
}
.contact_page_info strong {
	color: #222;
	font-weight: 500;
	font-size: 18px;
}
.contact_page_info img {
	position: absolute;
	top: 7px;
	left: 0;
	width: 35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_page_map {
	filter: grayscale(100%);
}
.thankyou_text {
	color: #666;
	margin-top: 22px;
}
.thankyou_btn {
	display: inline-block;
	background: #a881ba;
	border: 2px solid #896599;
	color: #fff !important;
	font-weight: 500;
	padding: 10px 20px;
	margin-top: 20px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}



/*================ Login Page Start ===================*/

.login_page_container {
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: #eee;
	padding: 50px 0;
}
.login_page_logo img {
	width: 300px;
}
.login_page_box {
	background: #fff;
	padding: 30px 25px;
	border-radius: 10px;
	border-top: 4px solid #a881ba;
	margin-top: 30px;
	box-shadow: 0px 7px 17.64px 0.36px rgba(0, 0, 0, 0.1);
}
.login_key {
	background: #a881ba;
	border: 2px solid #896599;
	border-radius: 50%;
	width: 85px;
	padding: 5px;
}
.login_page_box_heading {
	font-family: 'Righteous';
	color: #222;
	font-size: 20px;
	margin: 20px;
}
.login_page_box .form-control {
	border-color: #ccc !important;
	margin-top: 10px;
	box-shadow: none !important;
	color: #555;
	min-height: 46px;
	border-radius: 0;
}
.login_page_btn {
	background: #a881ba;
	border: 2px solid #896599;
	color: #fff !important;
	text-transform: uppercase;
	padding: 9px 20px;
	margin-top: 15px;
	font-weight: 500;
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.login_page_btn:hover {
	background: #896599;
}
.login_join_link {
	color: #999;
	font-size: 15px;
	margin-top: 15px;
}
.login_join_link a {
	color: #a881ba;
	font-weight: 500;
}
.login_copyright {
	color: #8e8e8e;
	font-size: 14px;
	margin-top: 25px;
}
.login_copyright a {
	color: #8e8e8e;
}
.profile_page_container {
	min-height: 100vh;
	background: #eee;
	padding: 120px 0 25px;
}
.profile_page_header {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 15px 0;
}
.profile_page_logo img {
	width: 320px;
}
.logout_btn {
	text-align: right;
}
.logout_btn a {
	display: inline-block;
	background: #a881ba;
	border: 2px solid #896599;
	padding: 7px 15px;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
}
.profile_left_box {
	background: #fff;
	padding: 30px 15px 20px;
	border-radius: 5px;
	border-top: 4px solid #a881ba;
	box-shadow: 0px 7px 17.64px 0.36px rgba(0, 0, 0, 0.1);
}
.profile_left_box_img img {
	background: #eee;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.profile_left_box_name {
	color: #222;
	font-weight: 500;
	font-size: 18px;
	margin-top: 10px;
}
.profile_left_navigation ul {
	padding: 0;
	margin: 25px 0 0;
}
.profile_left_navigation ul li {
	list-style: none;
	margin-top: 5px;
}
.profile_left_navigation ul li a {
	display: block;
	background: #eee;
	font-size: 15px;
	color: #555;
	padding: 8px 12px;
	border-left: 5px solid #ddd;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.profile_left_navigation ul li a:hover, .profile_left_navigation ul li.active a {
	background: #222;
	color: #fff;
	border-color: #a881ba;
}
.profile_left_logout {
	display: inline-block;
	background: #a881ba;
	border: 2px solid #896599;
	padding: 7px 15px;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
.profile_right_box {
	background: #fff;
	padding: 30px 30px;
	border-radius: 5px;
	min-height: 100%;
	border-top: 4px solid #a881ba;
	box-shadow: 0px 7px 17.64px 0.36px rgba(0, 0, 0, 0.1);
}
.profile_right_box_heading {
	font-weight: 500;
	color: #222;
	font-size: 22px;
}
.trading_table thead tr td {
	background: #eee;
	min-width: 115px;
	font-size: 15px;
	color: #555;
}
.trading_table tbody tr td {
	font-size: 15px;
	color: #666;
}
.profile_table tbody tr td:first-child {
	font-weight: 500;
	color: #555;
}
.trading_table {
	margin-top: 20px;
}
.table_details_btn {
	background: #a881ba;
	color: #fff !important;
	padding: 8px 15px;
	display: inline-block;
	white-space: nowrap;
	border: none;
}
.update_pass_form .form-control {
	border-color: #ccc !important;
	margin-top: 10px;
	box-shadow: none !important;
	color: #555;
	min-height: 45px;
	border-radius: 0;
}
.profile_page_copyright {
	color: #999;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #ddd;
	margin-top: 50px;
	padding-top: 25px;
}
.profile_page_copyright a {
	color: #999;
}

/*================ Login Page End ===================*/

#togglePassword {
	background: #a881ba;
	color: #fff;
	min-height: 45px;
	margin-top: 10px;
	padding: 7px 15px;
}
.marketing_box_btn {
	display: inline-block;
	background: #a881ba;
	border: 2px solid #896599;
	color: #fff !important;
	font-weight: 500;
	padding: 8px 18px;
	margin-top: 17px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.marketing_box_btn:hover {
	background: #896599;
}
.apply_form_box {
	background: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	border-top: 4px solid #a881ba;
	box-shadow: 0px 7px 17.64px 0.36px rgba(0, 0, 0, 0.1);
}
.apply_form_box_heading {
	font-family: 'Righteous';
	color: #222;
	font-size: 26px;
	margin: 0 0 20px;
}
.apply_form_label {
	color: #666;
	margin-top: 12px;
}
.apply_form_input .form-control {
	border: 1px solid #d8ccdd !important;
	min-height: 44px;
	margin-top: 2px;
	color: #555;
	resize: none;
	font-size: 15px;
	border-radius: 0;
}
.apply_form_input select.form-control {
	background: url("../images/dropdown.png") no-repeat center right 10px;
	padding: 0 30px 0 10px;
	line-height: 41px;
}
.apply_form_input .form-control[type="file"] {
	line-height: 30px;
}
.blog_page_box {
	margin-bottom: 40px;
}
.blog_page_box_img img {
	width: 100%;
}
.blog_page_box_date {
	background: #a881ba;
	width: 85px;
	margin: -45px 0 0 0;
	position: relative;
	z-index: 9;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 35px;
	line-height: 25px;
	padding: 20px 0 12px;
}
.blog_page_box_date span {
	display: block;
	font-weight: normal;
	font-size: 15px;
}
.blog_page_box_heading {
	color: #333;
	font-weight: 600;
	margin-top: 20px;
	font-size: 22px;
	line-height: 28px;
}
.blog_page_box_btn {
	display: inline-block;
	border: 2px solid #a881ba;
	color: #a881ba !important;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog_page_box_btn:hover {
	background: #a881ba;
	color: #fff !important;
}
.blog_sidebar_heading {
	border-top: 5px solid #a881ba;
	color: #222;
	font-weight: 600;
	font-size: 22px;
	padding: 8px 15px 10px;
	background: rgba(168, 129, 186, 0.1);
}
.blog_sidebar_list ul {
	padding: 0;
	margin: 10px 0 35px;
}
.blog_sidebar_list ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.blog_sidebar_list ul li:last-child {
	border-bottom: none;
}
.blog_sidebar_list ul li a {
	color: #666;
}
.blog_page_box_content {
	color: #666;
	margin-top: 20px;
}
.failed_payment_text {
	color: #896599;
	font-weight: 500;
	font-size: 25px;
}
.offcanvas-title img {
	width: 200px;
}
.offcanvas-header .btn-close {
	box-shadow: none !important;
}
.offcanvas-body .menu-toggle {
	display: none !important;
}
.blog_page_box_text {
	color: #666;
	margin-top: 15px;
}
.error_page_container {
	display: flex;
	min-height: 100vh;
	text-align: center;
	align-items: center;
}
.error_page_heading {
	font-family: 'Righteous';
	color: #202020;
	font-size: 25px;
	margin-top: 20px;
}
.error_page_text {
	color: #666;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #a881ba;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #111;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.custom_padding {
	padding-top: 120px;
}




/*=============== Responsive ==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_menu, .home_membership_left::before, .home_bottom_right_inner::before {
  display: none;
}
.header {
  padding: 17px 0;
}
.logo img {
  width: 225px;
}
.mobile_ham img {
  width: 25px;
}
.home_banner_section {
  margin-top: 58px;
}
.home_banner_section .item img {
	height: 350px;
	object-fit: cover;
}
.stellarnav li {
  margin-left: 0 !important;
}
.stellarnav > ul > li > a {
  font-weight: normal !important;
}
.stellarnav ul ul {
  padding-left: 20px !important;
}
.stellarnav li a {
  padding: 10px 30px 10px 0 !important;
}
.stellarnav .dd-toggle {
  padding-right: 0 !important;
  font-weight: normal !important;
  font-size: 22px;
  line-height: 26px;
  color: #666 !important;
}
.banner_heading {
  font-size: 28px;
  line-height: 31px;
}
.banner_slide .owl-controls {
  left: 0;
  right: 0;
}
.banner_content_inner {
  max-width: 100%;
}
.banner_content {
  left: 35px;
  right: 35px;
}
.banner_btn, .home_about_sec_btn, .home_join_btn, .home_form_btn, .thankyou_btn {
  padding: 10px 20px;
  font-size: 15px;
  margin-top: 20px;
}
.home_choose_section, .home_about_sec, .home_howwork_section, .home_join_section, .home_membership_section, .membership_top_section, .conc_bottom_section {
  padding: 40px 0;
}
.home_choose_section_heading, .home_about_sec_heading, .inner_page_heading, .inner_page_header_title, .apply_form_box_heading {
  font-size: 25px;
  line-height: 31px;
}
.home_choose_section_subheading {
  font-size: 14px;
  letter-spacing: 2px;
}
.home_choose_block_inner, .home_howwork_block_inner, .home_bottom_right_inner {
  padding: 25px;
}
.home_about_right {
  padding-left: 12px;
  margin-top: 30px;
}
.event_left {
  padding: 0 12px;
}
.event_right_inner {
  padding: 40px;
}
.event_right, .contact_right {
  margin-top: 30px;
}
.home_membership_left {
  background: none;
  padding: 0 0 15px;
  font-size: 25px;
}
.home_bottom_left {
  padding: 40px 12px;
}
.footer_logo {
  margin-top: 0;
}
.footer_logo img {
  width: 225px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 30px;
}
.footer {
  padding: 10px 0 60px;
}
.breadcrumb, .breadcrumb a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
  font-size: 14px;
}
.inner_page_header {
  padding: 130px 0 75px;
}
.membership_pricing_box_price {
  width: 90px;
  height: 90px;
  font-size: 23px;
  line-height: 15px;
  padding-top: 30px;
}
.membership_pricing_box, .event_mid_box {
  margin-top: 25px;
}
.inner_page_img {
  margin-bottom: 30px;
}
.inner_page_mid_section, .inner_page_bottom_section {
  padding: 40px 0;
  margin: 40px 0;
}
.benefit_img {
  text-align: center;
  margin-top: 30px;
}
.benefit_img img {
  width: 200px;
}
.apply_form_box {
  padding: 30px 20px;
}
.blog_sidebar {
  margin-top: 20px;
}
#back-to-top {
  bottom: 55px;
}
.custom_padding {
  padding-top: 90px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.event_left {
  padding: 0 11%;
}
.event_right_inner {
  padding: 40px 11%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_about_right, .blog_sidebar {
  margin-top: 0;
}
.event_right, .contact_right {
  margin-top: 0;
}
.home_join_section {
  margin-top: 40px;
}
.home_bottom_right_inner::before {
  display: block;
}
.inner_page_img {
  margin-bottom: 0;
}
.cert_pay_btn img {
  top: -14px;
  width: 44px;
}
.cert_pay_btn {
  padding: 15px 60px 15px 55px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.home_about_right {
  padding-left: 12px;
}
.event_left {
  padding-left: 4%;
}
.footer {
  padding: 50px 0 22px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.home_about_right, .blog_sidebar {
  margin-top: 0;
}
.event_right, .contact_right {
  margin-top: 0;
}
.home_join_section {
  margin-top: 40px;
}
.home_bottom_right_inner::before {
  display: block;
}
.inner_page_img {
  margin-bottom: 0;
}
.cert_pay_btn img {
  top: -14px;
  width: 44px;
}
.cert_pay_btn {
  padding: 15px 60px 15px 55px;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.home_about_right, .blog_sidebar {
  margin-top: 0;
}
.event_right, .contact_right {
  margin-top: 0;
}
.home_join_section {
  margin-top: 40px;
}
.home_bottom_right_inner::before {
  display: block;
}
.inner_page_img {
  margin-bottom: 0;
}
.cert_pay_btn img {
  top: -14px;
  width: 44px;
}
.cert_pay_btn {
  padding: 15px 60px 15px 55px;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.home_about_right, .blog_sidebar {
  margin-top: 0;
}
.event_right, .contact_right {
  margin-top: 0;
}
.home_join_section {
  margin-top: 40px;
}
.home_bottom_right_inner::before {
  display: block;
}
.inner_page_img {
  margin-bottom: 0;
}
.cert_pay_btn img {
  top: -14px;
  width: 44px;
}
.cert_pay_btn {
  padding: 15px 60px 15px 55px;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.home_about_right {
  padding-left: 12px;
}
.event_left {
  padding-left: 4%;
}
.footer {
  padding: 50px 0 22px;
}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.home_about_right {
  padding-left: 12px;
}
.event_left {
  padding-left: 4%;
}
.footer {
  padding: 50px 0 22px;
}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.event_left {
  padding-left: 16%;
}
}

@media screen and (min-width: 2048px) {
.event_left {
  padding-left: 18%;
}
}

@media screen and (min-width: 2550px) {
.event_left {
  padding-left: 24%;
}
}

