@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	padding: 0;
	margin: 0;
	font-family: "Roboto", Sans-serif;
    font-size: 14pt;
    font-weight: 400;
	color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
}

h1 {
	font-family: 'Roboto', serif;
	font-weight: bold;
	font-size: 80pt;
	line-height: 90pt;
}

h2 {
	font-family: 'Roboto', serif;
	font-weight: bold;
	font-size: 45pt;
	line-height: 55pt;
}

h3 {
	font-family: 'Roboto', serif;
	font-size: 18pt;
	line-height: 25pt;
}

h4 {
	font-family: 'Roboto', serif;
	font-size: 16pt;
	line-height: 26pt;
}

h5 {
	font-family: 'Roboto', serif;
	font-size: 42pt;
	line-height: 60pt;
}

h6 {
	font-family: 'Roboto', serif;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
	transition: 500ms;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

ul {
	padding: 0;
	margin: 0;
}

.p_tb {
	padding: 100px 0;
}

.pt {
	padding-top: 100px;
}

.pb {
	padding-bottom: 100px;
}

.form-control:focus,
input,
button:focus,
textarea:focus,
.form-select:focus,
select:focus,
.page-link:focus,
.btn:focus,
.tribe-events-gcal:focus,
.tribe-events-ical:focus,
.event-website-btn a:focus {
	outline: none !important;
	box-shadow: none !important;
}

.btn:hover,
.tribe-events-gcal:hover,
.tribe-events-ical:hover,
.event-website-btn a:hover {
	background: #E0A80A !important;
	color: #fff;
}

.btn,
button {
	box-shadow: none !important;
}

a:hover,
summary:hover {
	color: #E0A80A !important;
}

h2 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

.po_a {
	position: absolute;
}

.po_r {
	position: relative;
}

.content-center {
	justify-content: center;
}

h1,
h2 {
	font-weight: 800 !important;
}

/* Button CSS */
.red_btn,
.blue_btn,
.tribe-events-gcal,
.tribe-events-ical,
.event-website-btn a {
	color: #fff !important;
	border: none !important;
	padding: 10px 15px !important;
	text-transform: uppercase;
}

.blue_btn:hover,
.tribe-events-gcal:hover,
.tribe-events-ical:hover,
.event-website-btn a:hover {
	color: #fff !important;
}

.yellow_btn {
	text-transform: uppercase;
	color: #000 !important;
	border: none !important;
	padding: 10px 15px !important;
}

.blue_btn,
.tribe-events-gcal,
.tribe-events-ical,
.event-website-btn a {
	background: #c91e22 !important;
}

.red_btn {
	background: #c91e22 !important;
}

.yellow_btn {
	background: #E9BE45 !important;
}

/* Text CSS */
.text_blue {
	color: #15243B;
}

.text_yellow {
	color: #E9BE45;
}

.text_red {
	color: #c91e22;
}

.text_light {
	color: #3fb7bd;
}

.social_icon img {
	max-width: 25px;
}

/* Index Page */
.right_navcol .col-md-8,
.right_navcol .navbar {
	position: inherit;
}

#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item {
	position: inherit;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:hover {
	border-bottom: 2px solid #D8001B;
}

.mega-block-title {
	color: #D8001B !important;
	position: inherit !important;
}

.navbar-dark .navbar-nav .nav-link,
.left_navbar ul a,
.left-social-icons p {
	font-size: 12px;
	text-transform: uppercase;
}

.left_navbar ul a,
.left-social-icons p {
	color: #112138;
}

.left_navbar ul a {
	display: flex;
	padding: 10px 2px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.left_navbar ul img {
	padding-bottom: 8px;
}

.left_navbar ul a .fa {
	display: block;
	font-size: 30px;
	color: #233d5c;
	margin-bottom: 10px;
}

.left_navbar ul li {
	position: relative;
}

.left_navbar ul a:after {
	bottom: 0;
}

.left_navbar ul li:first-child:after {
	top: 0;
}

.left_navbar ul a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: #b9b9b959;
}

.SocialMenu a:after {
	content: none !important;
}

.left-social-icons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.left-social-icons a {
	width: 100%;
	flex: 1 1 0;
	padding-top: 10px !important;
}

@media (max-width: 576px) {
    .left-social-icons a {
        padding-left: 15px;
    }
}

.left-social-icons p {
	flex-basis: 100%;
	text-align: center;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 15px;
}


.left_navbar {
	background: #fffffff5;
	position: fixed;
	position: -webkit-fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 123px;
	overflow-y: auto;
	z-index: 9;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.left_navbar {
		background: #fffffff5;
		position: fixed;
		position: -webkit-fixed;
		left: 0;
		top: 0;
		height: 100vh;
		width: 123px;
		overflow-y: auto;
		z-index: 9;
		-webkit-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	.left_navbar {
		background: #fffffff5;
		position: fixed;
		position: -webkit-fixed;
		left: 0;
		top: 0;
		height: 100vh;
		width: 123px;
		overflow-y: auto;
		z-index: 9;
		-webkit-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
} */

.left_navbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #dbdde03b;
	background-color: #F5F5F5;
}

.left_navbar::-webkit-scrollbar {
	width: 1px;
	background-color: #F5F5F5;
}

.left_navbar::-webkit-scrollbar-thumb {
	background-color: #f5f7f9;
	border: 2px solid #f5f7f9;
}

.right_navbar {
	padding-top: 25px;
	padding-bottom: 25px;
}

.img-con a,
.img-con a:hover {
	color: #fff;
	font-size: 18px;
}

.upcomimg_sec .right a {
	color: #253e5d;
	font-weight: 500;
}

.main-header {
	/* position: absolute; */
	z-index: 9;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
}

.hero-banner {
	min-height: 700px;
	height: 70vh;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: end;
	text-align: right;
}

.hero-banner video {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.right_navcol {
	position: fixed;
	left: 0;
	right: 0;
	background: #ffffff;
	padding-left: 27px;
}

/* .right_navcol {
	position: fixed;
	left: 0;
	right: 0;
	background: #ffffff;
	padding-left: 27px;
} */

.main-header .main {
	position: relative;
}

.main-header .main .search-box {
	bottom: 2px;
	right: -55px;
	top: auto;
}

.main-header .logo {
	padding: 20px 10px 30px;
}

.social_icon .fa {
	font-size: 20px;
	margin: 0 8px;
	color: #fff;
}


.main .social_icon {
	padding: 20px 20px 0;
	text-align: center;
	border-left: 2px solid#3a4f69;
	height: 75px;
	display: flex;
	align-items: center;
	padding-top: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	background: none !important;
	padding: 0px 10px;
	font-size: 14.5px;
	font-weight: 500 !important;
	text-transform: uppercase;
}

a.mega-menu-link:hover {
	color: #D8001B !important;
}

.left_navbar ul a:hover {
	color: #102037 !important;
}

.moredetails {
	font-size: 13px;
	padding-bottom: 20px;
	display: block;
	color: #15243B;
	font-weight: 600;
}

.hero-banner h1 {
	font-size: 80px;
	padding-bottom: 10px;
	color: #fff;
	letter-spacing: -1px;
}

.hero-banner h2 {
	font-size: 28px;
	padding-bottom: 30px;
	color: #fff;
	font-family: 'Roboto', serif;
}

.midd_sec h3 {
	padding-bottom: 20px;
}

img {
	border-radius: 4px;
}

.img-con h3 {
	padding-bottom: 0;
}

.img-con ul li {
	display: inline-block;
	margin-right: 30px;
}

.img-con {
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 0px;
	color: white;
}

.img-con h5 {
	font-size: 14px;
	font-weight: 400;
}

.col-box .br:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 70px;
	right: 0;
	height: 1px;
	width: 100%;
	background: #ffffff;
}

.bt_date li span {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
}

.bt_date li {
	color: #E0A80A;
	font-size: 20px;
	display: inline-block;
	line-height: 25px;
	border-bottom: 1px solid#fff;
	padding: 30px 15px 15px;
}

.bt_date {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.contact_form .form-control,
.contact_form .form-control {
	width: 100%;
	border: none;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 0;
}

.four-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding-bottom: 30px;
}

.three-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.viewall .fa {
	padding-right: 20px;
	font-size: 32px;
	vertical-align: bottom;
}

.viewall {
	font-weight: 700;
	padding-top: 30px;
	display: block;
	font-size: 20px;
}

.midd_sec .contact-form {
	max-width: 650px;
	margin: auto;
}

.calendar img,
.upcomimg_sec img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.calendar .po_r:before,
.upcomimg_sec .col-box.po_r:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000a1;
	height: 15px;
	transform: scale(12);
	-webkit-transform: scale(12);
	-ms-transform: scale(12);
	-moz-transform: scale(12);
	-o-transform: scale(12);
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
}

.calendar .po_r,
.upcomimg_sec .col-box.po_r {
	overflow: hidden;
}

#mega-menu-wrap-primary .mega-menu-toggle {
	position: absolute;
	right: 15px;
	width: 50px;
	top: -5px;
}

.county_sec p {
	color: #15243B;
}

.upcomimg_sec .col-box li p {
	margin-bottom: 0;
}

.upcomimg_sec .col-box li {
	color: #000;
	display: flex;
	align-items: center;
	border-bottom: 1px solid#e8e8e8;
	padding-bottom: 20px;
	font-size: 20px;
}

.upcomimg_sec .col-box li span {
	color: #39BCBF;
	font-size: 20px;
	line-height: 1;
	padding-right: 15px;
}

.upcomimg_sec .col-box li h6 {
	color: #9ea0a0;
	font-weight: 500;
	margin-bottom: 0;
}

.upcomimg_sec .col-box ul {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-auto-flow: column;
	grid-gap: 10px 30px;
	background: white;
	padding: 10px 20px 75px 10px;
	border-radius: 4px;
}

body.home footer {
	margin-top: 0 !important;
}

footer {
	background: #102037;
	color: #fff;
}

.copyright {
	font-size: 14px;
	margin-top: 40px;
}

footer .d-flex {
	display: block !important;
}

header#site-header .social_icon a {
	margin: 0 5px;
}

footer .social_icon a {
	margin: 0 10px 0 0px;
}

.textwidget p {
	display: flex;
	align-items: center;
}

.textwidget p a {
	padding-left: 5px;
}

footer .social_icon {
	padding-bottom: 50px;
}

p.copyright {
	text-transform: uppercase;
	color: #aeb7d9;
	font-weight: 500;
}

footer .yellow_btn {
	margin-top: 10px;
}

.search-box:hover {
	background: #E0A80A;
}

.search-box {
	position: absolute;
	border-radius: 50px;
	padding: 5px 20px 5px 5px;
	right: -40px;
	top: -18px;
}

.search-btn {
	color: #fff !important;
	height: 25px;
	border-radius: 50%;
	transition: 2s;
	position: absolute;
	right: 5px;
}

