
body{
  background: url('../images/bg_tt.png') repeat;
  margin: 0;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: Arial, sans-serif;
  color:#000 !important;
  font-size:15px;
  /*font-weight: 300;*/
}
p{
  line-height: 25px;
}

img.img-conciurrent{
  width: 80%;
  height: auto;
}

@font-face {
  font-family: 'Conv_ariblk_3';
  src: url('fonts/ariblk_3.eot');
  src: local('☺'), url('fonts/ariblk_3.woff') format('woff'), 
  url('fonts/ariblk_3.ttf') format('truetype'), 
  url('fonts/ariblk_3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.new-heading{
  color: #2e3192;
  font-family: 'Conv_ariblk_3';
}


html {
  scroll-behavior: smooth;
}

.vertical-align-middle {
    display: flex;
    align-items: center;
}

.timer-bg{
  background: rgba(0,0,0,0.2);
   padding: 0px 0 15px 0;
}

.heading-blue1{
  color: #2e3192;
  font-size: 30px;
  font-family: Arial black;
}
.heading-blue2{
  color: #2e3192;
  font-size: 22px;
  font-weight: 600;
}

.header-tag-bg-btn1 {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  background: #005baa;
  padding: 8px 15px;
  text-decoration: none;
  border:solid 2px #00a0e3;
  margin: 0px 0 10px 0;
  transition: all .3s ease-in-out;
  border: 0;
}

.header-tag-bg-btn1:hover {
  background: #007db3;
  text-decoration: none;
  color: #fff;
}

h5.exhibitor-info{
  font-weight: bold;
  font-size: 15px;
}
.heading-blue{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #150958;
}
.heading-blue-small{
  font-family: 'Roboto', sans-serif;
  color: #2e3192;
}
p.exhibitor-p{
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 25px;
}
.custom-btn{
  padding: 2px 8px !important;
  line-height: 18px;
  font-size: 14px;
  margin-top: -20px;
}

.roadshow-btn{
  padding: 5px 20px !important;
  line-height: 19px;
  font-size: 14px;
  margin-top: 0px;
  background: #150958;
  border: 0;
  border-radius: 4px !important;
}
.roadshow-btn1{
  padding: 5px 20px !important;
  line-height: 19px;
  font-size: 14px;
  margin-top: 0px;
  background: #007bff;
  border: 0;
  border-radius: 4px !important;
}

.roadshow-btn1:hover{
  background: #150958;
}
.roadshow-btn2{
  padding: 5px 20px !important;
  line-height: 19px;
  font-size: 14px;
  margin-top: 0px;
  background: #dc3545;
  border: 0;
  border-radius: 4px !important;
}
.roadshow-btn2:hover{
  background: #c82333;
}
.custom-btn1{
  padding: 3px 10px !important;
  line-height: 20px;
  font-size: 15px;
  margin-top: 0px;
  background: #150958;
  border: 0;
}
.custom-btn2{
  padding: 3px 10px !important;
  line-height: 20px;
  font-size: 15px;
  margin-top: 0px;
  /*background: #005baa;*/
  border: 0;
}

.powered-by-btn{
  padding: 3px 10px !important;
  line-height: 20px;
  font-size: 15px;
  margin-top: 0px;
  background: #150958;
  border: 0;
  color: #fff;
}
.powered-by-btn:hover{
  background: #1b0882;
  color: #fff;
}

a.quick-link{
  color: #fff;
}
a.quick-link:hover{
  color: #4573f7;
}

a.btn-custom3 {
  font-weight: 400;
  color: #150958;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 12px 7px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  background: #FECC00;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.btn-custom3:hover {
  background: #E1B405;
}

.custom-grid-padding{
  padding: 0 25px;
}
.custom-grid-padding1{
  padding: 0 40px;
}

/*branding sponsor------------------*/
/*a box*/
.branding-box-a{
  padding: 20px 15px;
  background-color: #F0F9FF;
  border: solid 1px #C9E9FF;
}
.branding-box-a h2{
  color: #3260A9;
  font-weight: 300;
  font-size: 30px;
  text-align: left;
}
.branding-box-a h3{
  font-weight: 400;
  font-size: 24px;
  margin-top: 0px;
}
/*b box*/
.branding-box-b{
  padding: 20px 15px;
  background-color: #FFF6E5;
  border: solid 1px #F7DBA6;
}
.branding-box-b h2{
  color: #D06C1E;
  font-weight: 300;
  font-size: 30px;
  text-align: left;
}
.branding-box-b h3{
  font-weight: 400;
  font-size: 24px;
  margin-top: 0px;
}
/*c box*/
.branding-box-c{
 padding: 20px 15px;
  background-color: #F7F7F7;
  border: solid 1px #E3E3E3;
}
.branding-box-c h2{
  color: #000;
  font-weight: 300;
  font-size: 30px;
  text-align: left;
}
.branding-box-c h3{
  font-weight: 400;
  font-size: 24px;
  margin-top: 0px;
}

.custom-height{
  height: 60px;
}
.custom-height1{
  height: 98px;
}
h1.branding-heading{
  color: #2D2556;
  font-weight:600;
}



h3.badge-heading{
  font-weight: 600;
  color: #2D2556;
  /*margin-bottom: -10px;*/
}
h2.badge-heading-bg{
  font-weight: 400;
  color: #fff;
  background-color:#00a0e3;
  display: block;
  float: left;
  font-size: 24px;
  padding: 7px 20px;
  /*border-bottom: 2px red solid;*/
}
h4.badge-heading{
  font-weight: 600;
  color: #2D2556;
}
span.branding-heading{
  color: #ff9410;
  font-weight: 600;
  font-size:  24px;
}
.branding-box-title{
  text-align: center;
  color: #150958;
  margin: 25px 0;
  font-size: 24px;
}
.list-arrow-branding ul li {
  list-style-image: url('arrow2.png');
    padding-bottom: 4px;
    padding-left: 5px;
    margin-left: -25px;
    font-weight: 300;
    font-size: 16px;
    /*color: #C5C5C5;*/
}
.download_logo{
  width: 40%;
  height: auto;
}

.numbers {
    border:0;
    background: transparent;    /* change the background color using the hexadecimal color codes for HTML */
    padding: 0px 80px;
    font-size: 60px;
    font-weight: bold;   /* options are normal, bold, bolder, lighter */
    color: #fff;      /* change color using the hexadecimal color codes for HTML */
    }
.title {        /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;    
    padding: 0px;
    width: 55px;
    text-align: center; 
    font-size: 18px; 
    font-weight: normal; /* options are normal, bold, bolder, lighter */
    color: #FFFFFF;      /* change color using the hexadecimal color codes for HTML */
    background: transparent;  /* change the background color using the hexadecimal color codes for HTML */
    }
 
.scrollup{
  width:40px;
  height:40px;      
  text-indent:-9999px;
  /*opacity:0.7;*/
  position:fixed;
  bottom:50px;
  right:15px;
  display:none;     
  background: url('icon_top.png') no-repeat;
  z-index: 1000;
}
.btn{
  border-radius: 3px;
}

a.btn-custom1 {
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
  background: #0a4296;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.btn-custom1:hover {
  background: #0a4db1;
}
a.btn-custom2 {
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 12px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
  background: #00a1d7;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.btn-custom2:hover {
  background: #0086b3;
}

a{
	text-decoration: none !important;
}

.logo{
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  /*margin-left: 100px;*/
  /*padding-bottom: 10px;*/
}
.inner-banner-img{
  background: red;
}
.logo-inner{
  width: 65%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.year-logo{
  width: 200px;
  height: auto;
  margin-top: -20px;
  padding-bottom: 20px;
}
.top-bg{
  background: url('../images/top_bg.jpg');
  padding: 10px 0;
  background-size: cover;
  padding-bottom: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5df', endColorstr='#d2de83',GradientType=0 );*/
}
.top-bg1{
	background: url('../images/img_bg1.jpg') #000;
  /*background: #000; */
	padding: 20px 25px;
  /*background-repeat: no-repeat;*/
  background-size: cover;
  padding-bottom: 15px;
  margin-top: 2px;
	/*background: -moz-linear-gradient(top,  #f1f5df 0%, #d2de83 100%); 
	background: -webkit-linear-gradient(top,  #f1f5df 0%,#d2de83 100%); 
	background: linear-gradient(to bottom,  #f1f5df 0%,#d2de83 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5df', endColorstr='#d2de83',GradientType=0 );*/
}
.top-bg-dummy{
  /*background: #000; */
  padding: 10px 0;
  background-repeat: no-repeat;
  background-size: cover;
  /*background: -moz-linear-gradient(top,  #f1f5df 0%, #d2de83 100%); 
  background: -webkit-linear-gradient(top,  #f1f5df 0%,#d2de83 100%); 
  background: linear-gradient(to bottom,  #f1f5df 0%,#d2de83 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5df', endColorstr='#d2de83',GradientType=0 );*/
}

.header-tag-bg{
	background-color: rgba(0,0,0, 0.9);
	padding: 2px 0;
  padding:0px 40px;
}
.sipa-img-size{
    width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.custom-img-size{
    padding: 20px 0;
    margin-top:50px;
    width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.custom-img-size1{
    width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
.custom-img-size2{
    width: 65% !important;
    height: auto;
  }


.event-date{
  padding-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #000;
  line-height: 35px;
  /*width: 280px;*/
  text-align: right;
}

.event-date-inner{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: #000;
  margin-top: 50px;
  text-align: right;
}

.month-size{
    font-size: 30px;
    font-weight: 300 !important;
  }
  .timing-size{
    font-size: 20px;
  }


@font-face {
  font-family: 'Conv_SWZCONBN_1';
  src: url('fonts/SWZCONBN_1.eot');
  src: local('☺'), url('fonts/SWZCONBN_1.woff') format('woff'), url('fonts/SWZCONBN_1.ttf') format('truetype'), url('fonts/SWZCONBN_1.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*@font-face {
  font-family: 'Conv_SWZCONBI_1';
  src: url('fonts/SWZCONBI_1.eot');
  src: url('fonts/SWZCONBI_1.woff') format('woff'), 
  url('fonts/SWZCONBI_1.ttf') format('truetype'), 
  url('fonts/SWZCONBI_1.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'HelveticaLTStd-BlkCond';
  src: url('fonts/HelveticaLTStd-BlkCond.eot?#iefix') format('embedded-opentype'),  
  url('fonts/HelveticaLTStd-BlkCond.otf')  format('opentype'),
       url('fonts/HelveticaLTStd-BlkCond.woff') format('woff'), 
       url('fonts/HelveticaLTStd-BlkCond.ttf')  format('truetype'), 
       url('fonts/HelveticaLTStd-BlkCond.svg#HelveticaLTStd-BlkCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_HELVETICANEUELTSTD-BLKCN_3';
  src: url('fonts/HELVETICANEUELTSTD-BLKCN_3.eot');
  src: local('☺'), url('fonts/HELVETICANEUELTSTD-BLKCN_3.woff') format('woff'), 
  url('fonts/HELVETICANEUELTSTD-BLKCN_3.ttf') format('truetype'), 
  url('fonts/HELVETICANEUELTSTD-BLKCN_3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


.main-slider-heading{
  font-family: 'HelveticaLTStd-BlkCond';
  color: #debc60;
}
.custom-font{
 font-family: 'Conv_HELVETICANEUELTSTD-BLKCN_3';
 /*font-weight: 900;*/

}
strong{
  font-weight: bold;
}
h1,h2,h3,h4,h5,h6{
  /*font-family: 'HelveticaLTStd-BlkCond';*/
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.main-heading{
  color: #393185;
  font-size: 45px;
}
h1.main-heading1{
  font-family: 'Conv_HELVETICANEUELTSTD-BLKCN_3';
  font-size: 45px;
}
.gallery-heading{
  font-family: 'Conv_SWZCONBN_1';
  background: red; 
  text-align: center; font-size: 34px; 
  color: #fff; 
  font-weight: bold;
  padding: 5px 20px;
/*  display: block;
  margin-left: auto;
  margin-right: auto;*/
  /*float: right;*/
  /*line-height: 105px;*/
}
.concurrent-heading{
  font-family: 'Conv_SWZCONBN_1';
  background: #ff0000; text-align: center; 
  font-size: 38px; color: #fff; line-height: 55px;
  padding: 0 20px;
  font-weight: bold;
}
#list-menu {
  padding-top: 10px;
  margin-left: -40px;
}

ul#list-menu li {
  display:inline;
  margin-right: 0px;

}

ul#list-menu li a {
  color: #000;
  font-weight: 400;
  font-size: 13px;
    /*text-decoration: underline !important;*/
}
ul#list-menu li a:hover {
  color: #008DD2;
}
.list-icon-size{
  font-size:18px; color: #008DD2;
}
.list-heading{
  font-size: 14px; font-weight: bold; padding-left: 0px; padding-top: 10px; color: #2D2556;
}

div.contact-us-box{
  background-color: #7690C9;
  width: 125px;
  height: auto;
  /*border: 15px solid green;*/
  padding: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  text-align: center;
}
img.contact-us-box-img{
  width: 100%;
  height: auto;
}

img.img-responsive{
  width: 100%;
  height: auto;
}

img.inner-logo{
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

.inner-banner-img{
  background:  url('inner_banner.jpg'); 
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -10px;
}
.sipm-bg-img{
  background: url('sipm_inner_bg.jpg') #392a78; 
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -10px;
}
img.sipm-img{
  padding: 10px 10px;
  width: 89%;
  height: auto;
}
.sipa-bg-img{
  background: url('sipa_inner_bg.jpg') #161b41; 
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -10px;
}
.inner-banner-sipm-img{
  background:  url('small_banner_sipm.jpg'); 
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -10px;
}
.inner-banner-sipa-img{
  background:  url('small_banner_sipa.jpg'); 
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -10px;
}

.row.no-gutter [class*='col-']:not(:first-child),.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right:0px;
  padding-left:0px;
}

.row.no-gutter1 [class*='col-']:not(:first-child),
.row.no-gutter1 [class*='col-']:not(:last-child) {
  padding-right:10px;
  padding-left:10px;
}
.row.no-gutter-rowshow [class*='col-']:not(:first-child),
.row.no-gutter-rowshow [class*='col-']:not(:last-child) {
  padding-right:2px;
  padding-left:10px;
}
.row.no-gutter-gallery [class*='col-']:not(:first-child),.row.no-gutter-gallery [class*='col-']:not(:last-child) {
  padding-right:3px;
  padding-left:3px;
}

.row.no-gutter-links [class*='col-']:not(:first-child),.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right:25px;
  padding-left:25px;
}


.imp-link01{
  font-family: 'HelveticaLTStd-BlkCond';
  display:block;
  color:#FFFFFF;
  text-align:center;
  font-size:23px;
  line-height: 28px;
  background:url(../images/home_page_img/news_showpreview.jpg);
  margin-bottom: 30px;
  padding:35px 0px;
}
.imp-link01:hover{
  z-index:4;
  color: #ffeb00;
}

.imp-link02{
  font-family: 'HelveticaLTStd-BlkCond';
  display:block;
  color:#FFFFFF;
  text-align:center;
  font-size:23px;
  line-height: 28px;
  background:url(../images/home_page_img/exhibitor_list.jpg);
  margin-bottom: 30px;
  padding:35px 0px;
}
.imp-link02:hover{
  z-index:4;
  color: #ffeb00;
}

.imp-link03{
  font-family: 'HelveticaLTStd-BlkCond';
  display:block;
  color:#FFFFFF;
  text-align:center;
  font-size:23px;
  line-height: 28px;
  background:url(../images/home_page_img/register_to_exhibit.jpg);
  margin-bottom: 30px;
  padding:35px 0px;
}
.imp-link03:hover{
  z-index:4;
  color: #ffeb00;
}

.imp-link04{
  font-family: 'HelveticaLTStd-BlkCond';
  display:block;
  color:#FFFFFF;
  text-align:center;
  font-size:23px;
  line-height: 28px;
  background:url(../images/home_page_img/branding_sponsorship.jpg);
  margin-bottom: 30px;
  padding:35px 0px;
}
.imp-link04:hover{
  z-index:4;
  color: #ffeb00;
}




/*footer===============================================================*/


div.follow_list {
    border: 0px solid #0000ff;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    /*display: inline;*/
} 

div.follow_list img {
  width: 1.9rem;  height:auto;
  display: inline;
  transition: all .2s ease-in-out;
}

div.follow_list a:hover img {
    border: 0px solid #0000ff;
    transform: scale(1.2);
}

div.follow_list1 {
    border: 0px solid #0000ff;
    margin-left: auto;
    margin-right: auto;
    display: inline;
} 

div.follow_list1 img {
  width: 1.5rem;  height:auto;
  display: inline;
  transition: all .2s ease-in-out;
  margin-top: -3px;
}

div.follow_list1 a:hover img {
    border: 0px solid #0000ff;
    transform: scale(1.2);
}

.footer-top.light-gray-bg {
  border-top: 1px solid #f1f1f1;
}
.footer {
  padding: 30px 0;
  background-color: #e4eef9;
  /*border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #333333;*/
}

/*#list-footer-map ul li{
list-style: none;
padding-left:19px;
margin-left:-40px;
margin-top:8px;
font-size: 15px;
font-weight: 400;
color: #fff;
background:url(../images/list_arrow.png) no-repeat left top;
}*/

#list-footer-map ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:8px;
font-size: 13px;
font-weight: 400;
color: #000;
background:url(../images/contact_map_icon.png) no-repeat left top;
background-size: 10px 18px;
}
#list-footer-phone ul li{
list-style-Type: none;
padding-left:35px;
margin-left:-40px;
margin-top:-8px;
font-size: 15px;
font-weight: 400;
color: #000;
background:url(../images/contact_phone_icon.png) no-repeat left top;
background-size: 30px 17px;
}
#list-footer-email ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:-15px;
font-size: 15px;
font-weight: 400;
color: #fff;
background:url(../images/contact_mail_icon.png) no-repeat left top;
background-size: 17px 18px;
}
/*contact us icon========================*/
#list-contact-map ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:20px;
font-size: 15px;
font-weight: 400;
color: #000;
background:url(../images/contact_map_icon.png) no-repeat left top;
background-size: 10px 18px;
}

#list-contact-phone ul li{
list-style-Type: none;
padding-left:35px;
margin-left:-40px;
margin-top:-15px;
font-size: 15px;
font-weight: 400;
color: #000;
background:url(../images/contact_phone_icon.png) no-repeat left top;
background-size: 30px 17px;
}
#list-contact-email ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:-15px;
font-size: 15px;
font-weight: 400;
color: #000;
background:url(../images/contact_mail_icon.png) no-repeat left top;
background-size: 17px 18px;
}


