@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
@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");
@import url("inner-page.css");
@charset "utf-8";

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Montserrat-Thin.ttf');
}

/*
@font-face {
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Outfit-Regular.otf');
}
*/
.page-load {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	z-index: 999;
	overflow: hidden;
}

* {
	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 !important; /* Outfit */
}

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

:focus {
	outline: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important;
	text-decoration: none;
}

li {
	list-style: none;
}

.absolute {
	position: absolute;
}

.img-responsive {
	display: block;
	height: auto;
}

.clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	max-width: 1200px;
	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;
	line-height: 1.4;
}

p {
	font-size: 16px;
	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;
}

.no__gutter {
	--bs-gutter-x: 0rem !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #ef629f;
}

.scrollToTop {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 42px;
	height: 42px;
	background: #ef629f;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16pt;
	font-weight: 900;
	z-index: 10;
}

.scrollToTop:hover {
	color: #fff;
}

.tp-btn {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	border: none;
	padding: 15px 30px;
	border-radius: 0;
	transition: .5s;
}

.tp-btn-primary {
	color: #fff;
	background: #0d1028;
	position: relative;
	z-index: 1;
}

.tp-btn-primary::after,
.tp-btn-primary::before {
	content: "";
	position: absolute;
	top: 0;
	width: 51%;
	background: #ff2d55;
	height: 100%;
	z-index: -1;
	transition: .5s;
}

.tp-btn-primary::before {
	left: 0;
}

.tp-btn-primary::after {
	right: 0;
}

.tp-btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.tp-btn-primary.focus,
.tp-btn-primary:focus,
.tp-btn-primary:hover {
	color: #fff;
}

.tp-btn-primary:focus,
.tp-btn-primary:hover {
	background: #0d1028;
}

.tp-btn-primary:focus::after,
.tp-btn-primary:focus::before,
.tp-btn-primary:hover::after,
.tp-btn-primary:hover::before {
	width: 0;
}

.gray-btn {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	/*
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    */
	background-color: #cbcbcb;
	color: #030303;
	padding: 7px 20px;
	font-size: 16px;
	margin-right: 10px;
}

.gray-btn:hover {
	background-color: #ef629f;
	color: #fff;

}

.gray-btn:before {
	border-radius: 50px;
}

.heading01 {}

.heading02 {
	font-size: 42pt;
	color: #499ff4;
	font-weight: 700;
	line-height: 0.9;
}

.heading03 {}

.heading04 {}

.heading05 {}

.heading06 {}

.small_title01 {
	font-size: 14px;
}

.small_title02 {
	font-size: 14px;
}

.small_title03 {
	font-size: 14px;
}

.small_title04 {
	font-size: 14px;
}

.small_title05 {
	font-size: 14px;
}

.paragraph {
	font-size: 13pt;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 400;
}

.para01 {}

.para02 {}

.para03 {}

.para04 {}

.video-modal-close {
	position: absolute;
	right: -15px;
	top: -10px;
	background: #ef629f;
	color: #fff;
	width: 32px;
	height: 32px;
	display: grid;
	place-content: center;
	border-radius: 50%;
}

.video-modal-close:hover {
	background: #701121;
	color: #fff;
}

.viewall_speakers {
	background-color: #08174d;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/* // button css */
.common_btn01 {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
	min-width: 125px;
	color: #fff !important;
	background-color: #936689;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	transition: all .4s ease;
}

.common_btn01:hover {
	background-color: #974e87;
	box-shadow: 0 0 5px #787878;
}

/* // input field css */
.input_field01 {
	width: 100%;
	background-color: #fff;
	border: 1px solid #acacac;
	font-size: 16px;
	color: #24292c;
	padding: 5px 10px;
	height: 45px;
	font-weight: 500;
	text-align: center;
	border-radius: 0px;
	position: relative;
}

.input_field02 {
	text-align: left;
	margin-bottom: 15px;
}

.submit01 {
	font-size: 16px;
	font-weight: 600;
	min-width: 125px;
	padding: 10px;
	color: #7f7f7f !important;
	background-color: #e2e2e2;
	position: relative;
	display: table;
	margin: 0 auto;
	transition: all .4s ease;
}

.submit01:hover {
	background-color: #cdcdcd;
	/* box-shadow: 0 0 5px #787878; */
	;
}

/* // margin css */
.m_top1 {
	margin-top: ;
}

.m_rgt1 {
	margin-right: ;
}

.m_btm1 {
	margin-bottom: ;
}

.m_lft1 {
	margin-left: ;
}

.p_top1 {
	padding-top: ;
}

.p_rgt1 {
	padding-right: ;
}

.p_btm1 {
	padding-bottom: ;
}

.p_lft1 {
	padding-left: ;
}

.display-flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	;
}

.justify-content-center {
	justify-content: center;
}

a.black-btn {
	color: #fff;
	font-size: 20px;
	padding: 7px 30px;
	text-decoration: none;
	margin: 20px 0;
	border-radius: 10px;
	background-color: #000;
	text-transform: uppercase;
}

a.black-btn:before {
	border-radius: 10px;
	background: #ef629f;
}

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,
header.sticky {
	background: #000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

header.darkHeader .navbar {
	padding: 0 15px;
}

@keyframes puls {

	0% {
		opacity: 1;
		transform: scale(.9);
	}

	100% {
		opacity: 0;
		transform: scale(1.3);
	}
}

/* ============================================================================================ */

/* body css start */

/* ============================================================================================ */

.hero-section {
	/*
	background: url('../images/banner-overlay.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	*/
	position: relative;
	background: rgb(21, 21, 21);
	background: linear-gradient(3600deg, rgba(21, 21, 21, 1) 8%, rgba(21, 21, 21, 0.6) 100%);
}

.hero-section .hero-img {
	position: absolute;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-section .hero-content {
	min-height: 1200px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 5%;

}

.hero-section .hero-content .top-part {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
	flex-wrap: wrap;
}

.hero-section .hero-content .top-part .part:nth-child(1) {
	padding-right: 40px;
}

.hero-section .hero-content .top-part .part:nth-child(2) {
	padding-left: 40px;
	border-left: 1px solid #ef629f61;
}

.hero-section .hero-content h1 {
	color: #fff;
	font-size: 84px;
	font-weight: 800;
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
}

.hero-section .hero-content .part h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}

.hero-section .hero-content .bottom-part {
	border-top: 1px solid #ef629f61;
	padding: 30px 0;
}

.hero-section .hero-content .bottom-part h2,
.hero-section .hero-content .bottom-part h3 {
	color: #fff;
	font-size: 52px;
	font-weight: 300 !important;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

.hero-section .hero-content .bottom-part h1 {
	color: #ef629f;
	font-size: 52px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
	background-image: linear-gradient(to right, #ef629f, #ef629f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-section .hero-content .date {
	font-size: 58px;
	color: #fff;
	padding: 5px 20px;
	line-height: 1;
}

.hero-section .hero-content .timer-content {
	display: flex;
}

.hero-section .hero-content .timer-content .timer-el {
	background-color: #00000078;
	width: 90px;
	height: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	border-radius: 5px;
}

.hero-section .hero-content .timer-content .timer-el .timer-el__number {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
}

.hero-section .hero-content .timer-content .timer-el .timer-el__label {
	font-size: 13px;
	color: #fff;
}

.hero-section .hero-content .btn-section {
	display: flex;
	margin-top: 40px;
}

.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: 80px 0;
	background: #fff;
}

.number_sec .heading02 {
	display: flex;
	flex-direction: column;
}

#prg-counter .prg-container {
	text-align: center;
	width: 100%;
	margin: 40px auto 0;
}

#prg-head h1 {
	text-align: center;
}

#prg-counter h3.prg-count {
	color: blue;
	font-size: 80pt;
	color: #4e4e4e;
	font-weight: 900;
	text-align: left;
	padding: 0px;
	border: 0px solid black;
	margin: 0;
}

#prg-counter h3.prg-count .odometer.odometer-auto-theme {}

#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 h4.prg-count-title {
	font-size: 20pt;
	color: #4e4e4e;
	font-weight: 700;
	text-align: left;
	width: 70%;
}


/* ============================================================================================ */

/* overview */

/* ============================================================================================ */

.overview {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #08174d;
}

