body {
  font-family: 'Work Sans', sans-serif;
  position: relative;
  margin: 0;
  overflow-x: hidden; }
  @media only screen and (max-width: 575px) {
    body {
      padding-top: 60px; } }
  @media only screen and (min-width: 576px) and (max-width: 1199px) {
    body {
      padding-top: 75px; } }
  body.not-scrollable {
    height: 100vh;
    overflow-y: hidden; }

section {
  overflow-x: hidden;
  overflow-y: hidden; }

h1 {
  font-family: "Work Sans";
  font-size: 70px;
  font-weight: 500;
  line-height: 65px;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    h1 {
      line-height: 40px; } }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  word-break: break-word; }

.break-word {
  word-break: break-all; }

.pt100 {
  padding-top: 100px; }

.pr100 {
  padding-right: 100px; }

.pl100 {
  padding-left: 100px; }

.pt85 {
  padding-top: 85px; }

.pb85 {
  padding-bottom: 85px; }

@media only screen and (max-width: 991px) {
  .pt-md0 {
    padding-top: 0px !important; } }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.ps0 {
  padding-left: 0px;
  padding-right: 0px; }

.pt30 {
  padding-top: 30px; }

@media only screen and (max-width: 991px) {
  .pt-md40 {
    padding-top: 40px !important; } }

@media only screen and (max-width: 991px) {
  .pt-md60 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 992px) {
  .pt-lg140 {
    padding-top: 140px !important; } }

@media only screen and (min-width: 992px) {
  .pt-lg185 {
    padding-top: 185px !important; } }

@media only screen and (min-width: 992px) {
  .pt-lg250 {
    padding-top: 250px !important; } }

@media only screen and (max-width: 991px) {
  .pt-md30 {
    padding-top: 30px !important; } }

.pb40 {
  padding-bottom: 40px; }

.pb60 {
  padding-bottom: 60px; }

@media only screen and (max-width: 991px) {
  .pb-md40 {
    padding-bottom: 40px !important; } }

@media only screen and (max-width: 991px) {
  .pb-md20 {
    padding-bottom: 20px !important; } }

@media only screen and (max-width: 991px) {
  .pb-md0 {
    padding-bottom: 0px !important; } }

@media only screen and (min-width: 992px) {
  .pb-lg185 {
    padding-bottom: 185px !important; } }

@media only screen and (min-width: 992px) {
  .pb-lg250 {
    padding-bottom: 250px !important; } }

.pb100 {
  padding-bottom: 100px; }

.pb150 {
  padding-bottom: 150px; }

.pl30 {
  padding-left: 30px; }

@media only screen and (max-width: 991px) {
  .pl-md30 {
    padding-left: 30px; } }

@media only screen and (min-width: 992px) {
  .pl-lg-65 {
    padding-left: 65px; } }

@media only screen and (max-width: 991px) {
  .pr-md30 {
    padding-right: 30px; } }

@media only screen and (min-width: 992px) {
  .pr-lg-230 {
    padding-right: 230px; } }

.pr30 {
  padding-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mb15 {
  margin-bottom: 15px; }

@media only screen and (max-width: 991px) {
  .mb-md40 {
    margin-bottom: 40px !important; } }

@media only screen and (max-width: 991px) {
  .bg-md-none {
    background-image: none !important; } }

.font-work-sans {
  font-family: "Work Sans"; }

.font-size-28 {
  font-size: 28px; }

.gray-text {
  color: rgba(35, 42, 48, 0.6); }

.line-height-35 {
  line-height: 35px; }

.line-height-30 {
  line-height: 30px; }

.ms100 {
  margin-left: 100px;
  margin-right: 100px; }

@media only screen and (max-width: 1199px) {
  .ms-lg-auto {
    margin-left: auto;
    margin-right: auto; } }

.margin0 {
  margin: 0px; }

@media only screen and (max-width: 767px) {
  .xs-margin0 {
    margin: 0px; } }

@media only screen and (max-width: 991px) {
  .md-margin0 {
    margin: 0px; } }

@media only screen and (max-width: 767px) {
  .md-padding0 {
    padding-left: 0;
    padding-right: 0; } }

.owl-flat-dots .owl-dots {
  margin-top: 30pt; }
  .owl-flat-dots .owl-dots .owl-dot span {
    width: 30pt;
    height: 3pt;
    background-color: rgba(255, 255, 255, 0.3); }
  .owl-flat-dots .owl-dots .owl-dot.active span {
    background-color: white; }

.rotate180 {
  transform: rotate(180deg); }

#striped-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999; }
  #striped-loader .container-fluid {
    height: 100%;
    position: relative; }
  #striped-loader .row {
    height: 100%;
    position: relative; }
  #striped-loader .row > div {
    float: left;
    height: 100%;
    background-color: white; }
    @media only screen and (min-width: 992px) {
      #striped-loader .row > div {
        box-shadow: 0px 0px 1px #b56e05; } }
  #striped-loader .spinner {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50vh;
    left: calc(50% - 30px);
    z-index: 2;
    animation: rotate 1.0s infinite ease-in-out, background 1.0s infinite ease-in-out alternate; }
  #striped-loader img {
    position: absolute;
    width: 200px;
    top: 40vh;
    left: calc(50% - 100px);
    z-index: 2; }
