@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
:root {
	--header-bg-color: #ffffff;
	--red-color: #ed1d24;
	--black-color: #000000;
	--body-font-color: #737373;
	--heading-color: #090b26;
	--nisoz-color3: #f2f2f6;
	--nisoz-black: #161617;
	--blue-bg-color: #010130;
	--header-footer-main-color: #0b0b0b;
	--footer-border-color: #4544446e;
	--preloader-initial-color: #454444;
	--preloader-bg-color: rgba(0, 0, 0, 0.1);
	--light-color: #ffffff;
}
html {
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: var(--body-font-color);
}

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none !important;
	outline: none;
	color: inherit;
}

:focus {
	outline: none;
}

img {
	max-width: 100%;
}

ol, dl, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.scrollToTop {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 42px;
	height: 42px;
	background: var(--red-color);
	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;
}
.hidden{
	overflow:hidden;
}

/*  header  */
header {
	background: var(--header-bg-color);
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	text-align: center;
	z-index: 9;
}
header.home-sticky{
	position: fixed;
}
header li {
	list-style: none;
	display: inline-block;
}

header a {
	color: #222;
	text-decoration: none;
	padding: 0;
}

header.darkHeader,
header.sticky {
	background: var(--header-footer-main-color);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	position: fixed;
}

header.darkHeader .navbar {
	padding: 0 15px;
}

.main-menu ul li {
	display: inline-block;
	margin-left: 32px;
	position: relative;
}
.main-menu ul li a{
	display: block;
	padding: 30px 0;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
}
.main-menu ul li:hover > a, .darkHeader .main-menu ul li:hover a {
	color: var(--red-color);
}
.darkHeader .main-menu ul li a{
	color: #fff;
}
.mean-container .mean-nav ul li a i.fa-chevron-down{
	opacity: 0;
}
.header-button {
	margin-top: 26px;
	margin-left: 40px;
}
.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	min-width: 200px;
	background: #fff;
	padding: 15px 0;
	border-top: 4px solid var(--red-color);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul.submenu li{
	margin: 0;
	display: block;
}
.main-menu ul li ul.submenu li a {
	font-size: 14px;
	padding: 9px 25px;
	text-transform: capitalize;
	color: var(--black-color);
	text-align: left;
}