/* Social icons block
---------------------------------- */
.social-links {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 40px 0 20px 0;
}
.social-links li {
  display: inline-block;
  margin: 0 2px 2px 0;
}
.social-links li a {
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  font-size: 20px;
  background: #e84c3d;
  border: 1px solid red;
  color: #fff;
}

.social-links.circle li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.social-links li a:hover {
  background-color: transparent;
  border-color: #cd3c2e;
  color: #cd3c2e;
}
.social-links.dark li a:hover {
  background: #fafafa;
  /*border: 1px solid #acacac;*/
  color: inherit;
}
.social-links.light li a:hover {
  /*border: 1px solid #d2d2d2;*/
  color: #333333;
}
.social-links li a i {
  line-height: 44px;
}
.social-links.large li a i {
  line-height: 60px;
}

.footer-content .btn-white {
  color: #999;
  background-color: transparent;
  border-color: #555;
}
.footer-content .social-links {
  margin: 20px 0;
}
.footer-content .social-links li {
  margin: 0 5px 5px 0;
}
.footer-content .social-links li a {
  color: #666;
  background-color: transparent;
  border-color: #666;
}
.footer-content .social-links li a:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.circle {
  -webkit-border-radius: 100%; 
  -moz-border-radius: 100%; 
  border-radius: 100%;
}

