@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Exo+2:400,700&subset=cyrillic");
.main-area {
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	width: auto;
}
.main-area .home-hero-area {
	background: no-repeat center top;
	background-size: cover;
	height: 610px;
	position: relative;
}
.main-area .home-hero-area .overlay {
	background: rgba(29, 29, 27, 0.5960784314);
	height: 610px;
	position: absolute;
	z-index: 9;
	width: 100%;
}
.main-area .home-hero-area .intro-area {
	text-align: center;
	z-index: 111;
}
.main-area .home-hero-area .intro-area h1 {
	color: #fff;
	font-size: 3.125em;
	font-weight: 600;
	line-height: 120%;
}
@media screen and (max-width: 991.98px) {
	.main-area .home-hero-area .intro-area h1 {
		font-size: 1.75em;
	}
}
.main-area .home-hero-area .intro-area h5 {
	color: #fff;
	font-weight: 300;
	font-size: 1.25em;
	margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
	.main-area .home-hero-area .intro-area h5 {
		font-size: 1.125em;
	}
}
.main-area .welcome-area {
	margin-top: 90px;
}
@media (max-width: 991px) {
	.main-area .welcome-area {
		margin-top: 50px;
	}
}
.main-area .welcome-area .welcome-image img {
	width: 100%;
}
.main-area .welcome-area .welcome-text {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 991px) {
	.main-area .welcome-area .welcome-text {
		margin-top: 20px;
		text-align: center;
	}
}
.main-area .welcome-area .welcome-text h2 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.main-area .welcome-area .welcome-text h2 {
		font-size: 26px;
	}
}
.main-area .welcome-area .welcome-text p {
	color: #101111;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.main-area .welcome-area .welcome-text button {
	text-align: center;
	margin: 0 auto;
}
.main-area .gallery-area {
	text-align: center;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.main-area .gallery-area {
		margin-top: 50px;
	}
}
.main-area .gallery-area .image-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.main-area .gallery-area .image-gallery .gallery-item {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main-area .gallery-area .image-gallery .gallery-item img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}
.main-area .gallery-area .image-gallery .gallery-col1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 7.5vw);
}
.main-area .gallery-area .image-gallery .gallery-col1 .gallery-item.item-1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}
.main-area .gallery-area .image-gallery .gallery-col1 .gallery-item.item-2 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 3;
}
.main-area .gallery-area .image-gallery .gallery-col1 .gallery-item.item-3 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 3;
}
.main-area .gallery-area .image-gallery .gallery-col2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 11.81vw);
}
.main-area .gallery-area .image-gallery .gallery-col2 .gallery-item.item-1 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}
.main-area .gallery-area .image-gallery .gallery-col2 .gallery-item.item-2 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}
.main-area .gallery-area .image-gallery .gallery-col3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 11.35vw);
}
.main-area .gallery-area .image-gallery .gallery-col3 .gallery-item.item-1 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}
.main-area .gallery-area .image-gallery .gallery-col3 .gallery-item.item-2 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.main-area .gallery-area .image-gallery .gallery-col3 .gallery-item.item-3 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}
.main-area .gallery-area .image-gallery .gallery-col3 .gallery-item.item-4 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.main-area .gallery-area .image-gallery .gallery-col4 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 10.3vw);
}
.main-area .gallery-area .image-gallery .gallery-col4 .gallery-item.item-1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.main-area .gallery-area .image-gallery .gallery-col4 .gallery-item.item-2 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}
.main-area .gallery-area .image-gallery .gallery-col4 .gallery-item.item-3 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
@media (max-width: 991px) {
	.main-area .gallery-area .btn-primary {
		display: block;
		max-width: 207px;
		text-align: center;
		margin: 0 auto;
	}
}
.main-area .video-area {
	margin-top: 90px;
}
@media (max-width: 991px) {
	.main-area .video-area {
		margin-top: 50px;
	}
}
.main-area .video-area .heading {
	text-align: center;
	margin-bottom: 30px;
	font-size: 35px;
}
.main-area .video-area .heading h2 {
	font-size: 35px;
	font-weight: 600;
}
@media (max-width: 991px) {
	.main-area .video-area .heading h2 {
		font-size: 26px;
		width: 100%;
	}
}
.main-area .video-area .heading p {
	margin-bottom: 0;
}
.main-area .video-area .video-container .video-box {
	background: #101111;
	position: relative;
	overflow: hidden;
	transition: transform 0.5s ease;
	height: 300px;
}
.main-area .video-area .video-container .video-box img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}
.main-area .video-area .video-container .video-box .img-fluid {
	opacity: 0.6;
}
.main-area .video-area .video-container .video-box:hover {
	cursor: pointer;
}
.main-area .video-area .video-container .video-box .play-btn {
	position: absolute;
	width: 75px;
	height: 75px;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main-area .video-area .video-container .video-box .play-btn img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}
.main-area .video-area .video-container .video-box .play-btn:hover + .thumb {
	transition: transform 0.5s ease-in-out;
	transform: scale(1.1);
}
.main-area .video-area .video-container .video-box .video-title {
	text-align: center;
	background: #1c1c1d;
	color: #fff;
	position: absolute;
	padding: 18px 20px;
	width: 100%;
	bottom: 0;
}
.main-area .video-area .video-container .video-box .video-title h4 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.main-area .video-area .video-container .video-box .video-title h4 {
		font-size: 16px;
	}
}
.main-area .video-area .video-container .video-box .video-title p {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 400 !important;
	font-weight: 300;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.main-area .video-area .video-container .video-box .video-title p {
		font-size: 14px;
	}
}
.main-area .video-area .video-cta-area {
	text-align: center;
	margin-top: 0 !important;
}
.main-area .video-area .video-cta-area .btn-primary {
	margin-top: 0 !important;
}
.main-area .video-area .video-cta-area .btn-primary img {
	margin-left: 10px;
}
.main-area .request-to-participate {
	background: no-repeat center top;
	background-size: cover;
	padding: 100px 0;
	margin-top: 90px;
	height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.main-area .request-to-participate {
		margin-top: 50px;
		height: auto;
		padding: 50px 0;
	}
}
.main-area .request-to-participate .participate-content {
	text-align: center;
	color: #DDE8EB;
}
.main-area .request-to-participate .participate-content h2 {
	font-size: 35px;
	font-weight: 600;
	color: #DDE8EB;
}
@media (max-width: 991px) {
	.main-area .request-to-participate .participate-content h2 {
		font-size: 26px;
	}
}
.main-area .request-to-participate .participate-content p {
	font-weight: 300;
	margin-top: 25px;
	color: #fff;
}
.main-area .request-to-participate .participate-content .btn-primary {
	background: #A2CCD0;
	color: #1D1D1B;
	font-size: 16px;
	font-weight: 500;
}
.main-area .request-to-participate .participate-content .btn-primary:hover {
	background: #5A838C;
}
.main-area .award-categories {
	margin-top: 90px;
}
@media (max-width: 991px) {
	.main-area .award-categories {
		margin-top: 50px;
	}
}
.main-area .award-categories .heading h2 {
	font-size: 35px;
}
.main-area .award-categories .heading p {
	margin-bottom: 0;
}
.main-area .award-categories .awards-tile {
	background: #1D1D1B;
}
.main-area .award-categories .awards-tile img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 330px;
}
.main-area .award-categories .awards-text {
	text-align: center;
	min-height: 156px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 991px) {
	.main-area .award-categories .awards-text {
		min-height: auto;
	}
}
.main-area .award-categories .awards-text h5 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.main-area .award-categories .awards-text h5 {
		font-size: 18px;
	}
}
.main-area .award-categories .awards-text p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	overflow: hidden;
	width: 90%;
	min-height: 38px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main-area .award-categories .awards-text .common_btn {
	width: 100%;
	border-radius: 0;
	background: #272929;
	color: #A5C3CE;
}
.main-area .award-categories .viewall-btn {
	text-align: center;
}
.main-area .client-slider {
	margin-top: 90px;
}
@media (max-width: 991px) {
	.main-area .client-slider {
		margin-top: 50px;
	}
}
.main-area .client-slider .heading h2 {
	font-size: 35px;
	font-weight: 600;
}
.main-area .client-slider .carousel .carousel-inner .carousel-item .client-logo {
	background: #fff;
	padding: 20px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(218, 224, 224, 0.5);
}
.main-area .client-slider .carousel .carousel-indicators {
	bottom: 0;
	top: 122px;
}
.main-area .client-slider .carousel .carousel-indicators .indicator {
	transition: all 1s ease;
	background: #A5C3CE;
	border-radius: 50px;
	border-top: 2px solid transparent;
	border-bottom: 6px solid transparent;
	width: 11px;
	height: 3px;
}
.main-area .client-slider .carousel .carousel-indicators .indicator.active {
	background: #5A838C;
}
.main-area .judges-list-area {
	margin-top: 90px;
	margin-bottom: 90px;
}
@media (max-width: 991px) {
	.main-area .judges-list-area {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.main-area .judges-list-area .heading {
	margin-bottom: 30px;
}
.main-area .judges-list-area .heading h2 {
	font-size: 35px;
}
.main-area .judges-list-area .heading p {
	margin-bottom: 0;
}
.main-area .judges-list-area .panel-members-area {
	position: relative;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 1200px) {
	.main-area .judges-list-area .panel-members-area {
		flex-direction: row;
	}
}
.main-area .judges-list-area .panel-members-area .side-heading {
	background: #5A838C;
	padding: 3px 20px;
	display: flex;
	position: relative;
	text-align: right;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media screen and (min-width: 1200px) {
	.main-area .judges-list-area .panel-members-area .side-heading {
		width: 220px;
	}
}
.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	padding: 30px 0;
}
@media screen and (min-width: 1200px) {
	.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area {
		transform: rotate(270deg);
		padding: 0;
	}
}
.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area h2 {
	font-size: 5em;
	color: #A2CCD0;
	font-weight: 600;
	z-index: 111;
	margin: 0;
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
	.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area h2 {
		font-size: 3.75em;
	}
}
@media screen and (max-width: 767.98px) {
	.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area h2 {
		font-size: 3.75em;
	}
}
@media screen and (max-width: 540.98px) {
	.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area h2 {
		font-size: 2.375em;
	}
}
.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area h3 {
	color: #4a7078;
	font-size: 8.125em;
	font-weight: 600;
	margin: 0;
	margin-top: -90px;
	margin-right: -30px;
}
@media screen and (max-width: 767.98px) {
	.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area h3 {
		font-size: 6.875em;
	}
}
@media screen and (max-width: 540.98px) {
	.main-area .judges-list-area .panel-members-area .side-heading .heading-rotate-area h3 {
		font-size: 4.6875em;
		margin-top: -55px;
		margin-right: -15px;
	}
}
.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2px;
}
@media screen and (max-width: 991px) {
	.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members {
		grid-template-columns: 1fr;
	}
}
.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members .member-card {
	background: #1D1D1B;
}
.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members .member-card img {
	height: 350px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members .member-card .name-card {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 15px;
}
.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members .member-card .name-card h4 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members .member-card .name-card h4 {
		font-size: 18px;
	}
}
.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members .member-card .name-card p {
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
	min-height: 45px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main-area .judges-list-area .panel-members-area .panel-members-section .panel-members .member-card .common_btn {
	width: 100%;
	background: #272929;
	color: #A5C3CE;
	border-radius: 0;
}
.main-area .judges-list-area .panel-members-area .panel-members-section .button_section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.hero-cta-btns {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hero-cta-btns button {
	margin: 5px 3px;
	min-width: 202px;
}

.common_btn {
	background: #5A838C;
	font-size: 16px;
	font-weight: 400;
	border: #5A838C;
	border-radius: 8px;
	height: 50px;
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.common_btn:hover {
	background: #A5C3CE;
}
@media (max-width: 991px) {
	.common_btn {
		font-size: 14px;
		font-weight: 400;
	}
}

.category_btn {
	background: none;
	border-radius: 8px;
	border: 1px solid #A5C3CE;
	font-size: 14px;
	font-weight: 400;
	color: #464848;
	padding: 12px 22px;
}
.category_btn.active {
	background: #5A838C;
	color: #fff;
}
.category_btn:hover {
	background: #5A838C;
	color: #fff;
}
@media (max-width: 991px) {
	.category_btn {
		font-size: 12px;
		padding: 5px 8px;
	}
}

.subscribe_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 30px 40px;
	background: #DDE8EB;
}
@media (max-width: 991px) {
	.subscribe_area {
		display: block;
		padding: 30px 20px;
	}
}
.subscribe_area h2 {
	font-size: 28px;
	font-weight: 600;
	color: #1D1D1B;
	margin: 0;
	width: 40%;
}
@media (max-width: 991px) {
	.subscribe_area h2 {
		width: 100%;
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: 500;
		text-align: center;
	}
}
.subscribe_area .subscription {
	display: flex;
	align-items: center;
	gap: 15px;
}
@media (max-width: 991px) {
	.subscribe_area .subscription {
		display: block;
	}
	.subscribe_area .subscription button {
		width: 100%;
		font-size: 14px;
		font-weight: 400;
	}
	.subscribe_area .subscription p {
		align-items: center;
		justify-content: center;
	}
}
.subscribe_area .subscription .form-control {
	height: 45px;
	width: 300px;
}
.subscribe_area .subscription .form-control::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #1D1D1B;
}
.subscribe_area .subscription .form-control::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #1D1D1B;
}
@media (max-width: 991px) {
	.subscribe_area .subscription .form-control::-moz-placeholder {
		font-weight: 400;
	}
	.subscribe_area .subscription .form-control::placeholder {
		font-weight: 400;
	}
}
@media (max-width: 991px) {
	.subscribe_area .subscription .form-control {
		margin-bottom: 10px;
		width: 100%;
	}
}

.footer_details {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 30px 40px;
	gap: 50px;
	margin-top: 50px;
}
@media (max-width: 991px) {
	.footer_details {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-top: 50px;
		padding: 0 20px;
	}
}
.footer_details .logo_section p {
	margin: 15px 0;
	color: #686B6B;
}
.footer_details .logo_section .social {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer_details .logo_section .social a {
	display: flex;
	padding: 12px 0;
}
.footer_details .aboutus_section h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1D1D1B;
	margin-bottom: 15px;
}
.footer_details .aboutus_section p {
	font-size: 14px;
	color: #686B6B;
}
.footer_details .company_section h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1D1D1B;
	margin-bottom: 15px;
}
.footer_details .company_section .links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.footer_details .company_section .links a {
	font-size: 14px;
	color: #686B6B;
}
.footer_details .company_section ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.footer_details .contact_section h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1D1D1B;
	margin-bottom: 15px;
}
.footer_details .contact_section .links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.footer_details .contact_section .links a, .footer_details .contact_section .links p {
	font-size: 14px;
	color: #686B6B;
	display: flex;
	align-items: center;
	gap: 5px;
}
.footer_details .icons_area .icon {
	width: 35px;
	height: 35px;
}

