body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #696a70;
  background: #f4f8fb; }

header {
  background: #fff;
  padding-bottom: 20px; }

.btn.btn-default {
  background-color: #afafb2;
  color: #fff; }

nav.topnav {
  margin-bottom: -50px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: right; }
  nav.topnav .form-inline .form-control {
    width: 120px;
    font-size: 14px; }
  nav.topnav .form-inline .btn {
    font-weight: 600; }

.navbar-header .navbar-toggle {
  margin-top: 70px; }

.navbar-default {
  background: none;
  border: none;
  min-height: auto; }
  .navbar-default .navbar-nav > .active a,
  .navbar-default .navbar-nav > .active a:focus,
  .navbar-default .navbar-nav > .active a:hover {
    background: none;
    color: #00539e;
    font-weight: 600; }
  .navbar-default .navbar-nav a:hover {
    font-weight: 600;
    letter-spacing: -0.013em; }

.navbar-brand {
  height: auto;
  padding: 0;
  margin-left: 0 !important;
  font-size: 0px;
  line-height: 0px; }
  .navbar-brand img {
    width: 310px; }

.navbar-nav > li > a {
  font-size: 17px; }

.home-carousel figure {
  position: relative;
  background-position: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 416px; }
  .home-carousel figure img {
    width: 100%; }
  .home-carousel figure figcaption {
    position: absolute;
    top: 60px;
    left: 40px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    max-width: 660px;
    line-height: 50px; }
    .home-carousel figure figcaption span {
      background-color: rgba(0, 83, 158, 0.9);
      border: white 2px solid;
      padding: 0 5px;
      text-transform: uppercase;
      font-weight: 900;
      line-height: 70px; }
.home-carousel .slick-dots {
  bottom: 40px;
  text-align: left;
  padding-left: 40px; }
  .home-carousel .slick-dots li {
    margin: 0; }
    .home-carousel .slick-dots li button::before {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 100%;
      background: white;
      opacity: 1; }
    .home-carousel .slick-dots li.slick-active button::before {
      background: #00539e;
      border: white 1px solid; }

.clients-quote li {
  position: relative;
  padding: 0 !important; }
  .clients-quote li h2 {
    margin-top: 0; }
  .clients-quote li td {
    padding: 15px;
    padding-left: 25px; }
    .clients-quote li td:first-child {
      /*border-right: #eee 1px solid;
      width: 130px;
      text-align: center;*/ }
    .clients-quote li td q::before, .clients-quote li td q::after {
      font-style: italic;
      font-size: 30px;
      line-height: 14px; }
    .clients-quote li td q::before {
      margin-left: -16px; }
    .clients-quote li td q::after {
      position: relative;
      top: 16px; }

.custom-list .slick-prev, .custom-list .slick-next {
  top: 12px;
  right: 0;
  left: auto;
  width: 26px;
  height: 26px;
  background-color: #00539e;
  z-index: 1000; }
  .custom-list .slick-prev::before, .custom-list .slick-next::before {
    content: none; }
  .custom-list .slick-prev:hover, .custom-list .slick-next:hover {
    background-color: #00539e;
    color: white; }
  .custom-list .slick-prev i, .custom-list .slick-next i {
    font-size: 14px;
    color: white; }
.custom-list .slick-next {
  right: 0;
  top: auto;
  bottom: -12px; }

.news li a {
  padding: 15px;
  display: block;
  color: #666;
  font-size: 16px;
  color: #88898b; }
  .news li a:hover {
    background-color: #00539e;
    text-decoration: none;
    color: #fff; }
    .news li a:hover h3 {
      color: #fff; }
  .news li a h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 18px; }

footer {
  background-color: #6d6d6f;
  color: white;
  padding: 20px 0; }
  footer a, footer h1 {
    color: white; }
  footer li {
    margin-bottom: 8px; }
    footer li a {
      font-size: 14px; }
      footer li a:hover {
        color: #00539e;
        text-decoration: none; }
  footer .copy {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 0;
    text-align: right; }
    footer .copy a {
      color: #fff; }
  footer address {
    font-size: 16px; }

.animation {
  margin-bottom: 60px; }
  .animation .box {
    text-align: center;
    height: 140px;
    font-size: 18px;
    font-weight: 600;
    position: relative; }
    .animation .box.box2 {
      height: auto; }
    .animation .box.left, .animation .box.right {
      padding-top: 48px; }
      .animation .box.left::before, .animation .box.right::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 180%;
        border-bottom: #00539e 1px solid;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 5; }
      .animation .box.left img, .animation .box.right img {
        position: relative;
        z-index: 10; }
  .animation .text {
    background-color: #00539e;
    color: white;
    text-align: left; }
    .animation .text div {
      padding: 0px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      letter-spacing: -0.5px;
      font-weight: 600; }

.job {
  background-color: white;
  padding: 15px;
  margin-top: 30px; }

#job-single p {
  margin-bottom: 15px; }

.testimonials .job figure {
  position: relative;
  height: 75px;
  display: table-cell;
  vertical-align: bottom; }

#about .job {
  min-height: 285px; }
  #about .job img {
    vertical-align: middle; }
  #about .job h1 {
    margin-top: 20px; }

#clients .client {
  margin-bottom: 60px; }
  #clients .client h3 {
    color: #00539e;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 7px; }
  #clients .client em {
    font-size: 18px;
    font-weight: 400; }
  #clients .client figure {
    margin-bottom: 15px; }

#address {
  position: relative; }
  #address address {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 83, 158, 0.88);
    color: #fff;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600; }
    #address address h4 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: 700; }

.AbtHome {
  background: #929497;
  padding: 20px 0; }
  .AbtHome div p {
    text-align: center !important;
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px; }

.slick-slider {
  margin-bottom: 0 !important; }

/*# sourceMappingURL=main.css.map */
