body {
	color: #2c3e50;
	font: normal 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #000;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #0EA9EE;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a:hover, a:focus {
	color: #2980b9;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
	color:#0EA9EE;
}
h1 {
	font-size: 38px;
	border-bottom:2px solid #0EA9EE;
	border-radius:25px;
	margin-top:50px;
	margin-bottom:80px;
	max-width:400px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
	text-align:justify;
}
p.lead {
	font-size: 24px;
	font-weight: 300;
	text-align:left;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
	color:#fff;
	text-align:justify;
}
ul li, ol li {
	text-align:justify;
}
.portinfo li, .portinfo li {
	color:#333;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
/*	Section
	==================================================*/
.section {
	padding: 100px 0;
}
.active-section {
	top: 80px;
}
.navbar.active-section {
	top: 0 !important;
}
/*	Tab & Collapse Skin
	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}
.nav-tabs {
	border-bottom-color: #ecf0f1;
}
.nav-tabs>li>a {
	padding: 10px 0;
	margin-right: 30px;
	color: inherit;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: none;
	border-color: rgba(255, 255, 255, 0);
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: #ecf0f1;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	color: #1abc9c;
	background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #1abc9c;
}
.nav .caret, .nav a:hover .caret {
	border-top-color: #1abc9c;
	border-bottom-color: #1abc9c;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #1abc9c;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #bdc3c7;
}
.navbar-inverse .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 23px;
}
.navbar-inverse .navbar-toggle:focus {
	outline: none;
}
.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-default {
	border-color: #ecf0f1;
}
.panel-default:last-child {
	margin-bottom: 25px;
}
.panel-default>.panel-heading {
	background: #ecf0f1;
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top:none;
}
/*	Button & Label
	==================================================*/
.alert {
	color: #FFF;
	border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
 color: #FFF;
 font-weight: 300;
 text-decoration: underline;
}
.btn, .label {
	font-weight: 300;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
.btn:hover, .btn:focus {
	outline: none;
}
.btn-link {
	color: #1abc9c;
}
.btn-link:hover, .btn-link:focus {
	color: #16a085;
}
.btn-default, .label-default {
	background-color: #34495e;
	border-color: #34495e;
	color: #FFF;
}
.btn-default:hover, .btn-default:focus {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #FFF;
}
.btn-success, .label-success, .alert-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus {
	border-color: #27ae60;
	background-color: #27ae60;
}
.btn-primary, .label-primary {
	background-color: #1F6BAD;
	border-color: #3498db;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #ccc;
	border-color: #1F6BAD;
	color:#1F6BAD;
}
.btn-submit, .label-submit {
	background-color: #1F6BAD;
	border-color: #3498db;
	color:#ccc;
	width:100%;
}
.btn-submit:hover, .btn-submit:focus {
	background-color: #ccc;
	border-color: #1F6BAD;
	color:#1F6BAD;
}
.btn-info, .label-info, .alert-info {
	background-color: #3498db;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d35400;
	border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
	background-color: #49B5E3;
	border-color: #49B5E3;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #ccc;
	border-color: #49B5E3;
	color:#1F6BAD;
	;
}
.btn-register {
	/*background-color: #0EA9EE;
	border-color: #0EA9EE;*/
	color:black;
    /*background: url(../images/blue3.jpg)*/
    font-weight: 600;
        background: #D6B618;
background: linear-gradient(135deg, #D6B618, #EDDB50);
    
}
.btn-livestream {
	background-color: #000;
	border-color: #900;
	color:#0EA9EE;
}
.btn-livestream:hover, .btn-livestream:active {
	background-color: #000;
	border-color: #900;
	color:#fff;
}
.btn-register:hover, .btn-register:focus {
	background-color: #333;
	border-color: #0EA9EE;
	color:#ffff;
}
/*	Header
	==================================================*/
#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}
/*	Parallax Background
	==================================================*/

#parallax {
	/*height: 780px;*/
  width: 100%;
	top: 0;
	position: fixed;
	/*background: url('../images/main-business-1.jpg') center center no-repeat; */
  background-size: cover;
	z-index: -100;
}
/*	Navbar
	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 15px 15px;
	margin-right: 30px;
	color: #fff;
	font-size:24px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color: rgba(0, 3, 6, 0.5);
	border: none;
}
.navbar-right button {
	margin: 0;
}
.navbar-nav>li>a {
	padding: 5px 0;
	margin: 10px 10px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ebebeb;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	text-shadow: 2px 2px #000;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #0EA9EE;
}
.navbar-collapse {
    height: 100vh;
}
.header-button {
	margin-left: 5px;
}
.title {
	position: fixed;
	top: 0;
	font-size:18px;
	font-weight:bold;
	color: #0EA9EE;
	height: 60px;
	z-index: 1;
	padding:10px 0;
 transition: all .5s;
 text-shadow:#000 2px 2px;
}
.hide {
	opacity:0;
}
.show {
	opacity:1;
}
/*	Hero
	==================================================*/
#hero {
/*	background: rgba(0, 0, 0, 0);
	color: #000;
	margin-top: 0;
	padding: 0;*/
    
    
    
     width: 100%;
  height: 90vh;
  background: url("../images/Website_banner2025.png") top center;
  background-size: cover;
  position: relative;
    
}
#hero .lp-element {
	padding: 0;
	background-color: rgba(255, 255, 255, .75);
}
#hero h1 {
	font-size: 60px;
}
#hero p.lead {
	font-size: 1.8em;
}
@media (min-width: 1024px) {
  #hero {
    /*background-attachment: fixed;*/
  }
}