@keyframes rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg); } }
@keyframes background {
  0% {
    background-color: #b56e05; }
  33% {
    background-color: #486BB0; }
  66% {
    background-color: #232A30; }
  100% {
    background-color: #A0A0A0; } }
@keyframes loader-effect {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }
#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 999; }
  #loader img {
    position: absolute;
    width: 200px;
    top: 30vh;
    left: calc(50% - 100px); }
  #loader .spinner {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 40vh;
    left: calc(50% - 30px);
    animation: rotate 1.0s infinite ease-in-out, background 1.0s infinite ease-in-out alternate; }
    @media only screen and (max-width: 575px) {
      #loader .spinner {
        /*            top: 60%;*/ } }
@keyframes rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg); } }
@keyframes background {
  0% {
    background-color: #b56e05; }
  33% {
    background-color: #486BB0; }
  66% {
    background-color: #232A30; }
  100% {
    background-color: #A0A0A0; } }
@keyframes loader-effect {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }
button {
  border-radius: 0px !important; }

.btn {
  border-radius: 0px;
  border: 0;
  padding: 20px 30px;
  text-transform: uppercase;
  font-weight: bold; }
  .btn.btn-secondary {
    color: white !important;
    background-color: #063d71; }
    .btn.btn-secondary:hover {
      background-color: #0957a1; }
  .btn.btn-primary {
    color: white;
    background-color: #486BB0; }
    .btn.btn-primary:hover {
      background-color: #6987c2;
	  color:#486bb0;	  }
  .btn img.arrow {
    margin-left: 58px;
    height: 9px;
    float: right;
    margin-top: 8px; }

.navbar {
  z-index: 10; }
  @media only screen and (min-width: 1200px) {
    .navbar {
      padding-top: 0px;
      padding-bottom: 0px;
      height: 100px; } }
  @media only screen and (max-width: 1199px) {
    .navbar {
      border-bottom: 1px solid #EAEBEC;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: white;
      z-index: 100; }
      .navbar .navbar-collapse {
        padding-left: 29px;
        padding-right: 29px; }
      .navbar .navbar-toggler {
        cursor: pointer; }
        .navbar .navbar-toggler.opened .navbar-toggler-icon {
          width: 2em;
          height: 2em;
          margin-right: -5px;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADmwAAA5sBPN8HMQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAMrSURBVGiB7ZhLb9xUFIC/45a2AhZILGHPgj1ISMCiIrbTx4wTgURSHhLiMbZTyo5/wLY0nlQI+lArUEiV2I5EZ1wJJEQl9kj8A1YsKSxQmntYRCPZIROw50bq4n47n/E953y691j2gMPhcDgcDofjkcNPtp/303zRVr5wsPXqfFK+0nW912WRv5K/AOa+qGwEcf5u1+IT5pKts+p5lUHv+YPyTJccrUXmk+JFMXJP4CnAQ+S6n5YfdSkOEMbFOQ9vEzgJnBRPN+eSrbNt87QW2RV9FniiFhJRzcK4XG6bK0jy0yqsAydq4ROees+0zdVapMqiTRE9D/xdCx9T0dtBXMT/N0+QludB7gKP18JGhffGa/0v2vbVaUZGWTQS0YimjCBkflIk/7XeT7Z7qN6huRNGkPerrH+jS0+dRGC6jMCqH5fptHVhmvcFs8EBEqNh73rXfqTrwlpjoark7A3rBFWVi9VaL9t3b19VNoDHauGZJcCCCEyXEdGPR1m0ChAkRQR8yxFIgCURmC4DXELlN0TX2SeB6AfjLLpmo741EYAgLV9H9RvgeC2swA7NmVDg0njYv2KrtlURmLozdazuxATrInCojFH4sBr2v7Jds/Pj9zCM8ZS94/NvhN2jqGldJEiKSES3gVMH1RPlWpjmK7brWj1a/qA8I55OXgAnHDTs1ufE2o74abEknpY0JR6CLIkxc8BfjboqXwZJcdFWfSsiYVwui3ILOFYLPxThwnjYWx9dXfjRQ+aBP2u/C3DZlszMRytI8wuo3GSfhKLL1TDaqN/rrxQvi+Eu8GQtrCrySZX1Pp+lj5lEpkkgsjTOencOWnNUMp2Plp/kb7WVAKhW+z+hJgQe1MIiqpeDuPi0az+dRMK4eFuQGzQldkR58zCJCeO1hfuomacpA8JnXWVaHy0/zRdFZZ3m+9SuqLwzWut93SZXkOSnQbZpfiUqyqDtV2LrHVGO/wr8XgvtoPJGWwmA8TD63iivAX/Uwg8Q80vbXJ2GPRiUz+HpD8DTamSxutr7rkueCXNx8ZInjPauTDAeLvw8S75WPGp/0DkcDofD4XA4jo5/AL9tRXAELEhvAAAAAElFTkSuQmCC); }
      .navbar .navbar-nav {
        font-size: 16px;
        line-height: 40px; }
        .navbar .navbar-nav a {
          color: #fff;
          /*text-transform: uppercase;*/ } }
  .navbar .nav-item {
    display: flex;
    align-items: center; }
    .navbar .nav-item a {
      color: #424242;
      /*text-transform: uppercase;*/
      font-weight: 500; }
      @media only screen and (max-width: 575px) {
        .navbar .nav-item a {
          margin-left: 0; } }
      @media only screen and (min-width: 1200px) {
        .navbar .nav-item a {
          font-size: 18px;
          line-height: 21px;
          margin-left: 5px; } }
      @media only screen and (min-width: 1201px) {
        .navbar .nav-item a {
          margin-left: 0px;
/*           padding-left: 2px !important;  */
		  } }
      @media only screen and (max-width: 1199px) {
        .navbar .nav-item a {
          opacity: 1; } }
    .navbar .nav-item.btn {
      padding: 0px 5px !important;
      margin-left: 10px;
      text-transform: none;
      display: block;
      text-align: center; }
      .navbar .nav-item.btn a {
        color: white;
        opacity: 1;
        font-size: 14px;
		width: 100%;}
      @media only screen and (max-width: 1199px) {
        .navbar .nav-item.btn {
          text-align: center;
          margin-bottom: 10px;
          padding: 5px;}
          .navbar .nav-item.btn a {
            width: 100%; } }
    .navbar .nav-item.dropdown .sm-menu {
      margin-top: 0px; }
    @media only screen and (max-width: 1199px) {
      .navbar .nav-item.dropdown {
        display: block !important; } }
    .navbar .nav-item.dropdown .dropdown-menu {
      padding: 22px 6px 8px 22px; }
      .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
        margin-left: 0;
        font-weight: normal;
        font-size: 14px;
        opacity: .9;
        text-transform: inherit;
        padding-left: 10px; }
        .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          background-color: transparent;
          font-weight: 500;
          opacity: 1; }
        @media only screen and (max-width: 1199px) {
          .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
            padding-left: 0px;
            font-size: 16px; } }
      @media only screen and (max-width: 1199px) {
        .navbar .nav-item.dropdown .dropdown-menu {
          border: none;
          padding-left: 0px;
          padding-top: 0px; } }
      @media only screen and (max-width: 1199px) {
        .navbar .nav-item.dropdown .dropdown-menu .dropdown-divider {
          display: none; } }
    .navbar .nav-item.active a, .navbar .nav-item:hover a {
      opacity: 1; }
  .navbar .navbar-brand .logo {
    width: 320px; }
  @media only screen and (max-width: 575px) {
    .navbar .navbar-brand .logo {
      width: 150px; } }
  .navbar .navbar-toggler {
    padding: 0; }
    .navbar .navbar-toggler:focus {
      outline: none; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(72, 107, 176, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }

footer {
  background-color: #04294b;
  z-index: 1;
  position: relative;
  bottom: 0px;
  width: 100%;
  /*@media only screen and (max-width: 991px) {
      background-color: rgba(4, 41, 75, 1);
  }*/ }
  footer .social {
    display: flex;
    margin-left: 0px; }
    footer .social .btn {
      margin-left: 5px !important;
      font-size: 13px !important;
      padding: 15px;
      width: 50px; }
  footer section .row {
    padding-top: 15px;
    padding-bottom: 15px; }
    footer section .row .menu {
      display: flex;
      align-items: center; }
      footer section .row .menu a {
        color: white;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        margin-left: 40px; }
        footer section .row .menu a:hover {
          text-decoration: none;
          opacity: .5; }
        footer section .row .menu a:first-child {
          margin-left: 0px; }
        footer section .row .menu a.btn {
          font-size: 12px;
          letter-spacing: 2px;
          margin-left: auto; }
          footer section .row .menu a.btn:hover {
            opacity: .9; }
      @media only screen and (max-width: 575px) {
        footer section .row .menu {
          display: block; }
          footer section .row .menu a {
            display: block;
            text-align: center;
            padding: 10px 0px;
            margin-left: 0; } }
      @media only screen and (max-width: 991px) {
        footer section .row .menu {
          padding-top: 20px;
          padding-bottom: 20px; } }

.page-welcome {
  margin-bottom: 100px; }
  .page-welcome h1 {
    color: #232A30;
    font-family: "Work Sans";
    font-size: 70px;
    font-weight: 500;
    line-height: 65px; }
  @media only screen and (max-width: 991px) {
    .page-welcome {
      padding: 40pt 30pt;
      margin-bottom: 38pt; }
      .page-welcome h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        float: left; } }

.page-content {
  margin-bottom: 100px; }
  .page-content p {
    color: #232A30;
    opacity: .8;
    font-family: "Work Sans";
    font-size: 18px;
    line-height: 25px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4 {
    margin-bottom: 20px;
    font-weight: 500 !important; }
  @media only screen and (max-width: 991px) {
    .page-content {
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 40pt; } }

@media only screen and (max-width: 1200px) {
  .gsw-slider-owl-mobile .content {
    padding: 120px 30px 30px 30px; } }
@media only screen and (max-width: 991px) {
  .gsw-slider-owl-mobile .content {
    padding: 60px 30px 30px 30px; } }
@media only screen and (max-width: 575px) {
  .gsw-slider-owl-mobile .content {
    padding: 30px 30px 30px 30px; } }
.gsw-slider-owl-mobile .content h2 {
  color: #232A30;
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 500;
  line-height: 40px; }
.gsw-slider-owl-mobile .image {
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 300px; }
.gsw-slider-owl-mobile .owl-dots { 
  background-image: url("../img/blur-bg.png");
  background-size: cover;
  position: absolute;
  height: 33px;
  bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .gsw-slider-owl-mobile .owl-dots .owl-dot span {
    width: 30pt;
    height: 3pt;
    background-color: white; }
  .gsw-slider-owl-mobile .owl-dots .owl-dot.active span {
    background-color: #486BB0; }
.gsw-slider-owl-mobile .owl-nav {
  position: absolute;
  top: calc(50% - 45px);
  width: 100%; }
  .gsw-slider-owl-mobile .owl-nav button:hover {
    background-color: transparent !important; }
  .gsw-slider-owl-mobile .owl-nav button:focus {
    outline: none; }
  .gsw-slider-owl-mobile .owl-nav .owl-prev {
    float: left;
    margin-left: -50px; }
  .gsw-slider-owl-mobile .owl-nav .owl-next {
    float: right;
    margin-right: -50px; }
  @media only screen and (max-width: 991px) {
    .gsw-slider-owl-mobile .owl-nav .owl-prev {
      margin-left: 20px; }
    .gsw-slider-owl-mobile .owl-nav .owl-next {
      margin-right: 20px; } }
.gsw-slider-owl-mobile.movie-in-slider .owl-nav {
  top: auto;
  bottom: 10%; }
  .gsw-slider-owl-mobile.movie-in-slider .owl-nav button {
    margin-top: -150px; }
.gsw-slider-owl-mobile.movie-in-slider video {
  border-bottom: 25px solid transparent; }

.gsw-slider-owl .item {
  height: 740px;
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
.gsw-slider-owl .content {
  text-align: right;
  margin-bottom: 150px;
  margin-right: 30px;
  /*h2, p{
      width: 33%;
  }*/ }
  .gsw-slider-owl .content h1, .gsw-slider-owl .content h2, .gsw-slider-owl .content h3, .gsw-slider-owl .content h4, .gsw-slider-owl .content h5 {
    font-family: "Work Sans";
    font-size: 45px;
    font-weight: 400;
    /*line-height: 65px;*/ }
  .gsw-slider-owl .content p {
    font-weight: 500;
    color: #232A30;
    font-family: "Work Sans";
    font-size: 21px;
    /* line-height: 32px;*/
    text-align: left;
    float: right;
    /*padding-bottom: 110px;*/ }
  .gsw-slider-owl .content h2 {
    text-transform: uppercase;
    border-bottom: 3px solid black;
    display: inline-block;
    /*padding-bottom: 10px;
    margin-bottom: 10px;*/ }
.gsw-slider-owl .owl-dots {
  background-image: url("../img/blur-bg.png");
  background-size: cover;
  position: absolute;
  height: 33px;
  bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .gsw-slider-owl .owl-dots .owl-dot span {
    width: 30pt;
    height: 3pt;
    background-color: white; }
  .gsw-slider-owl .owl-dots .owl-dot.active span {
    background-color: #486BB0; }

.gsw-slider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 740px; }
  .gsw-slider .content h1, .gsw-slider .content h2, .gsw-slider .content h3, .gsw-slider .content h4, .gsw-slider .content h5 {
    font-family: "Work Sans";
    font-size: 55px;
    font-weight: 500;
    line-height: 65px; }
  .gsw-slider .content p {
    opacity: 0.8;
    color: #232A30;
    font-family: "Work Sans";
    font-size: 20px;
    line-height: 32px; }
  .gsw-slider .item, .gsw-slider .item-copy {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    background-position: center;
    background-size: cover;
    background-color: transparent; }
    .gsw-slider .item h2, .gsw-slider .item p, .gsw-slider .item-copy h2, .gsw-slider .item-copy p {
      width: 33%; }
  .gsw-slider .gsw-navigation {
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;
    height: 100px;
    min-width: 200px;
    background-color: #b56e05;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    display: flex;
    align-items: center; }
    .gsw-slider .gsw-navigation .gsw-control {
      float: left; }
      .gsw-slider .gsw-navigation .gsw-control:not(:first-child) {
        margin-left: 30px; }
      .gsw-slider .gsw-navigation .gsw-control.active {
        color: #FFFFFF; }
      .gsw-slider .gsw-navigation .gsw-control .gsw-loader {
        float: right;
        width: 160px;
        height: 2px;
        margin-top: 10px;
        margin-left: 30px;
        background-color: rgba(255, 255, 255, 0.5); }
        @media only screen and (max-width: 575px) {
          .gsw-slider .gsw-navigation .gsw-control .gsw-loader {
            position: absolute;
            bottom: 20px;
            left: 0;
            margin-left: 0px;
            width: 100%; } }
        .gsw-slider .gsw-navigation .gsw-control .gsw-loader div {
          /*                    width: 0%;
                              max-width: 100%;
                              height: 2px;
                              float: left;
                              background-color: white;*/
          background-color: white;
          height: 2px;
          animation: loadbar 7s normal forwards ease-in-out;
          -webkit-animation: loadbar 7s normal forwards ease-in-out; }

@keyframes loadbar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes loadbar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.dark-bg {
  color: #FFFFFF !important; }
  .dark-bg h2 {
    border-color: white !important; }

#welcome-slides .row > div {
  padding-left: 0px;
  padding-right: 0px; }

/* Temprorary ELEMENTS (will be deleted in WP)*/
#about-images .mobile-title h3 {
  color: #232A30;
  font-family: "Work Sans";
  font-size: 30px;
  line-height: 36px; }

#about-images .top-image {
    height: 600px;
    background-size: cover;
    padding: 0;
}

  @media only screen and (max-width: 992px) {
    #about-images .top-image {
      height: 250px; } }
#about-images .main-image-title-mobile {
  position: relative; }
  #about-images .main-image-title-mobile p {
    position: absolute;
    bottom: 0px;
    left: 10px;
    color: white; }
#about-images .inner {
  height: 600px;
  background-size: 100% 100%;
  background-position: center;
}

  @media only screen and (max-width: 992px) {
    #about-images .inner {
      height: 250px; } }

#our-team {
  font-family: "Work Sans"; }
  #our-team .mobile p {
    color: #808488; }
  #our-team h3 {
    font-size: 35px;
    letter-spacing: 1.17px;
    margin-bottom: 100px; }
  #our-team .desc {
    display: flex;
    /*        align-items: center;*/ }
    #our-team .desc h4 {
      font-size: 22px;
      font-weight: 600;
      line-height: 28px;
      margin-bottom: 0; }
    #our-team .desc i {
      font-size: 14px;
      text-decoration: none;
      color: #989b9e;
      font-style: unset; }
    #our-team .desc p {
      margin-top: 30px;
      font-size: 18px;
      line-height: 28px;
      color: #808488; }
  #our-team .owl-our-team .owl-dots {
    display: none;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 1200px) {
      #our-team .owl-our-team .owl-dots {
        display: block; }
        #our-team .owl-our-team .owl-dots .owl-dot span {
          background-color: #9bafc2; }
        #our-team .owl-our-team .owl-dots .owl-dot.active span {
          background-color: #04294b; } }
  #our-team .owl-our-team .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    width: 90px;
    height: 40px;
    border-radius: 0px !important;
    cursor: pointer; }
    #our-team .owl-our-team .arrow:focus {
      outline: none; }
    #our-team .owl-our-team .arrow img {
      -webkit-filter: invert(100%);
      -moz-filter: invert(100%);
      -o-filter: invert(100%);
      -ms-filter: invert(100%); }
  #our-team .owl-our-team .owl-nav {
    position: absolute;
    top: 200px;
    width: 100%; }
    #our-team .owl-our-team .owl-nav .owl-prev {
      float: left; }
      @media only screen and (min-width: 1600px) {
        #our-team .owl-our-team .owl-nav .owl-prev {
          margin-left: -50px; } }
    #our-team .owl-our-team .owl-nav .owl-next {
      float: right; }
      @media only screen and (min-width: 1600px) {
        #our-team .owl-our-team .owl-nav .owl-next {
          margin-right: -50px; } }
    @media only screen and (min-width: 1000px) and (max-width: 1200px) {
      #our-team .owl-our-team .owl-nav .owl-prev {
        margin-left: -20px; }
      #our-team .owl-our-team .owl-nav .owl-next {
        margin-right: -45px; } }
    @media only screen and (max-width: 992px) {
      #our-team .owl-our-team .owl-nav {
        top: 250px;
        padding-left: 30px;
        padding-right: 30px; }
        #our-team .owl-our-team .owl-nav button:hover, #our-team .owl-our-team .owl-nav button:active {
          background: transparent;
          outline: none; } }
  #our-team .owl-our-team .item {
    padding-bottom: 65px; }
  #our-team .frame {
    width: 100%;
    border: unset;
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 60px; }
    #our-team .frame img {
      position: relative;
      top: 60px; }
    @media only screen and (max-width: 1200px) {
      #our-team .frame {
        padding-left: 30px;
        padding-right: 30px; }
        #our-team .frame img {
          top: 30px; } }

