@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Six+Caps&display=swap');
@import url('https://db.onlinewebfonts.com/c/16adc037a7d47f49df37bbd82cb056ec?family=Above+the+Beyond+Script+W00+Rg');

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

:root {
	--color1: #862B2F;
	--color2: #0075AD;
	--color3: #d500c7;
	--color4: #f9C84D;
	--color5: #182B61;
	--viewport: calc(var(--vh, 1vh) * 100);
	--padding: 60px;
	--p30: 30px;
	--p40: 40px;
	--p20: 20px;
	--cominline: 1;
	--msgcominline: 3;
	--regileft: 425px;
	--facleft: 450px;
	--sideslide: 60px;
	--facinline: 3;
	--absrt: 686px;
	--centarcom: 400px;
	--centarcomgap: 60px;
}


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: "Jost", sans-serif;
	font-size: 14px;
	/* background: #000e57; */
}

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

.container {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

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

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

.heading h2 {
	font-family: "Cormorant Garamond", serif;
	text-transform: uppercase;
	margin: 0;
	font-size: 55px;
	color: var(--color4);
}

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

.main_btn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	/* letter-spacing: .8px; */
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 2px;
	transition: .5s;
	width: max-content;
}

.main_btn span {
	border-radius: 50px;
	padding: 11px 20px;
	background: var(--color4);
	transition: .5s;
	color: var(--color5);
}

.main_btn i {
	/* border-radius: 50px; */
	/* padding: 11px 12px; */
	/* background: white; */
	/* transition: .5s; */
	/* transform: rotate(-45deg); */
	/* transition: .5s; */
}

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

.full_wrap {
	position: relative;
	/* background-image: url('../images/IASGCON WEBSITE BANNER.png'); */
	background-size: cover;
	background-position: center;
	/* height: 100vh; */
}

.banner_img {
	position: absolute;
	top: 0;
	width: 100%;
	/* height: 100%; */
}

.banner_left {
	left: 0;
	position: unset;
}

.banner_right {
	right: 0;
}

.banner_center {}

.banner_bottom {}

.banner_wrap {
	/* height: 100%; */
	position: relative;
	/* background: yellow; */
	overflow: hidden;
	/* position: absolute; */
	/* top: 0; */
	width: 100%;
}

.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_bk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .6;
}

.msg_wrap {
	display: flex;
	/* gap: var(--p40); */
	padding: var(--padding);
	position: relative;
	/* padding-left: 0; */
	/* padding-right: 0; */
	/* padding-top: 0; */
	padding-bottom: 0;
	/* align-items: center; */
	--msg_rt: 174px;
	gap: calc(var(--padding) * 2);
	padding-right: 0;
}

