/* ==========================================================================
   General
/* ========================================================================== */
html, body {
  height: 100%; }

body {
  margin: 140px 0 0;
  color: #65717c;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  line-height: 1.9; }

a {
  color: #0b5fa9;
  text-decoration: none;
  transition: .4s; }
  a:hover {
    color: #052949;
    text-decoration: none; }

h1 {
  font-weight: 600; }

h2 {
  font-weight: 600; }

h3 {
  font-weight: 500; }

img,
iframe {
  max-width: 100%; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.dark-grey {
  color: #585858; }

/* ==========================================================================
   Header
/* ========================================================================== */
#fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  background: #fff; }

#fixed-header.scrolled {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

#top-wrapper {
  background: #0b5fa9;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 12px; }
  #top-wrapper span {
    padding-left: 20px; }
  #top-wrapper #top-email {
    padding-left: 0; }
  #top-wrapper i {
    margin-left: 6px; }
  #top-wrapper a {
    color: #fff; }
    #top-wrapper a:hover {
      color: #ccc; }

#header-wrapper {
  border-bottom: 1px solid #eee; }

#logo {
  margin-top: -40px; }

/* ==========================================================================
   Navigation
/* ========================================================================== */
.nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 100%; }

.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end; }
  .main-menu li {
    position: relative;
    margin-left: 40px; }
    .main-menu li a {
      display: block;
      color: #585858;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase; }
      .main-menu li a:hover {
        color: #0b5fa9; }

/* ==========================================================================
   Layout
/* ========================================================================== */
#main {
  position: relative; }
  #main video {
    display: block;
    width: 100%; }
  #main #main-overlay {
    position: absolute;
    left: 50%;
    margin-left: -555px;
    bottom: 100px;
    z-index: 0;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); }
    #main #main-overlay h1 {
      font-size: 34px; }
    #main #main-overlay p {
      font-size: 22px; }
  #main #arrow-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 30px;
    font-size: 40px; }
    #main #arrow-down a {
      color: rgba(255, 255, 255, 0.4); }

.heading {
  text-align: center;
  color: #585858;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }
  .heading:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 0px;
    bottom: 0;
    border-bottom: 1px solid #0b5fa9; }

.text-white .heading:before {
  border-bottom: 1px solid #fff; }

.parallax {
  padding-top: 40%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

/* ABOUT US */
#about-us {
  background-color: #0b5fa9;
  color: #fff; }
  #about-us h2 {
    color: #fff; }

#mission-wrapper {
  position: relative;
  padding: 80px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: url("../img/stock-3.jpg") center/cover; }
  #mission-wrapper * {
    position: relative; }
  #mission-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5); }

#values {
  font-size: 13px;
  text-align: center; }
  #values h3 {
    margin-bottom: 40px;
    font-weight: 600; }
  #values img {
    height: 40px;
    margin-bottom: 20px; }
  #values h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #585858; }

/* CLIENTS */
#client-wrapper {
  position: relative;
  padding: 120px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: url("../img/stock-5.jpg") center/cover; }
  #client-wrapper * {
    position: relative; }
  #client-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8); }

#clients p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: Lora, serif; }
#clients .client-name {
  font-weight: 600; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff; }

/* SERVICES */
.service-top {
  text-align: center;
  font-size: 14px; }
  .service-top h4 {
    margin: 20px 0 15px;
    color: #585858; }

.service {
  height: 100%;
  padding: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dee2e6 !important; }
  .service img {
    margin: 0 0 20px;
    height: 50px; }
  .service h4 {
    font-size: 20px; }

#service-icons {
  background-color: #0b5fa9;
  padding: 40px 0;
  text-align: center; }
  #service-icons img {
    max-width: 200px; }

#mobile-service-photo {
  display: none; }

#projects {
  background: #f3f3f3; }

.project {
  position: relative;
  background-position: center;
  background-size: cover;
  padding-top: 75%; }
  .project .project-overlay {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: .3s;
    background: rgba(11, 95, 169, 0.8); }
  .project:hover .project-overlay {
    opacity: 1; }

#contact input[type=text],
#contact input[type=email],
#contact input[type=tel],
#contact textarea {
  border-radius: 0;
  height: auto;
  font-family: Poppins, sans-serif;
  border: 4px solid #9aa4ad;
  padding: 10px 12px; }
#contact textarea {
  height: 120px; }
#contact button {
  border-radius: 0;
  background: #0b5fa9;
  border: 0;
  font-family: Poppins, sans-serif;
  text-transform: uppercase; }