@media only screen and (max-width: 991px) {
  #renovations h1 {
    float: left;
    color: #232A30;
    font-family: "Work Sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 36px; } }

@media only screen and (max-width: 991px) {
  #projects h1 {
    float: left;
    color: #232A30;
    font-family: "Work Sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 36px; } }
#projects .projects-list {
  margin-top: 10px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    #projects .projects-list {
      margin-top: -50px; } }
  #projects .projects-list .project {
    height: 390px;
    overflow-y: hidden;
    width: 100%;
    border: 1px solid #ECECEC;
    padding: 10px;
    cursor: pointer;
    background-color: white; }
    @media only screen and (max-width: 991px) {
      #projects .projects-list .project {
        margin-bottom: 15px; } }
    #projects .projects-list .project:hover {
      background-color: #5572AD; }
      #projects .projects-list .project:hover span {
        color: #fff; }
      #projects .projects-list .project:hover h4 {
        color: white; }
    #projects .projects-list .project .img {
      height: 230px;
      background-size: cover; }
    #projects .projects-list .project h4 {
      color: #232A30;
      font-family: "Work Sans";
      font-size: 18px;
      font-weight: 600;
      line-height: 25px; }
    #projects .projects-list .project span {
      opacity: 0.6;
      color: #929598;
      font-family: "Work Sans";
      font-size: 14px;
      line-height: 25px; }

