
a.RealLearnMore {
    padding: 10px 20px;
    text-decoration: none;
    background-color: #ffb01b;
    color: #fff;
    font-size: 18px;
    font-family: 'Gotham';
    display: inline-block;
}
a.RealLearnMore:hover{
	background-color: #4dba9b;
	color: #fff;
}

.real_apart h2 {
	text-align: center;
	font-size: 2.1rem;
	font-family: 'Gotham';
	font-weight: normal;
	text-transform: uppercase;
}
.real_apart p{
	text-align:center;
}
.real_apart_inner {
	text-align: center;
	margin-bottom: 0;
	margin-top: 45px;
}
.icon_first {
	border: solid 1px #ddd;
	width: 68px;
	height: 68px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background-color: #fff;
	left: 35%;
}
.cntnt_grid {
	padding: 50px 0px 15px 0;
	height: 100px;
	position: relative;
}
.icon_first img {
	height: 38px;
}
.cntnt_grid p {
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Gotham';
}

.grd_color_1 {
	background-color: #2E3357;
}
.brdr_color_1 {
	border: solid 1px #2E3357;
}
.grd_color_2{
	background-color:#2B305A;
}
.brdr_color_2{
	border:solid 1px #2B305A;
}
.grd_color_3{
	background-color:#1696A4;
}
.brdr_color_3{
	border:solid 1px #1696A4;
}
.vid_frame video {
	width: 100%;
	height: auto;
}
.vid_frame {
	margin-top: 0px;
}
.your_journey {
	background-color: #EBFDFF;
	margin-top: 50px;
	padding-top: 50px;
	margin-bottom: 0;
	padding-bottom: 65px;
}
.your_journey h3 {
	text-align: center;
	font-size: 2.1rem;
	font-family: 'Gotham';
	font-weight: normal;
	text-transform: uppercase;
}
.your_journey p {
	text-align: center;
	font-size: 1.85rem;
	margin-top: 15px;
	margin-bottom: -10px;
}
.your_journey_grid_inner {
	width: 14.25%;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
}
.journey_para::after {
	content: '';
	height: 10px;
	background-color: #2393a1;
	width: 15px;
	position: absolute;
	top: 100px;
	right: -15px;
}
.journey_para.journey_para_code_7::after{
	display: none;
}
.journey_para_code_1{
	background-color: #418984 !important;
}
.journey_para_code_2{
	background-color: #3d7c7d !important;
}
.journey_para_code_3{
	background-color: #3a6d77 !important;
}
.journey_para_code_4{
	background-color: #365f70 !important;
}
.journey_para_code_5{
	background-color: #33526a !important;
}
.journey_para_code_6{
	background-color: #304463 !important;
}
.journey_para_code_7{
	background-color: #2c355c !important;
}
.journey_para {
	padding: 16px;
	min-height: 200px;
	position: relative;
}
.journey_para h2 {
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	font-weight: 600;
	padding-top: 60px;
	line-height: 22px;
}
.journey_img {
	display: flex;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: solid 1px #101531;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	position: relative;
	top: 52px;
	z-index: 9;
}
.journey_img img {
	max-height: 55px;
}

