body {
	color: #666666;
	font-size: 16px;
	font-family: 'promptlight';
}

h1 {
	font-size: 36px;
}

@media screen and (max-width:480px) {
	h1 {
		font-size: 28px;
	}
}

.container-full {
	margin: 0 auto;
	width: 100%;
}

.space-bottom {
	margin-bottom: 20px;
}

.window-height {
	position: relative;
	overflow: hidden;
}

.flex-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
	height: 100%;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	height: 100%;
}

.flex-center h1,
.flex-center h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.flex-center p {
	margin-top: 15px;
}

.flex-about {
	display: flex;
}

.flex-content {
	display: flex;
	background: #022242;
	margin-bottom: 15px;
	margin-top: 15px;
}

.flex-box {
	width: 50%;
}

.content-flex {
	padding: 50px 15px;
	justify-content: center;
	display: flex;
}

.content-flex .center-1 {
	position: relative;
	font-size: 25px;
	color: #fff;
}

@media screen and (max-width:768px) {
	.flex-content {
		display: block;
		background: #022242;
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.flex-box {
		width: 100%;
	}

	.content-flex .center-1 {
		position: relative;
		font-size: 16px;
		color: #fff;
	}
}



@media screen and (max-width:700px) {
	.flex-about {
		display: block;
	}
}

.flex-row {
	flex-grow: 1;
}

.flex-row-1 {
	flex-grow: 2;
}

.flex-row-2 {
	flex-grow: 1;
}

.flex-row-2 .bg {
	position: absolute;
	bottom: 0;
	height: 100px;
	background: #034EA2;
	display: block;
	width: 100%;
	padding: 15px;
}

.flex-row-2 .bg b {
	font-size: 30px;
	font-weight: normal;
}

@media screen and (max-width:1023px) {
	.flex-row-2 .bg {
		display: none;
	}
}

.flex-row-3 {
	flex-grow: 2;
}

.container {
	position: relative;
}

.main-color {
	color: #fff;
}

.header-skin {
	background: #022242;
	height: 100px;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

@media screen and (max-width:1023px) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
}

@media screen and (max-width:1023px) {
	.header-skin {
		height: 75px;
	}
}

.home .header-skin {
	background: #022242;
	height: 100px;
}

.home .header-skin.append-bg {
	background: #022242;
	height: 100px;
}

@media screen and (max-width:1023px) {
	.home .header-skin.append-bg {
		background: #022242;
		height: 75px;
	}
}

.custom-logo-link {
	padding-top: 15px;
	display: block;
}

.custom-logo {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.logo {
	float: left;
	margin-left: 15px;
}

.navbar-custom {
	float: right;
	width: auto;
	display: block;
}

.menu-overlay {
	position: fixed;
	width: 0;
	height: 0;
	background: #022242;
	opacity: 0.8;
}

@media screen and (max-width:1023px) {
	.navbar-custom {
		float: none;
		position: fixed;
		width: 100%;
		height: 100%;
		display: block;
		-webkit-transition: all .5s;
		/* Safari */
		transition: all .5s;
		left: 0;

	}

	.navbar-custom.off {
		transform: translate(0, -100%);
		opacity: 0;
	}

	.navbar-custom.on {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.logo {
		width: 12%;
		position: absolute;
		z-index: 99;
	}
}

@media screen and (max-width:767px) {
	.logo {
		width: 30%;
		position: absolute;
		z-index: 99;
	}
}

@media screen and (max-width:1023px) {
	.menu-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #022242;
		opacity: 1;
		top: 0px;
	}
}

#main_menu {
	float: right;
	padding: 0;
}



@media only screen and (max-width:1023px) {
	#main_menu {
		float: none;
		padding: 0;
		width: 100%;
		height: calc(100vh - 150px);
		margin-top: 90px;
		background: #034DA2;
		overflow-y: scroll;
		-webkit-box-shadow: 0px 8px 11px -4px rgba(0,0,0,0.75);
    	-moz-box-shadow: 0px 8px 11px -4px rgba(0,0,0,0.75);
    	box-shadow: 0px 8px 11px -4px rgba(0,0,0,0.75);
	}
}