#single-project-slider .preview {
  width: 100%;
  height: 740px;
  padding: 0px;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 1200px) {
    #single-project-slider .preview.video {
      height: 56vw; } }
  #single-project-slider .preview .inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition-duration: .1s;
    -webkit-transition: .1s;
    transition-property: background-image;
    transition-timing-function: ease; }
    #single-project-slider .preview .inner video {
      min-width: 100%;
      min-height: 100%; }
@media only screen and (max-width: 1199px) {
  #single-project-slider .gsw-slider-owl-mobile .owl-nav {
    display: none; } }
#single-project-slider .address {
  margin-top: 22px; }
  #single-project-slider .address h5 {
    font-weight: bold; }
  #single-project-slider .address p {
    opacity: 0.800000011920929; }
#single-project-slider .single-project-owl .item video {
  width: 100%; }
#single-project-slider .slider {
  height: 120px;
  margin-top: -110px;
  position: relative;
  text-align: center; }
  #single-project-slider .slider .owl-stage-outer {
    display: inline-block;
    max-width: 100%; }
  #single-project-slider .slider .item {
    cursor: pointer;
    float: left;
    height: 140px;
    width: 165px;
    border: 10px solid #fff;
    background-size: cover; }
    #single-project-slider .slider .item.video:after {
      content: '';
      width: 40px;
      height: 40px;
      background-image: url("../img/player.svg");
      position: absolute;
      top: calc(50% - 20px);
      left: 62px; }
    #single-project-slider .slider .item.video.played:after {
      content: '';
      width: 40px;
      height: 40px;
      background-image: url("../img/player-pause.png");
      position: absolute;
      top: calc(50% - 20px);
      left: 62px; }
    #single-project-slider .slider .item.active, #single-project-slider .slider .item:hover {
      /*height: 140px;*/
      opacity: .9; }