.overview_left,
.overview_right {
	width: 50%;
	float: left;
}

.overview_right {
	/* padding: 5rem 21% 5rem 4rem; */
	padding: 0 5% 0 5%;
}

.overview h1 {
	font-size: 48pt;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	width: 100%;
}

.small_line {
	width: 100px;
	height: 5px;
	background-color: #499ff4;
	margin: 20px 0 40px;
}

/* ============================================================================================ */

/* fsimarket css start */

/* ============================================================================================ */

.fsimarket {
	width: 100%;
	display: inline-block;
	padding: 80px 0;
	background-color: #ededed;
}

.fsimarket h3 {
	font-size: 24pt;
	color: #4b4e53;
	font-weight: 400 !important;
	text-transform: uppercase;
	padding-left: 20px;
	border-left: 2px solid #08174d;
	width: 25%;
}

.fsimarket h3 span {
	color: #499ff4;
	font-weight: 700 !important;
}

.market_btm {
	width: 100%;
	margin-top: 50px;
}

.market_btm p {
	margin: 0;
	font-size: 12pt;
}

.market_btm h4 {
	font-size: 42pt;
	color: #4b4e53;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
}

.market_btm .odometer.odometer-auto-theme {}

.market_btm .odometer.odometer-auto-theme .odometer-digit {
	vertical-align: baseline;
}

.fsimarket p {
	color: #4b4e53;
	font-weight: 400;
}

.fsimarket .col {
	padding: 0 20px;
	position: relative;
}
/*
.fsimarket .col:first-child {
	padding-left: 15px;
}
*/
.fsimarket .col:after {
	content: '';
	width: 2px;
	height: 90px;
	border-right: 1px solid #336291;
	/*background-color: #336291;*/
	position: absolute;
	top: 15%;
	right: 0;
}

.fsimarket .col:last-child {
	border-right: none;
	padding: 0 20px;
}

.fsimarket .col:last-child:after {
	display: none;
}

/* ============================================================================================ */

/* conference css start */

/* ============================================================================================ */

.conference {
	width: 100%;
	display: inline-block;
	background-color: #08174d;
	display: block;
}

/*.conference {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}*/

/*.conference:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/overlay-pattern.png") #000000;
    opacity: 0.3;
}*/

.conference .block .heading {
	color: #fff;
}

.conference .block ul {
	padding-top: 0px;
	padding: 0;
	margin: 0;
}

.conference .block ul li {
	overflow: hidden;
	width: 100%;
	float: left;
	text-align: left;
	color: #959595;
	transform: 1s;
	display: flex;
}

.conference .block ul li:hover img {
	/*transform: scale(1.2) rotate(10deg);*/
	transform: scale(1.2);
}

.conference .block ul li h3 {
	color: #fff;
	padding: 0px 0 20px;
	font-size: 24pt;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
}

/*#blog .block ul li h3:before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 90px;
    height: 1px;
    background: #CBC4B5;
    margin-left: -45px;
}*/
/*
.conference .block ul li p {
	color: #fff;
	font-weight: 400;
	font-size: 14pt;
}
*/
.conference .block ul li .conference-img {
	float: left;
	width: 33.32%;
	height: 515px;
	background: #fff;
	overflow: hidden;
}

.conference .block ul li .conference-img img {
	width: 100%;
	height: 100%;
}

.conference .block ul li .conference-img img {
	/*
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	*/
}

.conference .block ul li .conference-img img {

	transition: all 0.5s ease-out 0s;
}

.conference .block ul li .conference-img-2 {
	width: 50%;
	float: right;
	overflow: hidden;
}

.conference .block ul li .conference-img-2 img {
	/*
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	*/
	width: 100%;
	transition: all 0.5s ease-out 0s;
}

.conference .block ul li .content-right {
	padding: 70px;
	font-size: 14px;
	line-height: 26px;
	float: left;
	width: 50%;
	height: 515px;
	position: relative;
	background-color: #08174d;
}

.centered {
	position: absolute;
	top: 45%;
	left: 45%;
	transform: translate(-45%, -45%);
	width: 80%;
}

.conference .block ul li .content-right:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 25%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #08174d;
	transform: rotate(45deg);
	margin-left: -15px;
	display: none;
}

.conference .block ul li .content-left {
	padding: 40px 35px 23px;
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 999;
}

.conference .block ul li .content-left:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: 0px;
	background: #fff;
	transform: rotate(45deg);
}

.conference .block .btn-more-info {
	float: right;
	padding: 28px 102.5px;
	border-radius: 0px;
	background: #ff530a;
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.conference .block .btn-more-info:hover {
	background: transparent;
	color: #ff530a;
	border: 1px solid #ff530a;
}

.conference .block .content_end {
	width: 50%;
	float: left;
	height: 515px;
	position: relative;
	background-color: #08174d;
}

.conference .conference-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

/* ============================================================================================ */

/* conference css start */

/* ============================================================================================ */

.icon_sec {
	width: 100%;
	display: inline-block;
	background-color: #ededed;
	padding: 80px 0;
}

.icon_sec h6 {
	font-size: 12pt;
	color: #4b4e53;
	font-weight: normal;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	/*gap: 30px;*/
	padding: 35px 20px 35px;
	margin: 0;
	justify-content: space-between;
}

.icon_sec h6 span {
	width: 75%;
}

.icon_sec h6 img {
	width: auto;
	position:absolute;
}
/*
.icon_sec h6 img:nth-child(2) {
	display: none;
}

.icon_sec h6:hover img:nth-child(1) {

	display: none;
}

.icon_sec h6:hover img:nth-child(2) {

	display: block;
}
*/
.icon_sec h6:hover {
	color: #ef629f;
}

.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 {
	border-bottom: 1px solid #c7c7c7;
}*/

.icon_sec .row:last-child {
	border-bottom: none;
}

.b_top {
	border-top: none !important;
}

.b_right {
	border-right: 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;
}

.speakers_sec h3 span {
	font-weight: 400;
}

.speakers_sec .show {
	width: 100%;
	height: 285px;
	float: left;
	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;
	display: flex;
	align-items: center;
	justify-content: center;
}

.speakers_sec .show .mask i {
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}

.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;
	;
}

.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;
}

.speakers_sec .details h5 {
	transition: all 0.2s linear;
	font-size: 13pt;
	font-weight: 600;
	margin: 0;
	color: #4b4e53;
}

.speakers_sec .details h6 {
	transition: all 0.2s linear;
	font-size: 13pt;
	font-weight: 500;
	color: #4b4e53;
	margin: 6px 0;
}

.speakers_sec .pink {
	background: #ef629f;
	color: #fff;
	padding: 10px 20px;
	margin: 0;
}

.speakers_sec .pink:hover:before {
	border-radius: 3px;
	background: #499ff4;
	color: #fff;
	border-radius: 50px;
}

/* ============================================================================================ */

/* brands css start */

/* ============================================================================================ */

.brands_sec {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	padding: 80px 0;
}

.brands_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;
}

.brands_sec h3 span {
	font-weight: 400;
}

/*.brands_sec img {
	width: 75%;
}

.brands_sec .col-lg-2 {
	border: 1px solid #e5e5e5;
}*/

/* Slick Slider */

.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;
}

.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 {
	width: 100%;
	display: inline-block;
	background-color: #08174d;
	padding: 80px 0 120px;
	position: relative;
}

.testimoni h3 {
	font-size: 24pt;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 20px 0 20px 20px;
	border-left: 2px solid #4698eb;
	margin: 0 0 70px;
}

.testimoni_row {
	width: 100%;
}

.testimoni_item {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}

.testimoni_item img {
	width: 400px;
	height: 505px;
}

.testimoni_item::before {
	content: "";
	position: absolute;
	width: 400px;
	height: 505px;
	border: 1px solid #4698eb;
	left: 20px;
	top: 20px;
	z-index: 1;
}

.testimoni_detail {
	width: 50% !important;
	position: absolute;
	right: 0;
	bottom: 80px;
	padding-bottom: 20px;
	background-color: #08174d;
	min-height: 180px;
	z-index: 11;
}

.testimoni_inner {
	width: 100%;
	padding: 20px 30px 10px;
}

.testimoni_inner h2,
.testimoni_inner h3 {
	font-size: 20pt;
	color: #fff;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: 80%;
}

