/*--body,html{
max-width:1500px;
overflow-x:hidden;
}--*/
@import url('https://fonts.googleapis.com/css2?family=Raleway: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&display=swap');

html {
    scroll-behavior: smooth;
}
body,html{
    max-width:100%;
    overflow-x:hidden;
    font-family: sans-serif;
}


h2 {
    font-size: 23px;
    font-weight: 600;
}
h3{
	font-size:27px;
	color:#111;
    font-weight:600;
    text-transform: uppercase;
	margin:15px 0px 0px 0px !important;
}
p.sub-abt {
    text-align: center;
    font-size: 16px;
    padding: 0px 5%;
}
h4 {
    font-size: 23px;
    font-weight: 600;
}
section{
	display:inline-block;
	padding:60px 0px;
}
.register_now_btn{
	position:fixed;
	top:50%;
	right:0px;
	z-index:999;
	display:none;
}
.register_now_btn a {
    padding: 11px 15px;
    background: #ffff01;
    color: #000 !important;
    text-align: center;
    font-weight: 600;
    width: 110px;
    float: right;
}
.destop_hide{
	display:none;
}
.heading_cls{
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0px;
}
.headings_clss{
	width:100%;
	float:left;
	height:auto;
	padding:0px 0px 15px;
	text-align:center;
}
.headings_clss img{
	display:inline-block;
	margin:0px 15px;
}
.headings_clss p:after{
	content:'';
	width:55px;
	height:3px;
	background:#000;
	display:inline-block;
}
.headings_clss p:before{
	content:'';
	width:55px;
	height:3px;
	background:#000;
	display:inline-block;
}
.headings_clss h3 {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    font-size: 35px;
    position: relative;
    text-align: center;
}
.headings_clss h3:after {
    content: '';
    width: 75px;
    height: 4px;
    background: #e64736;
    /* position: absolute; */
    bottom: 0px;
    display: block;
    margin: 10px auto 10px;
}

#exhibitor-list .headings_clss p:after {
    background: #fff;
}
#exhibitor-list .headings_clss p:before {
    background: #fff;
}


.nopad{
	padding:0px;
	margin:0px;
}
a:hover{
	text-decoration:none;
}

p{
font-size:15px;
font-family: 'Open Sans', sans-serif;
}

/*--top social media --*/
.fixed {
    width: 100%;
    float: left;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 91;
}
.top_social_media{
	width:100%;
	float:left;
	height:auto;
	padding:5px 0px;
	background:#e64736;
}
.top_social_icons{
	width:100%;
	float:left;
	height:auto;
	text-align:right;
}
.top_social_icons a {
    color: #e64736;
    background: #fff;
    padding: 2px 0px 0px 0px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
	transition: all 0.5s ease-in-out;
}
.top_social_icons a:hover {
	transform: rotate(360deg);
}

/*--menu css--*/
.header_parent .navbar {
    border-radius: 0px;
    border: 0px !important;
    width: 100%;
    float: left;
	background:#fff;
}