/*@media (max-width: 720px) {
  #hero {
    height: auto;
  }
}*/

@media (max-width: 720px) {
  #hero {      
     background-image: url("../images/vertical_website_banner_5.png");
  }
}


/*@media (max-width: 700px) {
  #hero {      
     background-image: url("../images/img-1_old.jpg");
  }
}*/

/*	Live Stream
	==================================================*/
#livestream {
	background-color: #333;
	background: url('../images/img-2.jpg') center center no-repeat;
	background-attachment:fixed;
	padding:0;
	color:#ebebeb;
}
#livestreamcontainer {
	background:rgba(0, 0, 0, 0.8);
	padding:10px 0 50px 0;
}
#livestream .lead {
	color: #09C;
}
#livestream p {
	color:#ebebeb;
}


/*	About
	==================================================*/
#about {
	background-color: #333;
	background: url('../images/img-2.jpg') center center no-repeat;
	background-attachment:fixed;
	padding:0;
	color:#ebebeb;
}
#aboutoutercontainer {
	background:rgba(30, 30, 30, 0.8);
	padding:10px 0 50px 0;
}
#about .lead {
	color: #09C;
}
#about p {
	color:#ebebeb;
}





/*	Schedule
	==================================================*/ 
#schedule {
	background-color: #036;
    background: url('../images/img-2.jpg') center center no-repeat;
	padding:0;
}
#schedule h4 {
	min-height:50px;
}
#scheduleoutercontainer {
	background:rgba(25, 25, 25, 0.8);
	padding:50px 0;
}
#schedule table {
	width:90%;
	margin:0 auto;
	border:1px solid #ddd;
	/*background-color:rgba(0, 0, 0, 0.8);*/
}
#schedule table th, #schedule table td {
	color:#fff;
	padding:10px 5px;
	border:1px solid #333;
	vertical-align:top;
}
#schedule table th {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:20px 5px;
}
#schedule table td, #schedule table td ul li {
	text-align:left;
}
#schedule table td ul {
	padding:0;
	margin:0 0 0 20px;
}

#schedule img
{
  display: block;
  clear: both;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 0px;
  height: auto;
  margin-bottom: 10px;
  
}