.msg_left {
	/* --b: 10px; */
	/* flex: 1.5; */
	position: relative;
	/* border: 10px solid red; */
	border-left: 0;
	padding: var(--padding);
	/* clip-path: polygon(0 -219%, 100% 50%, 0 350%, 0 50%); */
	background: linear-gradient(131deg, #cc6ce7, var(--color5), var(--color5), #cc6ce7);
	width: calc(100% - var(--msg_rt) - var(--padding));
	border-radius: 25px;
	margin-bottom: var(--padding);
	background-size: 150%;
	background-position: center;
}

.msg_content {
	padding-right: var(--padding);
	position: relative;
}

.msg_content p {
	color: #ffffff;
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}

.msg_right {
	width: var(--msg_rt);
	display: flex;
	position: relative;
	padding: var(--padding);
	/* background-image: url('../images/Implant for trauma website_message pg.webp'); */
	background-size: contain;
	background-position: center;
	background: linear-gradient(180deg, #cc6ce7, var(--color5), var(--color5), #cc6ce7);
	padding-left: 0;
	border-top-left-radius: 25px;
	background-size: 150%;
	background-position: center;
}

.msg_right img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.msg_right img.image_com_1 {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* display: none; */
}

.msg_right img.image_com_2 {
	width: 50%;
	margin-left: -20%;
}

.msg_bk {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .1;
}

.vnu_wrap {
	padding: var(--padding);
	position: relative;
	background: #000e57;
}

.vnu_bk {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;

}

.vnu_bk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vnu_bk::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #8293f1;
	mix-blend-mode: multiply;
}

.vnu_wrap_inner {
	display: flex;
	gap: var(--p40);
	/* padding: var(--padding); */
	position: relative;
	align-items: center;
}

.vnu-left {
	/* flex: 1.5; */
	display: flex;
	position: relative;
	align-items: end;
	justify-content: end;
	width: 30%;
	margin-left: 20%;
	box-shadow: -20px 17px 15px #5731a31c;
}

.vnu-left img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.vnu-left img.image_com_1 {
	width: 70%;
}

.vnu-left img.image_com_2 {
	width: 50%;
	/* margin-left: -20%; */
	/* margin-bottom: 25px; */
}

.vnu_right {
	width: 50%;
	position: relative;
}

.vnu_content {}

.vnu_content h2 {
	color: white;
	font-size: 68px;
	font-family: "Six Caps", sans-serif;
	margin-bottom: 18px;
}

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

.vnu_grid li {
	/* background: black; */
	/* padding: var(--p20); */
	/* border-radius: 10px; */
	display: flex;
	align-items: center;
	gap: 15px;
}

.vnu_grid li img {
	width: 58px;
	/* margin-bottom: 14px; */
}

.vnu_grid li p {
	color: white;
	margin-bottom: 0;
	font-size: 12px;
}

.vnu_grid li h5 {
	margin: 0;
	color: white;
	font-size: 17px;
}

.slider-nav {
	padding: 0 40px;
}

.slider-nav div {
	background: white;
	/* padding: var(--p30); */
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
	width: 40px !important;
	height: 100% !important;
	background: red !important;
	z-index: 1;

}

.slider_nav_nav {
	padding: var(--p30);
}

.slider-nav .slick-next {
	right: 0;
}

.slider-nav .slick-prev {
	left: 0;
}

.committee_inner {
	display: flex;
	flex-wrap: wrap;
	gap: var(--p20);
	/* padding: 0 var(--padding); */
	justify-content: center;
	margin: auto;
	flex-direction: column;
	padding-left: 0;
	margin-left: -60px;
}

.committee_box {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--cominline) - 1))) / var(--cominline));
	background: white;
	border-radius: 10px;
	/* overflow: hidden; */
}

.committee_box .com_img_box {
	width: 100%;
	background: linear-gradient(131deg, var(--color5), transparent);
	border-radius: 10px;
}

.committee_box .com_img_box img {
	width: 100%;

	/* border-bottom-left-radius: 12px; */
	border-bottom-right-radius: 12px;
	aspect-ratio: 1 / 1;
}

.committee_box .com_name_box {
	width: 100%;
	padding: 12px;
}