.menu-main-menu-container {
	position: relative;
}

@media only screen and (max-width:1023px) {
	.menu-main-menu-container {
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
	}
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

#main_menu li {
	float: left;
	list-style: none;
	padding: 30px 20px;
	height: 100px;
	display: block;
	position: relative;
	transition: all .4s ease;
}

#main_menu li:hover {
	background: #034DA2;
}


@media screen and (min-width:1024px) and (max-width:1200px) {
	#main_menu li {
		float: left;
		list-style: none;
/* 		margin: 30px 0 30px 30px; */
	}
}

@media screen and (max-width:1023px) {
	#main_menu li {
		float: none;
		list-style: none;
		margin: 0;
		height: auto;
		padding: 10px 20px;
		border-bottom: solid 1px #01378A;
	}
}

#main_menu li a {
	display: inline-block;
	text-align: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}

@media screen and (max-width:1023px) {
	#main_menu li a {
		text-align: left;
		display: block;
	}
}

#main_menu li.current-menu-item a {
	border-bottom: solid 1px #F1A01A;
	padding-bottom: 5px;
}

#main_menu li.current-menu-item a {
	color: #F1A01A;
}

#main_menu li a span.menu-item-description {
	display: block;
	font-size: 10px;
	font-weight: normal;
}

@media screen and (max-width:1023px) {
	#main_menu li a span.menu-item-description {
		display: inline-block;
		font-size: 100%;
		font-weight: bold;
		margin-left: 10px;
	}
}

#main_menu li ul.sub-menu {
	position: absolute;
	min-width: 350px;
	max-width: 450px;
    padding: 0;
	background: #034DA2;
	z-index: -1;
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 100px;
	transform: translateY(0);
	transition: all .4s ease;
	-webkit-box-shadow: 0px 8px 11px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 11px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 11px -4px rgba(0,0,0,0.75);
}
#main_menu li ul.sub-menu::after, #main_menu li ul.sub-menu::before{
	bottom: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#main_menu li ul.sub-menu::after {
	/* border-bottom-color: #034DA2; */
	border-width: 8px;
	margin-left: -8px;
}

#main_menu li ul.sub-menu li {
	padding: 0;
	height: auto;
	position: relative;
	float: none;
	border-bottom: solid 1px #01378A;
}

#main_menu li ul.sub-menu li:last-child{
	border-bottom:  none;
}

#main_menu li ul.sub-menu li a {
	color: #fff;
	padding: 15px;
	display: block;
}

#main_menu li ul.sub-menu li a:hover {
	color: #D59906;
}

#main_menu li ul.sub-menu li a {
	border-bottom: none;
	font-size: 14px;
}


#main_menu li:hover ul.sub-menu {
	z-index: -1;
	opacity: 1;
	display: block;
	transform: translateY(0px);
	visibility: visible;
}

.mobile-nav-bt {
	display: none;
}

@media only screen and (max-width:1023px) {
	#main_menu li ul.sub-menu {
		position: relative;
		min-width: 350px;
		max-width: 450px;
		padding: 0;
		background: #034DA2;
		z-index: 1;
		/* display: none; */
		opacity: 1;
		visibility: visible;
		left: 0;
		top: 0px;
		transform: translateY(0);
		transition: all .4s ease;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#main_menu li ul.sub-menu li {
		padding: 0;
		height: auto;
		position: relative;
		float: none;
		border-bottom: none;
	}

	#main_menu li ul.sub-menu li a {
		padding: 10px;
	}

	#main_menu li ul.sub-menu li a::before {
		content: '>';
		padding-right: 5px;
	}

	#main_menu li:hover ul.sub-menu {
		z-index: 1;
		opacity: 1;
		display: block;
		transform: translateY(0px);
		visibility: visible;
	}
}

@media screen and (max-width:1023px) {
	.mobile-nav-bt {
		position: absolute;
		float: right;
		padding: 3px 10px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #fff;
		border-radius: 4px;
		display: block;
		top: 15px;
		right: 15px;
		z-index: 99;
	}
}

