@font-face {
    font-family: "Megan Display";
    src: url("../fonts/Megan Display.otf") format("opentype");
}


/*Css Part 1*/
.jerTicketAstonBand {
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
	background: #55c2f4;
	padding: 12px 20px;
	z-index: 9
}

.jerTicketAstonBand p {
	font-size: 16px;
	line-height: 24px;
	color: #17171c !important;
	font-weight: 500;
}

.jerNotifyme {
	color: #17171c;
	font-weight: 600;
	border-bottom: 1px solid #17171c
}

.jerAstonBandInner {
	position: relative;
	display: inline-block
}

.notifyPopup {
	width: 400px;
	max-width: 100%;
	position: absolute;
	background: #fff;
	padding: 40px 30px;
	border-radius: 20px;
	right: 0;
	display: none;
	bottom: 36px;
	opacity: 0
}

.notifyPopup.notifyOpen {
	display: block;
	height: auto;
	opacity: 1;
	transition: all .3s ease-in-out
}

.notifyPopup.notifyClose {
	display: none;
	height: auto;
	opacity: 0;
	transition: all .5s ease-in-out
}

.abawaitListFormInner h2 {
	color: #55c2f4;
	font-size: 25px;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 18px;
	text-align: center;
	font-family: Poppins
}

.inputFlex input {
	background: #f6fbfd;
	color: #000
}

#notifyMeSubmit {
	width: 100%;
	padding: 11px 14px;
	background: #5ec0f1;
	border: 1px solid #5ec0f1;
	color: #fff;
	font-size: 22px;
	border-radius: 9px;
	margin-top: 10px;
	transition: all .3s ease;
	cursor: pointer
}

#notifyMeSubmit:hover {
	color: #5ec0f1;
	background: transparent
}

#successMessage {
	padding: 0 20px;
	font-size: 20px;
	line-height: 28px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
	left: 0;
	height: 100%;
	border-radius: 40px;
	display: none;
	text-align: center
}

#successMessage,
.closePopNotify i {
	color: #000;
	position: absolute;
	background: #fff
}

.closePopNotify i {
	top: -38px;
	font-size: 13px;
	border-radius: 50%;
	padding: 13px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 6px #ddd;
	transition: all .3s ease;
	cursor: pointer
}

.closePopNotify i:hover {
	background: #5ec0f1;
	color: #fff
}

.inputFlex {
	margin: 5px 0;
	width: 100%;
	position: relative
}

.regisClose {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999999;
	height: 100vh;
	width: 100%
}

.regisClose .innerDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid red;
	background: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px
}

.regisClose .innerDiv h1 {
	color: #000;
	font-size: 40px
}

.notifyPopup .errorMessage {
	font-size: 13px;
	bottom: -5px;
	color: #c91414;
	position: absolute;
	left: 0;
	font-weight: 500
}

.successMessageInner {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.succesIconNotify {
	width: 100px;
	margin: 0 auto;
	text-align: center
}

.successMessageInner p {
	font-size: 18px;
	line-height: 28px
}

.jerAstonBandInner p {
	margin: 0;
	color: #fff
}

.inputFlex input {
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 4px;
	outline: none;
	margin: 10px 0;
	font-family: Poppins;
	box-sizing: border-box;
	background: transparent;
	padding: 13px 15px;
	font-size: 100%
}

.inputFlex input::placeholder {
	color: #cfcccc;
	opacity: 1;
	font-weight: 100
}

.inputFlex input::-ms-input-placeholder {
	color: #cfcccc;
	font-weight: 100
}

#successMessage.showthanku {
	display: block;
	opacity: 1;
	transition: opacity .3s ease-in-out
}

.successMessageInner p {
	color: #000;
	margin-top: 19px
}

.notifyPopup.notifySlideUp {
	opacity: 0;
	display: none
}

@media(max-width:767px) {
	.abawaitListFormInner h2 {
		font-size: 24px;
		margin-bottom: 10px
	}

	.jerTicketAstonBand {
		width: auto
	}

	.jerTicketAstonBand p {
		font-size: 14px;
		line-height: 21px
	}

	.notifyPopup {
		width: 82%;
		max-width: 100%;
		bottom: 54px;
		left: 0;
		right: 0;
		margin: 0 auto
	}

	.jerWrapper .jerLogo {
		margin-left: 0
	}
}

.ticketstickybar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f8f9fa;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
	padding: 10px 0;
	border-top: 1px solid #bcd3df;
	z-index: 999999;
	transition: all .5s
}

