@font-face {
	font-family: 'Conv_Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: local(''), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: local(''), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 

a{
	transition:all .5s ease;
}

body{
	background:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}

button, input, select, textarea{
	font-family: 'Montserrat', sans-serif;
}

/***** Header *****/

.home {
	/*background:url(../images/bg-banner.jpg) no-repeat top center;
	background-size:100%;*/
}

.home h2{
	font-size:62px;
	color:#000;
	line-height:1;
	text-transform:uppercase;
	font-weight:300;
}

.home-banner img{
	width:100%;
}

.header{
	padding: 1em 0em 0px 3em;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.header-links{
	text-align:right;
}

.header-links a{
	display:inline-block;
	margin-left:40px;
	text-transform:uppercase;
	color:#fff;
	border-bottom:solid 1px transparent;
	font-size:18px;
}

.header-links a:hover{
	text-decoration:none;
	color: #000;
	/*border-bottom: solid 1px #000;*/
}

.header-links .login a, .header-links a.login{
	background:#fff;
	color:#000;
	padding:7px 30px;
	border-radius:25px;
	border:solid 1px #fff;
}

.header-links .login a:hover, .header-links a.login:hover{
	background:none;
	color:#fff;
}

.menu-main-menu-container{
	display:inline-block;
}

.menu-main-menu-container ul, .menu-main-menu-container li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu-main-menu-container li{
	display:inline-block;
}
/***** What We Do *****/
.what-we-do{
	/*padding-top:60%;*/
	//padding-left:15em;
	padding-left:1em;
	overflow-x: hidden;
	//padding-bottom:15em;
	padding-bottom:1em;
	background:#fff;
}

.what-we-do .slider-counter{
	position: absolute;
    bottom: 6px;
    left: 200px;
}

.what-we-do-content{
	max-width:247px;
}

.what-we-do-slider{
	right:-5em;
}

.what-we-do-content h2{
	margin-bottom:40px;
}

.what-we-do-slider-box{
	border:solid 1px #898989;
	padding:30px;
	border-radius:30px;
	transition:all .5s ease;
	min-height:445px;
}

.what-we-do-icon{
	text-align:center;
}

.what-we-do-slider-box h2{
	margin:40px 0;
	text-transform:uppercase;
	font-size:18px;
	font-weight:500;
}

.what-we-do-slider.owl-carousel .owl-item img{
	display:inline-block;
	width:auto;
}


.what-we-do-slider-box:hover{
	background:#dcfcd1;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}

.more-about{
	display:inline-block;
	margin:25px 0 70px 0;
	padding:15px 30px;
	border-radius:25px;
	text-decoration:none;
	text-transform:uppercase;
	color:#517d2c;
	font-size:16px;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.more-about:hover{
	background:#dcfcd1;
	text-decoration:none;
	color:#517d2c;
}

.what-we-do .more-about{
	margin-left:70px;
}

.what-we-do .owl-theme .owl-nav{
	text-align:left;
	margin-top:30px;
}


.what-we-do .owl-theme .owl-nav .owl-prev, .what-we-do .owl-theme .owl-nav .owl-next {
	border-radius: 100%;
	width: 38px;
	height: 38px;
	padding: 0;
	line-height: 38px;
	margin: 0 8px;
	color:#81a774;
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	font-size:20px;
	text-align:center;
}

.what-we-do .owl-theme .owl-nav .owl-prev:hover, .what-we-do .owl-theme .owl-nav .owl-next:hover{
	background:#dcfdd2;
}

/***** Our Team *****/
.our-team{
	padding:50px 0 22em 0;
	position:relative;
	background:#fff;
}

.our-team:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:350px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fed322+0,cda919+100 */
	background-color: #ffd100 !important;

}

.our-team .container{
	position:relative;
}

.our-team h2{
	margin-bottom:40px;
}


.team-box-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content:center;
}

.team-box-wrapper .team-box{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 15px;
	padding-left: 15px;
}

.team-box-wrapper .team-box h3{
	font-weight:400;
	font-size:16px;
	margin-top:20px;
	margin-left:10px;
	text-transform:uppercase;
}

/***** Our Vision *****/
.our-vision-wrapper{
	background:#fff;
	//padding-bottom:22em;
	padding-bottom:2em;
	position:relative;
}

/*.our-vision-wrapper:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/video-bg.png) no-repeat center;
	background-size:100%;
	content:'';
}*/


.our-vision{
	max-width:600px;
	margin:0 auto;
	position:relative;
	z-index:9;
}

.our-vision h2{
	margin-bottom:40px;
}

.our-vision-col1{
	font-size:19px;
	text-transform:uppercase;
}

/***** Event Video *****/
.videoWrapper {
  position: relative;
 /*padding-bottom: 56.25%;
  height: 0;*/
}

.videoWrapper iframe {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
}

.videoWrapper video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.videoWrapper .video-ribbon{
	position: absolute;
	top: -65%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.videoWrapper .video-ribbon img{
	width:100%;
}

/***** Upcoming Events *****/
.upcoming-event-wrpper{
	padding:10em 0 15em 0;
	background:#fff;
}

.upcoming-event-content{
	position:relative;
	z-index:99;
}

.upcoming-event-wrpper h2{
	text-align:center;
	margin-bottom:40px;
}

.upcoming-event-box{
	max-width:750px;
	margin:0 auto;
}

.upcoming-event-box img{
	border-radius:25px;
}

.event-content h3{
	font-weight:400;
	font-size:20px;
	text-transform:uppercase;
}

.upcoming-event-box .owl-theme .owl-nav{
	position: absolute;
    bottom: -20px;
    margin: 0;
    right: 14em;
}


.upcoming-event-box .owl-theme .owl-nav .owl-prev, .upcoming-event-box .owl-theme .owl-nav .owl-next {
	border-radius: 100%;
	width: 38px;
	height: 38px;
	padding: 0;
	line-height: 38px;
	margin: 0 8px;
	color:#d8a217;
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	font-size:20px;
}

.upcoming-event-box .owl-theme .owl-nav .owl-prev:hover, .upcoming-event-box .owl-theme .owl-nav .owl-next:hover{
	background:#fbf1bd;
}

/***** Membership *****/
.membership{
	background:#dcfcd1;
	padding:60px 0;
	position:relative;
	z-index:99;
}

.membership-image{
	position: absolute;
	bottom: 0;
	left: 0;
}

.membership p{
	max-width:350px;
	font-size:20px;
}

.membership a.btn-check-eligibility{
	display:inline-block;
	background:#fff;
	border-radius:50px;
	padding:1.2em 6em;
	text-transform:uppercase;
	font-size:16px;
	color:#517d2c;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	border:solid 1px #fff;
}

.membership a.btn-check-eligibility:hover{
	text-decoration:none;
	color:#000;
	background:none;
}

.eligibility-popup{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-width:950px;
	width:100%;
	background:#dcfcd1 url(../images/bg-eligibility.png) no-repeat top left;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	display:none;
	transition:all .5s ease;
	width: calc(100% - 15px);
	border-radius:25px;
	z-index:99;
}

.eligibility-popup-box{
	padding:50px;
}

.eligibility-popup-box h2{
	padding-bottom:25px;
	font-size: 62px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
}

.eligibility-popup-box ul{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-left:15px;
}

.eligibility-popup-box li{
	font-size:14px;
	margin-top:15px;
	position:relative;
	padding-left:50px;
	background:url(../images/icon-tick.png) no-repeat 0 0;
	padding-bottom:7px;
	background-size:26px;
}

.eligibility-popup.show-eligibility{
	display:block;
}

a.close-eligibility{
	width:34px;
	height:34px;
	background:url(../images/icon-close.png) no-repeat 0 0;
	position:absolute;
	top:20px;
	right:20px;
	background-size:24px 24px;
}

/***** Latest News *****/
.latest-news{
	padding:15em 0;
	position:relative;
	background:#fff;
}

.latest-news:before{
	position:absolute;
	bottom:-45px;
	right:0;
	content:'';
	background:url(../images/img-latest-news-graphics.png) no-repeat right bottom;
	width: 100%;
	height: 100%;
}

.news-box{
	max-width:265px;
}

.news-box-image{
	height:230px;
	border-radius:25px 25px 0 0;
}

.news-box-content{
	padding:30px;
	background:#cef1f0;
	border-radius:0 0 25px 25px;
	min-height:210px;
}

.news-box-content p{
	min-height:100px;
}

.news-box-content .fa{
	border-radius:100%;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#215361;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	background:#fff;
	border:solid 1px #fff;
}

.news-box-content .fa:hover{
	text-decoration:none;
	color:#000;
	background:none;
}

.latest-news .container{
	position:relative;
}

.latest-news .more-about{
	margin:0;
	position:absolute;
	top:0;
	right:6em;
	background:#cef1f0;
	color:#215361;
	padding:1em 3em;
	width:265px;
	text-align:center;
}

.latest-news .more-about:hover{
	text-decoration:none;
	color:#fff;
	background:#000;
}


/***** Get Started *****/
.get-started{
	background:#215361;
	padding:70px 0;
}

.get-started h3, .get-started p{
	color:#fff;
}

.get-started p{
	margin-bottom:0;
}

.get-started h3{
	font-size:30px;
	text-transform:none;
}

input.email-address{
	display:inline-block;
	background:#fff;
	border-radius:50px;
	padding:1.5em 3em;
	text-transform:uppercase;
	font-size:16px;
	color:#5f5f5f;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	text-align:left;
	margin:0;
	font-family:'Montserrat', sans-serif;
	border:none;
	width:100%;
}

/*.email-address:hover{
	text-decoration:none;
	color:#fff;
	background:#000;
}*/

input.btn-submit{
	width: 46px;
	height: 46px;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background:url(../images/btn-submit-email.png) no-repeat 0 0;
	position:relative;
	border:none;
	background-color:transparent!important;
	position: absolute;
	top: 15px;
	right: 30px;
}

.get-started .wpcf7-form-control-wrap{
	display:block;
}

input.btn-submit:focus{
	outline:none;
}

.get-started .wpcf7 form .wpcf7-response-output{
	margin:0;
	color:#fff;
	text-align:center;
	font-size:13px;
	border-radius: 25px;
	padding: 10px 0;
}

/***** Footer *****/
.footer{
	background:#fff;
}

.footer-content{
	padding-top:40px;
	border-top:solid 1px #000;
}

.footer-links ul, .footer-links li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.footer-links li{
	margin-bottom:10px;
}

.footer-links li a{
	color:#000;
}

.follow-epwa h2, .footer-links h2{
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:30px;
}

.footer-links h2{
	margin-bottom:15px;
}

.follow-epwa .fa{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#000;
	border-radius:100%;
	background:#f3f3f3;
	font-size:20px;
	margin-right:10px;
}

.follow-epwa .fa:hover{
	text-decoration:none;
	color:#fff;
	background:#000;
}

.copyright{
	font-size:12px;
	border-top:solid 1px #000;
	padding:15px 0;
	margin-top:40px;
}

.join-now{
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	border-radius: 25px;
	display: inline-block;
	transition: all .5s ease;
	overflow: hidden;
	background: #fff;
	z-index: 999;
	text-transform: uppercase;
	white-space: nowrap;
	padding-left: 35px;
	text-align: center;
}

.join-now:hover{
	width:170px;
}

.join-now a{
	color:#a16af1;
	text-decoration:none;
	display:inline-block;
}

.join-now a:hover{
	color:#a16af1;
	text-decoration:none;
}

.join-now-icon{
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	background: #ad84f3;
}

.login-form{
	padding:45px;
	position:relative;
}

.login-form .fa-times{
	position:absolute;
	top:20px;
	right:20px;
}

#login-popup .modal-body{
	padding:0;
}

#login-popup .modal-content{
	border:none;
	background:#b6e2fe;
	border-radius:0;
}

.EmailAddress .wpcf7-not-valid-tip{
	position:absolute;
	bottom:-30px;
	left:30px;
}

/***** Membership *****/
.membership-wrapper{
	background:url(../images/bg-membership.jpg) no-repeat top center;
	background-size:75%;
}

.subscription-wrapper{
	padding:15em 0 0 0;
}

.subscription-content{
	max-width:350px;
}

.subscription-content h2{
	font-size:40px;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-weight:400;
}

.subscription-content p{
	margin:50px 0;
	padding:0;
	font-size:18px;
	color:#fff;
	line-height:1.25;
}

.subscription-content a.btn-check-eligibility{
	display:inline-block;
	background:#fff;
	border-radius:50px;
	padding:1.2em 6em;
	text-transform:uppercase;
	font-size:16px;
	color:#0031ff;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.subscription-content a.btn-check-eligibility:hover{
	text-decoration:none;
	color:#fff;
	background:#000;
}

.plan-box{
	padding:50px;
	background:#fff;
	border-radius:25px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.plan-content{
	max-width:300px;
	margin:0 auto;
}

.plan-price{
	font-size:62px;
	font-weight:400;
	padding-bottom:0;
	border-bottom:solid 1px #000;
	margin-bottom:30px;
	text-transform:uppercase;
}

.plan-price small{
	font-size:18px;
	
}

.plan-content ul{
	margin:0;
	padding:0;
	padding-left:20px;
	margin-bottom:20px;
}

.plan-content li{
	padding-bottom:15px;
	font-size:14px;
}

.plan-box a.btn-signup{
	display:inline-block;
	background:#b6e2fe;
	border-radius:50px;
	padding:1.2em 5em;
	text-transform:uppercase;
	font-size:16px;
	color:#0031ff;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	width:100%;
	text-align:center;
	border:solid 1px #fff;
}

.plan-box a.btn-signup:hover{
	text-decoration:none;
	color:#000;
	background:none;
}

.three-months-subscription{
	padding: 20em 0;
	position: relative;
	z-index: 9;
}

.three-months-subscription-head p{
	margin-bottom:50px;
}

.plan-box{
	background:#cef1f0;
}

.plan-box a.btn-signup{
	background:#fff;
	color:#000;
}

.plan-box a.btn-signup:hover{
	background:none;
	color:#000;
}

.three-months-subscription  p{
	margin-top:40px;
}
.plan-content h3{
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
}

/*.three-months-subscription:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background:url(../images/bg-subscription-plan.png) no-repeat left top;
}*/

.arm_member_form_container .arm_form_102{
	width:auto!important;
}

.arm_form_heading_container.armaligncenter {
    text-align: left!important;
}
.arm_form_102 .arm_form_heading_container .arm_form_field_label_wrapper_text{
	font-size: 62px!important;
	color: #000!important;
	line-height: 1;
	text-transform: uppercase!important;
	font-family: 'Montserrat', sans-serif!important;
	font-weight:400!important;
}

.arm_member_form_container .arm_form_102{
	background:none!important;
	border-radius:0!important;
}

#login-modal .modal-content{
	border-radius:25px;
	border:none;
	background:#b6e2fe;
	overflow: hidden;
}

#login-modal .close{
	float:none;
	opacity:1;
	position:absolute;
	top:30px;
	right:30px;
	z-index:99;
}