.real_apart {
	padding-top: 60px;
}
.faq > .container > h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Gotham';
	margin-top: 0;
	margin-bottom: 75px;
}
.faq {
	background-color: #EBF3FF;
	padding-top: 45px;
	padding-bottom: 50px;
}
.faq .accordion-button::after{
	background-image:url('../../img/plus_icon.svg');
}
.faq .accordion-button:not(.collapsed)::after{
	background-image:url('../../img/minus_icon.svg');
}
.faq .accordion-item {
	margin-bottom: 18px;
}
.faq .accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.faq .accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: none;
}
.faq .accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.faq .accordion-button {
	font-weight: 600;
	padding-left: 60px;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 15px;
}
.faq .accordion-button::before {
	content: '';
	background-image: url('../../img/faq_icon.svg');
	height: 30px;
	width: 30px;
	background-size: contain;
	position: absolute;
	left: 14px;
	background-repeat: no-repeat;
	background-position: center;
}
.join_community {
	background-color: #2E4B7D;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color:#fff;
}
.join_community h2 {
	font-size: 2.1rem;
	font-family: 'Gotham';
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}
.join_community ul {
	width: 64%;
	margin: 0 auto;
	padding-left: 0;
}
.join_community ul li {
	list-style: none;
	display: inline-block;
	width: 45%;
	font-weight: 600;
	font-size: 25px;
	border: solid 1px #fff;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	position: relative;
}
.hidden_para p span {
	font-family: 'Gotham';
}
.join_community ul li span {
	font-size: 15px;
	position: absolute;
	left: 0;
	top: -12px;
	background-color: #fff;
	display: block;
	padding: 3px 15px;
	color: #2E4B7D;
	margin: 0 auto;
	right: 0;
	width: 75%;
}
.join_community ul li a{
	color:#fff;
	text-decoration:none;
}
.join_community ul li:hover{
	border: solid 1px #FFB01B;
	transition:all 0.7s;
}
.join_community ul li:hover a{
	color:#FFB01B;
	transition:all 0.7s;
}
.join_community label {
	font-size: 20px;
	margin-bottom: 30px;
}
.join_community p {
	margin-top: 25px;
	font-weight: 600;
	font-size: 18px;
}
.contact_us_home {
	padding-top: 50px;
}
.contact_us_home h2 {
	text-align: center;
	font-family: 'Gotham';
	font-size: 2.1rem;
}
.contact_us_home h3 {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 45px;
	margin-top: 20px;
	line-height: 25px;
}
.frm_grp label span {
	color: red;
}
.frm_grp label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 14px;
}
.frm_grp input {
	width: 100%;
	height: 37px;
	border: solid 1px #ccc;
	padding-left: 15px;
}
.frm_grp input:focus{
	border:solid 1px #4DBA9B;
	transition:all 0.7s;
}
.frm_grp textarea:focus{
	border:solid 1px #4DBA9B;
	transition:all 0.7s;
}
.frm_grp textarea {
	width: 100%;
	height: 145px;
	border: solid 1px #ccc;
	padding-left: 15px;
}
.frm_grp button {
	background-color: #4DBA9B;
	color: #fff;
	border: none;
	padding: 7px 25px;
	font-weight: 600;
	text-transform: uppercase;
}
.frm_grp button:hover{
	background-color:#FFB01B;
	transition:all 0.7s;
}
.frm_grp {
	margin-bottom: 10px;
}
.hidden_para {
	background-color:inherit;
	color: #fff;
	opacity: 1;
	position: absolute;
	padding: 20px;
	bottom: 0;
	left: 0px;
	width: 500px !important;
}
.hidden_para_last {
	background-color:inherit;
	color: #fff;
	opacity: 1;
	position: absolute;
	padding: 20px;
	bottom: 0;
	right: 0px;
	width: 500px !important;
}
.card .btn_join_now {
	display: inline-block;
	width: 110px;
}
.card.hidden_para.end {
	clip-path: polygon(88.86% 89.52%, 98% 90%, 98% 100%, 89.43% 100%);
}
.card {
	position: absolute;
	padding: 42px 32px;
	clip-path: polygon(0% 85%, 2% 85%, 2% 100%, 0% 100%);
	transition: all ease-in-out 0.3s;
}
.card.end {
	position: absolute;
	padding: 42px 32px;
	clip-path: polygon(85.71% 88.57%, 97.86% 88.01%, 97.86% 98.87%, 85.43% 99.44%);
	transition: all ease-in-out 0.3s;
}


