@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

html, body {
  height: 100%;
}

body {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  line-height: 25px;
}

/* Navigation Bar */

.navbar {
  border: none;
  min-height: 110px;
}

.navbar-default {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px #000000;
}

.navbar-brand {
  height: 110px;
  line-height: 80px;
}

.navbar-default .navbar-nav>li>a {
  line-height: 80px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00629b;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #cc0000;
  background-color: transparent;
}

.navbar-toggle {
  margin-top: 10px;
}

/* Hero Image */
.hero-image {
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 110px;
}

.hero-overfow {
  background: rgba(255,255,255,0.45);
  overflow: hidden;
  height: 100%;
  z-index: 2;
  position: relative;
}

.hero-text, .hero-text-video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text-video {
  font-size: 80px;
}

  /*==================================================
  =            Slider Home Page                =
  ==================================================*/

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}

.gallery-top {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.timer_wrapper {
  float: left;
  width: 100%;
  margin: 100px 0px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}

.timer_info {
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  background-color: rgba(35,51,64, 0.40);
  padding: 30px;
}

.timer_info h1 {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.timer_info p {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 6px;
  position: relative;
}

.smalltext {
  padding-top: 15px;
  font-size: 16px;
}

.swiper-slide-active {
  opacity: 1;
}

 .btn-repeat {
   background-color: #a7daf0;
   font-weight: 600;
 }

 .btn-repeat:hover {
   text-decoration: underline;
 }

.about_wrapper {
  float: left;
  width: 100%;
  background-image: url(../img/content/about_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.toppadder {
  padding-top: 100px;
}

.bottompadder {
  padding-bottom: 100px;
}

.heading_left h1 {
  float: left;
  width: 100%;
  margin: 0px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 900 !important;
}

.heading_left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  text-transform: capitalize;
}

  .heading_left h1:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 60px;
  background: -ms-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -moz-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -o-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #6E65DE), color-stop(100, #30A3F0));
  background: -webkit-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: linear-gradient(to right, #6E65DE 0%, #30A3F0 100%);
}

.toppadder50 {
  padding-top: 50px;
}

.toppadder30 {
  padding-top: 30px;
}

.toppadder20 {
  padding-top: 20px;
}

.bottompadder50 {
  padding-bottom: 50px;
}

.about_info span {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
  font-family: 'Roboto Slab', serif;
}

.lk_btn a {
    margin-right: 15px;
}

.lk_btn a {
  display: inline-block;
  width: auto;
  min-width: 150px;
  height: 46px;
  line-height: 43px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  background: -ms-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -moz-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -o-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #6E65DE), color-stop(100, #30A3F0));
  background: -webkit-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: linear-gradient(to right, #6E65DE 0%, #30A3F0 100%);
  text-align: center;
  border: 2px solid #6e65de;
  border-radius: 50px;
  padding: 0px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lk_btn a.btn_2 {
  display: inline-block;
  width: auto;
  min-width: 150px;
  height: 46px;
  line-height: 43px;
  font-size: 14px;
  color: #222222;
  background: transparent;
  border: 2px solid #6e65de;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.event_schedule{
	float:left;
	width:100%;
}
.event_schedule ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
  background-color: #ffffff;
  border: 2px dashed #e1e1e1;
  border-radius: 50px;
}
.event_schedule ul li{
	float:left;
	width:50%;
	list-style:none;
}
.event_schedule ul li:first-child .event_schedule_info{
  border-top-left-radius: 50px;
}
.event_schedule ul li:last-child .event_schedule_info{
  border-bottom-right-radius: 50px;
}
.event_schedule ul li:nth-child(2) .event_schedule_info{
  border-top-right-radius: 50px;
}
.event_schedule ul li:nth-child(3) .event_schedule_info{
  border-bottom-left-radius: 50px;
}
.event_schedule ul li:first-child{
  border-right: 2px dashed #e1e1e1;
  border-bottom: 2px dashed #e1e1e1;
}

.event_schedule ul li:nth-child(2){
  border-bottom: 2px dashed #e1e1e1;
}
.event_schedule ul li:nth-child(3){
	border-right: 2px dashed #e1e1e1;
}
.event_schedule ul li .event_schedule_info{
	float:left;
	width:100%;
	text-align:center;
	padding:35px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.event_schedule ul li .event_schedule_info svg{
	width:32px;
	height:32px;
	fill:#6e65de;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.event_schedule ul li .event_schedule_info h4{
	float: left;
  width: 100%;
  margin: 5px 0px;
  font-size: 20px;
  font-weight: 500;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.event_schedule ul li .event_schedule_info p{
  float: left;
  width: 100%;
  margin: 0px;
  letter-spacing: 4px;
  text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.event_schedule ul li .event_schedule_info:hover{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: -ms-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
	background: -moz-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
	background: -o-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #6E65DE), color-stop(100, #30A3F0));
	background: -webkit-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
	background: linear-gradient(to right, #6E65DE 0%, #30A3F0 100%);
}
.event_schedule ul li .event_schedule_info:hover h4, .event_schedule ul li .event_schedule_info:hover p, .event_schedule ul li .event_schedule_info:hover svg{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color:#ffffff;
	fill:#ffffff;
}

/*-- Important Dates --*/

.dates_wrapper, .sponsors_wrapper, .btn_wrapper {
  background-color: #ecf5fb;
  float: left;
  width: 100%;
}

.heading_center {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  text-transform: capitalize;
}

.topics {
  font-size: 15px;
  font-weight: bold;
}

.tpc ul {
  font-style: italic;
  list-style: none;
}

.timeline {
  border-left: 4px solid #4298C3;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #a7daf0; /* #cae6f2; */
  color: #244685;
  font-family: 'Roboto Slab', sans-serif;
  margin: 0px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  /*max-width: 50%;*/
}
.timeline h1,
.timeline h2,
.timeline h3 {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 900;
  font-size: 1.2em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: #244685;
  text-align: right;
  font-weight: 900;
  font-size: 0.9em;
  min-width: 120px;
}

.timeline .event:after {
  box-shadow: 0 0 0 4px #4298c3;
  left: -57.85px;
  background: #313534;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

.complete {
  text-decoration: line-through;
}

/*-- keynotes section --*/

.keynotes_wrapper {
  float: left;
  width: 100%;
  background-image: url(../img/content/about_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.a-card {
  background-color: #cae6f2;
  border-radius: 5px;
}

.a-card .arrow {
  float: right;
  padding: 10px 10px 0px 0px;
}

.a-card.hovercard .avatar {
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px;
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  text-align: center;
}

.a-card.hovercard .avatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000000;
}

.info, .bottom {
  padding: 15px 0 15px 0;
  text-align: center;
  min-height: 110px;
}

.title {
  color: #cc0000;
  font-weight: 600;
  font-size: 18px;
}

.metadata {
  display: inline-block;
  padding: 7px;
}

.category-title {
  font-size: 14px;
  font-weight: 600;
  padding-right: 7px;
}

/* -- Sponsors Section --  */

.sponsors_box {
  float: left;
  width: 100%;
}

/* -- Footer Section -- */

.footer_wrapper {
  float: left;
  width: 100%;
  background-color: #06131c;
  color: #797979;
  position: relative;
}

.bottompadder70 {
  padding-bottom: 70px;
}

.toppadder70 {
  padding-top: 70px;
}

/*-- Responsive css Start --*/

@media only screen and (min-device-width: 310px) and (max-device-width: 768px) {
  .timer_info h1 {
    font-size: 30px;
  }

  .timer_info p {
    font-size: 17px;
    letter-spacing: 6px;
    position: relative;
  }
}

@media (max-width: 479px) {
  .event_schedule ul li {
    width: 100%;
  }
  .event_schedule ul li:first-child {
    border-right: 0px dashed #e1e1e1;
  }
  .event_schedule ul li:nth-child(3){
    border-right: 0px dashed #e1e1e1;
    border-bottom: 2px dashed #e1e1e1;
  }
  .event_schedule ul li:first-child .event_schedule_info {
    border-top-right-radius: 50px;
  }
  .event_schedule ul li:nth-child(2) .event_schedule_info {
    border-top-right-radius: 0;
  }
  .event_schedule ul li:nth-child(3) .event_schedule_info {
    border-bottom-left-radius: 0;
  }
  .event_schedule ul li:last-child .event_schedule_info {
    border-bottom-left-radius: 50px;
  }
  .heading_left h1 {
    font-size: 30px;
  }
  .heading_center h1 {
    font-size: 30px;
  }

  .lk_btn a{
  	padding:0px 10px;
  }

}

/*-- Responsive css End --*/