.navbar-brand {
    padding: 7px 15px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid #f5f3f3;
}
.navbar-right {
    padding-top: 8px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #e64736;
    /* font-size: 13px; */
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border-bottom: 1px solid transparent;
    padding: 10px 10px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#e64736;
}
.navbar-inverse .navbar-nav>li>a:after {
    width: 25px;
    height: 2px;
    background: #e64736;
    z-index: 10;
    content: '';
    display: block;
    margin-top: 7px;
    text-align: center !important;
    margin-left: 0px;
	transition: all 0.3s ease;
	visibility:hidden;
	opacity:0;
}
.navbar-inverse .navbar-nav>li>a:hover:after {
    width: 100%;
    height: 2px;
    background: #e64736;
    z-index: 10;
    content: '';
    display: block;
    margin-top: 7px;
    text-align: center !important;
    margin-left: 0px;
	transition:translateX(0%);
	visibility:visible;
	opacity:1;
}
.navbar-inverse .navbar-nav>li>a:focus{
	color:#da241c !important;
}
a.visit_btn:after {
    display: none !important;
}
a.visit_btn:hover {
    background: #000 !important;
}
.fix-btn-phone {
	display: none;
}
.register_btn {
    background: none;
	border:1px solid #e64736 !important;
    color: #e64736 !important;
    height: 40px;
	margin-right:5px;
	padding:8px 25px !important; 
	line-height: 25px !important;
	text-transform:uppercase;
	font-weight:600 !important;
}
.register_btn:hover {
    border: 1px solid transparent !important;
    background: #000 !important;
    color: #fff !important;
}
.register_btn:after {
    display: none !important;
}
.visit_btn {
    background: linear-gradient(180deg, #e64736, #802013);
    color: #fff !important;
    font-size: 20px;
    letter-spacing: .5px;
    padding: 12px 40px !important;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 500 !important;
}
.custome_cls {
    margin-top: 15px;
    display: inline-block;
}
.logo_cls {
    height: auto;
    padding: 0px;
    overflow: hidden;
}
.logo_cls img{
	width:160px;
}
.brand_list h3 {
    font-size: 14px;
    color: #ffffff;
    background: #333;
    height: 50px;
    padding: 10px 10px;
}
/*---------Banner images for header section--------------*/
/*.banner_content1s {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.2s;
}
.banner_section .animation_2 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}*/



.banner_section {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px !important;
    position: relative;
}
.banner_section img{
	width:100%;
}
.banner_btn_box {
    /* position: absolute; */
    /* bottom: 10%; */
    text-align: center;
    margin-top: -80px;
    /* left: 8%; */
    /* display: inline-block; */
}
.banner_btn_box a {
    background: #e64736;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 8px 25px;
    border: 1px solid #e64736;
    font-size: 16px;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-right: 10px;
    text-align: center;
}


/*---------Features section--------------*/
.features_section{
	width:100%;
	float:left;
	height:auto;
}
.features_section h2 {
    font-weight: 600;
    font-size: 44px;
    text-align: left;
    color: #042e54;
    line-height: 50px;
    margin: 30px 0px 30px 0px;
    font-weight: 800;
}
.featuers_images_box{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
}
.featuers_images_box img{
	width:100%;
}
.brand_box {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.brand_list {
    width: 20%;
    /* float: left; */
    display: inline-table;
    height: auto;
    overflow: hidden;
    margin-left: 15px;
}
.brand_list img{
	width:100%;
}
.content_box {
    width: 100%;
    float: left;
    padding: 20px 0px;
    
}
.content_box p{
	font-weight:500;
	margin:10px 0px;
	display:inline-block;
	
}
.hight_box{
	width:100%;
	float:left;
	height:auto;
	background:#e64736;
	padding:30px 0px;
	margin-top:30px;
}
.hight_box p {
    color: #fff;
    margin: 3px 0px;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
}
.hight_box a {
    color: #000;
    background: #ffff01;
    padding: 8px 25px;
    font-size: 15px;
    float: right;
    transition: all 0.5s ease;
    font-weight: 600;
    margin: 0px 5px;
    text-transform: uppercase;
}
.hight_box a:hover{
	color:#000 !important;
	 box-shadow: 0px 7px 7px 0px #00000036;
}
.content_box h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}


/*---------Benefits section--------------*/
.benefits_section{
	width:100%;
	float:left;
	height:auto;
	background:none;
	background-image:url('../images/pallax.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.benefits_section h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin: 20px 0px;
}
.benefits_section p {
    color: #fff;
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
}
.video_cls {
    width: 100%;
    height: 240px;
    border: 1px solid #fff3;
}
/*---------Hybrid-Event section--------------*/
.Hybrid_Event_section{
	width:100%;
	float:left;
	height:auto;
	background:none;
	background-image:url('../images/pallax.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	text-align:center;
}
.Hybrid_Event_section h3{
	color:#fff;
	margin:0px 0px 30px 0px;
}
.Hybrid_Event_img {
    width: 100%;
    float: left;
    height: 376px;
    overflow: hidden;
}
.Hybrid_Event_img img{
	width:100%;
	transition: all 0.5s ease;
}
.bg_color:hover .Hybrid_Event_img img{
transform: scale(1.1);
}
.Hybrid_Event_content_box{
	width:100%;
	float:left;
	height:auto;
	padding:20px 30px;	
}
.bullets_list{
	width:100%;
	float:left;
	height:auto;
	margin:10px 0px;
	text-align:left;
}
.bullets_list p {
    width: 100%;
    font-weight: 500;
    float: left;
    line-height: normal;
    height: auto;
    margin: 12px 0px 12px 0px;
}
.bullets_list img{
	width:15px;
	float:left;
	margin-right:10px;
}
.bullets_list span {
    float: left;
    width: 95%;
    margin: -3px 0px;
}
.bg_color {
    /*background: #6565653b;*/
    padding: 30px 30px;
    border-bottom: 0px solid #9e2a2b;
    box-shadow: 0px 9px 11px 0px #00000024;
    float: left;
    width: 100%;
    border-radius: 10px;
}
.bullets_list ul{
	padding-left:44px;
}
.bullets_list ul li {
    font-weight: 500;
    padding-top: 5px;
}
.gain_img_box{
	width:40%;
	float:left;
	height:auto;
	overflow:hidden;
	padding:10px 10px;
}
.gain_img_box img{
	width:100%;
}
.gain_contnt_box {
    width: 60%;
    float: left;
    height: auto;
    padding: 40px 20px;
    text-align: center;
}
.gain_contnt_box span {
    display: block;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 14px;
}
.gain_contnt_box p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    width: 70%;
    display: inline-block;
    float: none;
}
#GAIN_ACCESS .owl-dots {
    text-align: center;
    margin-top: -5%;
    display: block;
    float: right;
    margin-right: 30%;
}
#GAIN_ACCESS .owl-dot {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #ed3237 !important;
    margin: 0 5px;
	border-radius:10px;
    opacity: 0.3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#GAIN_ACCESS .active.owl-dot {
    opacity: 1;
}
/*--------general banner section-----------*/
.general_banner_section{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
}
.general_banner_section img{
width:100%;
}
.general_banner_section h3 {
    color: #000;
    font-size: 27px;
    margin-bottom: 20px;
}
.general_banner_section .headings_clss img{
	width:auto !important;
}