#login-modal .close img{
	width:24px;
}

.arm_form_field_container_rememberme{
	display:none!important;
}

.arm_form_102 .arm_form_inner_container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.arm_form_102 .arm_form_input_container input{
	border-color:#000!important;
	color:#000!important;
}

.arm_form_102 .arm_form_input_container input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000!important;
}
.arm_form_102 .arm_form_input_container input::-moz-placeholder { /* Firefox 19+ */
  color: #000!important;
}
.arm_form_102 .arm_form_input_container input:-ms-input-placeholder { /* IE 10+ */
  color: #000!important;
}
.arm_form_102 .arm_form_input_container input:-moz-placeholder { /* Firefox 18- */
  color: #000!important;
}

.arm_form_102 .arm_form_field_container{
	margin-top:25px;
}

.arm_form_102 .arm_form_field_submit_button.md-button, .arm_form_102 .arm_form_field_submit_button{
	padding:15px 30px;
	border-radius:25px;
	text-decoration:none;
	text-transform:uppercase;
	color:#517d2c;
	font-size:16px;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

/*************** login Popup **********************/
 
label.arm_material_label.md-required {
    font-size: 18px !important;
    color: #000 !important;
}


 
 button.arm_form_field_submit_button.arm_form_field_container_button.arm_btn_style_border.arm_form_input_box.arm_form_input_box_121.arm_material_input.arm_prefix_suffix_icon.arm_form_input_box_121.md-button.md-ink-ripple {
    background: white !important;
    color: #000 !important;
    width: 100%;
    padding: 25px;
    border: none !important;
}

div#login-modal .modal-body {
	    background: url(../images/bg-login.png)  no-repeat 100%;
}


