@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url("nav.css");

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

a, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}

:focus {
	outline: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none !important;
	text-decoration: none;
}

li {
	list-style: none;
}

.img-responsive {
	display: block;
	height: auto;
}

.clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	max-width: 1270px;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

ol, dl, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
	margin-bottom: 1rem;
}

p {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1.6;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

hr {
	float: left;
	display: block;
	height: 0.1rem;
	width: 100%;
	background-color: #dadada;
	margin: 1rem 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	margin-top: .-1rem;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.gray-btn {
	background-color: #fff;
	padding: 1rem 1.5rem;
	color: #000;
	font-size: 14px;
	margin-right: 10px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 500;
}
.gray-btn:hover {
	background-color: #22b6c5;
	color: #fff;
}
.gray-btn.active{
	background-color: #22b6c5;
	color: #fff;
}

.no-border {
	border-bottom: none !important;
}

header {
	background: transparent;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	text-align: center;
	z-index: 11;
}
header li {
	list-style: none;
	display: inline-block;
}

header a {
	color: #222;
	text-decoration: none;
	padding: 0;
}

header.darkHeader {
	background: #000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.separator{
	width: 40px;
	height: 2px;
	background-color: #1ab6c5;
	margin: 15px auto;

}
.circle__crop {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.circle__container{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
}
.circle__container {
	position: absolute;
	left: -20rem;
	top: -20rem;
	transform: rotate(-45deg);
}
.circle {
	position: absolute;
	width: 576px;
	height: 576px;
	border: 1px solid #d0d0d0;
	border-radius: 50%;
}
.mb-sm{
	display: block;
}
.mb-lg{
	display: none;
}
.top-btns{
	display: flex;
	width: auto;
	margin: 0 auto;
}
.top-btns .gray-btn{
	font-size: 11px;
	padding: 0.8rem 0.8rem;
}
.top-btns .gray-btn:nth-child(2){
	margin: 0;
}
.hero-section {
	/*
	background: url('../images/ring.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	background-color: #070302;
	*/
	background: rgb(0, 0, 0);
	background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 80%);
	position: relative;
}
.hero-section video{
	position: absolute;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.hero-section img.ring{
	position: absolute;
	right: 0;
	top: 0;
}

.hero-section .hero-content {
	min-height: 900px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

.hero-section .hero-content .top-part {
	justify-content: center;
	align-items: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 30px;
	flex-wrap: wrap;
	border-bottom: 1px solid #3b38387a;
	flex-direction: column;
}
.hero-section .hero-content .top-part .hero-event-logo{
	margin: 0 0 30px 0;
}

.hero-section .hero-content .bottom-part {
	padding: 0 0 30px 0;
}
.hero-section .hero-content .hero-heading{
	margin-top: 30px;
}
.hero-section .hero-content .bottom-part h2, .hero-section .hero-content .bottom-part .tag1 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1;
}

.hero-section .hero-content .bottom-part h1, .hero-section .hero-content .bottom-part .tag2 {
	
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}
.hero-section .hero-content .bottom-part .hero-event-date, .hero-section .hero-content .top-part .hero-event-date{
	display: flex;
	flex-direction: column;
}
.hero-section .hero-content .bottom-part .hero-event-date-top, .hero-section .hero-content .top-part .hero-event-date-top{
	display: flex;
	align-items: center;
	line-height: 62px;
}
.hero-section .hero-content .bottom-part .hero-eventday, .hero-section .hero-content .top-part .hero-eventday{
	font-weight: 600;
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 21px;
	line-height: 22px;
	margin-left: 15px;
}
.hero-section .hero-content .bottom-part .hero-eventdate, .hero-section .hero-content .top-part .hero-eventdate{
	font-size: 52px;
	font-weight: 400;
	color: #fff;
}
.hero-section .hero-content .bottom-part h3, .hero-section .hero-content .top-part h3{
	
	font-size: 18px;
	font-weight: 700;
	color: #24b7c6;
	margin: 0;
}
.hero-section .hero-content .date {
	font-size: 58px;
	color: #fff;
	padding: 5px 20px;
	line-height: 1;
}

.hero-section .hero-content .timer{
	position: relative;
	right: unset;
	top: unset;
}
.hero-section .hero-content .timer-content {
	display: flex;
	flex-direction: row;
}

.hero-section .hero-content .timer-content .timer-el {
	background-color: #1ab6c5;
	width: 70px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin: 0 0 0 5px;
}

.hero-section .hero-content .timer-content .timer-el .timer-el__number {
	font-size: 32px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}

.hero-section .hero-content .timer-content .timer-el .timer-el__label {
	font-size: 13px;
	color: #fff;
}

.hero-section .hero-content .btn-section {
	display: none;
	margin-top: 30px;
}
.hero-section .hero-content .btn-section .gray-btn{
	padding: 0.8rem 1rem;
	font-size: 11px;
}
.hero-section .hero-content .btn-section .gray-btn:last-child{
	margin: 0;
}
.hero-section .hero-content .btn-section a.white-line-btn:nth-child(1) {
	margin-right: 20px;
}

.hero-section .hero-content .btn-section a.white-line-btn:hover {
	background-color: #00000085;
}

.number_sec {
	width: 100%;
	display: inline-block;
	padding:0;
	padding-top: 60px;
	background: #fff;
	border-bottom: 1px solid #f5f5f594;
}

#prg-counter .prg-container {
	text-align: center;
	width: 100%;
	margin:0 auto;
	display: grid;
	grid-gap: 0px 0px;
	grid-template-columns: repeat(1, 1fr);
	padding-top: 30px;
}

#prg-head h1 {
	text-align: center;
}

#prg-counter h3.prg-count {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 80px;
	color: #333;
	font-weight: 400;
	text-align: center;
	padding: 0px;
	border: 0px solid black;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	overflow: hidden;
}
#prg-counter h3.prg-count .odometer.odometer-auto-theme{

	font-family: "Barlow Condensed", sans-serif;
}
#prg-counter h3.prg-count .odometer-formatting-mark{
	display: inline-block;
	font-size: 60pt;
	vertical-align: super;
}
/*
#prg-counter h3.prg-count::after {
	content: " +";
	display: inline-block;
	font-size: 60pt;
	vertical-align: super;
}
*/
/*#prg-counter h3.prg-count {
  border: 5px solid blue;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}*/
