

/*--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: 'Raleway', sans-serif;
}

body{
font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Raleway', sans-serif;
}

h2 {
    font-size: 23px;
    font-weight: 600;
}
h3{
	font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0px 0px 0px !important;
}
h3.main-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px !important;
    font-size: 28px;
    margin-top: 0px !important;
    padding: 0px 0px ;
}
h3.main-title span {
    color: #e41c36;
}
h3.main-title:after {
    content: '';
    width: 65px;
    height: 4px;
    background: #e41c36;
    display: block;
    margin: 10px auto 0px;
}
h4 {
    font-size: 23px;
    font-weight: 600;
}
section{
	display:inline-block;
	padding:40px 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:15px 0px;
	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:0px;
	font-size:28px;
}


.nopad{
	padding:0px;
	margin:0px;
}
a:hover{
	text-decoration:none;
}
a:hover,a:focus{
color:#0077e0 !important;
}
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:#e41c36;
}
.top_social_icons{
	width:100%;
	float:left;
	height:auto;
	text-align:right;
}
.top_social_icons a {
    color: #e41c36;
    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;
}
.logo_cls{
	width:195px;
	height:auto;
overflow:hidden;
}

.logo_cls img{
	width:100%;
}
.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: #111;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border-bottom: 1px solid transparent;
    padding: 10px 10px;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#e41c36 !important;
}
.navbar-inverse .navbar-nav>li>a:after {
    width: 25px;
    height: 2px;
    background: #e41c36;
    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: #e41c36;
    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;
}

.register_btn {
    background: none;
	border:1px solid #e41c36 !important;
    color: #e41c36 !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;
}
.visit_btn {
    background: #e41c36;
    color: #fff !important;
    height: 40px;
	padding:8px 25px !important;
	line-height: 25px !important;
	text-transform:uppercase;
	font-weight:600 !important;
}
.custome_cls {
    margin-top: 19px;
    display: inline-block;
}
.logo_cls {
    width: 160px;
    height: auto;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}
.logo_cls img{
	width:100%;
}

/*---------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 .banner_btn_box  {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  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: 22%;
    left: 5%;
    display: inline-block;
    width: 490px;
}
.banner_btn_box a {
        /* background: none; */
    /* color: #e41c36 !important; */
    padding: 8px 58px;
    border: 1px solid #e41c36;
    font-size: 22px;
    transition: all 0.5s ease;
    font-weight: 600;
    margin-right: 10px;
}
.banner_btn_box a:hover {
    background: #e41c36;
    color: #fff !important;
    border: 1px solid #e41c36;
    box-shadow: 0px 7px 7px 0px #00000036;
}

/*---------Features section--------------*/
.features_section{
	width:100%;
	float:left;
	text-align: center;
	height:auto;
}
.features_section h2 {
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    color: #042e54;
    margin: 10px 0px 10px 0px;
    display: inline-block;
}
.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;
}
.brand_list {
    width: 13.5%;
    float: none;
    display: inline-block;
    height: auto;
    overflow: hidden;
    margin-right: 4px;
}
.brand_list img{
	width:100%;
}
.content_box {
    width: 100%;
    float: left;
    padding: 20px 0px;
    text-align: left;
}
.content_box p{
	margin:10px 0px;
	display:inline-block;
	text-align:justify;
}
.hight_box{
	width:100%;
	float:left;
	height:auto;
	background:#9e2a2b;
	padding:30px 0px;
}
.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: 18px;
    float: right;
	transition: all 0.5s ease;
	font-weight:600;
}
.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 3px 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--*/
.located_seciton{
	background:#f1f1f1;
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
.located_seciton h3{
	color:#000;	
}
.general_partner_img_box{
	width:100%;
	overflow:hidden;
	height:auto;
	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:#f1f1f1;
}
.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 {
    position: absolute;
    bottom: 65px;
    right: -45px;
	background: #000;
    padding: 6px 7px 7px 6px;
}
#MEDIA_PARTNERS .owl-nav .owl-next {
    position: absolute;
    bottom: 65px;
    left: -45px;
    background: #000;
    padding: 6px 7px 7px 6px;
}
#MEDIA_PARTNERS .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;
	height:auto;
}
.button-reg {
    background: #e41c36;
    color: #fff;
    border: solid 1px #e41c36 !important;
    font-size: 14px;
    font-weight: 500;
    /* border: none; */
    padding: 12px 22px;
    display: block;
    float: left;
}
.reg-frm input#email {
    border-radius: 0px;
    padding: 12px 10px;
    display: block;
    height: auto;
        border: solid 1px #555;
}
.reg-frm input::placeholder {
  color: #666;
}
.how_it_wors_step h4 {
    /* text-align: center; */
    color: #000;
    font-size: 16px;
}
.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:40px;
}

