/* Required Fonts Starts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans_semibold';
    src: url('../fonts/opensans-opensans-semibold-webfont-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#opensans_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pts55f-webfont.eot');
    src: url('../fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts55f-webfont.woff') format('woff'),
         url('../fonts/pts55f-webfont.ttf') format('truetype'),
         url('../fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pts75f-webfont.eot');
    src: url('../fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts75f-webfont.woff') format('woff'),
         url('../fonts/pts75f-webfont.ttf') format('truetype'),
         url('../fonts/pts75f-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Body Tag Class Starts */
body{
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #000000;
}
/* Wrapper and Container Width Starts */
.wrapper{
	width: 100%;
	margin: 0 auto;
	padding:0;
	min-width: 300px;
}
@media (min-width: 1200px){
	.container{
		width:1090px;
		position: relative;
	}
}
a:hover, a:active, a:focus
{
	outline: 0;
}
/* Required Ad ons */
.ext_pad_xs{padding:5px}.ext_pad_sm{padding:15px}.ext_pad_md{padding:30px}.ext_pad_lg{padding:45px}.ext_padl_xs{padding-left:5px}.ext_padl_sm{padding-left:15px}.ext_padl_md{padding-left:30px}.ext_padl_lg{padding-left:45px}.ext_padr_xs{padding-right:5px}.ext_padr_sm{padding-right:15px}.ext_padr_md{padding-right:30px}.ext_padr_lg{padding-right:45px}.ext_padt_xs{padding-top:5px}.ext_padt_sm{padding-top:15px}.ext_padt_md{padding-top:30px}.ext_padt_lg{padding-top:45px}.ext_padb_xs{padding-bottom:5px}.ext_padb_sm{padding-bottom:15px}.ext_padb_md{padding-bottom:30px}.ext_padb_lg{padding-bottom:45px}.ext_mar_xs{margin-left:5px}.ext_mar_sm{margin-left:15px}.ext_mar_md{margin-left:30px}.ext_mar_lg{margin-left:45px}.ext_mar_xs{margin-left:5px}.ext_marl_sm{margin-left:15px}.ext_marl_md{margin-left:30px}.ext_marl_lg{margin-left:45px}.ext_marr_xs{margin-right:5px}.ext_marr_sm{margin-right:15px}.ext_marr_md{margin-right:30px}.ext_marr_lg{margin-right:45px}.ext_mart_xs{margin-top:5px}.ext_mart_sm{margin-top:15px}.ext_mart_md{margin-top:30px}.ext_mart_lg{margin-top:45px}.ext_marb_xs{margin-bottom:5px}.ext_marb_sm{margin-bottom:15px}.ext_marb_md{margin-bottom:30px}.ext_marb_lg{margin-bottom:45px}.no_pad{padding:0!important}.no_padl{padding-left:0!important}.no_padr{padding-right:0!important}.no_padt{padding-top:0!important}.no_padb{padding-bottom:0!important}.no_mar{margin:0!important}.no_marl{margin-left:0!important}.no_marr{margin-right:0!important}.no_mart{margin-top:0!important}.no_marb{margin-bottom:0!important}h1{font-size:35px}h2{font-size:32px}h3{font-size:28px}h4{font-size:25px}h5{font-size:20px}h6{font-size:18px}.center_img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;}.img-responsive{width:auto;}.navigation.collapse{display: block;}.mob_nav{display: none;}
/* Header Parts Starts */
header{
	height: 70px;
}
.logo{
	display: block;
	text-align: center;
	padding: 15px 0;
}
.navigation{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
}
.navigation li{
	display: inline-block;
	margin-right: 25px;
	line-height: 66px;
}
.navigation li:last-child{
	margin-right: 0px;
}
.navigation li a{
	display: block;
	padding: 0px 0px;
	font-size: 14.5px;
	color: #474747;
	font-family: 'opensans_semibold';
}
.navigation li a span{
	margin-right: 7px;
}
.navigation li a:hover, .navigation li a:focus, .navigation li a.active{
	color: #e62b1e;
	text-decoration: none;
	border-bottom: 4px solid #e62b1e;
}
.navigation li:first-of-type{
	margin-left: 0px;
}
.navigation li:last-of-type{
	margin-right: 0px;
}
.navigation ul{
	position: absolute;
	padding: 0px;
	min-width: 136px;
	text-align: left;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	z-index: 9999;
}
.navigation ul li{
	display: block;
	margin: 0px;
	line-height: 20px;
}
.navigation li:hover > ul{
	visibility: visible;
	opacity: 1;
	top: 70px;
}
.navigation ul li a{
	color: #494949;
	padding: 10px 22px;
}
.navigation ul li a:hover, .navigation ul li a:focus, .navigation ul li a.active{
	color: #fff;
	background-color: #e62b1e;
	border-bottom: 0px solid #e62b1e;
}
/* Banner Parts Starts */
.banner{
}
.banner_caption{
	position: absolute;
	bottom: 100px;
	left: 15px;
	width: 50%;
	color: #fff;
	text-align: right;
	padding-right: 35px;
}
.banner_caption h5.day{
	color: #fff;
	line-height: 30px;
	font-family: 'pt_sansregular';
	font-size: 35px;
}
.banner_caption h1.dt{
	color: #e62b1e;
	line-height: 30px;
	font-family: 'pt_sansbold';
	font-size: 52px;
}
.banner_caption h1.dt span{
	font-family: 'open_sansregular';
	color: #fff;
}
.banner_caption p.time{
	color: #c4c4c4;
	text-align: right; 
	font-size: 23px;
	margin-right: 15px;
	margin-top: 20px;
}
.banner_caption h6{
	font-family: 'pt_sansbold';
	font-size: 40px;
	text-align: right; 
	margin-right: 15px;
}
.banner_caption h3{
	font-family: 'pt_sansbold';
	font-size: 40px;
	text-align: right; 
	margin-right: 15px;
	width: auto;
}
.banner_caption h3 span{
	background-color: #e62b1e;
	padding: 0px 20px;
}
.banner_caption h4{
	color: #dedede;
	font-family: 'pt_sansregular';
	text-transform: uppercase;
	text-align: right; 
	margin-right: 15px;
	font-size: 36px;
	margin-top: 20px;
}
.venue-mob{
	display: none;
}
.page-banner{
	height:280px;
	position:relative;
	overflow: hidden;
	width: 100%;
	background: #fff url('../images/page-banner.jpg') no-repeat;
	background-size: cover;
}
.map-banner{
	height:280px;
	position:relative;
	overflow: hidden;
	width: 100%;
	background: #fff url('../images/map-banner.jpg') no-repeat;
	background-size: cover;
}
/*Home Page*/
.home-abt{
	background:#fff;
	padding: 20px 0;
}
.home-abt p{
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	color: #3c3c3c;
	margin-top: 20px;
}
.home-abt a{
	color: #e62b1e;
	text-decoration: none;
}
.home-abt h5{
	font-family: 'opensans_semibold';
	font-size: 22px;
	color: #000000;
	margin-bottom: 0px;
}
.home-abt h5 span{
	color: #e62b1e;
}
.g-content{
	background-color: #f5f5f5;
	border-bottom: 2px solid #e62b1e;
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 10px;
}
.g-content h5{
	color: #444;
}
.title1{
	margin-bottom: 20px;
	text-align: center;
}
.title1 h4{
	font-family: 'opensans_semibold';
	font-size: 32px;
	color: #000000;
	margin-bottom: 0px;
	text-align: center;
}
.title1 h4 span{
	color: #e62b1e;
}
.title1 img{
	margin: auto;
}
.title-line{
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #e62b1e;
	margin: auto;
	margin-top: 15px;
}
.title1 p, .main_content .title1 p{
	width: 85%;
	text-align: center;
	margin: auto;
	margin-top: 15px;
}
.up-speakers{
	margin: 0px 0 0px;
	background: #fff url('../images/speaker-bg.jpg') no-repeat;
	background-size: cover;
	padding: 15px 0 20px;
}
.spk-box{ 
    padding: 0px;
    text-align: center;
    margin: 10px;
    display: block;
    transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.spk-box .spk-img{
	background: #fff;
}
.spk-box .spk-img img{
	margin: auto!important;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.spk-box:hover .spk-img img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.spk-box .spk-cont{
	background-color: #ff0000;
	color: #fff;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	min-height: 87px;
}
.spk-box h5{
	font-family: 'pt_sansbold';
	font-size: 16px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	padding: 8px 0;
	color: #fff;
	text-transform: uppercase;
}
.spk-box h5 small{
	color: #fff;
	text-transform: capitalize;
}
.spk-box p{
	margin-top: 0px;
	padding: 6px 0;
}
.spk-box:hover, .spk-box:focus{
	text-decoration: none;
}
.spk-box:hover .spk-cont{
	background-color: #333333;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.spk-box:hover h5, .spk-box:hover p,{
	text-decoration: none;
}
#flexiselDemo1{
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 95%;
	margin: auto;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:95%;
	margin: auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:43%!important;
    color: #333333;  
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover{
	color: #ff0000;
}
.nbs-flexisel-nav-left {
    left: -20px;
}
.nbs-flexisel-nav-right {
    right: -20px;  
}
.nbs-flexisel-nav-left:before {
    font-family: FontAwesome;
    content: "\f137";
    font-size: 25px;
}
.nbs-flexisel-nav-right:before {
    font-family: FontAwesome;
    content: "\f138";
    font-size: 25px;
}
/* Main-Content Starts */
.main_content{
	padding: 20px 0 25px;
}
.main_content p{
	color: #5e5e5e;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	font-family: 'pt_sansregular';
}
.main_content .title{
	margin-bottom: 20px;
}
.main_content .title h4{
	text-transform: uppercase;
	font-family: 'opensans_semibold';
	font-size: 32px;
	color: #000000;
	margin-bottom: 0px;
	text-align: center;
}
.main_content .title p{
	text-align: center;
	margin-top: 10px;
}
.main_content .title strong{
	font-weight: normal;
	font-family: 'opensans_semibold';
	font-size: 14px;
}
.main_content .title h4 span{
	color: #f44f55;
}
.main_content .title img{
	margin: auto;
}
/*Speakers Page*/
.service-list{
	padding-right: 0px;
}
.s-box{
	background-color: #fff;
	margin-bottom: 8px;
	padding: 15px;
	min-height: 250px;
}
.s-box .col-md-4{
	width: 27%;
	padding: 0px 0 5px;
}
.s-box .col-md-6{
	width: 73%;
}
.s-img-hold{
	background: #fff;
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.s-img-hold img{
	width: 100%;
	height: auto;
    position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;
}
.info-det{
	padding-top:0px;
	padding-left: 20px;
}
.s-box-lt{
	text-align: center;
	border: 1px solid #e0dfdf;
}
.s-box .spk-name{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 5px;
}
.s-box .spk-name small{
	color: #000;
	text-transform: capitalize;
}
.s-box .spk-name span{
	color: #e62b1e;
}
.s-box h6{
	font-family: 'opensans_semibold';
	font-size: 16px;
	margin-top: 5px
}
.s-box small{
	color: #999;
	font-size: 95%;
}
.info-det p{
	margin-top:0px;
}
.list1{
	padding: 0px;
}
.list1 li{
	color: #777;
	list-style: none
}
/*Team Page*/
.team-box{ 
    padding: 0px;
    text-align: center;
    margin: 10px;
    display: block;
    transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.team-box .team-img{
	background: #fff;
}
.team-box .team-img img{
	margin: auto!important;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.team-box:hover .team-img img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.team-box .team-cont{
	background-color: #ff0000;
	color: #fff;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	min-height: 76px;
}
.team-box h5{
	font-family: 'pt_sansbold';
	font-size: 16.5px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	padding: 8px 0;
}
.team-box h5 small{
	color: #fff;
	font-size: 60%;
}
.team-box p{
	margin-top: 0px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0px;
	line-height: 14px
}
.team-box:hover, .team-box:focus{
	text-decoration: none;
}
.team-box:hover .team-cont{
	background-color: #333333;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.team-box:hover h5, .team-box:hover p{
	text-decoration: none;
}
/*Photo Gallery*/
/* bhoechie tab */
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size:14px;
  font-family: 'opensans_semibold';
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  padding:10px 10px;
  color:#6d6d6d;
  border-radius: 0;
  -moz-border-radius: 0;
  border: 0px;
  background: #ececec;
  margin-bottom: 0px;
}
div.bhoechie-tab-menu div.list-group>a:hover,
div.bhoechie-tab-menu div.list-group>a.active{
  background-color: #ff0000;
  color: #fff;
  border-right: 0px;
  position: relative;
}
div.bhoechie-tab-menu div.list-group>a:after,
div.bhoechie-tab-menu div.list-group>a::after{
	content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    right: -2em;
    margin-right: 0;
    border-width: 1.48em 1em;
    border-style: solid;
    border-color: transparent;
    border-left-color: transparent;
    border-left-color: #ececec;
}
div.bhoechie-tab-menu div.list-group>a.active:after,
div.bhoechie-tab-menu div.list-group>a.active::after,
div.bhoechie-tab-menu div.list-group>a:hover:after,
div.bhoechie-tab-menu div.list-group>a:hover::after{
	content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    right: -2em;
    margin-right: 0;
    border-width: 1.48em 1em;
    border-style: solid;
    border-color: transparent;
    border-left-color: transparent;
    border-left-color: #ff0000;
}
div.bhoechie-tab-content{
  background-color: transparent;
  padding-left: 20px;
  padding-top: 0px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.p-gal .col-sm-4{
	padding-left: 8px;
	padding-right: 8px;
}
.photo-grid{
	margin-bottom: 20px;
	border: 2px solid #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .4);
}
.photo-grid img{
	border-radius: 4px;
}
.photo-grid:hover{
	border: 2px solid #e62b1e;
}
/*Videos*/
.v-gal{
	width:100%;
}
.video-grid{
	position:relative;
	overflow:hidden;
	margin-bottom: 20px;
	border: 2px solid #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .4);
}
.video-grid img{
	display:block;
	width: 100%;
}
.video-grid:hover{
	opacity:1;
	cursor: default;
}
.v-gal .col-md-4, .v-gal .col-sm-6{
	padding-left: 8px;
	padding-right: 8px;
}
.video-grid a {
	position: absolute !important;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #ff0000;
	font-size: 40px;
	top: 30%;
	bottom: 0;
	left: 0;
	right: 0;
	margin:0 auto;
	vertical-align: middle;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.video-grid:hover a{
	color: #061734;
}
/*Contactus Page*/
.gmap{
	border-top: 2px solid #c94b46;
	min-height:250px;
	position:relative;
	overflow: hidden;
}
.gmap iframe{
	border: none;
	height: 250px;
	width: 100%;
}
.contact-info{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.contact-info li{
	color: #5e5e5e;
	font-size: 17px;
	margin-bottom: 22px;
	line-height: 24px;
	position: relative;
	padding-left: 40px;
	font-family: 'pt_sansregular';
}
.contact-info li a{
	color: inherit;
}
.contact-info li a:hover, .contact-info li a:focus{
	color: #13588f;
}
.contact-info li:before{
	position: absolute;
	color: #fd4345;
	left: 0px;
	top: 0px;
	font-family: 'FontAwesome';
}
.contact-info li.map:before{
	content: '\f041';
	font-size: 20px;
}
.contact-info li.phone:before{
	content: '\f095';
	font-size: 20px;
}
.contact-info li.mobi:before{
	content: '\f10b';
	font-size: 25px;
}
.contact-info li.mail:before{
	content: '\f0e0';
	font-size: 20px;
}
.contact-form .form-group{
	display: block;
	margin-bottom: 10px;
}
.contact-form .form-control{
	height:34px;
	width: 100%;
	border: 1px solid #a1a2a5;
	color: #5e5e5e;
	border-radius: 2px;
	font-size: 13px;
	margin-bottom: 10px;
	box-shadow: none;
	background: transparent;
}
.contact-form textarea{
	width: 100% !important;
	height: 100px !important;
	padding-top: 5px !important;
}
.placeholder::-webkit-input-placeholder  {color:#b9b9b9;font-family: 'opensans_semibold';}
.placeholder::-moz-placeholder   {color:#b9b9b9;font-family: 'opensans_semibold';}
.placeholder:-moz-placeholder   {color:#b9b9b9;font-family: 'opensans_semibold';}

.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent;}
.placeholder-fix:focus::-moz-placeholder   {color:transparent;}
.placeholder-fix:-moz-placeholder   {color:transparent;}
.submit-btn{
	color: #fff;
	font-size: 14px;
	border: 0px;
	border-radius: 2px;
	padding: 6px 30px 5px;
	font-family: 'opensans_semibold';
	background: #fd4345;
	text-transform: uppercase;
	min-width: 130px;
}
.submit-btn:hover{
	background: #050c20;
	color: #fff;
}
/* Footer Parts Starts */
footer{
	background-color: #202021;
	margin-top: 15px;
}
.footer_content{
	padding: 20px 0 0;
	text-align: center;
}
.footer_content p{
	color: #fff;
	font-size: 16px;
	margin: 10px 0 20px;
}
.footer_content p span{
	color: #e62b1e
}
.footer_content h5{
	margin-bottom: 0px;
	font-size: 20px;
}
.footer_content h5{
	color: #fff;
	font-family: 'opensans_semibold';
	letter-spacing: 1px;
	text-align: center;
}
.foot_social{
	margin-top: 20px;
	padding: 0px;
}
.foot_social li{
	display: inline-block;
	margin-right: 10px;
}
.foot_social li a{
	display: block;
	width: 35px;
	height: 35px;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
}
.fb{
	background: #1f4578;
}
.tw{
	background: #50c8e6;
}
.yt{
	background: #d35350;
}
.foot_social li a:hover{
	background-color: #fff;
	color: #202021
}
.foot-split{
	border-bottom: 1px solid #3f3f40;
	margin-bottom: 15px;
}
.copyright{
	color: #fff;
	font-family: 'pt_sansregular';
	font-size: 14px;
	padding: 15px 0;
}
.copyright p{
	margin: 0px;
	text-align:center;
}
.copyright a{
	color: #ff4047;
	font-size: 15px;
}