.client_logo_section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	align-items: center;
	padding: 30px 40px;
}
@media (max-width: 991px) {
	.client_logo_section {
		gap: 5px;
	}
}
.client_logo_section .clients {
	display: flex;
	align-items: center;
	justify-content: center;
}

.copyright_area {
	border-top: 1px solid #d1d1d1;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.copyright_area {
		display: block;
	}
}
.copyright_area .text p {
	font-size: 16px;
	color: #686B6B;
	font-weight: 400;
	margin: 0;
}
@media (max-width: 991px) {
	.copyright_area .text p {
		font-size: 12px;
		text-align: center;
		margin: 0;
		margin-bottom: 8px;
	}
}
.copyright_area .link {
	display: flex;
	align-items: center;
	gap: 5px;
}
@media (max-width: 991px) {
	.copyright_area .link {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.copyright_area .link p,
.copyright_area .link a {
	font-size: 16px;
	color: #8a8a8a;
	margin: 0;
	padding-right: 5px;
}
@media (max-width: 991px) {
	.copyright_area .link p,
	.copyright_area .link a {
		font-size: 12px;
		border: 0;
	}
}
.copyright_area .link a {
	color: #5A838C;
	border-bottom: 1px solid #5A838C;
}
.copyright_area .link span {
	color: #686B6B;
}
@media (max-width: 991px) {
	.copyright_area .link span {
		display: none;
	}
}

.winner_card_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
	width: 100%;
	margin-top: 30px;
}
@media (max-width: 991px) {
	.winner_card_section {
		flex-direction: column;
		padding: 30px 0;
		margin: 0;
	}
}
.winner_card_section .card {
	background: #1D1D1B;
	border: none;
	width: calc(33% - 13px);
}
@media (max-width: 991px) {
	.winner_card_section .card {
		width: 100%;
	}
}
.winner_card_section .card .img_area {
	position: relative;
}
.winner_card_section .card .img_area img {
	width: 100%;
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.winner_card_section .card .img_area img {
		height: 250px;
		width: 100%;
	}
}
.winner_card_section .card .img_area .name_area {
	display: flex;
	align-items: center;
	gap: 20px;
	background: rgba(16, 17, 17, 0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	min-height: 80px;
}
@media (max-width: 991px) {
	.winner_card_section .card .img_area .name_area {
		min-height: auto;
	}
}
.winner_card_section .card .img_area .name_area .logo {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.winner_card_section .card .img_area .name_area .logo {
		width: 50px;
		height: 50px;
	}
}
.winner_card_section .card .img_area .name_area .logo img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.winner_card_section .card .img_area .name_area .name h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
@media (max-width: 991px) {
	.winner_card_section .card .img_area .name_area .name h3 {
		font-size: 20px;
		font-weight: 500;
	}
}
.winner_card_section .card .img_area .name_area .name p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section .card .img_area .name_area .name p {
		font-size: 14px;
		font-weight: 400;
	}
}
.winner_card_section .card .badge {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #5A838C;
	padding: 5px 25px;
	border-radius: 0px 0px 20px 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
@media (max-width: 991px) {
	.winner_card_section .card .badge {
		border-radius: 0px 0px 15px 15px;
	}
}
.winner_card_section .card .badge img {
	width: 30px;
	height: auto;
}
@media (max-width: 991px) {
	.winner_card_section .card .badge img {
		width: 20px;
	}
}
.winner_card_section .card .badge p {
	font-size: 16px;
	font-weight: 600;
	color: #DDE8EB;
	margin: 0;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.winner_card_section .card .badge p {
		font-size: 14px;
		font-weight: 500;
	}
}
.winner_card_section .card .badge.Shortlisted {
	background: #ADC9CF;
}
.winner_card_section .card .badge.Shortlisted p {
	color: #1D1D1B;
}
.winner_card_section .card_details {
	padding: 20px;
	min-height: 160px;
}
@media (max-width: 991px) {
	.winner_card_section .card_details {
		min-height: auto;
	}
}
.winner_card_section .card_details .logo_area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.winner_card_section .card_details .logo_area img {
	width: 60px;
	height: auto;
}
.winner_card_section .card_details .text_area {
	margin-top: 10px;
}
.winner_card_section .card_details .text_area h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: #A5C3CE;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section .card_details .text_area h4 {
		font-size: 14px;
		font-weight: 500;
	}
}
.winner_card_section .card_details .text_area h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section .card_details .text_area h3 {
		font-size: 18px;
		font-weight: 500;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.winner_card_section .card_details .text_area p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	text-align: left;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section .card_details .text_area p {
		font-size: 14px;
		font-weight: 400;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.winner_card_section button {
	border: none;
	background: #272929;
	color: #A5C3CE;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
}
.winner_card_section button:hover {
	background: #A2CCD0;
	color: #1c1c1d;
}
@media (max-width: 991px) {
	.winner_card_section button {
		font-size: 14px;
		font-weight: 400;
	}
}

.social-outer {
	position: fixed;
	z-index: 10;
	bottom: 30px;
	right: 30px;
}
.social-outer .social-icon {
	border: none;
	box-shadow: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5A838C;
	color: #DDE8EB;
}
.social-outer .social-icon:hover {
	background: #DDE8EB;
	color: #5A838C;
}
.social-outer .social-icon.share {
	background: #DDE8EB;
	color: #5A838C;
	border: 1px solid rgba(90, 131, 140, 0.3);
	width: 57px;
	height: 57px;
	transform: translate(1px, 1px);
}
.social-outer .social-icon.share:hover {
	background: #DDE8EB;
	color: #5A838C;
}
.social-outer .social-icon:nth-child(0) {
	z-index: calc(20 - 0);
	transition: all ease calc(0.1s * 0);
}
.social-outer .social-icon:nth-child(1) {
	z-index: calc(20 - 1);
	transition: all ease calc(0.1s * 1);
}
.social-outer .social-icon:nth-child(2) {
	z-index: calc(20 - 2);
	transition: all ease calc(0.1s * 2);
}
.social-outer .social-icon:nth-child(3) {
	z-index: calc(20 - 3);
	transition: all ease calc(0.1s * 3);
}
.social-outer .social-icon:nth-child(4) {
	z-index: calc(20 - 4);
	transition: all ease calc(0.1s * 4);
}
.social-outer .social-icon:nth-child(5) {
	z-index: calc(20 - 5);
	transition: all ease calc(0.1s * 5);
}
.social-outer .social-icon:nth-child(6) {
	z-index: calc(20 - 6);
	transition: all ease calc(0.1s * 6);
}
.social-outer .social-icon:nth-child(7) {
	z-index: calc(20 - 7);
	transition: all ease calc(0.1s * 7);
}
.social-outer.open .social-icon:nth-child(0) {
	bottom: calc(60px * (0 - 1));
}
.social-outer.open .social-icon:nth-child(1) {
	bottom: calc(60px * (1 - 1));
}
.social-outer.open .social-icon:nth-child(2) {
	bottom: calc(60px * (2 - 1));
}
.social-outer.open .social-icon:nth-child(3) {
	bottom: calc(60px * (3 - 1));
}
.social-outer.open .social-icon:nth-child(4) {
	bottom: calc(60px * (4 - 1));
}
.social-outer.open .social-icon:nth-child(5) {
	bottom: calc(60px * (5 - 1));
}
.social-outer.open .social-icon:nth-child(6) {
	bottom: calc(60px * (6 - 1));
}
.social-outer.open .social-icon:nth-child(7) {
	bottom: calc(60px * (7 - 1));
}

.common_image_card {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
	width: 100%;
}
@media (max-width: 991px) {
	.common_image_card {
		grid-template-columns: 1fr;
	}
}
.common_image_card .card {
	background: #1D1D1B;
	border: none;
	border-radius: 0;
	width: calc(33.3333333333% - 10px);
	border: none;
}
@media (max-width: 991px) {
	.common_image_card .card {
		width: 100%;
	}
}
.common_image_card .card img {
	min-height: 520px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 400px;
}
@media (max-width: 991px) {
	.common_image_card .card img {
		min-height: 320px;
		-o-object-fit: cover;
		object-fit: cover;
		height: 200px;
	}
}
.common_image_card .card .text {
	padding: 20px 10px;
}
.common_image_card .card .text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.common_image_card .card .text h3 {
		font-size: 20x;
		font-weight: 400;
	}
}
.common_image_card .card .text p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	margin: 0;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.common_image_card .card .text p {
		font-size: 14px;
		font-weight: 400;
	}
}
.common_image_card .card button {
	width: 100%;
	border-radius: 0;
	background: #272929;
	transition: all 0.3s;
	font-size: 16px;
	font-weight: 500;
	color: #A5C3CE;
}
.common_image_card .card button:hover {
	background: #A2CCD0;
	color: #1c1c1d;
	font-weight: 600;
}
@media (max-width: 991px) {
	.common_image_card .card button {
		font-size: 14px;
		font-weight: 400;
	}
}

