/*COMMON CSS*/
:root {
	--green: #A6CE3E;
}
html {
	scroll-behavior: auto;
}
section:not(.widget) {
	padding-top: 60px;
	padding-bottom: 60px;
}
a {
	text-decoration: none;
}
.custom-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.custom-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.govirtual-btn {
	font-size: 13px;
	font-weight: 800;
	color: #343434;
	padding: 13px 30px;
	border: 2px solid rgba( 166, 206, 62, 1);
	background-color: rgba( 166, 206, 62, 1);
	border-radius: 50px 50px 50px 50px;
	display: inline-block;
	position: relative;
}
.d_block {
	display: block;
}
/*COMMON CSS*/

/*INFOCOMM-INDIA-GOVIRTUAL-PAGE-START*/
/*LANDING-SECTION-START*/
section.landing-section {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.landing-banner {
	background-size: cover;
	background-position: center;
	padding: 140px 0 60px 0;
	position: relative;
}
/*
.landing-banner:after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba( 0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
}
*/
.landing-banner .landing-content {
	position: relative;
	z-index: 1;
}
.landing-content .breadcrumb {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 15px;
}
.landing-content .breadcrumb a {
	color: #FFFFFF;
	font-weight: 500;
}
.landing-section-logo-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.landing-section-logo-heading div {
	width: 50%;
	padding: 0 10px;
}
.landing-section-logo-heading div:first-child,
.landing-section-btn__inner:first-child p {
	text-align: center;
	padding-right: 10px;
}
.landing-content img {
	width: 220px;
	margin-bottom: 15px;
	margin-left: auto;
}
.landing-content .date {
/*font-size: 40px; */
font-size: 20px;
color: #FFFFFF;
/*margin-bottom: 10px; */
margin-bottom: 0px;
text-align: left;
}
.landing-content .date span {
	font-size: 18px;
}
.log-in-govirtual:after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}
.log-in-govirtual:hover {
	background-color: transparent;
	border: 2px solid rgba( 255, 255, 255, 1);
	color: #FFFFFF;
}
.landing-section-btn-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.landing-section-btn__inner {
	padding: 0 10px;
}
.landing-section-btn__inner p {
	margin-bottom: 0;
	text-align: center;
	margin-left: 10px;
}
.landing-sub-menu {
	padding: 40px 0;
	border-bottom: 1px solid rgba( 204, 204, 204, 1);
	position: -webkit-sticky;
	position: sticky;
	top: 45px;
	background-color: #fff;
	z-index: 98;
	margin-bottom: 50px;
}
.landing-sub-menu .sub_menus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.landing-sub-menu .sub_menus .sub_menu {
	list-style: none;
	margin: 0;
}
.landing-sub-menu .sub_menus .sub_menu:last-child {
	margin-left: auto;
}
.landing-sub-menu .sub_menus .sub_menu .submenu-item {
	display: inline-block;
	font-size: 16px;
	margin: 0 10px 0 0;
	font-weight: 800;
}	
.landing-sub-menu .sub_menus .sub_menu .submenu-item:first-child {
	padding-right: 30px;
	margin: 0;
	position: relative;
	color: #343434;
}
.landing-sub-menu .sub_menus .sub_menu .submenu-item:first-child:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 8px solid rgba( 166, 206, 62, 1);
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.landing-sub-menu .sub_menus .sub_menu .submenu-item .submenu-link {
	color: #343434;
	font-weight: 500;
}
.landing-sub-menu .sub_menus .sub_menu .submenu-item .submenu-link.active, .landing-sub-menu .sub_menus .sub_menu .submenu-item .submenu-link:hover {
	color: var(--green);
}
.landing-sub-menu .sub_menus .sub_menu .submenu-item .submenu-link.active {
	border-bottom: 2px solid var(--green);
}
/*LANDING-SECTION-END*/

