col-sm-12 * {
	margin: 0px;
	padding: 0px;
	/*font-family: "Roboto", sans-serif;*/
	text-align: Center;
}

body {
	margin: 0px;
	padding: 0px;
}

img {
	width: 100%;
	height: 100%;
}

.container {
	max-width: 1170px !important;
	width: 100%;
	margin: 0 auto;
}

.py-60px {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-50px {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.color-000046 {
	color: #0c213e;
}

h2 {
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6em;
	position: relative;
	margin-bottom: 20px;
}

.title_style::after {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 5px;
	content: "";
	width: 70px;
	background-color: #6b798b;
	margin-bottom: -10px;
}

p {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
}

/**/
.spinnet {
	margin-top: 105px;
}

.py-40px {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.header_wrap {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid rgba(212, 211, 211, 0.9);
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999;
	transition: all linear .3s;
}

.header_wrap.sticky {
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px solid rgba(212, 211, 211, 0.9);
	box-shadow: #ddd 0 0 3px;
	transition: all 0.35s ease-in-out;
}

.logo_wrap {
	max-width: 126px;
	width: 100%;
	height: 75px;
	object-fit: contain;
}

.nav-item.dropdown a::after {
	display: none;
}

.nav-item a {
	text-transform: uppercase;
	color: #283149;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

.nav-item a:hover {
	color: #283149;
}

.nav-item ul li a {
	text-transform: capitalize;
}

.dropdown-menu {
	overflow: hidden;
}

.dropdown-item {
	padding: 10px 20px;
}

.banner_wrap {
	background: #171f32 url(../img/footer-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 5vh 0 !important;
}

.slider_logo {
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	border-radius: 10px;
}

.slider_content {
	border: 1px solid #fff;
	padding: 5px 23px;
	text-align: center;
	border-radius: 10px;
}

.slider_content h1 {
	font-size: 32px !important;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-family: 'Bitter', serif;
}

.slider_content h2 {
	font-size: 27px !important;
	margin-bottom: 0;
	line-height: normal;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-family: 'Bitter', serif;
	line-height: 50px;
}

.slider_content h4 {
	color: #fff;
	font-weight: 700;
	font-family: 'Bitter', serif;
	color: #fff;
	font-weight: 700;
	font-family: 'Bitter', serif;
	padding: 0px 0;
}

.slider_content h3 {
	color: #fff;
	font-weight: 700;
	font-family: 'Bitter', serif;
	padding-top: 20px;
}


.blinking {
	padding: 5px;
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	background: #0c213e;
	color: #fff;
}

.abt_wrap .partner_block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	margin-top: 30px;
}

.abt_wrap .partner_block .partner_item {
	box-shadow: 0px 0px 20px rgb(0, 0, 0, 10%);
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #f9f9f9;
}

.abt_wrap .partner_block .partner_item p {
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.6em;
	padding-bottom: 10px;
	text-align: center;
	transition: all linear 300ms;
}

/*.abt_wrap .partner_block .partner_item:hover p{*/
/*	font-weight: 600;*/
/*}*/

.abt_wrap .partner_block .partner_item img {
	object-fit: contain;
	object-position: center center;
	height: 100px;
	width: 100%;
	mix-blend-mode: multiply;
	transition: all linear 300ms;
}
.abt_wrap .partner_block .partner_item:hover img{
	transform: scale(1.1);
}

.speakers-container {
	margin-top: 30px;
}

.speakers-texts {
	padding: 20px 0;
	height: 100px;
}

.speakers-covers img {
	box-shadow: 0 0 11px rgba(30, 30, 30, 0.2);
	border-radius: 10px;
}

.speakers-texts h1 {
	font-size: 14px;
	color: #0c213e;
	font-weight: 700;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.speakers-texts p {
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.6em;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.background-one {
	background: #171f32 url(../img/worn-dots.png) repeat;
}

@media (min-width: 768px) {
	.ten-columns>.col-sm-2 {
		width: 20% !important;
	}
}


/**/
.our-partner {
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: #ddd 0 0 11px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.our-partner h1 {
	font-size: 15px;
	color: #283149;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}

.our-partner .img-height {
	height: 100px;
}

.our-partner img {
	max-width: 80%;
	max-height: 80%;
	display: block;
	margin: auto auto;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	object-fit: contain;
}

.our-partner:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.page-right-button {
	float: right;
	z-index: 7777;
	position: relative;
	margin-top: -50px;
}

.page-right-button a {
	background: #0c213e;
	border-radius: 0;
	padding: 10px 30px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.gallery-section {
	margin-top: 40px;
}

.gallery-container {
	margin-bottom: 30px;
	position: relative;
}

.clearfix {
	padding: 5px 0;
}

.footer_section {
	background: #171f32;
	padding: 70px 0;
}

.footer_logo {
	text-align: center;
	margin: 0 auto;
}

.footer_tagline {
	padding-top: 30px;
	text-align: center;
	margin: 0 auto;
}

.footer_tagline h4 {
	color: #fff;
	width: 80%;
	font-weight: 300;
	padding: 0;
	font-size: 20px;
	margin: 0 auto;
}

.footer_menu {
	text-align: center;
	padding-top: 40px;
}

.footer_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer_menu ul li {
	display: inline-block;
	margin-right: 50px;
}

.footer_menu ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	letter-spacing: 1px;
}

.footer_menu ul li a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 100%;
	left: 0;
	background: #fff;
	transition: transform 0.5s;
	transform: scaleX(0);
	transform-origin: right;
}

.footer_end_section {
	border-top: 1px solid #333;
	background: #171f32;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer_end_section .copyright p {
	color: #fff;
	font-size: 15px;
	padding: 0;
}

.footer_end_section .design_by {
	float: right;
}

.footer_end_section .design_by p {
	font-size: 15px;
	color: #fff;
	padding: 0;
}

.footer_end_section .design_by p a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}


/* Conference page */

/* === Global Styles === */

/* === Banner Section (Dark Blue) === */
.page-benner-section {
	padding: 40px 0;
	background: #fff url(../img/footer-bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

.page-benner-section h1 {
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
}

.page-benner-section p {
	font-size: 17px;
	color: #fff;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
}

/* === Orange Navigation Bar === */


.navigate-container {
	background: #0c213e;
	height: 40px;
}

.navigate-horizontal-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigate-horizontal-container ul li {
	display: inline;
	float: left;
	margin-right: 5px;
	border-right: 1px solid #6c7885;
}

.navigate-horizontal-container ul li:last-child {
	border-right: none;
}

.navigate-horizontal-container ul li a {
	color: #fff;
	float: left;
	padding: 0 10px;
	line-height: 40px;
	border-radius: 100px;
	text-decoration: none;
}

.navigate-horizontal-container ul li a:hover {
	background-color: #6c7885;
}


/* === Mobile Navigation (Initially Hidden) === */
.navigate-mobile-menu {
	display: none;
}

.topnav {
	overflow: hidden;
	background-color: #0c213e;
}

.topnav a {
	float: none;
	display: block;
	color: white;
	text-align: left;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 16px;
}

.topnav a:hover {
	background-color: #0c213e;
}

.topnav .icon {
	display: none;
	text-align: right;
	padding: 14px 16px;
	font-size: 20px;
}

.background-call {
	background: #f7f7f7 url(../img/worn-dots.png) repeat;
}

.page-title {
	padding-bottom: 25px;
}

.page-container h1 {
	color: #0c213e;
	line-height: 1.6em;
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.page-title h1::after {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 5px;
	content: "";
	width: 70px;
	background-color: #0c213e;
}


.table-shadow {
	background: #fff;
	box-shadow: #ddd 0 0 11px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.page-container .table-data {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.page-container .table-data tbody tr th {
	padding: 15px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #fff;
	border-right: 1px solid #ddd;
	background: #0c213e;
	line-height: 1.6em;
	text-align: left;
}

.page-container .table-data tbody tr td {
	padding: 15px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #ddd;
	background: #fff;
	line-height: 1.6em;
	text-align: left;
}

.background-five {
	background: #f7f7f7 url(../img/worn-dots.png) repeat;
}

.page-title {
	padding-bottom: 25px;
}

.page-title h1 {
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding-bottom: 20px;
}

.page-container p {
	font-size: 15px;
	line-height: 1.6em;
	text-align: justify;
	font-weight: 400;
}

.clearfix {
	padding: 5px 0;
}

.btn-css-link {
	background: #0c213e;
	border-radius: 0;
	padding: 7px 20px;
	color: #fff;
	box-shadow: #ddd 0 0 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.gallery-container img {
	height: 160px !important;
	object-fit: cover;
}

.background-four {
	background: #fff;
}

.track-section {
	background: #f7f7f7;
	padding: 20px;
	height: 500px;
	margin-bottom: 30px;
	box-shadow: #ddd 3px 3px 0;
	overflow-y: scroll;
}

.track-section h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 5px solid #ddd;
	text-transform: uppercase;
}

.track-section h1 b {
	font-size: 20px;
	color: #0c213e;
	text-transform: uppercase;
}

.track-section ul {
	margin: 0 20px;
	padding: 0;
	list-style: none;
}

.track-section ul li:before {
	content: "\f0da";
	color: #0c213e;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1em;
	width: 1em;
}

.track-section ul li {
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
	font-weight: 400;
}

.btn-css-link {
	background: #0c213e;
	border-radius: 0;
	padding: 7px 20px;
	color: #fff;
	box-shadow: #ddd 0 0 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.indexing-logo {
	background: #fff;
	box-shadow: #ddd 0 0 11px;
	border-radius: 10px;
}

.indexing-logo img {
	width: 100%;
	background: #fff;
	box-shadow: #ddd 0 0 11px;
	border-radius: 10px;
}

.clearfix {
	padding: 5px 0;
}

.page-container h4 {
	color: #0c213e;
	line-height: 1.6em;
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.page-container p {
	font-size: 15px;
	line-height: 1.6em;
	text-align: justify;
	font-weight: 400;
}

.indexing-logo {
	background: #fff;
	box-shadow: #ddd 0 0 11px;
	border-radius: 10px;
}

.indexing-logo img {
	width: 100%;
	background: #fff;
	box-shadow: #ddd 0 0 11px;
	border-radius: 10px;
}

.page-container ul {
	margin: 0 20px;
	padding: 0;
	list-style: none;
}

.page-container ul li {
	font-size: 15px;
	text-align: left;
	line-height: 1.6em;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
	font-weight: 400;
}

.page-container ul li:before {
	content: "\f0da";
	color: #0c213e;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1em;
	width: 1em;
}

.page-container h3 {
	color: #0c213e;
	line-height: 1.6em;
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

a {
	font-family: 'Roboto', sans-serif;
	outline: none;
	color: #0c213e;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.page-container .table-data {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.page-container .table-data thead tr th {
	background: #0c213e;
	border: none;
	padding: 13px 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.6em;
}

.btn-registers {
	background: #0c213e;
	padding: 3px 10px;
	border: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	box-shadow: #ddd 0 0 11px;
	text-decoration: none;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-registers:hover {
	text-decoration: none;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.navigate-container {
		background: #0c213e;
		height: auto;
	}

	.navigate-horizontal-container {
		display: none;
	}

	.navigate-mobile-menu {
		display: block;
	}

	.topnav {
		overflow: hidden;
	}

	.topnav a {
		float: left;
		display: block;
		color: #f2f2f2;
		text-align: center;
		padding: 10px 16px;
		text-decoration: none;
		font-size: 17px;
	}

	.topnav a:not(:first-child) {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}

	.fa {
		display: inline-block;
		font: normal normal normal 14px / 1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}

	bars:before {
		content: "\f0c9";
	}
}



/* Your provided CSS goes here */
.page-title {
	padding-bottom: 25px;
}

.page-title h1 {
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding-bottom: 20px;
}

.publication-container {
	border: 1px solid #ddd;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
}

.publication-container h5 {
	margin-bottom: 20px;
}

.publication-container h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	line-height: normal;
}

.publication-data-container {
	padding-top: 20px;
	margin-left: -5px;
	background: #eeeeef;
}

a {
	font-family: 'Roboto', sans-serif;
	outline: none;
	color: #0c213e;
	text-decoration: none;
}

.justify-content-center-c {
	display: flex;
	justify-content: center;
}

.SectionCommonStyle ul li {
	font-size: 15px;
	color: rgb(102, 102, 102);
	margin-bottom: 0.5vw;
}

.SectionCommonStyle .nav-pills .nav-link.active {
	color: #fff;
	background: #0c213e;
	border-radius: 5px;
}

.SectionCommonStyle .nav-link {
	display: block;
	padding: 0.5rem 1.5rem;
	font-size: 15px;
	color: black;
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.page-container h5 {
	color: #0c213e;
	line-height: 1.6em;
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.publications-grid .item .publications-item .item {
	width: 100%;
	flex: 0 0 23%;
	padding: .5vw;
	text-align: center;
	background: var(--bg);
	border-radius: 10px;
	border: 0;
}

.row-four .publication-data-container .img-responsive {
	width: 60% !important;
	margin-left: auto;
	margin-right: auto;

}

.publication-data-container h3 {
	font-size: 13px;
	color: #666;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

.row-four {
	display: grid;
	justify-content: center;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.row-four .item {
	flex: 0 0 23%;
}

.publications-grid-data {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
}

/* commitees paeg */

.timeline-menu {
	margin-bottom: 0px;
	border: none;
}

.timeline-menu .nav {
	padding: 0;
	margin: 0;
}

.timeline-menu ul li {
	display: inline;
	color: #fff;
	margin-right: 10px;
}

.timeline-menu ul li:before {
	content: "";
	padding: 0;
	margin: 0;
	width: auto;
}

.nav-tabs>li.active>a {
	color: #333;
	padding: 10px 40px;
	cursor: default;
	background: #fff;
	border-radius: 0;
	border-bottom-color: none;
}

.timeline-menu ul li a {
	color: #666;
	text-decoration: none;
	font-weight: 900;
}

.nav-tabs>li>a {
	padding: 10px 40px;
	background: #eee;
	margin: 0;
	border-radius: 0;
}

.tab-content {
	margin-top: 0px;
	padding: 20px;

}

.tab-content>.active {
	display: block;
}

.active {
	color: white;
}

h4 {
	padding: 20px 0;
	color: #666;
	font-weight: 500;
}

h4 b {
	color: #155188;
	font-weight: 900;
}

.timeline-container {
	background: #eee;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.timeline-container table {
	width: 100%;
	background: #eee;
	box-shadow: none;
}

.timeline-container table tr th {
	border-right: 5px solid #0c213e;
	padding: 30px 20px;
	color: #666;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: right;
	position: relative;
	vertical-align: baseline;
}

.timeline-container table tr th:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	margin-left: 11px;
	background: #eee;
	border: 5px solid #0c213e;
	border-radius: 100px;
}

.timeline-container table tr td {
	padding: 15px 20px;
	color: #666;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	vertical-align: baseline;
}

.timeline-container-costom table tr th {
	padding: 30px 20px;
	color: #666;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	position: relative;
	vertical-align: baseline;
}

.tab-content {
	margin-top: 0px;
	padding: 20px;

}



/* Join us page */
.form-section {
	border: 10px solid #eee;
	padding: 20px;
	background: #fff;
}

.form-top-margin {
	margin-top: 10px;
}

.form-section .form-group {
	padding-bottom: 10px;
}

.form-group {
	margin-bottom: 15px;
}

.form-section label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: 400;
	margin-bottom: 10px;
}

.form-section .form-control {
	height: auto;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	resize: none;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.captcha-div {
	height: 40px;
	width: 100%;
	color: #fff;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 11px;
}

.text-right {
	text-align: right;
}

.form-section .btn-submit {
	font-size: 14px;
	line-height: 16px;
	color: rgb(255, 255, 255);
	background: #0c213e;
	border-radius: 3px;
	font-weight: 500;
	border: none;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	outline: none;
	box-shadow: #ddd 0 0 11px;
}

/* Side buttons */
.rotate-left {
	position: relative;
	z-index: 9999;
}

.rotate-left ul {
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	margin: auto;
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-webkit-transform: rotate(-90deg) translate(-50%, 50%);
	-moz-transform: rotate(-90deg) translate(-50%, 50%);
	padding: 0;
}

.rotate-left ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

.rotate-left ul li a {
	background: #0c213e;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}


/**/
.spinnet {
	margin-top: 105px;
}

.py-40px {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* HEADER BUTTON TOGGLER  */
.navbar-toggler {
	background: #dfdfdf;
	width: 40px;
	height: 40px;
	padding: 10px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.line_three,
.line_two,
.line_one {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
}

.line_two {
	margin: 5px 0px 5px auto;
	width: 90%;
}

.line_three {
	margin-left: auto;
	width: 80%;
}

@media screen and (max-width: 767px) {
	.page-title {
		padding-bottom: 0 !important;
	}

	.py-60px {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.slider_content h1 {
		font-size: 30px !important;
	}

	.slider_content {
		padding: 20px !important;
		margin-top: 20px !important;
	}

	.slider_content h4 {
		padding: 0px;
	}

	.footer-container {
		padding: 30px 0 !important;
		border-top: 2px solid #ff5e14;
	}

	.newsletter-section {
		margin-bottom: 20px;
	}

	.newsletter-section h5 {
		color: #fff;
		font-weight: 500;
		text-transform: capitalize;
	}

	.newsletter-section h2 {
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		text-transform: capitalize;
	}

	.newsletter-section form .form-control {
		border-radius: 100px;
		border: 0;
		padding: 2px 20px;
		box-shadow: none;
		outline: none;
		font-family: 'Roboto', sans-serif;
	}

	.newsletter-section form .btn-submit {
		background: #ff5e14;
		border-radius: 100px;
		border: none;
		color: #fff;
		margin-left: -70px;
		padding: 7px 20px;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 2px;
	}

	.social-network {
		float: left;
	}

	.social-network ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.copyright {
		float: left;
		padding-top: 20px;
	}

	.copyright p {
		color: #fff;
		font-size: 13px;
		font-weight: 700;
	}

	.newsletter-section .row {
		display: block;
	}

	.newsletter-section .col-sm-8.col-xs-8 {
		float: left;
		width: fit-content;
	}
}

/*   */
.dropdown-menu {
	background: #0c213e;
	border-top: 5px solid #6b798b;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	z-index: 99999;
}

.dropdown-menu li {
	display: list-item;
	float: none;
	padding-right: 0;
	margin-right: 0;
	border-bottom: 1px solid #1a2030;
}

.dropdown-menu li a {
	font: 500 14px 'Roboto', sans-serif;
	width: 200px;
	padding: 10px 15px;
	margin: 0;
	text-align: left;
	line-height: 1.6em;
	text-transform: capitalize;
	background: transparent !important;
	color: #fff;
	border-top-width: 0;
	vertical-align: middle;
	box-shadow: 0 0 1px transparent;
	transition: all ease-in-out .3s;
}

.dropdown-menu li a:hover {
	color: #fff;

}

/* File changs */

.quote-box {
	background: #f8f9fa;
	border-left: 5px solid #0c213e;
	margin-bottom: 20px;
	padding: 20px 30px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
}

.quote-box:hover {
	background: #0c213e13;
	transform: translateY(-3px);
}

.quote-text {
	font-style: italic;
	color: #333;
	font-size: 1.1rem;
	margin-bottom: 0px;
}

.quotes-section {
	padding: 60px 15px;
	background-color: #ffffff;
}

.quotes-section h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

/*THEME COLOUR CODE   */

/*.collapse.navbar-collapse .nav-item:nth-child(3) {*/
/*	display: none;*/
/*}*/

.conference_venue_img {
	height: 427px;
	object-fit: cover;
}

.abt_wrap_two table {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .10);
}

.abt_wrap_two table td {
	padding: .5rem 20px;
}

.abt_wrap_two table tr:hover {
	background: rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
	.abt_wrap_one .abt_content {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.abt_wrap_two table td {
		padding: .5rem 10px;
	}

	.rotate-left ul {
		width: 90vh;
	}
}




.who-can-participate {
	padding: 60px 40px;
	background: #fafafa;
}

.content-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.text-column {
	flex: 1 1 60%;
	padding-right: 30px;
}

.text-column h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

.columns {
	display: flex;
	gap: 0px;
	flex-wrap: wrap;
}

.columns ul {
	list-style: none;
	padding: 0;
	width: 50%;
}

.columns li {
	margin-bottom: 12px;
	font-size: 16px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}

.columns li i {
	color: #0b223f;
	margin-right: 8px;
}

.image-column {
	flex: 1 1 35%;
	text-align: right;
}

.image-column img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.publication-item-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

@media screen and (max-width: 767px) {
	.publication-item-box {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}
}

.page-container p {
	font-size: 15px;
	line-height: 1.6em;
	text-align: justify;
	font-weight: 400;
}

.background-four ol {
	margin: 0 20px;
}


.background-four ol li::marker {
	font-weight: bold;
}



@media screen and (max-width: 767px) {
	.columns {
		flex-flow: column;
		gap: 0px;
	}

	.columns ul {
		width: 100%;
	}

	.who-can-participate {
		padding-left: 20px;
		padding-right: 20px;
	}

	.text-column {
		flex: 1 1 100%;
	}

	.publication-container {
		margin-bottom: 0px;
	}

	.footer_menu ul {
		display: flex;
		flex-flow: column;
	}

	.footer_menu ul li {
		margin-right: 0;
	}

	.footer_menu {
		padding-top: 20px;
	}

	.footer_section {
		padding: 40px 0px;
	}

	.copyright {
		text-align: center;
		float: none;
	}

	.design_by {
		float: none !important;
		text-align: center;
	}
}

.footer_menu {
	display: none;
}
.footer_tagline {
    h4{
        text-transform: capitalize;
    }
}
.dropdown-menu{
    min-width: 17rem !important;
}