.copyright-links{
	text-align:right;
}

.copyright-links a{
	color:#000;
}

.membership-wrapper .three-months-subscription-head h2{
	font-size: 62px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
	color:#fff;
	margin-bottom:30px;
}

.membership-wrapper .three-months-subscription-head p{
	color:#fff;
	margin-bottom:50px;
}

.membership-wrapper .plan-box{
	background:#b6e2fe;
}


.membership-table{
	margin:100px 0;
}

.membership-table th{
	background: #ffce00;
	padding: 30px 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}

.membership-table td{
	padding:30px 20px;
	border-bottom:solid 1px #000;
}

.membership-table .icon-tick{
	display:inline-block;
	width:35px;
	height:35px;
	background:url(../images/icon-tick.png) no-repeat 0 0;
	
}

.table-signup{
	display:inline-block;
	background:#fbf1bd;
	border-radius:50px;
	padding:1.2em 3em;
	text-transform:uppercase;
	font-size:16px;
	color:#d49b05;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	text-align:center;
	border:solid 1px transparent;
}

.table-signup:hover{
	border-color:#d49b05;
	background:none;
	text-decoration:none;
	color:#d49b05;
}

.page-wrapper{
	padding: 6em 0 0 0;
}


.page-wrapper h2{
    font-size: 35px;
    color: #000;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 1px;
}