.logo {
	width: 182px;
	height: 41px;
	display: flex;
	align-items: center;
	z-index: 9999;
}
.darkHeader .text-logo {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.darkHeader .mean-container a.meanmenu-reveal{
	color: var(--light-color);
	border-color: var(--light-color);
}
.darkHeader .mean-container a.meanmenu-reveal span{
	background: var(--light-color);
}
.text-logo {
	display: none;
}
.darkHeader .custom-logo-link {
	display: none;
}
.darkHeader .text-logo {
	display: block !important;
}
.f-right {
	float: right;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.heading-warp{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.title{
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.sub-title{
	font-size: 16px;
	font-weight: 500;
}
.text-700{
	font-weight: 700;
}

.elementor-button {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 2px;
	fill: var(--light-color);
	color: var(--light-color);
	background-color: var(--red-color);
	border-radius: 0;
	padding: 10px 10px;
	border-style: solid;
	border-width: 0;
	display: inline-block;
	transition: all .3s;
}
.elementor-button:hover, .elementor-button:focus, .elementor-button:active{
	color: var(--black-color);
}
.modal-header {
	background-color: var(--red-color);
	color: var(--light-color);
	text-transform: uppercase;
}
.btn-close {
	color: var(--light-color) !important;
	background: 0 0 !important;
	font-size: 20px;
	opacity: 1 !important;
}
/* Hero */
.banner-area{
	background-color: #000;
}
.banner-bg-1{
	background-image: url(../images/hero-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.banner-content-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	height: 750px;
}
.event-logo{
	height: 200px;
}
.event-logo img{
	height: 100%;
}
.event-date, .event-sponsor{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.event-sponsor{
	gap: 20px;
	font-weight: 600;
}
.event-sponsor img{
	height: 170px;
}
.e--location{
	font-weight: 600;
}
.e--date{
	color: var(--red-color);
	font-size: 24px;
}
.event-tag{
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}
.event-tag span{
	font-weight: 300;
}

/* overview */

.overview{
	padding: 100px 0;
}

.overview .content-warp{
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 60px 0 0 0;
}
.overview .title, .overview .sub-title{
	color: var(--heading-color);
}

/* why-section */

.why-section{
	overflow: hidden;
	background-color: var(--nisoz-color3);
}
.why-section__bg {
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right top;
	opacity: .5;
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
}
.nisoz-stretch-element-inside-column {
	height: 100%;
}
.why-section__stretch-shape {
	position: absolute;
	left: 0;
	top: 0;
}
.why-section__stretch-shape img {
	max-width: 100%;
	height: auto;
}
.why-section__stretch-image {
	position: relative;
	z-index: 2;
	float: right;
	background-color: var(--nisoz-black);
	clip-path: polygon(0 0, 62% 0, 100% 100%, 38% 100%);
	-webkit-animation: movebounce2 2s linear infinite;
	animation: movebounce2 2s linear infinite;
}

.why-section__stretch-image img {
	max-width: 100%;
	height: 770px;
	object-fit: cover;
}
.why-section .content-warp{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 600px;
	gap: 40px;
}
.why-section .title{
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-weight: 400;
}
.why-section .title span{
	font-weight: 700;
	color: var(--red-color);
	font-size: 40px;
}

/* why-it__section */

.why-it__section{
	background-color: var(--blue-bg-color);
	padding: 100px 0;
	color: #fff;
}
.why-it__section .heading-warp{
	gap: 0;
}
.why-it__section .title, .why-it__section .sub-title {
	color: #fff;
	font-size: 24px;
}
.why-it__section .sub-title{
	font-weight: 300;
}
.why-it__section .content-warp{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.why-it__section .col-sm-6:nth-child(1) .content-warp{
	padding-right: 60px;
}
.why-it__section .col-sm-6:nth-child(2) .content-warp{
	padding-left: 80px;
	border-left: 1px solid #1a1a4d;
}
.why-it__section ul{
	list-style: none;
	padding-left: 0;
}
.why-it__section ul li{
	background: url('../images/arrow.png') no-repeat left center;
	background-size: 22px 12px;
	padding-left: 40px;
	margin-bottom: 20px;
	font-weight: 700;
}
.why-it__fact_num .odometer-inside{
	display: flex;
	align-items: flex-start;
}
.why-it__facts{
	display: flex;
	justify-content: space-between;
}
.why-it__fact{
	width: 33.33%;
	height: 180px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.why-it__facts .why-it__fact:nth-child(1){
	padding-right: 15px;
}
.why-it__facts .why-it__fact:nth-child(2){
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #1a1a4d;
	border-right: 1px solid #1a1a4d;
}
.why-it__facts .why-it__fact:nth-child(3){
	padding-left: 15px;
}
.why-it__facts:nth-child(2){
	border-top: 1px solid #1a1a4d;
}
.why-it__facts:nth-child(1) .why-it__fact{
	margin-bottom: 15px;
}
.why-it__facts:nth-child(2) .why-it__fact{
	margin-top: 15px;
}
.why-it__fact_text{
	font-size: 13px;
}
.why-it__fact_num .odometer-digit{
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
}
.why-it__fact_num .odometer-formatting-mark{
	font-size: 18px;
	font-weight: 300;
	padding-left: 3px;
}
.why-it__fact_num{
	position: relative;
}
.why-it__fact_num::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background-color: var(--red-color);
	left: 0;
	bottom: 0;
}
.why-it__facts:nth-child(1) .why-it__fact:nth-child(2) .odometer-inside{
	align-items: center;
}
.why-it__facts:nth-child(2) .why-it__fact:nth-child(3) .odometer-inside{
	align-items: center;
}
.why-it__facts:nth-child(2) .why-it__fact:nth-child(2) .odometer-inside{
	text-transform: lowercase;
}

/* who-will__section */

.who-will__section{
	padding: 80px 0;
}
.who-will__section .title {
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-weight: 400;
	color: var(--black-color);
}
.who-will__section .title span {
	font-weight: 700;
	font-size: 40px;
}
.who-will__attends{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.who-will__attend{
	width: 100%;
	height: 190px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 12px;
	gap: 15px;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	margin: 10px;
}
.who-will__attend:hover{
	background-color: #ed1d2408;
}
.who-will__attend_icon{
	position: relative;
}
.who-will__attend_divider{
	width: 60px;
	height: 1px;
	background-color: var(--red-color);
	display: inline-block;
}

/* Inner Page*/
.inner__header{
	color: var(--light-color);
	min-height: 300px;
	text-align: center;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inner__content{
	padding: 80px 0;
}
.inner__content.why-exhibit::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/services-two-shape-3.png);
	--background-overlay: '';
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 25% auto;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.1;
}
.inner__content h2.title{
	font-weight: 400;
	line-height: 1.2;
	font-size: 30px;
	color: var(--black-color);
	position: relative;
	z-index: 1;
}
/* Why Exhibit */
.inner_01_boxs, .inner_03_boxs{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
	position: relative;
	z-index: 1;
}
.inner_01_box{
	display: flex;
	align-items: center;
	padding: 40px 10px;
	border-top: 1px solid #7a7a7a36;
	gap: 30px;
	flex-direction: column;
}
.inner_01_box_img, .inner_01_box_text{
	width: 100%;
}
.inner_01_box_img img{
	min-height: 300px;
	height: auto;
	object-fit: cover;
	border-radius: 15px;
}
.inner_01_box_text{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.inner_01_box_text h3{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--black-color);
	text-transform: uppercase;
}
.inner_01_box:nth-child(2), .inner_01_box:nth-child(4){
	flex-direction: column;
}
/* Why Speak */
.inner_02_boxs{
	position: relative;
	z-index: 1;
}
.inner_02_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	margin: 40px 0;
}
.inner_02_box_img{
	width: 100%;
}
.inner_02_box_text{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.inner_02_box_img img{
	min-height: 480px;
	height: auto;
	object-fit: cover;
}
.inner_02_box_text h3{
	font-size: 30px;
	font-weight: 500;
	color: var(--black-color);
	text-transform: uppercase;
}
.inner__black-bg .inner_02_box{
	flex-direction: column;
}
.inner__black{
	padding: 20px 0;
}
.inner__black-bg{
	background-color: var(--black-color);
}
.inner__black-bg .inner_02_box h3, .inner__black-bg .inner_02_box p{
	color: var(--light-color);
}
/* Why Attend */
.inner_03_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	clear: both;
	padding: 5% 0;
}
.inner_03_box_img{
	width: 100%;
}
.inner_03_box_text{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.inner_03_box_img img{
	min-height: 600px;
	height: auto;
	object-fit: cover;
}
.inner_03_box:nth-child(2), .inner_03_box:nth-child(4){
	flex-direction: column;
}
.inner_03_box_text h3{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--black-color);
	text-transform: uppercase;
}

/* Key Topics */
.key-topics__section{
	background-color: var(--blue-bg-color);
    color: rgb(255, 255, 255);
}
.key-topics__container{
	display: flex;
	flex-direction: column;
}
.key-topics__col{
	width: 100%;
}
.key-topics__col.key-topics__left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.key-topics__right{
	padding: 60px 20px 60px 20px ;
	height: 100%;
	width: 100%;
}
.key-topics__right .content-warp{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.key-topics__icons{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px 30px;
}
.key-topics__icon{
	display: flex;
	gap: 15px;
}
.key-topics__red_line{
	background-color: var(--red-color);
	width: 1px;
	height: 80%;
	display: block;
}
.key-topics__text{
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
}
.key-topics__section .title {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-weight: 400;
}
.key-topics__section .text-warp{
	width: 100%;
}
.key-topics__section .title span {
    font-weight: 700;
    color: var(--red-color);
    font-size: 40px;
}
.key-topics__img{
	width: 30px;
}
/* subscribe__section */
.subscribe__section{
	padding: 60px 0;
	text-align: center;
}
.subscribe__section h2{
	color: var(--black-color);
	text-align: center !important;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.subscribe__section input[type=email] {
    padding: 13px 25px;
    border-radius: 0;
    border: 1px solid var(--black-color);
    border-right: none;
    width: 100%;
}
.subscribe__section .hs_email {
    display: flex;
    flex-direction: column;
    width: 40%;
    float: left;
    margin-left: 25%;
}
.subscribe__section .hs-error-msg {
    color: red;
}
.subscribe__section ul{
	list-style: none;
}
.subscribe__section input[type=submit] {
    background-color: var(--black-color);
    font-size: 14px;
    color: var(--light-color);
    font-weight: 600;
    border: 1px solid var(--black-color);
    padding: 14px 25px;
    margin-top: 0;
    border-radius: 0;
    float: left;
    text-transform: uppercase;
}
.subscribe__section .hs_error_rollup {
    display: none;
}
/* Footer */

footer {
	background-color: var(--header-footer-main-color);
}
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: var(--red-color) !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: var(--red-color) !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: 700;
}
.footer_main p {
	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: var(--black-color);
	padding: 10px;
	text-align: center;
}
.footer_bottom p {
	font-size: 14px;
	margin: 0;
}
.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;
}

@keyframes movebounce2 {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}