/*---------Testimonial section--------------*/
.testimonial_section {
    width: 100%;
    float: left;
    height: auto;
    background: none;
    text-align: center;
    padding: 40px 0px 40px 0px;
	background-image:url('../images/testimonial_bg.jpg');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.testimonial_section h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}
.testimonial_box{
	width:85%;
	float:none;
	display:inline-block;
	height:auto;
	background:#fff;
	padding:20px 20px;
	margin-top:60px;
	border-radius:4px;
}
.customer_images {
    width: 100px;
    background: #000;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    float: none;
    margin-top: -75px;
    border: 0px solid #fff;
    overflow: hidden;
}
.customer_images img{
	width:100%;
}
.testimonial_content{
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.testimonial_content p{
	line-height:normal;
	margin:15px 0px 0px 0px;
	display:inline-block;
	color:#fff;
	text-align:center;
}
.testimonial_box h4 {
    margin: 0px;
    font-weight: 600;
}

#Testimonials_slider .owl-dots {
    text-align: center;
    margin-top: 0px;
    display: block;
}
#Testimonials_slider .owl-dot {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #ed3237 !important;
    margin: 0 5px;
	border-radius:10px;
    opacity: 0.3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#Testimonials_slider .active.owl-dot {
    opacity: 1;
}
/*--new testimonial design--*/
.testimonial_container{
	width:80%;
	float:none;
	display:inline-block;
	height:auto;
	padding:15px 30px;
}
.testimonial_img_box{
	width:100px;
	height:100px;
	border-radius:50px;
	border:2px solid #fff;
	text-align:center;
	float:left;
	overflow:hidden;
}
.testimonial_img_box img{
	width:100%;
}
.testimonial_content_box{
	width:88%;
	float:left;
	height:auto;
	padding:0px 20px;
	color:#fff;
	text-align:left;
}
.testimonial_icons{
	width:7%;
	float:left;
	height:auto;
	text-align:left;
	padding:10px 10px;
}
.testimonial_icons .fa{
	font-size:30px;
	color:#ed3237;
}
.testimonial_content_box p {
    width: 90%;
    float: left;
    height: auto;
    padding: 10px 10px;
    font-size: 15px;
}
.testimonial_heading_txt {
    color: #ed3237;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.testimonial_section .headings_clss p:after{
	content:'';
	background:#fff;
}
.testimonial_section .headings_clss p:before{
	content:'';
	background:#fff;
}
/*--plan section--*/
.plan_section{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	text-align:center;
	padding:40px 0px;;
}
.plan_section h3{
	color:#000;
	margin-bottom:20px
}
.plans_logo_box {
    width: 95%;
    float: none;
	display:inline-block;
    height: auto;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
	background:#fff;
	transition: all 0.5s ease;
}
.plans_logo_box img{
	width:200px;
}
.plans_logo_box p {
    font-weight: 700;
    background: #f9f9f9;
    padding: 10px 0px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 20px;
}
.ceneter_cls{
	transform: scale(1.2);
}
/*--located show section--*/
.bg-gray{
	background:#f1f1f1;
}
.located_seciton{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
.located_seciton h3{
	color:#000;	
}
.general_partner_img_box {
    width: 100%;
    overflow: hidden;
    height: auto;
    background: #dfdfdf;
    text-align: center;
    height: auto;
    padding: 10px 10px;
}
.general_partner_img_box img{
	width:100%;
}
/*--supporting_section--*/
.supporting_section{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	background:#fff;
}
.supporting_section h3{
	color:#000;
	margin-bottom:20px;
}
.partner_company_logo_list {
    width: 95%;
    float: none;
	display:inline-block;
    height: auto;
    overflow: hidden;
    padding: 0px 0px;
    border: 1px solid #cccccc54;
}
.partner_company_logo_list img{
	width:100%;
}
#spporting_associations .owl-nav {
position:relative;
text-align:center;
display:block;
}

#spporting_associations .owl-nav .owl-prev {
    position: absolute;
    bottom: 65px;
    right: -45px;
	background: #000;
    padding: 6px 7px 7px 6px;
}
#spporting_associations .owl-nav .owl-next {
    position: absolute;
    bottom: 65px;
    left: -45px;
    background: #000;
    padding: 6px 7px 7px 6px;
}
#spporting_associations .owl-nav img{
width:15px;
}
/*--exhibutor logos--*/
.exhibiter_parterns {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    background: #dbebff5c;
}
.exhibiter_parterns h3{
	color:#000;
	margin-bottom:20px;
	font-size:27px;
}
#EXHIBITION_PARTNERS .owl-nav {
position:relative;
text-align:center;
display:block;
}

