@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
	font-family: synphony;
	src: url('../fonts/symphony-pro-regular.woff');
}

:root {
	--color1: #862B2F;
	--color2: #0075AD;
	--color3: #EDFF4B;
	--color4: #364485;
	--color5: #1F1338;
	--viewport: calc(var(--vh, 1vh) * 100);
	--padding: 60px;
	--p30: 30px;
	--p40: 40px;
	--p20: 20px;
	--cominline: 5;
	--msgcominline: 3;
	--regileft: 700px;
	--facleft: 450px;
	--sideslide: 60px;
	--absrt: 686px;
	--spec: 800px;
}


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

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	outline: 0;
}

body {
	color: #000;
	font-family: "Mulish", sans-serif;
	font-size: 14px;
	background: linear-gradient(45deg, #10091f, #221440, #150833);
	background: #002473;
	background: linear-gradient(130deg, rgba(0, 36, 115, 1) 0%, rgba(14, 29, 143, 1) 40%, rgba(0, 212, 255, 1) 100%);
}

.d-mob {
	display: none !important;
}

.container {
	max-width: 100%;
	padding: 0;
}

.row {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.py-6 {
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}

.heading {
	margin-bottom: var(--p30);
}

.heading h2 {
	font-family: "Philosopher", sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-size: 44px;
	color: var(--color3);
}

.heading h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 17px;
	letter-spacing: .8px;
	color: white;
}

.msg_wrap {
	/* background: linear-gradient(
215deg, var(--color1), #180a35, var(--color1)); */
	background-size: 356%;
	background-position: center;
	position: relative;
	/* overflow: hidden; */
	padding: 0;
}

.msg_top {
	display: flex;
	align-items: start;
}

.msg_top_left {
	width: 40%;
	display: flex;
	align-items: start;
	gap: var(--p20);
}

.msg_top_left_1 {
	flex: 2;
}

.msg_top_left_2 {
	flex: 1;
	position: sticky;
	top: var(--headerheight);
	display: grid;
	gap: var(--p20);
}

.msg_top_left_1 img,
.msg_top_left_2 img,
.msg_top_right_bottom_1 img,
.msg_top_right_bottom_2 img,
.msg_top_right_bottom_3 img {
	width: 100%;
}

.msg_top_right {
	width: 60%;
	padding-left: var(--p20);
}

.msg_top_right .heading h2 {
	line-height: 76px;
	font-size: 69px;
	border: none;
	height: unset;
}

.msg_top_right_bottom {
	display: flex;
	gap: var(--p20);
}

.msg_top_right_bottom_1 {
	flex: 1;
}

.msg_top_right_bottom_2 {
	flex: 1;
}

.msg_top_right_bottom_3 {
	flex: 1;
}

.msg_back {
	position: sticky;
	width: 36%;
	top: var(--headerheight);
	height: calc(100vh - var(--headerheight));
}

.msg_bottom {
	width: 100%;
	/* margin: auto; */
	padding: 0;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.msg_left {
	width: 64%;
	/* padding-right: var(--padding); */
	padding: var(--padding);
}

.msg_bottom p,
.msg_left ol li {
	margin-bottom: 0;
	line-height: 24px;
	font-size: 14px;
	color: white;

}

.msg_left ol {
	margin: 13px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.msg_left ol li {
	list-style: circle;
}

.regi_wrap {
	/* background: var(--color1); */
	/* background: linear-gradient(215deg, var(--color4), #180a35); */
	/* background-size: 200%; */
	background-position: center;
	/* overflow: hidden; */
}

.regi_inner {
	display: flex;
	/* width: 1000px; */
	margin: auto;
	align-items: start;
	padding: 0;
	border-bottom: 1px solid #ffffff3d;
}

.regi_inner_left {
	width: calc(100% - var(--regileft));
	border-left: 1px solid #ffffff3d;
}

.regi_inner_right {
	width: var(--regileft);
	padding: var(--p30) var(--padding);
	padding-left: calc(var(--padding) * 2);
	text-align: right;
	/* border-bottom: 1px solid #ffffff3d; */
	position: sticky;
	top: var(--headerheight);
	display: flex;
	flex-direction: column;
	gap: var(--p30);
}

.swiper {
	width: 100%;
	padding: 0;
	aspect-ratio: 2/2.9;
}

.swiper-slide {
	position: relative;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	user-select: none;
}

.counter_zone {
	padding-bottom: var(--p30);
	width: 100%;
	border-bottom: 1px solid #ffffff3d;
	/* margin-top: var(--p30); */
}

.counter_zone_left {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 17px;
	/* flex-direction: column; */
	justify-content: center;
}

.counter_zone_left img {
	width: 50px;
	height: 50px;
}

.counter_zone_left h4 {
	font-size: 24px;
	margin-bottom: 0;
	/* color: #ffe15b; */
	position: relative;
	font-family: "Clash Display";
	letter-spacing: .8px;
	color: white;
	font-family: "Philosopher", sans-serif;
}

.counter_zone_left h5 {
	margin-bottom: 0;
	font-size: 14px;
	color: white;
	display: inline-block;
	background: #4b2d8a;
	text-align: center;
	padding: 7px 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 50px;
}

.counter_zone_right {}

.regi_box {
	display: flex;
	padding: var(--p30);
	border-radius: 15px;
	transition: .5s;
	width: 100%;
	cursor: pointer;
	flex-direction: column;
	/* justify-content: space-between; */
	height: 100%;
	background: linear-gradient(215deg, #05258b, #002093, #c55450);
	background-size: 356%;
	background-position: center;
	animation: gradient 15s ease infinite;
	gap: var(--p20);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.counter_zone_right ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--padding);
	flex-wrap: wrap;
	width: 100%;
}

.counter_zone_right ul hr {
	background: #ffffff3d;
	width: 1px;
	height: 65px;
	display: inline-block;
	opacity: 1;
}

.counter_zone_right ul li {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.counter_zone_right ul li n {
	position: relative;
	font-size: 53px;
	font-family: "Six Caps", sans-serif;
	line-height: 56px;
	color: #c9b2f7;
	font-family: "Philosopher", sans-serif;
}

.counter_zone_right ul li i {
	text-transform: capitalize;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #ab95db;
}

.venue_wrap {
	height: 350vh;
	position: relative;
}

.venue_content {
	height: 100vh;
	background-color: var(--color5);
	width: 100%;
	position: sticky;
	top: 0;
	padding: var(--padding);
	overflow: hidden;
	z-index: 1;
}

.vnu_img {
	position: absolute;
	height: 100%;
	object-fit: cover;
	left: 0;
	bottom: 0;
	mix-blend-mode: multiply;
	opacity: .4;
	width: 100%;
}

.vanue_distance {
	display: flex;
	/* flex-direction: column; */
	gap: 10px;
	position: relative;
	/* padding: 0 var(--padding); */
}

.vanue_distance_inner {
	display: flex;
}

.vanue_distance .vanue_distance_inner:last-child {
	display: flex;
	justify-content: end;
}

.vanue_distance_inner div {
	/* width: 141px; */
	display: flex;
	align-items: center;
	gap: 10px;
	background: #364485a3;
	border-radius: 10px;
	box-shadow: 0px 8px 24px #00000057;
	position: relative;
	padding-bottom: 0;
	/* flex-direction: column; */
	overflow: hidden;
	/* padding-bottom: 10px; */
	z-index: 1;
	padding-right: 10px;
}

.vanue_distance_inner div img {
	width: 100%;
	width: 95px;
}

.vanue_distance_inner div span {
	display: inline-block;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color3);
	font-size: 95px;
	position: absolute;
	left: -5px;
	bottom: -5px;
	transform: rotate(-37deg);
	opacity: .3;
}

.vanue_distance_inner div p {
	margin: 0;
	color: white;
	font-size: 13px;
	display: flex;
	flex-direction: column-reverse;
	padding-left: 0;
	position: relative;
	z-index: 1;
}

.vanue_distance_inner div p n {
	font-size: 16px;
	/* font-family: "Clash Display"; */
	letter-spacing: 2.1px;
	color: white;
}

.vanue_distance_inner div p g {}

.venue_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
	z-index: 1;
}

.venue_inner .heading h5 {
	text-align: center;
	color: white;
	font-size: 14px;
}

.venue_inner .heading h2 {
	font-size: 30px;
	font-family: "Clash Display";
	text-align: center;
	line-height: unset;
	height: unset;
	border: 0;
	color: white;
	font-family: "Philosopher", sans-serif;
}

.venue_inner h4 {
	font-family: "Six Caps", sans-serif;
	text-transform: uppercase;
	font-size: 55px;
	text-align: center;
	color: var(--color3);
	text-shadow: 0 0 29px black;
	margin: 0;
	font-family: "Philosopher", sans-serif;
}

.venue_inner h6 {
	margin: 0;
	color: white;
	font-size: 13px;
	text-align: center;
}

.full_wrap {
	background: linear-gradient(180deg, var(--color5), var(--color4));
}

.banner_wrap {
	height: calc(100vh - var(--headerheight));
	position: relative;
	/* background: yellow; */
	overflow: hidden;
}

.banner_wrap h2 {
	font-size: 163px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	display: none;
}

.banner_wrap h2 span {
	display: inline-block;
	white-space: nowrap;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #6c43c6e6, transparent);
	-webkit-background-clip: text;
	line-height: 122px;
}

.banner_component {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}

.banner_content h5 {
	text-align: center;
	color: #B8F809;
	font-weight: 700;
	font-size: 39px;
	margin-top: var(--p20);
	border-image-source: linear-gradient(90deg, transparent, #f7d84d, transparent);
	border-bottom: 2px solid;
	border-image-slice: 1;
	border-width: 2px;
	padding: 10px 0;
	border-top: 2px solid;
	background: linear-gradient(90deg, transparent, #110d25, transparent);
}

.cloud_component_1 {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 35%;
	transform: translateY(-50%);
	opacity: .4;
}

.cloud_component_2 {
	position: absolute;
	right: -30px;
	top: 50%;
	width: 35%;
	transform: translateY(-50%);
	opacity: .4;
}

.cloud_component_3 {
	position: absolute;
	left: 30%;
	width: 18%;
	opacity: .4;
	top: 24%;
	width: 19%;
	transform: translateY(-50%);
}

.cloud_component_4 {
	opacity: .4;
	position: absolute;
	right: 27%;
	top: 22%;
	width: 13%;
	transform: translateY(-50%);
}

.inclution_wrap {}

.inclution_wrap h4 {
	font-size: 24px;
	font-weight: 900;
	font-family: "Philosopher", sans-serif;
	text-transform: uppercase;
	color: white;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(215deg, #6b8fff, #ebf0ff, #c55450);
	-webkit-background-clip: text;
	display: inline-block;
	margin-bottom: var(--p20);
}

.utility_wrap {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	flex-direction: column;
}

.utility_wrap li {
	font-size: 14px;
	color: #c3c3c3;
	display: flex;
	/* align-items: center; */
	flex: 1;
	/* flex-direction: column; */
	/* text-align: center; */
	/* font-family: "ElleFutura"; */
	gap: 9px;
	line-height: 16px;
	text-transform: uppercase;
	justify-content: end;
}

.utility_wrap li img {
	width: 49%;
	border-radius: 8px;
	background: #1d3c8d9e;
	padding: 5px;
}

.banner_bottom_img {
	height: 46vh;
	position: absolute;
	bottom: 0;
	display: flex;
	left: 0;
}

.committee_inner {
	display: flex;
	flex-wrap: wrap;
	gap: var(--p20);
	padding: 0 var(--padding);
}

.committee_flex .committee_inner {
	width: 60%;
	padding-right: 0;
}

.committee_flex {
	display: flex;
}

.committe_left {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.committee_box {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--cominline) - 1))) / var(--cominline));
}

.executive .committee_box {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--msgcominline) - 1))) / var(--msgcominline));
}