/*--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:left;
	margin-bottom:15px !important;
	color: #000;
}
.visitor_profile_section .bullets_list span {
    width: 92%;
}
.visitor_profile_section .bullets_list p {
    float: left;
    margin: 10px 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;
}


section.breadcrumb-box {
    background: #9e2a2b;
}

.breadcrumb-box ul li {
    float: left;
    list-style: none;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 20px;
}
.breadcrumb-box ul {
    padding: 0px;
}
.breadcrumb-box ul li.active {
    background: #fff;
    color: #9e2a2b;
}

/*--foooter section--*/
.footer_section{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
}
.subscribe_area{
	width:100%;
	float:left;
	height:auto;
	background:#9e2a2b;
}
.subscribe_box_list{
	width:100%;
	float:left;
	height:auto;
}
.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:15px 0px 30px 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;
    text-transform: uppercase;
}
.co span{
	display:block;
	font-size:18px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
}

.tabber-exh .nav-pills li a {
    background-color: #e41c36;
}
.tabber-exh .nav-pills li.active a {
    background-color: #e41c36;
}
.tabber-exh .nav-pills li:hover > a {
    color: #fff !important;
    background: #e41c36 !important;
}
.tabber-exh .nav-pills li:focus > a {
	color: #fff !important;
}
.tabber-exh .nav-pills li a {
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    padding: 10px 35px;
}

@media screen and (max-width: 767px) {
    .tabber-exh ul.nav.nav-pills li {
        width: 49%;
        margin-bottom: 2px;
        margin: 1px;
    }
    .tabber-exh .nav-pills li a {
        font-size: 12px;
        padding: 10px 5px;
        height: 50px;
    }
}



.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:40px 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;
}
/*--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 #000;
    display: inline-block;
    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;
}




/*
==============================================                            ==================================================
============================================== 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 {
    padding: 8px 13px !important;
}
#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 {
	bottom: 40px;
    left: -27px;
}
#MEDIA_PARTNERS .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) {
.responsive_hide{
display:none !important;
}
.destop_hide{
	display:block !important;
}

/*--menu--*/
.logo_cls {
    width: 130px;
}
.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: 0%;
    width: 100%;
    left: 0px;
}
.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: 45%;
    margin-bottom: 2px;
}
.content_box p {
    text-align: left;
}
.co {
    width: 47%;
	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: 21px;
}
#spporting_associations .owl-nav .owl-next {
    position: absolute;
    bottom: 25px;
	left: -28px;
}
#spporting_associations .owl-nav .owl-prev {
    position: absolute;
    bottom: 25px;
	right: -27px;
}
#MEDIA_PARTNERS .owl-nav .owl-next {
    position: absolute;
    bottom: 25px;
    left: -27px;
}
#MEDIA_PARTNERS .owl-nav .owl-prev {
    position: absolute;
    bottom: 25px;
    right: -29px;
}
#EXHIBITION_PARTNERS .owl-nav .owl-next {
    position: absolute;
    bottom: 25px;
    left: -27px;
}
#EXHIBITION_PARTNERS .owl-nav .owl-prev {
    position: absolute;
    bottom: 25px;
    right: -29px;
}
.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: 12px;
}
.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%;
}

}