.social-links li.facebook a:hover,
.colored.social-links li.facebook a {
  background-color: #3b5998;
  border-color: white;
  color: #fff;
}

.social-links li.twitter a:hover,
.colored.social-links li.twitter a {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}
.social-links li.linkedin a:hover,
.colored.social-links li.linkedin a {
  background-color: #0976b4;
  border-color: #0976b4;
  color: #fff;
}
.footer-content p{
  color: #b7b5c2;
}
.list-icons,.list {
  list-style: none;
  padding: 0;
}
.list-icons li,
.list li {
  padding: 0px 0;
  color: #EBECEC;
  font-size: 14px;
}
.list-icons li i {
  width: 25px;
  text-align: center;
}

.footer-content .list-unstyled > li > a{
  padding: 0px 0px 0px 10px ;
  line-height: 25px;
  border-color: transparent;
  color:#000;
  font-weight: 300;
  font-size: 13px;
  /*text-transform: uppercase;*/
  transition: all .2s ease-in-out;
}
.footer-content .list-unstyled > li > a:hover{
  color: #000;
  font-weight: 300;
  margin-left: 4px;
}
.fa-angle-right{
  color: #000;
}

.fa-angle-right:hover{
  color: #EBECEC;
}

a.footer-email{
  color: #EF7F1A;
  font-size: 13px;
}