.tsBarcontent {
	padding: 0 24px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.ticketstickybar .tsBarcontent p {
	font-weight: 700;
	font-style: normal;
	font-size: 33px;
	font-family: var(--heding-ticket);
	margin-bottom: 0
}

.ticketstickybar .tsBarcontent p i {
	font-family: Inter, sans-serif;
	font-optical-sizing: auto
}

.ticketstickybar .tsBarcontent p span {
	font-size: 20px;
	line-height: 19px;
	font-weight: 500;
	text-transform: uppercase
}

.tsBarcontent a {
	background-color: #31c4f6;
	color: #fff;
	border: none;
	padding: 10px 25px;
	font-size: 18px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	border-radius: 12px;
	transition: all .3s ease
}

.tsBarcontent a:hover {
	opacity: .6
}

@media(max-width:767px) {
	.ticketstickybar .tsBarcontent p {
		font-size: 20px
	}

	.ticketstickybar .tsBarcontent p span {
		font-size: 15px
	}

	.tsBarcontent a {
		padding: 10px 19px;
		font-size: 14px
	}
}


:root {
	--heading-font: "Megan Display";
	--heding-ticket: "Montserrat";
	--fontWeight: 500;
	--fontColor: #ffd5ab;
	--max-width: 1100px;
	--border-radius: 12px;
	--font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
	--foreground-rgb: 0, 0, 0;
	--background-start-rgb: 214, 219, 220;
	--background-end-rgb: 255, 255, 255;
	--primary-glow: conic-gradient(from 180deg at 50% 50%, #16abff33 0deg, #0885ff33 55deg, #54d6ff33 120deg, #0071ff33 160deg, transparent 360deg);
	--secondary-glow: radial-gradient(#fff, hsla(0, 0%, 100%, 0));
	--tile-start-rgb: 239, 245, 249;
	--tile-end-rgb: 228, 232, 233;
	--tile-border: conic-gradient(#00000080, #00000040, #00000030, #00000020, #00000010, #00000010, #00000080);
	--callout-rgb: 238, 240, 241;
	--callout-border-rgb: 172, 175, 176;
	--card-rgb: 180, 185, 188;
	--card-border-rgb: 131, 134, 135
}

@media (prefers-color-scheme:dark) {
	:root {
		--foreground-rgb: 255, 255, 255;
		--background-start-rgb: 0, 0, 0;
		--background-end-rgb: 0, 0, 0;
		--primary-glow: radial-gradient(rgba(1, 65, 255, .4), rgba(1, 65, 255, 0));
		--secondary-glow: linear-gradient(to bottom right, rgba(1, 65, 255, 0), rgba(1, 65, 255, 0), rgba(1, 65, 255, .3));
		--tile-start-rgb: 2, 13, 46;
		--tile-end-rgb: 2, 5, 19;
		--tile-border: conic-gradient(#ffffff80, #ffffff40, #ffffff30, #ffffff20, #ffffff10, #ffffff10, #ffffff80);
		--callout-rgb: 20, 20, 20;
		--callout-border-rgb: 108, 108, 108;
		--card-rgb: 100, 100, 100;
		--card-border-rgb: 200, 200, 200
	}
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

body,
html {
	max-width: 100vw;
	overflow-x: hidden;
	color: #000
}

body {
	background: #483865;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}

.main-menu {
	background-color: #483865;
	padding: 10px
}

.main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around
}

.main-menu li {
	display: inline;
	margin-right: 10px
}

.main-menu a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 16px
}

.main-menu a:hover {
	color: #a9a9a9
}

.styled-section {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid purple;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 500px
}

h2 {
	color: purple
}

a {
	color: inherit;
	text-decoration: none
}

p {
	margin: 0 0 20px;
	color: #000;
	line-height: 1.5
}

.footer-section {
	background-color: purple;
	color: #fff;
	padding: 50px;
	text-align: center
}

.footer-section p {
	color: #fff;
	margin-bottom: 0
}

@media (prefers-color-scheme:dark) {
	html {
		color-scheme: dark
	}
}

h2 {
	font-family: var(--heading-font);
	font-size: 62px;
	color: #ffd5ab;
	line-height: 100px;
	margin-bottom: 30px;
	font-weight: 500
}

.jerBtn {
	background: #55c2f4;
	color: #fff;
	font-size: 16px;
	padding: 18px 32px 15px;
	border-radius: 14px;
	text-transform: uppercase;
	transition: all .3s;
	display: inline-block
}

@media(max-width:768px) {
	h2 {
		font-size: 50px;
		line-height: 90px
	}
}

@font-face {
	font-family: icomoon;
	src: url(../media/icomoon.3754db68.eot);
	src: url(../media/icomoon.3754db68.eot#iefix) format("embedded-opentype"), url(../media/icomoon.466e18c2.ttf) format("truetype"), url(../media/icomoon.d9bb8269.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class*=" jer-"],
[class^=jer-] {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.jer-blank001:before {
	content: "\e900"
}

.jer-blank002:before {
	content: "\e901"
}

.jer-blank003:before {
	content: "\e902"
}

.jer-blank004:before {
	content: "\e903"
}

.jer-compass1:before {
	content: "\e904"
}

.jer-globe1:before {
	content: "\e905"
}

.jer-newsletter1:before {
	content: "\e906"
}

.jer-location1:before {
	content: "\e907"
}

.jer-external1:before {
	content: "\e908"
}

.jer-blank005:before {
	content: "\e909"
}

.jer-blank006:before {
	content: "\e90a"
}

.jer-blank007:before {
	content: "\e90b"
}

.jer-blank008:before {
	content: "\e90c"
}

.jer-blank009:before {
	content: "\e90d"
}

.jer-blank010:before {
	content: "\e90e"
}

.jer-blank011:before {
	content: "\e90f"
}

.jer-blank012:before {
	content: "\e910"
}

.jer-blank013:before {
	content: "\e911"
}

.jer-Single_page:before {
	content: "\e912"
}

.jer-Swap_vertical:before {
	content: "\e913"
}

.jer-Swap_horizontal:before {
	content: "\e914"
}

.jer-mobile:before {
	content: "\e915"
}

.jer-blank19:before {
	content: "\e916"
}

.jer-blank20:before {
	content: "\e917"
}

.jer-blank21:before {
	content: "\e918"
}

.jer-blank22:before {
	content: "\e919"
}

.jer-blank23:before {
	content: "\e91a"
}

.jer-blank24:before {
	content: "\e91b"
}

.jer-blank25:before {
	content: "\e91c"
}

.jer-blank26:before {
	content: "\e91d"
}

.jer-blank27:before {
	content: "\e91e"
}

.jer-bell_filled:before {
	content: "\e91f"
}

.jer-longarrow:before {
	content: "\e920"
}

.jer-blank014:before {
	content: "\e922"
}

.jer-blank015:before {
	content: "\e923"
}

.jer-Loop:before {
	content: "\e924"
}

.jer-order_by:before {
	content: "\e925"
}

.jer-Full_view:before {
	content: "\e926"
}

.jer-Login:before {
	content: "\e927"
}

.jer-hamburger:before {
	content: "\e928"
}

.jer-more:before {
	content: "\e929"
}

.jer-close:before {
	content: "\e92a"
}

.jer-back:before {
	content: "\e92b"
}

.jer-search:before {
	content: "\e92c"
}

.jer-waffle:before {
	content: "\e92d"
}

.jer-user:before {
	content: "\e92e"
}

.jer-arrowup:before {
	content: "\e92f"
}

.jer-arrowright:before {
	content: "\e930"
}

.jer-arrowdown:before {
	content: "\e931"
}

.jer-arrowleft:before {
	content: "\e932"
}

.jer-arrowthinup:before {
	content: "\e933"
}

.jer-arrowthinright:before {
	content: "\e934"
}

.jer-arrowthindown:before {
	content: "\e935"
}

.jer-arrowthinleft:before {
	content: "\e936"
}

.jer-paperplane:before {
	content: "\e937"
}

.jer-calendar:before {
	content: "\e938"
}

.jer-location:before {
	content: "\e939"
}

.jer-sms:before {
	content: "\e93a"
}

.jer-edit:before {
	content: "\e93b"
}

.jer-camera:before {
	content: "\e93c"
}

.jer-replay:before {
	content: "\e93d"
}

.jer-blank016:before {
	content: "\e93e"
}

.jer-fullscreen:before {
	content: "\e93f"
}

.jer-plus:before {
	content: "\e940"
}

.jer-minus:before {
	content: "\e941"
}

.jer-checkbox:before {
	content: "\e942"
}

.jer-checked:before {
	content: "\e943"
}

.jer-visible:before {
	content: "\e944"
}

.jer-hidden:before {
	content: "\e945"
}

.jer-controls:before {
	content: "\e946"
}

.jer-filter:before {
	content: "\e947"
}

.jer-sort:before {
	content: "\e948"
}

.jer-arrowhairup:before {
	content: "\e949"
}

.jer-arrowhairdown:before {
	content: "\e94a"
}

.jer-arrowhairright:before {
	content: "\e94b"
}

.jer-arrowhairleft:before {
	content: "\e94c"
}

.jer-voice:before {
	content: "\e94d"
}

.jer-location_1:before {
	content: "\e94e"
}

.jer-Calendar_1:before {
	content: "\e94f"
}

.jer-Filter:before {
	content: "\e950"
}

.jer-book:before {
	content: "\e951"
}

.jer-open_book:before {
	content: "\e952"
}

.jer-copy:before {
	content: "\e953"
}

.jer-sort-by-alpha:before {
	content: "\e954"
}

.jer-Flag_filled:before {
	content: "\e955"
}

.jer-Flag:before {
	content: "\e956"
}

.jer-Thumb_up:before {
	content: "\e957"
}

.jer-Thumbs_down:before {
	content: "\e958"
}

.jer-blank017:before {
	content: "\e959"
}

.jer-shuffle:before {
	content: "\e95a"
}

.jer-comments_new:before {
	content: "\e95b"
}

.jer-home:before {
	content: "\e95c"
}

.jer-home_filled:before {
	content: "\e95d"
}

.jer-delete:before {
	content: "\e95e"
}

.jer-delete_outline:before {
	content: "\e95f"
}

.jer-cancel:before {
	content: "\e960"
}

.jer-download:before {
	content: "\e961"
}

.jer-next:before {
	content: "\e962"
}

.jer-previous:before {
	content: "\e963"
}

.jer-audio:before {
	content: "\e964"
}

.jer-audiooff:before {
	content: "\e965"
}

.jer-audioplaying:before {
	content: "\e966"
}

.jer-video:before {
	content: "\e967"
}

.jer-videostop:before {
	content: "\e968"
}

.jer-videothumbplay:before {
	content: "\e969"
}

.jer-commentary:before {
	content: "\e96a"
}

.jer-blank018:before {
	content: "\e96b"
}

.jer-blank019:before {
	content: "\e96c"
}

.jer-comments:before {
	content: "\e96d"
}

.jer-commentsfilled:before {
	content: "\e96e"
}

.jer-critique:before {
	content: "\e96f"
}

.jer-critiquefilled:before {
	content: "\e970"
}

.jer-additionalinfo:before {
	content: "\e971"
}

.jer-external:before {
	content: "\e972"
}

.jer-play:before {
	content: "\e973"
}

.jer-pause:before {
	content: "\e974"
}

.jer-blank020:before {
	content: "\e975"
}

.jer-blank021:before {
	content: "\e976"
}

.jer-photo:before {
	content: "\e977"
}

.jer-blank022:before {
	content: "\e978"
}

.jer-blank023:before {
	content: "\e979"
}

.jer-blank024:before {
	content: "\e97a"
}

.jer-profile_ico:before {
	content: "\e97b"
}

.jer-blank025:before {
	content: "\e97c"
}

.jer-blank66:before {
	content: "\e97d"
}

.jer-Ghazals:before {
	content: "\e97e"
}

.jer-blank026:before {
	content: "\e97f"
}

.jer-blank027:before {
	content: "\e980"
}

.jer-Dot:before {
	content: "\e981"
}

.jer-Newsletter_1:before {
	content: "\e982"
}

.jer-Explain:before {
	content: "\e983"
}

.jer-blank028:before {
	content: "\e984"
}

.jer-blank029:before {
	content: "\e985"
}

.jer-blank030:before {
	content: "\e986"
}

.jer-blank031:before {
	content: "\e987"
}

.jer-blank032:before {
	content: "\e988"
}

.jer-blank033:before {
	content: "\e989"
}

.jer-blank034:before {
	content: "\e98a"
}

.jer-blank80:before {
	content: "\e98b"
}

.jer-favorite:before {
	content: "\e98c"
}

.jer-favorited:before {
	content: "\e98d"
}

.jer-share:before {
	content: "\e98e"
}

.jer-tag:before {
	content: "\e98f"
}

.jer-blank035:before {
	content: "\e990"
}

.jer-facebook:before {
	content: "\e991"
}

.jer-twitter:before {
	content: "\e992"
}

.jer-google:before {
	content: "\e993"
}

.jer-youtube:before {
	content: "\e994"
}

.jer-instagram:before {
	content: "\e995"
}

.jer-whatsapp:before {
	content: "\e996"
}

.jer-pinterest:before {
	content: "\e997"
}

.jer-newsletter:before {
	content: "\e998"
}

.jer-globe:before {
	content: "\e999"
}

.jer-compass:before {
	content: "\e99a"
}

.jer-tag2:before {
	content: "\e99b"
}

.jer-wikipedia:before {
	content: "\e99c"
}

.jer-youtube_colored:before {
	content: "\e99d"
}

.jer-telegram:before {
	content: "\e99e"
}

.jer-linkedIn:before {
	content: "\e99f"
}

.jer-blank091:before {
	content: "\e9a0"
}

.jer-blank89:before {
	content: "\e9a1"
}

.jer-blank090:before {
	content: "\e9a2"
}

.jer-blank092:before {
	content: "\e9a3"
}

.jer-Feedback:before {
	content: "\e9a4"
}

.jer-blank093:before {
	content: "\e9a5"
}

.jer-blank094:before {
	content: "\e9a6"
}

.jer-Gallery:before {
	content: "\e9a7"
}

.jer-blank095:before {
	content: "\e9a8"
}

.jer-About:before {
	content: "\e9a9"
}

.jer-blank096:before {
	content: "\e9aa"
}

.jer-blank097:before {
	content: "\e9ab"
}

.jer-Logout:before {
	content: "\e9ac"
}

.jer-blank100:before {
	content: "\e9ad"
}

.jer-blank101:before {
	content: "\e9ae"
}

.jer-blank102:before {
	content: "\e9af"
}

.jer-blank103:before {
	content: "\e9b0"
}

.jer-blank105:before {
	content: "\e9b1"
}

.jer-blank106:before {
	content: "\e9b2"
}

.jer-blank107:before {
	content: "\e9b3"
}

.jer-rateblank:before {
	content: "\e9b4"
}

.jer-ratehalf:before {
	content: "\e9b5"
}

.jer-ratefull:before {
	content: "\e9b6"
}

.jer-bookmark:before {
	content: "\e9b7"
}

.jer-bookmarked:before {
	content: "\e9b8"
}

.specialNote {
	font-size: 17px;
	line-height: 26px;
	color: #c10a0a;
	font-weight: 600;
	font-style: italic
}

.jerCalltoActionBtn,
.wtexpectCardInfo {
	display: none
}

header {
	background: #483865;
	transition: all .3s ease
}

.headerFrontFlex {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 15px;
	align-items: center
}

.headerFrontRight ul {
	display: flex;
	list-style: none
}

.headerBtn {
	padding: 18px 32px 15px;
	border-radius: 10px;
	background: transparent;
	color: #55c2f4;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #55c2f4;
	margin-left: 24px;
	transition: all .3s;
	text-transform: uppercase;
	font-weight: 500
}

.headerBtn.jerBtn_two,
.headerBtn:hover {
	background: #55c2f4;
	color: #fff
}

.headerBtn.jerBtn_two:hover {
	background: transparent;
	color: #55c2f4
}

.headerFrontLeft {
	display: flex
}

.hamburger {
	position: relative;
	z-index: 99999999;
	margin-right: 27px
}

.hamburger .line {
	width: 2.2rem;
	height: 2px;
	background-color: #ecf0f1;
	display: block;
	margin: 9px auto;
	transition: all .3s ease-in-out
}

.hamburger span:nth-of-type(3) {
	width: 1.5rem;
	margin: 0
}

.hamburger:hover {
	cursor: pointer
}

#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0
}

#hamburger-1.is-active .line:first-child {
	transform: translateY(13px) rotate(45deg)
}

#hamburger-1.is-active .line:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
	width: 2.2rem
}

.jerWrapper.fixedHeader {
	background: #483865;
	position: fixed;
	width: 100%;
	z-index: 99999999;
	transition: all .3s ease-in-out;
	padding:0px;
}

.jerWrapper.fixedHeader .hamburger {
	position: fixed
}

.jerWrapper.fixedHeader .headerFrontLeft a {
	padding-left: 0px
}

.mainMenu {
	position: fixed;
	width: 100%;
	left: 0;
	height: 100vh;
	background: #483865;
	z-index: 9999999;
	top: 0
}

nav {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center
}

.mainMenu nav ul {
	list-style: none
}

.mainMenu nav ul li a {
	color: #ffd5ab;
	padding: 22px 0;
	display: block;
	text-transform: uppercase;
	transition: all .4s;
	font-size: 34px;
	line-height: 46px;
	font-family: MeganDisplay
}

.mainMenu nav ul li a span {
	text-transform: capitalize
}

.mainMenu nav ul li a:hover {
	color: #fff;
	position: relative
}

.mainMenu nav ul li a:hover:before {
	top: 0
}

.mainMenu nav ul li a:hover:after,
.mainMenu nav ul li a:hover:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #6e5377;
	left: 0
}

.mainMenu nav ul li a:hover:after {
	bottom: 0
}

@media(max-width:1400px) {
	.container {
		padding: 0 50px
	}
}

@media(max-width:1199px) {
	.container {
		padding: 0
	}
}

@media screen and (max-width:768px) {
	.headerBtn {
		padding: 18px 24px 15px
	}

	.jerWhattoExpectSec.jerWrapper {
		padding: 60px 24px
	}

	.headerFrontFlex {
		padding: 10px 0
	}
}

@media screen and (max-width:550px) {
	.headerFrontRight ul li:nth-child(2) {
		display: none
	}

	.headerFrontLeft img {
		width: 100px
	}

	.headerBtn {
		padding: 10px 12px;
		font-size: 14px
	}

	.hamburger .line {
		margin-top: 0
	}

	.mainMenu nav ul {
		width: 85%;
		margin: 0;
		padding: 0
	}

	.mainMenu nav ul li a {
		font-size: 24px;
		line-height: 28px;
		padding: 18px 0
	}

	.hamburger {
		margin-right: 20px;
		top: 12px
	}

	.jerWrapper.fixedHeader .hamburger {
		position: fixed;
		top: 22px
	}

	.jerWrapper.fixedHeader .headerFrontLeft a {
		padding-left: 55px
	}
}

.jerDubaiLink a {
	position: relative;
	display: inline-block;
	color: #3fc2f3;
	text-decoration: underline;
	z-index: 9;
	cursor: pointer;
	font-weight: 600
}

.jerDubaiLink a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffd5ab;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .3s ease-out
}

.jerDubaiLink a:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left
}

.jerDubaiLink a:hover {
	color: #ffd5ab;
	text-decoration: none;
	transition: transform .3s ease-out
}

.container {
	max-width: 1528px;
	margin: 0 auto
}

.jerWrapper {
	padding: 0 24px
}

.footerSection {
	background: 5F4A6C;
	padding: 148px 0 50px
}

.footerContFlex {
	border: 1px solid #5f4a6c;
	border-radius: 40px;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	text-align: left
}

.footerInner {
	width: 33%;
	padding: 70px;
	border-left: 1px solid #5f4a6c
}

.footerInner:first-child {
	border-left: none
}

.footerContFlex h3 {
	font-size: 24px;
	line-height: 32px;
	font-family: var(--heading-font);
	color: var(--fontColor);
	font-weight: var(--fontWeight)
}

.footerInner p {
	color: #ffd5ab
}

.footerInner ul {
	padding: 30px 0 0 20px;
	margin: 0
}

.footerInner ul li {
	color: #ffd5ab
}

.footerInner ul li a {
	padding: 10px;
	text-decoration: none;
	color: #ffd5ab;
	display: flex;
	transition: all .3s;
	font-size: 16px;
	line-height: 24px;
	position: relative
}

.footerInner ul li a:hover {
	text-decoration: none;
	color: #55c2f4;
	transition: all .3s
}

.footerSocialLinks li {
	list-style: none
}

.footerInner p {
	padding-top: 30px;
	font-size: 16px;
	line-height: 30px
}

.celebratingUrduFooterTxt {
	padding: 60px 0
}

.celebratingUrduFooterTxt img {
	width: 100%
}

.footerCopyRightSection {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

.copyrightText p {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 0
}

.bottomFooterLinks ul {
	display: flex
}

.bottomFooterLinks ul li {
	margin-left: 30px;
	text-transform: uppercase;
	list-style: none;
	position: relative
}

.bottomFooterLinks ul li a {
	color: #fff;
	transition: all .3s ease-in-out;
	font-size: 14px
}

.bottomFooterLinks ul li a:hover {
	color: #55c2f4
}

.bottomFooterLinks ul li a:before {
	background: #d9b297;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -18px;
	top: 7px;
	content: "";
	border-radius: 20px
}

.footerSection.jerWrapper {
	padding: 156px 24px 50px
}

.footerInner ul.footerSocialLinks {
	padding-left: 0
}

.footerSocialLinks li a span:nth-child(2n) {
	padding-left: 12px
}

.footerSocialLinks li a span:nth-child(odd) {
	font-size: 28px
}

.footerGap .footerCopyRightSection {
	padding-bottom: 0
}

@media screen and (max-width:1366px) {
	.jerWrapper {
		padding: 0 24px
	}
}

@media screen and (max-width:1024px) {
	.footerInner {
		padding: 25px
	}

	.footerCopyRightSection {
		justify-content: center
	}

	.bottomFooterLinks {
		margin-top: 24px
	}

	.copyrightText {
		width: 100%;
		text-align: center
	}
}

@media screen and (max-width:768px) {
	.footerInner {
		padding: 20px
	}

	.footerContFlex h3 {
		font-size: 22px
	}

	.jercontactInfo ul {
		flex-wrap: wrap
	}

	.jercontactInfo ul li {
		flex: 0 0 100%;
		text-align: center
	}

	.footerCopyRightSection {
		text-align: center
	}

	.copyrightText {
		flex: 0 0 100%
	}

	.bottomFooterLinks {		
		margin-top: 10px
	}

	.bottomFooterLinks ul {
		max-width: 100%;
		flex: 0 0 100%;
		justify-content: space-around
	}

	.bottomFooterLinks {
		display: flex;
		justify-content: space-between;
		flex: 0 0 100%
	}

	.bottomFooterLinks ul li a:before {
		left: -35px
	}

	.footerSection.jerWrapper {
		padding: 100px 24px 50px
	}
}

@media screen and (max-width:550px) {
	.footerContFlex {
		display: block
	}

	.footerInner {
		width: 100%;
		padding: 40px;
		border-top: 1px solid #5f4a6c;
		border-left: none
	}

	.footerContFlex .footerInner:first-child {
		border-top: none
	}

	.bottomFooterLinks ul li a {
		font-size: 12px
	}

	.bottomFooterLinks ul {
		flex-wrap: wrap
	}

	.bottomFooterLinks ul li a:before {
		left: -11px
	}

	.copyrightText p {
		font-size: 12px;
		line-height: 18px
	}

	.bottomFooterLinks ul li {
		margin-left: 5px;
		margin-bottom: 5px
	}

	.footerInner p {
		padding-top: 20px;
		font-size: 16px;
		line-height: 28px
	}

	.footerInner ul {
		padding: 20px 0 0 20px;
		margin: 0
	}

	.footerInner ul li a {
		padding: 5px 0;
		font-size: 16px;
		line-height: 28px
	}

	.footerSocialLinks li a span:nth-child(odd) {
		font-size: 20px;
		line-height: 27px
	}

	.jercontactInfo ul li {
		padding: 20px 40px !important;
		margin: 0
	}

	.celebratingUrduFooterTxt {
		padding: 0
	}
	
}


/*Css Part 2*/
.jerAboutSec {
	padding-top: 100px
}

.jerAboutFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.jerAboutLeft {
	width: 43%
}

.jerAboutRight {
	width: 50%
}

.jerAboutSec h2 {
	font-family: var(--heading-font);
	font-weight: var(--fontWeight);
	font-size: 62px;
	line-height: 112px;
	color: #ffd5ab;
	margin: 0
}

.jerAboutLeft h4 {
	margin-top: 62px;
	font-weight: 600;
	font-size: 42px;
	line-height: 66px;
	color: #ffd5ab
}

.jerAboutLeft p {
	font-size: 18px;
	line-height: 32px;
	padding: 0 40px 0 0;
	color: #fff
}

.jerAboutLeft .jerVenueText {
	margin-top: 28px;
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	color: #ffd5ab
}

.jerCalltoActionBtn {
	margin-top: 40px;
	display: block
}

.uM_VideoReel {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	cursor: pointer;
	border-radius: 35px;
	margin-top: 100px
}

.uM_VideoReel iframe {
	left: 0;
	top: 0;
	background-size: 100% 100%;
	display: block;
	cursor: pointer
}

.uM_VideoReel iframe,
.videoImg {
	position: absolute;
	width: 100%;
	height: 100%
}

.videoImg {
	background: url(../img/videothumbnail.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	margin-top: -69px;
	top: 69px;
	pointer-events: none
}

@media screen and (max-width:1366px) {
	.jerAboutLeft h4 {
		margin-top: 32px;
		font-size: 24px;
		line-height: 50px
	}
}

@media screen and (max-width:1024px) {
	.jerAboutSec h2 {
		font-size: 50px;
		line-height: 90px
	}

	.jerAboutSec {
		padding-top: 36px
	}
}

@media screen and (max-width:768px) {
	.jerAboutFlex {
		display: block
	}

	.jerAboutLeft,
	.jerAboutRight {
		width: 100%
	}

	.jerAboutLeft .jerVenueText {
		margin-top: 18px;
		font-size: 22px
	}
}

@media screen and (max-width:550px) {
	.jerAboutSec h2 {
		font-size: 40px;
		line-height: 48px
	}

	.jerAboutLeft p {
		font-size: 15px;
		line-height: 30px;
		padding: 0
	}

	.jerAboutLeft h4 {
		font-size: 24px;
		line-height: 40px
	}

	.jerCalltoActionBtn {
		margin-top: 30px
	}

	.jerAboutLeft .jerVenueText {
		margin-top: 5px;
		font-size: 16px;
		line-height: 28px
	}

	.uM_VideoReel {
		border-radius: 16px;
		margin-top: 40px
	}
}

.jerAppealallSec {
	padding: 70px 0 20px
}

.jerAppealallSec .container {
	max-width: 1180px;
	width: 100%
}

.jerAppealallSec img {
	border-radius: 25px
}

.jerAppealallSec.jerWrapper img {
	width: 100%
}

@media screen and (max-width:1024px) {
	.jerAppealallSec {
		padding: 0 24px
	}
}

@media screen and (max-width:550px) {
	.jerAppealallSec img {
		max-width: 100%;
		height: auto
	}
}

.bazaarTabsFlex {
	padding: 70px 100px;
	display: flex;
	justify-content: space-between
}

.bazaarTabsFlex a {
	width: 31%;
	text-align: center;
	border: 1px solid #cdcdcd6b;
	border-radius: 16px;
	padding: 32px;
	transition: all .3s ease
}

.bazaarTabsFlex a span {
	color: #ffd5ab;
	display: block;
	font-size: 20px;
	font-weight: 600
}

.bazaarTabsFlex a:first-child img {
	width: 200px;
	height: auto;
	margin-bottom: 20px
}

.bazaarTabsFlex a img {
	width: 200px;
	height: auto
}

.bazaarTabsFlex a:hover {
	background: #5ec0f1;
	border: 1px solid #5ec0f1
}

.bazaarTabsFlex a:hover span {
	color: #fff
}

@media screen and (max-width:1024px) {
	.bazaarTabsFlex {
		padding: 70px 0
	}

	.bazaarTabsFlex a img,
	.bazaarTabsFlex a:first-child img {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.bazaarTabsFlex {
		padding: 50px 0;
		flex-wrap: wrap
	}

	.bazaarTabsFlex a {
		width: 100%;
		margin: 10px
	}

	.bazaarTabsFlex a img,
	.bazaarTabsFlex a:first-child img {
		width: 50%
	}

	.bazaarTabsFlex a span {
		font-size: 16px
	}
}

.jerContactusSec {
	padding: 60px 0 20px
}

.jerContactusSec h2 {
	text-align: center
}

.jercontactInfo ul {
	display: flex;
	justify-content: center;
	list-style-type: none
}

.jercontactInfo ul li {
	padding: 0 60px;
	position: relative
}

.jercontactInfo ul li:nth-child(2):before {
	content: "";
	width: 1px;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	background: #e5e5e5
}

.jercontactInfo ul li:nth-child(2):after {
	content: "";
	right: 0;
	width: 1px;
	position: absolute;
	height: 100%;
	background: #e5e5e5;
	top: 0
}

.jercontactInfo ul li span {
	color: #fff;
	font-weight: 600;
	line-height: 1.6;
	padding-bottom: 5px;
	font-size: 22px;
	display: block
}

.jercontactInfo ul li a {
	font-size: 24px;
	color: #55c2f4;
	line-height: 2;
	font-size: 22px;
	text-transform: lowercase;
	transition: all .3s ease-in-out
}

.jercontactInfo ul li a:hover {
	border-bottom: 1px solid #55c2f4
}

@media (min-width:769px) and (max-width:1024px) {
	.jercontactInfo ul li {
		padding: 0 20px
	}

	.jercontactInfo ul li a,
	.jercontactInfo ul li span {
		font-size: 18px
	}

	h2 {
		font-size: 50px;
		line-height: 80px
	}
}

@media screen and (max-width:768px) {
	.jercontactInfo ul li span {
		font-size: 18px
	}

	.jercontactInfo ul li a {
		font-size: 19px
	}

	.jercontactInfo ul li:nth-child(2) {
		padding: 20px 36px;
		margin: 20px 36px;
		border-bottom: 1px solid #5f4a6c;
		border-top: 1px solid #5f4a6c
	}

	.jercontactInfo ul li:nth-child(2):after,
	.jercontactInfo ul li:nth-child(2):before {
		display: none
	}

	.jercontactInfo {
		padding: 0 80px
	}

	.jercontactInfo ul li:nth-child(3) {
		margin: 0;
		padding: 0 !important
	}
}

.jerHighlightsSec {
	padding-top: 60px
}

.jerHighlightsSec h2 {
	text-align: center;
	text-transform: capitalize
}

.jerHighNowrap,
.jerHighlightsSec .container {
	position: relative
}

.jerHighNowrap {
	display: flex;
	white-space: nowrap;
	overflow: auto;
	overflow-y: hidden;
	padding-right: 0;
	max-width: 100%;
	margin: 0 auto;
	scroll-behavior: smooth
}

.jerHighBoxes {
	width: 320px;
	height: 400px;
	perspective: 1000px;
	margin-left: 16px;
	flex: 0 0 320px;
	border: 1px solid #cdcdcd6b;
	border-radius: 10px;
	overflow: hidden
}

.jerHighBoxes:first-child {
	margin-left: 0
}

.jerHighInner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .6s;
	-o-transition: transform .6s;
	-moz-transition: transform .6s;
	-webkit-transition: transform .6s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
	border-radius: 6px
}

.jerHighBoxes:hover .jerHighInner {
	transform: rotateY(180deg)
}

.flipCardBack,
.flipCardFront {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 6px
}

.flipCardBack {
	background-color: #060334;
	color: #fff;
	transform: rotateY(180deg);
	white-space: wrap
}

.jerHighBoxes img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	border-radius: 6px
}

.flipDesc {
	padding: 20px;
	text-align: left;
	position: absolute;
	bottom: 0
}

.flipDesc h3,
.flipDesc p {
	color: #ffd5ab
}

.flipDesc p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 10px
}

.flipDesc text {
	font-size: 15px;
	line-height: 22px
}

.jerHighNowrap::-webkit-scrollbar {
	display: none
}

.jerHighNowrap {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.highlightsArrow {
	top: 60%;
	width: 100%
}

#left-button {
	left: -29px
}

#left-button,
#right-button {
	position: absolute;
	z-index: 1;
	outline: none;
	border: none;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .12), 0 0 2px rgba(0, 0, 0, .12);
	width: 50px;
	height: 50px;
	cursor: pointer;
	font-size: 25px;
	top: 60%;
	transform: translateY(-50%)
}

