body{
  margin: 0;
  font-family: 'Inter Tight', sans-serif !important;
  color: #434242 !important;
  font-size: 16px 
}
/***********************************************************************************
 *  + ACCORDION
 ***********************************************************************************/

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


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

h1,h2,h3,h4{
  /*font-family: 'Inter Tight', sans-serif;*/
  font-family: Arial, sans-serif;
  font-weight: 700;
}


.new-packpro-bg-txt{
  font-family: HelveticaLTStd-BlkCond;
  background: #2a2a86; font-size: 38px; font-weight: bold; color: #fff; padding: 5px 15px;
}
.creating-value-bg-txt{
  font-family: HelveticaLTStd-BlkCond;
  background: #E31E24; font-size: 38px; font-weight: bold; color: #fff; padding: 5px 15px;
}

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


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

.heading-blue{
  color: #150958;
}

.pre-show-txt{
  background: #E31E24; font-size: 24px; font-weight: bold; color: #fff; padding: 3px 10px;
}

.timmer-bg-img{
  background:  url('timmer_bg.jpg'); 
  width: 100%;
  /*height: 520px;*/
  background-repeat: no-repeat;
  background-size: cover;
}
.time-countdown-heading{
  color: #fff; 
  margin-top: 50px;
}

.timer-bg{
  background: rgba(14,21,54,0.5);
   padding: 0px 0 15px 0;
}

div.timer-show {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px 10px 25px;
  font-size: 40px;
}

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


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

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: 3px 12px 5px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
  background: #3C5466;
  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: #283E4F;
}

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: 4px 12px 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
  background: #150958;
  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: #283E4F;
}

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

/*contact us icon========================*/
#list-contact-map ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:20px;
font-size: 16px;
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:19px;
margin-left:-40px;
margin-top:-15px;
font-size: 16px;
font-weight: 400;
color: #000;
background:url(../images/contact_phone_icon.png) no-repeat left top;
background-size: 16px 17px;
}
#list-contact-email ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:-15px;
font-size: 16px;
font-weight: 400;
color: #000;
background:url(../images/contact_mail_icon.png) no-repeat left top;
background-size: 17px 18px;
}


.desc3{
    background: #f0f0f0;
    padding: 10px 10px;
    margin-bottom: 30px;
}

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;
    transition: all .2s ease-in-out;
}

.post-show-report-bg-txt{
  background: #E31E24; font-size: 45px; font-weight: bold; color: #fff; padding: 3px 10px;
}
.post-show-report-bg-txt1{
  background: #2D2556; margin-left: -5px; color: #fff; font-size: 28px; padding: 3px 10px; font-weight: bold;
}
.post-show-report-heading{
  color: #150958;
  font-weight: 900;
  font-size: 51px;
}

.postshow_content1 {
  text-align:left;
  width:100%;
  height: auto;
  }
  
.postshow_content1 img{
  /*background-color: #fff;*/
  width:125px;
  height:auto; 
  border: solid 0px #ffcb05;
  /*border-radius:3px;*/
  float: left;
  margin: -10px 12px 0px -10px;
  }

  .testimonials-name{
    font-weight: 600;
  }

p.revers_text_bg{
  font-size: 20px;
  color: white;
  background-color: #0189d7;
  text-align: center;
  padding: 5px 0;
}