.footer-title{
  font-size: 18px;
  color: #150958;
}

.footer1 {
  position: relative;
  bottom: 0;
  width: 100%;
  background: url('../images/footer_bg.jpg');
  color: #fff;
}

.footer-text1{
  padding: 10px  0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
span.footer-text-1{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#list ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:8px;
font-size: 15px;
font-weight: 400;
background:url(../images/list_arrow.png) no-repeat left top;
}

#list-top-ten ul li{
font-family: 'Roboto', sans-serif;
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:10px;
line-height: 1.3em;
font-size: 16px;
font-weight: 400;
background:url(../images/arrow2_red.png) no-repeat left top;
}

#list_inner ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:8px;
font-weight: 400;
background:url(../images/list_arrow1.png) no-repeat left top;
}
#list_inner1 ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:0px;
font-weight: 400;
background:url(../images/list_arrow1.png) no-repeat left top;
}
#list_inner2 ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:0px;
font-weight: 400;
font-size: 15px;
background:url(../images/list_arrow1.png) no-repeat left top;
}

#home-page-hand-list ul li{
list-style-Type: none;
padding-left:35px;
margin-left:-40px;
margin-top:0px;
font-weight: 400;
line-height: 37px;
font-size: 16px;
background:url(../images/hand_icon.png) no-repeat left top;
}