#single-project-description .desc-col-1 {
  padding-left: 0px; }
  #single-project-description .desc-col-1 h2 {
    font-family: "Work Sans";
    font-size: 35px;
    line-height: 45px;
    color: #b56e05; }
  #single-project-description .desc-col-1 .inner {
    height: 100%;
    padding-top: 140px; }
  #single-project-description .desc-col-1 .address h5 {
    font-weight: 600;
    margin-bottom: 15px; }
  #single-project-description .desc-col-1 .address p {
    font-size: 16px;
    line-height: 28px;
    color: #232A30;
    opacity: 1; }
#single-project-description .desc {
  color: #232A30;
  font-family: "Work Sans";
  font-size: 18px;
  line-height: 35px;
  padding-top: 140px;
  opacity: 1; }

#contact-welcome {
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 991px) {
    #contact-welcome {
      height: 350px;
      background-position: left; } }
  #contact-welcome h1 {
    font-family: "Work Sans";
    font-size: 70px;
    font-weight: 500;
    line-height: 65px; }
  #contact-welcome h2 {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    margin-top: 30px; }

#contact-form .contact-data {
  color: #424242;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 0; }
  #contact-form .contact-data a {
    opacity: 0.9;
    color: #232A30;
    font-family: "Work Sans";
    font-size: 18px;
    line-height: 35px;
    font-weight: normal; }
  @media only screen and (max-width: 991px) {
    #contact-form .contact-data {
      margin-top: 40px;
      padding-bottom: 0px; } }