.hidden_para_last h4 {
	font-size: 18px;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	transition: all 0.7s;
	font-weight: 600;
}
.hidden_para_last p {
	font-size: 13px;
	text-align: left;
	margin-bottom: 5px;
}
.hidden_para_last ul {
	font-size: 13px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 23px;
}
.hidden_para_last ul li {
    font-size: 14px;
    text-align: left;
    list-style: none;
    position:relative;
    font-family: "Gotham";
}
.hidden_para_last ul li::after {
	content: '';
	background-image: url('../../img/right-arrow.svg');
	height: 12px;
	width: 15px;
	background-size: contain;
	position: absolute;
	left: -23px;
	top: 5px;
	background-position: center;
	background-repeat: no-repeat;
}
.journey_para:hover .card {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	border-radius: 0px;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12), 0px 3px 18px rgba(0, 0, 0, 0.08);
	outline: none;
	z-index: 99;
}
.hidden_para.end {
	bottom: 0;
	left: -120%;
}
.hidden_para h4 {
	font-size: 18px;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	transition:all 0.7s;
	font-family: 'Gotham';
}
.hidden_para p {
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 2px;
	line-height: 20px;
}
.hidden_para ul {
	padding-left: 23px;
	margin-top: 10px;
}
.hidden_para ul li {
	list-style: none;
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
	font-family: 'Gotham';
	line-height: 18px;
}
.hidden_para ul li::after {
	content: '';
	background-image: url('../../img/right-arrow.svg');
	height: 12px;
	width: 15px;
	background-size: contain;
	position: absolute;
	left: -23px;
	top: 5px;
	background-position: center;
	background-repeat: no-repeat;
}