.mobile-nav-bt a {
	font-size: 25px;
	color: #fff;
}

.content-area {
	padding: 0;
	position: relative;
	margin-top: 100px;
}

@media screen and (max-width:1023px) {
	.content-area {
		margin-top: 75px;
	}
}

.home .content-area {
	padding: 0;
	position: relative;
	margin-top: 95px;
}

.caption-text {
	color: #fff;
}

.bg-overlay-1 {
	background: #000;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-caption-text {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.caption-box {
	display: block;
	width: 440px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}



.caption-header {
	color: #EAA216;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
}

.mobile-only .caption-header {
	font-size: 50px;
}

.caption-content {
	color: #fff;
	font-size: 27px;
}

.mobile-only .caption-content {
	color: #fff;
	font-size: 18px;
}

.animate-caption {
	transform: translate(500%, -50%);
	-webkit-transition: all .5s;
	/* Safari */
	transition: all .5s;
}

.animate-caption.slider {
	transform: translate(-50%, -50%);
}

.video-section {
	position: relative;
	overflow: hidden;
}

.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background: #000;
	opacity: 0.8;
}

.yt-video {
	display: block;
}

.yt-image {
	max-width: 100%;
}

.sound-control {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

@media only screen and (max-width:1023px) {
	.sound-control {
		display: none;
	}
}

.sound-control a {
	display: block;
	width: 40px;
	height: 40px;
	border: solid 2px #fff;
	color: #fff;
	border-radius: 50%;
}

.sound-control a i {
	padding: 10px;
}

.sound-control a.off i {
	padding: 10px 14px;
}

.yt-caption {
	position: absolute;
	bottom: 30px;
	z-index: 2;
	width: 320px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -30%);
	opacity: 1;
	color: #fff;
}

.video-section .video-bg {
	height: auto;
	width: 100%;
	z-index: 1;
	position: relative;
	top: 0;
}

.video {
	background: #000;
}

#player {
	display: block;
}

.yt-play-bt {
	color: #fff;
	font-size: 4em;
	text-align: center;
	display: block;
}

.yt-play-bt:hover {
	color: #fff;
}

.video-background,
.video-bg {
	overflow: hidden;
	height: auto;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: -100px;
}

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

	.video-background,
	.video-bg {
		display: none;
	}
}

.video-foreground,
.video-background iframe,
.video-bg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.yt-link {
	position: relative;
	display: block;
}

.yt-link:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/play.png) no-repeat center center;
	top: 0;
	left: 0;
	display: block;
	content: "";
}

.center {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.down {
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background: none;
	border: solid 1px #fff;
	overflow: hidden;
	z-index: 1;
	opacity: 1;
	position: relative;
	-webkit-animation: sdb06 1.5s infinite;
	animation: sdb06 1.5s infinite;
}

.down i {
	font-size: 21px;
	position: relative;
	top: 10px;
	left: 12px;
	color: #fff;
}

@-webkit-keyframes sdb06 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0px, 20px);
		opacity: 0;
	}
}

@keyframes sdb06 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0px, 20px);
		opacity: 0;
	}
}


/*.down:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translate(-50%,0);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	animation: animate 1s linear infinite;
}

.down:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,0);
	width: 6px;
	height: 15px;
	border-radius: 3px;
	background: #fff;
}*/

.container-player-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes animate {
	0% {
		transform: translate(-50%, 20px);
	}

	100% {
		transform: translate(-50%, 30px);
	}
}

.caption-text h2 {}

.caption-text p {}

.caption-text .view-more {
	display: inline-block;
	border: solid 1px #fff;
	border-radius: 5px;
	padding: 2px 20px;
	color: #fff;
}


/* inline */
.home-event-list {
	margin: 30px 0;
}