.search-input {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding: 0;
	color: white;
	font-size: 14px;
	transition: 0.4s;
	line-height: 30px;
	width: 0;
}

.search-box:hover>.search-input {
	width: 250px;
	padding: 0 7px;
}

.search-main {
	position: relative;
}

.search-input::placeholder {
	color: #fff;
}

.form-control {
	border-radius: 0 !important;
}

.wpcf7-response-output {
	color: red;
	border: 1px solid #E0A80A !important;
	margin-left: 0;
}

.cruising-news .elementor-post {
	position: relative;
	overflow: hidden;
}

.cruising-news .elementor-post__thumbnail__link {
	margin-bottom: 0 !important;
}

.cruising-news .elementor-post__text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
}

.elementor-grid-3 .elementor-grid .elementor-post:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000a1;
	height: 15px;
	transform: scale(12);
	filter: blur(3px);
	z-index: 1;
}

.elementor-grid-3 .elementor-grid .elementor-post .elementor-post__text a,
.elementor-grid-3 .elementor-grid .elementor-post .elementor-post__text span {
	color: #fff;
}

.colright .main button.openBtn i.fa.fa-search {
	color: #000;
}

.colright .main button.openBtn span {
	display: none;
}

.user-login {
	position: absolute;
	left: 118px;
	top: 22px;
	background-color: #D8001B;
	padding: 10px 15px;
}

.user-login span,
.openBtn span {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12pt;
	font-family: 'Roboto', serif !important;
	letter-spacing: 1px;
}

.main-header .main .fa {
	color: #fff;
	font-size: 20px;
}

.rowbox .colleft {
	width: 75%;
	float: left;
}

.rowbox .colright {
	width: 24%;
	float: left;
}

.tribe-common-l-container {
	position: relative;
	z-index: 1;
}

.tribe-common .tribe-common-l-container {
	width: auto !important;
}

.banner {
	height: 450px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: end;
	text-align: center;
}

.banner:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-size: cover;
	background-color: #102037;
	opacity: 0.8;
}

.banner h2 {
	font-size: 58px;
	padding-bottom: 30px;
	color: #fff;
}

.banner .section-logo {
	padding-top: 80px;
	margin-top: 8px;
}

.latest-news-heading {
	display: flex;
	justify-content: space-between;
}

.leftpadd {
	padding-left: 150px !important;
}

.leftmar {
	margin-left: 123px;
}

.openBtn {
	background: #f1f1f1;
	border: none;
	padding: 10px 10px;
	font-size: 20px;
	cursor: pointer;
	left: 50px;
	position: absolute;
	bottom: 0;
	background: none;
	color: #fff;
	font-weight: 500;
	top: 25px;
	height: 40px;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}

.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #e0a80a;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

header#site-header {
	position: relative;
	z-index: 999;
	font-weight: 500;
}

.home-background:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 430px;
	z-index: 0;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFFA6 80%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.home-background,
.homepage-botttom-background {
	position: relative;
	z-index: 9;
}

.events-banner {
	margin-top: 80px;
	margin-bottom: 30px;
}

.events-banner>div>div>div>div>img {
	height: auto;
	margin: 0 auto;
}

.tribe-events-back,
.tribe-events-back a,
.tribe-events-back a:visited,
.tribe-events-single-event-title,
.tribe-events-schedule h2,
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-schedule .tribe-events-cost,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited,
.tribe-events .datepicker .datepicker-switch,
.tribe-events .datepicker .day,
.tribe-events .datepicker .dow,
.event-heading,
.date-start,
.date-end,
.tribe-events-related-events-title,
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title,
.tribe-events-content h1,
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
	font-family: "Roboto", Sans-serif;
	color: #15243B;
}

.tribe-events-single>.tribe_events>:not(.primary):not(.secondary):not(.tribe-events-related-events-title):not(.tribe-related-events),
.tribe-events-event-meta dl,
.tribe-common .tribe-common-b2,
.event-description,
.event-venue,
.event-cost,
.event-category {
	font-family: "Roboto", Sans-serif;
	color: #7A7A7A !important;
}

.tribe-events-event-meta a,
.tribe-events-event-meta a:visited,
.tribe-events-single ul.tribe-related-events li,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-h4 {
	font-family: "Roboto", Sans-serif;
}

.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical {
	border-radius: 4px;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	vertical-align: bottom;
}

.tribe-events-schedule {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tribe-events-event-image img {
    height: auto;
}

.event-website {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.event-website .btn {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-ical__link {
	background-color: #15243B !important;
	font-family: 'Roboto', serif !important;
}

.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover,
.tribe-events .tribe-events-c-ical__link:active,
.tribe-events .tribe-events-c-ical__link:focus,
.tribe-events .tribe-events-c-ical__link:hover {
	background-color: #E0A80A !important;
}

.tribe-events .tribe-events-c-ical__link {
	color: #fff !important;
	border: 0 !important;
}

.tribe-events .tribe-events-c-ical__link-icon-svg {
	color: #fff;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #E0A80A;
}

.slider-content a.events-elementor-button {
	display: table;
	background: #E9BE45;
	padding: 10px 20px;
	color: #15243B;
	border-radius: 2px;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
	z-index: 9;
}

.wscustom-event-widget a.events-elementor-button:hover {
	color: #15243B !important;
	background: #E0A80A;
}

.wscustom-event-widget .events-elementor-container {
	padding: 30px 30px 90px;
	background: #15243B;
	color: #fff;
	position: relative;
}

.boteventtitle {
	color: #fff;
}

.banneradd img {
	width: 100%;
}

.boteventtitle {
	cursor: pointer;
}

span.events-elementor-date {
	padding: 0px 0 15px;
	display: inline-block;
}

.wscustom-event-widget .owl-dots {
	display: none;
}

.wscustom-event-des {
	height: 510px;
	position: relative;
}

.mainttitlebox h4 {
	font-size: 18px;
}

.mainttitlebox {
	position: absolute;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0 10px;
	align-items: center;
	margin: 0 30px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.boteventbg {
	background: #E0A80A !important;
	display: inline-block;
	padding: 20px;
	border-radius: 4px 4px 0 0;
}

.wscustom-event-widget .events-elementor-container:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00000061;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
	height: 50px;
	padding: 0px 18px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	top: 75px;
}

#mega-menu-wrap-primary ul.mega-sub-menu a.mega-menu-link:not(.right-vertical-border>ul>li>a) {
	border-bottom: 1px solid #d0cdcd !important;
}

#mega-menu-wrap-primary ul.mega-sub-menu a.mega-menu-link {
	font-size: 15px !important;
	padding-bottom: 5px !important;
}

.right-vertical-border {
	border-right: 1px solid #d0cdcd !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 15px 15px 0px 15px;
}

.bannermain {
	position: absolute;
	top: -30px;
	left: 20px;
	display: flex;
	align-items: center;
	bottom: 0;
}

.bannercon .moredetails {
	text-decoration: underline !important;
	font-weight: 400;
}

.bannercon h4 {
	color: #E0A80A;
}

.elementor-template-full-width .elementor-section-wrap {
	padding: 120px 0 30px;
}

/* .elementor-template-full-width .elementor-section-wrap img {
	width: 100%;
	height: 300px;
	object-fit: cover;
} */

.elementor-template-full-width .elementor-section-wrap .elementor-heading-title {
	padding-top: 30px;
}

.tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
	stroke: #1F3856;
}

header.tribe-events-calendar-latest-past__event-header {
	z-index: auto;
}


#tribe-events-pg-template {
	max-width: 100% !important;
	margin: initial;
	padding: 40px 0;
}

.full-width-section .col-md-12 {
	/* padding: 0; */
}

.page-id-505 table a {
	color: #E9BE45;
}

.page-id-505 .elementor-top-section {
	padding: 50px 0;
}

.page-id-505 table th {
	padding: 10px;
}

.banneradd {
	z-index: 9;
}

.mega-MobileMenu,
li.my-nav-menu-search {
	display: none !important;
}


.slider .slick-prev:before,
.slider-vertical .slick-next:before {
	display: none;
}

.slider .slick-prev,
.slider .slick-next {
	height: 28px;
	border-style: solid;
	display: inline-block;
	margin: auto;
	top: 63px;
	z-index: 10;
}

.slider .slick-prev:before,
.slider .slick-next:before {
	display: none;
}

.slider .slick-prev {
	border-width: 14px 14px 14px 0px;
	border-color: transparent #ffffff;
	left: -25px;
	right: auto;
}

.slider .slick-next {
	border-width: 14px 0px 14px 14px;
	border-color: transparent #ffffff;
	right: -25px;
	left: auto;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
	border-color: transparent #ffd200;
}

.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled,
.slider .slick-prev.slick-disabled:hover,
.slider .slick-next.slick-disabled:hover {
	opacity: 0.1;
	cursor: default;
	border-color: transparent #000000;
}

.thumeslider .main {
	background-size: 100% 100%;
	height: 550px;
	background-repeat: no-repeat;
	padding: 20px;
	position: relative;
}

.slider-thumb .slick-slide.slick-current {
	background: #E0A80A;
}

.slider-thumb {
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 25px;
	right: 25px;
}

.thumeslider {
	position: relative;
}

.slider-thumb .slick-slide {
	padding: 20px 30px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	height: 110px;
	display: flex;
	align-items: center;
}

.slider-thumb {
	font-size: 15px;
}

.slider-thumb .slick-track {
	margin: 0px !important;
}

.slider-thumb .slick-slide p {
	margin-bottom: 0;
}

.slider-content .slick-prev,
.slider-content .slick-next {
	display: none !important;
}

.thumeslider .main:before {
	content: '';
	position: absolute;
	background: #00000054;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.contant {
	color: #fff;
}

/* Mohit Css Satrat 27-02-2023 */

.wbel_post_slider_wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.page-not-found-box img {
	width: 100%;
	object-fit: scale-down;
}

.wbel-arrow:hover {
	background: #fff0;
}


/* single events css */

.rqys-event-sec {
	padding: 0 126px;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
	padding: 0 14px;
}

/* .rqys-event-sec .container {
    max-width: 1320px !important;
} */

/*  */

/* clints-logo css */
.new-p-css .elementor-widget-wrap.elementor-element-populated {
	align-items: center;
	justify-content: center;
}

.three-logo-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.three-logo-section .elementor-widget-wrap .elementor-widget-image {
	width: auto;
}


.full-logo-sec {
	width: 100% !important;
}

.common-img-clint-sec .elementor-widget-container {
	width: 114px;
}

.hide-block-sec {
	display: none;
}

.inner-sec-logo-img .elementor-widget-wrap.elementor-element-populated .elementor-widget-image {
	width: auto;
}

.three-logo-section .elementor-widget-wrap .elementor-widget-image {
	width: auto;
}

