html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
	overflow-y: scroll;
}

.overlay {
	position: absolute;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	z-index: 10;
}

.close {
	cursor: pointer;
}

.exhibitions_page h1,
.exhibitions_page h2,
.exhibitions_page h3,
.exhibitions_page h4,
.exhibitions_page h5,
.exhibitions_page h6 {
	text-transform: none;
}

.btn {
	text-transform: capitalize
}

h1,h2,h3,h4,h5,h6,
p {
	margin: 0;
	padding: 0;
}

.btn {
	outline: none !important;
	box-shadow: none !important;
}

.btn-primary,
.bg-primary,
.badge-primary {
	background-color: #007bff !important
}

.btn-outline-success {
	background-color: transparent !important;
	border-color: #ec5b2d;
	color: #ec5b2d;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
	background-color: transparent;
	border-color: #656D74;
	color: #656D74 !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
	border-color: #c13a1c;
}

.form-group,
.custom-control {
	margin-bottom: 10px;
}

label.d-block {
	cursor: pointer
}

.parsley-errors-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: orangered;
}

h1,h2,h3 {
	line-height: normal;
	margin: 0;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../images/loader.gif") no-repeat #fff center fixed;
    top: 0;
	left: 0;
    z-index: 99999
}

.top_bar * {
	transition-property: all !important;
	transition-duration: .5s !important
}

.user_panel {
	position: relative;
	background: #ec5b2d;
	z-index: 12
}

.logo {
	background: #fff;
	height: 130px;
	width: auto;
	padding: 20px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0 0 10px 0 #333
}