#EXHIBITION_PARTNERS .owl-nav .owl-prev {
    position: absolute;
    bottom: 65px;
    right: -45px;
	background: #000;
    padding: 6px 7px 7px 6px;
}
#EXHIBITION_PARTNERS .owl-nav .owl-next {
    position: absolute;
    bottom: 65px;
    left: -45px;
    background: #000;
    padding: 6px 7px 7px 6px;
}
#EXHIBITION_PARTNERS .owl-nav img{
width:15px;
}
/*--media partner section--*/
.media_partner_section {
    width: 100%;
    float: left;
    height: auto;
    background: #f7f6fb;
    padding: 40px 0px 60px;
}
.media_partner_section h3{
	color:#000;
	margin-bottom:20px;
}
#MEDIA_PARTNERS .owl-nav {
position:relative;
text-align:center;
display:block;
}

#MEDIA_PARTNERS .owl-nav .owl-prev, #OUR_EXHIBITOR .owl-nav .owl-prev {
    position: absolute;
    bottom: 65px;
    right: -45px;
	background: #000;
    padding: 6px 7px 7px 6px;
}
#MEDIA_PARTNERS .owl-nav .owl-next, #OUR_EXHIBITOR .owl-nav .owl-next {
    position: absolute;
    bottom: 65px;
    left: -45px;
    background: #000;
    padding: 6px 7px 7px 6px;
}
#MEDIA_PARTNERS .owl-nav img, #OUR_EXHIBITOR .owl-nav img{
width:15px;
}

/*---------Exhibitors visitors section--------------*/
.Exhibitors_visitors{
	width:100%;
	float:left;
	height:auto;
	background:#000;
	text-align:center;
}
.Exhibitors_visitors h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}
.exhibitions_list {
    width: 93%;
    float: none;
	display:inline-block;
	text-align:left;
    height: auto;
    background: #fff;
    padding: 0px 0px;
    margin-top: 12px;
	border-radius:4px;
}
.exhibitions_content_list {
    width: 80%;
    float: left;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
	transition: all 0.5s ease;
    height: 70px;
}
.exhibitions_icons_list {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    text-align: center;
    float: left;
    padding: 16px 10px;
    background: #9e2a2b;
	transition: all 0.5s ease;
    margin: 0px 0px 0px -31px;
}
.exhibitions_icons_list img {
    width: 70%;
	transition: all 0.5s ease;
}
.exhibitions_list:hover .exhibitions_icons_list{
	box-shadow: inset 0 0 0 50px #000;
	animation: swing 1s ease;
	animation-iteration-count: 1;
}
.visitors_section {
    width: 100%;
    float: left;
    background: #f1f8ff;
	text-align:center;
}
.visitors_section h3{
	text-align:center;
	margin-bottom:30px;
	color:#000;
	 margin-top: 0px;
}
.visitors_section .exhibitions_icons_list {
	background:#000;
}
.visitors_section .exhibitions_list:hover .exhibitions_icons_list{
	box-shadow: inset 0 0 0 50px #9e2a2b;
}
/*--how it work--*/
.how_it_wors_step {
    /* width: 100%; */
    float: left;
    margin: 0px 0px 15px 0px;
    height: auto;
    /* background: #f1f8ff; */
}
.how_it_wors_step h4{
	text-align:center;
	color:#000;
}
.how_it_work{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	padding:10px 10px;
}
.how_it_work img{
width:100%;
}
.how_it_works_content {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 0px;
    background: #e0eef3;
    padding: 30px 30px;
    height: 370px;
    border-radius: 15px;
}
.how_it_works_content p {
    font-size: 18px;
}
ul.li-gf li {
    font-size: 16px;
    margin-bottom: 10px;
}

/*--Register_process_step--*/
.Register_process_step{
	width:100%;
	float:left;
	height:auto;	
}