#terms-list ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:5px;
font-size: 14px;
background:url(../images/list_arrow1.png) no-repeat left top;
}

.list-arrow ul li {
  list-style-image: url('arrow.png');
    padding-bottom: 0px;
    padding-left: 5px;
    margin-top:8px;
    margin-left: -25px;
    /*font-weight: 300;*/
    color: #000;
}
.cost-text{
  font-size: 17px;
}

hr.custom-line{
  box-sizing: content-box;
  height: 1px;
  margin-top: 0;
  overflow: visible;
}

/***********************************************************************************
 *  + ACCORDION
 ***********************************************************************************/
  
  .panel {
    box-shadow: none;
    background-color: transparent;
  }
  
  .panel-heading {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  
  .panel-title a,
  .panel-title a:focus {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
    background-color: #f2f2f2;
    color: #363636;
    -webkit-transition: all 0.3s;
        transition: all 0.3s;
  }
  
  .panel-title a:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "+";
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    width: 47px;
    height: 36px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.3s;
        transition: all 0.3s;;
  }
  
  .panel-title a:hover,
  .panel-title a[aria-expanded="true"] {
    color: #fff;
    background-color: #21165e;
  }
  
  .panel-title a:hover:before {
    background-color: transparent;
    color: #fff;
  }
  
  .panel-title a[aria-expanded="true"]:before {
    content: "-";
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    
  }
  
  .panel-group .panel + .panel {
    margin-top: 0;
  }
  
  .panel-group .panel-heading + .panel-collapse > .list-group, 
  .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 8px 0 15px 5px;
  }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 30px;
  font-size: 16px;
  margin-bottom: 0px;
}
.btn-link{
  font-size: 20px;
  color: #150958;
  text-decoration: none;
}
.btn-link:hover{
  font-size: 20px;
  text-decoration: none;
}
.btn-link:focus{
  font-size: 20px;
  text-decoration: none;
}