/*VERTUAL-PLATFORMS-SECTION-START*/
section.virtual-plateforms-section {
	padding-top: 0;
}
.section-content {
	margin-bottom: 50px;
	padding: 0 20px;
}
.section-content h3 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}
.description {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}
.section-content .description {
	margin-bottom: 15px;
	color: #343434;
}
.section-content .register-link {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}
.section-content .register-link a {
	color: #343434;
	font-weight: 600;
}
.custom-row .custom-col {
	width: 100%;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding-right: 15px;
	padding-left: 15px;
}
.plateforms {
	position: relative;
	height: 100%;
}
.plateforms-img {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
}
.plateforms-img:after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba( 0, 0, 0, .75);
	position: absolute;
	top: 0;
	left: 0;
}
.plateforms-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}
.plateforms-content {
	position: relative;
	z-index: 1;
	color: white;
	padding: 20px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.plateforms-title {
	font-size: 28px;
	font-weight: 400;
	color: var(--green);
	margin: 0;
	margin-bottom: 10px;
}
.plateforms-content .description {
	margin-bottom: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.plateforms-content .view-more.govirtual-btn {
	font-size: 14px;
	font-weight: 800;
	padding: 8px 32px;
	text-transform: uppercase;
}
.plateforms-content .view-more.govirtual-btn:hover {
	background-color: transparent;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
/*VERTUAL-PLATFORMS-SECTION-END*/

/*BANNER SECTION*/
section.event-banner-section {
	padding-top: 0 !important;
	display: none;
}
.event-banner-section a, .event-banner-15-16-sep img {
	height: 100%;
	width: 100%;
	display: block;
}
.event-banner-section .custom-row .custom-col {
	flex: 0 0 50%;
	max-width: 50%;
}
/*BANNER SECTION*/

/*FEATURED-EXHIBITORS-START*/
section.featured-exhibitors-section {
	padding-top: 0;
	padding-bottom: 30px;
}
.featured-exhibitors-section.event_date-15-16-sep{
	display: none;
}
.featured-exhibitors-header {
	border: 2px solid rgba( 166, 206, 62, 1);
	border-left: 0;
	border-right: 0;
	margin-bottom: 30px;
}
.featured-exhibitors-header .title {
	font-size: 18px;
	font-weight: 800;
	margin: 15px 0;
	text-transform: uppercase;
}
.featured-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #cccccc;
	height: 100%;
}
.featured-img {
	width: 35%;
}
.featured-img img {
	width: 100%;
}
.featured-details {
	width: 65%;
	padding: 0 15px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.featured-details .title {
	font-size: 14px;
	font-weight: 600;
	color: #343434;
	margin: 10px 0;
	text-align: left;
}
.featured-details .description {
	font-size: 12px;
	margin-bottom: 15px;
	text-align: left;
	color: #343434;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.featured-details .view-more.govirtual-btn {
	margin-bottom: 5px;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	margin-left: auto;
}
.exhibitor-booth {
	font-weight: 800;
	font-size: 12px;
	text-align: center;
	background-color: var(--green);
	padding: 10px 0;
	text-transform: uppercase;
}
.date-time-img {
	display: flex;
	align-items: center;
	width: 100%;
}
.date-time-img .company-logo {
	height: 50px;
	width: 50px;
	margin-left: auto;
}
.date-time-img .company-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
section.featured-exhibitors-section .custom-row .custom-col {
	margin-bottom: 30px;
}
/*FEATURED-EXHIBITORS-SECTION-END*/

/*VIRTUAL-GUIDE-SECTION-START*/
section.virtual-guide-section {
	border-top: 1px solid rgba( 204, 204, 204, 1);
}
section.virtual-guide-section .custom-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.virtual-guide-video {
	padding-bottom: 60px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 60px;
}
.video-link {
	height: 210px;
	width: 100%;
}
.user-guide label {
	font-size: 18px;
	font-weight: 800;
	color: #343434;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.guide-video .video-link video {
	width: 100%!important;
	height: 100%!important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
section.virtual-guide-section .custom-row .custom-col:last-child {
	margin-left: 10px;
}
section.virtual-guide-section .custom-row .custom-col:first-child {
	margin-right: 10px;
}
.virtual-guide-btn{
	margin-bottom: 40px; 
}
.virtual-guide-description {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 400;
	color: #343434;
}
.virtual-guide-description a {
	font-weight: 600;
	color: #343434;
}

/*VIRTUAL-GUIDE-VIDEO-MODAL*/
.user-guide-video-modal .modal-dialog {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.user-guide-video-modal .video video {
	max-height: 506px;
	max-width: 900px!important;
	width: 900px!important;
}
.user-guide-video-modal .video video:focus {
	outline: 0;
}
.user-guide-video-modal .modal-body {
	padding: 40px;
}
.user-guide-video-modal .modal-content {
	background-color: transparent;
}
/*VIRTUAL-GUIDE-VIDEO-MODAL*/

/*VIRTUAL-GUIDE-SECTION-END*/
/*INFOCOMM-INDIA-GOVIRTUAL-PAGE-END*/

/*LIVE-DEMO-SESSIONS-PAGE-START*/
/*EXPO-HALL-SECTION-STRAT*/
section.expo-hall-section {
	padding-bottom: 0;
	padding-top: 0px;
}
section.expo-hall-section .section-content {
	margin-bottom: 0;
}
section.expo-hall-section .section-content .title {
	margin: 0;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 25px;
}
.day-btns.virtual-guide-btn {
	margin-bottom: 20px;
}
.day-btns.virtual-guide-btn a {
	margin-right: 10px;
	margin-bottom: 20px;
}
/*EXPO-HALL-SECTION-END*/
/*DEMO-SESSIONS-SECTION-STRAT*/
section.demo-sessions-section {
	padding-top: 0;
}
section.demo-sessions-section .custom-row .custom-col {
	margin-bottom: 30px;
}
section.demo-sessions-section .section-content {
	margin-bottom: 0;
}
.section-content .section-title {
	font-size: 30px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 400;
	color: #343434;
}
.featured-details .date-time {
	text-align: left;
	margin-bottom: 10px;
}
.featured-details .featured-subtitle {
	font-size: 13px;
	font-weight: 700;
	color: #343434;
	text-align: left;
	margin-bottom: 0px;
}
.featured-details .date-time label {
	font-size: 12px;
	font-weight: 400;
}
.featured-details .date-time label span {
	font-weight: 800;
}
section.demo-sessions-section .featured-card .exhibitor-booth {
	background-color: #FBD35A;
}
/*DEMO-SESSIONS-SECTION-END */
/*LIVE-DEMO-SESSIONS-PAGE-END*/

/*EXHIBITOR-BOOTHS-PAGE-START*/
section:not(.widget).exhibitor-booth-section {
	padding-top: 0;
}
section.exhibitor-booth-section .section-content {
	margin-bottom: 0;
}
section.exhibitor-booth-section .custom-row .custom-col {
	margin-bottom: 30px;
}
.exhibitor-booth-filter {
	margin-bottom: 45px;
}
.exhibitor-booth-filter .booth-tabs {
	margin: 0;
	list-style: none;
	text-align: center;
}
.exhibitor-booth-filter .booth-tabs .booth-item {
	display: inline-block;
	margin: 0 0 0 -5px;
}
.exhibitor-booth-filter .booth-tabs .booth-item .booth-link {
	font-size: 14px;
	color: #343434;
	padding: 5px 25px;
}
.exhibitor-booth-filter .booth-tabs .booth-item .booth-link:hover, .exhibitor-booth-filter .booth-tabs .booth-item.active .booth-link {
	background-color: rgba( 166, 206, 62, 1);
	color: #FFFFFF;
}
/*EXHIBITOR-BOOTHS-PAGE-END*/

/*SPEAKERS-PAGE-START*/
.page-template-speakers .landing-banner:after {
	display: none;
}
.register-btn:after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}
.register-btn:hover {
	background-color: transparent;
	border: 2px solid rgba( 255, 255, 255, 1);
	color: #FFFFFF;
}
.landing-banner .landing-content .description {
	color: #FFFFFF;
	padding: 0 70px;
	margin-bottom: 15px;
}
.landing-content .register {
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 35px;
}
section.speakers-section {
	padding-bottom: 30px;
	padding-top: 0;
}
.speakers-section.y2022 {
    margin-top: 40px;
}
section.speakers-section .section-content .title {
	margin: 0;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 25px;
}
section.speakers-section .custom-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section.speakers-section .custom-row .custom-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
section.speakers-section .speaker {
	margin-bottom: 30px;
}
.speaker .speaker-image {
	margin-bottom: 15px;
}
.speaker_image.d_block {
	height: 150px;
	width: 150px;
	margin: auto;
}
.speaker .speaker-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border-radius: 100%;
	margin: auto;
	display: block;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.speaker .speaker-image:hover img {
	opacity: .8;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.speaker .name h5 {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	margin: 0;
	margin-bottom: 10px;
}
.speaker .designation {
	font-size: 14px;
	font-weight: 500;
	color: #7A7A7A;
	margin-bottom: 10px;
}
.speaker .company-name {
	color: #343434;
	font-size: 16px;
	font-weight: 500;
}
/*speakers-modal-css*/
.modal {
	background-color: rgba( 0, 0, 0, .5);
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 5px 5px 5px rgba( 0, 0, 0, .3);
	box-shadow: 5px 5px 5px rgba( 0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	line-height: 25px;
	z-index: 1060;
	overflow: auto;
}
.modal-dialog {
	min-height: calc(100% - 3.5rem);
	max-width: 850px;
	margin: 1.75rem auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	/* width: 80%; */
	width: 90%;
}

.modal-show {
	overflow: hidden;
}
.modal .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	background-color: var(--green);
	color: #000000;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal-content {
	position: relative;
	background-color: #FFF;
	width: 100%;
}
.modal-header {
	position: relative;
}
.modal.speakers-bio .modal-body {
	padding: 40px;
	min-width: 650px;
}
.speakers-bio-content {
	text-align: left;
}
.speaker-details {
	text-align: center;
	border-bottom: 1px solid var(--green);
	padding-bottom: 30px;
}
.speaker-details img {
	margin: auto;
	border-radius: 100%;
	margin-bottom: 15px;
	width: 150px;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}
.speaker-name {
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
}
.speaker-designation {
	font-size: 15px;
	margin-bottom: 10px;
}
.speaker-company {
	font-size: 15px;
	margin-bottom: 0;
}
.speaker-description {
	padding: 30px 0;
	border-bottom: 1px solid var(--green);
}
.speaker-sessions {
	padding-top: 30px;
}

.speaker-sessions .title {
	font-size: 18px;
	margin: 0;
	margin-bottom: 25px;
}
.speaker-sessions p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.speaker-sessions p img {
	margin-right: 5px;
}
.back-to-speakers.govirtual-btn {
	margin-top: 25px;
	background-color: transparent;
}
.back-to-speakers.govirtual-btn:hover {
	background-color: rgba( 166, 206, 62, 1);
}
.modal-bg {
    background: rgba(0, 0, 0, 0.4);
    zoom: 1;
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
}
/*SPEAKERS-PAGE-END*/

/* Experience Solutions Slider Start */
.slick-experience-slider, .slick-experience-solutions-item {
	position: relative;
}

.slick-experience-solutions__img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}
.experience-solutions-content {
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    height: 100%;
    position: relative;
}
.slick-experience-solutions-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #000000e0 0%, rgba(0,0,0,0) 100%);
}
.slick-experience-slider .slick-slider-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 15px;
    padding-left: 20px;
	overflow: hidden;
	z-index: 1;
}
.experience-solutions-title {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.experience-list-title {
	margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.experience-list-description {
	font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.experience-list-btn {
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #A6CE3E!important;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    border-radius: 20px 0px 0px 0px;
    padding: 0;
    display: inline-block;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23A6CE3E' class='bi bi-arrow-90deg-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14.854 4.854a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 4H3.5A2.5 2.5 0 0 0 1 6.5v8a.5.5 0 0 0 1 0v-8A1.5 1.5 0 0 1 3.5 5h9.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    height: 60px;
    width: 60px;
}
.experience-solutions-list .experience-list-item:last-child {
	position: absolute;
    bottom: 0;
    right: 0;
}
.experience-list-btn:hover {
    border-color: #ffffff;
    color: #A6CE3E !important;
    background-color: #ffffff;
}
.experience-list-btn i {
	margin-left: 10px;
}


.slick-experience-solutions-item {
	margin: 0 10px;
}
.slick-experience-solutions-item:focus {
	outline: none;
	border: none;
}
.slick-experience-slider .slick-experience-solutions-item.slick-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
	border-radius: 10px;
}
.slick-experience-slider .slick-list {
	position: relative !important;
	width: 100%;
	padding:0 20% 0 0 !important;
}
.experience-solutions-list .experience-list-item:last-child .experience-list-btn {
    opacity: 0;
}
.slick-experience-solutions-item:hover .experience-solutions-list .experience-list-item:last-child .experience-list-btn {
    opacity: 1;
    transition: all ease-in-out .3s;
}
.slick-experience-slider .slick-experience-solutions__img {
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}
.slick-experience-slider .slick-arrow {
	position: absolute;
	bottom: 20px;
	display: block;
	top: 44%;
	left: 40%;
	margin: 0px;
	opacity: 1;
	border-radius: 10px !important;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px 0 0 5px !important;
	padding: 0;
	height: 50px;
	width: 50px;
	z-index: 15;
	font-size: 0;
}
.slick-experience-slider .slick-arrow:before {
	content: "\f0d9";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	font-size: 16px;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
}
.slick-experience-slider .slick-arrow.slick-next:before {
	-webkit-transform: translate(-50% , -50%) rotate(-180deg);
	-ms-transform: translate(-50% , -50%) rotate(-180deg);
	transform: translate(-50% , -50%) rotate(-180deg);
}
.slick-experience-slider .slick-arrow:focus, .experience-list-btn:focus {
	outline: none;
}
.slick-experience-slider .slick-arrow:hover {
	color: var(--green);
}
.slick-experience-slider .slick-arrow.slick-next {
	left: 57%;
	border-radius: 0 5px 5px 0 !important;
}
/* Experience Solutions Slider end */


/* DISCOVER-SOLUTIONS-PAGE-START */

/* DISCOVER-SOLUTIONS-PAGE-END */
/* Note Slider Css Start */
.slick-note-slider .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slick-note-slider .row .col {
    width: 50%;
    flex: 0 0 auto;
}
.ns-slider_title {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.ns-slider_description p {
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.note-slider_image {
    padding-left: 40px;
}
.note-slider_image img {
    height: 400px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.slick-note-slider .slick-dots {
	margin: 0px;
	list-style: none;
	text-align: center;
	padding-top: 30px;
	line-height: 0;
}
.slick-note-slider .slick-dots li:first-child {
    margin-left: 0px;
}
.slick-note-slider .slick-dots li {
    display: inline-block;
    margin: 0;
    line-height: 0;
    margin-left: 10px;
}
.slick-note-slider .slick-dots button {
    font-size: 0px;
    padding: 0px;
    background-color: transparent;
    height: 10px;
    width: 10px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.slick-note-slider .slick-dots .slick-active button,
.slick-note-slider .slick-dots button:hover {
    background-color: #A5CD3D;
}
/* Note Slider Css End */

/* Footer Start */
.back-to-top {
	position: fixed;
	right: 45px;
	bottom: 45px;
	z-index: 2;
	height: 60px;
	width: 60px;
	display: none;
}
.back-to-top a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 26px;
	color: #000000;
}
/* Footer End */

/*RESPONSIVE-START*/
@media (max-width: 1799.98px) {
	.slick-experience-slider .slick-experience-solutions__img {
		width: 100%;
		height: 400px;
	}
}
@media (max-width: 1199.98px) {
	.landing-sub-menu .sub_menus .sub_menu .submenu-item:first-child {
		padding-right: 25px;
	}
	.landing-sub-menu .sub_menus .sub_menu .submenu-item:first-child:after {
		right: 10px;
	}
	.landing-sub-menu .sub_menus .sub_menu .submenu-item {
		margin: 0 10px 0 0;
	}
	.section-content {
		padding: 0 40px;
	}
	.featured-details .title {
		font-size: 13px;
	}
	.plateforms-title {
		font-size: 26px;
	}
	.featured-img {
		width: 40%;
	}
	.featured-details {
		width: 60%;
	}
	.landing-banner .landing-content .description {
		padding: 0;
	}
	.exhibitor-serch__section {
		padding: 40px 15px!important;
	}
	.ns-slider_title {
		font-size: 35px;
		line-height: 45px;
	}
}
@media (max-width: 991.98px) {
	section:not(.widget) {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.landing-section {
		padding-top: 0;
		padding-bottom: 0;
	}
	.landing-sub-menu .sub_menus {
		display: block;
	}
	.landing-sub-menu .sub_menus .sub_menu .submenu-item:first-child {
		padding-right: 40px;
	}
	.landing-sub-menu .sub_menus .sub_menu .submenu-item:first-child:after {
		right: 20px;
	}
	.landing-sub-menu .sub_menus .sub_menu .submenu-item {
		margin: 0 25px 0 0;
	}
	.section-content {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.custom-row .custom-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.plateforms {
		position: relative;
		margin-bottom: 30px;
	}
	section.featured-exhibitors-section {
		padding-top: 0;
		padding-bottom: 30px;
	}
	section.virtual-guide-section .custom-row .custom-col:first-child, section.virtual-guide-section .custom-row .custom-col:last-child {
		margin: 0;
	}
	.virtual-guide-video {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.landing-sub-menu .sub_menus .sub_menu:first-child {
		margin-bottom: 10px;
	}
	section.expo-hall-section {
		padding-bottom: 0;
		padding-top: 0;
	}
	.exhibitor-booth-filter {
		margin-bottom: 35px;
	}
	section.speakers-section .custom-row .custom-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	section.speakers-section {
		padding-top: 0;
	}
	.user-guide-video-modal .video video {
		max-height: 350px;
		max-width: 600px!important;
	}
	.experience-solutions-title {
		font-size: 20px;
	}
	.experience-list-title {
		font-size: 28px;
	}
	.experience-list-description {
		margin-bottom: 18px;
	}
	.experience-list-btn {
		padding: 10px 35px;
	}
	.slick-experience-slider .slick-experience-solutions__img {
		width: 100%;
		height: 350px;
	}
	.slick-experience-slider .slick-arrow {
		height: 40px;
		width: 40px;
		left: 35%;
	}
	.slick-experience-slider .slick-arrow.slick-next {
		left: 60%;
	}
	.note-slider_image img {
		height: 350px;
	}
	.experience-solutions-list .experience-list-item:last-child .experience-list-btn {
		opacity: 1;
	}
}
@media (max-width: 767.98px) {
	.section-content {
		padding: 0;
	}
	.landing-content .date {
		margin-bottom:20px;
	}
	.landing-sub-menu .sub_menus .sub_menu .submenu-item:first-child {
		padding-right: 25px;
	}
	.landing-sub-menu .sub_menus .sub_menu .submenu-item:first-child:after {
		right: 5px;
	}
	.landing-sub-menu .sub_menus .sub_menu .submenu-item {
		margin: 0 0 0 10px;
		display: block;
	}
	.custom-row .custom-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.virtual-guide-video .user-guide {
		margin-bottom: 30px;
	}
	.exhibitor-booth-filter .booth-tabs .booth-item .booth-link {
		padding: 5px 10px;
	}
	.featured-details .title {
		font-size: 14px;
	}
	.featured-details .description {
		font-size: 14px;
	}
	section.speakers-section .custom-row .custom-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.landing-banner .landing-content .description {
		padding: 0 10px;
	}
	.user-guide-video-modal .video video {
		max-height: 210px;
		max-width: 350px!important;
	}
	.user-guide-video-modal .close-btn {
		right: 10px;
	}
	section.virtual-plateforms-section {
		padding-top: 0;
	}
	.experience-list-description {
		font-size: 16px;
	}
	.experience-list-btn {
		padding: 8px 25px;
		font-size: 12px;
	}
	.slick-experience-slider .slick-experience-solutions__img {
		width: 100%;
	}
	.slick-experience-slider .slick-arrow {
		left: 12%;
	}
	.slick-experience-slider .slick-arrow.slick-next {
		left: 77%;
	}
	.landing-section-logo-heading {
		flex-direction: column;
	}
	.landing-section-logo-heading div {
		width: 100%;
	}
	.landing-content img {
		margin-right: auto;
	}
	.landing-content .date {
		text-align: center;
	}
	.landing-section-btn-content {
		flex-direction: column;
	}
	.landing-section-btn__inner:first-child {
		margin-bottom: 10px;
	}
	.event-banner-section .custom-row .custom-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.event-banner-section .custom-row .custom-col:last-child {
		margin-bottom: 0px;
	}
	.event-banner-section .custom-row .custom-col a {
		/*height: 165px;*/
	}
	.back-to-top {
		right: 25px;
		bottom: 25px;
		height: 40px;
		width: 40px;
	}
	.back-to-top a {
		font-size: 20px;
	}
	.hbspt-form .hs-form .hs_email {
		width: 60%;
	}
	.hbspt-form .hs-form .hs_submit.hs-submit {
		width: 40%;
	}
	.landing-section__inner {
		padding: 0 10px;
	}
	.heading-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.exhibitor-title, .exhibitor-participating__link p {
		font-size: 16px;
	}
	.exhibitor-industry__select {
		width: 100%;
		padding: 12px 20px 12px 6px;
		font-size: 14px;
	}
	.exhibitor-industry__checkbox {
		padding: 30px 0 20px;
	}
	.modal.speakers-bio .modal-body {
		min-width: 0;
		/* width: 100vw; */
		width: 100%;
		padding: 20px;
	}
	.note-slider_image {
		padding-left: 0px;
		margin-top: 20px;
	}
	.slick-note-slider .row .col {
		width: 100%;
		flex: 0 0 auto;
	}
}
@media (max-width: 320.98px) {
	.user-guide-video-modal .video video {
		max-height: 170px;
		max-width: 280px!important;
	}
	.user-guide-video-modal .close-btn {
		right: 40px;
	}
}
@media (min-width: 321px) {

}
@media (min-width: 576px) {
	.custom-container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.custom-container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.custom-container {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.custom-container {
		max-width: 1140px;
	}
}
/*RESPONSIVE-END