.journey_para:hover .hidden_para.end {
	left: -115%;
}
.real_apart_inner {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 30px;
	cursor: pointer;
}
.your_journey_grid.row {
	position: relative;
}
.real_apart p {
	text-align: center;
	margin-bottom: 60px;
	line-height: 25px;
	font-size: 15px;
}
.real_apart p.realApartDescription{
	font-size: 20px;
	line-height: 28px;
}
.expert_bx .mask p {
	text-align: center;
	transform: translateY(118px);
	color: #fff;
}
.expert_bx:hover .mask p {
	transform: translateY(-15px);
	transition: all 0.4s ease-in-out;
	margin-bottom: 15px;
}
.cntct_frm {
	padding-right: 50px;
}
.faq-thumb{
	max-width: 100%;
}
.hidden_grd{
	display: none;
}
.review_tab_inside {
	background-color: #2b305a;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.view {
	margin: 4px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	width: 100%;
	height: 335px;
	background-size: cover;
	background-position: top;
	background-origin: content-box;
}
.review_tab_inside .view {
	margin: 0px;
	float: left;
	overflow: visible;
	position: relative;
	text-align: center;
	cursor: default;
	width: 100%;
	height: 405px;
}
.rev_subtext {
	position: absolute;
	bottom: -5px;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
.review_tab_inside:hover .rev_subtext{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
.view img {
	display: block;
	position: relative;
}
.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.review_tab_inside .view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	transform: scale(1.8, 1.8);
	margin: 0 auto;
	margin-top: 50px;
}
.view-first .mask {
	opacity: 0;
	background-image:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-first h2 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.review_tab_inside .view-first p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(215px);
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #fff;
	padding: 25px;
}
.info {
	background-color: #ffb01b;
	color: #fff !important;
	font-weight: 600;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.review_tab_inside .info {
	background-color: #ffb01b;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	text-decoration: none;
	display: table;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	transform: translateY(150px);
	opacity: 1;
}
.info a{
	text-decoration: none !important;
	color: #fff !important;
}
.info a:hover{
	color: #fff;
}
.view-first:hover .mask {
	opacity: 1;
}

.main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
}
.review_tab_inside .view .mask{
	position:absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
}
.view-first:hover img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	transform: scale(1.8, 1.8);
}
.expert_bx .view-first:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 22px;
	padding: 10px;
	margin-bottom: 20px;
	text-transform: none;
	transform: translateY(135px);
}
.review_tab_inside .view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 22px;
	padding: 10px;
	margin-bottom: 20px;
	text-transform: none;
	transform: translateY(-150px);
	bottom: 0;
	width: 100%;
	opacity: 1;
}
.review_tab_inside .view h2::after{
	display:none;
}
.expert_bx .view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 22px;
	padding: 10px;
	text-transform: none;
	margin-bottom: 0;
}
.view h2::after {
	content: '';
	background-color: #fff;
	height: 2px;
	width: 25px;
	display: table;
	margin: 15px auto;
}
.expert_bx .view h2::after {
	content: '';
	background-color: #fff;
	height: 2px;
	width: 25px;
	display: table;
	margin: 15px auto;
}
.expert_bx label img {
	display: inline-block;
}
.mask{
	display:block !important;
}
.meet_expert_bx {
	background-color: #2b305a;
	min-height: 420px;
	overflow: hidden;
	padding: 12px;
}
.expert_bx {
	display: block !important;
	width: 31%;
	float: left;
	margin-top: 0;
	margin-left: 7px;
	margin-right: 7px;
}
.expert_bx > .view > img {
	max-width: 100%;
}
.lib_search {
	position: relative;
}
.lib_search input{
	width: 100%;
	padding-left: 15px;
	height: 40px;
}
.hidden_grd.active {
	display: block;
}
.real_apart_inner.active .cntnt_grid{
	background-color:#4dba9b;
}
.browse_library_bx {
	background-color: #2b305a;
	min-height: 420px;
	overflow: hidden;
	padding: 25px;
}
.lib_search {
	width: 95%;
	margin: 0 auto;
}
.lib_search button {
	position: absolute;
	background-color: transparent;
	right: 5px;
	top: 5px;
}
.browse_library_bx p {
	margin-bottom: 25px;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.search_card {
	border: solid 1px #fff;
	padding: 10px;
	height: 100px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top: 20px;
}
.search_card:hover{
	background-color: #FFB01B;
	transition: all 0.7s;
	cursor: pointer;
}
.search_card p {
	color: #fff;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 18px;
}
.search_card h3 {
	color: #fff;
	text-align: left;
	font-family: 'Gotham';
	margin-bottom: 0;
	font-size: 17px;
}
.lib_search button img {
	width: 25px;
}
.browse_library_bx h2 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.s-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.remove_left{
	padding-left: 0;
}
.remove_right{
	padding-left: 0;
}
.real_community {
	background-color: #2b305a;
	min-height: 420px;
	overflow: hidden;
}
.real_community_head {
	background-image: url('../../img/community_banner.png');
	padding: 52px 15px;
	background-size: cover;
}
.real_community_head h2 {
	font-size: 30px;
	color: #fff;
	text-transform: none;
	margin-bottom: 0;
	font-weight: normal;
	font-family: 'Gotham-book';
}
.real_community_head h2 strong {
	font-weight: 600;
	font-family: 'Gotham';
}
.real_comm_bx {
	border: solid 1px #fff;
	padding: 10px;
	text-align: center;
	min-height: 220px;
	margin-top: 5px;
	cursor: pointer;
}
.real_comm_bx a{
	color: inherit;
	text-decoration: none !important;

}
.real_comm_bx:hover{
	background-color: #ffb01b;
	transition: all 0.5s ease-in-out;
}
.real_comm_bx:hover h3{
	color: #fff;
}
.real_community_inner {
	padding: 25px;
}
.real_comm_bx h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
}
.real_comm_bx img {
	height: 75px;
	margin:0 auto;
	display: table;
}
.upcoming_events {
	background-color: #2b305a;
	min-height: 420px;
	overflow: hidden;
	padding: 12px 25px;
	color: #fff;
}
.event_dt h4 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Gotham';
}
.event_dt label {
	display: block;
	margin-top: 10px;
	margin-bottom: 12px;
}
.upcoming_events > h2 {
	text-align: left;
	font-size: 25px;
	text-transform: none;
	border-bottom: solid 1px #595f90;
	padding-bottom: 12px;
}
.event_dt {
	text-align: center;
}
.ev_ttl p {
	text-align: left;
	margin-bottom: 0;
	margin-top: 10px;
}
.ev_ttl h2 {
	font-size: 0.95rem;
	margin-bottom: 10px;
	display: block;
	text-align: left;
}
.ev_ttl label {
	display: inline-block;
}
.event_list {
	border-bottom: solid 1px #595f90;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 0px;
	margin-right: 0;
}
.ev_sts_online {
	background-color: #434b6e;
	font-size: 13px;
	padding: 7px;
	margin-left: 10px;
	color: #4dba9b;
	font-weight: 600;
}
.ev_sts_offline {
	background-color: #434b6e;
	font-size: 13px;
	padding: 7px;
	margin-left: 10px;
	color: #fff;
	font-weight: 600;
}
.event_list.rem_brdr {
	border: none;
}
.expert_bx .view-first h2 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(135px);
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.expert_bx:hover .view-first h2 {
	transform: translateY(0px);
	transition: all 0.2s linear;
}
.expert_bx .view-first .mask {
	opacity: 1;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
}
.expert_bx label {
	color: #fff;
	font-size: 12px;
	transform: translateY(65px);
}
.expert_bx:hover label {
	transform: translateY(-20px);
	transition: all 0.4s ease-in-out;
}
.info img {
	display: inline-block;
	height: 12px;
}
.info span {
	display: inline-block;
}
.info_btns {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #fff;
}
.expert_bx .view-first:hover .info_btns {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateY(0px);
}
.real_apart_inner img.active {
	display: none;
}
.real_apart_inner.active img.active{
	display: block;
}
.real_apart_inner.active img{
	display: none;
}
.real_apart_inner.active .icon_first{
	border-color:#4dba9b;

}
.real_comm_bx img.sec {
	display: none;
}
.real_comm_bx:hover img{
	display:none;
}
.real_comm_bx:hover img.sec{
	display:table;
}
.btn_find_more {
	background-color: #ffb01b;
	color: #fff !important;
	font-size: 14px;
	padding: 7px 15px;
	font-weight: 600;
	float: right;
	margin-right: 0px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 2px;
}
.btn_find_more_sml {
	background-color: #ffb01b;
	color: #fff !important;
	font-size: 14px;
	padding: 7px 15px;
	font-weight: 600;
	float: right;
	margin-right: 10px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 12px;
}