.committee_box h5 {
	margin-bottom: 2px;
	font-size: 14px;
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	color: #ffffff;
	/* letter-spacing: 1px; */
	font-weight: 500;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(133deg, #17285a, #03f6d8);
	-webkit-background-clip: text;
}

.committee_box h6 {
	margin-bottom: 0px;
	font-size: 12px;
	color: #2049b9;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	/* font-style: italic; */
	font-weight: 500;
}

.com_wrap {
	background: linear-gradient(90deg, #000f5c, var(--color5));
}

.regi_wrap {
	background: #000e57;
	/* background: linear-gradient(215deg, var(--color4), #180a35); */
	/* background-size: 200%; */
	background-position: center;
	overflow: hidden;
	padding-bottom: 0;
	/* background-image: url('../images/IASGCON WEBSITE BANNER.png'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.regi_inner {
	display: flex;
	width: 1000px;
	margin: auto;
	align-items: center;
}

.regi_inner_left {
	width: var(--regileft);
}

.regi_inner_right {
	width: calc(100% - var(--regileft));
	padding-left: var(--padding);
}

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

.swiper-slide {
	position: relative;
	box-shadow: none;
	border-radius: 0;
	user-select: none;
}

.counter_zone {
	padding: var(--p30) 0;
	width: 100%;
	/* border-top: 1px solid #ffffff3d; */
	margin-top: var(--p30);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--p40);
	background: linear-gradient(178deg, var(--color5), #172857);
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

h4.counter_zone {
	margin-bottom: 0;
	color: white;
	display: none;
	text-align: center;
	text-transform: uppercase;
}

.counter_zone_left {
	display: flex;
	align-items: start;
	gap: 8px;
	margin-bottom: 0;
	flex-direction: column;
}

.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;
}

.counter_zone_left h5 {
	margin-bottom: 0;
	font-size: 14px;
	color: white;
	display: inline-block;
	background: linear-gradient(358deg, var(--color5), #00062a);
	text-align: center;
	padding: 7px 18px;
	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, #2a115c, #2d145e, var(--color1));
	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: space-between;
	gap: 10px;
	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: var(--color4);
}

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

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

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

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


.regi_inner_left .inclution {
	display: flex;
	gap: 7px;
	margin: 0;
	position: relative;
	width: 100%;
	border-left: 0;
	padding-left: 0;
	margin-top: 0;
	flex-wrap: wrap;
}

.regi_inner_left .inclution li {
	background: linear-gradient(133deg, var(--color5), #001279, black);
	background-size: 356%;
	background-position: center;
	animation: gradient 15s ease infinite;
	border-radius: 50px;
	padding: 7px 10px;
	color: white;
	display: flex;
	gap: 10px;
	align-items: center;
}

.regi_inner_left .inclution li img {
	width: 26px;
	height: 26px;
}

.faq-wrap {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	/* margin-top: var(--p30); */
}

.faq-wrap li {
	list-style: none;
	margin-bottom: 00px;
	border-bottom: 1px solid #fbca0938;
}

.faq-wrap li:last-child {
	margin-bottom: 0;
}

.faq-wrap li h6 {
	color: #ffffff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: transparent;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	padding-right: 25px;
}

.faq-wrap li h6::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f067";
	color: #fbca0938;
	font-size: 17px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	right: 0;
}

.faq-wrap li .faqx {
	display: none;
	padding-bottom: 16px;
	/* box-shadow : 0px 14px 15px #00000012; */
	/* padding-top: 0; */
	color: white;
}

.faq-wrap li .faqx p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 29px;
	color: var(--base-color);
	font-family: 'Open Sans', sans-serif;
}

.faq-wrap li h6.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_content {
	display: none;
	/* margin-top: 15px; */
	padding: 15px var(--p20);
	border-top: 1px solid white;
}

.regi_inner_right_main {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.regi_inner_right_main_li {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	background: linear-gradient(215deg, var(--color5), #3861b0, #3850a9);
	background-size: 356%;
	background-position: center;
	animation: gradient 15s ease infinite;
}

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

.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: 20px;
	font-weight: 900;
	/* font-family: "Cormorant Garamond", serif; */
	text-transform: uppercase;
	color: white;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(133deg, var(--color4), #03f6d8);
	-webkit-background-clip: text;
}

.regi_inner_right_main_li button n {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: white;
}

.regi_inner_right_main_content {}

.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: 7px;
	gap: 10px;
	margin-bottom: 7px;
}

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

.inclution_wrap {}

.inclution_wrap h4 {
	text-transform: uppercase;
	margin-bottom: 14px;
	font-size: 16px;
	color: white;
	font-weight: 700;
}

.utility_wrap {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}

.utility_wrap li {
	font-size: 12px;
	color: #c3c3c3;
	display: flex;
	align-items: center;
	flex: 1;
	flex-direction: column;
	text-align: center;
	gap: 9px;
	line-height: 16px;
	text-transform: uppercase;
	width: 50%;
}

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

.swiper-container {
	width: 100%;
	/* height: 300px; */
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	/* background-color: white; */
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.memory-slide {
	display: none;
}

.gallery-thumbs {
	/* height: 20%; */
	box-sizing: border-box;
	display: flex;
	margin-top: 30px;
	padding-bottom: 0;
}

.gallery-thumbs .memorythumb-slide {
	width: 50%;
	/* height: 112%; */
	/* opacity: 0.4; */
	/* padding: var(--p30); */
	/* border-top: 5px solid transparent; */
	height: 100px;
	position: relative;
	cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
	background: #292929;
	width: 30px !important;
	height: 100px;
	bottom: 0;
	top: inherit;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.gallery-thumbs .memorythumb-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a1;
}

.gallery-thumbs .memorythumb-slide::after {
	content: '';
	height: 0px;
	width: 100%;
	background: var(--color4);
	opacity: 0;
	left: 0;
	bottom: 100%;
	transition: .5s;
	position: absolute;
}

.gallery-thumbs .memorythumb-slide.active {
	margin-top: -10px;
	height: 110px;
}

.gallery-thumbs .memorythumb-slide.active::after,
.gallery-thumbs .memorythumb-slide:hover::after {
	opacity: 1;
	height: 5px;
	transition: .5s;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 17px !important;
}

.gallery-thumbs .memorythumb-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-thumbs .memorythumb-slide span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-family: "Cormorant Garamond", serif;
	font-size: 38px;
}

.memory_grid {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: var(--p20);
	width: 1000px;
	margin: auto;
}

.memory_lt {
	width: 100%;
}

.memory_lt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	border: 3px solid white;
}

.memory_rt {
	/* display: grid; */
	gap: var(--p20);
	width: 100%;
}

.memory_rt_top {
	width: 100%;
}

.memory_rt_top img {
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
	border: 3px solid white;
}

.memory_rt_bottom {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: var(--p20);
	margin-top: var(--p20);
}

.memory_rt_bottom img {
	width: 50%;
	object-fit: cover;
	border-radius: 15px;
	border: 3px solid white;
}

.memory_rt_bottom_right {
	padding-left: var(--p20);
}

.memory_rt_bottom_right p {
	color: white;
	font-size: 16px;
}

.memory_rt_bottom_right h6 {
	margin: 0;
	display: grid;
	gap: 10px;
}

.msg_btm {
	margin: 0;
	font-family: "Six Caps", sans-serif;
	text-transform: uppercase;
	color: #ffffff26;
	font-size: 152px;
	position: absolute;
	left: -60px;
	bottom: -116px;
}

.banner_content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	z-index: 1;
	position: relative;
}

/* .banner_content img {
	width: 65%;
} */

.memory_lt .vnu_img,
.memory_lt .vnu_img .owl-stage-outer,
.memory_lt .vnu_img .owl-stage,
.memory_lt .vnu_img .owl-item {
	height: 100%;
}

.reg-type-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #0019317d;
	z-index: 9999;
	backdrop-filter: blur(6px);

}

