@import url("https://fonts.googleapis.com/css?family=Lato:400,900|Playfair+Display:400,700i|Roboto:400,500,700,900");
/* VARIABLES
==============================================================================*/
body {
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
  color: #656b6f;
  font-weight: 400;
  font-size: 18px;
  background-color: #f8f6f4;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden; }

img {
  max-width: 100%; }

a {
  outline: 0;
  transition: all .3s ease-out;
  color: #5e5d5d;
  text-decoration: none; }
  a:hover, a:focus {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
    color: #071d49; }

.figure img {
  width: 100%;
  display: block; }

p {
  line-height: 1.4;
  font-size: 18px;
  margin: 0 0 10px; }
  p a:active {
    color: #071d49; }

ol {
  margin: 0;
  padding: 0; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

h1 {
  font-size: 57px;
  margin: 0 0 10px;
  line-height: 1;
  font-weight: 900; }

h2 {
  font-size: 26px;
  margin: 0 0 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase; }

h3 {
  font-size: 23px;
  color: #666;
  line-height: 1.12;
  margin: 0 0 16px;
  font-weight: 700; }

h4 {
  font-size: 12px;
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 400; }

h5 {
  font-size: 12px;
  margin: 0 0 10px;
  line-height: 1.2; }

h6 {
  font-size: 12px;
  margin: 0 0 15px;
  line-height: 1.2; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

*:focus {
  outline: 0; }

:after, :before {
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input:focus, textarea:focus, button:focus, select:focus, div:focus, .form-control:focus {
  outline: none;
  background-color: transparent;
  border-radius: 0; }

address {
  font-style: normal; }

.container {
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  @media (max-width: 1200px) {
    .container {
      max-width: 1108px; } }

.spacer {
  height: 170px; }

@media (max-width: 767px) {
  .mobile-hide {
    display: none; } }

.slider-hold {
  position: relative;
  height: 590px; }

  @media (max-width: 700px) {
    .slider-hold {
      display: none;
      height:0px;
    }}

.home-slider {
  height: 100%; }
  .home-slider .slick-list {
    width: 100%;
    height: 100%; }
  .home-slider .slide-thumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 590px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
  .home-slider .slick-arrow {
    top: 338px; }
  .home-slider .slick-prev {
    background-image: url(../images/prev-white.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 60px; }
    @media (max-width: 1200px) {
      .home-slider .slick-prev {
        left: 30px; } }
  .home-slider .slick-next {
    background-image: url(../images/next-white.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 60px; }
    @media (max-width: 1200px) {
      .home-slider .slick-next {
        right: 30px; } }

.slick-arrow {
  width: 13px;
  height: 24px;
  font-size: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%); }

.slick-prev {
  background-image: url(../images/prev-grey.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0; }

.slick-next {
  background-image: url(../images/next-grey.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 0; }

.scroll {
  background-image: url(../images/scroll.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  width: 21px;
  height: 38px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%); }

.main-about {
  /*background-color: #2e71f2;
  color: #ffffff;*/
  text-align: center;
  padding-top: 88px;
  padding-bottom: 77px; }
  .main-about .container {
    max-width: 722px; }
  .main-about .title {
    font-size: 26px;
    font-weight: 900;
    line-height: .6;
    display: block;
    margin-bottom: 36px; 
    color: #071D49;}
    @media (max-width: 767px) {
      .main-about .title {
        margin-bottom: 63px; } }
  .main-about p {
    /*font-family: "Playfair Display", serif;*/
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    letter-spacing: -0.51px;
    line-height: 1.25;
    margin: 0 0 45px; }
    @media (max-width: 767px) {
      .main-about p {
        margin: 0 0 55px; } }
  .main-about .btn {
    min-width: 125px; }
  @media (max-width: 767px) {
    .main-about {
      padding-bottom: 73px; } }

.main-section .container {
  max-width: 1165px; }

.current-project {
  background: #f9f9f9; }

.section-head {
  position: relative;
  text-align: center;
  padding: 108px 0 59px 0; }
  .section-head h2 {
    font-size: 26px;
    font-weight: 900;
    color: #071D49;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1; }
    @media (max-width: 767px) {
      .section-head h2 {
        margin-bottom: 24px; } }
  .section-head .btn {
    position: absolute;
    right: 26px;
    top: 100px; }
    @media (max-width: 767px) {
      .section-head .btn {
        position: static; } }
  @media (max-width: 767px) {
    .section-head .text {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .section-head {
      padding: 70px 0 42px 0; } }

.text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.1;
  max-width: 461px;
  margin: 0 auto;
  text-align: center; }

.project {
  margin: 0 26px 88px 26px; }
  .project img {
    display: block;
    margin: 0 auto 16px auto; }
  .project h3 a {
    color: #666; }
    .project h3 a:hover {
      color: #071d49; }
  .project p {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 25px;
    letter-spacing: -.15px; }
  @media (max-width: 767px) {
    .project {
      margin-left: 0;
      margin-right: 0; } }

.project-slider .slick-arrow {
  top: 101px; }

.project-slider .slick-prev {
  left: -7px; }
  @media (max-width: 767px) {
    .project-slider .slick-prev {
      left: -30px; } }
  @media (max-width: 450px) {
    .project-slider .slick-prev {
      left: -9px; } }

.project-slider .slick-next {
  right: -7px; }
  @media (max-width: 767px) {
    .project-slider .slick-next {
      right: -30px; } }
  @media (max-width: 450px) {
    .project-slider .slick-next {
      right: -9px; } }

.project-slider .project img {
  width: 100%; }

.project-slider .project.slick-current + .slick-active + .slick-active .popup {
  left: 9%;
  transform: translateX(-50%); }
  @media (max-width: 1199px) {
    .project-slider .project.slick-current + .slick-active + .slick-active .popup {
      left: 0; } }
  @media (max-width: 1023px) {
    .project-slider .project.slick-current + .slick-active + .slick-active .popup {
      left: auto !important;
      right: 0;
      transform: none; } }

.project-slider .popup {
  padding: 33px 30px 30px 30px;
  bottom: 50px;
  left: 0;
  transform: none;
  text-transform: none; }
  .project-slider .popup h2 {
    margin: 0 0 10px;
    font-size: 18px; }
  .project-slider .popup .type {
    font-weight: 400;
    color: #8f8f8f;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .project-slider .popup p {
    font-weight: 400;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .project-slider .popup p {
        font-size: 13px; } }
  .project-slider .popup .btn {
    color: #8f8f8f;
    border-bottom: 1px solid #aaa;
    padding-left: 10px;
    padding-right: 10px; }
  @media (max-width: 767px) {
    .project-slider .popup {
      padding: 20px 10px; } }

@media (max-width: 767px) {
  .project-slider {
    max-width: 357px;
    padding: 0 15px;
    margin: 0 auto; } }

.filter-list {
  position: relative; }
  .filter-list:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .filter-list .link {
    display: inline-block;
    cursor: pointer; }
    .filter-list .link:after {
      content: "";
      display: block;
      height: 0;
      line-height: 0;
      clear: both; }
  .filter-list .link span {
    float: left;
    font-size: 13px;
    color: #8f8f8f;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    padding: 0 5px 7px 5px; }
    .filter-list .link span:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #aaaaaa;
      position: absolute;
      bottom: 0;
      left: 0; }
    .filter-list .link span:last-child {
      margin-right: 0; }
    .filter-list .link span.active {
      font-weight: 900;
      color: #071d49; }
      .filter-list .link span.active:after {
        background-color: #071d49;
        height: 3px; }

.main-team .section-head h2 {
  margin-bottom: 51px; }
  @media (max-width: 767px) {
    .main-team .section-head h2 {
      margin-bottom: 24px; } }

@media (max-width: 767px) {
  .main-team .section-head {
    padding: 45px 0 42px 0; } }

.main-team .container {
  max-width: 1138px; }

.team-block {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin: 0 17px 57px 17px; }
  .team-block img {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto; }
  .team-block strong {
    color: #3c3d41;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 3px; }
  .team-block .detail {
    margin-bottom: 26px; }
    .team-block .detail strong a {
      color: #3c3d41; }
      .team-block .detail strong a:hover {
        color: #071d49; }
    .team-block .detail a {
      color: #656b6f; }
      .team-block .detail a:hover {
        color: #071d49; }
  @media (max-width: 767px) {
    .team-block {
      margin: 0 0 45px 0; } }

.team-slider .slick-arrow {
  top: 167px; }

.team-slider .slick-prev {
  left: -15px; }
  @media (max-width: 1023px) {
    .team-slider .slick-prev {
      left: -9px; } }
  @media (max-width: 767px) {
    .team-slider .slick-prev {
      left: -33px; } }
  @media (max-width: 450px) {
    .team-slider .slick-prev {
      left: -9px; } }

.team-slider .slick-next {
  right: -15px; }
  @media (max-width: 1023px) {
    .team-slider .slick-next {
      right: -9px; } }
  @media (max-width: 767px) {
    .team-slider .slick-next {
      right: -33px; } }
  @media (max-width: 450px) {
    .team-slider .slick-next {
      right: -9px; } }

@media (max-width: 767px) {
  .team-slider {
    max-width: 366px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; } }

.profile-links {
  letter-spacing: 1.27px;
  font-size: 13px;
  text-transform: uppercase;
  color: #b2b2b2; }
  .profile-links:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .profile-links li {
    float: left;
    margin-right: 23px; }
    .profile-links li:last-child {
      margin-right: 0; }
    .profile-links li a {
      color: #b2b2b2;
      position: relative;
      padding: 0 5px 5px 5px;
      display: inline-block; }
      .profile-links li a:after {
        content: "";
        display: inline-block;
        width: 100%;
        background-color: #bdbdbd;
        height: 1px;
        bottom: 0;
        left: 0;
        position: absolute; }
    @media (max-width: 1023px) {
      .profile-links li {
        margin-right: 18px; } }
    @media (max-width: 767px) {
      .profile-links li {
        margin-right: 23x; } }
  @media (max-width: 1023px) {
    .profile-links {
      font-size: 11px; } }
  @media (max-width: 767px) {
    .profile-links {
      font-size: 13px; } }

.trans-wrap {
  position: relative;
  height: 800px; }

.transaction-slider {
  height: 100%; }
  .transaction-slider .slick-list {
    width: 100%;
    height: 100%; }
  .transaction-slider .slide-thumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
  .transaction-slider .slick-arrow {
    top: 54%; }
  .transaction-slider .slick-prev {
    left: 60px; }
    @media (max-width: 1200px) {
      .transaction-slider .slick-prev {
        left: 30px; } }
  .transaction-slider .slick-next {
    right: 60px; }
    @media (max-width: 1200px) {
      .transaction-slider .slick-next {
        right: 30px; } }

.trans-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  color: #ffffff; }
  .trans-head .section-head {
    padding-top: 100px; }
    .trans-head .section-head .btn {
      top: 90px; }
      @media (max-width: 767px) {
        .trans-head .section-head .btn {
          display: none; } }
  .trans-head h2 {
    color: #ffffff; }

.trans-detail {
  position: relative;
  text-align: center;
  color: #ffffff;
  display: table;
  width: 100%;
  height: 800px; }
  .trans-detail .container {
    display: table-cell;
    vertical-align: bottom; }
    @media (max-width: 767px) {
      .trans-detail .container {
        padding-left: 10px;
        padding-right: 10px; } }
  .trans-detail h3 {
    font-weight: 900;
    font-size: 57px;
    color: #ffffff;
    line-height: .95;
    margin-bottom: 59px; }
    @media (max-width: 450px) {
      .trans-detail h3 {
        font-size: 42px; } }
  .trans-detail p {
    font-size: 26px;
    line-height: 1.25; }
  .trans-detail .filter-list {
    text-align: center;
    margin-top: 127px;
    margin-bottom: 40px; }
    .trans-detail .filter-list .link > span {
      float: none;
      display: inline-block;
      margin-right: 20px; }
      .trans-detail .filter-list .link > span:last-child {
        margin-right: 0; }
  .trans-detail .filter-list .link > span, .trans-detail .filter-list .link > span {
    color: #ffffff; }
  .trans-detail .filter-list .link > span:after, .trans-detail .filter-list .link > span:after {
    background-color: #ffffff; }

footer .popup a {
  color: #121037; }

.popup {
  display: none;
  position: absolute;
  z-index: 9;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  width: 586px;
  background: #ffffff;
  box-shadow: 1px 6px 15px 3px rgba(0, 0, 0, 0.29);
  text-align: center;
  padding: 33px 60px 42px 60px; }
  .popup:focus {
    background-color: #ffffff; }
  .popup .sub-title {
    margin: 0 0 34px; }
  .popup p {
    font-size: 15px;
    letter-spacing: 0.75px;
    color: #767676;
    line-height: 1.2;
    margin: 0 0 19px; }
  .popup a {
    font-size: 15px;
    color: #121037;
    letter-spacing: .75px;
    display: inline-block;
    border-bottom: 2px solid #2e71f2; }
  .popup .close {
    background-image: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer; }
  @media (max-width: 1023px) {
    .popup {
      left: -210%; } }
  @media (max-width: 767px) {
    .popup {
      left: 50%;
      width: auto;
      max-width: 586px;
      padding: 33px 20px 42px 20px; } }

.sub-title {
  font-size: 15px;
  text-transform: none;
  color: #121037;
  font-weight: 900;
  letter-spacing: 0.75px; }

.main-content {
  position: relative;
  padding-top: 102px;
  padding-bottom: 93px; }
  .main-content h2 {
    font-weight: 900;
    color: #071D49;
    text-transform: none;
    text-align: center;
    margin: 10px 0 50px 0; }
  @media (max-width: 767px) {
    .main-content {
      padding-top: 70px;
      padding-bottom: 60px; } }

.about-us {
  margin: 0 -37px; }
  .about-us:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .about-us > * {
    float: left;
    padding: 0 37px; }
  .about-us .thumb {
    width: 47.2%; }
    .about-us .thumb img {
      display: block; }
      @media (max-width: 1023px) {
        .about-us .thumb img {
          margin: 0 auto; } }
    @media (max-width: 1023px) {
      .about-us .thumb {
        width: auto;
        padding: 0;
        max-width: 564px;
        float: none;
        margin: 0 auto 20px auto; } }
        @media (max-width: 700px) {
          .about-us .thumb {
            display: none;
          }}
  @media (max-width: 1023px) {
    .about-us {
      margin: 0; } }

.about-detail {
  width: 52.8%; }
  .about-detail p {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.33; }
  .about-detail ul, .about-detail ol {
    font-size: 28px;
    color: #071D49;
    font-weight: 700;
    font-family: font-family: Roboto, sans-serif;
    margin: 41px 0 0 30px; }
    .about-detail ul li, .about-detail ol li {
      margin-bottom: 5px;  color: #071D49; font-weight: 700;
      font-family: font-family: Roboto, sans-serif; font-size: 20px; }
    .about-detail ul li a, .about-detail ol li a{
      color: #071D49; }
 .about-detail ul li a:hover, .about-detail ol li a:hover{
      color: #2e71f2 } 
@media (max-width: 1023px) {
    .about-detail {
      width: 100%;
      padding: 0 15px; } }

@media (max-width: 1200px) {
  .wrapper.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.team {
  position: relative;
  margin: 0 -37px -50px -37px; }
  .team:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .team > * {
    float: left;
    padding: 0 37px; }
  .team .thumb {
    width: 47.2%; }
    .team .thumb:after {
      content: "";
      display: block;
      height: 0;
      line-height: 0;
      clear: both; }
    .team .thumb img {
      display: block; }
      @media (max-width: 1023px) {
        .team .thumb img {
          margin: 0 auto; } }
    .team .thumb .profile-links {
      float: right;
      margin-top: 28px; }
      @media (max-width: 1023px) {
        .team .thumb .profile-links li:last-child {
          margin-right: 0; } }
      @media (max-width: 1023px) {
        .team .thumb .profile-links li {
          margin-right: 23px; } }
      @media (max-width: 1023px) {
        .team .thumb .profile-links {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .team .thumb .profile-links {
          margin-right: 15px; } }
    @media (max-width: 1023px) {
      .team .thumb {
        width: auto;
        padding: 0;
        max-width: 564px;
        float: none;
        margin: 0 auto 30px auto; } }
  @media (max-width: 1023px) {
    .team {
      margin: 0 0 -50px; } }
  @media (max-width: 767px) {
    .team {
      margin: 0; } }

.person-info {
  width: 52.8%; }
  .person-info h2 {
    margin-bottom: 11px; }
  .person-info .name {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px; }
  @media (max-width: 1200px) {
    .person-info {
      padding-right: 68px; } }
  @media (max-width: 1023px) {
    .person-info {
      width: 100%;
      padding: 0 15px; } }

.btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  text-align: right; }
  @media (max-width: 767px) {
    .btn-wrap {
      top: 20px; } }

.team-wrapper {
  padding-top: 52px; }

.team-row {
  margin: 70px -17px -70px -17px; }
  .team-row:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .team-row .team-block {
    float: left;
    padding: 0 17px;
    width: 33.33%;
    margin-left: 0;
    margin-right: 0; }
    .team-row .team-block img {
      width: 100%; filter: grayscale(1);transition: all 0.5s ease; }
      .team-block img {
       filter: grayscale(1);transition: all 0.5s ease; }
       .team-block a:hover img {
        width: 100%; filter: grayscale(0); }
    @media (max-width: 1023px) {
      .team-row .team-block {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .team-row .team-block {
        width: 50%; } }
    @media (max-width: 600px) {
      .team-row .team-block {
        width: 100%; } }
  @media (max-width: 1023px) {
    .team-row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .team-row {
      margin-bottom: -30px; } }

.services .row {
  margin: 0 -37px; }
  .services .row:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .services .row > * {
    width: calc(50% - 74px);
    margin: 0 37px; }
    @media (max-width: 1023px) {
      .services .row > * {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 1023px) {
    .services .row {
      margin-left: 0;
      margin-right: 0; } }

.services .row + .row {
  margin-top: 60px; }
  @media (max-width: 1023px) {
    .services .row + .row {
      margin-top: 50px; } }

.services .thumb img {
  display: block;
  width: 100%; }

@media (max-width: 1023px) {
  .services .thumb {
    margin-bottom: 35px; } }

    @media (max-width: 700px) {
      .services .thumb {
        display: none;
      }}

.sdetail.left {
  padding-left: 60px; }
  @media (max-width: 1023px) {
    .sdetail.left {
      padding-left: 15px; } }

.sdetail.right {
  padding-right: 60px; }
  @media (max-width: 1023px) {
    .sdetail.right {
      padding-right: 15px; } }

.sdetail ul {
  font-weight: 900;
  font-size: 20px; }
  .sdetail ul li + li {
    margin-top: 10px; }
  .sdetail ul ul {
    margin: 11px 0 0 50px;
    font-weight: 400; }

@media (max-width: 1023px) {
  .sdetail {
    padding-left: 15px;
    padding-right: 15px; } }

.main-content .section-head {
  padding: 0;
  margin-bottom: 55px; }
  .main-content .section-head h2 {
    margin: 0; }
    @media (max-width: 767px) {
      .main-content .section-head h2 {
        margin: 0 0 15px; } }
  .main-content .section-head .btn {
    top: -11px;
    right: 0; }

.project-block {
  margin-bottom: -6px; }
  .project-block .thumb img {
    display: block;
    width: 100%; }

.project-detail .row {
  margin: 0 -37px; }
  .project-detail .row:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .project-detail .row > .col {
    float: left;
    width: 50%;
    padding: 27px 37px 0 37px; }
    @media (max-width: 1023px) {
      .project-detail .row > .col {
        float: none;
        width: 100%;
        padding: 27px 15px 0 15px; } }
  @media (max-width: 1023px) {
    .project-detail .row {
      margin: 0 -15px; } }

.project-detail p {
  font-size: 15px;
  line-height: 1.3; }

@media (max-width: 767px) {
  .project-detail h2 br {
    display: none; } }

.main-content .project-detail h2 {
  font-size: 23px;
  text-align: left;
  color: #666666;
  margin: 25px 0 13px;
  line-height: 1.15; }
  @media (max-width: 767px) {
    .main-content .project-detail h2 {
      margin-top: 0; } }

.types-wrapper {
  margin-bottom: 55px; }
  .types-wrapper span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #8f8f8f;
    letter-spacing: 1.3px;
    position: relative;
    padding: 0 15px 7px 15px;
    margin: 0 22px 5px 0; }
    .types-wrapper span:last-child {
      margin-right: 0; }
    .types-wrapper span.current {
      color: #071d49;
      text-shadow: 0 1px 0px #071d49; }
      .types-wrapper span.current:after {
        background-color: #071d49;
        height: 3px; }
    .types-wrapper span:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #aaaaaa;
      position: absolute;
      left: 0;
      bottom: 0; }
    @media (max-width: 1170px) {
      .types-wrapper span {
        padding: 0 10px 7px 10px;
        margin-right: 13px; } }
    @media (max-width: 1023px) {
      .types-wrapper span {
        padding: 0 15px 7px 15px;
        margin-right: 22px; } }
    @media (max-width: 767px) {
      .types-wrapper span {
        font-size: 11px;
        padding: 0 10px 7px 10px;
        margin-right: 13px; } }
    @media (max-width: 450px) {
      .types-wrapper span {
        font-size: 13px;
        margin-right: 0;
        display: table;
        margin-bottom: 7px; } }
  @media (max-width: 1023px) {
    .types-wrapper {
      margin-bottom: 35px; } }

.detail-slider .slick-prev {
  left: -32px; }
  @media (max-width: 1360px) {
    .detail-slider .slick-prev {
      left: -15px; } }
  @media (max-width: 1200px) {
    .detail-slider .slick-prev {
      left: -32px; } }
  @media (max-width: 1170px) {
    .detail-slider .slick-prev {
      left: -15px; } }

.detail-slider .slick-next {
  right: -32px; }
  @media (max-width: 1360px) {
    .detail-slider .slick-next {
      right: -15px; } }
  @media (max-width: 1200px) {
    .detail-slider .slick-next {
      right: -32px; } }
  @media (max-width: 1170px) {
    .detail-slider .slick-next {
      right: -15px; } }

.main-content .all-projects .section-head {
  margin-bottom: 60px; }

.project-list {
  margin: 0 -26px -44px -26px; }
  .project-list:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .project-list .project {
    float: left;
    width: 33.33%;
    padding: 0 26px;
    margin-left: 0;
    margin-right: 0; }
    .project-list .project img {
      width: 100%; }
    .project-list .project:nth-child(3n+0) .popup {
      left: 9%;
      transform: translateX(-50%); }
      @media (max-width: 1199px) {
        .project-list .project:nth-child(3n+0) .popup {
          left: 0; } }
      @media (max-width: 1023px) {
        .project-list .project:nth-child(3n+0) .popup {
          left: auto !important;
          right: 0;
          transform: none; } }
    @media (max-width: 1023px) {
      .project-list .project:nth-child(3n-1) .popup {
        left: -100%; } }
    @media (max-width: 767px) {
      .project-list .project:nth-child(3n-1) .popup {
        left: 0; } }
    @media (max-width: 1023px) {
      .project-list .project {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .project-list .project {
        width: 50%;
        margin-bottom: 40px; } }
    @media (max-width: 600px) {
      .project-list .project {
        width: 100%; } }
  .project-list .popup {
    padding: 33px 30px 30px 30px;
    bottom: 50px;
    left: 0;
    transform: none;
    text-transform: none; }
    .project-list .popup h2 {
      margin: 0 0 10px;
      font-size: 18px; }
    .project-list .popup .type {
      font-weight: 400;
      color: #8f8f8f;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .project-list .popup p {
      font-weight: 400;
      line-height: 1.3; }
    .project-list .popup .btn {
      color: #8f8f8f;
      border-bottom: 1px solid #aaa;
      padding-left: 10px;
      padding-right: 10px; }
  @media (max-width: 1023px) {
    .project-list {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .project-list {
      margin-bottom: -20px; } }

.filter-options {
  display: none;
  position: absolute;
  z-index: 9;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  width: 231px;
  top: 100%;
  right: -1px;
  text-align: left;
  padding: 18px 15px 30px 21px;
  font-size: 13px;
  color: #8f8f8f;
  text-transform: uppercase; }
  .filter-options > div span {
    display: inline-block;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 4px; }
  .filter-options > div + div {
    margin-top: 16px; }
  @media (max-width: 767px) {
    .filter-options {
      right: auto;
      transform: translateX(-50%);
      left: 50%;
      top: calc(100% - 1px); } }

.head-top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  padding-top: 50px; }
  .head-top .container {
    /*max-width: 1110px;*/ }
  .head-top a {
    color: #ffffff; }
  .head-top .social {
    float: right; }
    .head-top .social:after {
      content: "";
      display: block;
      height: 0;
      line-height: 0;
      clear: both; }
    .head-top .social li {
      float: left;
      margin-left: 14px;
      font-size: 16px; }
      .head-top .social li:first-child {
        margin-left: 0; }

.lang {
  float: left; }
  .lang:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .lang li {
    float: left;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-right: 28px; }
    .lang li:last-child {
      margin-right: 0; }
    .lang li a {
      color: rgba(255, 255, 255, 0.5); }
      .lang li a:hover {
        color: #ffffff; }
    .lang li.active a {
      color: #ffffff; }

header {
  background-color: #ffffff;
  position: relative;
  /*position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;*/ }
  header > .container {
    padding-top: 33px;
    padding-bottom: 5px; }

.main-nav {
  float: left; }
  .main-nav .nav {
    margin-top: 2px; }
    .main-nav .nav:after {
      content: "";
      display: block;
      height: 0;
      line-height: 0;
      clear: both; }
    @media (max-width: 767px) {
      .main-nav .nav {
        padding: 20px 15px 15px 15px; } }
    @media (max-width: 767px) {
      .main-nav .nav {
        margin-top: 0; } }
  .main-nav .nav li {
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin-right: 33px; }
    .main-nav .nav li:last-child {
      margin-right: 0; }
    .main-nav .nav li.active a {
      color: #071d49; }
    @media (max-width: 767px) {
      .main-nav .nav li {
        float: none;
        margin-right: 0; } }
  @media (max-width: 767px) {
    .main-nav .nav li + li {
      margin-top: 13px; } }
  .main-nav .lang {
    display: none;
    background-color: #071d49;
    padding: 20px 15px;
    float: none; }
    @media (max-width: 767px) {
      .main-nav .lang {
        display: block; } }
  @media (max-width: 767px) {
    .main-nav {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%;
      background: #ffffff;
      z-index: 9; } }
  @media (min-width: 768px) {
    .main-nav {
      display: inline-block !important; } }

.logo {
  float: right;
  margin-top: -112px; }
  @media (max-width: 767px) {
    .logo {
      float: none;
      text-align: center; } }

.head-blue {
  padding: 28px 0;
  background-color: #071d49;
  color: #ffffff; }
  .head-blue h1 {
    margin: 0;
    line-height: .87;
    padding: 16px 0 14px 0;
    transition: opacity .3s ease-out; }
    @media (max-width: 767px) {
      .head-blue h1 {
        display: none; } }
  .head-blue .lang {
    /*display: none;
		padding-bottom: 42px;*/
    transition: opacity .3s ease-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .head-blue .lang {
        display: none; } }
  @media (max-width: 767px) {
    .head-blue {
      height: 113px; } }

.scrolled header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99; }

.scrolled .head-blue h1 {
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0; }

.scrolled .head-blue .lang {
  /*display: inline-block;*/
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-bottom: 42px; }

.scrolled main {
  padding-top: 170px; }

.menu {
  display: none;
  cursor: pointer;
  width: 23px;
  position: absolute;
  right: 40px;
  top: 30px; }
  .menu span {
    display: block;
    height: 3px;
    background-color: #ffffff; }
  .menu span + span {
    margin-top: 5px; }
  @media (max-width: 767px) {
    .menu {
      display: inline-block; } }

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99; }
  .main-header .head-blue .lang {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 42px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #d6dde3;
  background-color: #f6f9fc;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 10px 15px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #656b6f;
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #656b6f;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #656b6f;
    opacity: 1; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #656b6f;
    opacity: 1; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  height: 45px; }

textarea {
  height: 100px; }

.btn {
  font-weight: 400;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #8f8f8f;
  text-align: center;
  letter-spacing: 1.3px;
  background-color: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #aaaaaa;
  min-width: 85px;
  padding: 8px 5px 7px 5px;
  transition: all .3s ease-out; }
  .btn:hover, .btn:active, .btn:focus {
    color: #8f8f8f;
    background-color: transparent; }

.btn-white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #ffffff; }

    .btn-blue {
      color: #071d49;
      border-color: #071d49; }
      .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
        color: #071d49; }

footer h2{
    font-size: 22px;
    font-weight: 900;
    color: #071D49;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: -45px;
  }

footer {
  background-color: #f1efed; }
  footer > .container {
    padding-top: 155px;
    padding-bottom: 55px;
    display: flex;
    align-items: flex-end;
  }

  footer .col.border{
    border-right:1px solid #bdbdbd;
  }
    @media (max-width: 767px) {
      footer > .container {
        padding-top: 86px;
        padding-bottom: 38px;
        display: block;
      } }
  footer .col {
    float: left;
    letter-spacing: .9px;
    line-height: 1.3;
    width: 31%;
    /*padding-top: 93px;*/ }
    footer .col a {
      color: #656b6f; }
      footer .col a:hover {
        color: #071d49; }
    @media (max-width: 1200px) {
      footer .col {
        width: 28%; } }
    @media (max-width: 1023px) {
      footer .col {
        width: 36%; } }
    @media (max-width: 767px) {
      footer .col {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 0;
        margin-bottom: 14px; } }
  @media (max-width: 1200px) {
    footer .col + .col {
      width: 25.6%; } }
  @media (max-width: 1023px) {
    footer .col + .col {
      width: 28%; } }
  @media (max-width: 767px) {
    footer .col + .col {
      width: 100%; } }
  footer .social {
    width: 25%;
    text-align: right;
    float: right;
    padding-top: 93px;
    padding-right: 3px; }
    footer .social a {
      color: rgba(102, 102, 102, 0.3);margin-left: 0.7em;
      font-size: 29px; }
      footer .social a:hover {
        color: #071d49; }
    @media (max-width: 767px) {
      footer .social {
        width:100%;
        float: none;
        text-align: center;
        padding-top: 12px; } }
    @media (max-width: 767px) {
      footer .social {
        padding-right: 0; } }
        footer .social a.btn {
          font-size: 1em;
          color:inherit;
          font-size: 13px;
          color:#fff;
          background-color: #071d49;
          padding-left: 10px;
          padding-right: 10px;
          margin-right: 15px;
        }
.footer-logo {
  float: left;
  width: 44%; }
  @media (max-width: 767px) {
    .footer-logo img {
      width: 102px; } }
  @media (max-width: 1200px) {
    .footer-logo {
      width: 43.5%; } }
  @media (max-width: 1023px) {
    .footer-logo {
      width: 32%; } }
  @media (max-width: 767px) {
    .footer-logo {
      width: 100%;
      float: none;
      text-align: center;
      margin-bottom: 68px; } }

.mail:before {
  content: "\F178";
  font-family: FontAwesome;
  margin-right: 4px; }

footer .trigger {
  position: relative; }

.footer-bottom {
  border-top: 1px solid #e2dfde;
  font-size: 15px;
  color: rgba(118, 118, 118, 0.3);
  letter-spacing: 0.75px;
  padding: 26px 0; }
  .footer-bottom .by {
    float: right;
    letter-spacing: 2.25px; }
    .footer-bottom .by a {
      color: rgba(118, 118, 118, 0.3); }
    @media (max-width: 767px) {
      .footer-bottom .by {
        float: none;
        display: block; } }
  .footer-bottom a {
    color: #767676; }
    .footer-bottom a:hover {
      color: #071d49; }
  @media (max-width: 767px) {
    .footer-bottom {
      text-align: center;
      padding: 24px 0 21px 0; } }

.aside {
  float: left; }
  .aside:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both; }
  .aside li {
    float: left;
    margin-right: 45px; }
    .aside li:last-child {
      margin-right: 0; }
    @media (max-width: 1023px) {
      .aside li {
        margin-right: 25px; } }
    @media (max-width: 767px) {
      .aside li {
        float: none;
        margin-right: 0;
        line-height: 1.35; } }
  @media (max-width: 767px) {
    .aside {
      float: none;
      margin-bottom: 5px; } }

.trigger span {
  color: #767676;
  cursor: pointer; }

.slideoverlay{
  position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

.slidercontent{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}