* {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased; }

body {
  position: relative; }

.no-padding {
  padding: 0 !important; }

.max-res-container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%; }

h1 {
  font-size: 70px;
  font-weight: 700; }
  h1 .thin {
    font-size: 70px;
    font-weight: 300; }

h2 {
  font-size: 70px;
  font-weight: 300; }

h3 {
  font-size: 24px;
  font-weight: 600; }

header {
  padding: 30px 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999; }
  header.active {
    top: 345px; }
  header .site-logo img {
    max-width: 300px; }
  header .header-content-container {
    float: right;
    margin-top: 15px; }
    header .header-content-container .social-media-links {
      float: right;
      margin-top: 25px; }
      header .header-content-container .social-media-links img {
        max-width: 30px; }
    header .header-content-container .navigation-container {
      display: flex;
      align-items: center; }
      header .header-content-container .navigation-container nav {
        display: inline-block !important;
        width: auto !important;
        text-align: right;
        float: right; }
        header .header-content-container .navigation-container nav ul {
          float: right; }
          header .header-content-container .navigation-container nav ul li {
            border-right: 1px solid #1D2D59; }
            header .header-content-container .navigation-container nav ul li:last-of-type {
              border: none; }
              header .header-content-container .navigation-container nav ul li:last-of-type a {
                padding-right: 0; }
            header .header-content-container .navigation-container nav ul li a {
              padding: 0 10px;
              font-size: 14px;
              line-height: 14px;
              color: #1D2D59;
              text-transform: uppercase;
              font-weight: 600;
              text-decoration: none; }
              header .header-content-container .navigation-container nav ul li a:hover {
                text-decoration: none; }
              header .header-content-container .navigation-container nav ul li a:visited {
                color: #1D2D59; }
      header .header-content-container .navigation-container .sidebar-menu {
        display: inline-block;
        float: right; }
        header .header-content-container .navigation-container .sidebar-menu img {
          max-width: 30px; }
    header .header-content-container .call-to-action {
      color: #1D2D59;
      font-size: 24px;
      font-weight: 400;
      float: right;
      margin-top: 28px;
      margin-right: 15px; }
      header .header-content-container .call-to-action span {
        color: #D9302E;
        font-size: 24px;
        font-weight: 600; }
  header .mobile-menu-button {
    float: right;
    margin-top: 50px;
    cursor: pointer; }
    header .mobile-menu-button img {
      max-width: 30px; }

#pullout-menu {
  background: #1D2D59; }
  #pullout-menu nav {
    padding: 20px;
    margin-top: 25px; }
    #pullout-menu nav ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #pullout-menu nav ul li {
        display: block;
        width: 100%;
        margin-bottom: 20px; }
        #pullout-menu nav ul li a {
          color: #FFFFFF;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none; }
  #pullout-menu .social-media-links {
    padding: 0 20px; }
    #pullout-menu .social-media-links a {
      margin-right: 2px;
      text-decoration: none; }
      #pullout-menu .social-media-links a:hover {
        text-decoration: none; }
      #pullout-menu .social-media-links a img {
        max-width: 30px; }

.mobile-menu {
  background: #1D2D59;
  padding: 10px 0; }
  .mobile-menu .social-media-links {
    text-align: Center; }
    .mobile-menu .social-media-links img {
      max-width: 30px; }
  .mobile-menu nav ul {
    padding: 0;
    margin: 0; }
    .mobile-menu nav ul li {
      width: 100%;
      text-align: center; }
      .mobile-menu nav ul li a {
        color: #FFFFFF;
        font-weight: 600;
        padding: 10px 0; }
        .mobile-menu nav ul li a:hover {
          text-decoration: none; }

#csl-video {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 40px; }
  #csl-video .close-video {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000; }
    #csl-video .close-video img {
      max-width: 30px; }
  #csl-video video {
    width: 90%;
    margin: 0 auto; }