.reg-type-popup-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reg-type-popup-wrap {
	/* width: 400px; */
	height: 76vh;
}

.reg-type-popup-box {
	position: relative;
	/* padding-bottom: 30px; */
	border-radius: 15px;
	text-align: center;
	width: 100%;
	/* display: none; */
	height: 100%;
}

.reg-type-popup-box img {
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
}

.reg-type-popup-box h5 {
	text-align: center;
	margin-bottom: 13px;
	color: white;
	font-weight: 400;
	display: none;
}

.reg-type-popup-box h5 span {
	font-size: 46px;
	font-weight: bold;
	text-shadow: 3px 3px #074494;
	text-transform: uppercase;
}

.reg-type-popup-box ul {
	margin-bottom: 23px;
	text-align: left;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-left: 15px;
}

.reg-type-popup-box li {}

.reg-type-popup-box a {
	margin-left: auto;
	margin-right: auto;
	/* background: #fff; */
	/* padding: 10px 32px !important; */
	/* font-weight: 600; */
	/* display: inline-block; */
	/* border-radius: 50px; */
	/* position: relative; */
	display: inline-block;
	height: 100%;
}

.reg-type-popup-box a:hover {
	box-shadow: 0px 14px 25px #fbca096b;
}

.reg-type-popup-wrap button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	width: 28px;
	height: 28px;
	background: transparent;
	border-radius: 50px;
	padding: 0;
	font-size: 14px;
	color: white;
	z-index: 1;
}