.modal .modal-dialog {
	max-width: 1000px;
}
.modal .modal-content {
	background: #1D1D1B;
}
.modal .modal-content button {
	right: 10px;
	top: 10px;
	position: absolute;
	background: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal .modal-content button img {
	width: 10px;
}
.modal .modal-content .modal-body video {
	width: 100%;
	height: auto;
}
.modal .modal-header {
	border-bottom: none;
}

.error_page_section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
}
.error_page_section button {
	border: none;
	background: #1D1D1B;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	height: 45px;
	width: 200px;
}

/* Banner Section Styling */
.video_banner_section {
	position: relative;
	width: 100%;
	height: 36vw;
	overflow: hidden;
}
@media (max-width: 991px) {
	.video_banner_section {
		height: 460px;
	}
}

/* iframe Styling */
.video_banner {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 130%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	border: none;
	z-index: 1;
}
@media (max-width: 991px) {
	.video_banner {
		min-width: 230%;
	}
}
@media (max-width: 400px) {
	.video_banner {
		min-width: 250%;
	}
}

/* Overlay Content */
.video_banner_content {
	position: absolute;
	z-index: 2;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.video_banner_content h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	width: 83%;
	color: #fff;
	line-height: 120%;
}
@media (max-width: 1100px) and (min-width: 991px) {
	.video_banner_content h1 {
		height: 35px;
	}
}
@media (max-width: 991px) {
	.video_banner_content h1 {
		width: 90%;
		font-size: 30px;
	}
}
@media (max-width: 400px) {
	.video_banner_content h1 {
		width: 90%;
		font-size: 30px;
	}
}
@media (max-width: 300px) {
	.video_banner_content h1 {
		width: 90%;
		font-size: 22px;
	}
}
.video_banner_content p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 138%;
	text-align: center;
	width: 80%;
}
@media (max-width: 991px) {
	.video_banner_content p {
		width: 90%;
		font-size: 16px;
	}
}
@media (max-width: 300px) {
	.video_banner_content p {
		font-size: 14px;
	}
}

.client-logo {
	background: #fff;
	padding: 20px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(218, 224, 224, 0.5);
}

.icons_area {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
.icons_area .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	background: #5A838C;
	border-radius: 100%;
}
.icons_area .icon svg {
	background: #fff;
}

.nodata_section .nodata-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 50px 40px;
}
@media (max-width: 991px) {
	.nodata_section .nodata-wrapper {
		flex-direction: column;
		padding: 50px 20px;
	}
}
.nodata_section .nodata-wrapper .image_area img {
	width: 180px;
	height: auto;
}
.nodata_section .nodata-wrapper .text_area p {
	font-size: 22px;
	font-weight: 600;
	color: #1D1D1B;
	text-align: center;
}
@media (min-width: 992px) {
	.nodata_section .nodata-wrapper .text_area p {
		text-align: left;
	}
}
.nodata_section button {
	margin: 0 auto !important;
	margin-bottom: 15px !important;
}

.winner_card_section_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
	width: 100%;
	margin-top: 30px;
}
@media (max-width: 991px) {
	.winner_card_section_detail {
		flex-direction: column;
		padding: 30px 0;
		margin: 0;
	}
}
.winner_card_section_detail .card {
	background: #1D1D1B;
	border: none;
	width: calc(33% - 13px);
}
@media (max-width: 991px) {
	.winner_card_section_detail .card {
		width: 100%;
	}
}
.winner_card_section_detail .card .img_area {
	position: relative;
}
.winner_card_section_detail .card .img_area img {
	width: 100%;
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card .img_area img {
		height: 250px;
		width: 100%;
	}
}
.winner_card_section_detail .card .img_area .name_area {
	display: flex;
	align-items: center;
	gap: 20px;
	background: rgba(16, 17, 17, 0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	min-height: 80px;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card .img_area .name_area {
		min-height: auto;
	}
}
.winner_card_section_detail .card .img_area .name_area .logo {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card .img_area .name_area .logo {
		width: 50px;
		height: 50px;
	}
}
.winner_card_section_detail .card .img_area .name_area .logo img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.winner_card_section_detail .card .img_area .name_area .name h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card .img_area .name_area .name h3 {
		font-size: 20px;
		font-weight: 500;
	}
}
.winner_card_section_detail .card .img_area .name_area .name p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card .img_area .name_area .name p {
		font-size: 14px;
		font-weight: 400;
	}
}
.winner_card_section_detail .card .badge {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #5A838C;
	padding: 5px 25px;
	border-radius: 0px 0px 20px 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
@media (max-width: 991px) {
	.winner_card_section_detail .card .badge {
		border-radius: 0px 0px 15px 15px;
	}
}
.winner_card_section_detail .card .badge img {
	width: 30px;
	height: auto;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card .badge img {
		width: 20px;
	}
}
.winner_card_section_detail .card .badge p {
	font-size: 16px;
	font-weight: 600;
	color: #DDE8EB;
	margin: 0;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card .badge p {
		font-size: 14px;
		font-weight: 500;
	}
}
.winner_card_section_detail .card .badge.Shortlisted {
	background: #ADC9CF;
}
.winner_card_section_detail .card .badge.Shortlisted p {
	color: #1D1D1B;
}
.winner_card_section_detail .card_details {
	padding: 20px;
	min-height: 110px;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card_details {
		min-height: auto;
	}
}
.winner_card_section_detail .card_details .logo_area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.winner_card_section_detail .card_details .logo_area img {
	width: 60px;
	height: auto;
}
.winner_card_section_detail .card_details .text_area {
	margin-top: 10px;
}
.winner_card_section_detail .card_details .text_area h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: #A5C3CE;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card_details .text_area h4 {
		font-size: 14px;
		font-weight: 500;
	}
}
.winner_card_section_detail .card_details .text_area h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card_details .text_area h3 {
		font-size: 18px;
		font-weight: 500;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.winner_card_section_detail .card_details .text_area p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	text-align: left;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.winner_card_section_detail .card_details .text_area p {
		font-size: 14px;
		font-weight: 400;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.winner_card_section_detail button {
	border: none;
	background: #272929;
	color: #A5C3CE;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
}
.winner_card_section_detail button:hover {
	background: #A2CCD0;
	color: #1c1c1d;
}
@media (max-width: 991px) {
	.winner_card_section_detail button {
		font-size: 14px;
		font-weight: 400;
	}
}

.banner_section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 70vh;
}
@media (max-width: 991px) {
	.banner_section {
		min-height: 70vh;
		height: auto;
	}
}
.banner_section h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	width: 83%;
	color: #fff;
	line-height: 120%;
	z-index: 1;
}
@media (max-width: 991px) {
	.banner_section h1 {
		width: 90%;
		font-size: 30px;
	}
}
.banner_section p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 138%;
	text-align: center;
	width: 80%;
	z-index: 1;
}
@media (max-width: 991px) {
	.banner_section p {
		width: 90%;
		font-size: 16px;
	}
}

.card_section_main {
	text-align: center;
	padding: 0 40px;
	margin-top: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 991px) {
	.card_section_main {
		margin-top: 50px;
		padding: 0 20px;
	}
}
.card_section_main h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
}
@media (max-width: 991px) {
	.card_section_main h2 {
		font-size: 25px;
	}
}
.card_section_main p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	width: 70%;
}
.card_section_main .card_section {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 12px;
}
@media (max-width: 991px) {
	.card_section_main .card_section {
		grid-template-columns: 1fr;
	}
}
.card_section_main .card_section .card {
	display: flex;
	align-items: center;
	padding: 25px;
	background: #EDF2F2;
	border: none;
	border-radius: 0;
}
.card_section_main .card_section .card .icon {
	background: #5A838C;
	display: flex;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 4px solid #E3E7E9;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.card_section_main .card_section .card .icon img {
	width: 50px;
}
.card_section_main .card_section .card h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 138%;
	text-transform: capitalize;
	color: #1D1D1B;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.card_section_main .card_section .card h3 {
		font-size: 20px;
		margin-top: 10px;
	}
}
.card_section_main .card_section .card p {
	font-size: 14px;
	font-weight: 400;
	line-height: 138%;
	color: #8B8F8F;
	text-align: center;
}

.digital_badge_section {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px;
}
.digital_badge_section h2 {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	width: 83%;
	color: #fff;
	line-height: 120%;
	margin-bottom: 25px;
}
.digital_badge_section h2 span {
	color: #A2CCD0;
}
@media (max-width: 991px) {
	.digital_badge_section h2 {
		font-size: 25px;
	}
}
.digital_badge_section button {
	background: #A2CCD0;
	color: #1D1D1B;
}