/* Facts Section
--------------------------------*/
#facts {
  background: url("../images/img-spon.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}


/*	orghanising
	==================================================*/ 
#Organizing {
     background: url('../images/img-2.jpg') center center no-repeat;
	background-color: #036;
	padding:0;
}
#Organizing h4 {
	min-height:50px;
}
#Organizingoutercontainer {
	background:rgba(25, 25, 24, 0.8);
	padding:50px 0;
}
#Organizing table {
	width:90%;
	margin:0 auto;
	border:1px solid #ddd;
	background-color:rgba(0, 0, 0, 0.8);
}
#Organizing table th, #Organizing table td {
	color:#fff;
	padding:10px 5px;
	border:1px solid #333;
	vertical-align:top;
}
#Organizing table th {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:20px 5px;
}
#Organizing table td, #Organizing table td ul li {
	text-align:left;
}
#Organizing table td ul {
	padding:0;
	margin:0 0 0 20px;
}
/*	moderators
	==================================================*/ 
#moderators {
	/*background-color: #7de0e2;*/
	background: url('../images/startup_back.jpeg') center center no-repeat;
	background-attachment:fixed;
	padding:0;
	color: #FFF;
}
#moderatorsoutercontainer {
	background:rgba(25, 25, 25, 0.8);
	padding:50px 0;
}
#moderators .moderator {
	height:350px;
	margin-bottom:50px;
	text-align:center;
}
#moderators .moderator span {
	font-size:14px;
}
#moderators img {
	display:block;
	clear:both;
	width: 100%;
	max-width:150px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:3px solid #0EA9EE;
	border-radius:15px
}
#moderators a {
	margin-bottom: 10px;
	display: block;
	border:5px solid #333;
	border-radius:6px;
}
#moderators a:hover {
	-webkit-filter: brightness(120%);
	border:5px solid #0EA9EE;
	border-radius:6px;
}

#moderators .zoom-effect {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
    margin-bottom:20px;
}

#moderators .zoom-effect:hover {
  transform: scale(1.3);
}





/*	Adv comittee
	==================================================*/ 
#committee {
	background-color: #003;
	background: url('../images/img-3.jpg') center center no-repeat;
	background-attachment:fixed;
	padding:0;
	color: #FFF;
}
#committeeoutercontainer {
	background:rgba(25, 25, 25, 0.8);
	padding:80px 0;
}
#committee .committee {
	height:250px;
	margin-bottom:50px;
	text-align:center;
}
#committee .committee span {
	font-size:14px;
}
#committee img {
	display:block;
	clear:both;
	width: 100%;
	max-width:170px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #0EA9EE;
	border-radius:35px;
}
#committee .committee.inaugural img {
	display:block;
	clear:both;
	width: 100%;
	max-width:300px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #0EA9EE;
	border-radius:15px;
}
#committee a {
	margin-bottom: 10px;
	display: block;
	border:5px solid #333;
	border-radius:6px;
}
#committee a:hover {
	-webkit-filter: brightness(120%);
	border:5px solid #0EA9EE;
	border-radius:6px;
}
#committee a, #committee a:hover {
	border:none;
}

#committee .zoom-effect {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

#committee .zoom-effect:hover {
  transform: scale(1.3);
}



/*	Panelists
	==================================================*/ 
#panelists {
	background-color: #003;
	background: url('../images/img-3.jpg') center center no-repeat;
	background-attachment:fixed;
	padding:0;
	color: #FFF;
}
#panelistsoutercontainer {
	background:rgba(25, 25, 25, 0.8);
	padding:80px 0;
}
#panelists .panelist {
	height:350px;
	margin-bottom:50px;
	text-align:center;
}
#panelists .panelist span {
	font-size:14px;
}
#panelists img {
	display:block;
	clear:both;
	width: 100%;
	max-width:200px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #0EA9EE;
	border-radius:35px;
}
#panelists .panelist.inaugural img {
	display:block;
	clear:both;
	width: 100%;
	max-width:300px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #0EA9EE;
	border-radius:35px;
}
#panelists a {
	margin-bottom: 10px;
	display: block;
	border:5px solid #333;
	border-radius:6px;
}
#panelists a:hover {
	-webkit-filter: brightness(120%);
	border:5px solid #0EA9EE;
	border-radius:6px;
}
#panelists a, #panelists a:hover {
	border:none;
}

/*	guest
	==================================================*/ 