.inner-sec-logo-img .elementor-widget-wrap.elementor-element-populated .elementor-widget-image {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	justify-content: space-around;
}

.platinum-logo-box.elementor-element-7cc1af6.full-logo-sec.inner-sec-logo-img.platinum-logo-box .elementor-element-populated .elementor-element-360be4a {
	display: flex;
	align-items: center;
	justify-content: end;
}

.platinum-logo-box.elementor-element-7cc1af6.full-logo-sec.inner-sec-logo-img.platinum-logo-box .elementor-element-populated .elementor-element-4e9db7f {
	display: flex;
	align-items: center;
	justify-content: start;
}


/*  */


/*.LogoBox .elementor-widget-wrap.elementor-element-populated {
    align-items: center;
    justify-content: center;
}*/

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
	width: 25px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: #000;
}

/* .new-p-css.elementor-widget-image {
    width: 13%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 4px 0px 30px;
} */

.mega-mega-MobileMenu {
	display: none !important;
}


.new-p-css .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-wp-widget-media_image {
	width: 12%;
	justify-content: center;
	display: flex;
	align-items: center;
	margin: 4px 2px 30px;
}

/*  */


.mobile-view-ws {
	display: none;
}

.blog-owl-slider {
	margin-left: 14px;
}

.owl-nav {
	display: none;
}

.owl-dots {
	display: none;
}

div.heateor_sss_mobile_footer {
	display: block;
	height: 0px;
}

/* home banner effect */
.home-banner-effect {
	position: relative;
}