@media only screen and (max-width: 991px) {
  #contact-form .form {
    padding-left: 30px;
    padding-right: 30px; } }
#contact-form .form label {
  color: #424242;
  font-family: "Work Sans";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 3.46px;
  line-height: 18px;
  margin-bottom: 10px; }
#contact-form .form input[type="text"], #contact-form .form input[type="email"], #contact-form .form textarea {
  border: 0px;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 0px;
  padding: 30px 0px 30px 0px;
  opacity: 0.6;
  color: #232A30;
  font-family: "Work Sans";
  font-size: 18px;
  line-height: 35px; }
  #contact-form .form input[type="text"]:focus, #contact-form .form input[type="text"]:active, #contact-form .form input[type="email"]:focus, #contact-form .form input[type="email"]:active, #contact-form .form textarea:focus, #contact-form .form textarea:active {
    box-shadow: none; }
  #contact-form .form input[type="text"].wpcf7-not-valid, #contact-form .form input[type="email"].wpcf7-not-valid, #contact-form .form textarea.wpcf7-not-valid {
    border-bottom: 1px solid red; }
#contact-form .form .wpcf7-validation-errors, #contact-form .form .wpcf7-mail-sent-ok {
  border: none;
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: 1.2em; }
#contact-form .form .wpcf7-mail-sent-ok {
  color: green; }
#contact-form .form .form-group {
  margin-bottom: 50px; }
#contact-form .form input.btn {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 200px;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.38px;
  line-height: 14px;
  min-width: 280px;
  background-image: url("../img/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: 200px center; }

#investors-welcome {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 991px) {
    #investors-welcome h1 {
      float: left;
      margin-left: 15px;
      font-size: 30px;
      font-weight: 600;
      line-height: 36px; } }
  @media only screen and (min-width: 992px) {
    #investors-welcome h1 {
      margin-bottom: 50px;
      font-weight: 500; } }

#investors-form {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    #investors-form {
      margin-top: -50px;
      margin-bottom: 100px; } }
  #investors-form .form {
    position: relative;
    background-color: white; }
    @media only screen and (min-width: 992px) {
      #investors-form .form {
        border: 1px solid #E7E7E7; } }
    #investors-form .form label {
      color: #424242;
      font-family: "Work Sans";
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 3.46px;
      line-height: 18px;
      margin-bottom: 40px; }
    #investors-form .form input, #investors-form .form textarea {
      border: 0px;
      border-bottom: 1px solid #D8D8D8;
      padding: 30px 0px 30px 0px;
      opacity: 0.6;
      color: #232A30;
      font-family: "Work Sans";
      font-size: 18px;
      line-height: 35px; }
      #investors-form .form input:focus, #investors-form .form input:active, #investors-form .form textarea:focus, #investors-form .form textarea:active {
        box-shadow: none; }
    #investors-form .form .form-group {
      margin-bottom: 50px; }
    #investors-form .form .btn {
      min-width: 280px; }
      #investors-form .form .btn span {
        padding-right: 130px;
        font-family: "Work Sans";
        font-size: 12px; 
        font-weight: bold;
        letter-spacing: 1.38px;
        line-height: 14px; }
      #investors-form .form .btn .arrow {
        margin-left: 0; }