.committee_box .com_img_box,
.msg_committee_box .com_img_box {
	width: 100%;
	background: linear-gradient(180deg, #142347, transparent);
	/* border: 2px solid #ffffff00; */
	border-radius: 10px;
	/* height: 100px; */
	padding-top: 10px;
}

.committee_box .com_img_box img,
.msg_committee_box .com_img_box img {
	width: 100%;
	/* margin-top: -16px; */
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.committee_box .com_name_box,
.msg_committee_box .com_name_box {
	width: 100%;
	margin-top: 8px;
}

.committee_box h5,
.msg_committee_box h5 {
	margin-bottom: 2px;
	font-size: 13px;
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	color: #ffffff;
	/* letter-spacing: 1px; */
	font-weight: 900;
	text-align: center;
}

.committee_box h6,
.msg_committee_box h6 {
	margin-bottom: 0px;
	font-size: 12px;
	color: #dddddd;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: italic;
	text-align: center;
}

.committee_wrap .container {
	/* background: linear-gradient(180deg, var(--color5), var(--color4)); */
	/* padding-top: var(--padding); */
	/* width: calc(100% - 140px); */
	/* border-radius: var(--p20); */
	/* border-top: 1px solid #ffffff3d; */
}

.committee_wrap {
	background: linear-gradient(90deg, var(--color5), var(--color2), var(--color5));
	padding: var(--padding);
}

.committee_wrap .heading h5,
.committee_wrap .heading h2 {
	/* color: var(--color5); */
	padding: 0 var(--padding);
}

.committee_flex .heading h5,
.committee_flex .heading h2 {
	padding: 0;
}

.main_btn {
	background: white;
	border-radius: 50px;
	padding: 11px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .8px;
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: .5s;
	width: max-content;
}

.main_btn:hover {
	gap: 5px;
	transition: .5s;
}

/* ---- particles.js container ---- */

#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #b6192300;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: .1;
	z-index: -1;
}

/* ---- stats.js ---- */

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}