.home-banner-effect::after {
	content: '';
	background-image: url('../images/common-bg-foot.png');
	position: absolute;
	width: 100%;
	display: inline-block;
	bottom: 0;
	height: 290px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* home banner about-sec effect */

.about-us-overley {
	position: relative;
}

/* .about-us-overley .elementor-element-populated .elementor-element-5e22626 .elementor-widget-container::before{
	content: '';
	background-image: url('../images/common-bg-foot.png');
	position: absolute;
	width: 100%;
	display: inline-block;
	bottom: 0;
	height: 290px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */

/* */


/* about banner effect */
.about-banner-effect {
	position: relative;
	background-image: url('/wp-content/uploads/2023/03/aboutus-hero-banner.png');
}

/* .about-banner-effect::after {
	content: '';
	background-image: url('../images/about-bg-after.png');
	position: absolute;
	width: 100%;
	display: inline-block;
	bottom: 0;
	height: 192px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */

.blog-search-btn {
	background-color: #f7f5ff !important;
}


/*  */


.wb_ps_single_item {
	position: relative;
}

/* .wb_ps_thumbnail img:after{
	content: '';
	position: absolute;
	background-color: #000;
} */

.slick-slide img {
	display: block;
	width: 275px;
	height: 327px;
	object-fit: cover;
}

.slick-initialized .slick-slide {
	display: block;
	height: 339px;
}


/* sharing icon */

.heateor_sss_bottom_sharing {
	display: none !important;
}

/* sharing icon */

/* news arcive page */
.articles-input-sec select {
	width: 100%;
	height: 45px;
	border: 1px solid#f7f5ff;
	background-color: #f7f5ff;
	border-radius: 5px;
	padding: 6px;
}


.main-heading h2 {
	color: #152b59;
	text-align: center;
	margin: 76px 0 40px;
}

.articles-input-sec input {
	width: 100%;
	height: 45px;
	border: none;
	background-color: #f7f5ff;
	border-radius: 5px;
	padding: 6px;
	border: 1px solid#f7f5ff;
}

.has-feedback {
	position: relative;
}

.form-control-feedback {
	position: absolute;
	color: #aeadb4;
	top: 6px;
	right: 5px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
	bottom: 0;
}

.articles-input-sec {
	margin-bottom: 40px;
}

.BannerSection {
	background-image: url('/wp-content/themes/rqys/assets/images/18001-ai.png');
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 859px;
}

.banner-section-right {
	justify-content: flex-end;
}

.FeaturedNews {
	margin-bottom: 50px;
}

.banner-box-inner-text {
	background-color: #fff;
	padding: 25px 30px 25px;
	margin-top: 74px;
}

.latest-heading-art {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.latest-heading-art .LatestNewsDesc {
	color: #000;
	padding-bottom: 40px;
}

.latest-heading-art h4.HeadBottBorder {
	padding-bottom: 30px;
	position: relative;
}

.latest-heading-art h4.HeadBottBorder::after {
	content: '';
	border: 2px solid#e0a80a;
	height: 5px;
	display: inline-block;
	width: 50px;
	background-color: #e0a80a;
	position: absolute;
	bottom: 0;
	left: 48%;
	top: 42px;
	border-radius: 10px;
}

.news-last-section {
	margin-bottom: 70px;
}

.latest-articles-button {
	color: #e0a80a;
	letter-spacing: 3px;
}

.latest-articles-button i.fa.fa-arrow-right.blog-arrow {
	padding-left: 8px;
}

.news-last-section .ListContent {
	margin-bottom: 50px;
}

.news-last-section img {
	object-fit: cover;
}

/* pagnication css start */
.PaginationArea .main-pagination ul.page-numbers {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.PaginationArea .main-pagination ul.page-numbers li .page-numbers {
	color: #d8001b;
	font-size: 16pt;
	font-weight: 500;
	padding: 0 6px;
	position: relative;
}

.PaginationArea .main-pagination ul.page-numbers li .current {
	border: 1px solid#d8001b;
	border-radius: 100px;
	height: 50px;
	display: flex;
	width: 50px;
	align-items: center;
	justify-content: center;
}

.PaginationArea .main-pagination ul.page-numbers li .current::after {
	content: '';
	background-color: #fff;
	position: absolute;
	width: 16px;
	z-index: 99;
	height: 20px;
	top: 13px;
	right: -10px;
}

/* blog-page-css-start */

.blog-border-bottom {
	border-bottom: 1px solid#0000001a !important;
}

h1.BlogTitle {
	font-size: 34pt !important;
	line-height: 41pt !important;
	color: #152b59;
}

.ListImage img {
	object-fit: cover;
	max-height: 250px;
}


.single-post-main-box {
	margin-bottom: 100px;
}

.blog-banner h2 {
	z-index: 99;
	position: relative;
}

.blog-banner {
	height: 600px;
	background-position: bottom;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	
}

.blog-thumb-img {
	margin-top: -210px;
	z-index: auto;
	position: relative;
}

.blog-thumb-img > img {
	height: auto;
}

.social-icon .heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul {
	display: grid;
	gap: 8px;
}

.ShareIcons {
	padding-top: 50px;
	font-size: 15pt;
	font-weight: 600;
	color: #857e7f;
}

.main-blog-box {
	background-color: #ffff;
	margin-top: -50px;
	z-index: auto;
	position: relative;
	padding: 24px 19px;
}

.b-heading-title h6 {
	font-size: 26pt;
	font-weight: 600;
	letter-spacing: 1px;
}

.PostDetailDate {
	position: relative;
}

.date-icon {
	padding-left: 8px;
	color: #f0c22b;
	font-size: 12pt;
	margin-bottom: 0;
}

.PostDetailDate::before {
	content: '';
	display: inline-block;
	background-image: url('../images/date-icon-blog.png');
	position: absolute;
	right: 0px;
	top: 4px;
	left: 0px;
	height: 20px;
	background-repeat: no-repeat;
}

.main-blog-box p {
	font-size: 14pt;
	color: #5b5b5b;
	line-height: 30px;
}

.blog-sec-dat .PostDetailDate {
	padding-left: 20px;
	padding-top: 4px;
}

/* .blog-btn .btn.btn-blog {background-color: #d8001b;color: #fff;box-shadow: 0px 9px 16px #d8001b6b !important;padding: 10px 24px 10px 24px;text-transform: uppercase;letter-spacing: 3px;text-align: left;border-radius: 0;} */
/* .blog-arrow {padding-left: 8px;} */
/* .video-sec {margin-top: 80px;margin-bottom: 70px;} */
/* .purus-box {margin-top: 60px;margin-bottom: 70px;} */
/* .blog-btn-yello {margin-top: 20px;} */
/* .blog-btn-yello .btn.btn-blog {background-color: #e0a80a;color: #fff;box-shadow: 0px 9px 16px #e0a80a52  !important;padding: 10px 24px 10px 24px;text-transform: uppercase;letter-spacing: 3px;text-align: left;border-radius: 0;} */
/* .blog-gallery {margin-bottom: 20px;} */
/* .gallery-blog-sec {margin-top: 70px;margin-bottom: 70px;} */
.r-articles h2 {
	color: #102037;
	font-size: 35pt !important;
	border-bottom: 1px solid#e6e7ea;
	padding-bottom: 6px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.ListImage {
	position: relative;
}

.ListImage .ListTime {
	position: absolute;
	bottom: 0;
	background-color: #fff;
	padding: 8px 18px 7px 35px;
	color: #f0c024;
}

.ListImage .ListTime::before {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/themes/rqys/assets/images/date-icon-blog.png');
	position: absolute;
	right: 0px;
	top: 9px;
	left: 11px;
	height: 22px;
	background-repeat: no-repeat;
}

.ListContent h6 a {
	font-size: 22pt;
	color: #102037 !important;
	font-weight: 700;
	margin: 15px 0px;
	display: inline-block;
}

.ListExcerpt p {
	color: #8b99ac;
	font-size: 13pt;
}

.ListContent .ra-button {
	color: #d8001b;
	letter-spacing: 2px;
}

.single-postpage .PostDetailDate {
	padding: 0 20px;
}

.single-postpage > div {
	max-width: 100%;
	overflow: hidden;
}

.heateor_sss_svg {
	background-color: transparent !important;
	border: 2px solid#8894a6 !important;
	/* color: #8894a6 !important; */
}

.heateor_sss_svg svg path {
	fill: #8894a6 !important;
}

.heateor_sss_svg svg {
	width: 28px;
	margin: 0px auto;
}

.heateor_sss_svg:hover,
.heateor_sss_svg svg path:hover {
	fill: #fff !important;
	background-color: #102037 !important;
	border: 2px solid#102037 !important;
}


/* end */


/* About us css */
.elementor-69 .elementor-element.elementor-element-16bd6b2 {
	height: 660px;
}

/* .about-sect .elementor-widget-container h5 {font-size: 60pt ;} */
.about-sect .elementor-widget-container P {
	font-family: 'Roboto', serif !important;
}

.elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
	color: #102037;
}

/*  */

.container,
.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1170px !important;
}

/* slider csss */

.tec-sse-image {
	width: 100%;
	max-height: 447px;
	z-index: 0;
	background-size: cover;
	border-radius: 10px;
}

.tec-slider-container.datetop .tec-sse-date,
.tec-slider-container.singleevent .tec-sse-date {
	z-index: 2;
	display: flex;
	position: absolute;
	top: 15px;
	left: 274px;
	padding: 10px 15px;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}

.tec-slider-container.datetop .tec-sse-details {
	display: none;
	text-align: center;
	min-height: 65px;
	background-color: #102037;
}	

.tec-slider-container ul.tec-slider-list li .tec-slider-title {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	font-family: 'Roboto', serif !important;
}

.tec-slider-container .tec-slider-single-event .tec-sse-date {
	background: #fff !important;
}

.tec-sse-date-container {
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	line-height: 0;
	color: #000;
}

.tec-sse-date-date {
	font-size: 29px;
	line-height: 1em;
	font-weight: 400;
}

.tec-sse-venue {
	opacity: 1;
	color: #fff;
	background-color: #D8001B;
	padding: 6px 5px 6px 24px;
	border-radius: 4px;
	margin-bottom: 9px;
}

.tec-sse-venue::before {
	font-family: 'FontAwesome';
	content: '\f041';
	position: absolute;
	display: inline-block;
	left: 19px;
}

.tec-slider-list.slick-initialized.slick-slider button.slick-prev.slick-arrow {
	left: -62px;
}

.tec-slider-list.slick-initialized.slick-slider button.slick-next.slick-arrow {
	right: -47px;
}

#tec-slider-block-63ff4971a6392.tec-slider-container.slick-prev::before,
#tec-slider-block-63ff4971a6392.tec-slider-container.slick-next::before {
	color: #215455;
	font-size: 31px !important;
}

.tec-slider-container .slick-prev:before {
	font-size: 30px;
	color: #e0a80a !important;
}

.tec-slider-container .tec-slider-list.slick-initialized.slick-slider .slick-next:before {
	font-size: 30px;
	color: #e0a80a !important;
}


/* slider hover arrow css */


/* .tec-slider-container .slick-prev, .tec-slider-container .slick-next {
    visibility: hidden;
    opacity: 1;
	font-size: 20px;
}
.tec-slider-container:hover .slick-prev,
.tec-slider-container:hover .slick-next
{visibility: visible;animation-duration: 1s;transition-timing-function: linear;}
.tec-slider-container:hover .slick-prev{animation-name: FadeInPrev;}
.tec-slider-container:hover .slick-next{animation-name: FadeInNext;}
@keyframes FadeInPrev
{
    0%
    {
        opacity: 0;
        padding-left: 40px;
    }
    100%
    {
        opacity: 1;
        padding-left: 0px;
    }
}

@keyframes FadeInNext
{
    0%
    {
        opacity: 0;
        padding-right: 40px;
    }
    100%
    {
        opacity: 1;
        padding-right: 0px;
    }
} */

/* end */


/* secound-sec slider */

/* slider hover arrow css */


.slick-slider.wb-arrow-prev,
.slick-slider.wb-arrow-next {
	visibility: hidden;
	opacity: 1;
	font-size: 20px;
}

.slick-slider:hover .wb-arrow-prev,
.slick-slider:hover .wb-arrow-next {
	visibility: visible;
	animation-duration: 1s;
	transition-timing-function: linear;
}

.slick-slider:hover .wb-arrow-prev {
	animation-name: FadeInPrev;
}

.slick-slider:hover .wb-arrow-next {
	animation-name: FadeInNext;
}

@keyframes FadeInPrev {
	0% {
		opacity: 0;
		padding-left: 40px;
	}

	100% {
		opacity: 1;
		padding-left: 0px;
	}
}

@keyframes FadeInNext {
	0% {
		opacity: 0;
		padding-right: 40px;
	}

	100% {
		opacity: 1;
		padding-right: 0px;
	}
}

/* end */

.wb_ps_single_item {
	background: #fff;
	box-shadow: none;
}


.wb_ps_single_item {
	position: relative;
}

.wb_ps_content {
	position: absolute;
	top: 174px;
	background-color: #0000005e;
	height: 100%;
	width: 100%;
}

.wb_ps_content .wb_ps_title h2 {
	font-size: 16px !important;
	line-height: 22px !important;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 500 !important;
	margin-bottom: 8px;
}

.wb_ps_content a {
	color: #ffffff;
}

.wb_ps_description .wb_ps_readmore .wb_ps_readmore_link {
	background-color: transparent;
	border: transparent;
	color: #cfac6a;
	padding: 0;

}

.wb_ps_description .wb_ps_readmore .wb_ps_readmore_link::after {
	font-family: 'FontAwesome';
	content: '\f178';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	left: 90px;
}

.wb_ps_content .ws-date-post {
	color: #fff;
	text-align: left;
	padding-bottom: 6px;
}

.wb_ps_readmore {
	text-align: left;
	position: relative;
}

.wbel-arrow.wb-arrow-prev.slick-arrow::before {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/themes/rqys/assets/images/arrow-left.png');
	position: absolute;
	right: 0px;
	top: 0;
	left: -35px;
	z-index: 999;
	height: 100px;
	background-repeat: no-repeat;
}

.wbel-arrow.wb-arrow-next.slick-arrow:before {
	content: '';
	display: inline-block;
	background-image: url(/wp-content/themes/rqys/assets/images/arrow-right.png);
	position: absolute;
	right: 0;
	top: 0;
	left: 33px;
	z-index: 999;
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
}

.slick-arrow i.fa {
	display: none;
}

.wbel-arrow {
	background: transparent;
	border: none;
}


/*  */

/* slider csss */

/* footer css */
.center-sec-f {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*  */


.litle-ab .elementor-container.elementor-column-gap-default {
	max-width: 1600px !important;
}

.elementor-button-link.elementor-button {
	font-family: 'Roboto', serif !important;
}

.elementor-button, .button, .button1, .elementor-accordion-item button {
	font-family: 'Roboto', serif !important;
}


.our-partner-section .elementor-widget-container {
	position: relative;
}

.our-partner-section .elementor-widget-container h3::after {
	content: '';
	border: 1px solid#bec2cd;
	background-color: #bec2cd;
	height: 0px;
	display: inline-block;
	width: 70%;
	left: 167px;
	position: absolute;
	bottom: 6px;
}

/* .our-partner-section .elementor-widget-container h3::before {
	content: '';
	border: 1px solid#bec2cd;
	background-color: #bec2cd;
	height: 0px;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 13px;
	position: absolute;
	bottom: 10px;
} */

.partners-heading h3 span {
	background-color: #fefeff;
	display: inline-block;
	z-index: 1;
	position: relative;
	padding: 0px 24px;
	font-size: 24px;
}

/* Gold */
.our-partner-section .gold .elementor-widget-container h3::after {
	content: '';
	border: 1px solid#cfac6a;
	background-color: #cfac6a;
	height: 0px;
	display: inline-block;
	width: 70%;
	left: 167px;
	position: absolute;
	bottom: 6px;
}

/* .our-partner-section .gold .elementor-widget-container h3::before {
	content: '';
	border: 1px solid#cfac6a;
	background-color: #cfac6a;
	height: 0px;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 13px;
	position: absolute;
	bottom: 10px;
} */

.gold h3 span {
	background-color: #fefeff;
	display: inline-block;
	z-index: 1;
	position: relative;
	padding: 0px 24px;
	font-size: 24px;
}

/*  */

/* silver */

.our-partner-section .silver .elementor-widget-container h3::after {
	content: '';
	border: 1px solid#b1b1b1;
	background-color: #b1b1b1;
	height: 0px;
	display: inline-block;
	width: 70%;
	left: 167px;
	position: absolute;
	bottom: 6px;
}

.our-partner-section .silver .elementor-widget-container h3::before {
	content: '';
	border: 1px solid#b1b1b1;
	background-color: #b1b1b1;
	height: 0px;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 13px;
	position: absolute;
	bottom: 10px;
}

.silver h3 span {
	background-color: #fefeff;
	display: inline-block;
	z-index: 1;
	position: relative;
	padding: 0px 24px;
	font-size: 24px;
}

/*  */

/* bronze */
.our-partner-section .bronze .elementor-widget-container h3::after {
	content: '';
	border: 1px solid#a97128;
	background-color: #a97128;
	height: 0px;
	display: inline-block;
	width: 70%;
	left: 167px;
	position: absolute;
	bottom: 6px;
}

.our-partner-section .bronze .elementor-widget-container h3::before {
	content: '';
	border: 1px solid#a97128;
	background-color: #a97128;
	height: 0px;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 13px;
	position: absolute;
	bottom: 10px;
}

.bronze h3 span {
	background-color: #fefeff;
	display: inline-block;
	z-index: 1;
	position: relative;
	padding: 0px 24px;
	font-size: 24px;
}

/*  */

/* supporters */

.LogoBox .elementor-column-gap-default .elementor-element-426085e .elementor-widget-wrap.elementor-element-populated .elementor-widget-wp-widget-media_image {
	width: auto;
	margin: 11px 31px;
}

.LogoBox .supporters .elementor-widget-container h3::after {
	content: '';
	border: 1px solid#aaa8b5;
	background-color: #aaa8b5;
	height: 0px;
	display: inline-block;
	width: 70%;
	left: 167px;
	position: absolute;
	bottom: 6px;
}

.LogoBox .supporters .elementor-widget-container h3::before {
	content: '';
	border: 1px solid#aaa8b5;
	background-color: #aaa8b5;
	height: 0px;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 13px;
	position: absolute;
	bottom: 10px;
}

.LogoBox h3 span {
	background-color: #fefeff;
	display: inline-block;
	z-index: 1;
	position: relative;
	padding: 0px 24px;
	font-size: 24px;
}

/*  */

.our-partner-section .elementor-image-gallery .gallery-columns-3 {
	align-items: center;
	display: flex;
	justify-content: center;
}

.our-partner-section .elementor-image-gallery .gallery-columns-3 .gallery-item {
	max-width: 10.33%;
}

.elementor-11 .elementor-element.elementor-element-c24cc18:not(.elementor-motion-effects-element-type-background),
.elementor-11 .elementor-element.elementor-element-c24cc18>.elementor-motion-effects-container>.elementor-motion-effects-layer {

	height: 963px !important;
	background-position: top !important;
}

.rqys-footer .frm_form_field input#field_29yf4d {
	height: 48px;
	border-radius: 0;
	width: 615px !important;
	z-index: 999;
	position: sticky;
}

.rqys-footer .frm_submit {
	float: right !important;
	text-align: end;
	display: inline-block;
	position: relative;
	top: -76px;
}

.rqys-footer .frm_submit button.frm_button_submit.frm_final_submit {
	border-radius: 0;
	height: 48px;
	padding: 0px 64px 0 23px;
	background-color: #e0a80a;
	border-color: #e0a80a;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 8px;

}

.rqys-footer .frm_submit button.frm_button_submit.frm_final_submit::after {
	content: '';
	background-image: url('../images/arrow-right-f.png');
	display: inline-block;
	position: absolute;
	right: 26px;
	top: 20px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
}

.rqys-footer label#field_29yf4d_label {
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.rqys-footer h3 {
	font-size: 28pt;
	font-weight: 600;
}

p {
	margin-bottom: 0;
}

.elementor-element-6cd48eb {
	margin-right: 24px;
}

.about-us-section .elementor-widget-container {
	position: relative;
}

.elementor-widget-container {
	position: relative;
}

.elementor-widget-container h2.elementor-heading-title::after {
	content: '';
	border: 2px solid#D8001B;
	height: 4px;
	background-color: #D8001B;
	width: 5%;
	display: flex;
	border-radius: 10px;
	margin-left: 47.5%;
	margin-top: 15px;
	margin-right: 47.5%;
}

.about-us-section .elementor-widget-container h6 {
	padding-bottom: 15px;
}

.about-us-section .elementor-widget-container h6.elementor-heading-title.elementor-size-default::after {
	content: '';
	border: 2px solid#D8001B;
	height: 4px;
	background-color: #D8001B;
	width: 5%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 40px;
	border-radius: 10px;
}


.top-header-mobgg {
	display: none;
}

.desk-view {
	display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	line-height: 16px;
	height: 40px;
	padding: 0px 10px 0px 10px;
	vertical-align: baseline;
	width: auto;
	display: block;
	color: #000;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	font-family: 'Roboto', serif;
	font-size: 15px;
	font-weight: normal;
	outline: none;
	text-transform: uppercase;
}

ul#mega-menu-primary::after {
	content: '';
	border-right: 2px solid#D8001B !important;
	padding: 0px 0px 0px 19px !important;
	height: 30px !important;
	display: inline-block !important;
}