.inline-1 {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.home-date-list {
	float: left;
	width: 15%;
	color: #034EA2;
}

@media screen and (max-width:1023px) {
	.home-date-list {
		float: left;
		width: 25%;
		color: #034EA2;
	}
}

.home-date-list p {
	margin-top: 15px;
}

.home-content-list {
	float: left;
	width: 85%;
}

@media screen and (max-width:1023px) {
	.home-content-list {
		float: left;
		width: 75%;
	}
}

.home-content-list a {
	color: #034EA2;
}

.btn-secondary {
	border: solid 1px #034EA2;
	border-radius: 5px;
}

.home-img-list {
	margin-top: 20px;
}

.fontface {}

.page-description {
	padding: 130px 0;
	position: relative;
}

@media only screen and (max-width:1023px) {
	.page-description {
		padding: 105px 0;
		position: relative;
	}
}

.post-bg {
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #022242;
	position: relative;
	overflow: hidden
		/* Temp CSS */
		/* Temp CSS End */
	;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:1023px) {
	.post-bg {
		background-position: center bottom;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #022242;
		position: relative;
		overflow: hidden
			/* Temp CSS */
			/* Temp CSS End */
		;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


.col-4 {
	width: 25%;
	float: left;
}

@media only screen and (min-width:681px) and (max-width:1023px) {
	.col-4 {
		width: 50%;
		float: left;
	}
}

@media only screen and (min-width:481px) and (max-width:680px) {
	.col-4 {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width:480px) {
	.col-4 {
		width: 100%;
		float: none;
	}
}

.event-bg {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: top center;
}

.col-height {
	display: block;
}

.gray-scale {
	position: relative;

	display: block;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	color: #fff;
	overflow: hidden;
}

.event-box {}

.gray-scale .event-content {
	background: #B9B3B3;
	position: relative;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	overflow: hidden;
}

.space {
	padding: 20px;
	position: absolute;
	bottom: 0;
}

.gray-scale .event-bg {
	filter: grayscale(1);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

.gray-scale:hover {

	text-decoration: none;
	color: #fff;
}

.gray-scale:hover .event-bg {
	filter: grayscale(0);
}


.gray-scale:hover .event-content {
	background: #01378A;
}

.gallery-box {
	margin-left: 5px;
	margin-right: 5px;
}

.gallery-box a {
	margin-bottom: 15px;
}

@media only screen and (max-width:1023px) {
	.gallery-box {
		margin-left: 5px;
		margin-right: 5px;
	}

	.gallery-box a {
		margin-bottom: 15px;
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.gallery-box a img {
		display: inline-block;
	}
}

.event-content .circle-arrow {
	border-radius: 50%;
	border: solid 1px #fff;
	padding: 9px 12px;
	width: 40px;
	height: 40px;
	color: #fff;
	margin-bottom: 5px;
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	transition: all .5s ease;
}

.event-content .circle-arrow i {
	position: relative;
	top: 2px;
	left: 4px;
}

.gray-scale:hover .circle-arrow {
	top: 15px;
	opacity: 1;
}

.border-right-header {
	width: 50%;
	border-right: solid 1px #EAA216;
}

@media screen and (max-width:1023px) {
	.border-right-header {
		width: 100%;
		border-right: none;
	}
}

.justify-content-center {}


footer {
	background: #034DA2;
	padding: 20px 0 10px 0;
}

footer .bd-left {
	border-left: solid 2px #fff;
}

@media screen and (max-width:480px) {
	footer .bd-left {
		border-left: none;
	}
}

#footer_menu {
	margin-left: 0;
	padding-left: 0;
}

#footer_menu>li {
	float: left;
	list-style: none;
	margin-right: 40px;
	margin-right: 34px;
}

#footer_menu>li:first-child {
	margin-left: 0;
}

#footer_menu>li:last-child {
	margin-right: 0;
}

#footer_menu>li a {
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

#footer_menu li.current-menu-item>a {
	text-decoration: underline;
}

#footer_menu>li ul {
	margin-left: 0;
	padding-left: 0;
}

#footer_menu>li ul li {
	float: none;
	list-style: none;
}

#social_menu {
	padding: 0;
}

#social_menu>li {
	float: left;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}