#show-report-list ul li{
/*font-family: 'HelveticaLTStd-BlkCond';*/
list-style-Type: none;
padding-left:40px;
margin-left:-35px;
margin-top:2px;
font-size: 32px;
font-weight: 600;
background:url(../images/show_report_icon.png) no-repeat left top;
}
.scrollup{
  width:40px;
  height:40px;      
  text-indent:-9999px;
  /*opacity:0.7;*/
  position:fixed;
  bottom:50px;
  right:15px;
  display:none;     
  background: url('icon_top.png') no-repeat;
  z-index: 1000;
}

.simp-bg-img{
  background-image: url('sipm_bg.jpg'); 
  padding:15px;
  /*height: 520px;*/
  /*background-repeat: no-repeat;*/
  background-size: cover;
  border-right: 10px solid #fff;
}
a.sipm-btn{
  width: 100%; font-size: 16px; padding: 8px 15px 8px 30px;
  text-align: left; line-height: 22px; font-weight: 400;
}

.timmer-bg-img{
  background:  url('../images/footer_bg.png'); 
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e4eef9;
  /*margin-bottom: -10px;*/
}




div.timer-show {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px 10px 25px;
  /*font-size: 20px !important;*/
}

article{
  display: block;
  font-size: 20px;
  color: white;
}

#days {
  font-size: 65px;
  color: #fff;
  font-weight: 400;
}
#hours {
  font-size: 65px;
  color: #fff;
  font-weight: 400;
}
#minutes {
  font-size: 65px;
  color: #fff;
  font-weight: 400;
}
#seconds {
  font-size: 65px;
  color: #fff;
  font-weight: 400;
}