.regi_count_down {
	display: none;
}

.regi_date {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.regi_date h4 {
	color: white;
	font-size: 54px;
	font-family: "Philosopher", sans-serif;
	margin-bottom: 9px;
	line-height: 56px;
}

.regi_date h5 {
	margin-bottom: 0;
	color: var(--color3);
	font-size: 14px;
}

.regi_inner_right_main {
	display: flex;
	flex-direction: column;
}

.regi_inner_right_main_li {
	/* background: white; */
	/* border-radius: 15px; */
	overflow: hidden;
	/* background: linear-gradient(215deg, var(--color5), #331869, black); */
	background-size: 356%;
	background-position: center;
	animation: gradient 15s ease infinite;
	padding: 0;
	/* padding-right: calc(var(--padding) * 2); */
	border-bottom: 1px solid #ffffff3d;
}

.regi_inner_right_main_li.active,
.regi_inner_right_main_li:hover {
	background: linear-gradient(215deg, var(--color5), #331869, black);
	background-size: 356%;
	background-position: center;
	animation: gradient 15s ease infinite;
}

.regi_inner_right_main_li:last-child {
	border-bottom: 0;
}

.regi_inner_right_main_li button {
	width: 100%;
	text-align: left;
	padding: 0;
	border: 0;
	line-height: 19px;
	position: relative;
	background: transparent;
	padding: var(--p30) var(--padding);
	padding-right: calc(var(--padding) * 2);
}

.regi_inner_right_main_li button::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f067";
	color: var(--color5);
	font-size: 13px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: var(--color4);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.regi_inner_right_main_li button.active {}

.regi_inner_right_main_li button.active::before {
	content: "\f068";
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

.regi_inner_right_main_li button span {
	font-size: 29px;
	font-weight: 900;
	font-family: "Philosopher", sans-serif;
	text-transform: uppercase;
	color: white;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(215deg, #6b8fff, #ebf0ff, #c55450);
	-webkit-background-clip: text;
}

.regi_inner_right_main_li button n {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: var(--color3);
	margin-top: 7px;
}

.regi_inner_right_main_content {
	display: none;
	padding: var(--p30) var(--padding);
	padding-top: 0;
	padding-right: calc(var(--padding) * 2);
}

.regi_inner_right_main_li.active .regi_inner_right_main_content {
	display: block;
}

.regi_inner_right_main_content li {
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ffffff3d;
	padding-bottom: 10px;
	gap: 10px;
	margin-bottom: 10px;
}

.regi_inner_right_main_content li span {
	font-weight: 500;
	min-width: 82px;
	text-align: right;
}

.msg_committee_inner {

	display: flex;

	flex-wrap: wrap;

	gap: var(--p20);

	width: 80%;

	margin: auto;
}

.msg_committee_inner .msg_committee_box {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--cominline) - 1))) / var(--cominline));
}

.inner_page_banner {
	padding-top: var(--padding);
}

.inner_page_banner h3 {
	font-size: 163px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #6c43c6e6, transparent);
	-webkit-background-clip: text;
	line-height: 122px;
}

.committee_bottom {
	display: flex;
}

.faculty_wrap {
	display: flex;
}

.faculty_left {
	width: var(--facleft);
	padding: var(--p40);
	background: linear-gradient(215deg, #201750, #1b1464, #cf736f);
}

.faculty_right {
	width: calc(100% - var(--facleft));
	padding: var(--p40);
}

.intfacult {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--p20);
}