.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;
}

.vdo_sec {
	width: 100%;
	position: relative;
	padding-left: 20px;
}

.vdo_sec h6 {
	font-size: 13pt;
	color: #fff;
	font-weight: 600;
	position: relative;
	text-align: left;
	margin: 0;
}

.vdo_sec h6::after {
	content: '';
	background-color: #fcfcfe;
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	top: -5px;
	left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: puls 2s infinite;
}

.vdo_sec h6 span {
	height: 30px;
	width: 30px;
	background: #ef629f;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-left: 7px;
}

.vdo_sec h6 span i {
	font-size: 14px;
	margin-left: 3px;
}

/*
.vdo_sec .fa-circle-play {
	font-size: 25px;
	color: #fff;
	vertical-align: sub;
	background: #ef629f;
}
*/
/*
.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%;
	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;
} */
.swiper-button-next,
.swiper-button-prev {
	width: 48px !important;
	height: 48px !important;
	border: 2px solid #fff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
}

.swiper-button-next i,
.swiper-button-prev i {
	font-size: 26px;
	color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	border: 2px solid #4597e9;
}

.swiper-button-prev:hover i,
.swiper-button-next:hover i {
	color: #4597e9;
}


/* ============================================================================================ */

/* testimonial css start */

/* ============================================================================================ */

.news {
	width: 100%;
	display: inline-block;
	background-color: #00010d;
	padding: 80px 0;
	position: relative;
}

.news h2,
.news h3.text-uppercase {
	font-size: 48pt;
	color: #fff;
	font-weight: 900;
	line-height: 66px;
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.news h2 span,
.news h3.text-uppercase span {
	font-weight: 400;
}

.para_width {
	width: 40%;
	margin-top: 25px;
	line-height: 30px;
}

.news_row {
	width: 100%;
	margin-top: 40px;
	float: left;
}

.news_item {
	width: 50%;
	position: relative;
	float: left;
}

.news_item_first {
	width: 60%;
	height: 400px;
	position: relative;
	margin-right: 30px;
	float: left;
}

.news_item_first img {
	width: 100%;
	height: 100%;
}

.news_item_small {
	width: 35%;
	height: 185px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}

.news_item_small img {
	height: 100%;
}

.news_item_small:last-child {
	margin-bottom: 0px;
}

.news_item_r {
	width: 50%;
	position: relative;
	float: left;
	padding-left: 50px;
}

.news_item_r h3 {
	color: #fff;
	font-weight: 700;
	m
}

.news_item_r h6 {
	font-size: 14pt;
	color: #fff;
	font-weight: 400;
	margin: 10px 0 25px;
}

.news_item_r p {
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 13pt;
}

.more_box {
	width: 50%;
	padding: 30px 0 0 0;
	border-top: 1px solid #fff;
}

.more_box_l {
	width: 35%;
	float: left;
}

.more_box_r {
	width: 65%;
	float: left;
}

.more_box_l a {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

.more_box_l a:hover {
	color: #ef629f;
}

.more_box_r ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

.more_box_r ul li {
	float: left;
}

.more_box_r ul li a {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	padding-right: 20px;
}

.swiper-button-news-next,
.swiper-button-news-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.news .swiper-button-news-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/arrow_next_right.png) !important;
	background-repeat: no-repeat;
	width: 48px !important;
	height: 48px !important;
	right: 40% !important;
	top: 92% !important;
}

.news .swiper-button-news-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/arrow_prev_left.png) !important;
	background-repeat: no-repeat;
	width: 48px !important;
	height: 48px !important;
	left: 53% !important;
	top: 92% !important;
}

.news .swiper-button-news-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
	display: none;
}

.news .swiper-button-news-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
	display: none;
}

.news .swiper-button-news-next:hover,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/arrow_next_right_hover.png) !important;
}

.news .swiper-button-news-prev:hover,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/arrow_prev_left_hover.png) !important;
}

/* ============================================================================================ */

/* subscribe css start */

/* ============================================================================================ */

.subscribe_row {
	width: 100%;
	display: inline-block;
	background-color: #f7f7f8;
	padding: 0;
	position: relative;
	height: auto;
}

.subscribe_box {
	width: 100%;
	background-color: #f7f7f8;
	padding: 50px 120px;
	position: relative;
	margin: 0;
	float: left;
}

.subscribe_box h2 {
	font-size: 24pt;
	color: #1b1f1e;
	font-weight: 700;
	line-height: 66px;
	text-align: center !important;
}

.subscribe_box p {}

.para_width02 {
	width: 45%;
	margin-top: 25px;
	line-height: 28px;
	margin-bottom: 70px;
}

.hero-email-input,
.subscribe_box input[type="email"] {
	padding: 1rem;
	border-radius: 0;
	border: 1px solid #1b1f1d1a;
	border-right: none;
	width: 100%;
}

.hero-form-submit,
.subscribe_box input[type="submit"] {
	background-color: #1b1f1d;
	font-size: 14pt;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 15px 25px;
	margin-top: 0;
	border-radius: 0;
	float: left;
	text-transform: uppercase;
}

.subscribe_box .hs_email {
	display: flex;
	flex-direction: column;
	width: 40%;
	float: left;
	margin-left: 25%;
}

.subscribe_box .hs_error_rollup {
	display: none;
}

.subscribe_box .hs-error-msg {
	color: red;
}

.hero-email-input::placeholder,
.subscribe_box input[type="email"]::placeholder {
	color: #4b4e53;
	opacity: 1;
}

.hero-email-input:-ms-input-placeholder,
.subscribe_box input[type="email"]:-ms-input-placeholder {
	color: #4b4e53;
}

.hero-email-input::-ms-input-placeholder,
.subscribe_box input[type="email"]::-ms-input-placeholder {
	color: #4b4e53;
}
.demographics_sec {
	width: 100%;
	display: inline-block;
	padding: 0;
	background-color: #08174d;
}

.demographics_sec h3 {
	font-size: 24pt;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 20px 0 20px 20px;
	border-left: 2px solid #fff;
	letter-spacing: 1px;
	/*
	margin: 0;
	margin-top: 80px;
	position: absolute;
	top: 0;
	left: 0;
	*/
}

.demographics_sec h4 {
	font-size: 18pt;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	position: absolute;
	top: 0;
}

.demographics_sec .demographic {
	margin-bottom: 40px;
}

.demographics_sec .demographic .demographic-wrap {
	display: flex;
	flex-wrap: wrap;
}

.demographics_sec .demographic .demographic-wrap .demographic-box {
	width: 25%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 60px;
	position: relative;
}

.demographics_sec .demographic .demographic-wrap .demographic-box:after {

	content: '';
	width: 1px;
	height: 140px;
	background: #2d48ac61;
	position: absolute;
	right: 0;
}

.demographics_sec .demographic .demographic-wrap .demographic-box:last-child:after {

	display: none;

}

.demographics_sec .demographic .demographic-wrap .demographic-box .chart svg {
	border-radius: 50%;
	outline: 16px solid #a3a6ff21;
	outline-offset: -16px;
}

.demographics_sec .demographic .demographic-wrap .demographic-box h4 {
	font-size: 12pt;
	color: #fff;
	line-height: 1.3;
	margin: 10px 0;
	font-weight: 600;
}

.demographics_sec .demographic .demographic-wrap .demographic-box:last-child {
	border: none;
}

.demographics_sec .jobs {
	position: relative;
}

.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;
	position: relative;
}

.demographics_sec .jobs .jobs-bar {
	padding: 0 30px;
}

.demographics_sec .jobs .jobs-bar:before {
	content: '';
	width: 1px;
	height: 170px;
	position: absolute;
	left: 0;
	top: 32%;
	background-color: #2f67a2;
}

.demographics_sec .job {
	display: flex;
}

.demographics_sec .jobs .single-comp {
	display: flex;
	margin: 20px 0;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.demographics_sec .jobs .single-comp .bar {
	width: 90%;
	background-color: #060b42;
	color: #fff;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px 5px 30px;
	position: relative;
}

.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: 12pt;
	color: #fff;
	padding: 0 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.demographics_sec .jobs .progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	background-color: #ef629f;
	height: 100%;
}

.demographics_sec .jobs .progress-bar.animate-viewport--animate {

	animation: bar-animation 1s ease-in-out;
}

