/* Header and header elements */
.header {
  position: relative;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 9;
  width: 100%;
  min-height: 60px;
  padding: 0;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
  z-index: 9999;
}

.slider-item-1 .large_bold_white,
.slider-item-2 .large_bold_white {
  font: 700 75px/83px "PT Sans Narrow", Arial, sans-serif;
  text-transform: none;
}

.testimonials-block .carousel {
  width: 100%;
  margin: 0 auto;
}

.ab-cirle-blue {
  background: #33b1e6;
  bottom: 2px;
  left: 5%;
}
.ab-cirle-red {
  background: #e85425;
  bottom: 63%;
  left: 37%;
}

.ab-cirle-green {
  background: #94db40;
  bottom: 34%;
  right: 8%;
}

/* message block */
.message-block {
  position: relative;
  min-height: 457px;
  height: auto;
  padding: 0 0 50px;
  z-index: 0;
  background: #292F34 url(../img/research-bg.jpg) no-repeat fixed;
  position: relative;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
}

/* Slider */
h2 i.fa.fa-play-circle-o {
    font-size: 40px;
    line-height: 1;
}
h2 i.fa.fa-pencil {
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 400px) {

    .slider-item-1 .promo-like-text h2 i.fa.fa-play-circle-o {
        font-size: 23px;
    }

    .slider-item-1 .promo-like-text h2 i.fa.fa-pencil {
        font-size: 23px;
    }
}

/** Blog Item  **/
.blog-item p {
    line-height: 1.6em;
    margin-bottom: 25px;
    color: #313030;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 0;
}