.intfacult .committee_box {
	width: 100%;
}

.accm-wrap {
	position: relative;
	padding-top: var(--padding);
}

.accm_bk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .01;
	mix-blend-mode: normal;
}

.accm-wrap .container {
	width: 1000px;
}

.accm_inner {
	display: flex;
	justify-content: space-between;
	justify-content: end;
	position: relative;
	padding-bottom: 32vh;
}

.accm_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.accm_right {
	width: 69%;
	padding-left: var(--p40);
}

.accm_right h4 {
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, var(--color3), transparent);
	-webkit-background-clip: text;
	font-family: "Six Caps", sans-serif;
	text-transform: uppercase;
	font-size: 65px;
	/* text-align: right; */
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	margin-bottom: 14px;
	font-size: 19px;
	margin-bottom: 0;
	font-family: "Philosopher", sans-serif;
}

.accm_right ul {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 2px;
}

.accm_right ul li {
	color: white;
	font-size: 18px;
	text-align: left;
}

.accm_right ul li span {
	color: #9ee8ff;
	font-weight: 800;
	margin-left: 11px;
}

.accm_right hr {
	height: 64px;
	background: linear-gradient(360deg, transparent, var(--color3));
	opacity: 1;
	width: 2px;
}

.accmtariff {
	display: flex;
	/* justify-content: end; */

	gap: var(--p40);
}

.accmtariff_wrap {
	padding-left: var(--p30);
}

.banner_content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 43%;
}

.banner_content img {
	width: 100%;
	filter: drop-shadow(4px 6px 12px rgba(0, 0, 0, .7));
}

.registation_end {
	display: none;
	padding-top: var(--p30);
	width: 100%;
	border-top: 1px solid #ffffff3d;
	margin-top: var(--p30);
	font-family: "Six Caps", sans-serif;
	text-transform: uppercase;
	font-size: 61px;
	color: var(--bs-blue);
	margin-bottom: 0;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, var(--color1), var(--color4));
	-webkit-background-clip: text;
}

.full_committe {
	width: 100%;
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	word-break: break-word;
	background: transparent;
	color: white;
	border: 1px solid white;
	align-items: center;
	justify-content: center;
	padding: var(--p20);
	text-transform: uppercase;
	font-weight: 600;
	transition: .5s;
}

.full_committe:hover {
	color: white;
	box-shadow: 5px 5px 10px #9271d766;
	transition: .5s;
}

.committe_left p {
	color: white;
}

.banner_content .header__right {
	display: none;
}

.abstract_wrap {
	display: flex;
	/* align-items: start; */
	width: calc(100% - calc(var(--padding) * 2));
	margin: var(--padding) auto;
	flex-wrap: wrap;
}

.asbtract_left {
	width: var(--absrt);
	/* position: sticky; */
	top: 0;
	/* background: var(--color4); */
	padding: var(--p40);
	border-radius: 15px;
	border: 1px solid #ffffff3d;
}

.asbtract_left img {

	width: 100%;
}