.page-wrapper .page-content{
	padding:1px 0 5px 0;
}


.page-wrapper .page-content p{
	line-height:2;
	text-align: justify;
}

.page-template-template-page .header-links a{
	color:#000;
}

.page-template-template-page .header-links a.login{
	box-shadow:0 2px 5px rgba(0,0,0,.3);
}

.page-template-template-page .header-links a.login:hover{
	border:solid 1px #000;
	color:#000;
}

.logo-white{
	display:none;
}

.logo-black{
	display:inline-block;
}

.home .logo-white, .page-template-template-membership-php .logo-white, .page-template-template-membership-plans .logo-white, .page-template-template-press .logo-white, .category .logo-white{
	display:inline-block;
}

.home .logo-black, .page-template-template-membership-php .logo-black, .page-template-template-membership-plans .logo-black, .page-template-template-press .logo-black, .category .logo-black{
	display:none;
}


.membership-plans-wrapper{
	background: url(../images/bg-form.png) no-repeat top left;
	background-size: 100% 550px;
}

.membership-plans-wrapper .arm_setup_form_container{
	background:none;
	margin-top:15em;
}

.membership-plans-wrapper{
	padding:10em 0;
}

.membership-plans-wrapper .arm_module_forms_container .arm_form_101, .membership-plans-wrapper .arm_shortcode_form{
	background:none;
}