.top_underline_one{
	border-image-source: linear-gradient(to left, #e9b219, #f12f13);
	display:inline-block;
	 border-top: 10px solid;
	 border-image-slice: 1;
	 border-width: 4px;
}
.top_underline_tow{
	border-image-source: linear-gradient(to left, #4ec9f2, #8c62f6);
	display:inline-block;
	 border-top: 10px solid;
	  border-image-slice: 1;
	 border-width: 4px;
}
.top_underline_three{
	border-image-source: linear-gradient(to left, #40ed81, #16a18e);
	display:inline-block;
	 border-top: 10px solid;
	  border-image-slice: 1;
	 border-width: 4px;
}
.top_underline_four{
	border-image-source: linear-gradient(to left, #ca416f, #6c2d73);
	display:inline-block;
	 border-top: 10px solid;
	  border-image-slice: 1;
	 border-width: 4px;
}
.count_box {
    text-align: center;
    transition: all 0.5s ease-in-out;
    font-size: 60px;
    font-weight: 800;
    color: #0000000d;
    margin: 0px;
}

.watermark_content {
    position: absolute;
    z-index: 1;
    top: -3%;
    right: 8%;
}

.process_list{
	width:100%;
	float:left;
	height:370px;
	background:#fff;
	padding:15px 15px;
	text-align:center;
	transition: all 0.3s ease-in-out;
	margin-bottom:20px;	
    position:relative;
    z-index:0;
    background:white;
    display:block;
	box-shadow: 2px 2px 14px 0px rgb(0 0 0 / 12%);
}
.process_list:hover {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 12%);
}
.process_icons_box {
    float: none;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    margin: 15px 0px 0px 0px;
    display: inline-block;
}
.process_icons_box img{
	width:60px;
}
.process_list p {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
}
.process_list hr {
    background: #ccc;
    margin: 25px 0px 10px 0px;
    display: inline-block;
    width: 100%;
}
.process_list .bullets_list span {
    float: left;
    width: 88%;
    margin: -3px 0px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}
.process_list .bullets_list {
    margin: 4px 0px 5px 0px;
}
.process_list .bullets_list p {
    margin: 0px 0px 0px 0px !important;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
}
.process_list .bullets_list p:nth-child(4) {
	 border-bottom: 0px solid #e5e5e5;
}

/*--visitor profile images--*/
.visitor_profile_section{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
.visitor_profile_section h3{
	text-align:center;
	margin-bottom:10px;
	color: #000;
}
.visitor_profile_section .bullets_list span {
    width: 92%;
}
.visitor_profile_section .bullets_list p {
    width: 33.33% !important;
    float: left;
    margin: 7px 0px;
}
.general_btn {
    padding: 8px 30px;
    background: #000;
    color: #fff !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
	margin: 30px 0px 10px 0px;
	transition: all 0.5s ease;
}
.general_btn:hover {
	background:#ffff01;
	color:#000 !important;
    box-shadow: 0px 7px 7px 0px #00000036;
}
.Exhibitor_profile_section{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
}

/*--foooter section--*/
.footer_section{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
}
.subscribe_area {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0px 30px;
    background: linear-gradient(180deg, #e64736, #802013);
}
.subscribe_box_list{
	width:100%;
	float:left;
	height:auto;
}


.ex-p .headings_clss h3 {
    color: #fff;
    font-weight: bold;
}
.ex-p .headings_clss h3:after {
    background:#fff;

}
.exb-pro {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.exb-pro .icon-exh {
    width: 24%;
    border-radius: 15px;
    background: #f7f6fb;
    padding: 5px 5px;
    margin: 5px 5px;
    /* margin-bottom: 20px; */
}
.exb-pro .icon-exh img {
    width: 100%;
    border-radius: 10px;
}
.exb-pro h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    color: #2f4156;
}
.subscribe_icon_box{
	width:100%;
	float:left;
	overflow:hidden;
	padding:10px 10px;
}
.subscribe_box_list h2 {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px 0px;
    font-size: 25px;
}
.subscribe_box_list span {
    width: 46%;
    color: #fff;
    float: left;
    margin-right: 10px;
	font-weight:600;
}
.sub_footer h2 {
    font-size: 25px;
    margin: 35px 0px 5px 0px;
}
.sub_footer {
	padding:60px 0px; 	
}


.countdown_cls{
	width:100%;
	float:left;
	text-align:center;
}
.countdown_cls h2{
	color:#fff;
	margin-bottom:20px;
	display:inline-block;
}
.co {
    width: 95px;
    float: none;
	display:inline-block;
	height:80px;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 5px;
    font-size: 30px;
    border-radius:15px;
    text-transform: uppercase;
}
.co span{
	display:block;
	font-size:18px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
}


.ser-image {
    width: 100%;
    padding: 15px 45px;
    background: #fff;
}
 .ser-image img {
    border-radius: 15px;
 }
 .service-box {
    background: #e0eef3;
    margin-bottom: 30px;
    position: relative;
    padding: 25px 25px;
    border-radius: 15px;
}
.ser-content h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px 10px;
    font-weight: 600;
    margin: 0px 0px 10px;
}
.service-box  .num-w {
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 80px;
    font-weight: 500;
    font-family: fantasy;
    color: #00000014;
}
.ser-content {
    margin-top: 20px;
    text-align:center;
}
.ser-content p {
    font-size: 16px;
    padding: 0px;
    margin-top: 5px;
    line-height: 22px;
    color: #666;
    margin-bottom: 0px;
}


.sub_footer{
	width:100%;
	float:left;
	text-align:center;
	padding:20px 20px;
	border-radius:4px;
	border:0px solid #fff;
	color:#fff;
}
.sub_footer p {
    width: 48%;
    display: inline-block;
}
.subscribe_box_list span:nth-child(2) {
  border-right:1px solid #fff;
}
.border_right{
	border-right:1px solid #ffffff1a;
}
.subscribe_area .subscribe_box_list{
	padding:40px 0px;	
	height:155px;
}
.subscribe_box_list p {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}
.subscribe_input_box{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
	position:relative;
}
.subscribe_input_field {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 80px 10px 10px;
    outline: none;
    border: none;
}
.subscribe_btn {
    padding: 10px 15px;
    float: left;
    font-size: 14px;
    border: 0px none;
    background: #000000 none repeat scroll 0% 0%;
    border-radius: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 600;
    color: #fff;
    outline: none;
}
/*--footer map Section--*/
.footer_map_Section{
	width:100%;
	float:left;
	height:auto;
	padding:0px 0px 0px 0px;;
}
.map_box{
	width:100%;
	float:left;
	height:auot;
	position:relative;
	text-align:center;
	overflow:hidden;
}
.map_box iframe{
	width:100%;
	float:left;
	height:400px;
}
.map_content {
    width: 300px;
    height: 300px;
    text-align: center;
    float: none;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 13%;
    left: 40%;
    z-index: 9;
    border-radius: 300px;
    padding: 80px 30px 0px 30px;
}
.map_content .fa{
	font-size:25px;
	display:inline-block;
	margin:10px 0px;
}
.map_content p{
	color:#fff;
}
.map_content span {
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.sponsors h3{
    font-size:24px;
    font-weight:600;
}
/*--footer content--*/
.footer_content{
	 width: 100%;
    float: left;
    height: auto;
	padding:40px 0px;
	background:#000;
}
.footer_nav{
	width:100%;
	float:left;
	height:auto;
}
.footer_content{
	text-transform:uppercase;
	color:#fff;
}
.footer_content h4 {
    font-size: 17px;
}
.footer_nav a{
	width:100%;
	display:inline-block;
	padding-top:10px;
	text-transform:none;
	color:#fff !important;
font-family: 'Open Sans', sans-serif;
}
.footer_underline {
    width: 40px;
    height: 2px;
    background: #ffffff85;
    float: left;
    margin-bottom: 15px;
	float:left;
}
.company_logo_footer{
	width:115px;
	overflow:hidden;
	padding:10px 0px;
	display:block;
}
.company_logo_footer img{
	width:100%;
}
.address_box{
	width:100%;
	float:left;
	height:auto;
	color:#fff;
	text-transform:capitalize;
}
.address_box a {
    color: #fff !important;
    text-transform: lowercase;
}
.prent_cls .company_logo_footer{
	width:165px;
}
.footer_form{
	width:100%;
	float:left;
	height:auto;
}
.footer_form .subscribe_input_field{
	border-radius:4px;
	padding:8px 15px;
	margin-bottom:10px;
}
.submit_btn {
    padding: 8px 20px;
    border-radius: 4px;
    background:#9e2a2b none repeat scroll 0% 0%;
    color: #fff;
    margin: 8px 0px;
    border: none;
    font-weight: 600;
}
.tags_box{
	width:100%;
	float:left;
	height:auto;
	padding:30px 0px;
}
.tags_box a {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
}
.tags_box ul{
	padding:0px;
	margin-top:15px;
}
.tags_box ul li{
	text-transform:capitalize;
	margin:10px 0px;
	list-style-type: square;
	padding:0px;
}
/*--footer social media--*/
.footer_social_media{
width:100%;
float:left;
height:auto;
background:#111;
padding:40px 0px;
text-align:center;
}
.footer_social_media a {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius:15px;
    padding: 12px 0px;
    margin: 0px 4px;
	transition: all 0.5s ease;
}
.footer_social_media a:hover {
	    background: #9e2a2b none repeat scroll 0% 0%;
		 border: 1px solid #9e2a2b;
		color:#fff !important;
}
.footer_copyright {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0px 0px 0px;
}

.why-exhibit-box {
    background: #cae8b5;
    margin: 40px 0px 40px;
    padding: 25px 50px 40px;
    border-radius: 15px;
}
ul.why-exhibit {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    display: inline-block;
    width: 100%;
}
ul.why-exhibit li {
    float: left;
    width: 50%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 25px 5px 0px;
}

.venu-rate-table {
    background:linear-gradient(180deg, #e64736, #802013);
    width: 100%;
    margin: 15px 0px 30px;
    border-radius:15px;
    padding:20px 0px;
}
.venu-rate-table table {
    width: 100%;
}
.venu-rate-table td {
    color: #fff;
    width: 50%;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
}
.venu-rate-table .headings_clss h3:after {
    display:none;
}
.now-more-btn {
    text-align:center;
}
.now-more-btn .general_btn {
    padding: 15px 40px;
    background: #000;
    color: #fff !important;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 600;
    margin: 0px auto;
    transition: all 0.5s ease;
    display: inline-block;
}



.stats-section {
    background-image: url(https://cewexpo.com/wp-content/uploads/2023/09/bg.jpg);
    padding: 60px 0px;
    background-size: cover;
    background-position: center center;
    color: #fff;
    width: 100%;
    position: relative;
    margin-bottom: -5px;
}
.stats-section:before {
    content: '';
    background: #000000b3;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}
.stat-box-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.stat-box {
    width: 22%;
    position: relative;
    text-align: center;
}
.stat-box:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255,255,255,0.3);
}
.stats-section .icon {
  font-size: 30px;
  margin-bottom: 10px;
  color:#fff;
}
.stats-section .counter {
  font-size: 36px;
  font-weight: bold;
  color:#fff;
}
.stat-box p {
  font-size: 14px;
  color:#fff;
  letter-spacing: 1px;
}

/* Responsive */
@media(max-width: 768px) {
    .stat-box-section {
        flex-wrap: wrap;
    }
    .stat-box {
        width: 50%;
        margin-bottom: 20px;
    }

    .stat-box::after {
        display: none;
    }
}



/*
==============================================                            ==================================================
============================================== Responsive code start here ==================================================
==============================================                            ================================================== */
@media screen and (max-width: 1200px) {
    /*--menu--*/
    .register_btn {
        padding: 8px 10px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px;
    }
    .visit_btn {
        font-size:16px;
    }
    #EXHIBITION_PARTNERS .owl-nav .owl-next {
        bottom: 40px;
        left: -27px;
    }
    #EXHIBITION_PARTNERS .owl-nav .owl-prev {
        bottom: 40px;
        right: -27px;
    }
    #GAIN_ACCESS .owl-dots {
        text-align: center;
        margin-top: 0px;
        display: block;
        float: none;
        margin-right: 0px;
    }
    .process_list .bullets_list span {
        width: 85%;
    }
    .process_list {
        height: 400px;
    }
    .testimonial_content_box {
        width: 85%;
    }
    #spporting_associations .owl-nav .owl-next {
       bottom: 40px;
        left: -27px;
    }
    #spporting_associations .owl-nav .owl-prev {
       bottom: 40px;
        right: -27px;
    }
    #MEDIA_PARTNERS .owl-nav .owl-next, #OUR_EXHIBITOR .owl-nav .owl-next {
    	bottom: 40px;
        left: -27px;
    }
    #MEDIA_PARTNERS .owl-nav .owl-prev, #OUR_EXHIBITOR .owl-nav .owl-prev {
    	bottom: 40px;
        right: -27px;
    }
    .footer_nav a {
        word-break: break-word;
    }
}