#mega-menu-wrap-primary {
	background: none;
}


.fa-brands.fa-facebook {
	color: #3b5998;
}

.fa-brands.fa-linkedin {
	color: #007ab9;
}

.fa-brands.fa-twitter {
	color: #03a9f4;
}

.fa-brands.fa-youtube {
	color: #FF0000;
}

.login-img {
	width: 23px;
	object-fit: scale-down;
}

.right_navbar .navbar-expand-lg .navbar-nav li a {
	color: #000;
}

.right_navbar .navbar-expand-lg .navbar-nav {
	align-items: center;
	justify-content: center;
}

.elementor-11 .elementor-element.elementor-element-151f987 {
	height: 561px;
}

.right_navbar .navbar-expand-lg .navbar-nav li {
	padding: 0px 18px;
	text-transform: uppercase;
	font-family: 'Roboto', serif;
	font-weight: 600;
}


@media(max-width: 1800px) {
	.elementor-top-section {
		margin-left: 0px;
	}

	/* .elementor-top-section {
		margin-left: 145px;
	} */
}

@media(max-width: 1700px) {
	.left_navbar ul img {
		max-width: 25px;
	}

	.main-header .logo {
		padding: 20px 10px 10px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 15px;
		text-transform: uppercase;
		font-family: 'Roboto', serif !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		padding: 0px 7px;
		align-items: center;
		display: flex;
		justify-content: center;
	}
}

@media(max-width: 1580px) {

	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 534px !important;
		z-index: 999;
		position: sticky;
	}


	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 13.5px;
		text-transform: uppercase;
	}

	.rowbox .colright {
		width: 23% !important;
	}

	.rowbox .colleft {
		width: 77%;
	}

	.user-login {
		left: 90px;
	}

	.openBtn {
		left: 20px !important;
	}

	.boteventbg {
		padding: 21px 10px;
	}

	.mainttitlebox h4 {
		font-size: 16px;
	}
}

@media(max-width: 1460px) and (min-width: 992px) {

	.rowbox .colright {
		width: 20% !important;
	}

	.main .social_icon {
		padding: 20px 5px 0;
	}

	.leftmar {
		margin-left: 90px !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
	.user-login span,
	.openBtn span {
		font-size: 12px;
	}

	.navbar-dark .navbar-nav .nav-link,
	.left_navbar ul a {
		font-size: 10px;
		padding: 10px 0px;
	}

	.left_navbar {
		width: 95px;
	}
}

@media (min-width:1300px) and (max-width:1460px) {
	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 483px !important;
		z-index: 999;
		position: sticky;
	}

	.rowbox .colright {
		width: 18% !important;
	}

	.rowbox .colleft {
		width: 82% !important;
	}
}

@media(max-width: 1300px) and (min-width: 1200px) {
	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 450px !important;
		z-index: 999;
		position: sticky;
	}

	.wscustom-event-des {
		height: 685px;
	}

	.InsideGalleryBox {
		padding-top: 715px !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
	.user-login span,
	.openBtn span {
		font-size: 11px;
	}
}

@media(max-width: 1350px) and (min-width: 992px) {

	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: none;
	}

	.wscustom-event-widget .events-elementor-container {
		padding-bottom: 0;
	}

	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 418px !important;
		z-index: 999;
		position: sticky;
	}

}

@media(max-width: 1199px) {
	.thumeslider .main {
		height: 460px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
	.user-login span,
	.openBtn span {
		font-size: 8px;
	}

	.wscustom-event-des {
		height: 850px;
	}

	.InsideGalleryBox {
		padding-top: 880px !important;
	}

	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 380px !important;
		z-index: 999;
		position: sticky;
	}

	.rqys-footer .frm_submit {
		left: 50px;
	}
}

@media(max-width: 991px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 14px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		left: 0;
		top: 20px;
	}

	.thumeslider .main {
		height: 570px;
	}

	.openBtn {
		display: block !important;
	}

	.user-login span,
	.openBtn span,
	.openBtn {
		display: none;
	}

	.wscustom-event-des .row {
		flex-direction: column-reverse;
	}

	.wscustom-event-des img {
		margin: 10px 0 30px;
		height: 170px;
	}

	.right-vertical-border {
		border: none !important;
	}

	.mega-block-title {
		font-size: 13px !important;
	}

	.mega-toggle-animated {
		z-index: 99999;
	}

	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
		z-index: 9999;
	}

	html.mega-menu-primary-off-canvas-open body .mobileshow,
	html.mega-menu-primary-off-canvas-open body .main-header .logo,
	html.mega-menu-primary-off-canvas-open body .main-header .main .fa {
		opacity: .5;
	}

	.mega-MobileMenu ul.mega-sub-menu {
		display: block !important;
		background: #D8001B !important;
		height: auto !important;
		padding-top: 10px !important;
	}

	.mega-MobileMenu>a.mega-menu-link,
	.mobileshow {
		display: none !important;
	}

	.mega-MobileMenu ul.mega-sub-menu li {
		list-style: none;
		padding: 0 !important;
		line-height: 30px;
	}

	.mega-MobileMenu ul.mega-sub-menu a {
		color: #fff !important;
		font-size: 16px;
	}

	header#site-header {
		position: fixed !important;
		top: 0;
		width: 100%;
	}

	.overlay-content {
		width: 60%;
	}

	.overlay .closebtn {
		top: 12px;
		right: 30px;
		font-size: 40px;
	}

	.user-login {
		left: auto !important;
		bottom: 0;
	}

	.main-header .main .fa {
		font-size: 40px;
	}

	.rowbox .colright {
		width: 100% !important;
	}

	.mobileshow {
		position: absolute;
		right: 90px;
		z-index: 999999;
		top: 28px;
	}

	.user-login {
		right: 125px;
		top: 0px;
	}

	.wscustom-event-widget .events-elementor-container {
		padding-bottom: 30px;
	}

	.wscustom-event-des .events-elementor-description {
		display: none;
	}

	.InsideGalleryBox {
		padding-top: 423px !important;
	}

	.wscustom-event-des {
		height: 363px;
	}

	.wscustom-event-des h2 {
		font-size: 26px;
	}

	.boteventtitle {
		padding: 15px 5px;
		height: 115px;
		border-radius: 0;
	}

	.mainttitlebox {
		grid-template-columns: 1fr 1fr;
		margin: 0;
		background: #132236;
		position: static;
	}

	.right_navcol {
		height: 90px;
		position: initial;
	}

	header#site-header .container-fluid {
		padding: 0;
	}

	.rowbox .colleft {
		width: 100%;
	}

	.rowbox .colright .social_icon,
	.user-login {
		display: none;
		width: 0%;
	}

	.elementor-top-section {
		margin-left: 60px;
	}

	.elementor-page-381 .elementor-top-section,
	.elementor-page-399 .elementor-top-section {
		margin-left: 150px;
	}

	.wscustom-event-widget .events-elementor-container {
		height: inherit;
	}

	.banner .section-logo {
		max-width: 150px;
		padding-top: 120px;
	}

	.elementor-kit-225 .events-banner,
	.elementor-kit-225 .full-width-section {
		padding-left: 70px;
	}

	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: none;
	}

	.bannercon h4 {
		font-size: 14px;
	}

	.bannercon h2 {
		font-size: 16px;
	}

	.mega-menu .search-form {
		display: flex;
		align-items: center;
	}

	.mega-menu .my-nav-menu-search label {
		width: 78%;
		margin-bottom: 0;
	}

	.mega-menu .search-field {
		border: none;
		padding: 8px 10px;
		width: 100%;
		border-bottom: 1px solid#eee;
	}

	.mega-menu .search-submit {
		background: #15243B;
		border: none;
		color: #fff;
		padding: 8px 5px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		width: 260px;
		max-width: 100%;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		right: -260px;
	}

	/* .warpper-left {
		left: 0px !important;
	} */
	/* .warpper-left {
		right: -250px !important;
	} */
	.warpper-left {
		left: 250px !important;
	}

	.main-warpper {
		width: 100%;
		overflow: visible;
		position: relative;
		transition: left 600ms ease-in-out, right 600ms ease-in-out;
		left: 0;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		width: 37px;
		height: 5px;
	}

	#mega-menu-wrap-primary,
	#mega-menu-wrap-primary #mega-menu-primary,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item {
		position: relative;
	}

	.img-con h3,
	.img-con h5 {
		font-size: 16px;
		padding-bottom: 0;
	}

	.bt_date {
		grid-template-columns: 1fr 1fr;
	}

	.img-con {
		bottom: 0;
	}

	.red_btn,
	.blue_btn,
	.yellow_btn,
	.tribe-events-gcal,
	.tribe-events-ical,
	.event-website-btn a {
		min-width: auto;
	}

	h2 {
		font-size: 28px;
	}

	.top .col-md-4:nth-child(1) {
		order: 2;
	}

	.top .col-md-4 {
		flex: 100%;
		max-width: 100%;
		padding: 10px 0;
	}

	.right_navbar {
		display: block;
		border-right: none;
	}

	.main-header {
		overflow: inherit;
	}

	.mega-box {
		padding-top: 0;
	}

	footer .top {
		text-align: center;
	}

	footer .top .d-flex {
		justify-content: space-around !important;
	}

	.bt_footer {
		grid-template-columns: 1fr 1fr 1fr;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
		margin: 0 !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
		padding: 0 !important;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		z-index: 2;
	}

	.main-header .main .search-box {
		right: -36px;
	}

	.wp-caption.alignnone {
		width: auto !important;
	}

	.wscustom-event-widget a.events-elementor-button {
		margin-bottom: 0;
	}

	.tribe-events-single .tribe-events-sub-nav {
		font-size: 16px;
	}

	.tribe-events-single .tribe-events-sub-nav {
		display: block;
	}

	.page-id-586 .elementor-section-boxed,
	.page-id-590 .elementor-section-boxed {
		margin-bottom: 0px !important;
	}

	.mobileshow,
	.user-login {
		display: block !important;
	}

	.mobileshow {
		top: 27px;
		right: 138px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		background: transparent;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		background: #fff;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
		color: #15243B
	}

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
		margin-bottom: 5px;
	}

	.mega-MobileMenu,
	li.my-nav-menu-search {
		display: block !important;
		margin: 15px 0 15px;
	}

	.overlay {
		z-index: 2222222;
	}
}