.membership-plans-wrapper .arm_setup_form_container form{
	width:100%;
}

.membership-plans-wrapper .arm_module_forms_container .arm_form_101{
	width:100%;
}

.membership-plan-heading{
	margin-top:50px;
}

.membership-plan-heading h2{
	font-size: 62px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom:70px;
}

.arm_form_102 .arm_registration_link a, .arm_form_102 .arm_forgotpassword_link a {
    color: #000000 !important;
}
 
.page-template-membership-thank-you  .logo-white {
    display: block;
}
.page-template-membership-thank-you .logo-black {
    display: none;
}
.thanku-wrapper p {
    text-align: center;
    font-size: 64px;
    line-height: 74px;
    color: #fff;
}


.thanku-wrapper {
    background: url(https://epwa.in/wp-content/uploads/2021/08/banner-thanku.jpg) no-repeat top left;
    background-size: 100%;
    padding: 250px 15px;
}

.up-arrow{
	position: fixed;
	bottom: 115px;
	right: 50px;
	width: 48px;
	height: 48px;
	background: #ad84f3 url(../images/icon-up-arrow.png) no-repeat 0 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	border-radius: 100%;
	cursor:pointer;
	z-index:99;
}

.membership-plan-heading a.btn-check-eligibility {
    display: inline-block;
    background: #e3d5fe;
    border-radius: 50px;
    padding: 1.2em 6em;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    border: solid 1px #e3d5fe;
}

.membership-plan-heading a.btn-check-eligibility:hover{
	text-decoration:none;
	background:none;
	color:#fff;
}

.mobile-view{
	display:none;
}

.desktop-view{
	display:inline-block;
}

.mobile-join-now{
	display:none;
}

.footer-join-now{
	position:inline-block;
}

.clearfix{
	clear:both;
}

.press-wrapper{
	background: url(https://epwa.in/wp-content/uploads/2021/08/bg-press1.png) no-repeat top center;
	background-size: 100%;
}

.press-content{
	padding:7em 0 0 0;
}

.press-page-heading{
	max-width:540px;
	padding:15em 0;
}

.press-page-heading h2 {
    font-size: 62px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
}

.press-category-list h3{
	margin-bottom:30px;
}

.thanku-wrapper .arm_form_102 .arm_form_inner_container{
	border-radius:25px;
	background:#fff;
}

.category-box{
	margin:3em 0;
}

.press-content a.button{
	display:inline-block;
	background:#fff;
	border-radius:50px;
	padding:1.2em 3em;
	text-transform:uppercase;
	font-size:16px;
	color:#205260;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	text-align:center;
}

.press-content a.button:hover{
	text-decoration:none;
	color:#205260;
	background:#cef1f0;
}

.explore-more{
	text-align:center;
}

.home .footer-content, .page-template-membership-form .footer-content, .page-template-membership-thank-you .footer-content, .error404 .footer-content{
	border:none;
}


.single .comment-form label{
    margin-bottom:10px;
}
form#commentform {
    margin-left: 118px;
}
h2#reply-title {
    margin-left: 54px;
}
h1.entry-title {
    margin-top: 100px;
    text-align: center;
}
.entry-content {
    padding: 50px;
    text-align: justify;
}
footer.entry-footer.default-max-width {
    margin-left: 118px;
}
nav.navigation.post-navigation {
    margin-left: 118px;
}
input#submit {
    padding: 5px 20px 5px 20px;
    background: #ad84f3;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    border: white;
    border-radius: 40px;
}
h2#reply-title {
    margin-left: 118px;
    font-size: 25px;
    margin-top: 20px;
}
textarea#comment {
    margin-left: -83px;
    min-height: 70px;
}
.elementor-container.elementor-column-gap-default {
    margin-top: 2em !important;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-2d820bb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    margin-top: 107px!important;
}
.img-section {
    margin-left: 40px;
    margin-top: 20px;
}
