@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Tenor+Sans');

html, body {
  height: 100%;
}

/*font-family: 'Montserrat', sans-serif;*/


body {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.orange-color {
  color: #FCA311;
  font-weight: 900;
}

/* Navigation Bar */

.navbar {
  border: none;
}

.navbar-default {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px #000000;
}

.navbar-brand {
  padding: 0px;
  height: 60px;
}
.navbar-brand> img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: inherit;
}

.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;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/* Hero Image */
.hero-image {
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
  /*background-color: #e5e5e5;*/
}

.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;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

.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: 60%;
  text-align: center;
  display: block;
  /*background-color: rgba(35,51,64, 0.40);*/
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
}

.timer_info_alter {
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  background-color: transparent; /*rgba(20,33,61, 0.30); */
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
  /* display: none; */
}

.timer_info_alter h1 {
  float: left;
  width: 100%;
  color: transparent; /*#ffffff;*/
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 60px;
}

.timer_info_alter p {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 6px;
  position: relative;
  font-weight: 600;
}

.timer_info h1 {
  float: left;
  width: 100%;
  color: #14213d;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 60px;
}

.timer_info p {
  float: left;
  width: 100%;
  color: #FCA311;
  font-size: 20px;
  letter-spacing: 6px;
  position: relative;
  font-weight: 600;
}

.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-text {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.white {
  background-color: #FFFFFF;
}

.grey {
  background-color: #E5E5E5;
}

.pages_wrapper{
  min-height: 780px;
}

.about_wrapper, .contact_wrapper {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.toppadder {
  padding-top: 100px;
}

.bottompadder {
  padding-bottom: 100px;
}

.heading-icon {
  font-size: 30px;
}

.heading_left h1 {
  float: left;
  width: 100%;
  margin: 0px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 900 !important;
  font-size: 25px;
}

.heading_left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  text-transform: capitalize;
}

  .heading_left h1:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 25%;
  height: 4px;
  width: 50%;
  text-align: center;
  background-color: #14213D;
  /*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;
}

.bottompadder30 {
  padding-bottom: 30px;
}

.bottompadder20 {
  padding-bottom: 20px;
}

.toppadder20 {
  padding-top: 20px;
}

.bottompadder50 {
  padding-bottom: 50px;
}

.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: #14213D; /* #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 --*/

.consortium_wrapper {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.a-card {
  background-color: #FFFFFF; /* #cae6f2; */
  border-radius: 5px;
  min-height: 170px;
}

.a-card .arrow {
  float: right;
  padding: 10px 10px 0px 0px;
}

.a-card.hovercard .avatar {
  /* position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  float: none;
  margin: 0 auto;
  width: 90%;
  height: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle; */
  height: 150px;
  line-height: 150px;
}

.a-card.hovercard .avatar img {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}

.a-card-research {
  background-color: #FFFFFF; /* #cae6f2; */
  border-radius: 5px;
  max-height: 100%;
}

.a-card-research.hovercard .avatar-research img {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}

.info, .bottom {
  padding: 15px;
  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%;
}

.panel-h {
  min-height: 300px;
}

/* -- Footer Section -- */

.footer_wrapper {
  float: left;
  width: 100%;
  background-color:#14213D;
  color: #FFFFFF; /* #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 --*/

.tab-pane:active {
outline: none;
border: none;
}

.tab-pane:focus {outline:0;}

.text-justify {
  text-align: justify;
}

.text-bold {
  font-weight: 900;
}


.index-content a:hover{
    color:black;
    text-decoration:none;
}
.index-content{
    margin-bottom:20px;
    /* padding:50px 0px; */
}
.index-content .row{
    margin-top:20px;
}
.index-content a{
    color: black;
}
.index-content .card{
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    border: 1px solid rgba(0,0,0,0.14);
    /* box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3); */

}
.index-content .card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}
.index-content .card img{
    width:100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.index-content .card h4{
    margin:20px;
}
.index-content .card p{
    margin:20px;
    opacity: 0.65;
}
.index-content .blue-button{
    width: 100px;
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s , color 1s;
    min-height: 20px;
    background-color: #002E5B;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 20px 15px 20px;
    padding: 5px 0px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
}
.index-content .blue-button:hover{
    background-color: #dadada;
    color: #002E5B;
}
@media (max-width: 768px) {

    .index-content .col-lg-4 {
        margin-top: 20px;
    }
}

  .datagrid {
    background: #fff;
    overflow: hidden;
  }

  .bold { font-weight: bold; }
  .mt-10 {margin-top: 10px;}
  .italic { font-style: italic; }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 20px;