@media(max-width: 991px) and (min-width: 768px) {

	.page-id-503 .elementor-top-section,
	.page-id-506 .elementor-top-section,
	.page-id-505 .elementor-top-section,
	.page-id-515 .elementor-top-section,
	.page-id-579 .elementor-top-section,
	.page-id-581 .elementor-top-section,
	.page-id-586 .elementor-top-section,
	.page-id-590 .elementor-top-section,
	.page-id-551 .elementor-top-section,
	.page-id-566 .elementor-top-section,
	.page-id-573 .elementor-top-section,
	.page-id-578 .elementor-top-section,
	.page-id-572 .elementor-top-section {
		margin-left: 50px;
	}

	.mob-view {
		display: none;
	}

	.user-login {
		right: 110px;
		top: -6px;
	}

	.user-login {
		right: 43px;
		top: -11px;
		background: transparent;
		padding: 3px 0px;
	}

	.desk-view {
		display: block !important;
	}

	.rowbox .colright .social_icon,
	.user-login {
		width: 16%;
	}

	.login-img {
		margin-top: -24px;
		filter: brightness(0.25);
	}

	.user-login .mobile-view-icon {
		color: #000 !important;
		border: 1px solid#a4a4a4;
		border-radius: 100px;
		width: 38px;
		height: 38px;
		padding: 10px 11px;
		font-size: 15px !important;
	}

	.colright .main button.openBtn i.fa.fa-search {
		color: #000;
		border: 1px solid#a4a4a4;
		border-radius: 100px;
		height: 38px;
		width: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
	}

	.openBtn {
		right: 190px !important;
		left: auto !important;
		top: -17px;
	}

	.overlay input[type=text] {
		padding: 23px;
	}
}

@media(max-width: 767px) {
	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 557px !important;
		z-index: 999;
		position: sticky;
	}

	.rqys-footer .frm_submit {
		left: 0 !important;
	}

	.tribe-events .tribe-events-header {
		padding-top: 80px;
	}

	.thumeslider .main {
		height: 620px;
	}

	.tribe-events .tribe-events-c-events-bar__search-form {
		width: 100%;
		display: grid;
		grid-template-columns: 2fr 1fr;
		grid-gap: 10px;
	}

	.tribe-common-c-btn {
		padding: 5px !important;
		margin-top: 0 !important;
	}

	.map-caption {
		padding: 10px !important;
	}

	.map-popup {
		width: 180px !important;
	}

	.user-login {
		right: 86px;
		top: 27px;
	}

	.mobileshow {
		top: 53px;
		right: 97px;
	}

	.openBtn {
		right: 142px;
		top: 16px;
		left: auto !important;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
		width: 30px;
	}
}