.faculty_wrap {}

.faculty_inner {
	display: flex;
	/* align-items: center; */
	padding: 0 var(--padding);
	justify-content: space-between;
	/* background: linear-gradient(90deg, #2b41b0, #004573); */
	width: 80%;
	margin: auto;
	position: relative;
	border-radius: 25px;
	display: none;
	transition: .5s;
	margin-top: var(--padding);
	background-image: url('../images/IASGCON WEBSITE BANNER.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* background-attachment: fixed; */
}

.faculty_inner.active {
	display: flex;
	transition: .5s;
}

.faculty_inner .center_img {
	/* width: 50%; */
	/* margin-top: -60px; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: calc(100% + var(--padding));
}

.faculty_inner div {
	width: 37%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	padding: calc(var(--padding) * 2) 0;
}

.faculty_inner div h3 {
	font-size: 43px;
	/* font-family: "Six Caps", sans-serif; */
	margin-bottom: 2px;
	line-height: 44px;
	color: var(--color4);
	font-weight: 900;
	text-transform: uppercase;
}

.faculty_inner div h5 {
	color: #a7b5ff;
}

.faculty_inner div p {
	margin: 0;
	color: white;
	font-size: 18px;
}

.faculty_inner button {
	width: 15%;
	margin-top: auto;
	margin-bottom: var(--padding);
	/* background: white; */
	padding: 0;
	border: 0;
	border-radius: 15px;
	justify-content: space-between;
	overflow: hidden;
	padding: 2px;
}

.faculty_inner button span {
	background: linear-gradient(180deg, #2b41b0, transparent);
	display: inline-block;
	border-radius: 13px;
}

.faculty_inner button img {
	width: 100%;
}

.faculty_inner button n {
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	margin-bottom: 3px;
}

.faculty_inner_left {
	width: 35%;
}

.faculty_inner_left h4 {
	font-family: "Above the Beyond Script W00 Rg";
	color: var(--color4);
	font-size: 48px;
}

.faculty_inner_left h3 {
	color: white;
	text-transform: uppercase;
	font-size: 57px;
	margin-bottom: 0;
}

.faculty_inner_right {
	display: flex;
	gap: var(--p30);
	width: 45%;
	flex-wrap: wrap;
	justify-content: center;
}

.faculty_box {
	width: calc(calc(100% - calc(var(--p30) * calc(var(--facinline) - 1))) / var(--facinline));
}

.faculty_box .com_img_box {
	background: var(--color5);
	margin-bottom: 10px;
}

.inter_fac .com_img_box {
	background: var(--color4);
}

.faculty_box .com_img_box img {
	width: 100%;
}

.faculty_box .com_name_box {}

.faculty_box .com_name_box h5 {
	color: white;
}

.faculty_box .com_name_box h6 {
	margin: 0;
	color: white;
	font-weight: 300;
	text-transform: uppercase;
}

.faculty_inner.inter_fac {
	border-bottom: 10px solid var(--color5);
}

.inter_fac {
	background-image: url('../images/Photograph in texture.jpg.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
}

.nat_fac {
	background-image: url('../images/Texture BG For Trauma Update.jpg.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
}

.faculty_wrap .heading h2,
.faculty_wrap .heading h5 {
	color: var(--color5);
}

.abstract_wrap {
	display: flex;
	background: var(--color5);
	/* margin-top: var(--padding); */
	padding: var(--padding);
	flex-wrap: wrap;
	background: linear-gradient(190deg, #cc6ce7, var(--color5), var(--color5), #cc6ce7);
	background-size: 350%;
	background-position: center;
}

.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: #c3904c;
	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: "Six Caps", sans-serif;
	margin-bottom: 9px;
	line-height: 56px;
}

.asbtract_left_top h6,
.abstract_date h4 {
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	margin-bottom: var(--p20);
	font-size: 18px;
	color: var(--color3);
	margin-top: 15px;
	letter-spacing: 0.8px;
	color: #ac4ee1;
}

.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: "Clash Display"; */
	text-transform: uppercase;
	font-size: 18px;
	color: white;
}

.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: #3644854f;
	border-radius: 10px;
	padding: var(--p20);
	line-height: 29px;
	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: 26px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(133deg, var(--color4), #03f6d8);
	-webkit-background-clip: text;
}

.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%); */
}

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

.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, var(--color3), transparent);
	-webkit-background-clip: text;
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 0;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(133deg, var(--color4), #03f6d8);
	-webkit-background-clip: text;
}