#social_menu li a {
	color: #fff;
	border-radius: 50%;
	border: solid 2px #fff;
	padding: 8px 11px;
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}

.menu-social-menu-container {
	display: block;
}

@media screen and (max-width:1023px) {
	.menu-social-menu-container {
		display: flex;
		justify-content: center;
	}
}

.copy-footer {
	color: #fff;
}

@media screen and (max-width:1023px) {
	.copy-footer p {
		margin-top: 15px;
		text-align: center;
	}
}

.text-footer {
	margin-left: 10px;
	margin-top: 15px;
	color: #fff;
}

@media screen and (max-width:1023px) {
	.text-footer {
		margin-left: 10px;
		margin-top: 15px;
		color: #fff;
		text-align: center;
	}
}

.text-footer p i {
	font-size: 26px;
	color: #EAA216;
	position: relative;
	top: 5px;
	width: 32px;
	display: inline-block;
}

.text-footer p strong,
.text-footer p a {
	margin-left: 35px;
	font-size: 24px;
	color: #fff;
}

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

	.text-footer p strong,
	.text-footer p a {
		margin-left: 0px;
		font-size: 24px;
		color: #fff;
	}
}

.text-footer p {
	margin-bottom: 0;
}

/* custom */
.dateCustom {
	display: block;
	font-weight: bold;
	font-size: 40px;
}

.myCustom {
	margin-top: -10px;
	display: block;
}

.load-more {
	padding: 30px 0;
	text-align: center;
}

.load-more a {
	display: inline-block;
}



.loadmore-btn,
.carousel-nav-bt,
.circle-btn {
	border-radius: 50%;
	border: solid 1px #2D69A0;
	padding: 9px 12px;
	display: block;
	width: 40px;
	height: 40px;
	color: #2D69A0;
	margin-bottom: 5px;
}

.jaxLoading {
	color: #2D69A0;
	height: 40px;
	margin-bottom: 5px;
	display: none;
}

.post-nav {
	display: flex;
	justify-content: center;
}

.home .post-nav {
	display: block;
}

@media screen and (max-width:1023px) {
	.home .post-nav {
		display: flex;
		justify-content: center;
	}
}

.post-nav a {
	border: solid 2px #2D69A0;
	padding: 9px 12px;
	display: block;
	width: 120px;
	height: auto;
	color: #2D69A0;
	margin-bottom: 30px;
	text-decoration: none;
	opacity: 1;
	text-align: center;
}

.post-nav a strong {
	text-transform: uppercase;
}

.home .post-nav a {
	border-radius: 50%;
	border: solid 2px #2D69A0;
	padding: 9px 12px;
	display: block;
	width: 40px;
	height: 40px;
	color: #2D69A0;
	margin-bottom: 5px;
	text-decoration: none;
	opacity: .5;
}

@media screen and (max-width:1023px) {
	.home .post-nav a {
		border-radius: 50%;
		border: solid 2px #2D69A0;
		padding: 9px 12px;
		display: block;
		width: 40px;
		height: 40px;
		color: #2D69A0;
		margin-bottom: 5px;
		text-decoration: none;
		opacity: .5;
		margin-left: 5px;
		margin-right: 5px;
	}
}

.post-nav a:hover {
	opacity: 1;
}

.post-nav a.prev-btn {
	position: relative;
}

.home .post-nav a.prev-btn {
	position: absolute;
	left: -50px;
	top: 50%;
}

@media screen and (max-width:1023px) {
	.home .post-nav a.prev-btn {
		position: relative;
		left: 0px;
		top: 0;
	}
}

.post-nav a.prev-btn i {}

.post-nav a.next-btn {
	position: relative;
}

.home .post-nav a.next-btn {
	position: absolute;
	right: -50px;
	top: 50%;
}

@media screen and (max-width:1023px) {
	.home .post-nav a.next-btn {
		position: relative;
		right: 0px;
		top: 0;
	}
}

.post-nav a.next-btn i {
	padding: 2px 3px;
	display: block;
}