.home_logo {
	height: 130px;
	width: auto;
	padding: 20px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.navbar-light.home_nav .navbar-nav .nav-link {
	color: #555;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #ec5b2d;
}

.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item.active .nav-link {
	color: #ec5b2d;
}

.right_menu .navbar-nav .nav-link {
	font-size: 12px;
}

.main_languages {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.lang_header {
	background: rgba(0,0,0,0.5);
	padding-top: 90px;
	text-align: right;
}

.close_button {
	background: #fff;
	position: relative;
	padding: 10px 30px;
	text-align: center;
	font-size: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	color: #ec5b2d;
}

.lang_body {
	background: url("../images/lang_bg.png") no-repeat center #fff;
	background-size: contain;
	height: 100%;
	color: #ec5b2d
}

.lang_body .row {
	overflow-y: scroll;
}

.lang_body .col-sm-3 {
	margin-top: 10px
}

.lang_body .col-sm-3 h5::after {
	content: '---';
	display: block;
	font-size: 10px;
	width: 50px;
}

.lang_body p {
	margin-bottom: 5px;
	font-size: 14px;
}

.lang_body a {
	text-decoration: none;
	color: #ec5b2d;
}

.lang_body a:hover {
	text-decoration: none;
	color: #ec5b2d;
}

.lang_dropdown {
	justify-content: flex-end;
	margin-top: 0;
}

.lang_selector {
	font-size: 12px;
	cursor: pointer;
	color: #ec5b2d
}

.lang_list {
	width: 120px;
	display: none;
	font-size: 12px;
	position: absolute;
	background: rgb(236,91,45);
	margin-top: 25px;
	padding: 10px;
	border-radius: 10px;
}

.lang_list a {
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 5px;
	color: #fff;
}

.banner {
	position: relative;
	background: url("../images/home_overlay.png") no-repeat center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	color: #ec5b2d;
}

.inner_content {
	justify-content: center;
	align-items: center;
}

.banner h1 {
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	text-transform: none;
	letter-spacing: .1rem;
}

.banner .sub_header {
	font-weight: 300;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
	letter-spacing: .2rem
}

.banner .header_heavy {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner .header_small {
	font-size: 18px;
	font-weight: 300;
}

.banner .header_xsmall {
	font-size: 16px;
	margin-top: 40px
}

.banner h4 img {
	height: 50px;
	width: auto
}

.links_row .card-footer p {
	margin-bottom: 0;
}

.links_row {
	margin-top: 20px;
}

.links_row .card-footer p {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
}

.links_row a {
	text-decoration: none;
	color: #555;
}

.page_title {
	background: url("../images/page_title.jpg") no-repeat center;
	background-size: cover;
	height: 100vh;
}

.about_event {
	background: url("../images/about_conference.jpg") no-repeat center;
	background-size: cover;
}

.about_venue {
	background: url("../images/about_capetown.jpg") no-repeat center;
	background-size: cover;
}

.about_hotels {
	background: url("../images/about_hotels.jpg") no-repeat center;
	background-size: cover;
}

.about_conference_venue {
	background: url("../images/about_venue.jpg") no-repeat center;
	background-size: cover;
}

.conference_programme {
	background: url("../images/conference_programme.jpg") no-repeat center;
	background-size: cover;
}

.register {
	background: url("../images/register_banner.jpg") no-repeat center;
	background-size: cover;
}

.sponsorship {
	background: url("../images/sponsorship.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
}

.sponsorship.page_title .btn-outline-success {
	background: #fff !important;
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 20%;
	z-index: 10
}

.partner_programme {
	background: url("https://irsc2023.com/assets/front/images/partner_programme.jpg") no-repeat center;
	background-size: cover;
}

.user_pagetitle {
	background: url("../images/user_profile.jpg") no-repeat center;
	background-size: cover;
}

.exhibitions_title {
	background: url("../images/exhibition.jpg") no-repeat center;
	background-size: cover;
}

.exhibition_packages {
	background: url("../images/exhibition_packages.jpg") no-repeat center;
	background-size: cover;
}

.abstracts_title {
	background: url("../images/abstracts_banner.jpg") no-repeat center;
	background-size: cover;
}

.form_title {
	background: url("https://irsc2023.com/assets/front/images/application_form.jpg") no-repeat center;
	background-size: cover;
}

/*
.abstracts_title.page_title,
.register.page_title,
.form_title.page_title,
.sponsorship.page_title,
.exhibitions_title.page_title,
*/
.exhibition_packages {
	height: 60vh;
}

.user_pagetitle {
	height: 70vh
}

.host_row {
	margin-bottom: 20px;
}

.host_row h2 {
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #535353;
}

.venue_links img,
.host_row .col-sm-7 img {
	height: 70px;
	width: auto;
	margin-right: 40px;
}

.host_row .col-sm-7 p > img {
	border: 1px solid #333;
	border-radius: 20px
}

.programme,
.register_form {
	box-shadow: 0 0 10px 0 #999;
	margin-bottom: 2px;
	border-bottom: 5px solid #ec5b2d;
	font-size: 14px;
}

.programme .tab-content {
	text-align: left;
}

#packagesAccordion .card,
.login_card {
	box-shadow: 0 0 2px 0 #999;
	border: none;
	margin-bottom: 3px;
}

#packagesAccordion .card-header,
.login_card .card-header {
	background: #ec5b2d;
	color: #fff;
}

#packagesAccordion .card-header p {
	cursor: pointer;
	font-weight: 600;
}

.orange_tint {
	color: #ec5b2d;
}

.packages_page p,
.packages_page ul {
	color: #676767
}

.packages_page p {
	margin-top: 5px
}

.nav-tabs {
	border: none
}

.nav-tabs .nav-link {
	background-color: #555;
	border: 2px solid transparent;
	margin-right: 5px;
	font-size: 13px;
	color: #fff
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: rgba(0,0,0,.4);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #ec5b2d;
	border: 2px solid rgba(0,0,0,.4);
}

.register_page .col-sm-4 .card {
	flex: 1
}

.terms {
	margin-top: 20px;
	font-weight: 400;
}

#terms,
.agree_toterms{
	cursor: pointer;
}

.application_note {
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center
}

.exhibitor_header {
	background: #ec5b2d;
	padding: 5px 15px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: none;
	color: #fff;
}

.silver_package {
	border-left: 1px solid #ec5b2d;
	border-right: 1px solid #ec5b2d;
}

.sponsors li {
	margin: 10px 0;
	font-size: 14px;
	line-height: 28px;
}

.home_video {
	height: 100vh;
	width: 100%
}

.main_video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.home_video .overlay {
	background: rgba(0,0,0,.05);
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner_content .col-sm-5 {
	background: url("https://irsc2023.com/assets/front/images/separator.png") no-repeat right;
	background-size: contain;
}

.sponsorship.page_title .play_btn {
	background-color: #ec5b2d;
	border: none;
	color: #fff
}

.page_title .overlay {
	align-items: center;
	justify-content: center;
}

.exhibitions_page .host_row .col-sm-7 img {
	height: 110px;
	width: auto;
}

.packages_page .col-sm-5 {
	padding-top: 3%
}

.abstracts_page p {
	margin-bottom: 10px;
}

.visit_header {
	font-size: 13px;
	font-weight: 600;
}

#technical_visits .visit_header {
	font-size: 16px;
	font-weight: 600;
}

.exhibitor_values .col-sm-5 {
	align-items: center;
	padding-top: 60px;
}

.cta_container {
	background: url("../images/home_overlay.png") no-repeat bottom;
	background-size: cover;
	text-align: center;
}

.cta_container h3 {
	margin-bottom: 20px;
	font-weight: 800;
	color: #ec5b2d
}

.abstracts_cta {
	max-width: 300px;
	height: auto
}

.registration_options .host_row {
	flex-direction: row
}

.registration_options  .host_row .col-sm-6:first-of-type {
	align-items: center;
	justify-content: center
}

.registration_options .col-sm-6 {
	display: flex;
	flex-direction: column;
	flex: 2;
}

.registration_options .col-sm-6 img {
	width: 350px;
	height: auto;
}

.border_red {
	border: 1px solid red
}

.footer {
	background: #e0e0e0;
	color: #333;
}

.footer .container {
	padding: 50px 0;
}

.credits {
	background: #333;
	color: #fff
}

.footer_title {
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.footer,
.credits {
	font-size: 14px;
}

.footer a {
	text-transform: capitalize;
	text-decoration: none;
	color: #333;
}

.footer_logo {
	margin-bottom: 10px;
}

.footer_social .bi {
	margin-right: 15px
}


@media(min-width:1281px) {
	
	.page_title {
		height: 70vh;
	}
	
}

@media(max-width:1199px) {
	
	.programme_tabs #programmesTab .nav-link,
	#secondDayTab .nav-link,
	#abstractsTab .nav-link {
		margin-bottom: 5px;
		width: 200px;
		font-size: 11px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
}

@media(max-width:767px) {
	
	body {
		font-size: 13px;
		line-height: 20px;
	}
	
	.right_menu {
		position: absolute;
		right: 0;
		top: 0;
		margin-right: 10px;
		margin-top: 25px;
	}
	
	.right_menu .nav-link {
		margin-right: 15px;
	}
	
	.right_menu .nav-link:last-of-type {
		margin-right: 5px
	}
	
	.bi-list {
		font-size: 18px;
	}
	
	.logo {
		margin-left: -15px;
		height: 70px;
		padding: 10px;
		box-shadow: none;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	.navbar-toggler {
		margin-right: 210px;
		padding-left: 5px;
		padding-right: 5px;
		top: 0;
	}
	
	.top_bar .navbar-light .mx-auto {
		margin-top: 5px;
	}
	
	.top_bar .navbar-light .mx-auto .nav-item:last-of-type {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	.top_bar .navbar-light .mx-auto .nav-item {
		background: rgba(255,255,255,.4)
	}
	
	.navbar-light .navbar-nav .nav-item {
		text-align: center;
	}
	
	.banner {
		height: 400px;
		overflow-y: hidden
	}
	
	.banner .header_xsmall,
	.banner img {
		display: none;
	}
	
	.banner .col-12 {
		text-align: left;
	}
	
	.banner h1 {
		display: table;
		width: 100%;
		line-height: 36px;
	}
	
	.hide_break {
		display: none
	}

	.banner h2 {
		font-weight: 400;
	}

	.banner h3 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.banner_video,
	.banner_video video {
		height: 100vh;
	}
	
	.home_video,
	.main_video,
	.home_video .overlay {
		height: 60vh;
	}
	
	.home_video .overlay {
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	
	.sponsorship.page_title .play_btn {
		margin-top: auto;
	}
	
	.sponsorship .ovelay {
		padding-bottom: 20px
	}
	
	.exhibitions_page .host_row .col-sm-7 img {
		width: 100%;
		height: auto
	}
	
	.registration_options .host_row {
		flex-direction: column;
	}
	
	.registration_options .col-sm-6 {
		align-content: flex-start;
		justify-content: flex-start;
	}
	
	.registration_options .col-sm-6 img {
		width: 150px;
		height: auto;
	}
	
	.page_title {
		height: 40vh;
	}
	
	.programme_tabs #programmesTab .nav-link,
	#secondDayTab .nav-link,
	#abstractsTab .nav-link {
		margin-bottom: 5px;
		width: 150px;
		font-size: 10px;
		padding: 3px 10px;
	}
	
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footer_title {
		margin-bottom: 10px;
		margin-top: 15px;
	}

	
}