.abstratc_right {
	width: calc(100% - var(--absrt) - var(--p40));
	padding: var(--p40);
	border-radius: 15px;
	border: 1px solid #ffffff3d;
	margin-left: var(--p40);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.abstratc_right .heading h2 {
	/* text-shadow: 0 0 17px #9dfaff2b, 0 0 18px #9dfaff2b, 0 0 19px #9dfaff2b, 0 0 20px #9dfaff2b, 0 0 21px #9dfaff2b, 0 0 22px #9dfaff2b, 0 0 23px #9dfaff2b, 0 0 24px #9dfaff2b; */
	color: #eafeff;
	font-size: 139px;
	text-shadow: 0 0 23px #9dfaffd9;
}

.abstratc_right .heading h5 {
	color: #fff7ec;
	/* text-shadow: 0 0 7px #705939, 0 0 8px #705939, 0 0 9px #705939, 0 0 10px #705939, 0 0 11px #705939, 0 0 12px #705939, 0 0 13px #705939, 0 0 14px #705939; */
	font-weight: 300;
	font-size: 30px;
	text-shadow: 0 0 14px #6b512c;
}

.abstract_right_top_left h5 {
	text-align: right;
}

.asbtract_right_bottom_right .heading h5 {
	text-align: right;
}

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

.abstract_right_top_left {
	width: 40%;
	padding-right: var(--p20);
	position: relative;
}

.abstract_right_top_right {
	width: 60%;
	padding-left: var(--p20);
}

.abstract_right_mid {
	color: #9ee8ff;
	font-style: italic;
	margin-bottom: 0;
	text-align: left;
	font-size: 17px;
	text-transform: uppercase;
}

.abstract_right_mid span {
	color: #cdfdff;
	font-weight: 700;
}

.asbtract_right_bottom_right h5,
.asbtract_right_bottom_right h6 {
	text-align: right;
	color: #c3904c;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.asbtract_right_bottom_right h6 {
	color: #cdfdff;
	font-weight: 700;
}

.abstract_right_bottom {
	display: flex;
}

.asbtract_right_bottom_right {
	width: 67%;
	padding-right: var(--p40);
}

.asbtract_right_bottom_left {
	width: 33%;
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.asbtract_right_bottom_left li {
	background: #02203f;
	border-radius: 15px;
	padding: var(--p20);
	text-align: center;
}

.asbtract_right_bottom_left li h6 {
	color: #f8e9a4;
	font-size: 25px;
	text-transform: uppercase;
}

.asbtract_right_bottom_left li h5 {
	margin-bottom: 0;
	color: #f9fafb;
	font-size: 66px;
	font-family: "Six Caps", sans-serif;
	letter-spacing: 2.8px;
}

.abstract_right_foot {
	color: #99a0b8;
	font-size: 21px;
	font-style: italic;
	margin-top: var(--padding);
}

.abstract_right_top_left::before {
	content: '';
	height: 100%;
	background: linear-gradient(180deg, #065585, #00ccfa);
	opacity: 1;
	width: 2px;
	position: absolute;
	left: 100%;
}

.asbtract_left_top {}

.asbtract_left_top h5,
.abstract_date h3 {
	color: white;
	font-size: 66px;
	font-family: "Philosopher", sans-serif;
	margin-bottom: 9px;
	line-height: 56px;
}

.asbtract_left_top h6,
.abstract_date h4 {
	font-family: "Philosopher", sans-serif;
	text-transform: uppercase;
	margin-bottom: var(--p20);
	font-size: 18px;
	color: #f6ffa9;
	margin-top: 15px;
	letter-spacing: 0.8px;
}

.asbtract_left_bottom {
	display: flex;
	flex-wrap: wrap;
	gap: var(--p20);
	/* border-top: 1px solid #ffffff3d; */
	/* padding-top: var(--p20); */
	/* margin-top: var(--p20); */
}

.asbtract_left_bottom h5,
.abstratc_right h5 {
	margin: 0;
	width: 100%;
	/* font-family: "Philosopher", sans-serif; */
	/* text-transform: uppercase; */
	font-size: 18px;
	color: white;
}
.abstratc_right h5 a:hover{
	color: #0e002c;
}
.asbtract_left_bottom p {
	margin: 0;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	background: #14215fa8;
	border-radius: 10px;
	padding: 15px;
	line-height: 17px;
	position: relative;
	overflow: hidden;
}

.asbtract_left_bottom p span {
	/* padding-left: 21px; */
	position: relative;
}

.asbtract_left_bottom p span b {
	color: var(--color3);
	font-size: 15px;
}

.asbtract_left_bottom p::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f7d4";
	font-size: 100px;
	position: absolute;
	top: 27%;
	color: #ec93b92e;
	left: -24px;
	/* transform: translateY(-50%); */
	opacity: .5;
}

.asbtract_left_bottom h6,
.abstratc_right h6 {
	margin: 0;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
}

.asbtract_left_bottom_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #3644853d;
	padding: 6px;
	border-radius: 50px;
	border: 1px solid #ffffff3d;
}

.asbtract_left_bottom_bottom h4 {
	margin: 0;
	padding-left: var(--p20);
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #f5ffa0, #ffffff8c);
	-webkit-background-clip: text;
	font-family: "Philosopher", sans-serif;
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 0;
	font-weight: 800;
}

.asbtract_left_bottom_bottom .main-btn {}

.abstratc_right h5 {
	margin-bottom: 9px;
}

.abstratc_right h6 {}

.abstract_date {
	/* background: #3644854f; */
	/* border-radius: 10px; */
	/* padding: var(--p20); */
	margin: var(--p20) 0;
}

.abstract_date h4 {
	margin-bottom: 10px;
	margin-top: 0;
}

.abstract_date h3 {
	margin-bottom: 15px;
}

.workshop_inner {
	display: flex;
	align-items: start;
	padding: var(--padding);
	background-image: url('../images/bg-wrk 1.png');
	background-repeat: no-repeat;
	border-radius: 15px;
	width: calc(100% - calc(var(--padding) * 2));
	margin: auto;
}

.workshop_left {
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: var(--p20);
	padding-right: var(--padding);
	position: sticky;
	top: calc(var(--headerheight) + 10px);
}

.workshop_left li {
	padding: var(--p20);
	background: linear-gradient(136deg, var(--color1), transparent 54%, var(--color3) 100%);
	border-radius: 15px;
	backdrop-filter: blur(1px);
	background-size: 500%;
	background-position: center;
	border: 2px solid white;
}

.workshop_left li h5 {
	margin-bottom: 0;
	font-size: 19px;
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	color: var(--color3);
	/* letter-spacing: 1px; */
	font-weight: 900;
	font-family: "Bricolage Grotesque", sans-serif;
}

.wrkshp_tariff {
	width: 40%;
}

.wrkshp_tariff h4 {
	font-size: 24px;
	font-weight: 900;
	font-family: "Philosopher", sans-serif;
	text-transform: uppercase;
	color: white;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(215deg, #6b8fff, #ebf0ff, #c55450);
	-webkit-background-clip: text;
	display: inline-block;
	margin-bottom: var(--p20);
}

.wrkshp_tariff ul {
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.wrkshp_tariff ul li {
	/* background-image: url('../images/bg-wrk 1.png'); */
	background-repeat: no-repeat;
	padding: var(--p20);
	border-radius: 15px;
	background: linear-gradient(215deg, var(--color5), #331869, black);
}

.wrkshp_tariff ul li div {
	padding-bottom: 10px;
	color: var(--color3);
	font-size: 19px;
	font-weight: 600;
	border-bottom: 1px solid #edff4b5c;
	margin-bottom: 10px;
}

.wrkshp_tariff ul li ol {
	padding: 0;
}

.wrkshp_tariff ul li ol li {
	padding: 0;
	font-size: 14px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ffffff3d;
	padding-bottom: 5px;
	gap: 10px;
	margin-bottom: 5px;
	border-radius: 0;
	background: transparent;
}
.wrkshp_tariff ul li ol li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.wrkshp_tariff ul li ol li span {}


.ics_oration_wrap .heading h4 {
	background-image: linear-gradient(360deg, #3f3c6a, #a0697b);
	background-clip: text;
}

.ics_oration_wrap .heading h3,
.fics_left .heading h3 {
	-webkit-text-fill-color: transparent;
	background: linear-gradient(0deg, #a127257a, var(--color4));
	-webkit-background-clip: text;
	font-size: 31px;
	margin-top: var(--p20);
}

.ft_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 11px;
}

.msg_lard {
	font-family: "Philosopher", sans-serif;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 160px;
    color: #ffffff6b;
    line-height: 126px;
    z-index: 1;
    text-transform: uppercase;
    mix-blend-mode: overlay;
}


.footer_top {}

.footer_top h4 {
	font-family: "Philosopher", sans-serif;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 170px;
	color: #ffffff36;
	line-height: 126px;
	z-index: 1;
	text-transform: uppercase;
}

.footer_top h2 {
	font-family: "Philosopher", sans-serif;
	/* width: 50%; */
	margin: auto;
	text-align: center;
	color: #2f204f;
	font-size: 200px;
	margin-bottom: -70px;
	line-height: 200px;
}


.abstract_banner_wrap {
	/* background-image: url('../images/abstract/abstract_bk.png'); */
	background-repeat: no-repeat;
	/* background-size: cover; */
	/* background-position: top center; */
	position: relative;
	padding: var(--padding);
	/* padding-top: calc(var(--headerheight) + var(--p40)); */
	/* padding-bottom: 0; */
}

.abstract_banner_lr {
	position: absolute;
	height: calc(100% + var(--p40));
	top: 0;
}

.abstract_banner_left {
	left: 0;
}

.abstract_banner_right {
	right: 0;
}

.abs_banner_content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 100%; */
}

.abs_banner_content img {
	height: 50vh;
}

.abs_banner_content_top {
	width: 100%;
	/* padding-bottom: calc(var(--headerheight) + var(--p40)); */
}

.abs_banner_content_top h2 {
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 63px;
	font-family: "Bricolage Grotesque", sans-serif;
	margin-bottom: 0;
	line-height: 68px;
}

.abs_banner_content_top h4 {
	text-align: center;
	color: #cefcfe;
	text-transform: uppercase;
	font-size: 70px;
	margin: 0;
	line-height: 56px;
}



.abscountdown {
	margin-top: var(--p20);
}

.abscountdown ul {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: var(--p20);
	flex-wrap: wrap;
	width: 42%;
	margin: auto;
	margin-top: 11px;
	border: 1px solid #ffffff3d;
	border-radius: 50px;
	padding: 10px 18px;
}

.abscountdown ul li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	text-align: center;
}

.abscountdown ul li n {
	position: relative;
	font-size: 33px;
	/* font-family: "Six Caps", sans-serif; */
	line-height: 31px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Philosopher", sans-serif;
}

.abscountdown ul li i {
	text-transform: capitalize;
	font-style: normal;
	text-transform: uppercase;
	/* font-weight: 700; */
	letter-spacing: 2px;
	color: #fcff88;
	font-size: 12px;
}

.abscountdown h4 {
	color: #fcff88;
	font-weight: 300;
	margin: 0;
	font-size: 16px;
	/* font-family: "Cormorant Garamond", serif; */
	text-transform: uppercase;
	letter-spacing: 14px;
	color: white;
	line-height: normal;
}

.counters {
	display: flex;
	gap: var(--p20);
	padding: var(--padding);
	width: 90%;
	margin: auto;
}

.counter-inner h4 {
	color: #949384;
	font-weight: 300;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}


.counter-inner h3 {
	/* letter-spacing: 0.125rem; */
	position: relative;
	/* display: flex; */
	/* overflow: hidden; */
	/* align-items: center; */
	font-size: 31px;
	/* font-family: "Cormorant Garamond", serif; */
	margin: 0;
	color: #1b2d99;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
}

.counter-inner {
	flex: 1;
	/* text-align: center; */
	padding: var(--p20);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(232deg, #eeeeee, transparent);
	gap: 10px;
	border-radius: 15px;
	border: 2px solid #c3c1c0;
}

.spec_wrap {
	padding: var(--padding);
	/* background: #fafafa; */
	/* border-top: 1px solid #ffffff3d; */
	background: linear-gradient(338deg, black, #330268c2), linear-gradient(88deg, #a6acfb, #674c83);
}

.spec_inner {
	display: flex;
	align-items: start;
}

.spec_left {
	width: var(--spec);
	display: flex;
	flex-direction: column;
	gap: var(--p40);
	padding-right: var(--p40);
}

.spec_left_box {}

.spec_left_box_head {
	margin-bottom: var(--p20);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--p20);
}

.spec_left_box_head h4 {
	color: #ffffff;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
	margin: 0;
}

.spec_left_box_head h4 n {
	font-size: 13px;
	font-weight: 100;
	line-height: 16px;
	display: inline-block;
	margin-top: 8px;
}

.spec_left_box_qss {
	display: flex;
	gap: var(--p20);
}

.spec_left_box_qss li {
	flex: 1;
	/* background: white; */
	padding: var(--p20);
	border-radius: 15px;
	border: 2px solid #ffffff29;
	display: flex;
	flex-direction: column;
	gap: 5px;
	/* background: linear-gradient(215deg, var(--color5), #331869, black); */
	/* background-size: 356%; */
	background: #ffffff24;
	/* backdrop-filter: blur(10px); */
}

.spec_left_box_qss li h6 {
	margin: 0;
	color: white;
}

.spec_left_box_qss li h4 {
	font-family: "Bricolage Grotesque", sans-serif;
	margin: 0;
	font-weight: 600;
	color: var(--color3);
}

.spec_left_box_qss li small {
	color: #cecece;
}

.spec_box_btn {
	background: #edff4b1f;
	padding: 5px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	min-width: 306px;
}

.spec_box_btn button {
	border-radius: 50px;
	border: 0;
	font-size: 17px;
	padding: 6px 18px;
	background: transparent;
	color: #d4dfff;
	font-family: "Bricolage Grotesque", sans-serif;
}

.spec_box_btn button:hover {
	color: #ffffff;
}

.spec_box_btn button.active {
	color: #000f53;
	background: var(--color3);
}

.spec_left_box_abss {
	background: white;
	padding: var(--p30);
	border: 2px solid #ffffff1a;
	border-radius: 15px;
	background: #ffffff1c;
	/* background-size: 356%; */
}

.con-spec-top-lt {
	display: none;
}

.con-spec-top-lt ul,
.spec_left_box_athr {
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.con-spec-top-lt ul li,
.spec_left_box_athr li {
	display: flex;
	gap: var(--p20);
	align-items: start;
	position: relative;
}

.con-spec-top-lt ul li::before {
	content: '';
	position: absolute;
	left: 14px;
	bottom: 0;
	width: 2px;
	height: calc(calc(100% + var(--p20)) - 30px);
	background: #87d8ffc4;
	top: 30px;
}

.con-spec-top-lt ul li:last-child::before {
	display: none;
}

.con-spec-top-lt ul li n,
.spec_left_box_athr li n {
	min-width: 30px;
	background: #87d8ffc4;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00293d;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 800;
	box-shadow: -3px 7px 9px #5e006740;
}

.con-spec-top-lt ul li p,
.spec_left_box_athr li p {
	margin: 0;
	font-size: 18px;
	color: var(--color3);
	font-weight: 700;
	font-family: "Bricolage Grotesque", sans-serif;
	line-height: 23px;
}

.con-spec-top-lt ul li p span,
.spec_left_box_athr li p span {
	color: #c9c9c9;
	font-size: 14px;
	font-weight: 400;
}

.spec_left_box_smt_wrap {
	border-radius: 15px;
	overflow: hidden;
	border: 2px solid var(--color7);
}

.spec_left_box_smt_wrap .spec_left_box_head {
	background: #00000038;
	padding: var(--p30);
	margin: 0;
}

.spec_left_box_smt_wrap .spec_left_box_head h4 {
	color: white;
}

.spec_left_box_head h4 span {
	font-weight: 100;
	font-size: 19px;
}

.spec_left_box_smt_wrap p {
	margin: 0;
	font-size: 14px;
	font-style: italic;
	color: #dddddd;
	padding: var(--p20) var(--p30);
	background: #eaeaea;
	background: #000b4b;
}

.spec_left_box_smt {
	/* background: linear-gradient(136deg, var(--color1), transparent 54%, var(--color3) 100%); */
	/* border: 2px solid var(--color7); */
	padding: var(--p30);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--p20);
	/* border-bottom-left-radius: 15px; */
	/* border-bottom-right-radius: 15px; */
	/* background-size: 500%; */
	/* background-position: center; */
	background: #ffffff1a;
	background-size: 356%;
}

.spec_left_box_smt li {
	font-size: 18px;
	color: #ffffff;
	padding-left: 19px;
	position: relative;
}

.spec_left_box_smt li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f1ce";
	color: var(--color3);
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.spec_right {
	width: calc(100% - var(--spec));
	display: flex;
	flex-direction: column;
	gap: var(--p40);
	position: sticky;
	top: calc(var(--headerfxheight) + 10px);
}

.spec_right_box {
	padding: var(--p30);
	background: white;
	border-radius: 15px;
	border: 2px solid #37103b;
	background: linear-gradient(215deg, var(--color5), #331869, black);
	background-size: 356%;
	border: 2px solid #ffffff1a;
	border-radius: 15px;
	background: #ffffff1c;
}

.spec_left_box_str {
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.spec_left_box_str li {
	font-size: 18px;
	color: #fff;
	padding-left: 19px;
	position: relative;
}

.spec_left_box_str li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f111";
	color: #ffffff;
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.spec_left_box_str_wrap {
	background: #00000036;
	border: 2px solid #00000038;
}

.spec_left_box_str_wrap .spec_left_box_head h4 {
	color: var(--color3);
}

.spec_left_box_athr {}

.spec_left_box_athr li {}

.spec_left_box_athr li p {}

.spec_left_box_athr li p span {}

.spec_left_box_athr li n {
	min-width: 42px;
	font-size: 21px;
}

.spec_left_box_imn_wrap {
	background: #ffffff17;
	border-color: #ffffff1f;
}

.spec_left_box_imn_wrap .spec_left_box_head h4 {
	color: white;
}

.spec_left_box_imn,
.young_scien_award_right ul {
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.spec_left_box_imn li,
.young_scien_award_right ul li {
	font-size: 18px;
	color: white;
	padding-left: 19px;
	position: relative;
}

.young_scien_award_right ul li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f111";
	color: #ffc6c4;
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.registation_end,
.abstract_end,
.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box {
	display: none;
}

.registation_end h4 {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 33px;
	margin-bottom: 0;
	position: relative;
	letter-spacing: .8px;
	color: #cdd9ff;
	/* font-style: italic; */
	margin-top: 0;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
	text-transform: uppercase;
}

.sub_spec_box {}

.sub_spec_box ul {
	background: white;
	/* padding: var(--p30); */
	/* border: 2px solid #37103b; */
	border-radius: 15px;
	box-shadow: 0 0 15px #00000024;
}

.sub_spec_box ul .sub_spec_box_li {
	/* padding: var(--p30); */
	border-bottom: 1px solid #0000002e;
}

.sub_spec_box ul .sub_spec_box_li:last-child {
	border: 0;
}

.sub_spec_box ul .sub_spec_box_li button {
	display: flex;
	align-items: center;
	width: 100%;
	border: 0;
	font-size: 18px;
	color: #1b2d99;
	font-weight: 700;
	font-family: "Bricolage Grotesque", sans-serif;
	line-height: 23px;
	background: transparent;
	padding: 0;
	position: relative;
	gap: 10px;
	padding: var(--p30);
	padding-right: calc(var(--p20) + var(--p30));
}

.sub_spec_box ul .sub_spec_box_li button span {
	min-width: 36px;
	font-size: 14px;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* color: #66226d; */
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 800;
	/* box-shadow: -3px 7px 9px #5e006740; */
}

.sub_spec_box ul .sub_spec_box_li button.active,
.sub_spec_box ul .sub_spec_box_li button:hover {
	color: var(--color7);

}

.sub_spec_box ul .sub_spec_box_li button.active {
	padding-bottom: 0;
}

.sub_spec_box ul .sub_spec_box_li button.active span {
	background: var(--color7);
	color: #ffb0ca;
}

.sub_spec_box ul .sub_spec_box_li button::before {
	content: '';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f107";
	color: var(--color1);
	font-size: 22px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	right: var(--p20);
	top: 50%;
	transform: translateY(-50%);
}

.sub_spec_box ul .sub_spec_box_li button.active::before {
	color: var(--color7);
	transform: translateY(-50%) rotate(180deg);
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box {
	/* margin-top: 10px; */
	padding: var(--p30);
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box p,
.spec_bottom_left p,
.spec_bottom_right p {
	font-size: 18px;
	/* color: #535353; */
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box ol {
	padding-left: 0;
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box ol li {
	font-size: 16px;
	color: #535353;
	position: relative;
	padding-left: 19px;
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box ol li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f1ce";
	color: var(--color1);
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box ol li b {
	color: #1b2d99;
}

.young_scien_award {
	background: #1b2d99;
	padding: var(--p30);
	border-radius: 15px;
	margin-top: var(--p40);
	display: flex;
	gap: var(--p40);
	align-items: center;
}

.young_scien_award_left {
	flex: 1;
}

.young_scien_award_left h3 {
	font-weight: 600;
	color: white;
	font-size: 56px;
	font-family: "Bricolage Grotesque", sans-serif;
	margin-bottom: var(--p20);
}

.young_scien_award_left h3 span {
	color: #ffc6c4;
}

.young_scien_award_left p {
	font-size: 18px;
	color: white;
	margin-bottom: var(--p30);
}

.young_scien_award_left ul {
	display: flex;
	gap: 15px;
}

.young_scien_award_left ul li,
.spec_left_box_imn li {
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 18px;
	background: #ffffff24;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ffffff80;
}

.young_scien_award_left ul li span {
	color: #d4dfff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	/* font-weight: 600; */
}

.young_scien_award_left ul li n {}

.young_scien_award_right {
	flex: 1;
	background: #ffffff24;
	padding: var(--p30);
	border-radius: 10px;
	border: 1px solid #ffffff80;
}

.young_scien_award_right .spec_left_box_head h4 {
	color: #ffc6c4;
}

.young_scien_award_right ul {}

.young_scien_award_right ul li {
	padding-left: 31px;
}

.young_scien_award_right ul li::before {
	content: '\f058';
	font-size: 18px;
}

.spec_bottom {
	margin-top: var(--p40);
	display: flex;
	gap: var(--p40);
}

.spec_bottom_left,
.spec_bottom_right {
	background: white;
	padding: var(--p30);
	border-radius: 15px;
	box-shadow: 0 0 15px #00000024;
	flex: 1;
}

.spec_bottom_left p,
.spec_bottom_right p {
	margin-bottom: var(--p20);
}

.spec_bottom_left ul,
.spec_bottom_right ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: var(--p30);
}

.spec_bottom_left ul li,
.spec_bottom_right ul li {
	color: #1b2d99;
	font-size: 15px;
	background: #1b2d992e;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ffffff80;
	position: relative;
	padding-left: 35px;
}

.spec_bottom_left ul li::before,
.spec_bottom_right ul li::before {
	content: '';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f058";
	color: #1b2d99;
	font-size: 12px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.spec_bottom_left n,
.spec_left_box_imn_wrap n {
	font-size: 14px;
	font-style: italic;
	color: #858585;
	display: inline-block;
}



.spec_bottom_right ul {
	margin: 0;
	grid-template-columns: 1fr;
}

.spec_bottom_right ul li {
	background: #ffdad9;
	color: #8a4341;
}

.spec_bottom_right ul li::before {
	color: #8a4341;
	content: "\f057";
}

.spec_left_box_imn_wrap n {
	color: #ffffffa6;
	margin-top: var(--p20);
}

.central_committee {}

.cen_com_top {
	/* margin-bottom: var(--p30); */
	display: flex;
	align-items: start;
	flex-direction: column;
	position: sticky;
	top: calc(var(--headerfxheight) + var(--p30));
	width: 50%;
	gap: var(--p30);
	padding-right: var(--p40);
}

.cen_com_top_left {
	display: flex;
	align-items: center;
	gap: var(--p20);
	width: 100%;
}

.cen_com_top_right {
	display: flex;
	justify-content: end;
}

.cen_com_top_left img {
	min-width: 100px;
	max-width: 100px;
}

.cen_com_top_left .heading {
	margin: 0;
	width: 100%;
}



.cen_com_top_left .heading h6 {
	color: #ffffff7a;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 14px;
}

.cen_com_wrap {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.cen_com_left {
	/* padding-right: var(--p40); */
	color: #fff;
	margin: 0;
	font-size: 17px;
}

.cen_com_right {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: var(--p20);
}

.cen_com_right .committee_box {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--icscomline) - 1))) / var(--icscomline));
}

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

.full_content .heading h2 {
	font-size: 34px;
	line-height: 37px;
}

.full_content .heading h4 {
	font-size: 28px;
}

.abstract_bottom_left .abscountdown ul {
	background: transparent;
}

.abstract_bottom_left .abstract_countdown {
	width: 60%;
}

.abs_btn {
	display: flex;
	align-items: center;
	gap: 10px;
}

.abstract_wrap .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_list{
	display:flex;
	flex-direction: column;
	gap: 8px;
}