.before-after-slider h2 {
  padding-top: 0px;
  padding-bottom: 0px; }
  @media only screen and (max-width: 991px) {
    .before-after-slider h2 {
      padding-top: 20px;
      padding-bottom: 15px;
      text-align: left;
      font-weight: 600;
      font-size: 30px; } }
.before-after-slider .desktop-b-a h5 {
  color: #232A30;
  font-family: "Work Sans";
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
.before-after-slider .owl-before-after .item h5 {
  color: #232A30;
  font-family: "Work Sans";
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .before-after-slider .owl-before-after .item h5 {
      text-align: left;
      padding-left: 15px; } }
.before-after-slider .owl-before-after .item p {
  color: #232A30;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  opacity: 0.6000000238418579;
  width: 100%;
  padding-top: 30px;
  text-align: left; }
.before-after-slider .owl-before-after .item .img {
  height: 300px;
  width: 100%;
  background-size: 100% 100%; }
.before-after-slider .owl-before-after .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.07);
  width: 90px;
  height: 40px; }
  @media only screen and (max-width: 1600px) {
    .before-after-slider .owl-before-after .arrow {
      background-color: lightgrey;
      margin-right: -30px !important; } }
  .before-after-slider .owl-before-after .arrow img {
    filter: invert(1); }
.before-after-slider .owl-before-after .owl-dots {
  margin-top: -20px !important;
  margin-bottom: 10px; }
  .before-after-slider .owl-before-after .owl-dots .owl-dot span {
    width: 30pt;
    height: 3pt;
    background-color: #9bafc2; }
  .before-after-slider .owl-before-after .owl-dots .owl-dot.active span {
    background-color: #04294b; }
.before-after-slider .owl-before-after .owl-nav {
  position: absolute;
  top: 125px;
  width: 100%;
  margin-left: -15px; }
  .before-after-slider .owl-before-after .owl-nav .owl-prev {
    float: left; }
    @media only screen and (min-width: 1600px) {
      .before-after-slider .owl-before-after .owl-nav .owl-prev {
        margin-left: -90px; } }
  .before-after-slider .owl-before-after .owl-nav .owl-next {
    float: right; }
    @media only screen and (min-width: 1600px) {
      .before-after-slider .owl-before-after .owl-nav .owl-next {
        margin-right: -120px; } }
  @media only screen and (min-width: 992px) and (max-width: 1600px) {
    .before-after-slider .owl-before-after .owl-nav .owl-next {
      margin-right: -100px; }
    .before-after-slider .owl-before-after .owl-nav .owl-prev {
      margin-left: -100px; } }
  @media only screen and (max-width: 992px) {
    .before-after-slider .owl-before-after .owl-nav {
      top: 185px;
      padding-left: 30px;
      padding-right: 30px; }
      .before-after-slider .owl-before-after .owl-nav button:hover, .before-after-slider .owl-before-after .owl-nav button:active {
        background: transparent;
        outline: none; } }
@media only screen and (max-width: 991px) {
  .before-after-slider .slider-container {
    padding-right: 15px;
    padding-left: 15px; }
  .before-after-slider .item h5 {
    padding-top: 0px !important; }
  .before-after-slider .item p {
    padding-left: 30px;
    padding-right: 30px; } }

#page-testimonials {
  background-color: #b56e05;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media only screen and (max-width: 767px) {
    #page-testimonials {
      padding-top: 40pt;
      padding-bottom: 40pt; } }
  #page-testimonials h2 {
    margin-bottom: 50px;
    font-family: "Work Sans";
    font-size: 35px;
    letter-spacing: 1.17px;
    line-height: 42px; }
    @media only screen and (max-width: 767px) {
      #page-testimonials h2 {
        margin-bottom: 40pt; } }
  #page-testimonials p {
    font-family: Lora;
    font-size: 23px;
    line-height: 40px; }
  #page-testimonials .testimonials {
    text-align: center; }
    #page-testimonials .testimonials .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #d99307;
      width: 90px;
      height: 40px; }
      #page-testimonials .testimonials .arrow img {
        filter: invert(1); }
    #page-testimonials .testimonials .owl-nav {
      position: absolute;
      top: 125px;
      width: 100%; }
      #page-testimonials .testimonials .owl-nav .owl-prev {
        float: left;
        margin-left: 125px; }
      #page-testimonials .testimonials .owl-nav .owl-next {
        float: right;
        margin-right: 125px; }
      @media only screen and (max-width: 1200px) {
        #page-testimonials .testimonials .owl-nav .owl-prev {
          margin-left: 50px; }
        #page-testimonials .testimonials .owl-nav .owl-next {
          margin-right: 50px; } }
      @media only screen and (max-width: 800px) {
        #page-testimonials .testimonials .owl-nav .owl-prev {
          margin-left: 25px; }
        #page-testimonials .testimonials .owl-nav .owl-next {
          margin-right: 25px; } }
    #page-testimonials .testimonials .owl-dots {
      margin-top: 30pt; }
      #page-testimonials .testimonials .owl-dots .owl-dot span {
        width: 30pt;
        height: 3pt;
        background-color: rgba(255, 255, 255, 0.3); }
      #page-testimonials .testimonials .owl-dots .owl-dot.active span {
        background-color: white; }
    #page-testimonials .testimonials .item .row {
      padding-top: 30px; }
      #page-testimonials .testimonials .item .row > div {
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 767px) {
          #page-testimonials .testimonials .item .row > div {
            margin-left: 15px;
            margin-right: 15px;
            /*background: url('../img/bg-lines2.jpg');*/ } }
    #page-testimonials .testimonials .item .quote-icon {
      box-sizing: content-box;
      width: 60px;
      height: 60px;
      border: 20px solid #b56e05;
      background-color: white;
      border-radius: 60px;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      color: #b56e05;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        #page-testimonials .testimonials .item .quote-icon {
          top: -50px; } }
    #page-testimonials .testimonials .item p {
      padding-top: 100px; }
    #page-testimonials .testimonials .item .tborder {
      position: absolute;
      display: none;
      z-index: 1;
      top: 50px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 365px;
      height: 400px;
      border: 2px solid #916E3A; }
      @media only screen and (max-width: 767px) {
        #page-testimonials .testimonials .item .tborder {
          display: none; } }
    #page-testimonials .testimonials .item .inside-bg {
      /*position: absolute;
      z-index: 2;
      top: 120px;
      margin-bottom: 70px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 225px;
      height: 400px;
      background: url('../img/bg-lines2.jpg');*/ }
    #page-testimonials .testimonials .item .who {
      z-index: 2;
      margin-bottom: 70px;
      margin-left: auto;
      margin-right: auto;
      font-family: "Work Sans"; }
      #page-testimonials .testimonials .item .who .name {
        font-size: 22px;
        font-weight: 500; }
      #page-testimonials .testimonials .item .who .from {
        font-size: 18px;
        font-weight: 300; }
        @media only screen and (max-width: 767px) {
          #page-testimonials .testimonials .item .who .from {
            font-size: 15px; } }