@keyframes bar-animation {
	0% {
		width: 0%;
	}
}

@keyframes bar-animation-v {
	0% {
		height: 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 !important;
}

footer li {
	list-style: none;
	margin-bottom: 15px;
}

footer li:hover a {
	cursor: pointer;
	color: #e22344 !important;
}

footer li>h4 {
	margin: 0;
}

.footer_main {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	padding: 40px 0;
}

.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 #e22344;
	margin-right: 7px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_social ul li a {
	color: #e22344 !important;
	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: 10pt;
	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: #08174d;
	padding: 10px;
	text-align: center;
}

.footer_bottom p {
	color: #b9b9b9;
	font-size: 10pt;
}

/* 11.08.26*/
.footer_social a>p {
	color: #e22344;
	padding-left: 20px;
	margin: 0;
}

.footer_social .connect_us {
	font-weight: bold;
	font-size: medium;
	color: #fff;
	margin: 0;
}

.footer_heading {
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer_links ul li:hover a {
	color: #e22344;
}

.demographics_sec .demographic {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.demographics_sec .demographic .demographic-wrap {
	justify-content: start;
	align-items: center;
	width: 46%;
	position: relative;
	margin: 0;
}

.list-box {

	position: absolute;
	right: 40px;
}

.list-box ul {
	padding-left: 10px;
}

.list-box ul li::marker {
	color: #3b3b80;
	font-size: 1.6em;
}

.list-box ul li:nth-child(2)::marker {
	color: #a5a4de;
}

.list-box ul li:nth-child(3)::marker {
	color: #fff;
}

.list-box ul li:nth-child(4)::marker {
	color: #ee639e;
}

.list-box ul li {
	color: #fff;
	font-size: 11pt;
	margin-bottom: 5px;
	list-style: square !important;
}

.demographics_sec .demographic .demographic-wrap .demographicbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 60px;
	position: relative;
	/* border-right: 1px solid #2d48ac; */
}

.demographics_sec .demographic .demographic-wrap figure {
	position: relative;
	text-align: center;
}

.demographics_sec .demographic .demographic-wrap figcaption {
	text-align: center;
	color: #fff;
	width: 30%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	z-index: 2;
	font-size: 10pt;
	font-weight: 600;

}

.demographics_sec .demographic .demographic-wrap figure.figure1 {
	width: 70%;
	left: -100px;
}

.demographics_sec .demographic .demographic-wrap svg {}

/*
.demographics_sec .demographic .demographic-wrap circle {
  fill:rgba(0,0,0,0);
  stroke-width:5.5;
  stroke-dasharray: 0,0,0,100;
  stroke-dashoffset: 25;
  -webkit-animation: pie1 6s infinite ease both;
  animation: pie1 6s infinite ease both;
}
*/
.demographics_sec.aos-animate .demographic .demographic-wrap circle {
	fill: rgba(0, 0, 0, 0);
	stroke-width: 5.5;
	stroke-dasharray: 0, 0, 0, 100;
	stroke-dashoffset: 25;
	-webkit-animation: pie1 6s 1 ease both;
	animation: pie1 6s 1 ease both;
}

.demographics_sec .demographic .demographic-wrap .pie1 {
	stroke: #5c9ad3;
}

.demographics_sec.aos-animate .demographic .demographic-wrap .pie2 {
	stroke: #006491;
	-webkit-animation-name: pie2;
	animation-name: pie2;
}

.demographics_sec.aos-animate .demographic .demographic-wrap .pie3 {
	stroke: #426d97;
	-webkit-animation-name: pie3;
	animation-name: pie3;
}

.demographics_sec.aos-animate .demographic .demographic-wrap .pie4 {
	stroke: #1a3753;
	-webkit-animation-name: pie4;
	animation-name: pie4;
}

@-webkit-keyframes pie1 {

	50%,
	100% {
		stroke-dasharray: 40, 60, 0, 0;
	}
}

@keyframes pie1 {

	50%,
	100% {
		stroke-dasharray: 40, 60, 0, 0;
	}
}

/* 2nd pie is 30% */
@-webkit-keyframes pie2 {

	50%,
	100% {
		stroke-dasharray: 0, 40, 30, 30;
	}
}

@keyframes pie2 {

	50%,
	100% {
		stroke-dasharray: 0, 40, 30, 30;
	}
}

/* 3rd pie is 30% */
@-webkit-keyframes pie4 {

	50%,
	100% {
		stroke-dasharray: 0, 70, 20, 10;
	}
}

@keyframes pie4 {

	50%,
	100% {
		stroke-dasharray: 0, 70, 20, 10;
	}
}

/* 4th pie is 10% */
@-webkit-keyframes pie3 {

	50%,
	100% {
		stroke-dasharray: 0, 80, 20, 10;
	}
}

@keyframes pie3 {

	50%,
	100% {
		stroke-dasharray: 0, 80, 20, 10;
	}
}

/** pie 2 */
/*
.demographics_sec .demographic .demographic-wrap figure.figure2 {
	  width: 70%;
}
*/
.demographics_sec .demographic .pi-chart-1{
	padding-top: 50px;
}
.demographics_sec .demographic .demographic-wrap:nth-child(2) {
	justify-content: start;
	/*border-left: 1px solid #e1e1e14a;*/
	padding-left: 10%;
	padding-top: 80px;
}

.demographics_sec .demographic .demographic-wrap:nth-child(2)::before {
	content: '';
	width: 1px;
	height: 300px;
	background-color: #e1e1e14a;
	position: absolute;
	right: 0;
}

.demographics_sec.aos-animate .demographic .demographic-wrap:nth-child(2) circle {
	fill: #08174c00;
	stroke-width: 31.8309886184;
	stroke-dasharray: 0, 0, 0, 100;
	stroke-dashoffset: 26;
	-webkit-animation: pie1a 6s 1 ease both;
	animation: pie1a 6s 1 ease both;
}

.demographics_sec .demographic .demographic-wrap:nth-child(2) .pie1a {
	/* stroke:#5c9ad3; */
	stroke-width: 34.830989 !important;
}

.demographics_sec.aos-animate .demographic .demographic-wrap:nth-child(2) .pie2a {
	/*stroke:#006491;*/
	-webkit-animation-name: pie2a;
	animation-name: pie2a;
	stroke-width: 20.8309886184;
}

.demographics_sec.aos-animate .demographic .demographic-wrap:nth-child(2) .pie3a {
	/*stroke:#426d97;*/
	-webkit-animation-name: pie3a;
	animation-name: pie3a;
}

.demographics_sec.aos-animate .demographic .demographic-wrap:nth-child(2) .pie4a {
	/*  stroke:#1a3753; */
	-webkit-animation-name: pie4a;
	animation-name: pie4a;
	stroke-width: 27.831;
}

.demographics_sec.aos-animate .demographic .demographic-wrap:nth-child(2) .pie5a {
	/*  stroke:#1a3753; */
	-webkit-animation-name: pie5a;
	animation-name: pie5a;
	stroke-width: 23.831;
}

.demographics_sec.aos-animate .pie-text {
	/*
	-webkit-animation: visible 10s 1 ease both;
	animation: visible 10s 1 ease both;
	*/
	color: #fff;
}

.demographics_sec.aos-animate .pie-text span:before {
	background: #ffffff6b !important;
}

@keyframes visible {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes pie1a {

	50%,
	100% {
		stroke-dasharray: 57.8, 42.7, 0, 0;
	}
}

@keyframes pie1a {

	50%,
	100% {
		stroke-dasharray: 57.8, 42.7, 0, 0;
	}
}

/* 2nd pie is 30% */
@-webkit-keyframes pie2a {

	50%,
	100% {
		stroke-dasharray: 0, 50.5, 25, 0;
	}
}

@keyframes pie2a {

	50%,
	100% {
		stroke-dasharray: 0, 50.5, 25, 0;
	}
}

/* 3rd pie is 30% */
@-webkit-keyframes pie4a {

	50%,
	100% {
		stroke-dasharray: 0, 59, 20, 0;
	}
}

@keyframes pie4a {

	50%,
	100% {
		stroke-dasharray: 0, 59, 20, 0;
	}
}

/* 4th pie is 10% */
@-webkit-keyframes pie3a {

	50%,
	100% {
		stroke-dasharray: 0, 81, 19, 10;
	}
}

@keyframes pie3a {

	50%,
	100% {
		stroke-dasharray: 0, 81, 19, 10;
	}
}

@-webkit-keyframes pie5a {

	50%,
	100% {
		stroke-dasharray: 0, 53, 8, 0;
	}
}

@keyframes pie5a {

	50%,
	100% {
		stroke-dasharray: 0, 53, 8, 0;
	}
}

.pie1a-text {
	z-index: 9;
	right: -20px;
	top: 10px;
}

.pie1a-text span {
	position: relative;
}

.pie1a-text span:before {
	content: '';
	position: absolute;
	width: 70px;
	height: 1px;
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	transform: rotate(130deg);
	top: 55px;
	left: -57px;
	background: #4f4d4d;
}

.pie1a-text span:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ef629f;
	border: none;
	position: absolute;
	left: 0;
	top: 20px;
}

.pie2a-text {
	z-index: 9;
	left: -143px;
	bottom: 87px;
}

.pie2a-text span:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 1px;
	-webkit-transform: rotate(171deg);
	-moz-transform: rotate(171deg);
	-o-transform: rotate(171deg);
	transform: rotate(171deg);
	top: 5px;
	right: -133px;
	background: #4f4d4d;
}

.pie2a-text span:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ef629f;
	border: none;
	position: absolute;
	right: -15px;
	top: 11px;
}