#prg-counter h5{
	font-family: "Barlow Condensed", sans-serif;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	margin-top: -30px;
}
#prg-counter h4.prg-count-title {
	
	font-size: 14px;
	color: #333;
	font-weight: 500;
	width: 90%;
	margin: 0 auto;
	line-height: 24px;
	min-height: 80px;
}

#prg-counter .separator{
	background-color: #3b383812;
	width: 80px;
	margin: 0;
}
.prg-box{
	text-align: center;
	height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	gap: 0;
	transition: 0.3s;
}
#prg-counter h3.prg-count span.first{
	font-size: 76px;
}
#prg-counter h3.prg-count span.last{
	font-size: 78px;
	margin-top: -5px;
	margin-left: -4px;
}
#prg-counter sup{
	font-size: 36px;
}
/*
.prg-box:hover{
	background-color: #0c0145 !important;
}
.prg-box:hover h3, .prg-box:hover h5, .prg-box:hover h4.prg-count-title{
	color: #22b6c5 !important;
}
.prg-box:hover .separator{
	background-color: #22b6c5 !important;
}
*/
/* ============================================================================================ */

/* overview */

/* ============================================================================================ */

.overview {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #0c0145;
	overflow: hidden;
}

.overview_left, .overview_right {
	width: 100%;
	float: left;
}
.overview_left{
	height: auto;
}
.overview_left img{
	object-fit: cover;
	object-position: top center;
	height: 100%;
}
.overview_right {
	padding: 30px;
}