.owl-current-opportunities .top-image .inner {
  height: 500px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center; }
  @media only screen and (max-width: 991px) {
    .owl-current-opportunities .top-image .inner {
      height: 250px; } }
  .owl-current-opportunities .top-image .inner.closed::after {
    content: 'Closed';
    background-color: red;
    padding: 5px 50px;
    position: absolute;
    left: 30px;
    top: 50px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    transform: rotate(-30deg); }
.owl-current-opportunities .content {
  margin-top: 30px;
  margin-bottom: 30px; }
  .owl-current-opportunities .content h3 {
    color: #b56e05; }
.owl-current-opportunities .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.07);
  width: 90px;
  height: 40px; }
  .owl-current-opportunities .arrow img {
    filter: invert(1); }
.owl-current-opportunities .owl-nav {
  position: absolute;
  top: 220px;
  width: 100%;
  margin-left: -15px; }
  .owl-current-opportunities .owl-nav .owl-prev {
    float: left; }
    @media only screen and (min-width: 1600px) {
      .owl-current-opportunities .owl-nav .owl-prev {
        margin-left: -90px; } }
  .owl-current-opportunities .owl-nav .owl-next {
    float: right; }
    @media only screen and (min-width: 1600px) {
      .owl-current-opportunities .owl-nav .owl-next {
        margin-right: -90px; } }
  @media only screen and (max-width: 992px) {
    .owl-current-opportunities .owl-nav {
      top: 250px;
      padding-left: 30px;
      padding-right: 30px; }
      .owl-current-opportunities .owl-nav button:hover, .owl-current-opportunities .owl-nav button:active {
        background: transparent;
        outline: none; } }

.page h1 {
  color: #b56e05;
  font-size: 40pt; }
  @media only screen and (max-width: 991px) {
    .page h1 {
      font-size: 25pt; } }
  @media only screen and (max-width: 1600px) {
    .page h1 {
      font-size: 24pt; } }
.page small {
  display: block;
  line-height: 1.1em; }
.page .main-image-title {
  position: absolute;
  left: 50px;
  bottom: 0px;
  color: white;
  font-size: 20px; }

.about-page-children {
  display: flex;
  align-items: center; }
  .about-page-children a {
    color: #b56e05;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    text-align: center; }
  @media only screen and (max-width: 991px) {
    .about-page-children {
      display: block; }
      .about-page-children a {
        text-align: center;
        display: block;
        margin-bottom: 20px; } }

.value-add-multifamily-housing-content table {
  width: 100%; }
  .value-add-multifamily-housing-content table td {
    text-align: center; }
    .value-add-multifamily-housing-content table td:not(:last-child) {
      border-right: 3px solid #b56e05; }
      @media only screen and (max-width: 991px) {
        .value-add-multifamily-housing-content table td:not(:last-child) {
          border-right-width: 1px; } }
    .value-add-multifamily-housing-content table td p {
      margin-bottom: 0px; }
  .value-add-multifamily-housing-content table h3 {
    color: #b56e05;
    font-size: 25pt; }
  @media only screen and (max-width: 991px) {
    .value-add-multifamily-housing-content table {
      font-size: 10px; }
      .value-add-multifamily-housing-content table h3 {
        font-size: 15pt; } }
  @media only screen and (max-width: 400px) {
    .value-add-multifamily-housing-content table h3 {
      font-size: 13pt; } }

body.home .ms100 {
  margin-left: 0;
  margin-right: 0; }
body.home .gsw-slider-owl .item {
  height: calc(100vh - 100px); }
body.home .gsw-slider-owl h2 {
  font-size: 2.0vw !important; }
body.home .gsw-slider-owl p {
  font-size: 1.0vw !important; }
body.home .gsw-slider-owl-mobile .owl-nav {
  display: none; }
@media only screen and (min-width: 992px) {
  body.home footer {
    margin-top: -88px;
    position: fixed;
    /*                background-color: rgba(4, 41, 75, 0.9);*/ } }

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