.back-btn,
.back-btn:hover {
	border-radius: 50%;
	border: solid 2px #EAA216;
	padding: 8px 11px;
	display: block;
	width: 40px;
	height: 40px;
	color: #EAA216;
	margin-bottom: 5px;
	text-decoration: none;
	position: absolute;
	right: 40px;
	top: 20px;
}


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

	.back-btn,
	.back-btn:hover {
		right: 15px;
		top: 0px;
	}

}

.loadmore-btn:before {
	padding: 0;
	left: 12px;

}

span.circle-arrow {
	border-radius: 50%;
	border: solid 1px #fff;
	padding: 9px 12px;
	width: 40px;
	height: 40px;
	color: #fff;
	margin-bottom: 5px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	transition: all .5s ease;
	transform: translate(0, 200%);
	-ms-transform: translate(0, 200%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}



.back-btn i:before {
	padding: 0;
	left: 2px;
	position: relative;
}

.blue-color,
.blue-color:hover {
	color: #034EA2;
	text-decoration: none;
}

.event-date-1 {
	color: #B3B3B3;
}

.carousel-nav {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.carousel-nav .carousel-nav-bt {
	display: inline-block;
	text-decoration: none;
}

#totalSlider {
	display: inline-block;
	padding: 0 15px;
	color: #034EA2;
	font-weight: bold;
}

.col-3 {
	width: 33.33%;
	float: left;
}

a.hover-fade {
	display: block;
	position: relative;
	overflow: hidden;
}

a.hover-fade .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	top: 0;
	left: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media only screen and (max-width:1023px) {
	a.hover-fade .caption {
		position: relative;
	}

}

a.hover-fade .caption span.text {
	padding: 15px;
	display: block;
	transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

@media only screen and (max-width:1023px) {
	a.hover-fade .caption span.text {
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		color: #666666;
	}
}

a.hover-fade:hover .caption span {
	transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
}

a.hover-fade .fade-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #034EA2;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a.hover-fade:hover .fade-bg {
	opacity: 0.9;
}

@media only screen and (max-width:1023px) {
	a.hover-fade:hover .fade-bg {
		opacity: 0;
	}
}

a.hover-fade:hover span.circle-arrow {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

@media only screen and (max-width:1023px) {
	a.hover-fade:hover span.circle-arrow {
		transform: translate(0, 200%);
		-ms-transform: translate(0, 200%);
	}
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.border-left-1 {
	border-left: solid 1px #EAA216;
}

.border-right-1 {
	border-right: solid 1px #EAA216;
}

@media only screen and (max-width:1023px) {
	.border-left-1 {
		border-left: none;
	}

	.border-right-1 {
		border-right: none;
	}

	.home .content-area {
		padding: 0;
		position: relative;
		margin-top: 95px;
	}
}

.desktop-register {
	color: #022242;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	line-height: 100%;
	top: -4px;
	background-color: #D59906;
	margin: -30px 0 0 0;
	position: relative;
	height: 46px;
	width: 138px;
	top: -10px;
	text-align: center;
}

.desktop-register a {
	font-size: 18px !important;
	line-height: 100%;
	margin-top: 5px;
	text-align: center !important;
	color: #022242 !important;
}

.register-bt {
	display: none;
}

@media only screen and (max-width:480px) {
	.desktop-register {
		display: none;
	}

	.register-bt {
		text-align: center;
		color: #022242;
		line-height: 100%;
		width: auto;
		height: 43px;
		padding-top: 6px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.5rem;
		border: solid 1px #D59906;
		border-radius: 5px;
		background: #D59906;
		position: absolute;
		right: 70px;
		top: 15px;
		display: block;
		;
	}

	.home .content-area {
		padding: 0;
		position: relative;
		margin-top: 100px;
	}
}

.footer-icon {
	margin-top: 15px;
}

.footer-icon a,
.footer-icon p {
	color: #fff;
}

.footer-icon p i {
	font-size: 2rem;
	width: 30px;
	text-align: center;
}

.gold-color {
	color: #D59906;
}

.csr-text {
	color: #fff;
}