/* ==========================================================================
   Content
/* ========================================================================== */
/* ==========================================================================
   Bootstrap
/* ========================================================================== */
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important; }

  .border-sm-right {
    border-right: 1px solid #e3e7eb !important; }

  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important; }

  .border-sm-left {
    border-left: 1px solid #e3e7eb !important; }

  .border-sm-top-0 {
    border-top: 0 !important; }

  .border-sm-right-0 {
    border-right: 0 !important; }

  .border-sm-bottom-0 {
    border-bottom: 0 !important; }

  .border-sm-left-0 {
    border-left: 0 !important; }

  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important; }

  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important; }

  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important; }

  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important; } }
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important; }

  .border-md-right {
    border-right: 1px solid #e3e7eb !important; }

  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important; }

  .border-md-left {
    border-left: 1px solid #e3e7eb !important; }

  .border-md-top-0 {
    border-top: 0 !important; }

  .border-md-right-0 {
    border-right: 0 !important; }

  .border-md-bottom-0 {
    border-bottom: 0 !important; }

  .border-md-left-0 {
    border-left: 0 !important; }

  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important; }

  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important; }

  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important; }

  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important; } }
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important; }

  .border-lg-right {
    border-right: 1px solid #e3e7eb !important; }

  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important; }

  .border-lg-left {
    border-left: 1px solid #e3e7eb !important; }

  .border-lg-top-0 {
    border-top: 0 !important; }

  .border-lg-right-0 {
    border-right: 0 !important; }

  .border-lg-bottom-0 {
    border-bottom: 0 !important; }

  .border-lg-left-0 {
    border-left: 0 !important; }

  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important; }

  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important; }

  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important; }

  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important; } }
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important; }

  .border-xl-right {
    border-right: 1px solid #e3e7eb !important; }

  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important; }

  .border-xl-left {
    border-left: 1px solid #e3e7eb !important; }

  .border-xl-top-0 {
    border-top: 0 !important; }

  .border-xl-right-0 {
    border-right: 0 !important; }

  .border-xl-bottom-0 {
    border-bottom: 0 !important; }

  .border-xl-left-0 {
    border-left: 0 !important; }

  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important; }

  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important; }

  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important; }

  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important; } }
/* ==========================================================================
   Footer
/* ========================================================================== */
#footer-wrapper {
  background: #373e44;
  font-size: 12px; }
  #footer-wrapper a {
    color: #7e8b96; }
    #footer-wrapper a:hover {
      color: #999; }
  #footer-wrapper h4 {
    font-size: 20px;
    color: #aaa; }

#footer-logo {
  max-width: 220px;
  align-self: flex-start; }

#footer-social a {
  font-size: 30px;
  margin-right: 10px; }

#base {
  background: #373e44;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #40484f;
  font-size: 10px; }
  #base a {
    color: #7e8b96; }
    #base a:hover {
      color: #999; }

/* ==========================================================================
   Responsive
/* ========================================================================== */
@media (max-width: 1200px) {
  body {
    margin: 116px 0 0; }

  #main #main-overlay {
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 50px; }
    #main #main-overlay h1 {
      font-size: 28px; } }
@media (max-width: 992px) {
  body {
    margin: 82px 0 0; }

  .main-menu li {
    margin-left: 20px; }
    .main-menu li a {
      font-size: 12px; } }
@media (max-width: 767px) {
  body {
    margin: 168px 0 0; }

  #top-wrapper .text-right {
    text-align: center !important; }

  #logo {
    max-width: 200px;
    margin: 10px auto 0 auto; }
    #logo a {
      display: block; }

  .nav-container {
    justify-content: center;
    padding: 10px 20px 15px 0; }

  #main #main-overlay {
    bottom: 30px; }
    #main #main-overlay h1 {
      font-size: 20px; }
    #main #main-overlay p {
      font-size: 16px; }

  #arrow-down {
    display: none; }

  #clients p {
    font-size: 12px; } }
@media (max-width: 576px) {
  body {
    margin: 0; }

  #fixed-header {
    position: relative; }

  #top-wrapper {
    font-size: 9px; }
    #top-wrapper span {
      padding-left: 10px; }

  .nav-container {
    padding-right: 10px; }

  .main-menu li {
    margin-left: 10px; }
    .main-menu li a {
      font-size: 9px; }

  .parallax {
    display: none;
    background-attachment: scroll; }

  #main {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: calc(100vh - 250px);
    background: url("../img/main-mobile.jpg") center/cover; }
    #main:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      background: rgba(0, 0, 0, 0.5); }
    #main video {
      display: none; }
    #main #main-overlay {
      position: relative; }
      #main #main-overlay h1 {
        font-size: 16px; }
      #main #main-overlay p {
        font-size: 12px; }

  #mobile-service-photo {
    display: block; }

  #service-icons img {
    max-width: 150px; } }