#guest {
	background-color: #003;
	background: url('../images/img-3.jpg') center center no-repeat;
	background-attachment:fixed;
	padding:0;
	color: #FFF;
}
#guestoutercontainer {
	background:rgba(25, 25, 25, 0.8);
	padding:80px 0;
}
#guest .guest {
	height:350px;
	margin-bottom:50px;
	text-align:center;
}
#guest .guest span {
	font-size:14px;
}
#guest img {
	display:block;
	clear:both;
	width: 100%;
	max-width:270px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #0EA9EE;
	border-radius:35px;
}
#guest .guest.inaugural img {
	display:block;
	clear:both;
	width: 100%;
	max-width:300px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #0EA9EE;
	border-radius:35px;
}
#guest a {
	margin-bottom: 10px;
	display: block;
	border:5px solid #333;
	border-radius:6px;
}
#guest a:hover {
	-webkit-filter: brightness(120%);
	border:5px solid #0EA9EE;
	border-radius:6px;
}
#guest a, #guest a:hover {
	border:none;
}

/*	Sponsors
	==================================================*/ 
#sponsors {
	background:#003;
	background: url('../images/img-2.jpg') center center no-repeat;
	background-attachment:fixed;
	color:#eee;
	text-align: left;
	padding:0;
}
#sponsorsoutercontainer {
	background:rgba(25, 25, 3, 0.8);
	padding:50px 0;
}
#sponsors .sponsor {
	margin-bottom:50px;
	text-align:center;
}
#sponsors img {
	display:block;
	clear:both;
	width: 100%;
	max-width:300px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #0EA9EE;
	border-radius:15px
}
.col-centered{
    float: none;
    margin: 0 auto;
}
#sponsors a {
	/*margin-bottom: 30px;*/
	display: block;
	/*border:5px solid #333;
	border-radius:6px;*/
}
#sponsors a:hover {
	-webkit-filter: brightness(120%);
	/*border:5px solid #0EA9EE;
	border-radius:6px;*/
}

#sponsors .zoom-effect {
  transition: transform 0.5s ease-in-out;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
	background:#003;
	background: url('../images/img-2.jpg') center center no-repeat;
	background-attachment:fixed;
	color:#eee;
	text-align: left;
	padding:0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
}

#portfoliooutercontainer {
	background:rgba(25, 25, 25, 0.8);
	padding:75px 0;
}

#portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

#portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

#portfolio .portfolio-flters li:hover, #portfolio .portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

#portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

#portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
 width: 500px;
}

#portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
    
}

#portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

#portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

#portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

#portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

#portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

#portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

#portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

#portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# techtalk
--------------------------------------------------------------*/
#techtalk {
	background:#003;
	background: url('../images/img-2.jpg') center center no-repeat;
	background-attachment:fixed;
	color:#eee;
	text-align: left;
	padding:0;
}

#techtalk .portfolio-item {
  margin-bottom: 30px;
}

#techtalkooutercontainer {
	background:rgba(25, 25, 25, 0.8);
	padding:75px 0;
}

#techtalk .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

#techtalk .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

#techtalk .portfolio-flters li:hover, #techtalk .portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

#techtalk .portfolio-flters li:last-child {
  margin-right: 0;
}

#techtalk .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*  border: 2px solid #0EA9EE;
    border-radius: 35px*/
 /* background: rgba(21, 21, 21, 0.6);*/
}

#techtalk .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
    width: 500px;
}

#techtalk .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

#techtalk .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

#techtalk .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

#techtalk .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

#techtalk .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

#techtalk .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

#techtalk .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

#techtalk .portfolio-wrap:hover::before {
  opacity: 1;
}

#techtalk .portfolio-wrap:hover img {
  transform: scale(1.2);
}

#techtalk .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}


/*	Venue
	==================================================*/ 
#venue {
	background:#003;
	background: url('../images/img-5.jpg') center center no-repeat;
	background-attachment:fixed;
	color:#eee;
	text-align: left;
	padding:0;
}
#venueoutercontainer {
	background:rgba(25, 25, 25, 0.8);
	padding:75px 0;
}
#venue .overview p.lead {
	color:#49B5E3;
	margin: 30px 10%;
	margin-bottom: 40px;
}
.google-maps {
	position: relative;
	padding-bottom: 25%;
// This is the aspect ratio  height: 0;
	overflow: hidden;
	margin-bottom:50px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*	Contact
	==================================================*/ 
#contact {
	background:#003;
	background: url('../images/img-4.jpg') center center no-repeat;
	background-attachment:fixed;
	color:#eee;
	text-align: left;
	padding:0;
}
#contactoutercontainer {
	background:rgba(25, 25, 3, 0.8);
	padding:75px 0 150px 0;
	line-height:32px;
}
#contact .overview p.lead {
	color:#49B5E3;
	margin: 30px 10%;
	margin-bottom: 40px;
}


