html {
	overflow-x: hidden;
}
@font-face {
	font-family: 'Flame Bold';
	font-style: normal;
	font-weight: normal !important;
	letter-spacing: normal !important;
	src: url('FlameBold.otf') format("opentype");
}
.bk_text {
	font-family: 'Flame Bold';
	font-size: 56px;
	color: rgb(80, 35, 20);
}
.text-visit {
	color: #023a55;
}
.bb-visit {
	border-bottom: 2px solid;
	border-color: rgba(2, 58, 85, 0.3);
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: inherit;
}
.fs-10 {
	font-size: 10px;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fs-22 {
	font-size: 22px;
}
.fs-24 {
	font-size: 24px;
}
.fs-28 {
	font-size: 28px;
}
.fs-32 {
	font-size: 32px !important;
}
.w-70 {
	width: 70%;
}
.w-80 {
	width: 80%;
}
.carousel-control-next {
	justify-content: end;
} 
.carousel-control-prev {
	justify-content: start;
}
.long-text {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-darkgray {
	color: #878787;
}
.bg-darkgray {
	background-color: #878787 !important;
}
.bg-bonita {
	background-color: #023a55;
}
.text-blue {
	color: #258fff;
}
.text-red {
	color: #ff3232;
}
.header-shape {
	left: 0;
	bottom: 0;
	right: 0;
}
.inner-section-title {
	padding: 20px 0px;
	margin-left: -40px;
}
.inner-section-title fieldset { 
	border-top: 2px solid;
	border-color: rgba(2, 58, 85, 0.3);
	width: auto;
}
.inner-section-title fieldset legend { 
	width: auto !important;
	float: none;
}
.inner-section-title h1,
.inner-section-title h2, 
.inner-section-title span {
	padding: 20px;
	color: #023a55;
	display: inline;
	font-size: 24px;
}
.slides a {
	text-decoration: none;
	color: #000;
	background-color: #EBEBEB;
	border-radius: 20px;
	padding: 20px;
	display: inline-block;
	text-align: center;
	width: 140px;
}
.categories-panel .category-block {
	height: 600px;
	background-size: cover;
	padding: 0px;
}
.categories-panel .category-block  div.overlay {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.6;
	background-color: #053e5a;
}
a.category {
	position: absolute;
	top: 0px !important;
	right: 0px !important;
}
.categories-panel .category-block a.category span {
	bottom: 20px;
	right: 20px;
	position: absolute;
	color: #FFF;
	font-size: 42px;
	font-style: italic;
	font-family: 'Poppins';
}
.margin-0 {
	margin: 0 auto;
}
.main-articles-grid {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}
.main-articles-grid>div.news-card {
	background-color: #EBEBEB;
	overflow: hidden;
	position: relative;
}
.main-articles-grid>div.news-card img {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.main-articles-grid>div.news-card .news-card-title {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	background-color: #FFF;
	font-size: 16px;
	max-width: 90%;
}
.main-articles-grid>div.news-card:nth-child(1) .news-card-title {
 	font-size: 24px;
}
.main-articles-grid>div.news-card:nth-child(1) {
 	grid-area: 1 / 1 / 5 / 3;
}
.main-articles-grid>div.news-card:nth-child(2) {
 	grid-area: 1 / 3 / 3 / 4;
}
.main-articles-grid>div.news-card:nth-child(3) {
 	grid-area: 1 / 4 / 3 / 5;
}
.main-articles-grid>div.news-card:nth-child(4) {
 	grid-area: 3 / 4 / 5 / 3;
}
.main-articles-grid>div.news-card:nth-child(5) {
 	grid-area: 3 / 4 / 5 / 5;
}
.main-events .events-slider {
	overflow-x: scroll !important;
}
.main-events .slider::-webkit-scrollbar,
.main-events .events-slider::-webkit-scrollbar {
	display: none;
}
.main-events .event-card {
	padding: 20px 10px;
	position: relative;
	vertical-align: top;
}
.main-events .event-image {
	position: relative;
}
.main-events .event-card img {
	max-height: 400px;
	width: auto;
}
.main-events .event-card .event-date {
	padding: 20px;
	background-color: #023a55;
	color: #FFF;
	z-index: 1;
	width: 82px;
	height: 100px;
}
.main-events .event-card .event-free {
	border: 1px solid limegreen;
	border-radius: 5px;
	color: limegreen;
	padding: 2px 10px;
}
.event-description,
.event-description * {
	font-size: 14px !important;
}
.main-events .event-card .event-link {

}
tr td {
	background-color: inherit !important;
}
.navbar-bg {
	width: 100%;
	background-color: #FFF;
	opacity: 0.7;
	height: 100px;
	position: fixed;
	top: 0px;
	z-index: 1;
}
footer {
	color: #FFF;
	background-color: #023a55;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer .partners {
	border-top: 3px solid #EBEBEB;
	border-bottom: 3px solid #EBEBEB;
	padding: 20px 0px;
}
footer .partners img {
	max-width: 180px;
}
div.clear {
	clear: both;
}
.header-image {
	overflow: hidden;
	height: 100vh;
	width: 100%;
	position: relative;
}
.header-image .welcome-video {
	top: -25%;
}
.header-image img {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 100%;
}
.influencers-grid div.influencer-card {
	width: 248px;
	height: 440px;
	max-width: 248px;
	max-height: 440px;
	position: relative;
	box-shadow: 0px 0px 10px 0px #000;
	background-size: cover;
	overflow: hidden;
	float: left;
}
.influencers-grid div div.influencer-name {
	position: absolute;
	bottom: 10px;
	z-index: 9999;
}
.influencer-profile {
	background-color: #FFF;
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	border-radius: 50%;
	padding: 0px;
}
.influencer-overlay {
	left: 0;
	bottom: 0;
	right: 0;
	height: 90px;
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.4990371148459384) 50%, rgba(0,0,0,0) 100%);
}
.pride {
	background: linear-gradient(180deg, #FE0000 16.66%,
		#FD8C00 16.66%, 33.32%,
		#FFE500 33.32%, 49.98%,
		#119F0B 49.98%, 66.64%,
		#0644B3 66.64%, 83.3%,
		#C22EDC 83.3%);
}
div#mh_carousel {
	height: 425px;
}
.w-md-50 {
	width: 50%;
}
@media only screen and (max-width: 600px) {
	body {
	    margin-left: 0 !important;
	}
	.header-shape {
		left: 0;
		bottom: 0;
		right: 0;
	}
	.header-image {
		overflow: hidden;
		height: 30vh;
		width: 100%;
		position: relative;
	}
	.header-image .welcome-video {
		top: -5%;
	}
	.header-image img {
		position: absolute;
		top: 0%;
		left: -50%;
		right: 50%;
		width: auto;
	}
	.slides a {
		text-decoration: none;
		color: #000;
		background-color: #EBEBEB;
		border-radius: 20px;
		padding: 10px;
		display: inline-block;
		text-align: center;
		font-size: 13px;
		width: 90px;
		margin-bottom: 10px;
	}
	.inner-section-title {
		padding: 20px 0px;
		margin-left: 0px;
		margin-bottom: 0px !important;
	}
	.inner-section-title h1,
	.inner-section-title h2,
	.inner-section-title span {
		display: block;
		font-size: 20px;
		text-align: center;
	}
	.main-articles-grid {
		display: grid;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		width: 100%;
		height: 70vh;
		overflow: hidden;
	}
	.main-articles-grid>div.news-card .news-card-title {
		position: absolute;
		bottom: 0px;
		padding: 5px;
		background-color: #FFF;
		font-size: 14px;
		width: 100%;
		max-width: 100%;
	}
	.main-articles-grid>div.news-card .news-card-title .news-card-category {
		font-size: 12px;
	}
	.main-articles-grid>div.news-card:nth-child(1) {
	 	grid-area: 1 / 1 / 4 / 3;
	}
	.main-articles-grid>div.news-card:nth-child(2) {
	 	grid-area: 4 / 1 / 6 / 2;
	}
	.main-articles-grid>div.news-card:nth-child(3) {
	 	grid-area: 4 / 2 / 6 / 2;
	}
	.main-articles-grid>div.news-card:nth-child(4) {
	 	grid-area: 6 / 1 / 8 / 2;
	}
	.main-articles-grid>div.news-card:nth-child(5) {
	 	grid-area: 6 / 2 / 8 / 2;
	}
	.w-70 {
		width: 80%;
	}
	div#mh_carousel {
		height: 80vh;
	}
	.carousel-overlay {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.4710259104) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0.8) 100%);
		left: 0px;
		bottom: 0px;
		height: 40vh !important;
	}
	.carousel-caption {
		z-index: 9999;
		right: 0px;
		left: 0px;
	}
	.carousel-caption {
		text-shadow: 0px 0px 10px black;
	}
	.carousel-indicators {
		z-index: 9999;
	}
	.categories-panel .category-block {
		height: 300px;
	}
	.categories-panel .category-block a.category span {
		bottom: 20px;
		right: 20px;
		position: absolute;
		color: #FFF;
		font-size: 24px;
		font-style: italic;
		font-family: 'Poppins';
	}
	.w-xs-70 {
		width: 70% !important;
	}
	.w-xs-80 {
		width: 80% !important;
	}
	.margin-xs-0 {
		margin: 0 auto !important;
		margin-top: 10px !important;
	}
	.bg_bk {
		background: rgb(240,225,204);
	}
	.influencers-slider {
		overflow-x: scroll !important;
	}
}