@import url('https://fonts.googleapis.com/css?family=Baloo|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.touchspin.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@font-face {
	font-family: 'Belmonte-Rough';
	src: url('../fonts/BelmonteRough.eot');
	src: url('../fonts/BelmonteRough.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BelmonteRough.woff2') format('woff2'),
		url('../fonts/BelmonteRough.woff') format('woff'),
		url('../fonts/BelmonteRough.ttf') format('truetype'),
		url('../fonts/BelmonteRough.svg#BelmonteRough') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #f20487;
}

button,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Baloo', cursive;
}


textarea {
	overflow: hidden;
}

p {
	position: relative;
	line-height: 1.8em;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.large-container {
	position: static;
	max-width: 1550px;
	padding: 0px 15px;
	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
}

.theme-btn {
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.centered {
	text-align: center;
}


/*** 

====================================================================
	preloader
====================================================================

 ***/

.preloader {
	align-items: center;
	cursor: default;
	display: flex;
	height: 100%;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.preloader .loader .row {
	height: 100%;
}

.preloader .loader .loader-section {
	padding: 0px;
}

.preloader .loader .loader-section .bg {
	background-color: white;
	height: 100%;
	left: 0;
	width: 100%;
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .loader-section .bg {
	width: 0;
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*** 

====================================================================
	7. Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 60px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #0a0a0a;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #4b1ece;
}

/*** 

====================================================================
	8. Section Title
====================================================================

***/

.sec-title .title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #f14b59;
	font-weight: 500;
	margin-bottom: 30px;
}

.sec-title h2 {
	position: relative;
	display: inline-block;
	font-size: 50px;
	line-height: 1em;
	color: #212639;
	font-weight: 400;
	/*+
	padding-bottom: 30px;*/
	z-index: 2;
}

/*** 

====================================================================
	Header Section
====================================================================

***/

.main-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-upper .outer-container {
	position: relative;
	max-width: 1860px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.main-header .header-upper {
	position: relative;
	text-align: center;
}

.main-header .header-upper .logo-box {
	position: absolute;
	left: 5px;
	top: 0;
	padding: 10px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-upper .logo-box .logo img {
	display: inline-block;
	max-width: 260px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation {
	position: relative;
	top: 0;
	left: 18%;
	display: flex;
	gap: 30px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	text-align: left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	color: black;
	margin: 20px 0 0 0;
	padding: 10px 0px;
	opacity: 1;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration: none;
}

.main-menu .navigation>li>a:before {
	position: absolute;
	left: 0%;
	bottom: 5px;
	height: 3px;
	width: 0%;
	content: "";
	background-color: #ffc600;
	border-radius: 5px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	left: 0;
	width: 100%;
}

/*** 

====================================================================
			Mobile Section
====================================================================

***/

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left;
}

.mobile-menu .nav-logo img {
	max-width: 200px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease 500ms;
	-moz-transition: all 0.7s ease 500ms;
	-ms-transition: all 0.7s ease 500ms;
	-o-transition: all 0.7s ease 500ms;
	transition: all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
	opacity: 0.50;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	padding: 0;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
	padding: 10px;
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: none;
	left: 0px;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: black;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	line-height: 50px;
	cursor: pointer;
	color: black;
	display: none
}

/*** 

====================================================================
	Hero Section
====================================================================

***/

.text {
	text-align: justify;
}

#hero-section {
	position: relative;
	animation: change 15s infinite;
	background-repeat: no-repeat;
	z-index: 0;
	top: 130px;
}

@keyframes change {
	0% {
		background-image: url(../images/building1-png_final.png);
	}

	10% {
		background-image: url(../images/building2-png_final.png);
	}

	20% {
		background-image: url(../images/building2-png_final.png);
	}

	40% {
		background-image: url(../images/building2-png_final.png);
	}

	60% {
		background-image: url(../images/building1-png_final.png)
	}

	80% {
		background-image: url(../images/building1-png_final.png);
	}

	100% {
		background-image: url(../images/building2-png_final.png);
	}
}

.hero-1 {
	margin: 0 65px;
	padding: 110px 0 200px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: bottom center;
	overflow: hidden;
	z-index: 9;
	border-radius: 20px;
}

.img-sponsers {
	background-color: rgba(248, 249, 250, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	flex-wrap: wrap;
}

.sponsers-logo {
	max-width: 271px;
	max-height: 152px;
	object-fit: contain;
}

.hero-1 .hero-section-details {
	position: relative;
	top: -50px;
}

.hero-1 .hero-col-full-width {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
}

.hero-1 .hero-content {
	position: relative;
	top: 120px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.hero-1 .hero-content h2 {
	color: white;
	margin-bottom: 0;
	/*font-size: 42px;*/
}

.hero-1 .hero-content span {
	color: white;
}

.hero-1 .hero-content p {
	color: white;
	line-height: 181%;
	margin-bottom: 0;
}

.hero-1 .hero-content .center-element {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cal11 {
	font-size: 25px;
	margin: -3px 5px 0 10px;
}

.dates11 {
	margin: 0 15px 0 0;
}

.earth11 {
	font-size: 25px;
	margin: -3px 0 0 0;
}

.loc11 {
	font-size: 25px;
	margin: -3px 5px 0 15px;
}

.countdown {
	position: absolute;
	top: 77%;
	left: 32%;
	width: 38%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 9;
}

.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
}

.countdown-value {
	font-size: 35px;
	margin-bottom: 5px;
	font-family: 'Belmonte-Rough';
}

.countdown-label {
	font-size: 18px;
	color: #666;
}

/*** 

====================================================================
		About Section
====================================================================

***/

.about-section {
	position: relative;
	z-index: 0;
	padding: 140px 0 0 0;
}

.about-section .content-column {
	position: relative;
	margin-bottom: 50px;
}

.about-section .content-column .inner-column {
	position: relative;
	/*padding-right: 40px;*/
}

.about-section .text {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #6F6F6F;
	font-weight: 400;
	margin-bottom: 40px;
	width: 113%;
}

.about-section .image-column {
	position: relative;
	/*margin-bottom: 50px;*/
}

.about-section .image-column .inner-column {
	position: relative;
	/*padding: 0 60px 60px 40px;*/
}

.slider_container {
	position: relative;
	width: 100%;
	height: 25rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	border-radius: 35px;
	border: 2px solid rgba(75, 30, 206, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.slider {
	position: relative;
	width: 400%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
}

.slide {
	position: relative;
	min-width: 100%;
	height: 100%;
}

.slide img {
	width: 100%;
	height: 100%;
	filter: brightness(1.05) contrast(1.1);
	transition: filter 0.3s ease;
}

.slide:hover img {
	filter: brightness(1.1) contrast(1.15) saturate(1.1);
}

@keyframes sliding {
	0% {
		transform: translateX(0%);
	}

	20% {
		transform: translateX(0%);
	}

	25% {
		transform: translateX(-100%);
	}

	45% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(-200%);
	}

	70% {
		transform: translateX(-200%);
	}

	75% {
		transform: translateX(-300%);
	}

	95% {
		transform: translateX(-300%);
	}

	100% {
		transform: translateX(-400%);
	}
}

.anim-icons {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.anim-icons .icon {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}

.about-section .icon-circle-3 {
	top: 270px !important;
	left: -535px !important;
	opacity: .10;
}

.about-section .icon-circle-4 {
	top: 850px !important;
	left: -300px !important;
	opacity: .50;
}

.icon-circle-3 {
	height: 690px;
	width: 690px;
	background-image: url(../images/icons/icon-circle-3.png);
}

.icon-circle-4 {
	height: 252px;
	width: 252px;
	background-image: url(../images/icons/icon-circle-4.png);
}

.about-section .icon-circle-3-1 {
	top: 1050px !important;
	left: 1000px !important;
	opacity: .10;
}

.about-section .icon-circle-4-1 {
	top: 900px !important;
	left: 1200px !important;
	opacity: .50;
}

.icon-circle-3-1 {
	height: 690px;
	width: 690px;
	background-image: url(../images/icon-circle-3-1.png);
}

.icon-circle-4-1 {
	height: 252px;
	width: 252px;
	background-image: url(../images/icon-circle-4-1.png);
}

/*** 

====================================================================
		Cfp Section
====================================================================

***/

.cfp-section {
	padding: 90px 0 200px 0;
}

.timeline {
	max-width: 1000px;
	margin: auto;
	flex-wrap: wrap;
	position: relative;
	top: 40px;
}

.line {
	position: absolute;
	z-index: 0;
	left: calc(50% - 1px);
	width: 2px;
	top: -50px;
	background-color: blue;
	display: none;
}

.line:before,
.line::after {
	position: absolute;
	display: block;
	content: '';
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	background-color: orangered;
	left: 49.99999%;
	transform: translateX(-50%);
}

.line:after {
	bottom: 0;
}

.section {
	position: relative;
	z-index: 1;
	margin: 50px 0;
	align-items: center;
	min-height: 300px;
}

.section:last-child {
	margin-bottom: 0;
}

.section:nth-child(even) {
	padding-right: calc(50% + 30px);
	text-align: right;
	opacity: 0;
	transform: translateX(100%);
	transition: 600ms ease;

}

.section:nth-child(odd) {
	padding-left: calc(50% + 30px);
	opacity: 0;
	transform: translateX(-100%);
	transition: 600ms ease;
}

.bead {
	position: absolute;
	display: block;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	background-color: orangered;
	left: 49.9999985%;
	top: 1.5%;
	transform: translateX(-50%);
	z-index: 1;
}

.section-date {
	font-size: 18px;
	color: blue;
	margin: 6px 0 15px;
	text-align: start;
}

.section .content {
	background-color: #f7e9ce;
	padding: 26px 15px 26px 37px;
	border-radius: 20px;
	opacity: 0.8;
}

.content ul li {
	color: black;
	text-align: left;
	list-style: disc;
}

.show-me:nth-child(n) {
	transform: none;
	opacity: 1;
}

.cfp-book-image {
	display: inline-block;
	max-width: 100%;
	height: 150px;
}


/*** 

====================================================================
	Paper Section
====================================================================

 ***/

.list-group-numbered .list-group-item::before {
	font-weight: bold;
	margin-right: 4px;
}

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 15px;
	line-height: 26px;
	color: #212639;
	text-align: left;
	font-weight: 400;
	margin-bottom: 12px;
}

.list-style-two li:before {
	position: absolute;
	left: 0;
	top: 8px;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	background-color: #e9a126;
	content: "";
}

/*** 

====================================================================
		Speakers Section
====================================================================

***/

.speakers-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 90px 0;
	overflow: hidden;
}

.speaker-block {
	position: relative;
	margin-bottom: 40px;
}

.speaker-block .image-box {
	position: relative;
	padding: 20px;
	background-color: rgba(255, 255, 255, .15);
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 3px;
	background-size: cover;
	background-position: center;
	backface-visibility: hidden;
	transition: .7s cubic-bezier(.4, .2, .2, 1);
}

.speaker-block .image-box .image:after,
.speaker-block .image-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: #2859ad;
	content: "";
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.speaker-block .inner-box:hover .image-box .image:after,
.speaker-block .inner-box:hover .image-box:before {
	height: 100%;
}

.speaker-block .image-box .image:after {
	opacity: .40;
	z-index: 1;
	top: auto;
	bottom: 0;
	background-color: #4a34a5;
}

.speaker-block .image-box .image {
	position: relative;
	margin-bottom: 0;
	z-index: 0;
	overflow: hidden;
}

.speaker-block .image-box .image img {
	display: block;
	width: 100%;
	height: 350px; /* Standardized height for all speaker images */
	object-fit: cover; /* Ensures images maintain aspect ratio while filling the container */
	object-position: top center; /* Focus on the top part of the image (face) */
}

.card__data {
	width: 255px;
	background-color: hsl(0, 0%, 100%);
	padding: 1rem 1rem 0;
	box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
	border-radius: 1rem;
	text-align: center;
	position: absolute;
	bottom: -9rem;
	left: 0;
	right: 0;
	margin-inline: auto;
	opacity: 0;
	transition: opacity 1s 1s;
	z-index: 1;
}

.card__title {
	font-size: 1.25rem;
	font-weight: 500;
	color: hsl(0, 0%, 15%);
	margin-bottom: .75rem;
}

.card__button {
	text-decoration: none;
	font-size: .813rem;
	font-weight: 500;
	color: hsl(82, 60%, 28%);
}

.card-list {
	padding: 0px 15px 2px;
}

.card-list li {
	text-align: start;
	list-style: disc;
}

.image-box:hover .card__data {
	animation: show-data 1s forwards;
	opacity: 1;
	transition: opacity .3s;
}

.image-box:hover {
	animation: remove-overflow 2s forwards;
}

.image-box:not(:hover) {
	animation: show-overflow 2s forwards;
}

.image-box:not(:hover) .card__data {
	animation: remove-data 1s forwards;
}

@keyframes show-data {
	50% {
		transform: translateY(-10rem);
	}

	100% {
		transform: translateY(-7rem);
	}
}

@keyframes remove-overflow {
	to {
		overflow: initial;
	}
}

@keyframes remove-data {
	0% {
		transform: translateY(-7rem);
	}

	50% {
		transform: translateY(-10rem);
	}

	100% {
		transform: translateY(.5rem);
	}
}

@keyframes show-overflow {
	0% {
		overflow: initial;
		pointer-events: none;
	}

	50% {
		overflow: hidden;
	}
}

.speakers-section .icon-circle-3 {
	top: 500px !important;
	left: -535px !important;
	opacity: .10;
}

.speakers-section .icon-circle-4 {
	top: 1100px !important;
	left: -330px !important;
	opacity: .3;
}

.icon-circle-3 {
	height: 690px;
	width: 690px;
	background-image: url(../images/icons/icon-circle-3.png);
}

.icon-circle-4 {
	height: 252px;
	width: 252px;
	background-image: url(../images/icons/icon-circle-4.png);
}

.speakers-section .icon-circle-3-1 {
	top: 1250px !important;
	left: 1000px !important;
	opacity: .10;
}

.speakers-section .icon-circle-4-1 {
	top: 1100px !important;
	left: 1250px !important;
	opacity: .3;
}

.icon-circle-3-1 {
	height: 690px;
	width: 690px;
	background-image: url(../images/icon-circle-3-1.png);
}

.icon-circle-4-1 {
	height: 252px;
	width: 252px;
	background-image: url(../images/icon-circle-4-1.png);
}

/*** 

====================================================================
		Committe Section
====================================================================

***/

.committees-section {
	padding: 50px 0 100px 0;
}

.committees {
	font-size: 17px;
}

.committees .changed {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 21px;
}

.committees-section .committees p span {
	display: inline-block;
	vertical-align: top;
}

/*** 

====================================================================
	Shedule Section
====================================================================

***/


.events-section {
	position: relative;
	padding: 170px 0 200px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.events-section:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/pattern-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
}

.events-section .sec-title h2:before {
	right: -80px;
}

.events-section .section-icons {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.events-section .section-icons .icon-one {
	position: absolute;
	left: 10%;
	top: 15%;
}

.events-section .parallax-icons {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.events-section .parallax-icons .icon-one {
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	right: 5% !important;
	bottom: 30% !important;
}

.events-section .parallax-icons .icon-two {
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	right: 18% !important;
	bottom: 19% !important
}


.events-section.style-two {
	padding-top: 135px;
}



.events-section .events-info-tabs {
	position: relative;
}

.events-section .events-info-tabs .events-tabs {
	position: relative;
}

.events-section .events-info-tabs .events-tabs .tab-btns {
	position: relative;
	display: block;
	text-align: right;
	margin-bottom: 25px;
	margin-top: -202px;
}

.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-right: 0px;
	font-size: 36px;
	color: #222222;
	line-height: 24px;
	cursor: pointer;
	z-index: 1;
	margin: 0px 15px 20px;
	border-radius: 10px;
	border: 2px solid #f3f3f3;
	padding: 32px 30px 30px;
	background: #ffffff;
	border-bottom: 4px solid #2859ad;
	transition: all 500ms ease;
}

.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn span {
	position: relative;
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 18px;
	transition: all 500ms ease;
}

.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn:hover,
.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn.active-btn {
	color: #ffffff;
	border-color: #2859ad;
	background: #2859ad url(../images/background/pattern-2.png) no-repeat;
	background-size: cover;
}

.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn.active-btn span,
.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn:hover span {
	color: #ffffff;
}

.events-section .events-info-tabs .events-tabs .tabs-content {
	position: relative;
}

.events-section .events-info-tabs .events-tabs .tabs-content .tab {
	position: relative;
	padding: 30px 0px 0px;
	display: none;
}

.events-section .events-info-tabs .events-tabs .tabs-content .tab.active-tab {
	display: block;
}

.events-section .events-info-tabs .events-tabs .tabs-content .buttons-box {
	position: relative;
	margin-top: 80px;
}

.events-section .events-info-tabs .events-tabs .tabs-content .buttons-box .theme-btn {
	padding: 11px 30px;
}

/* Event Block */
.event-block {
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f2f4f7;
}

.event-block:before {
	position: absolute;
	left: 0;
	top: 0%;
	height: 0;
	width: 100%;
	content: "";
	background: rgb(241, 75, 89);
	background: -moz-linear-gradient(left, rgba(241, 75, 89, 1) 0%, rgba(69, 74, 180, 1) 50%, rgba(255, 162, 0, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(241, 75, 89, 1) 0%, rgba(69, 74, 180, 1) 50%, rgba(255, 162, 0, 1) 100%);
	background: linear-gradient(to right, rgba(241, 75, 89, 1) 0%, rgba(69, 74, 180, 1) 50%, rgba(255, 162, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f14b59', endColorstr='#ffa200', GradientType=1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.event-block:hover:before {
	height: 100%;
	top: 0;
}

.event-block .inner-box {
	position: relative;
	padding: 55px 50px;
	background-color: white;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.event-block .inner-box .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: scaleX(0.7) translateX(-30px);
	-ms-transform: scaleX(0.7) translateX(-30px);
	-moz-transform: scaleX(0.7) translateX(-30px);
	transform: scaleX(0.7) translateX(-30px);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
}

.event-block .inner-box .image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(9, 8, 34, 0.90);
}

.event-block .inner-box:hover .image-layer {
	opacity: 1;
	width: 100%;
	-webkit-transform: scaleX(1) translateX(0px);
	-ms-transform: scaleX(1) translateX(0px);
	-moz-transform: scaleX(1) translateX(0px);
	transform: scaleX(1) translateX(0px);
}

.event-block .inner-box:hover {
	border-bottom-color: #ffa116;
}

.event-block .inner-box:hover {
	border-radius: 12px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.event-block .inner-box .image-column {
	position: relative;
}

.event-block .inner-box .image-column .inner-column {
	position: relative;
	min-height: 150px;
	padding: 30px 0px 0px 245px;
}

.event-block .inner-box .image-column .image {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
}

.event-block .inner-box .image-column .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #ffffff;
	text-align: center;
	background: rgba(19, 17, 68, 0.80);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}

.event-block .inner-box:hover .image .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}

.event-block .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0px;
}

.event-block .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.event-block .overlay-inner .content h3 {
	position: relative;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.event-block .overlay-inner .content h3 a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
}

.event-block .inner-box .image-column .inner-column .event-time {
	position: relative;
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
}

.event-block .inner-box .image-column .inner-column .event-time-mobile {
	position: relative;
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
}

.event-block .inner-box .info-column {
	position: relative;
}

.event-block .inner-box .info-column .inner-column {
	position: relative;
	margin-left: -30px;
	padding-top: 20px;
}

.event-block .inner-box .info-column .name {
	position: relative;
	color: white;
	font-size: 15px;
	line-height: 1.3em;
}

.event-block .inner-box .info-column h2 {
	position: relative;
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 8px;
}

.event-block .inner-box .info-column h2 a {
	position: relative;
	text-decoration: none;
	color: white;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}


.event-block .inner-box .info-column .text {
	position: relative;
	color: white;
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 10px;
}

/* Default text color */
.event-block .inner-box .image-column .inner-column .event-time,
.event-block .inner-box .image-column .inner-column .event-time-mobile,
.event-block .inner-box .info-column .name,
.event-block .inner-box .info-column h2,
.event-block .inner-box .info-column h2 a,
.event-block .inner-box .info-column .text {
	color: black;
	/* Set the default text color to black */
}

/* Hover state for text */
.event-block:hover .inner-box .image-column .inner-column .event-time,
.event-block:hover .inner-box .image-column .inner-column .event-time-mobile,
.event-block:hover .inner-box .info-column .name,
.event-block:hover .inner-box .info-column h2,
.event-block:hover .inner-box .info-column h2 a,
.event-block:hover .inner-box .info-column .text {
	color: white;
	/* Set the text color to white on hover */
}

/*** 

====================================================================
		Contact US  Section
====================================================================

***/

.contact-section .gmap_canvas {
	padding: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(72, 127, 255, 0.29);
	-moz-box-shadow: 0px 0px 21px 0px rgba(72, 127, 255, 0.29);
	box-shadow: 0px 0px 21px 0px rgba(72, 127, 255, 0.29);
}

.contact-section .gmap_canvas iframe {
	width: 100%;
	height: 480px;
}

.contact-section .contact-info111 {
	display: flex;
	flex-wrap: wrap;
	gap: 120px;
	justify-content: center;
	align-items: flex-start;
	margin: 85px 0 25px 0;
}

.venu-details h3 {
	margin-bottom: 10px;
}

.venu-details p {
	line-height: 25px;
}

.contact-margin {
	margin: 5px 0 0 0;
}

.icon {
	font-size: 40px;
	margin-bottom: 10px;
}

/*** 

====================================================================
		Footer Section
====================================================================

***/

.main-footer {
	position: relative;
	background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
	color: white;
	padding: 60px 0 20px 0;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 50px;
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

.footer-content {
	position: relative;
	margin-bottom: 40px;
}

.footer-section {
	margin-bottom: 30px;
}

.footer-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #ffffff;
	position: relative;
	padding-bottom: 10px;
}

.footer-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #ff6b6b, #feca57);
	border-radius: 2px;
}

.footer-description {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #e8e8e8;
}

.footer-info {
	margin-top: 20px;
}

.info-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	color: #e8e8e8;
}

.info-item i {
	width: 20px;
	margin-right: 12px;
	color: #ff6b6b;
	font-size: 16px;
}

.info-item span {
	font-size: 14px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #e8e8e8;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin: 0 0 0 -20px;
}

.footer-links a:hover {
	color: #ff6b6b;
	transform: translateX(5px);
}

.footer-links a::before {
	content: '→';
	margin-right: 8px;
	color: #ff6b6b;
	opacity: 0;
	transition: all 0.3s ease;
}

.footer-links a:hover::before {
	opacity: 1;
}

.organizer-info p {
	margin-bottom: 8px;
	color: #e8e8e8;
	font-size: 14px;
}

.organizer-info p strong {
	color: #ffffff;
}

.social-links {
	margin-top: 25px;
}

.social-links h5 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #ffffff;
}

.social-icons {
	display: flex;
	gap: 15px;
}

.social-icon {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff6b6b, #feca57);
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 18px;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.social-icon:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
	color: white;
}

.social-icon.university-link {
	background: linear-gradient(135deg, #667eea, #764ba2);
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.social-icon.university-link:hover {
	box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 25px;
	margin-top: 30px;
}

.copyright-text,
.developer-text {
	margin: 0;
	font-size: 13px;
	color: #b8b8b8;
}

.developer-text strong {
	color: #ff6b6b;
}



.pdf-preview {
    position: relative;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    background: #f2f2f2;
}

.pdf-iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}

.pdf-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    transition: 0.3s ease;
}

.pdf-preview:hover .pdf-overlay {
    opacity: 1;
}