.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;
}

.abstract_wrap .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.central_com_wrap {
	display: flex;
	align-items: start;
	/* width: 100%; */
	/* margin: auto; */
	gap: var(--padding);
	padding: 0 var(--padding);
	position: relative;
}

.central_com_head_wrap {
	height: calc(100vh - var(--headerheight));
	/* background: red; */
	position: sticky;
	top: var(--headerheight);
	width: var(--centarcom);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.central {
	background-image: url(../images/bck-1.png);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;

}

.central_com_head_bottom {
	width: 50%;

}



.central_com_head_bottom a {
	text-align: center;

	width: 100%;
}

.central_com_head_bottom a span {
	border-radius: 0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.central_com_btm {
	display: grid;
	gap: var(--p20);
	grid-template-columns: 1fr 1fr 1fr;
	padding: 0;
	position: relative;
	flex-wrap: wrap;
	padding: var(--p40);
	margin: var(--padding) 0;
	width: calc(100% - calc(var(--centarcom) + var(--padding)));
	padding-right: 0;
}

.central_com_btm::before {
	content: '';
	border: 2px solid var(--color5);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% + var(--padding));
	/* z-index: -1; */
	border-top-left-radius: 15px;
	border-right: 0;
	border-bottom-left-radius: 15px;
}

.central_com_btm .committee_box {
	width: 100%;
	padding: 0;
	/* -webkit-flex: 1; */
	-ms-flex: 1;
	/* flex: 1; */
	cursor: pointer;
	transition: all 500ms ease;
	position: relative;
}

.central_com_btm .committee_box .com_img_box {
	/* width: 100%; */
	/* background: linear-gradient(131deg, var(--color5), transparent); */
	/* border-radius: 10px; */
}

.central_com_btm .committee_box .com_img_box img {
	width: 100%;

	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.central_com_btm .committee_box .com_name_box {
	width: 100%;
	/* background: #163887; */
	/* padding: 13px; */
	/* margin-top: 8px; */
}

.central_com_btm .committee_box h5 {
	margin-bottom: 5px;
	font-size: 17px;
	/* color: white; */
	/* font-family: season; */
	/* color: var(--color3); */
}

.central_com_btm .committee_box h6 {
	margin-bottom: 0px;
	font-size: 14px;
	color: #2049b9;
	/* font-family: garet; */
}

.central_com_btm .committee_box:hover {
	flex-grow: 1.2;
	transition: all 500ms ease;
}

.central_com_head_right {
	width: 50%;
	/* padding: var(--p30); */
	position: relative;
	/* background: var(--color1); */
	padding-top: var(--p40);
}

.central_com_head_right::before {
	content: '';
	border: 2px solid var(--color5);
	position: absolute;
	left: calc(var(--p40) / -1);
	top: 0;
	height: calc(50% + var(--p40));
	width: calc(100% + calc(var(--p40) * 2));
	/* z-index: -1; */
	border-top: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.central_com_head_right img {
	width: 100%;
	padding: var(--p30);
	position: relative;
	background: linear-gradient(90deg, var(--color4), #e0b8eb);
	border-radius: 15px;
}

.central_com_head_wrap .heading h2, .central_com_head_wrap .heading h5 {
	color: var(--color5);
	text-align: center;
}