/*--------------Fonts-------------*/
@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneue_light-webfont.eot');
    src: url('../fonts/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_light-webfont.woff') format('woff'),
         url('../fonts/helveticaneue_light-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helvetica_neu_bold-webfont.eot');
    src: url('../fonts/helvetica_neu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neu_bold-webfont.woff') format('woff'),
         url('../fonts/helvetica_neu_bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_neu_bold-webfont.svg#helveticaneuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'helveticaneueregular';
  src: url('../fonts/HelveticaNeue.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/*-----------Global css----------*/
.block {
  width: 100%;
  float: left;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width:1366px) {
  .container {
    width: 1230px;
  }
}
.menu li a,
.navbar-toggle,
.icon-bar,
.footer-widget .menu li a,
.quick-links li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*-------------Start of header css------------*/
/*--top-header--*/
.top-header {
  background: #e8e8e8;
  padding: 16px 0;
}
.top-header a {
  color: #00395d !important;
  font-family: 'helveticaneuelight';
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 15px;
}

header {
  position: relative;
}
.header {
  background: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 0;
  text-align: center;
}
.absolute-header {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 48px;
}

.logo {
  max-width: 520px;
  float: left;
}
.navbar-brand {
  height: auto;
  padding: 0;
}
.logo-text {
  font-family: 'helveticaneuelight';
  font-size: 15px;
  line-height: 18px;
  float: left;
  text-align: left;
  margin: 10px 0 0;
      color: #00395D;
}
.menu {
  padding-top: 7px;
}
.menu li a {
  color: #e1b023;
  font-family: 'helveticaneuelight';
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.nav > li > a:focus, .nav > li > a:hover {
  color: #008dc4;
  background: none;
}

@media (max-width:1199px) {
  .menu li a {
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media (max-width:991px) {
  .menu {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .menu li a {
    font-size: 20px;
    padding: 15px 15px;
  }
  .logo {
    max-width: 100%;
    width: 100%;
  }
  .navbar-brand {
    display: inline-block;
    float: none;
  }
  .logo-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width:767px) {
  .menu {
    width: auto;
  }
  .navbar-toggle {
    border: 1px solid #000000;
    margin:30px 15px 0;
    float: none;
  }
  .icon-bar {
    background: #000000;
  }
  .navbar-toggle:hover {
    border: 1px solid #008dc4;
  }
  .navbar-toggle:hover .icon-bar {
    background: #008dc4;
  }
}

/*-----------Start of testimonial css----------*/
.testimonial {
  background: #008dc3;
}
.testimonial-title {
  color: #ffffff;
  font-family: 'helveticaneuelight';
  font-size: 36px;
  line-height: 36px;
  margin: 27px 0 84px;
}
.testimonial-info {
  color: #ffffff;
  font-family: 'helveticaneuelight';
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 50px;
}
.testimonial-arthur {
  color: #ffffff;
  font-family: 'helveticaneueregular';
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 7px;
}
.testimonial-arthur-info {
  color: #ffffff;
  font-family: 'helveticaneuelight';
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 44px;
}
.testimonial .slick-dots li {
  height: auto;
  width: auto;
}
.testimonial .slick-dots li button::before {
  display: none;
}
.testimonial .slick-dots li button {
  background: #10222e;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: 1;
}
.testimonial .slick-dots li button:hover,
.testimonial .slick-dots li.slick-active button {
  background: #ffffff;
  opacity: 1;
}



/*-----------End of testimonial css----------*/

/*-----------Start of footer css----------*/
.footer {
  background: #10222e;
  padding: 74px 0;
}
.footer-logo {
  margin-bottom: 18px;
  display: inline-block;
}
.quick-links, .footer-widget .menu {
  list-style: none;
  padding: 0;
}
.quick-links li, .footer-widget .menu li {
  padding-top: 35px;
}
.quick-links li a, .footer-widget .menu li a {
  color: #ffffff;
  font-family: 'helveticaneuelight';
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
.quick-links li a:hover, .footer-widget .menu li a:hover {
  color: #008dc4;
}
.visit-app-links {
  color: #000000 !important;
  font-family: 'helveticaneuebold';
  font-size: 24px;
  line-height: 24px;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #008ec5;
  padding: 18px 27px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 22px;
}
.footer h4 {
  color: #ffffff;
  font-family: 'helveticaneuelight';
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 12px;
}
.footer-social li a {
  background: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  padding-top: 2px;
}
.facebook {
  color: #3b5998 !important;
}
.google-plus {
  color: #dc4e41 !important;
}
.twitter {
  color: #55acee !important;
}
.pinterest {
  color: #cb2027 !important;
}
.copyright p {
  color: #898989;
  font-family: 'helveticaneuelight';
  font-size: 18px;
  line-height: 20px;
  margin: 20px 0;
}
@media (max-width:767px) {
  footer {
    text-align: center;
  }
  footer .row > figcaption {
    margin-bottom: 70px;
  }
}