.image_card_section_main {
	text-align: center;
	padding: 0 40px;
	margin: 90px 0;
}
@media (max-width: 991px) {
	.image_card_section_main {
		padding: 0 20px;
		margin: 50px 0;
	}
}
.image_card_section_main h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
}
@media (max-width: 991px) {
	.image_card_section_main h2 {
		font-size: 25px;
	}
}
.image_card_section_main p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
}
.image_card_section_main .card_section {
	margin-top: 30px;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 0.8fr;
	grid-template-areas: ". . . ." ". . . ." ". . . ." "big big . ." "big big normal normal";
}
@media (max-width: 991px) {
	.image_card_section_main .card_section {
		display: flex;
		flex-direction: column;
	}
}
.image_card_section_main .card_section .card {
	background: #000;
	border-radius: 0;
	border: none;
}
.image_card_section_main .card_section .card img {
	height: 390px;
	-o-object-fit: cover;
	object-fit: cover;
}
.image_card_section_main .card_section .card .card_text_area {
	background: #1D1D1B;
	padding: 0;
}
.image_card_section_main .card_section .card .card_text_area .text {
	padding: 20px;
	padding-bottom: 5px;
	min-height: 125px;
}
@media (max-width: 991px) {
	.image_card_section_main .card_section .card .card_text_area .text {
		min-height: auto;
	}
}
.image_card_section_main .card_section .card .card_text_area .text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.image_card_section_main .card_section .card .card_text_area .text h3 {
		font-size: 20px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 10px;
	}
}
.image_card_section_main .card_section .card .card_text_area .text p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.image_card_section_main .card_section .card .card_text_area .text p {
		font-size: 14px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.image_card_section_main .card_section .card .card_text_area .text .discription {
	font-size: 14px;
	font-weight: 400;
}
.image_card_section_main .card_section .card .card_text_area button {
	width: 100%;
	border-radius: 0;
	background: #272929;
	color: #A5C3CE;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s;
}
.image_card_section_main .card_section .card .card_text_area button:hover {
	background: #A2CCD0;
	color: #1c1c1d;
	font-weight: 600;
}
.image_card_section_main .card_section .card.second_last_card {
	grid-area: big;
	margin-top: 0;
	border: none;
}
.image_card_section_main .card_section .card.second_last_card img {
	height: calc(100% - 240px);
	-o-object-fit: cover;
	object-fit: cover;
}
.image_card_section_main .card_section .card.second_last_card .text {
	min-height: 190px;
}
.image_card_section_main .card_section .card.second_last_card .discription {
	min-height: 141px;
}
@media (max-width: 991px) {
	.image_card_section_main .card_section .card.second_last_card .discription {
		height: auto;
	}
}
.image_card_section_main .card_section .card.last_card {
	grid-area: normal;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 90px 20px;
	gap: 15px;
}
.image_card_section_main .card_section .card.last_card button {
	white-space: nowrap;
}
@media (max-width: 991px) {
	.image_card_section_main .card_section .card.last_card {
		padding: 90px 20px;
		flex-direction: column;
	}
}
@media (max-width: 1279px) {
	.image_card_section_main .card_section .card.last_card {
		padding: 90px 20px;
		flex-direction: column;
	}
}
.image_card_section_main .card_section .card.last_card_button_area {
	padding: 30px;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.video_area_main_section {
	padding: 30px 40px;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.video_area_main_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}
.video_area_main_section.video-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.video_area_main_section.video-area h2 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 120%;
	width: 60%;
	position: relative;
	z-index: 1;
}
.video_area_main_section.video-area h2 span {
	color: #A2CCD0;
}
@media (max-width: 991px) {
	.video_area_main_section.video-area h2 {
		font-size: 25px;
		width: 100%;
	}
}
.video_area_main_section.video-area p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	margin-bottom: 20px;
	text-align: center;
}
@media (max-width: 991px) {
	.video_area_main_section.video-area p {
		width: 100%;
	}
}
.video_area_main_section .video-cta-area button {
	color: #1D1D1B;
	background: #A2CCD0;
	font-size: 16px;
	font-weight: 500;
}

.finalists_section {
	text-align: center;
	padding: 0 40px;
	margin-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 991px) {
	.finalists_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}