/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
 /* padding: 60px 0 30px 0;*/
    background: url('../images/img-3.jpg') center center no-repeat;
}

#speakeroutercontainer{
    background: rgba(25, 25, 25, 0.8);
 /* padding: 80px 0;*/
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 300px;
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 15px;
  font-style: italic;
    text-align: center;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #f82249;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*#speakers img{
    display: block;
  clear: both;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
    margin-bottom: 0px;
  height: auto;
  margin-bottom: 10px;

}*/


/*	Footer
	==================================================*/ 
#footer {
	background:#000;
	font-size:14px;
	color:#bbb;
	text-align: left;
	padding:25px 0;
	border-top: 1px solid #0EA9EE;
	border-radius:25px;
}
#footer text-left {
	text-align:left;
}
#footer text-right {
	text-align:right;
}
.socialicons a {
	margin:3px;
}
.socialicons img {
	width: 32px;
	height: 32px;
	padding:2px;
	border:2px solid #900;
	border-radius:50%;
}

/*	Responsive
	==================================================*/ 
@media (max-width:1400px) {
	.title {
	font-size:18px;
	width:350px;
}
}
@media (max-width:1200px) {
.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
}

@media (max-width: 991px) {
 .service-block {
 margin-bottom: 30px;
}
 #image img.img-responsive {
 margin-left: auto;
 margin-right: auto;
}
 .faq-block {
 margin: 0 60px;
}
 .navbar-nav>li>a {
 margin: 0 7px;
}
}

@media (max-width: 767px) {
/*.navbar-fixed-top, .title {
	position:relative;
	display: block;
	visibility:visible;
}*/
 body {
 font-size: 14px;
}
 h1 {
 font-size: 28px;
}
h1 {
	margin-top:10px;
}
 h2 {
 font-size: 24px;
}
 h3 {
 font-size: 20px;
}
 h4, .carousel-inner blockquote p {
 font-size: 18px;
}
 h5 {
 font-size: 16px;
}
 h6 {
 font-size: 14px;
}
 p.lead {
 font-size: 18px;
}
 .section {
 padding: 60px 0;
}
 .overview p.lead {
 margin-bottom: 40px;
}
 .service-block, .img-responsive, .carousel {
 margin-bottom: 30px;
}
 .overview .lead {
 margin-left: 0;
 margin-right: 0;
}
 .container {
 max-width: 690px;
 padding-left: 30px;
 padding-right: 30px;
}
 #newsletter form {
 width: 100%;
 margin: 0;
}
 .input-lg, .btn-lg {
 font-size: 12px;
 height: 37px;
}
 .faq-block {
 margin: 0 40px;
}
#panelists .panelist {
	height:auto;
	margin-bottom:50px;
	text-align:center;
}
#sponsors .sponsor {
	height:auto;
	margin-bottom:50px;
	text-align:center;
}
}
@media (max-width: 490px) {
.title {
	font-size:18px;
	width:350px;
}
 .container {
 max-width: 430px;
 padding-left: 30px;
 padding-right: 30px;
}
 #hero .lp-element {
 margin-left: -30px;
 margin-right: -30px;
}
 #hero h1 {
 font-size: 38px;
}
 #hero p.lead {
 font-size: 1.5em;
}
 #gallery .col-xs-6 {
 width: 50%;
}
 .faq-block {
 margin: 0;
}
.socialicons {
	margin-top:20px;
}
#schedule table {
	overflow: hidden;
	overflow-x: scroll;
	display:block;
}
}

@media (max-width: 1700px) {
    .title {
        padding-top: 40px;
        /*color: red;*/
}
}