.knowmore-btn1{
  background: #150958; font-size: 12px; padding:2px 5px; color: #fff;
}
.knowmore-btn1:hover{
  background: #005baa;
  color: #fff;
}
.knowmore-btn2{
  background: #fecc00; font-size: 12px; padding:2px 5px; color: #000;
}
.knowmore-btn2:hover{
  background: #deb012;
  color: #000;
}

.img-responsive-testimonial{
  width: 100%;
  height: auto;
}

/*post show report*/
.heading-post-show-report-inner{
  background: #E31E24; font-size: 32px; font-weight: bold; color: #fff; padding: 5px 10px;"
}
.heading-post-show-report-inner1{
  background: #150958; margin-left: -5px; color: #fff; font-size: 32px; padding: 5px 10px; font-weight: bold;
}
.heading-show-report1{
  background: #150958; text-align: center; 
  font-size: 36px; 
  font-weight: bold;
  color: #fff; padding:1px 20px 1px 20px; margin-left: 15px;
}
.heading-show-report2{
  font-size: 36px; 
  font-weight: bold;
  text-align: center;
  background: #e31f24; padding: 15px; width: 250px;
  font-weight: bold; color: #fff;
}

.new-packpro-bg-txt{
  font-family: Conv_SWZCONBN_1;
  border-top: solid 3px #2a2a86;
  border-bottom: solid 3px #2a2a86;
  background: transparent; font-size: 38px; font-weight: bold; color: #E31E24; padding: 3px 18px;
}
.creating-value-bg-txt{
  font-family: Conv_SWZCONBN_1;
  border-top: solid 3px #E31E24;
  border-bottom: solid 3px #E31E24;
  background: transparent; font-size: 38px; font-weight: bold; color: #2a2a86; padding: 3px 15px;
}
.post-show-report-bg-txt{
  /*border-top: solid 3px #2a2a86;*/
  /*border-bottom: solid 3px #2a2a86;*/
  background: #E31E24; font-size: 34px; font-weight: bold; color: #fff; padding: 3px 18px;
  font-family: Conv_SWZCONBN_1;
}
.post-show-report-bg-txt1{
  font-family: Conv_SWZCONBN_1;
  background: #2a2a86; margin-left: -5px; color: #fff; 
  font-size: 34px; padding: 3px 18px; font-weight: bold;
}
.post_show_report-custom-font-size{
  font-size: 50px;
}

.post-show-report-box{
  float: left; background: #0C54A0; 
  width:280px;height:300px;
  margin:0 15px 2px 0;
  padding: 20px;
}
span.post-show-report-txt{
  color: #fff; font-size: 25px; font-weight: bold; line-height: 30px;
}
.post-show-report-box1{
  padding: 20px;
  float: right; background: red; width:280px;height:290px;margin:0 15px 2px 0;
}
.pre-show-txt{
  background: #E31E24; font-size: 24px; font-weight: bold; color: #fff; padding: 3px 10px;
}
.time-countdown-heading{
  color: #fff; 
  margin-top: 50px;
}
.timer-padding{
  padding: 20px 25px;
}
.carousel-img{
    width: 100%;
    height: auto;
  }
/*.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;

}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}*/

/*Images custom Sizes---------------------------------------*/
img.custom-responsive-about-packpro-virtual-expo{
  width: 580px;
  height: auto;
}

img.custom-responsive-more-qualified-attendees{
  width: 360px;
  height: auto;
}
img.custom-responsive-expand-business-beyond-boundaries{
  width: 360px;
  height: auto;
}
img.custom-responsive-showcase-existing-products{
  width: 360px;
  height: auto;
}
img.custom-responsive-virtual-trade-shows{
  width: 478px;
  height: auto;
}
img.custom-responsive-invest-in-packpro{
  width: 377px;
  height: auto;
}
img.custom-responsive-packpro-webinar{
  width: 445px;
  height: 340px;
}



/*End Images custom Sizes---------------------------------------*/

.quick-link-left-padding{
  margin-left: 55px;
  text-align: right;
}

/*Media Query--------------------------------------------------*/
 h4.custom-font-size{
    color: #1031ac;
  }
  .custom-font-size-why-exhibit{
    color: #1031ac;
    font-size: 20px;
    font-weight: 600;
  }

.custom-height-home-page{
  height: 10px;
}


@media (min-width: 991px) {
  .quick-link-left-padding{
    margin-left: 0px;
    text-align: left;
  }

}