@media(max-width: 576px) {
	.desktop-view-ws {
		display: none;
	}

	.mobile-view-ws {
		display: block;
	}

	.full-logo-sec {
		width: 100% !important;
	}

	.rqys-event-sec {
		padding: 0px 0px;
	}

	.rqys-event-sec h2 {
		font-size: 35px !important;
	}

	.tribe-events-single ul.tribe-related-events {
		width: 100%;
	}

	.rqys-event-sec .tribe-events-cal-links .tribe-events-button {
		margin-bottom: 9px;
	}

	.rqys-event-sec .tribe-events-schedule.tribe-clearfix.flex-column h2 {
		font-size: 22px !important;
	}

	.rqys-event-sec .tribe-events-cal-links a:not(:last-of-type) {
		margin-right: unset;
	}

	.left-sidebar-event {
		margin: 15px 0 !important;
	}

	.inner-sec-logo-img .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.elementor-11 .elementor-element.elementor-element-5913891:not(.elementor-motion-effects-element-type-background),
	.elementor-11 .elementor-element.elementor-element-5913891>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: -16px 33px;
		background-repeat: no-repeat;
		background-size: auto;
		height: 774px;
	}


	.common-img-clint-sec .elementor-widget-container {
		width: 114px;
	}

	.platinum-logo-box.elementor-element-7cc1af6.full-logo-sec.inner-sec-logo-img.platinum-logo-box .elementor-element-populated .elementor-element-360be4a {
		display: inherit;
	}

	.platinum-logo-box.elementor-element-7cc1af6.full-logo-sec.inner-sec-logo-img.platinum-logo-box .elementor-element-populated .elementor-element-4e9db7f {
		display: inherit;
	}

	.inner-sec-logo-img .elementor-widget-wrap.elementor-element-populated .elementor-widget-image {
		float: left;
		width: 33%;
		padding-bottom: 13px;
	}

	.inner-sec-logo-img .elementor-widget-wrap.elementor-element-populated img {
		max-height: 40px;
		width: auto;
	}

	.mega-mega-MobileMenu {
		display: block !important;
	}

	.LogoBox .elementor-column-gap-default .elementor-element-426085e .elementor-widget-wrap.elementor-element-populated .elementor-widget-wp-widget-media_image {
		width: 100px;
		margin: 11px 2px;
	}

	.mega-mega-MobileMenu .mega-sub-menu li#mega-menu-item-block-7 ul.Mobileleftmenu {
		padding-left: 0;
	}

	.new-p-css .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-wp-widget-media_image {
		width: 65px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		height: 45px;
		padding: 0px 0px;
	}

	#mega-menu-wrap-primary ul.mega-sub-menu a.mega-menu-link {
		font-size: 13px !important;
		padding-bottom: 19px !important;
	}

	#mega-menu-wrap-primary ul.mega-sub-menu a.mega-menu-link:not(.right-vertical-border>ul>li>a) {
		border-bottom: 1px solid #d0cdcd00 !important;
	}

	.my-nav-menu-search form.search-form {
		display: none;
	}

	.blog-search-btn {
		height: 45px;
	}

	ul#mega-menu-primary::after {
		display: none !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		justify-content: flex-start;
	}

	.wbel-arrow {
		display: none !important;
	}

	.blog-owl-slider {
		margin-left: 0;
	}


	.articles-input-sec select {
		margin-bottom: 10px;
	}

	.articles-input-sec input {
		margin-bottom: 10px;
	}

	.blog-thumb-img {
		margin-top: -210px;
		z-index: auto;
		position: relative;
	}

	.blog-thumb-img img {
		height: 230px;
	}

	/* blog page */
	.ListContent {
		margin-bottom: 30px;
	}

	.social-icon {
		display: flex;
		align-items: center;
		justify-content: start;
		margin: 30px 0px;
		gap: 16px;
	}

	.ShareIcons {
		padding-top: 0;
		margin-bottom: 0;
	}

	.social-icon .heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul {
		display: flex;
		gap: 8px;
	}


	.blog-gallery {
		margin: 7px 7px 15px;
	}

	.main-blog-box {
		background-color: #ffff;
		margin-top: 0px;
		z-index: auto;
		position: relative;
		padding: 9px;
	}

	.blog-btn-yello .btn.btn-blog {
		text-align: center;
		width: 100%;
	}

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

	/*  */

	/* About us */
	.about-sect .elementor-widget-container h5 {
		font-size: 44pt !important;
	}

	.elementor-69 .elementor-element.elementor-element-16bd6b2 {
		height: 869px;
		background-position: 61% !important;
		margin-top: 100px;
	}

	/*  */

	.wbel-arrow.wb-arrow-prev.slick-arrow::before {
		left: 0;
	}

	.wb_ps_content {
		position: absolute;
		top: 233px;
	}

	.wbel-arrow.wb-arrow-next.slick-arrow:before {
		left: 0;
		width: 31px;
	}


	.elementor-11 .elementor-element.elementor-element-c24cc18:not(.elementor-motion-effects-element-type-background),
	.elementor-11 .elementor-element.elementor-element-c24cc18>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		height: 800px !important;
		background-position: 87% !important;
	}

	.our-partner-section .gallery-columns-7 {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		overflow-x: auto;
	}

	.our-partner-section .gallery-columns-7 img {
		max-width: 226px;
	}

	.our-partner-section .gallery-columns-6 {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		overflow-x: auto;
	}

	.our-partner-section .gallery-columns-6 img {
		max-width: 226px;
	}

	.our-partner-section .gallery-columns-8 {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		overflow-x: auto;
	}

	.our-partner-section .gallery-columns-8 img {
		max-width: 226px;
	}

	.our-partner-section .elementor-widget-container h3::after {
		width: 93%;
		left: 13px;
		bottom: 6px;
	}

	.our-partner-section .gold .elementor-widget-container h3::after {
		width: 93%;
		left: 13px;
		bottom: 6px;
	}

	.our-partner-section .silver .elementor-widget-container h3::after {
		width: 93%;
		left: 13px;
	}

	.our-partner-section .bronze .elementor-widget-container h3::after {
		width: 93%;
		left: 13px;
	}

	.LogoBox .supporters .elementor-widget-container h3::after {
		width: 93%;
		left: 13px;
	}

	.rqys-footer .frm_submit button.frm_button_submit.frm_final_submit {
		border-radius: 0;
		height: 48px;
		padding: 0px 64px 0 23px;
		background-color: #e0a80a;
		border-color: #e0a80a;
		font-size: 18px;
		text-transform: uppercase;
		margin-top: 8px;
		width: 100%;
	}

	.rqys-footer .frm_submit {
		top: 0 !important;
	}

	.rqys-footer .frm_submit button.frm_button_submit.frm_final_submit::after {
		right: 150px;
	}

	.elementor-element-cbeb23f {
		width: 47% !important;
	}

	.elementor-element-6cd48eb {
		width: 47% !important;
		margin-right: 21px;
		margin-left: 0px;
	}


	.news-heading .elementor-widget-container h2.elementor-heading-title::after {
		content: '';
		border: 2px solid#D8001B;
		height: 4px;
		background-color: #D8001B;
		width: 14%;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 30px;
		border-radius: 10px;
	}

	h2 {
		font-size: 29pt !important;
		line-height: 37pt !important;
	}

	.elementor-widget-container h2.elementor-heading-title::after {
		content: '';
		border: 2px solid#D8001B;
		height: 4px;
		background-color: #D8001B;
		width: 16%;
		margin-left: 42%;
		margin-right: 42%;
		border-radius: 10px;
	}

	.about-us-section .elementor-widget-container h6.elementor-heading-title.elementor-size-default::after {
		content: '';
		border: 2px solid#D8001B;
		height: 4px;
		background-color: #D8001B;
		width: 11%;
		display: inline-block;
		position: absolute;
		left: 43%;
		top: 40px;
		border-radius: 10px;
	}


	.elementor-element-b990d38 .elementor-widget-container .elementor-heading-title.elementor-size-default {
		font-size: 28pt !important;
		line-height: 48px;
	}


	.top-header-mobgg {
		background-color: red;
		padding: 8px;
		text-align: center;
		color: #fff;
		display: block;
	}

	.top-header-mobgg p {
		margin-bottom: 0;
	}

	.openBtn {
		right: 0px;
		top: -3px;
		left: 383px !important;
	}

	.user-login span,
	.openBtn span,
	.openBtn {
		display: block;
	}


	.desk-view {
		display: block !important;
	}

	.mob-view {
		display: none;
	}

	.user-login .mobile-view-icon {
		color: #000 !important;
		border: 1px solid#a4a4a4;
		border-radius: 100px;
		width: 38px;
		height: 38px;
		padding: 4px 5px;
		object-fit: scale-down;
	}

	.main-header .main {
		bottom: 7px;
	}

	.colright .main button.openBtn i.fa.fa-search {
		color: #000;
		border: 1px solid#a4a4a4;
		border-radius: 100px;
		height: 38px;
		width: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
	}


	.about-us-section .elementor-container.elementor-column-gap-default {
		flex-direction: column-reverse;
	}

	.user-login {
		right: 0px;
		top: 4px;
		background: transparent;
		padding: 3px 0px;
	}

	.rowbox .colright .social_icon,
	.user-login {
		width: 16%;
	}

	.login-img {
		margin-top: -24px;
		filter: brightness(0.25);
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		left: 0;
	}

	.tribe-events .tribe-events-c-top-bar__datepicker-button {
		align-items: baseline;
	}

	.tribe-events .tribe-events-c-top-bar__datepicker-container {
		z-index: 99;
	}

	.elementor-783 .elementor-element.elementor-element-f11ab18 .e-hotspot--tooltip-position {
		margin-right: 135px;
	}

	.map-popup .arrow {
		left: 87% !important;
	}

	.elementor-repeater-item-b48132c .e-hotspot--tooltip-position {
		margin-right: 0px !important;
	}

	.elementor-repeater-item-b48132c .map-popup .arrow {
		left: 50% !important;
	}

	.elementor-kit-225 .elementor-template-full-width .elementor-section-wrap,
	.elementor-kit-225 .tribe-events .tribe-events-l-container {
		padding-top: 100px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.overlay-content {
		width: 90%;
	}

	.main-header .main .fa {
		font-size: 25px;
	}

	.overlay input[type=text] {
		padding: 17px;
	}

	footer .col-md-7.text-md-right.mb-4 {
		padding: 0;
	}

	.mobileshow img {
		margin: 0 67px;
		max-width: 25px;
	}

	.elementor-649 .elementor-element.elementor-element-5e288d6 {
		margin-bottom: 0;
	}

	.bannermain {
		top: -46px;
	}

	.hero-banner h2 {
		font-size: 15px;
	}

	.elementor-top-section {
		margin-left: 0;
	}

	.elementor-581 .elementor-element.elementor-element-64ea8232 {
		margin-bottom: 10px;
	}

	.elementor-kit-225 .tribe-events-cal-links .tribe-events-gcal,
	.elementor-kit-225 .tribe-events-cal-links .tribe-events-ical,
	.elementor-kit-225 .event-website .btn {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.elementor-kit-225 .events-banner {
		padding-top: 50px;
	}

	.elementor-kit-225 .events-banner,
	.elementor-kit-225 .full-width-section {
		padding-left: 0px !important;
	}

	.elementor-381 .elementor-element.elementor-element-42797189>.elementor-element-populated {
		border: none;
	}

	.elementor-381 .elementor-posts .elementor-post,
	.event-website {
		display: block !important;
	}

	.elementor-381 h3.elementor-post__title {
		padding-top: 20px;
	}

	.elementor-page-381 .elementor-section-wrap {
		padding-top: 100px !important;
	}

	.elementor-page-381 .elementor-section-wrap .elementor-heading-title {
		padding-top: 0;
	}

	footer .logo {
		max-width: 110px;
	}

	footer .social_icon {
		padding-bottom: 20px;
	}

	.elementor-top-section,
	.tribe-common .tribe-common-l-container {
		margin-left: 0 !important;
	}

	.elementor-template-full-width .elementor-section-wrap,
	.tribe-events .tribe-events-l-container {
		padding: 160px 0 30px;
	}

	.bannercon h4 {
		font-size: 14px;
		margin-bottom: 0;
	}

	.bannercon h2 {
		font-size: 12px;
		margin-bottom: 0;
	}

	.bannercon .moredetails {
		font-size: 12px;
		padding-bottom: 0px;
	}

	.leftmar {
		margin-left: 0 !important;
	}

	.rowbox .colleft {
		width: 100%;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
		text-transform: capitalize;
	}

	footer {
		padding-top: 20px;
	}

	.main-header:before {
		left: 0;
		height: 135px;
	}

	.right_navcol {
		padding-left: 0;
		height: 120px;
	}

	.left_navbar {
		overflow-y: hidden;
	}

	.hero-banner h1 {
		font-size: 34px;
	}

	.upcomimg_sec .col-box ul {
		display: block;
	}

	.upcomimg_sec .col-box li {
		margin-bottom: 20px;
	}

	.upcomimg_sec .col-box.po_r {
		margin-bottom: 20px;
	}

	.leftpadd {
		padding-left: 0 !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
		margin-left: 0;
	}

	.main-header:after,
	.left_navbar ul {
		display: none;
	}

	.main .social_icon {
		border: none;
		position: absolute;
		right: 75px;
		top: 50px;
	}

	.bt_footer {
		display: block;
		padding: 0px 0;
	}

	.main .social_icon {
		height: auto;
		max-width: initial;
		padding-top: 0;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		top: 20px;
	}

	.left_navbar {
		position: absolute;
		background: none;
		height: auto;
	}

	.pt {
		padding-top: 40px;
	}

	.pb {
		padding-bottom: 40px;
	}

	.p_tb {
		padding: 40px 0;
	}

	.viewall {
		padding-top: 5px;
		padding-bottom: 20px;
	}

	.hero-banner {
		min-height: 400px;
		height: 60vh;
	}

	.home-background:after {
		content: none;
	}

	section.county_sec.text-center {
		text-align: left !important;
	}

	.banner h2 {
		font-size: 37px;
	}

	.left_navbar {
		width: 100px;
		left: 204px;
		top: 38px;
	}

	.thumeslider .main {
		height: 390px;
	}

	.tribe-events-cal-links {
		flex-direction: column;
	}
	.about-banner-effect:not(.blog-banner)::after {
		content: '';
		background-image: url('../images/about-bg-after.png');
		width: 100%;
		display: inline-block;
		bottom: 0;
		height: 192px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-bottom: -10px;
		position: relative;
	}
}


@media(max-width: 430px) {
	.tec-slider-container .tec-slider-single-event .tec-sse-date {
		background: #fff !important;
		left: 308px;
	}

	.left_navbar {
		width: 100px;
		left: 164px;
		top: 37px;
	}

	.openBtn {
		right: 0px;
		top: -3px;
		left: 293px !important;
	}

	.tec-slider-container ul.tec-slider-list li .tec-slider-title {
		font-weight: 500;
		font-size: 23px;
		text-align: left;
		padding-top: 6px;
	}

	.tec-slider-container .slick-prev,
	.tec-slider-container .slick-next {
		display: none !important;
	}

	.tec-slider-container.datetop .tec-sse-details {
		top: 179px;
	}

	.slick-list.draggable {
		height: 421px !important;
	}

	.tec-slider-container .tec-slider-single-event {
		position: relative;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		height: 95%;
		border-radius: 0;
		box-shadow: none;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0%;
	}

	.tec-slider-container.datetop ul.tec-slider-list li {
		height: 407px;
	}

	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 100% !important;
		z-index: 999;
		position: sticky;
	}

}

@media(max-width: 413px) {

	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 100% !important;
		z-index: 999;
		position: sticky;
	}

	.elementor-69 .elementor-element.elementor-element-04acf5d>.elementor-widget-container {
		padding: 56px 0px 0px 0px;
	}

	.openBtn {
		left: 275px !important;
	}

	.user-login {
		right: -12px;
	}

	.slick-slide img {
		width: 100%;
		height: 327px;
	}

	.wb_ps_content {
		height: 94px;
	}

	.about-sect h5 {
		margin-top: 50px;
	}

	.articles-input-sec select {
		margin-bottom: 10px;
	}
}

@media (max-width: 376px) {
	.rqys-footer .frm_form_field input#field_29yf4d {
		height: 48px;
		border-radius: 0;
		width: 100% !important;
		z-index: 999;
		position: sticky;
	}

	.openBtn {
		right: 0px;
		top: -3px;
		left: 242px !important;
	}

	.left_navbar {
		width: 100px;
		left: 128px;
		top: 37px;
	}

	.wb_ps_content .wb_ps_title h2 {
		font-size: 14px !important;
	}

	.slick-slide img {
		height: 328px;
	}

	.wb_ps_content {
		position: absolute;
		top: 155px;
		background-color: #0000005e;
		height: 159px;
	}

	.wb_ps_content {
		top: 169px;
	}
}

