.space {
  margin: 70px 0px;
}

.space1 {
  margin-top: 25px;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
}


.jl-btn {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 50px;
  background: linear-gradient(to left, #00b0bd, #56bde8);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.jl-btn:hover {
  background-color: #fff;
}

.jl-btn a {
  color: #fff;
}

.jl-btn a:hover {
  color: #000;
}

/*button ends*/
/*banner*/
.heading {
  font-family: 'Muli', sans-serif;
  font-size: 40px;
  color: #06939d;
  font-weight: 900;
  font-style: italic;
}

.banner-bg {
  background-image: url(/assets/images/banner1.png);
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  /*    line-height: 26px;*/
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  /*    background: linear-gradient(to left, #037FD5, #03c5d5);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}



.mt-text {
  padding-top: 160px;
}

.img-p {
  padding-top: 100px;
}

@media only screen and (min-width: 1555px) {
  .banner-bg {
    width: 100%;
    height: 700px;
  }
}

/*banner ends*/
/*feature*/
.timeline-heading {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: #fff;
  -moz-box-shadow: inset 0 0 0 0em #ef795a;
  -webkit-box-shadow: inset 0 0 0 0em #ef795a;
  box-shadow: inset 0 0 0 0em #ef795a;
  display: inline-block;
  /*    margin-bottom: 1.2em;*/
  padding: 3px 0;
}

#conference-timeline:hover .timeline-heading {
  -moz-box-shadow: inset 40em 0 0 0 #258fb8;
  -webkit-box-shadow: inset 40em 0 0 0 #258fb8;
  box-shadow: inset 40em 0 0 0 #258fb8;
}

#conference-timeline:hover .meta-date {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #a83279;
}

#conference-timeline {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start {
  display: table;
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(to left, #00b0bd, #56bde8);
  padding: 15px 23px;
  color: #fff;
  max-width: 50%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
}

#conference-timeline .timeline-end {
  display: table;
  background: linear-gradient(to left, #00b0bd, #56bde8);
  padding: 15px 23px;
  color: #fff;
  width: 100%;
  text-align: center;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #00b0bd;
  z-index: -1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  /*    border: 1px solid #ddd;*/
  background: linear-gradient(to left, #00b0bd, #56bde8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
  padding: 27px 25px;
  color: #fff;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .meta-date {
  position: absolute;
  top: 12px;
  left: 53%;
  width: 20px;
  height: 20px;
  margin-left: -38px;
  background: linear-gradient(to left, #00b0bd, #56bde8);
  outline: 5px solid white;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 20px;
  line-height: 40px;
}

@media only screen and (max-width: 830px) {

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: 12px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  #conference-timeline .conference-timeline-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #conference-timeline .timeline-start {
    font-size: 14px;
    padding: 5px 5px;
    max-width: 100%;
  }
}

.content-left:after,
.content-right:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 15px solid #068892;
  border-left: 15px solid #068892;
  border-right: 15px solid #fff;
  border-top: 20px solid #fff;
  position: absolute;
  -webkit-filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.5));
}

.content-left:before,
.content-right:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 15px solid #068892;
  border-right: 15px solid #068892;
  border-left: 15px solid #fff;
  border-bottom: 15px solid #fff;
  bottom: 0px;
  left: 0px;
  position: absolute;
  -webkit-filter: drop-shadow(7px -7px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(7px -7px 5px rgba(0, 0, 0, 0.5));
  margin-right: 10%;
}

#custom-search-input {
  padding: 3px;
  border: solid 1px #E4E4E4;
  background-color: #fff;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
  font-size: 13px;
}

#custom-search-input button {
  box-shadow: none;
  border: 0;
  color: #fff;
  padding-top: 10px;
  background-color: #06939d;
}

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
}

#custom-search-input .glyphicon-search {
  font-size: 20px;
}