.pie3a-text {
	z-index: 9;
	left: -122px;
	top: 199px;
}

.pie3a-text span:before {
	content: '';
	position: absolute;
	width: 160px;
	height: 1px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 25px;
	right: -20px;
	background: #4f4d4d;
}

.pie3a-text span:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ef629f;
	border: none;
	position: absolute;
	left: -20px;
	top: 22px;
}

.pie4a-text {
	z-index: 9;
	left: -70px;
	top: 0;
}

.pie4a-text span:before {
	content: '';
	position: absolute;
	width: 57px;
	height: 1px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
	top: 38px;
	right: -55px;
	background: #4f4d4d;
}

.pie4a-text span:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ef629f;
	border: none;
	position: absolute;
	right: -16px;
	top: 10px;
}

.pie5a-text {
	z-index: 9;
	left: -100px;
	bottom: 40px;
}

.pie5a-text span:before {
	content: '';
	position: absolute;
	width: 84px;
	height: 1px;
	-webkit-transform: rotate(155deg);
	-moz-transform: rotate(155deg);
	-o-transform: rotate(155deg);
	transform: rotate(155deg);
	top: -2px;
	right: -90px;
	background: #4f4d4d;
}

.pie5a-text span:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ef629f;
	border: none;
	position: absolute;
	right: -15px;
	top: 11px;
}

.pie1a-number {
	z-index: 9;
	right: 65px;
	top: 134px;
	color: #fff;
	font-size: 32pt;

}

.pie2a-number {
	z-index: 9;
	left: 85px;
	bottom: 130px;
	color: #fff;
	font-size: 12pt;
}

.pie3a-number {
	z-index: 9;
	left: 53px;
	top: 199px;
	color: #fff;
	font-size: 14pt;
}

.pie4a-number {
	z-index: 9;
	left: 98px;
	top: 68px;
	color: #fff;
	font-size: 18pt;
}

.pie5a-number {
	z-index: 9;
	left: 107px;
	bottom: 82px;
	color: #fff;
	font-size: 12pt;
}

.demographics_sec .senority-job {
	display: flex;
}

.demographics_sec .senority-job .jobs:first-child {
	padding: 60px 3% 60px 6%;
	background: #ebeaea;
	width: 30%;
}

.demographics_sec .senority-job .jobs:last-child {
	padding: 60px 60px 80px 60px;
	background: #f4f4f4;
	width: 70%;
}

.demographics_sec .jobs .single-comp .bar:before {
	display: none;
}

.demographics_sec .jobs .single-comp .bar {
	padding: 3px 3px;
	background-color: #c0c0c0;
	border-radius: 20px;
	height: 16px;
	color: #161616;
	font-size: 12px;
	font-weight: 600;
	width: 60%;
	margin-left: 20px;
}

.demographics_sec .jobs .progress-bar {
	background-color: #499ff4;
	border-radius: 20px;
}

.demographics_sec .jobs .single-comp {
	flex-direction: row;
	align-items: center;
}

.demographics_sec .jobs .single-comp .label {
	margin: 0;
	padding: 0;
	color: #161616;
	font-size: 10pt;
	font-weight: 600;
	width: 30%;
	text-align: right;
}

.demographics_sec .jobs .jobs-bar {
	padding: 0;
}

.demographics_sec .jobs .jobs-bar:before {
	display: none;
}

.demographics_sec .jobs h3 {
	color: #161616;
	font-size: 24pt;
	padding-top: 0;
	font-weight: 500;
}

.list-box {
	display: none;
}

.modal-header {
	background-color: #08174d;
	color: #fff;
	text-transform: uppercase;
}

.btn-close {
	color: #fff !important;
	background: transparent !important;
	font-size: 16pt;
	opacity: 1 !important;
}

.btn-close:hover {
	color: #fff;
	opacity: 1;
}

/* width */
.modal-body::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.modal-body::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.modal-body::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.hero-section .event-date,
.hero-section .event-date .s1,
.hero-section .event-date .s2 {
	display: flex;
	/*     justify-content: end; */
	align-items: center;
	padding-top: 5px;
}

.hero-section .event-date .s1 {
	align-items: center;
	margin-left: 30px;
}

.hero-section .event-date .s1 .e_d {

	color: #fff;
	font-size: 42pt;
}

.hero-section .event-date .s1 .e_m_y {

	color: #fff;
	font-size: 18pt;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	line-height: 1;
	padding: 0 0 0 8px;
	text-align: left;
}

.hero-section .event-date .s1 .e_m_y span:nth-child(2) {
	font-size: 16pt;
}

.hero-section .event-date .s2 {
	margin-left: 15px;
}

.hero-section .event-date .s2 .e_venue {

	color: #fff;
	font-size: 12pt;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	padding: 0 0 0 17px;
	text-align: left;
	/* margin-left: 10px; */
	border-left: 1px solid #ef629f61;
	letter-spacing: 1;
}

.hero-section .event-date .s2 img {
	width: 28px;
}

.demographics_sec .jobs-bar-vertical .v_bars .v_bar {
	background-color: #c0c0c0;
	border-radius: 20px;
	color: #161616;
	font-size: 12px;
	font-weight: 600;
	width: 16px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	position: relative;
	margin-top: 20px;
}

.demographics_sec .jobs-bar-vertical .v_bars .progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	background-color: #499ff4;
	width: 16px;
	position: relative;
}

.demographics_sec .jobs-bar-vertical .v_bars .progress-bar.animate-viewport--animate {

	animation: bar-animation-v 1s ease-in-out;
}

.demographics_sec .jobs-bar-vertical .v_bars .v_bar:after {

	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #1a3753;
	content: '';
	position: absolute;
	bottom: -16px;
	left: -4px;
	border: 3px solid #f4f4f4;
}