@media screen and (max-width: 998px) {
    /*--menu--*/
    .navbar-inverse .navbar-nav>li>a {
        font-size: 8px;
    }
    /*--middle section--*/
    .exhibitions_content_list {
        padding: 24px 15px;
    }
    .visitor_profile_section .bullets_list span {
        width: 88%;
    }
    .border_right {
        border-right: 0px solid #ffffff52;
        border-bottom: 1px solid #ffffff52;
    }
    .subscribe_area .subscribe_box_list {
        padding: 20px 0px;
        height: auto;
    }
    .responsive_nopad{
    	padding:0px !important;
    }
    .banner_btn_box {
        bottom: 5%;
    }
    .brand_list {
        width: 20%;
    }
    .hight_box p {
        text-align: center;
    }
    .hight_box a {
        float: none;
        display: inline-block;
    }
    .gain_contnt_box {
        padding: 10px 10px;
    }
    .gain_contnt_box p {
        font-size: 15px;
    }
    .gain_contnt_box span {
        font-size: 20px;
    }
    #GAIN_ACCESS .owl-dots {
        margin-top: 40px;
    }
    .process_list {
        height: auto;
    }
    .testimonial_container {
        width: 90%;
    }
    .testimonial_content_box {
        width: 80%;
    }
    .plans_logo_box img {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .logo_cls img {
        width: 120px;
    }
    section {
        padding: 40px 0px;
    }
    .fix-btn-phone {
		position: fixed;
		background:linear-gradient(180deg, #e64736, #802013);
		z-index: 999999;
		bottom: 0px;
		width: 100%;
		color: #fff;
		display: flex;
		justify-content: space-around;
	}
	.fix-btn-phone a {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		padding: 16px 0px;
		width: 100%;
		text-align: center;
	}
    .exb-pro .icon-exh {
        width: 46%;
        padding: 5px 5px;
        margin: 5px 5px;
    }
    .how_it_works_content p {
        font-size: 16px;
    }
    .why-exhibit-box {
        padding: 15px 15px 25px;
    }
    ul.why-exhibit li {
        width: 100%;
        font-size:16px;
    }
    p.sub-abt {
        padding: 0px;
    }
    .responsive_hide{
    display:none !important;
    }
    .destop_hide{
    	display:block !important;
    }
    
    .features_section h2 {
        font-size: 32px;
        line-height: 36px;
    }
    /*--menu--*/
    
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #050505;
    }
    .navbar-toggle {
    margin-top: 24px;
    }
    .custome_cls {
        margin-top: 0px;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        margin-left: 0px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 6px 0px 6px 0px !important;
    }
    .register_btn {
        display: inline-block;
        float: none;
        margin: 0px 0px 10px 0px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    /*--middle section--*/
    .footer_social_media a {
        width: 45px;
        height: 45px;
        font-size: 20px;
        padding: 8px 0px;
        margin: 0px 2px;
    }
    .Hybrid_Event_content_box {
        padding: 20px 20px;
    }
    .hight_box a {
        float: none;
        display: inline-block;
    	margin:20px 0px 0px 0px;
    }
    .hight_box {
        text-align: center;
    }
    .video_cls {
        height: auto;
    }
    .bullets_list span {
        width: 87%;
    }
    .exhibitions_list {
        width: 100%;
        text-align: center;
    }
    .exhibitions_icons_list {
        text-align: center;
        float: none;
        margin: 15px 0px 0px 0px;
        display: inline-block;
    }
    .exhibitions_content_list {
        padding: 10px 10px 15px 10px;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
    	height:auto;
    }
    .banner_btn_box {
        bottom: 10%;
        left: 5%;
        position: absolute;
        width: 195px;
    }
    
    .plans_logo_box {
        width: 95%;
        margin-bottom: 40px;
    }
    .plan_section {
        padding: 40px 0px 0px 0px;
    }
    .visitor_profile_section .bullets_list p {
        width: 100% !important;
    }
    .subscribe_box_list span {
        width: 40%;
        margin-right: 20px;
    }
    .subscribe_box_list h2 {
        font-size: 19px;
    }
    .subscribe_box_list p {
        font-size: 14px;
    }
    .company_logo_footer {
        margin-top: 20px;
    }
    .brand_list {
        width: 47%;
        margin-bottom: 2px;
        margin-left: 2px;
    }
    .brand_list h3 {
        font-size: 12px;
        height: 50px;
        padding: 7px 10px;
    }
    .how_it_works_content {
        height: auto;
    }
    .content_box p {
        text-align: left;
    }
    .co {
        width: 22%;
    	margin-bottom:8px;
    }
    .border_right {
        border-right: 0px solid #ffffff52;
        border-bottom: 0px solid #ffffff52;
    }
    .sub_footer {
        border-radius: 0px;
        border-bottom: 1px solid #ffffff36;
    }
    .countdown_cls {
        padding-bottom: 20px;
    }
    .headings_clss h3 {
        font-size: 22px;
        margin: 0px !important;
    }
    #spporting_associations .owl-nav .owl-next {
        position: absolute;
        bottom: 25px;
    	left: -10px;
    }
    #spporting_associations .owl-nav .owl-prev {
        position: absolute;
        bottom: 25px;
    	right: -10px;
    }
    
    
    #MEDIA_PARTNERS .owl-nav .owl-next, #OUR_EXHIBITOR .owl-nav .owl-next {
        position: absolute;
        bottom: 25px;
        left: -10px;
    }
    #MEDIA_PARTNERS .owl-nav .owl-prev, #OUR_EXHIBITOR .owl-nav .owl-prev {
        position: absolute;
        bottom: 25px;
        right: -10px;
    }
    #EXHIBITION_PARTNERS .owl-nav .owl-next {
        position: absolute;
        bottom: 25px;
        left: -10px;
    }
    #EXHIBITION_PARTNERS .owl-nav .owl-prev {
        position: absolute;
        bottom: 25px;
        right: -10px;
    }
    .testimonial_container {
        text-align: center;
    	padding: 15px 0px;
    }
    .testimonial_img_box {
        float: none;
        overflow: hidden;
        display: inline-block;
    }
    .testimonial_content_box p {
        width: 100%;
    	text-align:center;
    }
    .testimonial_content_box {
        width: 100%;
        padding: 0px 0px;
        text-align: center;
    }
    .testimonial_icons {
        width: 100%;
        text-align: center;
        padding: 20px 10px 0px 0px;
    }
    .sub_footer p {
        width: 100%;
        display: inline-block;
    }
    .banner_btn_box a {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        padding: 10px 5px;
    }
    .hight_box p {
        text-align: center;
    }
    .Hybrid_Event_img {
        height: auto;
    }
    .gain_img_box {
        width: 100%;
    }
    .bg_color {
        padding: 30px 0px 0px 0px;
    }
    .gain_contnt_box p {
        width: 100%;
    }
    .gain_contnt_box {
        width: 100%;
        padding-bottom: 20px;
    }
    .gain_contnt_box span {
        font-size: 20px;
    }
    .gain_contnt_box p {
        font-size: 15px;
    }
    .process_list {
    height: auto;
    }
    #GAIN_ACCESS .owl-dots {
        text-align: center;
        margin-top: 15px;
        width: 100%;
        display: inline-block;
        margin-right: 0px;
    }
    .process_list p {
        margin: 6px 0px 10px 0px;
    }
    .process_list .bullets_list span {
        width: 85%;
    }
    .map_content {
        width: 230px;
        height: 230px;
    	 padding: 35px 30px 0px 30px;
    	 left: 13%;
    	 top:15%;
    }
    
}