.finalists_section h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
	width: 50%;
}
@media (max-width: 991px) {
	.finalists_section h2 {
		font-size: 25px;
		width: 100%;
	}
}
.finalists_section p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	width: 50%;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.finalists_section p {
		width: 100%;
	}
}
.finalists_section .category_btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media (max-width: 991px) {
	.finalists_section .category_btns {
		display: none;
	}
}
.finalists_section .category_dropdown {
	width: 100%;
}
.finalists_section .category_dropdown .dropdown button {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	color: #1D1D1B;
}
.finalists_section .category_dropdown .dropdown .dropdown-menu {
	overflow: auto;
	max-height: calc(100vh - 350px);
	width: 100%;
}
.finalists_section .category_dropdown .dropdown .dropdown-menu .dropdown-item {
	white-space: normal;
	border: 1px solid rgba(219, 219, 219, 0.2745098039);
}
@media (min-width: 991px) {
	.finalists_section .category_dropdown {
		display: none;
	}
}
.finalists_section .finalist_img_card_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
	width: 100%;
}
@media (max-width: 991px) {
	.finalists_section .finalist_img_card_area {
		flex-direction: column;
		margin-top: 30px;
	}
}
.finalists_section .finalist_img_card_area .card {
	background: #1D1D1B;
	border: none;
	border-radius: 0;
	width: calc(25% - 13px);
}
@media (max-width: 991px) {
	.finalists_section .finalist_img_card_area .card {
		width: 100%;
	}
}
.finalists_section .finalist_img_card_area .card img {
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1400px) {
	.finalists_section .finalist_img_card_area .card img {
		height: 300px;
	}
}
@media (max-width: 991px) {
	.finalists_section .finalist_img_card_area .card img {
		height: 250px;
		width: 100%;
	}
}
.finalists_section .finalist_img_card_area .card .text_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}
.finalists_section .finalist_img_card_area .card .text_area h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.finalists_section .finalist_img_card_area .card .text_area p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.finalists_section .finalist_img_card_area .card .text_area .discription {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sponsor_section {
	padding: 0 40px;
	margin-top: 50px;
}
@media (max-width: 991px) {
	.sponsor_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}
.sponsor_section h2 {
	font-size: 22px;
	font-weight: 500;
	color: #101111;
	text-align: center;
}
.sponsor_section .sponsor_logo_card {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.sponsor_section .sponsor_logo_card .logo {
	width: 180px;
	height: 120px;
	background: #fff;
	border: 1px solid rgba(218, 224, 224, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.sponsor_section .sponsor_logo_card .logo {
		width: 80px;
		height: 80px;
	}
	.sponsor_section .sponsor_logo_card .logo img {
		width: 60px;
		height: auto;
	}
}

.award_finalist_section {
	padding: 0 40px;
	margin-top: 40px;
	margin-bottom: 90px;
}
@media (max-width: 991px) {
	.award_finalist_section {
		padding: 0 20px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.award_finalist_section .header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.award_finalist_section .header {
		align-items: center;
		flex-direction: column;
	}
}
.award_finalist_section .header h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
	text-align: left;
}
@media (max-width: 991px) {
	.award_finalist_section .header h2 {
		font-size: 25px;
		text-align: center;
	}
}
.award_finalist_section .header p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	text-align: left;
}
@media (max-width: 991px) {
	.award_finalist_section .header p {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.award_finalist_section .header .drodown_area {
		width: 100%;
	}
}
.award_finalist_section .header .drodown_area p {
	font-size: 14px;
	font-weight: 400;
	color: #1D1D1B;
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
}
.award_finalist_section .header .drodown_area .dropdown button {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	color: #1D1D1B;
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.award_finalist_section .header .drodown_area .dropdown button {
		width: 100%;
	}
}
.award_finalist_section .header .drodown_area .dropdown .dropdown-menu {
	width: 100%;
}

.finalist_inner_page .image_banner_section {
	position: relative;
}
.finalist_inner_page .image_banner_section img {
	width: 100%;
	height: 70vh;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section img {
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.finalist_inner_page .image_banner_section .image_banner_footer {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(16, 17, 17, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	height: 100px;
	width: 100%;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section .image_banner_footer {
		height: 90px;
	}
}
.finalist_inner_page .image_banner_section .image_banner_footer .name_area {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 20px;
}
.finalist_inner_page .image_banner_section .image_banner_footer .name_area .image {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section .image_banner_footer .name_area .image {
		width: 50px;
		height: 50px;
	}
}
.finalist_inner_page .image_banner_section .image_banner_footer .name_area .image img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 100%;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section .image_banner_footer .name_area .name {
		width: 70%;
	}
}
.finalist_inner_page .image_banner_section .image_banner_footer .name_area .name h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section .image_banner_footer .name_area .name h2 {
		font-size: 18px;
		font-weight: 500;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
}
.finalist_inner_page .image_banner_section .image_banner_footer .name_area .name p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section .image_banner_footer .name_area .name p {
		font-size: 14px;
		font-weight: 400;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.finalist_inner_page .image_banner_section .image_banner_footer .badge {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: #5A838C;
	height: 100%;
	border-radius: 0;
	width: 200px;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section .image_banner_footer .badge {
		width: auto;
		padding: 0 20px;
	}
}
.finalist_inner_page .image_banner_section .image_banner_footer .badge img {
	width: 40px;
	height: 40px;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section .image_banner_footer .badge img {
		width: 30px;
		height: 30px;
	}
}
.finalist_inner_page .image_banner_section .image_banner_footer .badge p {
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
@media (max-width: 991px) {
	.finalist_inner_page .image_banner_section .image_banner_footer .badge p {
		font-size: 16px;
		font-weight: 400;
	}
}
.finalist_inner_page .finalist_inner_details_page {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: flex-start;
	gap: 50px;
	padding: 0 40px;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.finalist_inner_page .finalist_inner_details_page {
		grid-template-columns: 1fr;
		padding: 0 20px;
		margin-top: 50px;
	}
}
.finalist_inner_page .finalist_inner_details_page .text_area .header {
	margin-bottom: 25px;
}
.finalist_inner_page .finalist_inner_details_page .text_area .header h3 {
	font-size: 16px;
	font-weight: 500;
	color: #5A838C;
	margin: 0;
}
@media (max-width: 991px) {
	.finalist_inner_page .finalist_inner_details_page .text_area .header h3 {
		font-size: 14px;
		font-weight: 400;
	}
}
.finalist_inner_page .finalist_inner_details_page .text_area .header h2 {
	font-size: 40px;
	font-weight: 500;
	color: #1D1D1B;
	margin: 0;
}
@media (max-width: 991px) {
	.finalist_inner_page .finalist_inner_details_page .text_area .header h2 {
		font-size: 30px;
		font-weight: 500;
	}
}
.finalist_inner_page .finalist_inner_details_page .text_area p {
	font-size: 14px;
	font-weight: 400;
	color: #686B6B;
	margin: 0;
	margin-bottom: 15px;
}
.finalist_inner_page .finalist_inner_details_page .text_area p:last-child {
	margin-bottom: 0;
}
.finalist_inner_page .finalist_inner_details_page .text_area p a {
	color: #5A838C;
}
.finalist_inner_page .finalist_inner_details_page .video_area {
	background: #1D1D1B;
}
.finalist_inner_page .finalist_inner_details_page .video_area .video {
	position: relative;
}
.finalist_inner_page .finalist_inner_details_page .video_area .video video {
	width: 100%;
}
.finalist_inner_page .finalist_inner_details_page .video_area .video iframe {
	width: 100%;
	max-width: 720px;
}
.finalist_inner_page .finalist_inner_details_page .video_area .video .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: none;
}
.finalist_inner_page .finalist_inner_details_page .video_area .video_name {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 90px;
	padding: 10px;
}
.finalist_inner_page .finalist_inner_details_page .video_area .video_name h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
}
@media (max-width: 991px) {
	.finalist_inner_page .finalist_inner_details_page .video_area .video_name h3 {
		font-size: 18px;
	}
}
.finalist_inner_page .finalist_inner_details_page .video_area .video_name p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}
@media (max-width: 991px) {
	.finalist_inner_page .finalist_inner_details_page .video_area .video_name p {
		font-size: 14px;
	}
}

.sponsors-owl-carousel .owl-item .item .logo img,
.sponsors-owl-carousel .owl-item .item .client-logo img {
	width: 100px;
	height: auto;
}

.judges_image_card_section {
	text-align: center;
	padding: 0 40px;
	margin-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 991px) {
	.judges_image_card_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}
.judges_image_card_section h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
}
@media (max-width: 991px) {
	.judges_image_card_section h2 {
		font-size: 25px;
		width: 100%;
	}
}
.judges_image_card_section p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.judges_image_card_section p {
		width: 100%;
	}
}

.judge_digital_badge_section {
	background-color: #1D1D1B;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 100px;
	margin-top: 90px;
	margin-bottom: 90px;
}
@media (max-width: 991px) {
	.judge_digital_badge_section {
		padding: 30px 40px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.judge_digital_badge_section p {
	font-size: 35px;
	font-weight: 600;
	color: #DDE8EB;
	margin: 0;
	line-height: 120%;
	width: 60%;
	text-align: center;
}
.judge_digital_badge_section p span {
	color: #A2CCD0;
}
@media (max-width: 1024px) {
	.judge_digital_badge_section p {
		font-size: 22px;
		width: 90%;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.judge_digital_badge_section img {
		min-height: 200px;
	}
}

.judge_details_section {
	display: grid;
	grid-template-columns: 2fr 4fr;
	align-items: flex-start;
	gap: 20px;
	padding: 0 40px;
	margin: 90px 0;
}
@media (max-width: 991px) {
	.judge_details_section {
		grid-template-columns: 1fr;
		justify-content: center;
		margin: 50px 0;
		padding: 0 20px;
	}
}
.judge_details_section .image_area img {
	width: 100%;
	min-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.judge_details_section .image_area img {
		min-height: 415px;
	}
}
.judge_details_section .text_area h2 {
	font-size: 40px;
	font-weight: 500;
	color: #1c1c1d;
	margin: 0;
}
@media (max-width: 991px) {
	.judge_details_section .text_area h2 {
		font-size: 25px;
		width: 100%;
	}
}
.judge_details_section .text_area p {
	font-size: 16px;
	font-weight: 500;
	color: #686B6B;
	margin: 0;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.judge_details_section .text_area p {
		width: 100%;
	}
}
.judge_details_section .details p {
	font-size: 14px;
	font-weight: 400;
	color: #686B6B;
	margin: 0;
	margin-bottom: 20px;
}
.judge_details_section .details p:last-child {
	margin-bottom: 0;
}
.judge_details_section .icons_area {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
.judge_details_section .icons_area .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	background: #5A838C;
	border-radius: 100%;
}
.judge_details_section .icons_area .icon svg {
	background: #fff;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	font-family: "Exo 2", sans-serif;
	line-height: 1.5;
}

.wrapper {
	margin: 0 auto;
	padding: 0 16.66% 50px;
	width: 100%;
}

article {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.timeline__nav {
	position: fixed;
	z-index: 99;
	top: 0;
	transition: top 0.3s ease-out;
}
.timeline__nav ul {
	list-style: none;
	list-style-position: inside;
	margin: 15px 0;
}
.timeline__nav ul li {
	margin: 15px 0;
	padding-left: 0;
	list-style-type: none;
	color: #bfc1c3;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.timeline__nav ul li.active {
	font-weight: bold;
	color: #f94125;
	border-bottom: 1px dotted transparent;
	transform: scale(1.2);
}
.timeline__nav ul li:hover {
	color: #000;
}

.submmit_area .short_info_section {
	display: grid;
	grid-template-columns: 2fr 4fr;
	align-items: flex-start;
	gap: 20px;
	padding: 0 40px;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.submmit_area .short_info_section {
		grid-template-columns: 1fr;
		justify-content: center;
		margin-top: 50px;
		padding: 0 20px;
	}
}
.submmit_area .short_info_section .text_area h2 {
	font-size: 35px;
	font-weight: 600;
	color: #1c1c1d;
	margin: 0;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.submmit_area .short_info_section .text_area h2 {
		font-size: 25px;
		width: 100%;
	}
}
.submmit_area .short_info_section .text_area p {
	font-size: 16px;
	font-weight: 500;
	color: #686B6B;
	margin: 0;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.submmit_area .short_info_section .text_area p {
		width: 100%;
	}
}
.submmit_area .short_info_section .info p {
	font-size: 14px;
	font-weight: 400;
	color: #686B6B;
	margin: 0;
	margin-bottom: 20px;
}
.submmit_area .short_info_section .info p:last-child {
	margin-bottom: 0;
}
.submmit_area .short_info_section .contact_details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 50px;
	gap: 20px;
}
@media (max-width: 991px) {
	.submmit_area .short_info_section .contact_details {
		grid-template-columns: 1fr;
		gap: 25px;
	}
}
.submmit_area .short_info_section .contact_details .detail {
	display: flex;
	align-items: center;
	gap: 5px;
}
.submmit_area .short_info_section .contact_details .detail p, .submmit_area .short_info_section .contact_details .detail a {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #101111;
}
@media (max-width: 991px) {
	.submmit_area .short_info_section .contact_details .detail p, .submmit_area .short_info_section .contact_details .detail a {
		font-size: 14px;
		font-weight: 400;
	}
}
.submmit_area .shedule_section {
	padding: 0 40px;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section {
		margin-top: 50px;
		padding: 0 20px;
	}
}
.submmit_area .shedule_section h2 {
	font-size: 40px;
	font-weight: 600;
	color: #1c1c1d;
	margin: 0;
	text-align: center;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section h2 {
		font-size: 25px;
		width: 100%;
	}
}
.submmit_area .shedule_section p {
	font-size: 16px;
	font-weight: 500;
	color: #686B6B;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section p {
		width: 100%;
		font-size: 14px;
		font-weight: 400;
	}
}
.submmit_area .shedule_section .shedule_content_area {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-top: 30px;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section .shedule_content_area {
		display: block;
	}
}
.submmit_area .shedule_section .shedule_content_area .side_menu_area {
	padding: 50px 30px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 50px;
	background: #1D1D1B;
	width: 750px;
}
.submmit_area .shedule_section .shedule_content_area .side_menu_area a {
	font-size: 35px;
	font-weight: 400;
	color: #686B6B;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.submmit_area .shedule_section .shedule_content_area .side_menu_area a span {
	font-size: 22px;
	font-weight: 400;
}
.submmit_area .shedule_section .shedule_content_area .side_menu_area a.active, .submmit_area .shedule_section .shedule_content_area .side_menu_area a:hover {
	color: #DDE8EB;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section .shedule_content_area .side_menu_area {
		display: none;
	}
}
.submmit_area .shedule_section .shedule_content_area .category_dropdown {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media (min-width: 991px) {
	.submmit_area .shedule_section .shedule_content_area .category_dropdown {
		display: none;
	}
}
.submmit_area .shedule_section .shedule_content_area .category_dropdown .dropdown {
	width: 100%;
}
.submmit_area .shedule_section .shedule_content_area .category_dropdown .dropdown button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	color: #1D1D1B;
	height: 50px;
}
.submmit_area .shedule_section .shedule_content_area .category_dropdown .dropdown .dropdown-menu {
	overflow: auto;
	max-height: calc(100vh - 350px);
	width: 100%;
}
.submmit_area .shedule_section .shedule_content_area .category_dropdown .dropdown .dropdown-menu li a {
	color: #1D1D1B;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}
.submmit_area .shedule_section .shedule_content_area .category_dropdown .dropdown .dropdown-menu li a span {
	font-size: 14px;
	font-weight: 400;
}
.submmit_area .shedule_section .shedule_content_area .category_dropdown .dropdown .dropdown-menu .dropdown-item {
	white-space: normal;
	border: 1px solid rgba(219, 219, 219, 0.2745098039);
}
.submmit_area .shedule_section .image_main_area .image_card {
	display: grid;
	grid-template-columns: 3fr 5fr;
	margin-bottom: 15px;
	gap: 15px;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section .image_main_area .image_card {
		grid-template-columns: 1fr;
		margin-top: 30px;
		margin-bottom: 70px;
	}
	.submmit_area .shedule_section .image_main_area .image_card:last-child {
		margin-bottom: 0;
	}
}
.submmit_area .shedule_section .image_main_area .image_card:last-child {
	margin-bottom: 0;
}
.submmit_area .shedule_section .image_main_area .image_card .image {
	position: relative;
}
.submmit_area .shedule_section .image_main_area .image_card .image img {
	width: 100%;
}
.submmit_area .shedule_section .image_main_area .image_card .image .name {
	position: absolute;
	bottom: 0;
	background: rgba(16, 17, 17, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	width: 100%;
	padding: 20px 10px;
}
.submmit_area .shedule_section .image_main_area .image_card .image .name h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	text-align: center;
	margin-bottom: 5px;
}
.submmit_area .shedule_section .image_main_area .image_card .image .name p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area h2 {
	text-align: left;
	font-size: 22px;
	font-weight: 600;
	color: #5A838C;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area p {
	font-size: 14px;
	font-weight: 400;
	color: #272929;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .time {
	font-size: 22px;
	font-weight: 500;
	color: #1D1D1B;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .time {
		font-size: 18px;
	}
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .location_and_contact {
	display: flex;
	align-items: center;
	gap: 15px;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .location_and_contact {
		display: block;
	}
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .location_and_contact p {
	font-size: 16px;
	font-weight: 400;
	color: #101111;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .location_and_contact p {
		margin-bottom: 20px;
	}
	.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .location_and_contact p:last-child {
		margin-bottom: 0;
	}
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .location_and_contact span {
	color: #B6B6B6;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .location_and_contact span {
		display: none;
	}
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .video_area {
	display: flex;
	align-items: center;
	background: #1D1D1B;
	padding: 5px;
	border-radius: 5px;
	border: none;
	margin-top: 20px;
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .video_area video {
	width: 90px;
	height: auto;
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .video_area button {
	background: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #DDE8EB;
}
.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .common_btn {
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}
@media (max-width: 991px) {
	.submmit_area .shedule_section .image_main_area .image_card .image_card_text_area .common_btn {
		width: 100%;
	}
}

.speakers_section {
	text-align: center;
	padding: 0 40px;
	margin-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 991px) {
	.speakers_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}

.register_section {
	padding: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 90px 0;
}
@media (max-width: 991px) {
	.register_section {
		margin: 40px 0;
	}
}
.register_section h3 {
	font-size: 35px;
	font-weight: 600;
	color: #DDE8EB;
	margin: 0;
	line-height: 120%;
	width: 40%;
	text-align: center;
}
@media (max-width: 991px) {
	.register_section h3 {
		font-size: 25px;
		width: 100%;
		text-align: center;
	}
}
.register_section p {
	font-size: 14px;
	font-weight: 400;
	color: #DDE8EB;
	line-height: 120%;
	width: 40%;
	text-align: center;
	margin: 20px 0;
}
@media (max-width: 991px) {
	.register_section p {
		width: 100%;
	}
}

.year_area.side_menu_area {
	justify-content: flex-start !important;
}
.year_area.side_menu_area .common_btn {
	margin: 0 0 0 auto;
}

.timeline_content_section .timeline_content_outer.image_main_area .content_area .content.image_card {
	grid-template-columns: 1fr !important;
}
@media (max-width: 991px) {
	.timeline_content_section .timeline_content_outer.image_main_area .content_area .content.image_card {
		margin-bottom: 30px !important;
	}
	.timeline_content_section .timeline_content_outer.image_main_area .content_area .content.image_card .image_card_text_area {
		align-items: center !important;
	}
}

.tickets-btn-summit-timeline {
	display: none;
	padding: 10px 0;
}
@media screen and (max-width: 991.92px) {
	.tickets-btn-summit-timeline {
		display: block;
	}
}
.tickets-btn-summit-timeline .common_btn {
	margin: 0 auto !important;
}

.sponsor-section .sponsor_card_section {
	text-align: center;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.sponsor-section .sponsor_card_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}
.sponsor-section .sponsor_card_section h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
}
@media (max-width: 991px) {
	.sponsor-section .sponsor_card_section h2 {
		font-size: 25px;
		width: 100%;
	}
}
.sponsor-section .sponsor_card_section p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.sponsor-section .sponsor_card_section p {
		width: 100%;
	}
}
.sponsor-section .sponsor_card_section .sponsor_img_card {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
	justify-content: center;
}
.sponsor-section .sponsor_card_section .sponsor_img_card .card {
	background: #1D1D1B;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	border-radius: 0;
	border: none;
	max-width: 462.5px;
}
@media (max-width: 991px) {
	.sponsor-section .sponsor_card_section .sponsor_img_card .card {
		max-width: calc(100% - 15px);
	}
}
.sponsor-section .sponsor_card_section .sponsor_img_card .card a {
	height: 100%;
}
.sponsor-section .sponsor_card_section .sponsor_img_card .card .image {
	background: #fff;
	border: 1px solid rgba(218, 224, 224, 0.8);
	padding: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sponsor-section .sponsor_card_section .sponsor_img_card .card .image img {
	width: 200px;
	height: auto;
}
@media (max-width: 991px) {
	.sponsor-section .sponsor_card_section .sponsor_img_card .card .image img {
		min-width: 90px;
	}
}
.sponsor-section .sponsor_card_section .sponsor_img_card .card .text {
	padding: 30px 15px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 991px) {
	.sponsor-section .sponsor_card_section .sponsor_img_card .card .text {
		padding: 15px;
	}
}
.sponsor-section .sponsor_card_section .sponsor_img_card .card .text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.sponsor-section .sponsor_card_section .sponsor_img_card .card .text h3 {
		font-size: 16px;
	}
}
.sponsor-section .sponsor_card_section .sponsor_img_card .card .text p {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sponsor-section .sponsor_card_section a {
	margin-top: 30px;
}
.sponsor-section .our_sponsors_section {
	text-align: center;
	padding: 0 40px;
	margin: 90px 0;
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section {
		margin: 50px 0;
		padding: 0 20px;
	}
}
.sponsor-section .our_sponsors_section h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section h2 {
		font-size: 25px;
		width: 100%;
	}
}
.sponsor-section .our_sponsors_section p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section p {
		width: 100%;
	}
}
.sponsor-section .our_sponsors_section .sponsor_card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section .sponsor_card {
		grid-template-columns: 1fr;
	}
}
.sponsor-section .our_sponsors_section .sponsor_card .card {
	padding: 20px;
	background: #1D1D1B;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head {
	display: flex;
	align-items: center;
	gap: 10px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer {
	width: 70px;
	height: 70px;
	border-radius: 16px;
	background: #E5E4E2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer.platinum_outer {
	background: #E5E4E2;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer.platinum_outer .icon {
	background: linear-gradient(90deg, #D0D0D0 50%, #FAFAF9 50%);
	border-radius: 100%;
	height: 40px;
	width: 40px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer.gold_outer {
	background: #B9962E;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer.gold_outer .icon {
	background: linear-gradient(90deg, #F7C93E 50%, #FFECB1 50%);
	border-radius: 100%;
	height: 40px;
	width: 40px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer.silver_outer {
	background: #A7B5B6;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer.silver_outer .icon {
	background: linear-gradient(90deg, #CAD3D3 50%, #EDF0F0 50%);
	border-radius: 100%;
	height: 40px;
	width: 40px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer.bronze_outer {
	background: #AA8954;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head .outer.bronze_outer .icon {
	background: linear-gradient(90deg, #905C31 50%, #E3996A 50%);
	border-radius: 100%;
	height: 40px;
	width: 40px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head h3 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .head h3 {
		font-size: 25px;
		width: auto;
	}
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 30px;
	text-align: left;
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section .sponsor_card .card .card_content p {
		width: 100%;
		font-size: 14px;
	}
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .points {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .points h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .points h4 {
		font-size: 18px;
		font-weight: 500;
	}
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .points ul {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
	padding-left: 0;
	margin-top: 15px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .points ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .points ul li img {
	width: 18px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .card_content .points ul li p {
	margin: 0;
	font-size: 14px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 50px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .buttons a {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	margin-top: 50px;
}
.sponsor-section .our_sponsors_section .sponsor_card .card .buttons a:first-child {
	background: #A5C3CE;
	color: #1D1D1B;
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section .sponsor_card .card .buttons a {
		margin-top: 5px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.sponsor-section .our_sponsors_section .sponsor_card .card .buttons {
		flex-direction: column;
	}
}

.about_section .banner_section {
	padding: 50px 0;
	gap: 15px;
}
.about_section .short_info_section {
	display: grid;
	grid-template-columns: 3fr 4fr;
	align-items: flex-start;
	gap: 20px;
	padding: 0 40px;
	margin: 90px 0;
}
@media (max-width: 991px) {
	.about_section .short_info_section {
		grid-template-columns: 1fr;
		justify-content: center;
		margin: 50px 0;
		padding: 0 20px;
	}
}
.about_section .short_info_section .text_area h2 {
	font-size: 35px;
	font-weight: 600;
	color: #1c1c1d;
	margin: 0;
}
@media (max-width: 991px) {
	.about_section .short_info_section .text_area h2 {
		font-size: 25px;
		width: 100%;
	}
}
.about_section .short_info_section .text_area p {
	font-size: 16px;
	font-weight: 500;
	color: #686B6B;
	margin: 0;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.about_section .short_info_section .text_area p {
		width: 100%;
	}
}
.about_section .short_info_section .info {
	margin-top: 5px;
}
.about_section .short_info_section .info p {
	font-size: 14px;
	font-weight: 400;
	color: #686B6B;
	margin: 0;
	margin-bottom: 20px;
}
.about_section .short_info_section .info p:last-child {
	margin-bottom: 0;
}
.about_section .contact_details {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 35px;
	gap: 20px;
}
@media (max-width: 991px) {
	.about_section .contact_details {
		grid-template-columns: 1fr;
		gap: 25px;
	}
}
.about_section .contact_details .detail {
	display: flex;
	align-items: center;
	gap: 5px;
}
.about_section .contact_details .detail p,
.about_section .contact_details .detail a {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #101111;
}
@media (max-width: 991px) {
	.about_section .contact_details .detail p,
	.about_section .contact_details .detail a {
		font-size: 14px;
		font-weight: 400;
		text-align: left;
	}
}
.about_section .icons_area {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
.about_section .icons_area .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	background: #5A838C;
	border-radius: 100%;
}
@media (max-width: 991px) {
	.about_section .icons_area .icon {
		width: 40px;
		height: 40px;
	}
}
.about_section .icons_area .icon svg {
	background: #fff;
}

.timeline_section {
	padding: 0 40px;
	margin: 90px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 991px) {
	.timeline_section {
		margin: 50px 0;
		padding: 0 20px;
	}
}
.timeline_section h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
}
@media (max-width: 991px) {
	.timeline_section h2 {
		font-size: 25px;
	}
}
.timeline_section p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	text-align: center;
}
.timeline_section .timeline_content_section {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-top: 50px;
	width: 100%;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section {
		display: block;
		margin-top: 10px;
	}
}
.timeline_section .timeline_content_section .year_area {
	background: #1D1D1B;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	padding: 60px;
	padding-left: 30px;
	height: auto;
	width: 900px;
	gap: 20px;
}
@media (max-width: 1100px) and (min-width: 991px) {
	.timeline_section .timeline_content_section .year_area {
		padding: 60px 20px;
	}
}
.timeline_section .timeline_content_section .year_area p {
	font-size: 35px;
	font-weight: 400;
	color: #686B6B;
	margin: 0;
	cursor: pointer;
}
@media (max-width: 1500px) {
	.timeline_section .timeline_content_section .year_area p {
		font-size: 32px;
	}
}
@media (max-width: 1100px) and (min-width: 991px) {
	.timeline_section .timeline_content_section .year_area p {
		font-size: 25px;
	}
}
.timeline_section .timeline_content_section .year_area p.active {
	color: #DDE8EB;
}
.timeline_section .timeline_content_section .year_area p:hover {
	color: #DDE8EB;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .year_area {
		display: none;
	}
}
.timeline_section .timeline_content_section .year_area.side_menu_area {
	padding: 50px 30px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 50px;
	background: #1D1D1B;
	width: 370px;
	height: 650px;
}
.timeline_section .timeline_content_section .year_area.side_menu_area p {
	font-size: 35px;
	font-weight: 400;
	color: #686B6B;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	cursor: pointer;
}
.timeline_section .timeline_content_section .year_area.side_menu_area p span {
	font-size: 22px;
	font-weight: 400;
}
.timeline_section .timeline_content_section .year_area.side_menu_area p.active, .timeline_section .timeline_content_section .year_area.side_menu_area p:hover {
	color: #DDE8EB;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .year_area.side_menu_area {
		display: none;
	}
}
.timeline_section .timeline_content_section .category_dropdown {
	margin-bottom: 20px;
}
.timeline_section .timeline_content_section .category_dropdown button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	color: #1D1D1B;
}
.timeline_section .timeline_content_section .category_dropdown .dropdown-menu {
	overflow: auto;
	max-height: calc(100vh - 350px);
	width: 100%;
	padding: 10px;
}
.timeline_section .timeline_content_section .category_dropdown .dropdown-menu .dropdown-item {
	white-space: normal;
	border: 1px solid rgba(219, 219, 219, 0.2745098039);
}
.timeline_section .timeline_content_section .category_dropdown .dropdown-menu li {
	margin-bottom: 10px;
}
.timeline_section .timeline_content_section .category_dropdown .dropdown-menu li:last-child {
	margin-bottom: 0;
}
.timeline_section .timeline_content_section .category_dropdown .dropdown-menu li a {
	color: #1D1D1B;
}
.timeline_section .timeline_content_section .category_dropdown .dropdown-menu li.active {
	background: red;
}
@media (min-width: 991px) {
	.timeline_section .timeline_content_section .category_dropdown {
		display: none;
	}
}
.timeline_section .timeline_content_section .content_area .content {
	margin-bottom: 40px;
}
.timeline_section .timeline_content_section .content_area .content:last-child {
	margin-bottom: 0;
}
.timeline_section .timeline_content_section .content_area .content h3 {
	font-size: 22px;
	font-weight: 500;
	color: #101111;
	margin: 0;
	margin-bottom: 20px;
}
.timeline_section .timeline_content_section .content_area .content p {
	font-size: 14px;
	font-weight: 400;
	color: #464848;
	margin: 0;
	margin-bottom: 20px;
	text-align: left;
}
.timeline_section .timeline_content_section .content_area .content.image_card {
	display: grid;
	grid-template-columns: 3fr 5fr;
	margin-bottom: 20px;
	gap: 15px;
	align-items: flex-start;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .content_area .content.image_card {
		grid-template-columns: 1fr;
		margin-top: 30px;
		margin-bottom: 70px;
		align-items: center;
	}
	.timeline_section .timeline_content_section .content_area .content.image_card:last-child {
		margin-bottom: 0;
	}
}
.timeline_section .timeline_content_section .content_area .content.image_card .image {
	position: relative;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image img {
	width: 100%;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image .name {
	position: absolute;
	bottom: 0;
	background: rgba(16, 17, 17, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	width: 100%;
	padding: 20px 10px;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image .name h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	text-align: center;
	margin-bottom: 5px;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image .name p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	text-align: center;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area h2 {
	text-align: left;
	font-size: 22px;
	font-weight: 600;
	color: #5A838C;
	margin: 0;
	margin-bottom: 10px;
	text-align:center;
}
@media (min-width: 992px) {	
	.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area h2 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-align:left;

	}
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area p {
	font-size: 14px;
	font-weight: 400;
	color: #272929;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .time {
	font-size: 22px;
	font-weight: 600;
	color: #1D1D1B;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .time {
		font-size: 18px;
	}
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact {
	display: flex;
	align-items: center;
	gap: 15px;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact {
		display: block;
	}
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact p, .timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact a {
	font-size: 16px;
	font-weight: 400;
	color: #101111;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact p, .timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact a {
		margin-bottom: 20px;
	}
	.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact p:last-child, .timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact a:last-child {
		margin-bottom: 0;
	}
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact span {
	color: #B6B6B6;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .location_and_contact span {
		display: none;
	}
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .video_area {
	display: flex;
	align-items: center;
	background: #1D1D1B;
	padding: 5px;
	border-radius: 5px;
	border: none;
	margin-top: 20px;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .video_area video, .timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .video_area .thumbnail {
	width: 90px;
	height: 50px;
	-o-object-fit: cover;
	object-fit: cover;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .video_area button {
	background: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #DDE8EB;
}
.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .common_btn {
	margin-top: 30px;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .content_area .content.image_card .image_card_text_area .common_btn {
		width: 100%;
	}
}
.timeline_section .timeline_content_section .content_area:last-child {
	margin-bottom: 160px;
}
@media (max-width: 991px) {
	.timeline_section .timeline_content_section .content_area:last-child {
		margin-bottom: 30px;
	}
}
.timeline_section .timeline-page-description {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.timeline_section .timeline-page-description {
		margin-bottom: 20px;
	}
}
.timeline_section .timeline-page-description p {
	font-size: 16px;
	font-weight: 500;
	width: 80%;
}

.timeline_content_outer {
	height: 915px;
	overflow: auto;
}

.timeline_content_outer::-webkit-scrollbar {
	width: 0;
	height: 0;
}
@media only screen and (min-width: 992px) {
	.timeline_content_outer::-webkit-scrollbar {
		width: 5px;
		height: 100px;
	}
	.timeline_content_outer::-webkit-scrollbar-thumb {
		background-color:#A5C3CE !important;
	}
	.timeline_content_outer.image_main_area  {
		max-width:630px !important;
	}
}
@media only screen and (max-width: 991px) {
	.timeline_content_outer.image_main_area  {
		max-width:100% !important;
	}
	
}
.timeline_content_outer.image_main_area {
	height: 650px;
	width: 100%;
}

.gallery_section {
	padding: 0 40px;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.gallery_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}
.gallery_section .common_image_card .card {
	text-align: center;
}

.video-image-gallery .video-box {
	background: #1D1D1B;
	border-radius: 0;
	border: none;
}
.video-image-gallery .video-box .gallery-item-wrapper {
	position: relative;
}
.video-image-gallery .video-box .gallery-item-wrapper .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-image-gallery .video-box .gallery-item-wrapper .img-fluid {
	min-height: 315px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.video-image-gallery .video-box .gallery-item-wrapper .img-fluid {
		min-height: 250px;
	}
}
.video-image-gallery .video-box .video-title {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.video-image-gallery .video-box .video-title h4 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.video-image-gallery .video-box .video-title p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.gallery_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.gallery_head {
		display: block;
		margin: 30px 0;
	}
}
@media (max-width: 991px) {
	.gallery_head .text {
		text-align: center;
	}
}
.gallery_head .text h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
}
@media (max-width: 991px) {
	.gallery_head .text h2 {
		font-size: 25px;
		width: 100%;
	}
}
.gallery_head .text p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	margin-bottom: 0;
	width: 60%;
}
@media (max-width: 991px) {
	.gallery_head .text p {
		width: 100%;
	}
}
.gallery_head .buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
@media (max-width: 991px) {
	.gallery_head .buttons {
		text-align: center;
	}
}
.gallery_head .buttons .common_btn {
	width: auto;
	padding: 0 15px;
	background: none;
	color: #5A838C;
	border: 1px solid #5A838C;
	font-size: 16px;
	font-weight: 500;
}
.gallery_head .buttons .common_btn.active {
	background: #5A838C;
	color: #fff;
}
.gallery_head .buttons .category_dropdown .dropdown button {
	height: 50px;
	background: none;
	color: #5A838C;
	border: 1px solid #5A838C;
	font-size: 16px;
	font-weight: 500;
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gallery_head .buttons .category_dropdown .dropdown .dropdown-menu {
	width: 100%;
}

.rss_feed_section {
	padding: 0 40px;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.rss_feed_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}
.rss_feed_section .header_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
@media (max-width: 991px) {
	.rss_feed_section .header_section {
		display: block;
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.rss_feed_section .header_section .text_area {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
}
.rss_feed_section .header_section .text_area .head {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
}
@media (max-width: 991px) {
	.rss_feed_section .header_section .text_area .head {
		margin-bottom: 10px;
	}
}
.rss_feed_section .header_section .text_area .head h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.rss_feed_section .header_section .text_area .head h2 {
		font-size: 25px;
		width: 100%;
	}
}
.rss_feed_section .header_section .text_area p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	margin-bottom: 0;
	width: 60%;
}
@media (max-width: 991px) {
	.rss_feed_section .header_section .text_area p {
		width: 100%;
		text-align: center;
	}
}
.rss_feed_section .header_section .dropdow_area .category_dropdown {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.rss_feed_section .header_section .dropdow_area .category_dropdown .dropdown {
	width: 100%;
	min-width: 170px;
}
.rss_feed_section .header_section .dropdow_area .category_dropdown .dropdown button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	color: #1D1D1B;
	height: 50px;
}
.rss_feed_section .header_section .dropdow_area .category_dropdown .dropdown .dropdown-menu {
	overflow: auto;
	max-height: calc(100vh - 350px);
	width: 100%;
}
.rss_feed_section .header_section .dropdow_area .category_dropdown .dropdown .dropdown-menu li a {
	color: #1D1D1B;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}
.rss_feed_section .header_section .dropdow_area .category_dropdown .dropdown .dropdown-menu li a span {
	font-size: 14px;
	font-weight: 400;
}
.rss_feed_section .header_section .dropdow_area .category_dropdown .dropdown .dropdown-menu .dropdown-item {
	white-space: normal;
	border: 1px solid rgba(219, 219, 219, 0.2745098039);
}

.download_section {
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 340px;
	width: 100%;
	padding: 0 100px;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.download_section {
		margin-top: 50px;
		display: block;
		padding: 0;
	}
}
.download_section .text_area {
	width: 40%;
	padding: 0;
}
@media (max-width: 991px) {
	.download_section .text_area {
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
}
.download_section .text_area h2 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10;
}
@media (max-width: 991px) {
	.download_section .text_area h2 {
		font-size: 25px;
		width: 100%;
		text-align: center;
	}
}
.download_section .text_area p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.download_section .text_area p {
		width: 100%;
		text-align: center;
	}
}
.download_section .btn_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.download_section .btn_area .common_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.podcast_platform_section {
	padding: 0 40px;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.podcast_platform_section {
		padding: 0 20px;
		margin-top: 50px;
	}
}
.podcast_platform_section h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
	margin-bottom: 0;
	text-align: center;
}
@media (max-width: 991px) {
	.podcast_platform_section h2 {
		font-size: 25px;
		width: 100%;
	}
}
.podcast_platform_section .logo_section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}
.podcast_platform_section .logo_section .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid rgba(218, 224, 224, 0.39);
	padding: 0 30px;
	height: 100px;
}
.podcast_platform_section .logo_section .logo img {
	width: 50px;
	height: auto;
}
.podcast_platform_section .logo_section .logo p {
	font-size: 20px;
	font-weight: 700;
	color: #1D1D1B;
	margin: 0;
}

.podcust_register_section {
	background: #1D1D1B;
	background-repeat: no-repeat;
	background-size: cover;
	height: 390px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 90px 0;
}
@media (max-width: 991px) {
	.podcust_register_section {
		margin: 50px 0;
		padding: 20px;
	}
}
.podcust_register_section h2 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	width: 40%;
}
@media (max-width: 991px) {
	.podcust_register_section h2 {
		font-size: 25px;
		width: 100%;
	}
}
.podcust_register_section p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	width: 40%;
	text-align: center;
}
@media (max-width: 991px) {
	.podcust_register_section p {
		width: 100%;
	}
}

/* PODCAST */
.podcast_card_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
	width: 100%;
	margin-top: 30px;
}
@media (max-width: 991px) {
	.podcast_card_section {
		flex-direction: column;
		padding: 30px 0;
		margin: 0;
	}
}
.podcast_card_section .card {
	background: #1D1D1B;
	border: none;
	width: calc(33% - 13px);
}
@media (max-width: 991px) {
	.podcast_card_section .card {
		width: 100%;
	}
}
.podcast_card_section .card .img_area {
	position: relative;
}
.podcast_card_section .card .img_area img {
	width: 100%;
	height: 450px;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}
@media (max-width: 991px) {
	.podcast_card_section .card .img_area img {
		height: 250px;
		width: 100%;
	}
}
.podcast_card_section .card .img_area .name_area {
	display: flex;
	align-items: center;
	gap: 20px;
	background: rgba(16, 17, 17, 0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	min-height: 80px;
}
@media (max-width: 991px) {
	.podcast_card_section .card .img_area .name_area {
		min-height: auto;
	}
}
.podcast_card_section .card .img_area .name_area .logo {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.podcast_card_section .card .img_area .name_area .logo {
		width: 50px;
		height: 50px;
	}
}
.podcast_card_section .card .img_area .name_area .logo img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.podcast_card_section .card .img_area .name_area .name h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
@media (max-width: 991px) {
	.podcast_card_section .card .img_area .name_area .name h3 {
		font-size: 20px;
		font-weight: 500;
	}
}
.podcast_card_section .card .img_area .name_area .name p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.podcast_card_section .card .img_area .name_area .name p {
		font-size: 14px;
		font-weight: 400;
	}
}
.podcast_card_section .card .badge {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #5A838C;
	padding: 5px 25px;
	border-radius: 0px 0px 20px 20px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
@media (max-width: 991px) {
	.podcast_card_section .card .badge {
		border-radius: 0px 0px 15px 15px;
	}
}
.podcast_card_section .card .badge img {
	width: 30px;
	height: auto;
}
@media (max-width: 991px) {
	.podcast_card_section .card .badge img {
		width: 20px;
	}
}
.podcast_card_section .card .badge p {
	font-size: 16px;
	font-weight: 600;
	color: #DDE8EB;
	margin: 0;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.podcast_card_section .card .badge p {
		font-size: 14px;
		font-weight: 500;
	}
}
.podcast_card_section .card .badge.Shortlisted {
	background: #ADC9CF;
}
.podcast_card_section .card .badge.Shortlisted p {
	color: #1D1D1B;
}
.podcast_card_section .card_details {
	padding: 20px;
	min-height: 160px;
}
@media (max-width: 991px) {
	.podcast_card_section .card_details {
		min-height: auto;
	}
}
.podcast_card_section .card_details .logo_area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.podcast_card_section .card_details .logo_area img {
	width: 60px;
	height: auto;
}
.podcast_card_section .card_details .text_area {
	margin-top: 10px;
}
.podcast_card_section .card_details .text_area h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: #A5C3CE;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.podcast_card_section .card_details .text_area h4 {
		font-size: 14px;
		font-weight: 500;
	}
}
.podcast_card_section .card_details .text_area h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.podcast_card_section .card_details .text_area h3 {
		font-size: 18px;
		font-weight: 500;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.podcast_card_section .card_details .text_area p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	text-align: left;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 991px) {
	.podcast_card_section .card_details .text_area p {
		font-size: 14px;
		font-weight: 400;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.podcast_card_section button {
	border: none;
	background: #272929;
	color: #A5C3CE;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
}
.podcast_card_section button:hover {
	background: #A2CCD0;
	color: #1c1c1d;
}
@media (max-width: 991px) {
	.podcast_card_section button {
		font-size: 14px;
		font-weight: 400;
	}
}

/* PODCAST */
.tickets_card_section {
	text-align: center;
	padding: 0 40px;
	margin-top: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.tickets_card_section {
		margin-top: 50px;
		padding: 0 20px;
	}
}
.tickets_card_section h2 {
	font-size: 35px;
	font-weight: 600;
	color: #101111;
}
@media (max-width: 991px) {
	.tickets_card_section h2 {
		font-size: 25px;
	}
}
.tickets_card_section p {
	font-size: 14px;
	font-weight: 400;
	color: #101111;
	width: 70%;
}
.tickets_card_section .card_section {
	margin-top: 30px;
	display: flex;
	gap: 12px;
	justify-content: center;
}
@media (max-width: 991px) {
	.tickets_card_section .card_section {
		flex-direction: column;
	}
}
.tickets_card_section .card_section .card {
	display: flex;
	align-items: center;
	background: #EDF2F2;
	border: none;
	border-radius: 0;
	flex-direction: column;
	justify-content: space-between;
}
.tickets_card_section .card_section .card .tickets-card-content {
	padding: 25px;
}
.tickets_card_section .card_section .card .icon {
	background: #5A838C;
	display: flex;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 4px solid #E3E7E9;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.tickets_card_section .card_section .card .icon img {
	width: 50px;
}
.tickets_card_section .card_section .card h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 138%;
	text-transform: capitalize;
	color: #1D1D1B;
	margin-bottom: 10px;
	text-align: center;
}
@media (max-width: 991px) {
	.tickets_card_section .card_section .card h3 {
		font-size: 20px;
		margin-top: 10px;
	}
}
.tickets_card_section .card_section .card p {
	font-size: 14px;
	font-weight: 400;
	line-height: 138%;
	color: #8B8F8F;
	text-align: center;
	width: 100%;
}
.tickets_card_section .card_section .common_btn {
	width: 100%;
	border-radius: 0;
}

img {
	max-width: 100%;
}

body {
	font-size: 16px;
	overflow-x: hidden;
	background: #fff;
}

.container {
	max-width: 1460px;
}

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

p {
	font-size: 14px;
	line-height: 138%;
}

:hover {
	transition: all 1s ease;
}

h2 {
	font-weight: 600;
	color: #101111;
	line-height: 120%;
	font-size: 30px;
}
@media (max-width: 991px) {
	h2 {
		font-size: 26px;
	}
}

.heading {
	text-align: center;
	margin-bottom: 30px;
}

.viewall-btn {
	text-align: center;
}

/* Blur effect for backdrop */
.modal-backdrop {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px); /* Adjust blur intensity as needed */
}

/* Video container styles */
.video-container-modal {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}
.video-container-modal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cust-layout {
	display: grid;
	grid-template-columns: 1fr 4fr;
}
@media (max-width: 991px) {
	.cust-layout {
		grid-template-columns: 1fr;
	}
}
.cust-layout .nav-bar {
	display: none;
	padding: 20px;
	background: #5A838C;
}
.cust-layout .nav-bar .navbar-toggler .navbar-toggler-icon {
	width: 35px;
}
.cust-layout .nav-bar .navbar-toggler img {
	width: 50px;
}
@media (max-width: 991px) {
	.cust-layout .nav-bar {
		display: block;
		position: sticky;
		top: 0;
		z-index: 999;
	}
}
.cust-layout .nav-bar .toggler-div {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.offcanvas-menu {
	background: #5A838C;
	height: 100vh;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	padding-top: 50px;
}
@media (min-width: 992px) {
	.offcanvas-menu {
		z-index: 999 !important;
	}
}
@media (max-width: 991px) {
	.offcanvas-menu {
		position: fixed;
		z-index: 991 !important;
		top: 0;
		left: 100%;
		transition: all 0.3s ease;
		width: 100%;
		padding-top: 0;
		justify-content: center;
	}
	.offcanvas-menu.open {
		left: 0;
	}
}
.offcanvas-menu .close_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
	margin-right: 10px;
	display: none;
}
.offcanvas-menu .btn-close {
	display: none;
}
@media (max-width: 991px) {
	.offcanvas-menu .btn-close {
		display: block;
		float: right;
		padding: 8px;
	}
}
.offcanvas-menu .logo {
	margin-bottom: 3.5rem;
	text-align: left;
	margin-top: 20px;
}
@media (max-width: 991px) {
	.offcanvas-menu .logo {
		margin: 0;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.offcanvas-menu .logo img {
		display: none;
	}
}
.offcanvas-menu .main-menu {
	height: 600px;
	max-height: calc(100vh - 230px);
	overflow: auto;
	padding-right: 10px;
}
.offcanvas-menu .main-menu .nav {
	padding-right: 0;
}
@media screen and (max-width: 991px) {
	.offcanvas-menu .main-menu .nav {
		padding-top: 50px !important;
	}
}
.offcanvas-menu .main-menu .nav .nav-item {
	border-radius: 8px;
	align-items: center;
	padding: 4px 8px;
	margin-bottom: 15px;
	position: relative;
}
.offcanvas-menu .main-menu .nav .nav-item::before {
	content: "";
	background: url(../images/svg/hashtag.svg) no-repeat center left;
	position: absolute;
	width: 24px;
	height: 24px;
	margin-top: 8px;
}
.offcanvas-menu .main-menu .nav .nav-item.active {
	background-color: #DDE8EB;
}
.offcanvas-menu .main-menu .nav .nav-item.active::before {
	filter: invert(1);
}
.offcanvas-menu .main-menu .nav .nav-item.active .nav-link {
	color: #1D1D1B;
}
.offcanvas-menu .main-menu .nav .nav-item:hover {
	background: #DDE8EB;
}
.offcanvas-menu .main-menu .nav .nav-item:hover::before {
	filter: invert(1);
}
.offcanvas-menu .main-menu .nav .nav-item:hover .nav-link {
	color: #1D1D1B;
}
.offcanvas-menu .main-menu .nav .nav-item:hover .nav-link.dropdown-toggle::after {
	filter: invert(1);
}
.offcanvas-menu .main-menu .nav .nav-item .nav-link {
	color: #DDE8EB;
	font-weight: 400;
	padding-left: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
}
.offcanvas-menu .main-menu .nav .nav-item .nav-link.dropdown-toggle::after {
	content: "" !important;
	position: absolute;
	background-image: url("../images/svg/angle-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 14px;
	height: 14px;
	right: 10px;
	border: 0 !important;
	transition: ease all 0.3s;
}
.offcanvas-menu .main-menu .nav .nav-item .nav-link.dropdown-toggle.show::after {
	filter: invert(1);
	transform: rotate(90deg);
}
.offcanvas-menu .main-menu .nav .nav-item .dropdown-menu.show {
	position: inherit !important;
	transform: translate(0px, 0px) !important;
}

.btn-primary {
	background: #5A838C;
	font-size: 16px;
	font-weight: 400;
	border: #5A838C;
	padding: 10px 64px;
}
@media (max-width: 991px) {
	.btn-primary {
		font-size: 14px;
	}
}
.btn-primary:hover {
	background: #A5C3CE;
}

.search-area .has-search {
	position: relative;
	bottom: 40px;
}
.search-area .has-search .form-control {
	padding-left: 2.375rem;
	background: #5a838c;
	border: 1px solid #A2CCD0;
}
.search-area .has-search .form-control::-moz-placeholder {
	color: #A5C3CE;
	font-size: 14px;
	font-weight: 300;
}
.search-area .has-search .form-control::placeholder {
	color: #A5C3CE;
	font-size: 14px;
	font-weight: 300;
}
.search-area .has-search svg {
	position: absolute;
	left: 10px;
	top: 10px;
}

::-moz-selection {
	color: #fff;
	background: #5A838C;
}

::selection {
	color: #fff;
	background: #5A838C;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #5A838C;
}

::-webkit-scrollbar-thumb {
	background: rgba(28, 28, 29, 0.0549019608);
	border-radius: 10px;
}/*# sourceMappingURL=main.css.map */