 @font-face {
 font-family: 'nowmedium';
 src: url('../fonts/now-medium-webfont.eot');
 src: url('../fonts/now-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/now-medium-webfont.woff2') format('woff2'), url('../fonts/now-medium-webfont.woff') format('woff'), url('../fonts/now-medium-webfont.ttf') format('truetype'), url('../fonts/now-medium-webfont.svg#nowmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'now_altbold';
 src: url('../fonts/nowalt-bold-webfont.eot');
 src: url('../fonts/nowalt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nowalt-bold-webfont.woff2') format('woff2'), url('../fonts/nowalt-bold-webfont.woff') format('woff'), url('../fonts/nowalt-bold-webfont.ttf') format('truetype'), url('../fonts/nowalt-bold-webfont.svg#now_altbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'now_altthin';
 src: url('../fonts/nowalt-thin-webfont.eot');
 src: url('../fonts/nowalt-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nowalt-thin-webfont.woff2') format('woff2'), url('../fonts/nowalt-thin-webfont.woff') format('woff'), url('../fonts/nowalt-thin-webfont.ttf') format('truetype'), url('../fonts/nowalt-thin-webfont.svg#now_altthin') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'now_altbold';
 src: url('../fonts/nowalt-bold-webfont.eot');
 src: url('../fonts/nowalt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nowalt-bold-webfont.woff2') format('woff2'), url('../fonts/nowalt-bold-webfont.woff') format('woff'), url('../fonts/nowalt-bold-webfont.ttf') format('truetype'), url('../fonts/nowalt-bold-webfont.svg#now_altbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'now_altregular';
 src: url('../fonts/nowalt-regular-webfont.eot');
 src: url('../fonts/nowalt-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/nowalt-regular-webfont.woff2') format('woff2'),  url('../fonts/nowalt-regular-webfont.woff') format('woff'),  url('../fonts/nowalt-regular-webfont.ttf') format('truetype'),  url('../fonts/nowalt-regular-webfont.svg#now_altregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'now_altlight';
 src: url('../fonts/nowalt-light-webfont.eot');
 src: url('../fonts/nowalt-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/nowalt-light-webfont.woff2') format('woff2'),  url('../fonts/nowalt-light-webfont.woff') format('woff'),  url('../fonts/nowalt-light-webfont.ttf') format('truetype'),  url('../fonts/nowalt-light-webfont.svg#now_altlight') format('svg');
 font-weight: normal;
 font-style: normal;
}
header {
}
header .bg_imagesbanner {
	width:100%;
	float:left;
}
header .banner_images img {
	width: 100%;
	float: left; 
}
header .homepagebg img {
	width: 100%;
	float: left;
	height: 100vh;
	object-fit: cover;
	background-size: cover;
	background-position: center;
}


header .banner_images {
	position: relative;
}
header .head_container {
	overflow: hidden;
}
header .home_top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
header header {
	border: black;
	border-width: 2px;
	box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.06);
}
header .head_container {
	padding: 30px 0;
	overflow: hidden;
}
header .logo {
	float:left;
	margin-left: 20px;
}
header .logo img {
	width: 80px;
	height: auto;
}
header .menu {
	margin-top:48px;
	float:right;
}
header .menu ul {
	list-style-type: none;
	margin-right: -10px;
}
header .menu li {
	display: inline;
	margin-right-last:0px;
}
header .menu a {
	text-decoration: none;
	font-weight: 500; position:relative;
	color: #fff;
	font-family: 'nowmedium';
	padding: 0 12px;
	text-transform: uppercase;
	font-size: 18px;
}
header .menu a::after {
	height: 2px;
	background:#ffe616 !important;
} header .menu a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	left: 0;
	bottom: -5px;
	 transition: .4s cubic-bezier(1,.04,.17,.82); 
}
header .menu a:hover::after {
	width: calc(100% - 2px);
	opacity: 1;
}header .menu a:hover {
	color: #ffe616;
}
header .icon {
	display: none;
}
header menu.responsive {
	position: relative;
}
header menu.responsive {
	float: none;
	display: block;
	text-align: left;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.2s;
	padding-top: 87px;
	box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #1c3664;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus {
	color: #F7CA18;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.banner_text {
	width:100%;
	float:left;
	padding: 13% 0 0;
}
.banner_text h1 {
	color: #ffe616;
	float: left;
	width: 100%;
	font-size: 83px;
	padding: 0;
	margin: 0;
	font-family: 'now_altbold';
	line-height: 82px;
	text-transform: uppercase;
}



.banner_text h1 span {
	color:#fff;
}
.banner_text h2 {
	font-size: 48px;
	float: left;
	width: 780px;
	color: #fff;
	padding: 20px 0 0;
}
.middle_wraper {
	width:100%;
	float:left;
}
.about_home {
	width: 100%;
	padding: 210px 0 440px;
	float: left;
	background: #e5d0d2;
	position: relative;
}
.about_home h2 {
	font-size: 45px;
	float: left;
	width: 100%;
	color: #833145;
	text-transform: uppercase;
	font-family: 'now_altbold';
	padding: 20px 0 0;
}
.about_home h2 span {
	font-family: 'now_altthin';
	display:block;
}
.about_home p {
	display: block;
	float: left;
	width: 955px;
	color: #833145;
	font-size: 20px;
	font-family: 'now_altlight';
	line-height: 30px;
	text-align: justify;
}
 .about_home::after {
 background-image: url(../images/about_homebg.png);
 background-repeat: no-repeat;
 bottom: 0;
 content: "";
 height: 97%;
 left: 0;
 position: absolute;
 right: 0;
 top: 35px;
 width: 100%;
 background-size: cover;
}
.team_bx {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	padding:50px 0;
}
.team_bx h2 {
	color:#ffe616;
	text-align:center;
	font-size:62px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	position:relative;
	font-family: 'now_altbold';
}
.team_bx h2::after {
 content: "";
 position: absolute;
 height: 5px;
 width: 160px;
 background-color: #fff;
 bottom: -10px;
 left: 50%;
 -webkit-transform: translatex(-50%);
 transform: translatex(-50%);
}
.team_bx p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 34px 0 0 0;
	width: 73%;
	margin: auto;
}
.team_page h2 {
	color:#833145;
}
.team_page h2::after {
 background-color: #000;
}
.team_page p {
	color: #833145;
}
.team_list {
	width: 100%;
	float: left;
}
.team_list ul {
	margin:0;
	padding:0;
}
.team_list ul li {
	margin: 0;
	padding: 0 30px;
	width: 20%;
	float: left;
	display: inline-block;
}
.team_list ul li .team_one {
	width:100%;
	float:left;
	padding:70px 0;
}
.team_list ul li .team_one img {
	width:100%;
	float:left;
	border-radius: 50px;
}
.team_list ul li .team_one h3 {
	color: #ffe616;
	text-align: center;
	font-size: 22px;
	padding: 17px 0 4px;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	float: none;
	width: 100%;
}
.team_list ul li .team_one p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}
.team_list ul li .team_one p span {
	color:#fff;
	text-align:center;
	display:block;
}
.team_list ul li .team_one p span a {
	color:#fff;
	text-align:center;
	text-decoration:none;
	display:block;
}
.teamhome {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.teamhome a {
	padding: 7px 18px;
	font-size: 18px;
	background: none;
	color: #ffffff;
	border-radius: 25px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	border: 2px solid #fff;
	width: 160px;
	text-align: center;
	text-decoration: none;
	margin: auto;
}
.teamhome a:hover {
	background: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	color: #612a39;
}
.events_bx {
	width:100%;
	float:left;
	background:#e3ced0;
	padding:50px 0;
}.events_bx p {
	color: #833145;
	padding: 20px 0 0;
	width: 70%;
	text-align: center;
	margin: auto;
}
.events_bx h2 {
	color:#833145;
	text-align:center;
	font-size:62px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	position:relative;
	font-family: 'now_altbold';
}
 .events_bx h2::after {
 content: "";
 position: absolute;
 height: 5px;
 width: 160px;
 background-color: #833145;
 bottom: -10px;
 left: 50%;
 -webkit-transform: translatex(-50%);
 transform: translatex(-50%);
}
.events_bx #news-slider {
	margin-top: 80px;
}
.events_bx .post-slide {
	margin: 20px 15px 20px;
	border-radius: 15px;
	padding-top: 1px;
}
.events_bx .post-slide .post-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	margin: 0 !important;
	margin-left: 0;
}
.events_bx .post-slide .post-img img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition:transform 0.2s linear;
}
.events_bx .post-slide:hover .post-img img {
	transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
	transition:all 0.50s linear;
}
.events_bx .post-slide:hover .over-layer {
	opacity:1;
	text-decoration:none;
}
.events_bx .post-slide .over-layer i {
	position: relative;
	top:45%;
	text-align:center;
	display: block;
	color:#fff;
	font-size:25px;
}
.events_bx .post-slide .post-content {
	padding: 20px 20px 30px;
	border-radius: 15px;
	font-size: 27px;
	width: 100%;
	text-align: center;
	color: #833145;
}
.post-content span {
	display: block;
}
.owl-pagination {
	display: none;
}
.events_bx .post-slide .post-title a {
	font-size:15px;
	font-weight:bold;
	color:#333;
	display: inline-block;
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
}
.events_bx .post-slide .post-title a:hover {
	text-decoration: none;
	color:#3498db;
}
.events_bx .post-slide .post-description {
	line-height:24px;
	color:#808080;
	margin-bottom:25px;
}
.events_bx .post-slide .post-date {
	color:#a9a9a9;
	font-size: 14px;
}
.events_bx .post-slide .post-date i {
	font-size:20px;
	margin-right:8px;
	color: #CFDACE;
}
.events_bx .post-slide .read-more {
	padding: 7px 18px;
	font-size: 18px;
	background: none;
	color: #ffffff;
	border-radius: 25px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	border: 2px solid #fff;
	width: 160px;
	text-align: center;
	text-decoration: none;
	margin: auto;
}
.events_bx .post-slide .read-more:hover {
	background: #612a39;
	text-decoration:none;
	border: 2px solid #612a39;
	color:#fff;
}
.events_bx .owl-controls .owl-buttons {
	text-align:center;
	margin-top:20px;
}
.events_bx .owl-controls .owl-buttons .owl-prev {
	background: #fff;
	position: absolute;
	top:40%;
	left:-45px;
	padding: 0 18px 0 15px;
	border-radius: 50px;
	box-shadow: 3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
}
.events_bx .owl-controls .owl-buttons .owl-next {
	background: #fff;
	position: absolute;
	top:40%;
	right:-45px;
	padding: 0 15px 0 18px;
	border-radius: 50px;
	box-shadow: -3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
}
.events_bx .owl-controls .owl-buttons .owl-prev:after, .events_bx .owl-controls .owl-buttons .owl-next:after {
	content:"\f104";
	font-family: FontAwesome;
	color: #333;
	font-size:30px;
}
.events_bx .owl-controls .owl-buttons .owl-next:after {
	content:"\f105";
}
.events_bx .post-slide .post-content sapn {
	display:block;
}
@media only screen and (max-width:1280px) {
.events_bx .post-slide .post-content {
 padding: 0px 15px 25px 15px;
}
}
.driving_bx {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	padding:100px 0;
}
.driving_bx_images {
	width:100%;
	float:left;
	text-align:center;
	position: relative;
}
.driving_bx_images img {
	width: 700px;
	text-align: center;
}
.driving_text_bx {
	position: absolute;
	left: 130px;
	right: 0;
	top: 65%;
}
.driving_text_bx h2 {
	font-size: 50px;
	float: left;
	width: 703px;
	font-family: 'now_altbold';
	color: #fff;
	padding: 20px 0 0;
	position: relative;
	text-align: left;
}
.driving_text_bx h2::before {
 content: '"';
font-size: 90px;
position: absolute;
 left: -60px;
 display: block;
 color: #794e58;
font-family: 'now_altbold';
 transform: rotate(9deg);
 top: 0;
}
 .driving_text_bx h2::after {
 content: '"';
 position: absolute;
 left: 297px;
 display: block;
 color: #794e58;
 transform: rotate(-163deg);
 bottom: -40px;
 font-size: 90px;
font-family: 'now_altbold';
}
.driving_bxpp {
	width: 100%;
	float: left;
	padding: 73px 0 0;
}
.driving_bxpp p {
	color: #fff;
	text-align: left;
	font-size: 20px;
	width: 500px;
	margin: auto;
}
.mission_bx {
	width:100%;
	float:left;
}
.mission_bx_images {
	position: relative;
	overflow: hidden;
}
.mission_bx_images img {
	width:100%;
	float:left;
}
.mission_text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
}
.mission_text h2 {
	font-size: 50px;
	float: left;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'now_altbold';
	display: block;
	width: 100%;
	position:relative;
}
.mission_text h2::after {
 content: "";
 position: absolute;
 height: 5px;
 width: 220px;
 background-color: #f4dd1b;
 bottom: -10px;
 left: 114px;
 -webkit-transform: translatex(-50%);
 transform: translatex(-50%);
}
.mission_text p {
	font-size: 20px;
	float: left;
	padding: 20px 0 0;
	margin: 0;
	color: #fff;
	font-family: 'nowmedium';
	width: 690px;
	display: block;
}
.view_more {
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
}
.view_more a {
	padding: 7px 18px;
	font-size: 18px;
	background: none;
	color: #ffffff;
	border-radius: 25px;
	text-transform: uppercase;
	border: 2px solid #fff;
	width: 160px;
	text-align: left;
	text-decoration: none;
	margin: auto;
}
.view_more a:hover {
	background: #612a39;
	text-decoration:none;
	border: 2px solid #612a39;
	color:#fff;
}
.connectedbx {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background:#6a2a3b;
	padding:50px 0 60px;
}
.stay_connected {
	width:100%;
	float:left;
}
.stay_connected h2 {
	font-size:30px;
	color:#ffe616;
	float:left;
	padding:0;
	margin:0;
	text-transform:uppercase;
	width:100%;
}
.stay_connected p {
	font-size:20px;
	color:#fff;
	float:left;
	padding:0;
	margin:0;
	width:100%;
}
.stay_connected_right {
	font-size: 14px;
	float: right;
	padding: 30px 0 0 0;
}
.stay_connected_right a {
	padding: 5px 57px;
	font-size: 29px;
	background: none;
	font-family: 'now_altregular';
	color: #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	border: 2px solid #fff;
	width: 160px;
	text-align: left;
	text-decoration: none;
	margin: auto;
}
.stay_connected_right a:hover {
	border: 2px solid #ffe616;
	color:#ffe616;
}
.share_connected {
	width:100%;
	float:left;
	padding:80px 0 0;
}
.share_connected a {
	padding: 13px 90px;
	font-size: 18px;
	font-family: 'now_altregular';
	background: none;
	color: #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	border: 2px solid #fff;
	text-align: left;
	text-decoration: none;
	margin: auto;
}
.share_connected:hover a span.boder_sq .fa {
	border: 2px solid #f2d618;
	color: #f2d618;
}
.share_connected:hover a {
	border: 2px solid #f2d618;
	color: #f2d618;
}
.share_connected a span .fa {
	font-size: 30px;
	vertical-align: middle;
	padding: 1px 5px 0 0;
}
.share_connected a span.boder_sq .fa {
	font-size: 21px;
	vertical-align: middle;
	border: 2px solid #fff;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	text-align: center;
	padding: 6px;
}
footer {
	width:100%;
	float:left;
	background:#ddcacc;
	padding:50px 0;
}
.footer_left {
	width:100%;
	float:left;
}
.footer_left .logo_footer {
	float:left;
}
.footer_left .logo_footer img {
	width: 100px;
	float: left;
}
.footer_left_btm {
	float: left;
	padding: 0 0 0 20px;
}
.footer_left_btm p {
	font-size: 20px;
	color: #443612;
	font-family: 'now_altregular';
	padding: 0;
	margin: 0;
}
.footer_left_btm p a{
 	color:#443612; text-decoration:none;
}