.keyShowStatistics-heading{
  color: #150958;
  font-weight: 600;
  padding: 12px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5b300+0,ffffff+54 */
background: #e5b300; /* Old browsers */
background: -moz-linear-gradient(left, #e5b300 0%, #ffffff 54%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e5b300 0%,#ffffff 54%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e5b300 0%,#ffffff 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b300', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */




}
 .video_band {
  /*margin-top: 25px;*/
  color:#FFFFFF;
  font-weight: 400;
  font-size:16px;
  text-align:center;
  padding: 6px 0;
  display: block;
  background-color:#150958;
}

.videoPlayPostShow{
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  display: block;
  height: 500px;
  width: 100%;
  height: auto;
  text-align: center;
}
.video-play{
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  display: block;
/*  width: 321px;
  height: 175px;*/
  width: 100%;
  height: auto;
  text-align: center;
}

iframe {
  outline: 0;
  border:0;
  box-shadow: 0;
  width: 100%;
}  
  .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 {
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    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;
  }
/*Event -----------------------------------------*/

div.event-box{
  background: #fff;
  padding: 15px 15px 25px 15px;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  box-shadow: inset 0 0 0 1px #f6f6f6;
  margin-bottom: 25px;
  text-align: center;
  clear: both;
  height: 480px;
}
div.event-box:hover{
  box-shadow: inset 0 0 0 1px #150958;
  border-radius: 0px;
  background:#fafafa;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

div.event-img {
  overflow: hidden;
 clear: both;  
}
a img.event {
    -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  width: 100%;
  height: auto;
}

.event-head{
  font-size: 20px;
  color: #21165e;
  margin-top: 18px;
  font-weight: 400;
}
.eventsssssssss{
  margin-top: 18px;
  font-size: 20px;
  color: #21165e;
  font-weight: 400;
}
.event-link{
  background-color: #150958;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 25px;
  color: white;
  border-radius: 4px;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.event-link:hover{
  background-color: #d40e14;
  text-decoration: none;
  color: white;
}
.intelname h3 {
    color: #150958;
    margin: 10px 0 15px  0;
    font-family:"Times New Roman", Times, serif;
    font-weight: bold;
}

a{
	text-decoration: none !important;
}
/*top logo & date bg*/
  h1.top-banner-heading{
    margin-top: 55px; text-align: center; color: #150958; font-size: 35px;
    margin-bottom: 70px;
    font-weight: 900;
  }
  div.date{
    margin-top: 30px;
    font-family: 'Inter Tight', sans-serif;
    margin-left: 25px;
    padding-right: 15px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #000;
    /*line-height: 32px;*/
  }
.top-logo{
  width: 65%; height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.inner-top-logo{
  width: 80%; margin-left: 60px;
}
.top-bg{
	background:  url('main_banner.jpg'); 
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-bottom: -10px;*/

}
.top-bg-inner{
  background:  url('main_banner_inner.jpg'); 
  width: 100%;
  /*height: 480px;*/
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-bottom: -30px;*/
}
.login_btn {
  margin-top: 20px;
  font-size:16px;
  font-weight: 400; 
  color:#fff;
  border-radius:4px;
  text-decoration:none;
  text-align:left;
  background:url(login_icon.png)no-repeat;
  background-position:right;
  display:block;
  width: 170px;
  padding: 10px 10px 10px 20px;
  background-color:#f7a700;
  transition: 0.3s ease; 
  -webkit-transition: 0.3s ease; 
  -moz-transition: 0.3s ease; -o-transition: 0.3s ease;
  }
.login_btn:hover{
  background-color:#df9804;
  color: #fff;
  }

.header-tag-bg{
	background-color: #f2f2f2;
	padding: 10px 0;
	margin-bottom: 15px;
}
.header-tag-bg-btn {
	color: #150958;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background: transparent;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	border:solid 2px #150958;
	margin: 28px 0;
	transition: all .3s ease-in-out;
}

.header-tag-bg-btn:hover {
  background: #150958;
  text-decoration: none;
  color: #fff;
}
.header-tag-bg-btn1 {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background: #150958;
	padding: 8px 15px 10px 13px;
	text-decoration: none;
  border:solid 1px #150958;
	transition: all .3s ease-in-out;
}

.header-tag-bg-btn1:hover {
  background: #2f1e8a;
  text-decoration: none;
  color: #fff;
  border:solid 1px #150958;
}

.indus_content {
	text-align:left;
	width:100%;
	height: auto;
  }
  
.indus_content img{
	width:250px;
	height:auto;
	border: solid 1px #a9a9a9;
	padding:6px;
	border-radius:3px;
	float: left;
	margin: 5px 15px 5px 0;
  }

.visitor-pro-heading-section-header{
    margin:50px 0 0 0;
    text-align:center;
    position:relative;
    border-top:1px solid #8EA123;
}
.visitor-pro-heading-section-title{
    display:inline-block;
    position:relative;
    top:-35px;
    margin:0px;
    padding:0 30px;
    background:#8EA123;
    font-size:32px;
    line-height:60px;
    font-weight:200;
    text-align:center;
	text-transform:uppercase;
    color:#fff;
}

.super-saver-box{
	background-color: #f2f2f2;
	padding: 10px 40px;
}

h3.visitor-pro-heading{
	color: #fff;
	font-weight: 300;
	font-size: 32px;
	margin-top: -8px;
}
ul#top-menu li {
  display:inline;
}
a.inner-link{
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
}
a.inner-link:hover{
  color: red;
  
}
.list-arrow-white ul li {
	list-style-image: url('arrow1.png');
    padding-bottom: 4px;
    padding-left: 5px;
    margin-left: -25px;
    /*font-weight: 300;*/
    color: #fff;
}
.list-arrow-op-cost 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;
}
.list-arrow-op-cost-small{
    font-size: 13px;
    color: #f46303;
}

span.rupee1{
  font-size:17px;
  color:#272727;
  text-align:left;
  padding-left: 15px;
  padding-right: 2px;
  background-image:url(rupee-con-1.png); background-repeat:no-repeat; background-position:left;
}

h2.cost-heading{
	color: #150958;
	font-weight: 600;
	font-size: 22px;
}
p.cost-text{
	color: #333;
}
strong.cost-text{
	color: #333;
}

/*branding sponsor------------------*/
/*a box*/
.branding-box-a{
	padding: 20px 20px 0px 25px;
	background-color: #F0F9FF;
	border-right: solid 10px #fff;
}
.branding-box-a h3{
  color: #3260A9;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}
.branding-box-a h4{
  font-weight: 400;
  font-size: 20px;
  margin-top: 0px;
}
/*b box*/
.branding-box-b{
	padding: 20px 20px 0px 25px;
	background-color: #FFF6E5;
	border-left: solid 10px #fff;
}
.branding-box-b h3{
  color: #D06C1E;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}
.branding-box-b h4{
  font-weight: 400;
  font-size: 20px;
  margin-top: 0px;
}
/*c box*/
.branding-box-c{
	padding: 20px 20px 0px 25px;
	background-color: #F7F7F7;
	border-left: solid 20px #fff;
}
.branding-box-c h3{
  color: #000;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}
.branding-box-c h4{
  font-weight: 400;
  font-size: 20px;
  margin-top: 0px;
}

.branding-heading{
	color: #150958;
	font-weight:600;
}
h2.badge-heading{
	font-weight: 600;
	color: #150958;
	margin-bottom: -2px;
}
h3.badge-heading{
	font-weight: 600;
	color: #150958;
}
.list-arrow-branding ul li {
	list-style-image: url('arrow.png');
    padding-bottom: 4px;
    padding-left: 5px;
    margin-left: -25px;
    font-weight: 300;
    font-size: 16px;
    /*color: #C5C5C5;*/
}
	

	/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
 	
	.nav-tabs > li > a {
		padding: 10px 20px;
		border-color: transparent;
		border-radius: 0;
		border-top: 2px solid transparent;
		background-color: #f2f2f2;
		color: #636363;
		margin-right: -1px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;

	}
	
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
		background-color: #fff;
		border-color: #d7d7d7;

		border-top: 2px solid #008A3C;
		border-bottom-color: transparent;
		border-right: none;
	}
	
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		border-top: 2px solid #008A3C;
		color: #636363;
	}
	
	.tab-content {
		padding: 40px;
		margin-bottom: 50px;
		border-width: 0 1px 5px 1px;
		border-style: solid;
		border-color: #d7d7d7;
	}
	
	.tab-pane  > *:last-child {
		margin-bottom: 0;
	}
	
	.tab-content:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
img {
	image-rendering: pixelated;
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: inherit;
	image-rendering: initial;
	image-rendering: unset;
	max-width: 100%;
}


b{
	font-weight: 400;
}

.blue-color{
	color: #150958;
	font-weight: 400;
	margin-bottom: 20px;
}
h1.bold{
	color: #150958;
	font-weight: 200;
	font-size: 50px;
}

h1 span.bold-text{
  font-weight: 600;
  color: #150958;
  font-size: 38px;
  /*line-height: 0px;*/
}
img.logo{
	max-width: 100%;
	height: auto;
	padding: 24px 0;
}
img.big-arrow{
  width: 40px;
  height: auto;
}


div.date-inner{
  margin-top: 100px;
  padding-left: 25px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.top-right-tagline{
	padding-left: 15px;
	margin-top: 45px;
	font-size: 25px;
	color: #150958;
	font-family: 'Anton', sans-serif;
	line-height: 34px;
}
.more-option-bg{
	background-color: #150958;
	display: block;
	padding: 5px 20px;
	color: #fff;
	text-align: left;
	width: 100%;
	height: 100%;
}
.more-option-bg h1{
	font-size: 40px;
	font-weight: 200;
	line-height: 58px;
}

/*spacing*/
div.space-10px{
	padding: 5px 0;
	display: block;
}


/*exhibitior aria links*/
.inside-lik{ 
	position:fixed;
	top:35%;
	right:-0.5%;
	padding: 10px 15px;
	background:#fafafa;
	border:1px solid #f3f3f3;
	border-radius: 2px;
	z-index: 100000;
	font-size: 15px;
	list-style-image: url('arrow.png');
}
.link-title{
	color: #343434;
	/*padding: 5px 10px;*/
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
	border-bottom: #81D177 solid 1px;
}

.small-banner{
  background: url(small_banner.jpg) no-repeat center center;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 30px;
}

.small-banner-txt{
  display: table-cell;
  vertical-align: middle;
  font-size: 42px;
  height: 167px;
  color: #337ab7;
  text-align: left;
  font-weight: 200;
  text-shadow: -3px 2px 3px rgba(50, 50, 50, 0.17);
}

#stick-box{
	position: fixed;
	width: 250px;
	height: auto;
	padding: 20px;
	border-radius: 6px;
	background-color: #000;
	margin-left: 84%;
	margin-top: 20%;
	float: right;
	color: #fff;
}

/*carousel text middle====================*/
.wrap {
    height:300px;
    line-height:260px;
    padding-top: 0px;
    box-shadow: none;
}

.carousel-caption h1 {
    text-shadow: 0px 0px 0px #fff !important;
}

.carousel-caption p {
text-shadow: 0px 0px 0px #fff !important;
}
.item img{
	width: 100%;
	height: auto;
}

.caption {
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
}
.caption h1{
    font-weight: 200;
    font-size: 40px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.no-gutter1 > [class*='col-'] {
    padding-right:30px;
    padding-left:30px;
}
.no-gutter2 > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}
.no-gutter3 > [class*='col-'] {
    padding-right:8px;
    padding-left:8px;
}
.section-header{
    margin:50px 0 0px 0;
    text-align:center;
    position:relative;
    border-top:1px solid #150958;
}
.section-title{
    display:inline-block;
    position:relative;
    top:-35px;
    margin:0px;
    padding:0 30px;
    background:#150958;
    font-size:32px;
    line-height:60px;
    font-weight:200;
    text-align:center;
	text-transform:uppercase;
    color:#fff;
}

.img-responsive-testimonial{
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

#show-report-list ul li{
  font-family: 'Libre Franklin';
  list-style-Type: none;
  padding-left:40px;
  margin-left:-30px;
  margin-top:2px;
  font-size: 25px;
  font-weight: 800;
  background:url(../images/show_report_icon.png) no-repeat left top;
}
.post-show-report-box{
  float: left; background: #FFCC00; width:400px;height:135px;margin:0 15px 2px 0;
}
.post-show-report-box1{
  float: left; background: #FFCC00; width:550px;height:100px;margin:0 15px 2px 0;
}

 ul.list-arrow {
	list-style-image: url('arrow.png');
    padding-bottom: 4px;
    padding-left: 0px;
    /*line-height: 30px;*/
    margin-left: 20px;
    /*font-weight: 300;*/
    /*color: #000;*/
}
 .list-arrow li {
    padding-bottom: 8px;   
}

 ol.list-num {
  /*list-style-image: url('arrow.png');*/
    padding-bottom: 2px;
    padding-left: 0px;
    margin-left: -10px;
    /*font-weight: bold;*/
    color: #000;
}
 .list-num li {
    padding-bottom: 8px;   
}

h2.section-title1{
    padding-bottom: 20px;
}
.img-size{
	width: 100%;
	height: auto;
}

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;*/
}

.branding-box-title{
  font-family: 'HelveticaLTStd-BlkCond';
  position: relative;
  text-align: center;
  color: #150958;
  font-size: 26px;
  font-weight: 400;
  padding: 20px 0 10px 0;
  margin-bottom: -1px;
}

/*home page boxes=================================*/
/*box-a*/
.fluid-box-a {
	min-width: auto;
	padding: 1px 20px 13px 20px;
	background-color: #1ABC9C;
	transition: all .3s ease-in-out;
}
.fluid-box-a a{
	text-decoration: none;
}
.fluid-box-a:hover{
	background-color: #128C74;
}
.fluid-box-a h2{
  color: white;
  font-weight: 200;
  line-height: 25px;
  font-size: 24px;
  text-align: center;
  margin-bottom: -2px;
}

/*box-b*/
.fluid-box-b{
	min-width: auto;
	padding: 1px 20px 13px 20px;
	background-color: #E74C3C;
	transition: all .3s ease-in-out;
}
.fluid-box-b a{
	text-decoration: none;
}
.fluid-box-b:hover{
	background-color: #BD3020;
}
.fluid-box-b h2{
  color: white;
  font-weight: 200;
  line-height: 25px;
  font-size: 24px;
  text-align: center;
  margin-bottom: -2px;
}
/*box-c*/
.fluid-box-c{
	min-width: auto;
	padding: 1px 20px 13px 20px;
	background-color: #9B59B6;
	transition: all .3s ease-in-out;
}
.fluid-box-c a{
	text-decoration: none;
}
.fluid-box-c:hover{
	background-color: #73348C;
}
.fluid-box-c h2{
  color: white;
  font-weight: 200;
  line-height: 25px;
  font-size: 24px;
  text-align: center;
  margin-bottom: -2px;
}
/*box-d*/
.fluid-box-d{
	min-width: auto;
	padding: 1px 20px 13px 20px;
	background-color: #008DD2;
	transition: all .3s ease-in-out;
}
.fluid-box-d a{
	text-decoration: none;
}
.fluid-box-d:hover{
	background-color: #0378B4;
}
.fluid-box-d h2{
  color: white;
  font-weight: 200;
  line-height: 25px;
  font-size: 24px;
  text-align: center;
  margin-bottom: -2px;
}
/*box-e*/
.fluid-box-e{
	min-width: auto;
	padding: 1px 20px 13px 20px;
	background-color: #D9A81D;
	transition: all .3s ease-in-out;
}
.fluid-box-e a{
	text-decoration: none;
}
.fluid-box-e:hover{
	background-color: #B58910;
}
.fluid-box-e h2{
  color: white;
  font-weight: 200;
  line-height: 25px;
  font-size: 24px;
  text-align: center;
  margin-bottom: -2px;
}

/*box-e*/
.fluid-box-f{
	min-width: auto;
	padding: 1px 20px 13px 20px;
	background-color: #E67E22;
	transition: all .3s ease-in-out;
}
.fluid-box-f a{
	text-decoration: none;
}
.fluid-box-f:hover{
	background-color: #C26412;
}
.fluid-box-f h2{
  color: white;
  font-weight: 200;
  line-height: 25px;
  font-size: 24px;
  text-align: center;
  margin-bottom: -2px;
}

img.icon-size{
	width: 74px;
	height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

/*footer===============================================================*/
#list-footer-map ul li{
list-style-Type: none;
padding-left:19px;
margin-left:-40px;
margin-top:8px;
font-size: 15px;
font-weight: 400;
color: #fff;
background:url(../images/map_icon.png) no-repeat left top;
background-size: 10px 18px;
}
#list-footer-phone ul li{
list-style-Type: none;
 padding-left:19px;
  margin-left:-40px;
  /*margin-top:8px;*/
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: url(../images/phone_icon.png) no-repeat left top;
 background-size: 10px 18px;
}
#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/mail_icon.png) no-repeat left top;
background-size: 17px 18px;
}

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

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