.overview p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.overview-new {
	position: relative;
	padding: 60px 0 60px 0;
}
.overview-new-wrap{
	width: 100%;
	margin: 0 auto;
}
.overview-new-heading, .section-heading{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.overview-new-heading .heading, .heading {
	font-size: 26px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.overview-new-heading p{
	
	font-size: 14px;
	color: #333333;
	font-weight: 500;
}
.overview-new-content{
	margin-top: 40px;
	display: grid;
	grid-gap: 0px 0px;
	grid-template-columns: repeat(1, 1fr);
}
.overview-new-content-box.aos-animate{
	height: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
}
.overview-new-content-box.mb-bg-white{
	
	background-color: #fff !important;
}
.overview-new-content-box.mb-bg-gray{

	background-color: #f9f9f9 !important;
}
.overview-new-content-box p{
	
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	letter-spacing: 0.5px;
	margin: 0;
	line-height: 1.2;
}
.overview-new-content-box .separator{
	margin-top: 22px;
	margin-bottom: 22px;
	width: 40px;
}
.overview-new-wrap{
	margin-bottom: 60px;
}
.overview-new-right{
	border-right: 0;
	height: 100%;
}
.overview-new-right h3{
	
	color: #333333;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	letter-spacing: 2px;
}
.overview-new-left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
}
.overview-new-left h1.heading{
	text-transform: none;
}
.overview-new-right h2{
	font-family: "Barlow Condensed", sans-serif;
	color: #22b6c5;
	font-size: 160px;
	font-weight: 400;
	line-height: 190px;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.overview-new-left p{
	
	font-size: 15px;
	color: #333333;
	font-weight: 500;
}
.overview-2 .section-heading{
	width: 100%;
	text-align: left;
}
.overview-2 .section-heading h2.heading{
	color: #fff;
}
.overview-2 .section-heading .separator{
	margin: 0;
	margin-bottom: 30px;
}
/* ============================================================================================ */

/* fsimarket css start */

/* ============================================================================================ */

.fsimarket {
	padding: 60px 0 30px 0;
	background-color: #f2f4f5;
	position: relative;
}

.fsimarket .heading{
	margin-bottom: 0;
}

.fsimarket_row{
	/*
	display: flex;
	flex-direction: column;
	grid-gap: 0px 30px;
	justify-content: center;
	*/
	padding-top: 30px;
	display: grid;
	grid-gap: 30px 30px;

}
.fsimarket_col{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	margin-bottom: 80px;
}

.fsimarket_col_img{
	width: 90%;
	display: flex;
}
.fsimarket_col_img img{
	border-radius: 4px;
}

.fsimarket_col_box{
	position: absolute;
	background-color: #fff;
	left: 0;
	bottom: -40px;
	width: 190px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 30px 20px 30px;
	align-items: center;
	text-align: center;
    /*
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
    */
	transition: 0.3s;
	border-radius: 10px;
}
.fsimarket_col_box h4{
	font-family: "Barlow Condensed", sans-serif;
	font-size: 62px;
	color: #333;
	font-weight: 500;
	text-align: center;
	padding: 0px;
	border: 0px solid black;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fsimarket_col_box p{
	
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin: 0;
	line-height: 20px;
}
.fsimarket_col_box .separator{
	width: 100%;
	background-color: #3b383812;
	margin-top: 0;
}
.fsimarket_col_box h4 .odometer.odometer-auto-theme {
	font-family: "Barlow Condensed", sans-serif;
}
/* ============================================================================================ */

/* conference css start */

/* ============================================================================================ */

.conference {
	padding: 60px 0;
}
.conference-content{
	display: grid;
	grid-gap: 30px 40px;
	grid-template-columns: repeat(1, 1fr);
	padding-top: 30px;
	
}
.conference-content-box {
	border-radius:24px;
	display: flex;
	flex-direction: column;
	padding:20px 20px;
	position: relative;
	overflow: hidden;

}
.conference-content-box h3{
	font-size: 26px;
	font-weight: 500;
}
.conference-content-box p{
	font-size: 14px;
}
.conference-content-box p a{
	font-weight: 700;
	color: #000;
	z-index: 1;
}
.conference-content-box p.text-end{
	z-index: 1;
}
.conf{
	background-color:#f7f4f4;
}
.exhib{
	background-color:#effbf9;
}
.after{
	background-color:#f2edf4;
}
.conference-content-box .video-clip {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	height: 220px;
	z-index: 1;
}
.conference-content-box .video-clip video{
	height: 100%;
	border-radius: 100px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.conference-content-video-content{
	height: 100%;
	z-index: 1;
}
.conference-content-box .circle:nth-child(1){
	top:-1rem;
	left: 10rem;
}
/* ============================================================================================ */

/* conference css ends */

/* ============================================================================================ */

.icon_sec {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}
.icon_sec .icon_sec_box {
	display: flex;
	align-items: center;
	box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
	padding: 20px 10px 20px 20px;
	background: #fff;
	transition: 0.3s;
	justify-content: space-between;
	border-radius: 4px;
}
.icon_sec .icon_sec_box p{
	
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	width: 80%;
}
.icon_sec .icon_sec_box .icon_sec_icon{
	width: 40px;
	margin: 0 30px 0 0;
	transition: 0.5s;
	z-index: 2;
	position: relative;
	display: block;
}
.icon_sec .icon_sec_box .icon_sec_icon:after {
	content: '';
	position: absolute;
	top: -8px;
	left: 0px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #22b6c530;
	z-index: 1;
	opacity: 1;
}
.icon_sec .icon_sec_box .icon_sec_icon img{
	width: 100%;
	height: 100%;
}
/*
.icon_sec  .icon_sec_box img:nth-child(2){
	display: none;
}
.icon_sec .icon_sec_box:hover img:nth-child(1){

	display: none;
}
.icon_sec .icon_sec_box:hover img:nth-child(2){

	display: block;
}
*/
.icon_sec .icon_sec_box:hover{
	background: #0c0145;
}
.icon_sec .icon_sec_box:hover .icon_sec_icon img{
	filter: brightness(0) invert(1);
}
.icon_sec .icon_sec_box:hover .icon_sec_icon:after{
	opacity: 0;
}
.icon_sec .icon_sec_box:hover p{
	color: #fff;
}
.icon_sec .col-lg-3 {
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
}

.icon_sec .col-lg-3:last-child {
	border-right: none;
}

.icon_sec .row:last-child {
	border-bottom: none;
}

.b_top {
	border-top: none !important;
}

.b_right {
	border-right: none !important;
}

.icon_sec_row{
	display: grid;
	grid-gap: 30px 30px;
	grid-template-columns: repeat(1, 1fr);
	margin: 40px 0 0;
}

.key_topic{
	background-color: #f9f9f9;
	justify-content: flex-start;
}
.key_topic .overview_left{
	height: auto;
	width: 100%;
}
.key_topic .overview_left img{
	height: 100%;
}
.key_topic .overview_right{
	padding: 30px 20px 0 20px;
	width: 100%;
}
.key_topic .heading{
	font-size: 26px;
}
.key_topic .section-heading{
	text-align: left;
	width: 100%;
}
.key_topic .separator{
	margin: 0;
	margin-bottom: 1rem;
}
.key_topic_row{
	display: grid;
	grid-gap: 30px 30px;
	grid-template-columns: repeat(1, 1fr);
	padding: 0 0 20px 0;
}
.key_topic_col{
	display: flex;
	align-items: flex-start;
	transition: 0.3s;
	justify-content: space-between;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}

.key_topic_col .key_topic_img {
	width: auto;
	margin: 0 15px 0 0;
	transition: 0.5s;
	position: relative;
	display: block;
}
.key_topic_col .key_topic_img img {
	width: 100%;
	height: 100%;
}
.key_topic_col p {
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	font-weight: 500;
	width: 100%;
}
.key_topic_row{
	border: none;
}
.key_topic .first{
	padding-top: 20px;
}
.key_topic .last{
	margin-bottom: 0 !important;
	border: none !important;
}
/* ============================================================================================ */

/* speakers css start */

/* ============================================================================================ */

.speakers_sec {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	padding: 80px 0;
}

.speakers_sec h3 {
	font-size: 24pt;
	color: #4b4e53;
	font-weight: 900;
	text-transform: uppercase;
	padding: 20px 0 20px 20px;
	border-left: 2px solid #4b4e53;
	margin: 0 0 70px;
	font-family: 'Montserrat-Black', sans-serif;
} 
.speakers_sec h3 span {
	font-weight: 400;
	
}

.speakers_sec .show {
	width: 100%;
	height: 285px;
	float: left;
	border: 1px solid rgba(0,0,0,0.04);
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
	display: block;
	border-radius: 0px;
}

.speakers_sec .aspect {
	position: relative;
	padding-bottom: 120%;
	height: 0;
	overflow: hidden;
}

.speakers_sec .show .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.speakers_sec .show-first a.more {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #FFF;
	color: #222;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000;
	position: relative;
	border: 1px solid #999;
}

.speakers_sec .show-first a.more:hover {
	box-shadow: 0 0 5px #000;
}

.speakers_sec .show-first h5 {
	color: #f4f4f4;
	font-size: 28px;
}

.speakers_sec .show-first img {
	transition: all 0.2s linear;
	width: 100%;
}

.speakers_sec .show-first .mask {
	opacity: 0;
	background-color: rgba(0,0,0, 0.8);
	transition: all 0.4s ease-in-out;
	height: 285px;
	padding: 0 5px;
}

.speakers_sec .show-first h4 {
	font-size: 15pt;
	font-weight: 600;
	color: #499ff4;
	margin-top: 35%;
	margin-bottom: 0;
	opacity: 0;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	font-family: 'Montserrat-Black', sans-serif;
	;
}

.speakers_sec .show-first h5 {
	opacity: 0;
	transition: all 0.2s linear;
	font-size: 15pt;
	font-weight: 500;
	color: #fff;
}

.speakers_sec .show-first a.info {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.speakers_sec .show-first:hover img {
	transform: scale(1.2);
}

.speakers_sec .show-first:hover .mask {
	opacity: 1;
}

.speakers_sec .show-first:hover h4, .speakers_sec .show-first:hover h5, .speakers_sec .show-first:hover a.info {
	opacity: 1;
}

.speakers_sec .show-first:hover h5 {
	transition-delay: 0.1s;
}

.speakers_sec .show-first:hover a.info {
	transition-delay: 0.2s;
}

.speakers_sec .details {
	width: 100%;
	padding: 20px 25px;
	background-color: #fff;
	display: inline-block;
}

.speakers_sec .details h4 {
	font-size: 15pt;
	font-weight: 600;
	color: #499ff4;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Montserrat-Black', sans-serif;
}

.speakers_sec .details h5 {
	transition: all 0.2s linear;
	font-size: 13pt;
	font-weight: 600;
	margin: 0;
	color: #4b4e53;
	font-family: 'Montserrat-Black', sans-serif;
}

.speakers_sec .details h6 {
	transition: all 0.2s linear;
	font-size: 13pt;
	font-weight: 500;
	color: #4b4e53;
	margin: 6px 0;
}

.speakers_sec_new {
	background-color: #110051;
	padding: 60px 0;
	position: relative;
	
}
.speakers_sec_new .heading{
	color: #fff;
}
.speakers_sec_grid{
	display: none;
	gap: 8px;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 40px;
}
.mobile-speaker-slide{
	display: block;
	margin-top: 40px;
}

.mobile-speaker-slide .speakers_sec_team{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.mobile-speaker-slide .speakers_sec_team img{
	height: 307px;
}
.mobile-speaker-slide .speakers_sec_speaker_meta_details{
	width: 100%;
}
/*
.speakers_sec_grid > *:nth-child(3n-1):nth-last-of-type(1) {
	grid-column: span 1;
}
.speakers_sec_grid > *:nth-child(3n-2):nth-last-of-type(1) {
	grid-column: span 1;
}
*/
.speakers_sec_team{
	position: relative;
}
div.speakers_sec_speaker_card {
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	color: #fff;
}
div.speakers_sec_speaker_card img {
	width: 100%;
	height: 100%;
	transition: all .26s ease;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	aspect-ratio: 1 / 1;
}
.speakers_sec_speaker_meta {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* pointer-events: none; */
	/* background: linear-gradient(180deg, rgba(1, 1, 1, 0) 39.88%, var(--dark-color) 100%); */
	background: linear-gradient(360deg, #000000 10%, rgb(0 0 0 / 0%) 80%);
}
.speakers_sec_speaker_meta_details{
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
}
.speakers_sec_speaker_card:hover img {
	transform: scale(1.1);
	filter: initial;
}
.speakers_sec_text h2 {
	font-family: "Barlow Condensed", sans-serif;
	color: #fff;
	font-size: 36px;
	line-height: 0.9;
	font-weight: 400;
	margin: 0 0 1rem 0;
}
div.speakers_sec_speaker_card{
	line-height: 1.4;
}
div.speakers_sec_speaker_card .speakers_name{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 6px;
}
div.speakers_sec_speaker_card .speakers_position{
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 6px;
}
div.speakers_sec_speaker_card .speakers_company{
	font-weight: 500;
	font-size: 14px;
}
.speakers_sec_text_last {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 30px 0 30px;
	flex-direction: column;
	justify-content: center;
}

.speakers_sec_text_last h2{
	font-size: 26px;
	letter-spacing: 0;
}
.speakers_sec_text_last .gray-btn{
	margin: 20px 0;
	background-color: #22b6c5;
	color: #fff;
}
.speakers_sec_text_last .gray-btn:hover{
	background-color: #fff;
	color: #000;
}
/* ============================================================================================ */

/* brands css start */

/* ============================================================================================ */

.brands_sec {
	background-color: #fff;
	padding: 60px 0;
}
.brands_sec .section-heading{
	margin-bottom: 40px;
}
.brands_sec .slick-prev, .brands_sec .slick-next {
	position: absolute;
	top: 135%;
	font-size: 1.8rem;
}

.brands_sec .slick-prev {
	left: 0;
}

.brands_sec .slick-next {
	right: 0;
}

.brands_sec .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.brands_sec .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.brands_sec .slick-list:focus {
	outline: none;
}

.brands_sec .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.brands_sec .slick-slider .slick-track,
.brands_sec .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.brands_sec .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.brands_sec .slick-track:before,
.brands_sec .slick-track:after {
	display: table;
	content: '';
}

.brands_sec .slick-track:after {
	clear: both;
}

.brands_sec .slick-loading .slick-track {
	visibility: hidden;
}

.brands_sec .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.brands_sec [dir='rtl'] .slick-slide {
	float: right;
}

.brands_sec .slick-slide img {
	display: block;
	padding: 10px 20px;
	width: 100%;
}

.brands_sec .slick-slide.slick-loading img {
	display: none;
}

.brands_sec .slick-slide.dragging img {
	pointer-events: none;
}
.brands_sec .slick-initialized .slick-slide {
	display: block;
	border-right: 1px solid #c7c7c730;
}
.brands_sec .slick-loading .slick-slide {
	visibility: hidden;
}
.brands_sec .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.brands_sec .slick-arrow.slick-hidden {
	display: none;
}

.brands_sec .slide {
	transition: filter .4s;
	padding: 0;
}

.brands_sec .fas {
	color: #0f164c;
}
.brands_sec .slick-prev {
	left: 0;
}
.brands_sec .slick-prev, .brands_sec .slick-next {
	position: absolute;
	top: 45%;
	font-size: 42px;
	cursor: pointer;
	z-index: 12111;
}

.brands_sec .slick-slide img:first-child{
	border-bottom: 1px solid #c7c7c730;
}

/* ============================================================================================ */

/* testimonial css start */

/* ============================================================================================ */

.testimoni {
	background-color: #f9f9f9;
	padding: 60px 0;
	position: relative;
	
}
.testimoni h2.heading{
	margin-bottom: 0;
}
.testimoni p.subheading, p.subheading{
	color: #22b6c5;
	font-weight: 600;
}
.testimoni_row {
	width: 100%;
	margin: 40px 0 0 0;
}
.testimoni_item {
	width: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
}
.testimoni_item_photo{
	width: 324px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.testimoni_item_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*
.testimoni_item::before {
	content: "";
	position: absolute;
	width: 400px;
	height: 505px;
	border: 1px solid #4698eb;
	left: 20px;
	top: 20px;
	z-index: 1;
}
*/
.testimoni_detail {
	width: 100%;
	padding: 30px 0;
}
.testimoni_text{
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.testimoni_text p{
	color: #333;
	margin-bottom: 0.5rem;
}
.testimoni_text img{
	margin-right: 30px;
}
.testimoni_inner {
	padding-left:60px;
}

.testimoni_inner p.testimoni_inner_name {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.testimoni_inner p.testimoni_inner_position {
	font-size: 12px;
	color: #333;
	margin: 0;
}
.testimoni_inner p.testimoni_inner_company {
	font-size: 12px;
	color: #22b6c5;
	font-weight: 500;
	margin: 0;
}

.testimoni_inner h5 {
	font-size: 13pt;
	color: #fff;
	font-weight: 400;
	margin: 8px 0;
}

.testimoni_inner p {
	font-size: 13pt;
	color: #fff;
	font-weight: 600;
	margin: 0;
}
.swiper-pagination-testi{
	text-align: center;
}
.testimoni .swiper-pagination-bullet{
	background-color: #000;
	width: 10px;
	height: 10px;
}
.testimoni .swiper-pagination-bullet-active{
	background-color: #22b6c5;
}

.vdo_sec {
	width: 100%;
	position: relative;
	padding-right: 15px;
}

.vdo_sec h6 {
	font-size: 13pt;
	color: #fff;
	font-weight: 600;
	position: relative;
	text-align: right;
	margin: 0;
}

.vdo_sec .fa-circle-play {
	font-size: 25px;
	color: #ef629f;
	vertical-align: sub;
}

.vdo_sec h6::before {
	content: "";
	position: absolute;
	width: 190px;
	height: 3px;
	left: 0px;
	top: 13px;
	background-color: #ef629f;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/next.png) !important;
	background-repeat: no-repeat;
	width: 48px !important;
	height: 48px !important;
	right: 47% !important;
	top: 92% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/prev.png) !important;
	background-repeat: no-repeat;
	width: 48px !important;
	height: 48px !important;
	left: 47% !important;
	top: 92% !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
	display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
	display: none;
}

.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/next_hover.png) !important;
}

.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/prev_hover.png) !important;
}

.news-articles {
	background-color: #fff;
	padding: 60px 0;
	position: relative;
}
.news-articles p.subheading{
	color: #22b6c5;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.news-articles-content{
	margin: 60px 0 0 0;
}
.news-articles-wrap{
	display: flex;
	flex-direction: column;
}
.news-articles-img-wrap{
	height: 250px;
	width: 100%;
}
.news-articles-img-wrap img{ width:100%; height:100%; } 

.news-articles-meta{ 
	padding: 20px; 
	display:flex; 
	flex-direction: column;
	text-align: center;
}
.news-articles-meta-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 0.5rem;
}
.news-articles-title{
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
a.news-articles-readmore{
	color: #22b6c5;
	font-size: 14px;
	font-weight: 400;
}
.swiper-pagination-articles{
	position: absolute;
	width: 100%;
	top: 40%;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}
.swiper-pagination-articles .icon{
	width: 42px;
	height: 42px;
	background-color: #22b6c5;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-pagination-articles .icon:hover{ background-color: #000; }
.swiper-pagination-articles .icon i{
	font-size: 20px;
	color: #fff;
}
.subscribe_row {
	background-color: #000;
	padding:40px 0;
	position: relative;
	border-bottom: 1px solid #3b38387a;
}

.subscribe_box {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.subscribe_box h2 {
	
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.subscribe_box p {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	color: #fff;
}
.subscribe_text{
	width: 100%;
}
.subscribe_form{
	width: 100%;
	margin-top: 20px;
}
.para_width02 {
	width: 45%;
	margin-top: 25px;
	line-height: 28px;
	margin-bottom: 70px;
}

.hero-email-input, .subscribe_form form input[type="email"] {
	padding: 1rem;
	border: none;
	width: 100%;
	float: left;
	padding: 1.1rem 1.5rem;
	height: 60px;
}

.hero-form-submit, .subscribe_form form input[type="submit"] {
	background-color: #22b6c5;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #22b6c5;
	padding: 1rem 1.5rem;
	margin-top: 0;
	float: left;
	text-transform: uppercase;
	height: 60px;
	width: 100%;
}

.hero-email-input::placeholder, .subscribe_form form input[type="email"]::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4b4e53;
	opacity: 1;
	/* Firefox */;
}

.hero-email-input:-ms-input-placeholder, .subscribe_form form input[type="email"]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #4b4e53;
}

.hero-email-input::-ms-input-placeholder, .subscribe_form form input[type="email"]::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #4b4e53;
}

.subscribe_form form{
	display: flex;
	align-items: flex-start;
}
.subscribe_form form .hs_email, .subscribe_form form .hs_submi{
	width: 100%;
}
.subscribe_form form .hs_email label, .subscribe_form form .hs_error_rollup{
	display: none;
}
.subscribe_form form .hs_email label.hs-error-msg{
	display: block;
	color: #f2545b;
	margin-top: 5px;
}
.subscribe_form .submitted-message{
	color: #fff;
}
.demographics_sec {
	padding: 60px 0;
	background-color: #110051;
	position: relative;
}

.demographics_sec h2.heading{
	color: #fff;
}

.demographics_sec .jobs {
	position: relative;
	margin: 40px 0 0;
}

.demographics_sec .jobs h3 {
	font-size: 18pt;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0 20px 0;
	border-left: none;
	margin: 0;
	font-family: 'Montserrat-Bold', sans-serif;
}

.demographics_sec .jobs .jobs-bar {
	padding: 0;
	margin: 0;
}

.demographics_sec .job {
	display: grid;
	grid-gap: 40px 40px;
	grid-template-columns: repeat(1, 1fr);
}

.demographics_sec .jobs .single-comp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.demographics_sec .jobs .single-comp .bar {
	width: 100%;
	background-color: #342b5696;
	color: #fff;
	height: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px;
	position: relative;
	border-radius: 10px;
}
/*
.demographics_sec .jobs .single-comp .bar:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 25px;
	background-color: #ef629f;
	left: 0;
	top:0;

}
*/
.demographics_sec .jobs .single-comp .label {
	
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
}

.demographics_sec .jobs .progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	background-color: #1ab6c5;
	height: 100%;
}

.demographics_sec .jobs .progress-bar.animate-viewport--animate {

	animation: bar-animation 1s ease-in-out;
}

@keyframes bar-animation {
	0% {
		width: 0%;
	}
}

footer {
	background-color: #000;
}

footer ul {
	margin: 0%;
	padding: 0%;
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
}

footer li>a {
	text-decoration: none;
	color: #b9b9b9;
}

footer li {
	list-style: none;
	margin-bottom: 15px;
}

footer li:hover a {
	cursor: pointer;
	color: #e22344;
}

footer li>h4 {
	margin: 0;
}

.footer_main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	padding: 40px 0 20px 0;
}

.footer_logo img{
	margin-bottom: 20px;
}

.footer_section {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.footer_icons {
	padding: 0%;
	margin: 0%;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 3px;
}

.flex_li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3px;
}

.footer_tradepassId a {
	color: red;
	margin-left: 10px;
}

.footer_tradepassId:hover a {
	color: red;
	margin-left: 10px;
}

.footer_about {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.footer_links {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.footer_links ul li a {
	
	color: #b9b9b9;
}

.footer_terms {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.footer_social {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.footer_social ul {
	flex-direction: row;
}

.footer_social ul li {
	width: 25px;
	height: 25px;
	border: 1px solid #1cb5c4;
	margin-right: 7px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_social ul li a {
	color: #1cb5c4;
	font-size: 12px;
	line-height: 25px;
}

.footer_social ul li:hover {
	border: 1px solid #fff;
}

.footer_social ul li:hover a {
	color: #fff;
}

.footer_heading {
	margin-top: 0;
	margin-bottom: 10px;
	
	font-size: 14pt;
	color: #fff;
	font-weight: 900;
}

.footer_main p {
	
	color: #b9b9b9;
	font-size: 12pt;
	margin-bottom: 30px;
}

.footer_terms .footer_heading {
	display: flex;
	color: #fff;
}

.footer_terms .footer_heading span {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}

.footer_terms .footer_heading span a {
	color: #e22344;
	font-weight: normal;
	font-size: 12pt;
}

.footer_bottom{

	background-color: #110051;
	padding: 10px;
	text-align: center;
}
.footer_bottom p{
	
	color: #fff;
	font-size: 12px;
}

.progress-wrap {
	position: fixed;
	left: 15px;
	bottom: 15px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 0 2px #9daeeb33;
	box-shadow: inset 0 0 0 2px #9daeeb33;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	background-color: #000;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.progress-wrap .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
}
.progress-wrap svg.progress-circle path {
	stroke: #22b6c5;
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.modal-header{
	background-color: #22b6c5;
	color: #fff;
	text-transform: uppercase;
}
.modal-title {
	font-weight: 700;
}
.btn-close {
	color: #fff !important;
	background: 0 0 !important;
	font-size: 16pt;
	opacity: 1 !important;
}
/* Why Exhibit*/
.inner_content.why-exhibit{
	background: #fff;
	position: relative;
}
.inner_content .circle1 {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
}
.inner_content .circle1 {
	top: 100px;
}
.inner_content .circle1 img {
	width: 100%;
	opacity: 0;
}
.inner_content .circle2 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.inner_content .circle2 {
	bottom: 200px;
}
.inner_content .circle2 img {
	width: 100%;
	rotate: 180deg;
	opacity: 0;
}
.inner_content.why-exhibit .section {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-around;
}
/*
.inner_content.why-exhibit .section-left {
    justify-content: flex-start;
}
*/
.inner_content.why-exhibit .section img {
	width: auto;
	border-radius: 15px;
}
.inner_content.why-exhibit .box {
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.inner_content.why-exhibit .box .section-heading{
	width: 100%;
	text-align: left;
}
.inner_content.why-exhibit .box h3 {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin: 0;
	line-height: 1.4;
	text-transform: uppercase;
}
.inner_content.why-exhibit .box .separator{
	margin: 15px 0;
}
.inner_content.why-exhibit .box h4 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 80px;
	color: #333;
	font-weight: 500;
	text-align: center;
	padding: 0;
	border: 0 solid #000;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 90px;
	overflow: hidden;
}
.inner_content.why-exhibit .box .odometer-formatting-mark{
	font-size: 62px;
}
.inner_content.why-exhibit .box h5 {
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
	font-weight: 700;
}
.inner_content.why-exhibit .box p {
	color: #000;
}
.inner_content.why-exhibit .section-left .box {
	right: 12%;
}
.inner_content .section-right {
	justify-content: flex-end;
	padding-right: 16%;
	margin-top: -5%;
}
.inner_content.why-exhibit .section-right .box {
	left: 12%;
}
.inner_content.why-exhibit .section:nth-child(3).section-left {
	margin-top: -5%;
}
.inner_content.why-exhibit .section.row-reverse{

	flex-direction: column-reverse;
}
.inner-page .speakers_sec_new {
	background-color: #fff;
}

/*hubspot form css*/
.hb-custom-form .hs-richtext {
	width: 100%
}
.hb-custom-form .form-columns-2,.hb-custom-form .form-columns-3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.hb-custom-form .form-columns-3 div.hs-richtext,.hb-custom-form .hs_dcci_malaysia_budget .inputs-list>li,.hb-custom-form .hs_dcci_malaysia_timeline .inputs-list>li,.hb-custom-form .hs_cloud_providers_currently_working_with_dcci_malaysia .inputs-list>li {
	width: 100%
}
.hb-custom-form .form-columns-2 .hs-form-field {
	width: 48%
}
.hb-custom-form .input {
	margin-right: 8px
}
.hb-custom-form .hs-input {
	display: inline-block;
	width: 100%;
	height: 40px;
	font-family:sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	appearance: auto;
}
.hb-custom-form textarea.hs-input{
	padding: 0 15px;
}
.hb-custom-form .hs-input:not([type=file]) {
	background-color: #f5f8fa;
	border-radius: 4px
}
.hb-custom-form .hs-input:not([type=file])::placeholder {
	color: #33475b;
	opacity: 1
}
.hb-custom-form .hs-input:not([type=file])::-ms-input-placeholder {
	color: #33475b
}
.hb-custom-form .hs-custom-style>div.form-columns-3 .hs-form-field,.hb-custom-form .hs-custom-style fieldset.form-columns-3 .hs-form-field {
	width: 31.3%
}
.hb-custom-form .hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),.hb-custom-form .hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
	width: 100%;
	max-width: 100%
}
.hb-custom-form input[type=checkbox],.hb-custom-form input[type=radio] {
	width: auto
}
.hb-custom-form label {
	font-size: 14px;
	width: 130px;
	color: #33475b;
	display: block;
	float: none;
	width: auto;
	font-weight: 500;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px
}
.hb-custom-form .hs-form-field label:not(.hs-error-msg),.hb-custom-form .hs-field-desc {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	margin: 15px 0 5px 0;
	font-family:sans-serif;
}
.hb-custom-form .hs-form-required {
	color: red
}
.hb-custom-form .field {
	margin-bottom: 0
}
.hb-custom-form input.hs-input.error,.hb-custom-form div.field.error input,.hb-custom-form div.field.error textarea,.hb-custom-form div.field.error .chzn-choices,.hb-custom-form textarea.hs-input.error,.hb-custom-form select.hs-input.error {
	border-color: #c87872
}
.hb-custom-form .inputs-list label {
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	white-space: normal;
	font-weight: 400
}
.hb-custom-form .hs-error-msgs label {
	color: #f2545b
}
.hb-custom-form .inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 5px
}
.hb-custom-form ul.no-list {
	list-style: none
}
.hb-custom-form .inputs-list>li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0
}
.hb-custom-form .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),.hb-custom-form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),.hb-custom-form select {
	box-sizing: border-box;
	padding: 0 15px;
	min-height: 27px
}
.hb-custom-form ul.multi-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0;
}
.hb-custom-form ul.multi-container>li {
	width: 31.3%
}
.hb-custom-form ul.multi-container label,.hb-custom-form .inputs-list label {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 7px;
	font-family:sans-serif;
}
.hb-custom-form ul.multi-container input[type=checkbox],.hb-custom-form ul.multi-container input[type=radio],.hb-custom-form ul.inputs-list input[type=checkbox],.hb-custom-form ul.inputs-list input[type=radio] {
	margin-right: 5px;
	margin-top: 3px;
	height: auto
}
.hb-custom-form p {
/*     margin: 20px 0 */
}
.hb-custom-form .hs-button {
	background-color: #22b6c5;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	padding: .5rem 3rem;
	margin-top: .5rem;
	width: auto
}
.hb-custom-form .actions {
	margin: 0!important
}
@media (max-width: 575px) {
	.hb-custom-form .form-columns-2 .hs-form-field,.hb-custom-form .hs-custom-style>div.form-columns-3 .hs-form-field,.hb-custom-form .hs-custom-style fieldset.form-columns-3 .hs-form-field,.hb-custom-form ul.multi-container>li {
		width:100%
	}
}
.hb-custom-form .input .hs-fieldtype-intl-phone {
	display: flex;
	background: none;
	border: none;
}
.hb-custom-form .input .hs-fieldtype-intl-phone select.hs-input {
	width: 40% !important;
	margin-right: 10px;
}
.hb-custom-form a{
	text-decoration:underline !important;
	color:#e2243d;
}
.overlay_innerpage {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000bd;
	top: 0;
	left: 0;
}
.hb-custom-form .inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 5px;
}
.hb-custom-form fieldset{
	margin-bottom: 20px;
}
.hb-custom-form fieldset.form-columns-0, .hb-custom-form fieldset.form-columns-2{
	margin-bottom: 0;
}
.hb-custom-form fieldset h1, .hb-custom-form fieldset h2{
	margin: 0;
}
.faq-section{
	padding: 60px 0;
	position: relative;
}
.faq-section .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #22b6c5;
	box-shadow:unset;
}
.faq-section .accordion-button:focus{
	box-shadow:unset;
}
.faq-section .faq-wrap{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url('../images/open.png');
	transform: rotate(-180deg);
}