.footer_left_btm p span {
	display: block;
}
.footer_right_btm {
	float: right;
	padding: 0 0 0 20px;
}
.footer_right_btm p {
	font-size: 20px;
	color: #443612;
	font-family: 'now_altregular';
	padding: 0;
	margin: 0;
	text-align: right;
}
.footer_right_btm p span {
	display: block;
}.footer_right_btm p span a {
	color: #443612;
	font-weight: bold;
	text-decoration: none;
}

.upcoming_event_bx {
	width:100%;
	float:left;
	padding:50px 0 0;
}
.upcoming_event_bx img {
	width:100%;
	float:left;
}
.past_events {
	width:100%;
	float:left;
	padding:50px 0 0;
}
.team_tit_page {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	margin: auto;
}
.team_tit_page h3 {
	color: #833145;
	text-align: center;
	font-size: 33px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-family: 'now_altbold';
	background: #e3ced0;
	z-index: 99;
	width: 490px;
	margin: auto;
}
.team_tit_page .boder_btm {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #833145;
	bottom: 16px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}
.team_list_page {
	width: 100%;
	float: left;
}
.team_list_page .team_one {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	margin: auto;
}
.team_list_page .team_one img {
	width: 280px;
	text-align: center;
	border: 5px solid #833145;
	border-radius: 50%;
}
.team_list_page .team_one h3 {
	color: #833145;
	text-align: center;
	font-size: 22px;
	padding: 17px 0 4px;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'nowmedium';
	float: none;
	width: 100%;
}
.team_list_page .team_one p {
	color: #373737;
	text-align: center;
	font-size: 20px;
	font-family: 'nowmedium';
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}
.team_list_page .team_one p span {
	color:#373737;
	text-align:center;
	display:block;
}
.team_list_page .team_one p span a {
	color:#373737;
	text-align:center;
	text-decoration:none;
	display:block;
}
.contact_page {
	width: 100%;
	float: left;
	background: #e3ced0;
}
.contact_page .footer_get_touch_outer {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact_page .grid-70-30 {
	display: grid;
	grid-template-columns: 70% 30%;
	padding: 70px 0 0;
}
.contact_page .get_form_inner {
	display: block;
	padding: 50px 40px;
	background: #fff;
	box-shadow: -4px -2px 20px -7px #cfd5df;
}
.contact_page input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #333;
	height: 54px;
	padding: 0 0 0 20px;
	width: 100%;
	outline: 0;
	font-size: 20px;
}
.contact_page .grid-50-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.contact_page .grid-full {
	margin: 20px 0;
}
.contact_page textarea {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #333;
	padding: 12px 0 0 20px;
	width: 100%;
	font-size: 20px;
	outline: 0;
	margin-bottom: 20px;
}
.contact_page .get_form_inner_text h2 {
	color:#833145;
	text-align: center;
	font-size: 62px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-family: 'now_altbold';
}
.contact_page .get_form_inner_text h2::after {
 content: "";
 position: absolute;
 height: 5px;
 width: 160px;
 background-color: #000;
 bottom: -10px;
 left: 50%;
 -webkit-transform: translatex(-50%);
 transform: translatex(-50%);
}
.contact_page input[type="submit"] {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid;
	font-weight: 500;
	padding: 10px 20px;
	outline: 0;
	cursor: pointer;
	color: #652b3a;
	transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.contact_page input[type="submit"]:hover {
	background-color: #652b3a;
	border-color: #652b3a;
	color: #fff;
}
.contact_page .get_say_form {
	display: inline-block;
	padding: 45px 0 25px 30px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.contact_page .get_say_form h5 {
	color: #fff;
	font-size: 26px;
	margin: 0 0 40px;
}
.contact_page ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact_page .get_say_social-icn {
	display: flex;
	position: absolute;
	bottom: 40px;
}
.contact_page .get_say_social-icn a {
	font-size: 22px;
	color: #fff;
	padding: 0 20px 0 0;
}
.contact_page .get_say_info_sec i {
	color: #fff;
	font-size: 32px;
}
.contact_page .get_say_info_sec > li {
	display: grid;
	grid-template-columns: 40px auto;
	align-items: center;
}
.contact_page .get_say_info_sec > li a {
	width: 100%;
	display: block;
	padding: 15px 4px;
	color: #fff;
	font-size: 20px;
	text-decoration: unset;
	font-weight: 500;
	border-radius: 5px 0 0 5px;
	transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.wadding_gallery .sectiondiv {
	column-width: 450px;
	column-gap: 5px;
	padding: 5px;
}
.wadding_gallery .sectiondiv img {
	width: 100%;
	cursor: pointer;
	padding: 0 0 6px !important;
}
.wadding_gallery .lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	background: #7f8c8d;
	perspective: 1000;
	z-index: 999;
}
.wadding_gallery .filter {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: blur(20px);
	opacity: 0.5;
	background-position: center;
	background-size: cover;
}
.wadding_gallery .lightbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(0deg);
	max-height: 95vh;
	max-width: calc(95vw - 100px);
	transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
	transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

.wadding_gallery [class^="arrow"] {
 height: 70px;
 width: 39px;
 background: rgba(0, 0, 0, 0.4);
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 cursor: pointer;
}
 .wadding_gallery [class^="arrow"]:after {
 content: '';
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(-45deg);
 width: 15px;
 height: 15px;
}
.wadding_gallery .arrowr {
	right: 0;
}
.wadding_gallery .arrowr:after {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.wadding_gallery .arrowl {
	left: 0;
}
.wadding_gallery .arrowl:after {
	border-left: 1px solid white;
	border-top: 1px solid white;
}
.wadding_gallery .close {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	margin: 20px;
	cursor: pointer;
}
.wadding_gallery .close:after, .wadding_gallery .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background:#c0a063;
}
.wadding_gallery .close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.wadding_gallery .close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.wadding_gallery .title {
	display: none;
}
.dowlod_pdf {
	width:100%;
	float:left;
}
.dowlod_pdf a {
	color: #caa867;
	font-size: 18px;
	border: 2px solid #caa867;
	padding: 10px 27px;
	border-radius: 50px;
	text-decoration: none;
	margin-top: 30px;
	float: right;
}
.dowlod_pdf a:hover {
	color: #fff;
	background: #caa867;
	border: 2px solid #caa867;
}
.gallery_eventpage {
	padding: 50px 0;
	text-align: left;
}
.gallery_eventpage h4 {
	color: #833145;
	text-align: center;
	font-size: 26px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-family: 'now_altbold';
	width: 100%;
	float: left;
}
.join_jyws {
	width: 100%;
	float: left;
	text-align: center;
	padding: 60px 0 40px;
}
.join_jyws_icon{ width:100%; float:left; text-align:center;}
.join_jyws_icon img{ width:80px; text-align:center;}

.join_jyws h5 {
	color: #833145;
	font-size: 20px;
	padding: 17px 0 4px;
	display: inline-block;
	font-family: 'nowmedium';
	float: none;
	width: 390px;
	text-align: center;
	margin: auto;
	line-height: 21px;
}



.join_j_add { width:100%; float:left; text-align:center;}

.join_j_add h3 {
	color: #833145;
	text-align: center;
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-transform: uppercase; line-height:40px;
	position: relative;
	font-family: 'now_altbold';
}
.join_j_add h4 {
	color: #833145;
	text-align: center;
	font-size: 30px;
	padding: 0;
	margin: 0; line-height:40px;
	text-transform: uppercase;
	position: relative;
 }
.join_j_add span {
	display: block;
}
.join_j_add p {
color: #373737;
}
.join_j_add a {
color: #373737;
}

.mobile_img{ width:100%; float:left; display:none;}
.mobile_img img{width:100%; float:left;}