#right-button {
	right: -29px
}

@media screen and (max-width:1366px) {
	#left-button {
		left: 20px;
		top: 60%
	}

	#right-button {
		right: 26px;
		top: 60%
	}
}

@media screen and (max-width:1024px) {
	.jerHighlightsSec.jerWrapper {
		padding: 56px 24px
	}

	.jerHighNowrap {
		padding: 0
	}

	#right-button {
		right: 0
	}

	#left-button,
	#right-button {
		width: 40px;
		height: 40px;
		font-size: 20px;
		display: flex;
		justify-content: center;
		align-items: center
	}

	#left-button {
		left: 0
	}

	.jerHighBoxes {
		width: 300px;
		height: 380px;
		perspective: 1000px;
		margin-left: 16px;
		flex: 0 0 300px
	}

	.jerHighNowrap .jerHighBoxes:first-child {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.jerHighBoxes {
		width: 280px;
		flex: 0 0 280px
	}

	.jerHighBoxes img {
		object-fit: fill
	}

	.jerHighlightsSec #left-button,
	.jerHighlightsSec #right-button {
		display: none
	}

	.jerHighNowrap {
		padding: 0
	}

	.jerHighNowrap .jerHighBoxes:first-child {
		margin-left: 24px
	}

	.jerHighNowrap .jerHighBoxes:last-child {
		margin-right: 24px
	}

	.jerHighlightsSec.jerWrapper {
		padding: 56px 0 0
	}
}

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

	.jerContactusSec.jerWrapper h2,
	.jerHighlightsSec.jerWrapper h2 {
		font-size: 40px;
		line-height: 48px
	}
}