@media(max-width: 330px) {
	.rqys-footer .frm_submit button.frm_button_submit.frm_final_submit::after {
		right: 96px;
	}

	.tec-slider-container .tec-slider-single-event .tec-sse-date {
		background: #fff !important;
		left: 210px;
	}

	.wb_ps_content {
		position: absolute;
		top: 85px;
	}

	.elementor-11 .elementor-element.elementor-element-c24cc18 {
		padding: 60px 0px 500px 0px;
	}

	.elementor-element-6cd48eb {
		width: 100% !important;
		margin-right: 0;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.elementor-element-cbeb23f {
		width: 100% !important;
	}

	.left_navbar {
		width: 100px;
		left: 100px;
		top: 37px;
	}

	.openBtn {
		right: 0px;
		top: -3px;
		left: 217px !important;
	}

	.user-login {
		right: 0;
	}

}


@media only screen and (max-width: 500px) {
	.openBtn {
		left: 363px !important;
	}

	.left_navbar {
		width: 100px;
		left: 194px;
		top: 36px;
	}
}

@media only screen and (max-width: 490px) {
	.openBtn {
		left: 352px !important;
	}

	.left_navbar {
		width: 100px;
		left: 185px;
		top: 36px;
	}
}

@media only screen and (max-width: 480px) {
	.openBtn {
		left: 344px !important;
	}

	.left_navbar {
		width: 100px;
		left: 185px;
		top: 36px;
	}
}

@media only screen and (max-width: 470px) {
	.openBtn {
		left: 344px !important;
	}

	.left_navbar {
		width: 100px;
		left: 173px;
		top: 36px;
	}
}

@media only screen and (max-width: 460px) {
	.openBtn {
		left: 316px !important;
	}

	.left_navbar {
		width: 100px;
		left: 165px;
		top: 36px;
	}
}

@media only screen and (max-width: 450px) {
	.openBtn {
		left: 305px !important;
	}

	.left_navbar {
		width: 100px;
		left: 157px;
		top: 36px;
	}
}

@media only screen and (max-width: 420px) {
	.openBtn {
		left: 301px !important;
	}

	.left_navbar {
		width: 100px;
		left: 143px;
		top: 0px;
	}
}

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

	.left_navbar {
		left: 134px;
	}

	.openBtn {
		left: 288px !important;
	}
}

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

	.left_navbar {
		left: 134px;
	}

	.openBtn {
		left: 291px !important;
	}
}

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

	.left_navbar {
		left: 143px;
	}

	.openBtn {
		left: 283px !important;
	}

	.rqys-footer .frm_submit button.frm_button_submit.frm_final_submit::after {
		right: 125px;
	}
}

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

	.left_navbar {
		left: 128px;
	}

	.openBtn {
		left: 275px !important;
	}
}

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

	.left_navbar {
		left: 126px;
	}

	.openBtn {
		left: 267px !important;
	}

	.elementor-element-6cd48eb {
		width: 45% !important;
		margin-right: 24px;
		margin-left: 0px;
	}

	.rqys-footer h3 {
		font-size: 25pt;
		font-weight: 600;
		padding-top: 30px;
	}

	.elementor-11 .elementor-element.elementor-element-ea393e1 {
		margin-bottom: 0;
	}

	.rqys-footer .frm_submit button.frm_button_submit.frm_final_submit::after {
		right: 108px;
	}

	.tec-slider-container .tec-slider-single-event .tec-sse-date {
		background: #fff !important;
		left: 259px;
	}

	.tec-slider-container ul.tec-slider-list {
		margin: 0px auto 0;
	}

	.slick-slide img {
		height: 383px;
	}

	.wb_ps_content {
		top: 222px;
	}

	.elementor-11 .elementor-element.elementor-element-151f987:not(.elementor-motion-effects-element-type-background),
	.elementor-11 .elementor-element.elementor-element-151f987>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: 46%;
	}


}

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

	.left_navbar {
		left: 117px;
	}

	.openBtn {
		left: 261px !important;
	}
}

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

	.left_navbar {
		left: 106px;
	}

	.openBtn {
		left: 250px !important;
	}
}

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

	.left_navbar {
		left: 105px;
	}

	.openBtn {
		left: 243px !important;
	}
}

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

	.left_navbar {
		left: 105px;
	}

	.openBtn {
		left: 217px !important;
	}
}


table,
table th,
table td,
table tr {
	border: 1px solid #ddd;
	padding: 5px;
}

a.elementor-button-link.elementor-button:hover>span>span {
	color: white !important;
}

.elementor-tab-content>ul,
.elementor-widget-container>ul {
	padding-left: 30px;
}

.elementor-381 .elementor-section-wrap {
	padding: 50px 0 30px;
}

.elementor-page-399 .elementor-top-section {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

table {
	border: none;
}

.elementor-566 .elementor-col-33 .elementor-widget-wrap {
	margin-bottom: 50px !important;
}

#section-gallery>div>div>div.elementor-image-carousel.swiper-wrapper.swiper-image-stretch>div.swiper-slide>a>figure>img {
	height: 50vh;
	object-fit: cover;
}

.elementor-slideshow__footer {
	display: none;
}

/* Interactive Map */
.e-hotspot__tooltip {
	background: transparent;
}

.map-popup {
	background: #fff;
	z-index: 20;
	border-radius: 4px;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 60%);
	position: relative;
	width: 250px;
	max-height: 5000px;
}

.map-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 4px 4px 0 0;
}

.map-popup .map-image:after {
	content: "";
	padding-bottom: 63%;
	display: block;
}

.map-caption {
	padding: 35px 30px 34px;
	text-align: center;
	overflow: hidden;
}

.map-caption h2 {
	text-align: center;
	margin: 0;
	color: #15243B;
	font-size: 16px;
	margin-bottom: 11px;
}

.map-caption p {
	color: #15243B;
	margin-bottom: 15px !important;
	font-weight: 600;
	font-size: 14px;
	white-space: normal;
}

.map-caption .btn {
	font-family: 'Circular Std Book' !important;
	text-transform: capitalize;
	font-size: 14px;
}

.map-popup .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: auto;
	bottom: calc(100% - 1px);
	border-width: 0 20px 20px;
	border-color: transparent transparent #fff;

}

.elementor-widget-button .elementor-button {
	background-color: #15243B;
}

.elementor-widget-button:hover .elementor-button:hover {
	background-color: #E0A80A;
}

.sponsor-images>img {
	max-height: 80px;
	width: auto;
	margin: 10px;
}

.sponsor-images>img:nth-child(7),
.sponsor-images>img:nth-child(5),
.sponsor-images>img:nth-child(4) {
	max-width: 200px;
}

.wscustom-event-widget .tab-contant {
	width: 100%;
	position: absolute;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	top: 0;
}

.InsideGalleryBox {
	padding-top: 630px;
}

.HideGBox {
	opacity: 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
	transform: translate(-50%, -50%) scale(0.75);
}

.upcomimg_sec .col-box li span span {
	font-size: 24px;
}

.memberpoint-wrapper .btn:not(:disabled):not(.disabled),
a.listItemLink {
	background: #102037;
	color: #fff !important;
}

.memberpoint-wrapper .btn-primary {
	border: none !important;
}

.cta-box {
	background: #102037;
	color: white;
	padding: 50px !important;
	border-radius: 4px;
	height: fit-content;
	align-self: center;
}

@media screen and (min-width: 768px) {

	.owl-carousel .owl-wrapper {
		display: table !important;
	}

	.owl-carousel .owl-item {
		display: table-cell;
		float: none !important;
		vertical-align: bottom;
	}

	.sticky-header {
		background: #102037;
		transition: background-color 0.3s ease-in-out;
	}

	#header {
		transition: background-color 0.3s ease-in-out;
	}

	.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
	.sticky-header .colright .main button.openBtn i.fa.fa-search {
		color: white;
	}
	.mega-menu-flyout > ul.mega-sub-menu {
		transform: translate(-10px, 10px) !important;
	}
}


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

	.rqys-footer .frm_submit {
		left: 150px;
	}

	.cta-box {
		max-width: 92%;
		margin: 10px auto;
		padding: 35px !important;
	}

	.hide-on-mobile {
		display: none !important;
	}
}

.cta_btn:hover {
	color: white !important;
}

.cta-img {
	align-self: center;
}

#pay-account-button {
	display: none;
}

.left-sidebar-event {
	background: #102037;
	border-radius: 4px;
	height: fit-content;
	padding: 33px !important;
}

.left-sidebar-event h1 {
	color: #fff;
}

.left-sidebar-event .tribe-events-schedule h2,
.left-sidebar-event address,
.left-sidebar-event .tribe-events-cost, 
.left-sidebar-event p {
	color: #fff;
	margin: 0;
	align-self: normal;
}

.left-sidebar-event a.tribe-events-gmap:hover {
	color: #c91e22 !important;
}

@media (max-width: 768px) {
	.left-sidebar-event {
		margin: 15px;
		padding: 25px !important;
	}

	.event-content {
		margin-top: 30px;
	}
}

@media (min-width: 1024px) {

	.event-content {
		padding-left: 2rem !important;
	}

}

.upcomimg_sec .col-box .row {
	z-index: 1;
}

.tribe-events-cal-links {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

h6.elementor-post__title {
	max-width: 95%;
}

.tag-cloud {
	border: 2px solid #15243B;
	border-radius: 4px;
	padding: 25px;
}

.tribe-events-cal-links,
.event-website {
	margin-top: 40px;
	margin-bottom: 40px;
}

.welcome-text {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.elementor-widget.elementor-widget-theme-post-content>div>div>div>section.elementor-section.elementor-top-section {
	margin-left: -10px;
}

.single-3d-flip-book .full-size {
	padding-top: 100px;
	padding-bottom: 50px;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
	padding-top: 50%;
}

.leftmenu {
	list-style: none;
	padding: 0;
}

@media only screen and (max-width: 991px) {
	.rqys-footer .frm_submit {
		float: right !important;
		text-align: end;
		display: inline-block;
		position: relative;
		top: -76px;
		left: 128px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
		left: 0;
	}

	#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		left: -260px;
	}
}

@media only screen and (min-width: 2400px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		display: flex !important;
		align-items: center;
	}

	.BannerSection {
		background-size: cover;
		height: 1178px;
		background-position: center;
	}

}

.wbel-arrow {
	z-index: 99;
}

.search .elementor-grid-3 .elementor-grid .elementor-post .elementor-post__text a,
.search .elementor-grid-3 .elementor-grid .elementor-post .elementor-post__title a:hover {
	color: #E0A80A !important;
}

.search .elementor-grid-3 .elementor-grid .elementor-post .elementor-post__title a {
    color: #15243B !important;
}

.search .elementor-grid-3 .elementor-grid .elementor-post:before {
	content: none;
}

.elementor-pagination {
	margin-top: 30px;
    margin-bottom: 10px;
}

.elementor-accordion-icon-opened, .elementor-accordion-icon-closed {
	font-size: 18px;
}

.elementor-tab-content button {
	font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1.9px;
    background-color: #D8001B;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 7px 18px 0px rgb(0 0 0 / 50%) !important;
    border: 0;
    padding: 10px;
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
	color: #000 !important;
}

.elementor-heading-title {
	font-family: 'Roboto', serif !important;
}

.elementor-accordion .elementor-accordion-item, .elementor-accordion, .elementor-accordion .elementor-tab-content {
	border-top: 1px solid #d5d8dc !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.elementor-tab-title.elementor-active {
	border: 0 !important;
}

.wb_ps_text {
	display: none;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown {
	display: none;
}