.accordion-button::after{
	background-image: url('../images/close.png');
}


.speaker-prev, .speaker-next{
	top: 40% !important;
}
.speaker-prev{
	left: 0 !important;
}
.speaker-next{
	right: 0 !important;
	left: unset !important;
	rotate: 180deg;
}
.speaker-prev:hover, .speaker-next:hover{
	background-image: url('../images/prev.png') !important;
}
/* 11/12/2024 css for hero logo starts here--abhayraj*/ 



@media (max-width: 480px) {
	.hero-event-sponsor h3{
		color:#fff !important;
		text-transform: capitalize;
	}
	.hero-event-sponsor img{
		margin-top: 10px;
	}
	.hero-event-logo{
		width: 80% !important;
	}
	.hero-section .hero-content {
		min-height: 900px;
		display: flex;
		align-items:center;
		flex-direction: column;
		justify-content: center;
	}
	.hero-section .hero-content .top-part {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hero-section .hero-content .bottom-part h2, .hero-section .hero-content .bottom-part .tag1 {
		text-align: center;
		font-size: 18px;
	}

	.hero-section .hero-content .bottom-part h1, .hero-section .hero-content .bottom-part .tag2 {
		text-align: center;
		font-size: 22px;

	}
	.hero-section .hero-content .bottom-part .hero-event-date-top, .hero-section .hero-content .top-part .hero-event-date-top {
		justify-content: center;
	}
	.hero-event-sponsor{
		margin-top: 30px;
		height: auto;
	}
	.hero-event-sponsor img{
		height: 7rem;
	}
}

@media (max-width: 767px) {
	.hero-event-sponsor h3{
		color:#fff !important;
		text-transform: capitalize;
	}
	.hero-event-sponsor img{
		margin-top: 10px;
	}
	.hero-event-logo{
		width: 80% !important;
	}
	.hero-section .hero-content {
		min-height: 900px;
		display: flex;
		align-items:center;
		flex-direction: column;
		justify-content: center;
	}
	.hero-section .hero-content .top-part {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hero-section .hero-content .bottom-part h2, .hero-section .hero-content .bottom-part .tag1 {
		text-align: center;
		font-size: 18px;
	}

	.hero-section .hero-content .bottom-part h1, .hero-section .hero-content .bottom-part .tag2 {
		text-align: center;
		font-size: 22px;

	}
	.hero-section .hero-content .bottom-part .hero-event-date-top, .hero-section .hero-content .top-part .hero-event-date-top {
		justify-content: center;
	}
	.hero-event-sponsor{
		margin-top: 30px;
		height: auto;
	}
	.hero-event-sponsor img{
		height: 7rem;
	}

}


@media (min-width: 768px) and (max-width: 1024px) {
	.hero-section .hero-content .bottom-part .hero-event-date, .hero-section .hero-content .top-part .hero-event-date{
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-right: 1px solid #3b38387a !important;
		padding: 0 30px 0 0;
		margin: 0 30px 0 0;
		height: 200px;
	}

	.hero-section .hero-content .top-part .hero-event-logo{
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		text-align: center;
	}
	.hero-event-sponsor{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 200px;
	}
	.hero-event-sponsor h3{
		color:#fff !important;
		text-transform: capitalize;
	}
	.hero-event-sponsor img{
		height: 9rem;
		margin-top: 10px;
	}
	.hero-event-logo{
		width: 80% !important;
	}
	.hero-section .hero-content {
		min-height: 900px;
		display: flex;
		align-items:center;
		flex-direction: column;
		justify-content: center;
	}
	.hero-section .hero-content .top-part {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hero-section .hero-content .bottom-part h2, .hero-section .hero-content .bottom-part .tag1 {
		text-align: center;
		font-size: 18px;
	}

	.hero-section .hero-content .bottom-part h1, .hero-section .hero-content .bottom-part .tag2 {
		text-align: center;
		font-size: 22px;

	}
	.hero-section .hero-content .bottom-part .hero-event-date-top, .hero-section .hero-content .top-part .hero-event-date-top {
		justify-content: center;
	}
	.hero-event-sponsor{
		margin-top: 30px;
		height: auto;
	}
	.hero-event-sponsor img{
		height: 7rem;
	}
}

/* Laptop */
@media (min-width: 1025px) and (max-width: 1440px) {
	.hero-section .hero-content .bottom-part .hero-event-date, .hero-section .hero-content .top-part .hero-event-date{
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-right: 1px solid #3b38387a !important;
		padding: 0 30px 0 0;
		margin: 0 30px 0 0;
		height: 200px;
	}
	.hero-event-sponsor{
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 200px;
	}
	.hero-event-sponsor h3{
		color:#fff !important;
		text-transform: capitalize;
	}
	.hero-event-sponsor img{
		height: 9rem;
		margin-top: 10px;
	}

}


/* Desktop */
@media (min-width: 1441px) {
	.hero-section .hero-content .bottom-part .hero-event-date, .hero-section .hero-content .top-part .hero-event-date{
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-right: 1px solid #3b38387a;
		padding: 0 30px 0 0;
		margin: 0 30px 0 0;
		height: 200px;
	}
	.hero-event-sponsor{
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 200px;
	}
	.hero-event-sponsor h3{
		color:#fff !important;
		text-transform: capitalize;
	}
	.hero-event-sponsor img{
		height: 9rem;
		margin-top: 10px;
	}
}
.sponsors-partners .logo-wrap {
	margin-bottom: 24px;
}
/* 11/12/2024 css for hero logo ends here--abhayraj */ 
.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap .right h3 {
	color: #fff;
}
.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap .left h3 {
	color: #fff;
}
.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	border-radius: 15px;
	padding: 0 !important;
	margin: 0;
	border: none;
	min-height: 110px;
	align-items: center;
	overflow: hidden;
}
.inner_content.agenda .tab-agenda .section {
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}
.section.cards_background_image {
	background-color: #fff;
	margin-top: 0 !important;
	height: 140px;
	display: flex
	;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.inner_content.agenda .tab-content:before {
	content: ' ';
	background: #d2d2d282;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 100%;
}
.cards_background_image:before{ display:none;}
.exhibit {width: 17.666667%;}
@media screen and (max-width: 767px) {
	.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap:before {
		background-color: #0000007a;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 1;
	}
}
@media screen and (max-width: 767px) {
	.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap {
		display: flex;
		justify-content: center;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap .right h3 {
		z-index: 2;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap .left h3 {
		z-index: 2;
	}
}

.cs-tab_links.cs-style1 li.active a{
	border-radius: 5px !important;
}
@media only screen and (max-width: 568px) {
	.exhibit {
		width: 50% !important;
	}
}

.concluded-stamp {
	position: fixed;
	left: 0;
	width: auto;
	text-align: center;
	z-index: 99;
	margin: 0 auto;
	bottom: 0;
	animation: moveLeftRight 3s infinite ease-in-out alternate;
}
.concluded-stamp img {
	width: auto;
	height:100px;
}
@media only screen and (min-width: 768px){
	.concluded-stamp img {
		height:200px;
	}
}

@keyframes moveLeftRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(20px); /* Adjust movement range */
	}
}
.page-template-template-digigov-philippines-all-speakers .inner-page .cs-page_heading.cs-style1 {
	height: 300px;
}
.inner-page .speakers_sec_speaker_card {
	align-items: center;
	justify-content: center;
}
.inner-page .speakers_sec_grid{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	margin: 0;
}
.inner-page .speakers_sec_speaker_card img {
	transform: scale(1.4);
}
.all-speaker-section{
	text-align: center;
	margin: 60px 0 20px 0;
}

.tp-concluded{
	background-color: #f3003c;
	color: #fff;
	text-align: left;
	padding: 10px 0;
	margin: 0;
	position: fixed;
	bottom: 0;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	z-index:99;
	text-transform:uppercase;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.tp-concluded .marquee {
	display: inline-block;
	animation: marquee 50s linear infinite;
}
.tp-concluded .marquee span{
	margin:0 5%;
}
.tp-concluded:hover .marquee{
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@keyframes marquee {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-100%, 0, 0);
	}
}

.hero-section .hero-content .timer{
	display: none;
}