div.follow_list a:hover img {
    border: 0px solid #0000ff;
    transform: scale(1.2);
}
.footer {
  padding: 30px 0;
  background-color: #21165e;
  border-top: 0px solid #3a3a3a;
  border-bottom: 0px solid #333333;
}
.footer-copyright {
  padding: 20px 0;
  background-color: #150958;
}

span.footer-text-1{
  color: #FFED00;
}
.footer-text1{
  color: #fff;
}

.list-icons,
.list {
  list-style: none;
  padding: 0;
}
.list-icons li,
.list li {
  padding: 5px 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.list-icons li i {
  width: 25px;
  text-align: center;
}

.fa-angle-right{
  color: #fff;
}

/* Nav pills
---------------------------------- */
.footer-content .list-unstyled > li > a{
  padding: 0px 0px 0px 10px ;
  line-height: 25px;
  border-color: transparent;
  color:#fff;
  font-weight: 400;
  font-size: 15px;
  /*text-transform: uppercase;*/
  transition: all .2s ease-in-out;
}
.footer-content .list-unstyled > li > a:hover{
  color: #fff;
  font-weight: bold;
  margin-left: 4px;
}

.footer-title{
  font-size: 18px;
  color: #00c0f3;
  font-weight: 600;
}
.icon-color{
  color: #150958;
}
a.footer-email{
	color: #00A0E3;
}
a.footer-email:hover{
	text-decoration: underline !important;
}
.footer1 {

  bottom: 0;
  width: 100%;
  background: #000;
  padding: 15px 0 10px;
  text-align: center;
}

/*media query===============================*/

@media (max-width: 1111px){
  div.date-inner{
    margin-right: 60px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: right;
    padding-top: 0px;
    display: block;
    line-height: 32px;
  }
  .inner-top-logo{
    width: 60%; margin-left: 60px;
  }
  .top-bg-inner{
    background:  url('main_banner_inner.jpg'); 
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -30px;
  }
}

@media (max-width: 1024px){
  .top-bg-inner{
    background:  url('main_banner_inner.jpg'); 
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    /*background-size: ;*/
    margin-bottom: -30px;
  }

	h1,h2,h3,h4,h5{
	  font-size: 150%;
	}
	.caption{
		display: none;
	}

	div.date h1{
		margin-top: 60px;
		border-left:1px solid #c6a410;
		border-right:1px solid #c6a410;
		padding-left: 15px;
		margin-left: 25px;
		padding-right: 15px;
		font-size: 24px;
		font-weight: 400;
		color: #150958;
		text-align: left;
		line-height: 32px;
	}
	.top-right-tagline{
		padding-left: 0px;
		margin-top: 45px;
		font-size: 25px;
		color: #150958;
		font-family: 'Anton', sans-serif;
		line-height: 34px;
	}
}

@media (max-width: 991px){
  div.date-inner{
    margin-right: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: right;
    padding-top: 0px;
    display: block;
    line-height: 32px;
  }
  .inner-top-logo{
    width: 60%; margin-left: 0px;
  }
  .top-bg-inner{
    background:  url('main_banner_inner.jpg'); 
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -30px;
  }
}

@media (max-width: 768px){
  .inner-top-logo{
    width: 60%; margin-left: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 25px;
  }
  div.date-inner{
    margin-right: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding-top: 0px;
    display: block;
    line-height: 32px;
  }
  .top-bg-inner{
    background:  url('main_banner_inner.jpg'); 
    width: 100%;
    height: 400px;
    background-size:cover;
  background-blend-mode: multiply;
  }
	h1,h2,h3,h4,h5{
	  font-size: 130%;
	}
   .video_band {
    margin-top: 20px;
    margin-left:10px;
    margin-right:-10px;
  }
  .video-play {
    margin-left:10px;
    margin-right:-10px;
  }
  iframe {
  outline: 0;
  border:0;
  box-shadow: 0;
  width: 100%;
  height: 280px;
} 

	div.date h1{
		margin-top: 20px;
		border-left:0px solid #c6a410;
		border-right:1px solid #c6a410;
		margin-left: 25px;
		padding-right: 15px;
		font-size: 20px;
		text-align: center;
		line-height: 32px;
	}
	.top-right-tagline{
		display: inline-block;
		margin-top: 0px;
		text-align: center;
		font-size: 22px;
		line-height: 34px;
	}
	.blue-color{
		margin-top: 25px;
	}
    img.logo{
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
  .footer-title{
    margin-top: 20px;
    font-size: 18px;
    color: #150958;
    font-weight: 400;
  }

	h1 span.bold-text{
	  font-size: 30px;
	}
	h1{
	  font-size: 30px;
	}
	/*div.follow_list {
	    border: 0px solid #0000ff;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    text-align: center;
	}*/
	.list-icons,
	.list {
	  text-align: center;
	}
	/*.list-unstyled {
		margin-left: 0;
	    margin-right: 0;
	    display: block;
	    margin-left: 36%;
	    padding-bottom: 20px;
	}*/
	img.img-size{
		margin-left: auto;
    margin-right: auto;
    display: block;
    margin-right:-10px;
	}

	.section-title{
	    font-size:18px;
	    line-height:44px;
	    font-weight: 300;
	    top:-25px;
	}
	h3{
		font-size: 20px;
	}
}

@media (max-width: 640px){

	img.logo{
		width: 250px;
		height: auto;
		padding: 24px 0;
	}
	div.date h1{
		margin-top: 20px;
		border-left:0px solid #c6a410;
		border-right:1px solid #c6a410;
		margin-left: 0px;
		padding-right: 5px;
		font-size: 20px;
		text-align: center;
		line-height: 22px;
	}
	.top-right-tagline{
		padding-left: 0px;
		margin-top: 0px;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
	}

}
@media (max-width: 480px){
	div.date h1{
		width: 230px;
		margin-top: 20px;
		border-left:0px solid #c6a410;
		border-right:1px solid #c6a410;
		margin-left: 0px;
		padding-right: 5px;
		font-size: 16px;
		text-align: center;
		line-height: 18px;
	}
	.top-right-tagline{
		padding-left: 0px;
		margin-top: 0px;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
	}

}
@media (max-width: 399px){
	div.date h1{
		width: 230px;
		margin-top: 20px;
		border-left:0px solid #c6a410;
		border-right:1px solid #c6a410;
		margin-left: 0px;
		padding-right: 5px;
		font-size: 16px;
		text-align: center;
		line-height: 18px;
	}
	.top-right-tagline{
		width: 230px;
		padding-left: 0px;
		margin-top: 0px;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
	}
	h1{
	  font-size: 22px;
	  line-height: 24px;
	}
	h1 span.bold-text{
	  font-size: 22px;
	  line-height: 24px;
	}
	img.icon-size{
		width: 55px;
		height: auto;
	}
	.fluid-box-a h2{
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 18px;
	}
	.fluid-box-b h2{
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 18px;
	}
	.fluid-box-c h2{
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 18px;
	}
	.fluid-box-d h2{
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 18px;
	}
	.fluid-box-e h2{
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 18px;
	}
	.fluid-box-f h2{
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 18px;
	}

}