.demographics_sec .jobs-bar-vertical .v_bars {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.demographics_sec .jobs-bar-vertical .v_bars .v_bar:before {

	content: '';
	width: 1px;
	height: 16px;
	background: #499ff48a;
	position: absolute;
	top: -20px;
	left: 8px;
}

.demographics_sec .jobs-bar-vertical .v_bars .v_label {
	font-size: 12px;
	text-align: center;
	height: 35px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
}

.demographics_sec .jobs-bar-vertical {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.demographics_sec .jobs-bar-vertical .v_bars:nth-child(1) {
	align-items: flex-end;
	width: 3%;
}

.demographics_sec .jobs-bar-vertical .v_bars:nth-child(1) img {
	height: 100px;
}

.demographics_sec .senority-job .jobs:first-child .jobs-bar-vertical {
	justify-content: space-between;
}

.demographics_sec .senority-job .jobs:first-child .jobs-bar-vertical .v_bars:nth-child(1) {
	width: 10%;
}

.demographics_sec .senority-job .jobs:first-child .jobs-bar-vertical .v_bars {
	width: 30%;
}

.demographics_sec .senority-job .jobs:first-child .jobs-bar-vertical .v_bars .v_bar:after {
	border: 3px solid #ebeaea;
}

.demographics_sec .senority-job .jobs:first-child .jobs-bar-vertical .v_bars .v_label {
	width: 100%;
}

.v_100 {
	display: none !important;
}

/* 404 */

.container_404 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_404 {
	text-align: center;

}

.content_404>h1 {
	font-size: 80px;
	font-weight: bolder;
	color: #2980b9;
	margin-bottom: -5px !important;
	letter-spacing: .3rem;
	margin-bottom: 0;
}

.content_404>h6 {
	font-size: 15px;
	color: grey;
}

.speakers_sec .team-thumb {
	position: relative;
	text-align: center;
	margin-bottom: 35%;
}

.speakers_sec .member-info {
	position: absolute;
	left: 50%;
	bottom: -80px;
	width: 100%;
	color: #08174c;
	/* padding:0 25px; */
	opacity: 1;
	visibility: visible;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	box-shadow: 0 15px 30px rgb(0 0 0 / 13%);
	z-index: 1;
	background-color: #ffffff !important;
	min-height: 160px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.speakers_sec .team-thumb img {
	width: 100%;
	height: auto;
	border: 1px solid #efefefe3;
}

.speakers_sec .member-info h4 {
	font-size: 14pt;
	font-weight: 700;
	color: #ef629f;
	margin-bottom: 0;
	text-transform: uppercase;
}

.speakers_sec .member-info .title {
	transition: all 0.2s linear;
	font-size: 11pt;
	font-weight: 600;
	margin: 0;
	color: #4b4e53;
}

.speakers_sec .member-info h6 {
	transition: all 0.2s linear;
	font-size: 11pt;
	font-weight: 500;
	color: #4b4e53;
	margin: 6px 0;
	line-height: 1.4;
}

.speakers_sec .row {

	/* justify-content: space-between; */
}

.all_speakers {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.all_speakers a.pink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.all_speakers .tp-btn-primary {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	background: #499ff4;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 14px;
	color: #fff;
	border: none;
}

.all_speakers .tp-btn-primary:after,
.all_speakers .tp-btn-primary:before {
	background: #ef629f;
}

.all_speakers .tp-btn-primary:hover {
	color: #fff;
}

.more_box_r {
	display: none;
}

/*
.photo-gallery {
	color:#313437;
	background-color:#fff;
  }
  
  .photo-gallery p {
	color:#7d8285;
  }
  
  .photo-gallery h2 {
	font-weight:bold;
	margin-bottom:40px;
	padding-top:40px;
	color:inherit;
  }

  .photo-gallery .photos {
	padding-bottom:20px;
  }
  
  .photo-gallery .item {
	padding-bottom:30px;
  }
 */

.photo-gallery {
	column-count: 4;
	column-gap: 15px;

}

.photo-gallery img {
	max-width: 100%;
	display: block;
}

.photo-gallery figure {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 15px;
	break-inside: avoid;
	position: relative;
}

.photo-gallery figure a>img {
	grid-row: 1 / -1;
	grid-column: 1;
}

.photo-gallery figure a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all .4s ease .1s;
	background-color: transparent;
}

.photo-gallery figure a:hover:before {
	background-color: #423e405c;
}

.photo-gallery figure a:hover img {
	filter: grayscale(1);
}

.photo-gallery figure a:after {
	position: absolute;
	content: "\2b";
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 99;
	color: transparent;
}

.photo-gallery figure a:hover:after {
	color: #ffffff;
}


.why-choose-us {
	position: relative;
	z-index: 1;
}

.single-box {
	position: relative;
	z-index: 1;
	border-left: 1px solid hsla(0, 0%, 100%, .2);
	text-align: center;
	height: 450px;
}

.col-lg-3:first-child .single-box {
	border-left: none;
}

.d-table {
	display: table !important;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	display: table-cell !important;
}

.d-table-cell {
	vertical-align: middle;
}

.single-box .d-table-cell {
	vertical-align: bottom;
}

.single-box .content {
	position: absolute;
	padding-left: 25px;
	padding-right: 25px;
	bottom: 0;
	left: 0;
	transition: .5s;
}

.single-box .content::before {
	content: "";
	position: absolute;
	bottom: 5px;
	width: 100%;
	max-width: 280px;
	text-align: center;
	height: 260px;
	left: 50%;
	margin-left: -155px;
	z-index: -1;
	border: 10px solid rgba(104, 89, 222, .03);
}

.single-box .content h3 {
	font-size: 26px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.single-box .content p {
	color: #fff;
	margin-bottom: 0;
	transition: .5s;
}

.why-choose-us .slideshow {
	z-index: -1;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.why-choose-us .slideshow {
	list-style-type: none;
}

.why-choose-us .slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: imageAnimation 24s linear 0s infinite;
	animation: imageAnimation 24s linear 0s infinite;
}

.why-choose-us .slideshow li:first-child span {
	background-image: url(../images/number-slide/Black-01.png);
}

.why-choose-us .slideshow li:nth-child(2) span {
	background-image: url(../images/number-slide/Black-02.png);
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.why-choose-us .slideshow li:nth-child(3) span {
	background-image: url(../images/number-slide/Black-03.png);
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.why-choose-us .slideshow li:nth-child(4) span {
	background-image: url(../images/number-slide/Black-04.png);
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	12.5% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	25% {
		opacity: 1;
	}

	37.5% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


.speakers_sec .team-thumb ul {
	padding: 15px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	list-style-type: none;
	transition: .5s;
	position: absolute;
	right: 0px;
	top: 40%;
	background-color: #fff;
}

.speakers_sec .team-thumb ul li {
	display: block;
	margin-bottom: 10px;
}

.speakers_sec .team-thumb ul li:last-child {
	margin-bottom: 0;
}

.speakers_sec .team-thumb ul li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #ff2d55;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	display: inline-block;
	transition: .5s;
}

.speakers_sec .team-thumb:focus ul,
.speakers_sec .team-thumb:hover ul {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.speakers_sec .team-thumb ul li a.in {
	background-color: #0077b5;
}

.speakers_sec .team-thumb ul li a.tw {
	background-color: #38a1f3;
}

.speakers_sec .team-thumb ul li a:focus,
.speakers_sec .team-thumb ul li a:hover {
	background-color: #ef629f;
	color: #fff;
}

.speakers_sec [class^="col-"]:hover .member-info {
	background-color: #08174d !important;
	width: 100%;
}

.speakers_sec [class^="col-"]:hover .member-info h6,
.speakers_sec [class^="col-"]:hover .member-info .title {
	color: #fff;
}

/*
.number_sec .count-wrap{
	overflow: hidden;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
	transition: .5s;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 20px 0;
    position: relative;
    background: #dbdbdb;
}

.number_sec .count-wrap::before{
	content: "";
	width: 300px;
	height: 300px;
	border-radius: 50%;
	position: absolute;
	right: -50%;
	top: -40%;
	background: repeating-radial-gradient(hsla(0,0%,100%,.04),hsla(0,0%,100%,.17) 20%);
	transition: .5s;
}

.number_sec{
	position: relative;
	overflow: hidden;
}
.number_sec::before{
	content: "";
	width: 800px;
	height: 800px;
	border-radius: 50%;
	position: absolute;
	right: -400px;
	top: -400px;
	background: repeating-radial-gradient(hsla(0, 0%, 100%, 0),hsla(0, 0%, 32.5%, 0.03) 20%);
	transition: .5s;
}*/

.number_sec {
	background: rgb(230, 230, 232);
	background: linear-gradient(180deg, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 35%);
}

.demographics_sec .demographic .demographic-wrap figure.figure1 {
	width: 100%;
	left: 0;
}

.demographics_sec .demographic .demographic-wrap figure.figure1 iframe {
	width: 430px;
	height: 430px;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

.demographics_sec .demographic .pi-chart-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	justify-content: space-between;
	position: relative;
}

.demographics_sec .demographic .pi-chart-1 svg {
	transform: rotate(345deg);
	cursor: pointer;
}

.demographics_sec .demographic .demographic-wrap-text {
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 380px;
	color: #fff;
	font-size: 14px;
}

.demographics_sec .demographic .demographic-wrap-text .text-value {
	display: flex;
	flex-direction: column;
}

.demographics_sec .demographic .demographic-wrap-text .text-value span {
	font-size: 24pt;
	font-weight: 500;
}

.demographics_sec .demographic .demographic-wrap-p1 {

	width: 62%;
	margin-left: -38px;
}

.demographics_sec h3 {
	margin: 40px 0;
}

.p1:hover .demographic-wrap-text:nth-child(2) .text-value:nth-child(1) span {
	color: #000;
}

.demographics_sec .demographic .demographic-wrap-text .text-value.t1 span {
	color: #9191ff;
}

.demographics_sec .demographic .demographic-wrap-text .text-value.t2 span {
	color: #ccf;
}

.demographics_sec .demographic .demographic-wrap-text .text-value.t4 span {
	color: #ff93bf;
}

.demographics_sec .demographic .demographic-wrap-text .text-value.hover-animation {
	animation-name: shake;
	animation-duration: 2s;
	transition-timing-function: ease-in-out;
}

@keyframes shake {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-o-transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

.demographics_sec .demographic svg {
	width: 380px;
}

/* 07-09.2023 */

.number_sec_new {

	padding: 80px 0 40px 0;
	background: #151515;
}

.number_sec_new h2 {
	text-align: center;
	font-size: 26pt;
	color: #fff;
	margin-bottom: 10px;
}

.number_sec_new .sub-heading {
	text-align: center;
	font-size: 15pt;
	color: #fff;
}

.number_sec_new .number-container {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 550px;
	overflow: hidden;
}

.number_sec_new .number-container .single-number {
	width: 24.33%;
	position: relative;
	margin-top: 40px;
}

.number_sec_new .number-container .single-number .blue-box {
	background: #fff;
	padding: 20px 40px;
	width: 80%;
	margin: 0 auto;
	margin-top: -60px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: flex-end;
	background-image: url('../images/arrow1.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	/*transition: 2s ease all;*/
	background-size: 35px;
}

.number_sec_new .number-container .single-number .img-wrap {}

.number_sec_new .number-container .single-number .img-wrap img {
	width: 100%;
}

.number_sec_new .number-container .single-number:nth-child(2) .blue-box,
.number_sec_new .number-container .single-number:nth-child(4) .blue-box {
	background-image: url('../images/arrow2.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 35px;
}

.number_sec_new .number-container .single-number .blue-box h3 {
	font-size: 52pt;
	color: #4b4e53;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Barlow';
}

.number_sec_new .number-container .single-number .blue-box h4 {
	color: #4b4e53;
	font-size: 22px;
	margin: 0;

}

.number_sec_new .odometer.odometer-auto-theme,
.number_sec_new .odometer.odometer-theme-default {}

.number_sec_new .number-container .single-number .blue-box::brfore {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid blue;
	content: "";
}

/*
.number_sec_new .number-container .single-number:hover .blue-box{

	background-image: url('../images/arrow2.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.number_sec_new .number-container .single-number:nth-child(2):hover .blue-box, .number_sec_new .number-container .single-number:nth-child(4):hover .blue-box{
	background-image: url('../images/arrow1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
*/

.demographics_sec .demographic .demographic-wrap:nth-child(1) {
	display: none !important;
}

/*
#image_gallery_595 .col-lg-3{
	padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-top: var(--bs-gutter-y) !important;
}
*/

.arrowButton {
	cursor: pointer;
	display: inline-grid;
	grid-template-columns: 3rem 1fr;
	align-items: center;
	position: relative;
	text-decoration: none;
	height: 3rem;
	font-size: 1.2rem;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1;
	transition: all .55s cubic-bezier(.65, 0, .076, 1);
}

.arrowButton .arrowContainer {
	grid-area: 1/1/2/2;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.arrowButton .arrow {
	width: 2rem;
	height: 1rem;
	stroke: currentColor;
	transition: all .55s cubic-bezier(.65, 0, .076, 1);
}

.arrowButton .labelContainer {
	grid-area: 1/2/2/3;
	z-index: 1;
	padding: 0.75rem 2.25rem 0.75rem 1.25rem;
	font-size: 13px;
}

.arrowButton .box {
	display: block;
	z-index: 0;
	position: absolute;
	height: 3rem;
	width: 3rem;
	border-radius: 4rem;
	background-color: transparent;
	border: 1px solid;
	transition: all .55s cubic-bezier(.65, 0, .076, 1);
}

.arrowButton:hover .arrow {
	transform: translateX(1rem);
	transition: all .3s cubic-bezier(.65, 0, .076, 1);
}

.arrowButton:hover .box {
	width: 100%;
	transition: all .3s cubic-bezier(.65, 0, .076, 1);
}

/* 08-11-2023 */
.container.yt_video {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 20px 20px 20px;
	border: 1px solid #dfdfdf;
	margin-bottom: 80px;
}

.container.yt_video iframe {
	width: 100%;
}

/* 13.11.2023 */
.number_sec_new {
	position: relative;
}

.hero-section .hero-content {
	z-index: 2;
	position: relative;
}

.count_container,
.number_sec_new .container,
.number_sec_new .number-container {
	position: relative;
	z-index: 1;
}

.hero-section:before,
.number_sec_new:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .7;
	background-color: transparent;
	background-position: center;
	background-repeat: repeat;
	background-image: url(../images/videobg.png);
	background-size: 4px 4px;
	width: 100%;
	clear: both;
}

.news-thumb__content h4 {
	font-size: 1rem !important;
}

.news-thumb {
	justify-content: space-around;
	align-items: center;
}

footer li {
	margin-bottom: 2px;
}

.footer_social .connect_us {
	margin-top: 5px;
}

.subscribe_box {
	margin: 0;
}

.news_articles {
	padding-bottom: 60px;
}

.inner_content iframe.intro-video {
	width: 100%;
	object-fit: cover;
	height: 490px;
	margin-bottom: 30px;
	object-position: center;
	border: 2px solid #000;
	overflow: hidden;
	border-radius: 10px;
}

.next-prv {
	text-align: right;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.next-prv a {
	padding: 10px 20px;
	background: #08174d;
	color: #fff;
	border-radius: 3px;
}

/*
.next-prv.next {
    text-align: left;
}
*/
.overview_left {
	background-size: cover;
}

/* 3/01/2024 - added the testimonials */
.vdo_sec {
	position: absolute;
	top: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vdo_sec h6::after {
	display: none !important;
}

.vdo_sec h6 span {
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin: 0;
	background: #e22344;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vdo_sec h6 span i {
	font-size: 24px !important;
	margin: 0;
}

.modal {
	background: #00000040;
}

/* 05.01.2024 */
.home-companies-exhibit {

	padding: 60px 0;
	background: #fff;
}

.home-companies-exhibit h3 {
	font-size: 24pt;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	padding: 20px 0 20px 20px;
	border-left: 2px solid #000;
}

.home-companies-exhibit h3 span {
	font-weight: 400;
}

.home-companies-exhibit .companies-exhibit {
	padding: 40px 0 0;

}

.home-companies-exhibit .companies-exhibit .item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	border-right: 1px solid #d0d0d07d;
}

.home-companies-exhibit .companies-exhibit .item:last-child {
	border: none;
}

.home-companies-exhibit .companies-exhibit .item .img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 129px;
	overflow: hidden;
}

.home-companies-exhibit .companies-exhibit .item .img-wrap:first-child {
	border-bottom: 1px solid #d0d0d07d;
}

.home-companies-exhibit .companies-exhibit .item .img-wrap img {
	height: auto;
}

.home-companies-exhibit .owl-theme .owl-dots .owl-dot span {
	background: #3f4042;
}

.home-companies-exhibit .owl-theme .owl-dots .owl-dot.active span {
	border: 1px solid #ed2224;
	background: #0f0f0f !important;
}

img.date_img {
	height: auto;
}

.hero-section .hero-content .top-part {
	border-bottom: 1px solid #ef629f61;
}

.hero-section .hero-content .bottom-part {
	border: none;
}

.hero-section .event-date .s1 {
	margin: 0;
}

.sub-heading .line {
	display: none;
}

.advisory .advisory-row {
	justify-content: center !important;
}

.advisory {
	padding-bottom: 0;
}

.exhibit {
	width: 17.666667%;
}

.media {
	width: 14.666667%;
}

.hero-section .hero-content .btn-section {
	display: flex;
	margin-top: 10px;
	padding: 30px 0;
}

[class^="hvr-"] {
	margin: .4em;
	padding: 7px 20px;
	cursor: pointer;
	background: #ef629f;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	border-radius: 3px;
	overflow: hidden;
}

.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
	border-radius: 2px;
}

.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {
	color: #fff;
}

.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4a9ff4;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

header nav .nav-btns .btns_container {
	display: flex;
	align-items: center;
	justify-content: left;
	margin: 1px;
}

header nav .nav-btns .regbtn {
	font-size: 12px;
}

header nav .nav-btns .regbtn {
	font-size: 10px;
	font-weight: 600;
	padding: 10px 20px;
	background-color: #ce2323;
	border-radius: 5px;
	color: #fff;
	margin: 0 10px 0 10px;
	transition: background-color 0.3s ease;
}

header nav .nav-btns .regbtn:hover {
	background-color: #871515;
}

.market_btm h4{
	font-family: 'Barlow';
	font-weight: 500;
}
.pic-no-hover{
	opacity:1;
}
.pic-no-hover{
	opacity:1;
}
.pic-hover{
	opacity:0;
}
.icon_sec .active .pic-no-hover{
	opacity:0;
}
.icon_sec .active .pic-hover{
	opacity:1;
}
.icon_sec .img{
	position: relative;
	width: 42px;
	height: 59px;
}
.icon_sec .vt-icon:nth-child(8) h6{
	border:none;
}
.swiper-button-next, .swiper-button-prev{
	width:40px !important;
	height:40px !important;
}
@media only screen and (min-width: 768px) {
	.hero-section .hero-content .btn-section {
		display: block;
	}
}

@media only screen and (max-width: 767px) {

	.hero-section .hero-content .btn-section {
		display: block;
	}

	.hero-section .hero-content .top-part .part:nth-child(1) {
		padding: 0;
		border: none;
		text-align: center;
	}

	.hero-section .hero-content .top-part {
		padding: 0;
		border: none;
		text-align: center;
	}

	.hero-section .hero-content .top-part .part:nth-child(2) {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.hero-section .event-date {
		justify-content: space-evenly;
	}

	.hero-section .event-date,
	.hero-section .event-date .s1,
	.hero-section .event-date .s2 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	header nav .nav-btns .regbtn {
		padding: 10px;
		font-size: 11px;
		font-weight: 700;
		margin: 10px 10px 10px 0;
	}
	header nav .nav-btns .btns_container {
		justify-content: center ;
		width: 100%;
	}
	header nav .nav-btns {
		justify-content: center;
		width: 100%;
	}

	.hero-section .event-date .s2 {
		margin-left: 10px;
	}
	.hero-section .event-date .s2 .e_venue{
		padding: 0 0 0 10px;
	}

}

@media only screen and (max-width: 991px){
	header {
		background-color: #0000007a;

	}
	.hero-section .hero-content {
		min-height: 1000px ;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center  !important;
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 600px){
/*
.hero-section .hero-content {
    padding-bottom: 80px;
}

.hero-section .hero-content {
    min-height: 1100px !important;
}
*/
}

/*  28.03.2024*/
@media (min-width: 768px) {
	.navbar .has-dropdown ul li a {
		margin-left: 0px !important;
	}
}
.navbar .nav-links .nav-item .nav-link{
	margin-left:30px;
	font-size: 14px;
}
header nav .nav-btns .regbtn{
	font-size:12px;
	margin:0;
}
header nav .nav-btns .regbtn:nth-child(2){
	margin-left:5px;
}
.hero-section .hero-content .btn-section{
	margin-top:0;
}
header nav .nav-btns {
	display: flex;
	align-items: center;
}
@media (min-width: 541px) and (max-width: 991px) {
	.navbar .nav-links {
		width: 30%;
	}
}
@media only screen and (max-width: 991px) {
	.navbar .nav-header, .navbar .menu-show {
		width: auto !important;
	}
}
@media only screen and (max-width: 1440px) {
	.navbar .nav-links .nav-item .nav-link {
		font-size: 11px;
		margin-left: 15px !important;
	}
}
@media (min-width: 992px) and (max-width: 1100px) {
	.navbar .nav-links .nav-item .nav-link {
		margin-left: 12px !important;
	}
	header nav .nav-btns .regbtn {
		padding: 10px 10px;
	}
}
header nav .nav-btns .regbtn{
	background-color:#ef629f;
}
header nav .nav-btns .regbtn:hover {
	background-color: #4a9ff4;
}

/* end 28.03.2024*/
.conculded{
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.conculded img{
	height: 100%;
}
@media only screen and (min-width: 768px){
	.hero-section .hero-content {
		min-height: 1000px;
	}
}

@media only screen and (max-width: 767px){
	.conculded {
		height: 100px;}
	}

	.concluded-stamp{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.concluded-stamp img{
		width:auto;
}/*
li.highlights a:first-child {
    color: #4a9ff4 !important;
}
li.highlights i.fa-chevron-down {
    color: #fff !important;
}
*/
		@media only screen and (max-width: 1366px) {
			.conference .block ul li:nth-child(3) .content-right{
				min-height: 750px;
			}
		}

/* work 20-11-24 */
.hero-section:before, .number_sec_new:before{
	display: none;
}
.hero-section .hero-content .timer-content {
	flex-direction: row;
}
.hero-section .hero-content{
	position: initial;
}
.hero-section .hero-content .bottom-part h3 span{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 300 !important;
}
.hero-section .hero-content .bottom-part h3 span img{
	margin: 0 10px;
}
@media only screen and (min-width: 992px){
	.hero-section .hero-content .timer {
		position: absolute;
		right: 0;
		top: 20%;
	}
	.hero-section .hero-content .timer-content {
		flex-direction: column;
	}
	.hero-section .hero-content .timer-content .timer-el {
		margin: 0 0 5px 0;
	}
	.hero-section .hero-content {
		min-height: 800px;
		padding-bottom:0;
	}
	.hero-section .hero-content .bottom-part {
		padding: 0;
	}
}
@media only screen and (max-width: 991px) {
	.hero-section .hero-content .top-part .part:nth-child(1) img {
		width: 100% !important;
	}
}
@media only screen and (max-width: 768px) {
	.hero-section .event-date, .hero-section .event-date .s1, .hero-section .event-date .s2 {
		margin-top: 15px !important;
	}
	.hero-section .hero-content .bottom-part h3 span{
		justify-content: center;
	}
}

/*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: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	appearance: auto
}
.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: 15px;
	color: #000;
	font-weight: 400;
	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: 20px 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: #000;
	border: 0;
	text-transform: uppercase;
	font-family: var(--paragraph-font);
	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;
}
/*hubspot form ends here*/
.hb-custom-form ul.multi-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
}
.hb-custom-form ul.multi-container>li {
	width: 31.3%;
}
.hb-custom-form .hs-form-field label:not(.hs-error-msg), .hb-custom-form .hs-field-desc {
	font-size: 15px;
	font-weight: normal;
	margin: 8px 0;
}

@media (max-width: 396px) {
	.hero-section .event-date, .hero-section .event-date .s1, .hero-section .event-date .s2{
		margin-left: 0 !important;
	}
	.hero-section .event-date .s2 .e_venue {
		padding: 0 !important;
		border: none;
		text-align: center;
		margin: 0 10px;
	}
}
@media only screen and (max-width: 425px) {
	.hero-section .hero-content .bottom-part h2, .hero-section .hero-content .bottom-part h3 {
		font-size: 17px !important;
	}
	.hero-section .hero-content .bottom-part h1 {
		font-size: 22px !important;
	}
}
.home-companies-exhibit .companies-exhibit #item-141{
	display: none;
}

section h3{
	font-weight: 700 !important;
}
section h3>span{
	font-weight: 300 !important;
}
.news h3 {
	font-size: 24pt;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0 20px 20px;
	border-left: 2px solid #fff;
}
.news_item_r h3{
	font-size: 18pt;
}

.text-logo {
	display: none;
}
.darkHeader .custom-logo-link {
	display: none;
}
.darkHeader .text-logo {
	display: block !important;
}
.navbar .logo a {
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}