.homeSliderSec img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 1528px;
	border-radius: 20px
}

.container.hideCon {
	display: none
}

@media screen and (max-width:768px) {
	.homeSliderSec {
		padding-top: 0
	}
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(../media/ajax-loader.0b80f665.gif) 50% no-repeat
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(../media/slick.25572f22.eot);
	src: url(../media/slick.25572f22d41d.eot?#iefix) format("embedded-opentype"), url(../media/slick.653a4cbb.woff) format("woff"), url(../media/slick.6aa1ee46.ttf) format("truetype"), url(../media/slick.f895cfdf.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	width: 20px;
	height: 20px;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.jerPartnerSupportersSec .container {
	margin-top: 70px;
	padding: 100px 0 20px;
	position: relative;
	border-top: 1px solid #5f4a6c
}

.jerPartnerSupportersSec .container:before {
	position: absolute;
	width: 1px;
	content: "";
	top: -23px;
	left: 50%;
	height: 24px;
	background: #5f4a6c;
	top: 0
}

.jerPartnerSupportersSec .container:after {
	position: absolute;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 100%;
	top: 24px;
	left: 50%;
	margin-left: -4px;
	border: 1px solid #5f4a6c
}

.jerPartnerSupportersSec .jerpartSuppWraper {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.jerpartSuppLeft {
	width: 42%
}

.jerPartSuppRight {
	width: 50%
}

.jerPartnerSupportersSec h2 {
	line-height: 70px
}

.jerPartnerSupportersSec p {
	color: #fff;
	line-height: 32px;
	font-size: 18px;
	margin-bottom: 64px
}

@media screen and (max-width:550px) {
	.jerPartnerSupportersSec .jerpartSuppWraper {
		display: block
	}

	.jerPartSuppRight,
	.jerpartSuppLeft {
		width: 100%
	}

	.jerPartnerSupportersSec h2 {
		font-size: 40px;
		line-height: 48px
	}

	.jerPartnerSupportersSec p {
		line-height: 29px;
		font-size: 16px;
		margin-bottom: 64px;
		margin-bottom: 30px
	}
}

.jerSessionSec .jerCalltoActionBtn {
	text-align: center;
	clear: both
}

.jerSessionSec .jerCalltoActionBtn .jerBtn {
	background: transparent;
	color: #55c2f4;
	transition: all .3s ease;
	border: 1px solid #55c2f4;
	clear: both
}

.jerSessionSec .jerCalltoActionBtn .jerBtn:hover {
	background: #55c2f4;
	color: #fff
}

.jerSessionSec .wtexpectCard {
	width: calc(33.33% - 11px);
	max-width: 100%;
	max-height: 100%;
	float: left;
	margin: 0 0 35px 16px;
	position: relative;
	height: 350px
}

@media (min-width:769px) and (max-width:1024px) {
	.jerSessionSec .wtexpectCard {
		height: 239px;
		margin-bottom: 16px
	}

	.wtexpectCard img {
		height: 100%
	}
}

@media screen and (max-width:1024px) {
	.jerSessionSec.jerWhattoExpectSec.jerWrapper {
		padding: 60px 24px 0
	}
}

@media screen and (max-width:768px) {
	.jerWhattoExpectSec.jerWrapper {
		padding: 60px 24px
	}

	.jerSessionSec .wtexpectCard:nth-child(3n+1) {
		margin-left: 24px
	}

	.wtexpectCard:last-child {
		margin-right: 24px
	}

	.wteOuterWrapper {
		display: flex;
		overflow: scroll
	}

	.wtexpectCard img {
		width: 100%;
		height: 100%
	}

	.jerSessionSec .wtexpectCard {
		flex: 0 0 291px;
		height: 291px;
		margin-bottom: 0
	}

	.jerContactusSec {
		padding: 60px 0 20px
	}

	.jerSessionSec.jerWhattoExpectSec h2 {
		line-height: 40px;
		font-size: 40px;
		padding: 0 24px
	}

	.jerWhattoExpectSec.jerWrapper.jerSessionSec {
		padding: 60px 0 0
	}

	.jerSessionSec .jerCalltoActionBtn {
		margin-bottom: 56px
	}
}

.newCollageSec {
	width: 100vw;
	overflow: hidden;
	position: relative;
	height: 50vw;
	max-height: 100%;
	margin: 80px 0 -500px
}

.newCollageWrapper {
	display: flex;
	width: 500%;
	animation: moveBanner 80s linear infinite
}

.newCollageSecBanner {
	width: 50%;
	height: auto
}

@keyframes moveBanner {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-50%)
	}
}
/*For Archive Menu*/
.archive-menu {
  position: relative;
  display: inline-block;
}

/* Button */
.archive-btn {
  display: block;
  background: #55c2f4;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px 8px;  
  text-decoration: none;
}

/* Dropdown */
.archive-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #e9e9e9;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  opacity: 999;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display:block !important;
  z-index:999;
}