@media (max-width: 1250px) {
  .time-countdown-heading{
    margin-top: 40px;
  }
  div.timer-show {
    padding: 10px 20px 10px 20px;
  }
  .main-slider-heading{
    margin-top: 25px;
  }
}
@media (max-width: 1130px) {
  
  div.timer-show {
    padding: 5px 20px;
    font-size: 20px;
  }
  .inner-banner-img{
    background-size: cover;
  }
}


@media (max-width: 1024px) {

  div.follow_list {
    display: inline;
}

  img.custom-responsive-about-packpro-virtual-expo{
    width: 100%;
    height: auto;
  }

  img.custom-responsive-more-qualified-attendees{
    width: 100%;
    height: auto;
  }

  img.custom-responsive-expand-business-beyond-boundaries{
    width: 100%;
    height: auto;
  }
  img.custom-responsive-showcase-existing-products{
    width: 100%;
    height: auto;
  }
  img.custom-responsive-virtual-trade-shows{
    width: 100%;
    height: auto;
  }
  img.custom-responsive-invest-in-packpro{
    width: 100%;
    height: auto;
  }
  img.custom-responsive-packpro-webinar{
    width: 100%;
    height: auto;
  }



  a.btn-custom2 {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.5;
}
  a.btn-custom1 {
  margin-right: 10px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  }


  h1,h2,h3,h4,h5{
    /*font-family: 'HelveticaLTStd-BlkCond';*/
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 140%;
  }
  .custom-height-home-page{
    height: 10px;
  }
  .custom-font-size{
    color: #1031ac;
    font-size: 16px;
  }

  .main-heading{
    color: #393185;
    font-size: 26px;
  }
  .top-bg{
    background: url('../images/top_bg.jpg');
    padding: 10px 0;
    background-size: cover;
    padding-bottom: 60px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5df', endColorstr='#d2de83',GradientType=0 );*/
  }

  .logo{
    width: 100%;
    /*margin-top: 30px;*/
    margin-left: 0px;
    padding-bottom: 10px;
  }
 
 
  #days {
    font-size:60px;
    color: #fff;
    font-weight: 400;
  }
  #hours {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
  }
  #minutes {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
  }
  #seconds {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
  }

  .timer-padding{
    padding: 10px 25px;
  }
  .time-countdown-heading{
    margin-top: 25px;
  }
  .timmer-bg-img{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .time-countdown-heading{
    margin-top: 50px;
  }
  .footer-title{
    font-size: 18px;
    color: #EF7F1A;
    padding: 10px 0;
  }
}

@media (max-width: 991px) {

  .year-logo{
  width: 150px;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
  display: flex;
  text-align: center;
}

.header-tag-bg-btn1 {
  font-size: 16px;
  background: #005baa;
  padding: 6px 10px;
  border:solid 1px #00a0e3;
  margin: 0px 0 10px 0;
}
  .event-date-inner{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #000;
    margin-top: 5px;
    padding-bottom: 10px;
    text-align: center;
  }

  .month-size{
    font-size: 18px;
    font-weight: 300 !important;
  }

  .event-date{
  padding-top: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #000;
  line-height: 35px;
  /*width: 280px;*/
  text-align: right;
}

  img.inner-logo{
    padding-top: 10px;
  width: 80%;
  text-align: right;
  padding-bottom: 0px;

}

.inner-banner-img{
  background: #D3E7F8 url(images/inner_banner_top.jpg) no-repeat left top;
}

  img.img-responsive{
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  #home-page-hand-list ul li{
  list-style-Type: none;
  padding-left:35px;
  margin-left:-40px;
  margin-top:0px;
  font-weight: 400;
  line-height: 27px;
  font-size: 16px;
  background:url(../images/hand_icon.png) no-repeat left top;
  }

  .timing-size{
    font-size: 20px;
  }
}

@media (max-width: 768px) {


  .timer-padding{
    padding: 2px 0px;
  }

div.timer-show {
  display: inline-block;
  line-height: 1;
  padding: 5px 15px;
}


  article{
  display: block;
  font-size: 15px;
  color: white;
}

  #days {
    font-size:34px;
    color: #fff;
    font-weight: 400;
  }
  #hours {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
  }
  #minutes {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
  }
  #seconds {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
  }

  div.contact-us-box{
    margin-top:50px;
  }
  .custom-space-testimonials{
    padding-top:20px;
  }


}