.header-section {
  background: url("../img/header-background.jpg");
  padding: 160px 35px 0 35px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 1080px; }
  .header-section .header-slide {
    display: flex;
    align-items: center; }
    .header-section .header-slide .slide-content hr {
      width: 80px;
      border-top: 2px solid #95774C;
      margin: 50px auto 25px 0; }
    .header-section .header-slide .slide-content button {
      width: 175px; }
      .header-section .header-slide .slide-content button.about-us {
        background: transparent;
        border-radius: 0;
        border: 2px solid #D9302E;
        padding: 12px 20px;
        box-shadow: none;
        text-shadow: none;
        font-size: 15px;
        font-weight: 600;
        color: #D9302E;
        margin-top: 50px; }
    .header-section .header-slide .slide-content p {
      color: #676E87; }
    .header-section .header-slide .slide-content .play-button {
      margin-left: 10px; }
      .header-section .header-slide .slide-content .play-button img {
        display: inline-block;
        margin-top: -3px; }
    .header-section .header-slide .slide-image {
      text-align: right; }
  .header-section .slick-dots {
    padding: 0 15px;
    margin: 0;
    list-style: none; }
    .header-section .slick-dots li {
      display: inline-block;
      margin-right: 5px; }
      .header-section .slick-dots li.slick-active button {
        background: #1D2D59; }
      .header-section .slick-dots li button {
        background: none;
        border-radius: 100px;
        border: 2px solid #1D2D59;
        text-shadow: none;
        box-shadow: none;
        padding: 4px; }

.mid-section {
  background: url("../img/lift-anything.jpg");
  padding: 80px 35px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 1080px; }
  .mid-section .case-studies-container {
    display: flex;
    align-items: center; }
    .mid-section .case-studies-container .case-study-main-content hr {
      width: 80px;
      border-top: 2px solid #95774C;
      margin: 50px auto 25px 0; }
    .mid-section .case-studies-container .case-study-main-content p span {
      font-weight: 400; }
    .mid-section .case-studies-container .case-study-main-content button {
      width: 175px; }
      .mid-section .case-studies-container .case-study-main-content button.projects {
        background: transparent;
        border-radius: 0;
        border: 2px solid #D9302E;
        padding: 12px 20px;
        box-shadow: none;
        text-shadow: none;
        font-size: 15px;
        font-weight: 600;
        color: #FFFFFF;
        margin-top: 50px; }
      .mid-section .case-studies-container .case-study-main-content button.contact-us {
        background: transparent;
        border-radius: 0;
        border: 2px solid #FFFFFF;
        padding: 12px 20px;
        box-shadow: none;
        text-shadow: none;
        font-size: 15px;
        font-weight: 600;
        color: #FFFFFF;
        margin-top: 50px;
        margin-left: 20px; }
    .mid-section .case-studies-container .home-projects .single-project {
      margin: 0 auto 25px auto;
      position: relative;
      overflow: hidden; }
      .mid-section .case-studies-container .home-projects .single-project .project-plus {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999; }
        .mid-section .case-studies-container .home-projects .single-project .project-plus img {
          max-width: 55px; }
      .mid-section .case-studies-container .home-projects .single-project .project-title-rollover {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        z-index: 1;
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 10px;
        background: rgba(29, 45, 89, 0.7); }
        .mid-section .case-studies-container .home-projects .single-project .project-title-rollover.active {
          visibility: visible;
          transition: 0.4s;
          background: rgba(29, 45, 89, 0.7); }
        .mid-section .case-studies-container .home-projects .single-project .project-title-rollover h4 {
          color: #FFFFFF;
          margin: 0 auto;
          text-align: center; }

.bottom-section {
  background: url("../img/where-we-are.jpg");
  padding: 80px 35px 80px 35px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 1080px; }
  .bottom-section .bottom-section-content hr {
    width: 80px;
    border-top: 2px solid #95774C;
    margin: 50px auto 25px 0; }
  .bottom-section .bottom-section-content button {
    width: 175px; }
    .bottom-section .bottom-section-content button.about-us {
      background: transparent;
      border-radius: 0;
      border: 2px solid #D9302E;
      padding: 12px 20px;
      box-shadow: none;
      text-shadow: none;
      font-size: 15px;
      font-weight: 600;
      color: #FFFFFF;
      margin-top: 50px; }
    .bottom-section .bottom-section-content button.projects {
      background: transparent;
      border-radius: 0;
      border: 2px solid #FFFFFF;
      padding: 12px 20px;
      box-shadow: none;
      text-shadow: none;
      font-size: 15px;
      font-weight: 600;
      color: #FFFFFF;
      margin-top: 50px;
      margin-left: 20px; }

.services-header-section {
  background: url("../img/header-background.jpg");
  padding: 160px 35px 0 35px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 1080px;
  margin-top: -161px; }
  .services-header-section .services-header-container {
    padding-top: 200px;
    padding-bottom: 50px; }
    .services-header-section .services-header-container .services-header-content hr {
      width: 80px;
      border-top: 2px solid #95774C;
      margin: 50px auto 25px 0; }
    .services-header-section .services-header-container .services-header-content button {
      width: 175px; }
      .services-header-section .services-header-container .services-header-content button.contact-us {
        background: transparent;
        border-radius: 0;
        border: 2px solid #D9302E;
        padding: 12px 20px;
        box-shadow: none;
        text-shadow: none;
        font-size: 15px;
        font-weight: 600;
        color: #D9302E;
        margin-top: 50px; }
    .services-header-section .services-header-container .services-header-content p {
      color: #676E87; }

.projects-container-section {
  background: url("../img/lift-anything.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 80px 0; }
  .projects-container-section .projects {
    text-align: center; }
    .projects-container-section .projects h3 {
      color: #95774C;
      margin-bottom: 50px; }
    .projects-container-section .projects .single-project {
      display: inline-block;
      max-width: 250px;
      position: relative;
      margin-bottom: 10px; }
      .projects-container-section .projects .single-project .project-plus {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999; }
        .projects-container-section .projects .single-project .project-plus img {
          max-width: 55px; }
      .projects-container-section .projects .single-project .project-title-rollover {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        z-index: 1;
        background: rgba(29, 45, 89, 0.7); }
        .projects-container-section .projects .single-project .project-title-rollover h4 {
          text-align: center;
          width: 100%;
          color: #FFFFFF; }

#map {
  z-index: -2; }

.contact-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0; }
  .contact-content-container .contact-content {
    padding: 30px;
    border: 3px solid #1D2D59;
    background: rgba(255, 255, 255, 0.8);
    max-width: 420px;
    margin: 300px auto 0 auto; }

.projects-section {
  background: url("../img/header-background.jpg");
  padding: 160px 35px 0 35px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 1080px; }
  .projects-section .projects-container {
    max-width: 1140px;
    margin: 0 auto; }
    .projects-section .projects-container .single-project .project-container {
      position: relative;
      margin: 10px; }
      .projects-section .projects-container .single-project .project-container .project-title {
        background: rgba(29, 45, 89, 0.7);
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%; }
        .projects-section .projects-container .single-project .project-container .project-title h3 {
          padding: 15px;
          color: #FFFFFF;
          text-align: Center;
          margin: auto; }
      .projects-section .projects-container .single-project .project-container .project-plus {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999; }
        .projects-section .projects-container .single-project .project-container .project-plus img {
          max-width: 55px; }
      .projects-section .projects-container .single-project .project-container .project-thumbnail img {
        width: 100%; }

.more-button {
  margin: 40px 0 60px 0;
  text-align: center; }
  .more-button #show-more {
    padding: 15px 20px;
    background: #1D2D59;
    color: #FFFFFF; }

.single-project-header-section {
  background: url("../img/header-background.jpg");
  padding: 160px 35px 30px 35px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1080px; }
  .single-project-header-section .project-header-image {
    margin: 30px 0;
    text-align: center; }
  .single-project-header-section .single-project-content .project-title h1 {
    color: #1D2D59;
    margin-top: 0; }
  .single-project-header-section .single-project-content .project-title h3 {
    color: #95774C; }
  .single-project-header-section .single-project-content .project-content hr {
    max-width: 100px;
    border-top: 3px solid #95774C;
    margin: 20px auto 50px 0; }
  .single-project-header-section .single-project-content .project-content p {
    margin-bottom: 30px; }

@media screen and (max-width: 1480px) {
  h1 {
    font-size: 55px;
    font-weight: 700; }
    h1 .thin {
      font-size: 55px;
      font-weight: 300; }

  h2 {
    font-size: 55px;
    font-weight: 300; }

  h3 {
    font-size: 20px;
    font-weight: 600; } }
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 48px;
    font-weight: 700; }
    h1 .thin {
      font-size: 48px;
      font-weight: 300; }

  h2 {
    font-size: 48px;
    font-weight: 300; }

  h3 {
    font-size: 18px;
    font-weight: 600; }

  header .header-content-container .navigation-container nav {
    margin-right: 50px; }

  .mid-section {
    display: block; }
    .mid-section .case-studies-container {
      display: block; }
      .mid-section .case-studies-container .case-study-main-content {
        margin-bottom: 40px; }
      .mid-section .case-studies-container .home-projects .single-project .project-thumbnail img {
        width: 100%; } }
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 44px;
    font-weight: 700; }
    h1 .thin {
      font-size: 44px;
      font-weight: 300; }

  h2 {
    font-size: 44px;
    font-weight: 300; }

  h3 {
    font-size: 18px;
    font-weight: 600; } }
@media screen and (max-width: 991px) {
  header {
    padding: 30px 15px; }

  .header-section {
    display: block;
    padding: 160px 10px 0 10px; }
    .header-section .header-slide {
      display: block; }
    .header-section .slick-dots {
      text-align: center;
      margin: 20px 0; }

  .services-header-section {
    margin: 0;
    padding: 160px 15px 0 15px; }
    .services-header-section .services-header-container {
      display: block;
      padding-top: 0 !important; }

  .projects-section {
    padding: 160px 15px 0 15px; }

  .mid-section {
    padding: 80px 15px; }
    .mid-section .case-studies-container .case-studies .case-study {
      max-width: 100%; }
      .mid-section .case-studies-container .case-studies .case-study img {
        max-width: 100%; }

  .bottom-section {
    padding: 80px 15px 80px 15px; }

  .contact-content-container {
    position: relative;
    height: auto !important; }
    .contact-content-container .contact-content {
      max-width: 100%;
      margin: 0;
      border: 0; }

  footer .footer-content .copyright-info {
    float: left;
    display: block;
    width: 100%; }
  footer .footer-content .footer-menu {
    float: left;
    display: block;
    width: 100%;
    margin-top: 10px; }
    footer .footer-content .footer-menu ul {
      float: left !important; }
      footer .footer-content .footer-menu ul li:first-of-type {
        padding-left: 0; } }
@media screen and (max-width: 768px) {
  .contact-content-container {
    position: relative;
    height: auto !important; }
    .contact-content-container .contact-content {
      max-width: 100%;
      margin: 0;
      border: 0; } }
@media screen and (max-width: 500px) {
  header .site-logo img {
    max-width: 200px; }
  header .mobile-menu-button {
    margin-top: 30px; }

  .mid-section .case-studies-container .case-study-main-content button {
    display: block; }
    .mid-section .case-studies-container .case-study-main-content button.contact-us {
      margin-top: 15px;
      margin-left: 0; }

  .bottom-section .bottom-section-content button {
    display: block; }
    .bottom-section .bottom-section-content button.projects {
      margin-top: 15px;
      margin-left: 0; } }
@media screen and (max-width: 400px) {
  .header-section .header-slide .slide-content .play-button {
    display: block;
    margin-left: 0;
    margin-top: 10px; } }
footer {
  border-top: 1px solid #D9302E;
  background: #1D2D59; }
  footer .footer-content {
    padding: 10px 20px; }
    footer .footer-content .copyright-info {
      color: #FFFFFF;
      font-size: 14px;
      float: left;
      display: inline-block; }
    footer .footer-content .footer-menu {
      float: right;
      display: inline-block; }
      footer .footer-content .footer-menu ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none; }
        footer .footer-content .footer-menu ul li {
          display: inline-block;
          padding: 0 20px;
          border-right: 1px solid #FFFFFF; }
          footer .footer-content .footer-menu ul li:last-of-type {
            border: none; }
          footer .footer-content .footer-menu ul li a {
            color: #FFFFFF;
            font-size: 14px;
            line-height: 14px; }

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