/* List items */
.archive-dropdown li {
  padding: 10px 20px;
}

.archive-dropdown li a {
  text-decoration: none;
  color: #333;
  display: block;
}

.archive-dropdown li:hover {
  background: #dcdcdc;
}

/* Hover effect */
.archive-menu:hover .archive-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.archive-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media(max-width:767px)
{
	.archive-btn {
    display: block;
    background: #55c2f4;
    color: #fff;
    padding: 8px 22px;
    border-radius: 8px 8px;
    text-decoration: none;
    font-size: 14px;
}
}
/*For Archive Menu*/

@media (max-width:1400px) {
	.newCollageSec {
		margin: 60px 0 -350px
	}
}

@media (max-width:1024px) {
	.newCollageSec {
		margin: 60px 0 -270px
	}
}

@media (max-width:768px) {
	.newCollageSec {
		height: 71vw
	}

	.newCollageWrapper {
		width: 724%
	}
}

@media (max-width:580px) {
	.newCollageWrapper {
		width: 1100%
	}

	.newCollageSec {
		margin: 50px 0 -190px;
		height: 100vw
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.jerWhattoExpectSec {
	padding: 60px 0
}

.jerWhattoExpectSec .container {
	max-width: 1180px
}

.jerWhattoExpectSec h2 {
	text-align: center;
	text-transform: capitalize
}

.wtexpectCard:nth-child(3n+1) {
	margin-left: 0
}

.wtexpectCard {
	width: calc(33.33% - 11px);
	max-width: 100%;
	max-height: 100%;
	float: left;
	margin: 0 0 35px 16px;
	position: relative;
	height: 240px
}

.wtexpectCard img {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	border: 1px solid #cdcdcd6b;
	border-radius: 16px;
	transition: all .3s ease;
	background: #46315c
}

.wtexpectCardInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	white-space: normal;
	background: #55c2f4;
	border-radius: 14px;
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: all .5s
}

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

.wtexpectCard:hover .wtexpectCardInfo {
	height: 100%;
	transition: all .6s
}

.clearfix {
	clear: both
}

.wtexpectCardInfoPosition h4 {
	color: #3b1947
}

@media (min-width:769px) and (max-width:1024px) {
	.wtexpectCard {
		height: 180px;
		margin-bottom: 16px
	}

	.wtexpectCard img {
		height: 100%
	}
}

@media screen and (max-width:1024px) {
	.jerWhattoExpectSec.jerWrapper {
		padding: 60px 24px
	}
}

@media screen and (max-width:768px) {
	.jerWhattoExpectSec h2 {
		font-size: 40px;
		line-height: 48px
	}

	.jerWhattoExpectSec.jerWrapper {
		padding: 60px 24px
	}

	.wtexpectCard:nth-child(3n+1) {
		margin-left: 16px
	}

	.wtexpectCard:last-child {
		margin-right: 16px
	}

	.wteOuterWrapper {
		display: flex;
		overflow: scroll
	}

	.jerWhattoExpectSec.jerWrapper {
		padding: 60px 0 0
	}

	.wtexpectCard img {
		width: 100%;
		height: 100%
	}

	.wtexpectCard {
		flex: 0 0 291px;
		height: 200px;
		margin-bottom: 0
	}

	.jerContactusSec {
		padding: 60px 0 20px
	}
}