a {
  color: #007dc3;
  text-decoration: none; }


a:hover, a:active {
  color: #f16649;
  text-decoration: none; }
  
.header .caption h1 {
    margin: 10px 0;
    font-size: 70px;
    font-weight: 700;
    animation-delay: 0.8s;
}

.header .caption p {
    font-size: 24px;
    color: #eee;
    word-spacing: 2px;
    animation-delay: 1.2s;
}

p {
    margin: 0 0 16px;
}

.btn.white {
  background: #fff;
  border: 2px solid #007dc3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #007dc3; }
  .btn.white:hover, .btn.white:active {
    background: #007dc3;
    color: #fff;
    border-color: #007dc3; }
    .btn.white:hover span, .btn.white:active span {
      color: #fff; }
  .btn.white:focus {
    background: #007dc3;
    color: #fff;
    border-color: #007dc3; }
    .btn.white:focus span {
      color: #fff; }
  .btn.white span {
    color: #007dc3; }


.section-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
    color: #16467a;
}

.section-title.style2:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #16467a;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.blog-header {
    background: #007dc3;
    position: relative;
}

.blog-header h2 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
}