.event_thumb img {
	max-width: 100%;
}
.saved-event {
    border-radius: 100%;
    background-color: #4dba9b !important;
}
.attending-event {
    border-radius: 100%;
    background-color: red;
}
.event_dt .event_bookmark {
	border: solid 1px #2b315a;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
	background-color: #6d73a5;
}
.event_dt .event_bookmark img {
	margin: 7px auto;
	height: 20px;
}
.event_thumb {
	height: 120px;
	background-position: center;
	background-size: cover;
	width: 100%;
}
.rem_space {
	padding-right: 0;
	padding-left: 0;
}
.search_card img {
	max-width: 100%;
	object-fit: cover;
}
.search_card .row {
	align-items: center;
	width: 100%;
}
.banner_sect .owl-dots {
	bottom: 50px;
	position: relative;
}
.banner_sect .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: solid 1px #999;
}
.faq_inner .accordion-body p {
	padding-left: 40px;
	font-size: 15px;
	margin-bottom: 0;
}
.faq_inner .accordion-body {
	padding: 0px 20px;
	padding-bottom: 20px;
}
.FaqBTNWrap {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.journey_para_close_Btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #fff;
	padding: 5px;
	color: #418984;
	text-decoration: none;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 15px;
	font-weight: bold;
  }
  /*
  .journey_para.show .card{
	display: block;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12), 0px 3px 18px rgba(0, 0, 0, 0.08);
	outline: none;
	z-index: 99;
  }*/

  /***** REAL Partner LOGOS CSS ********************/

.RealPartnerLogo{
	padding: 50px 0;
}
.RealPartnerLogo h2{
	font-size: 25px;
	text-align: center;
    font-family: 'Gotham';
    font-weight: normal;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.RealPartnerLogo .owl-carousel .item{
	margin: 0 10px;
    padding: 10px;
    border-radius: 4px;
}
.RealPartnerLogo .owl-carousel .item img{
	width: 200px;
}
.secont-section-text-for-event-link,
.secont-section-text-for-event-link:hover {
	color: #212529;
	text-decoration: underline;
}