@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

.slick-slider *:focus {
  outline: 0; }

p {
  margin: 0; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  overflow-x: hidden; }

h1, h2, h3 {
  line-height: 1.3; }

.container {
  width: 100%;
  padding: 0 100px;
  max-width: 1920px; }
  @media only screen and (max-width: 767px) {
    .container {
      padding: 0 15px; } }

.loading {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  transition: 1s; }
  .loading .logo {
    position: relative; }
    .loading .logo img {
      height: 130px; }
    .loading .logo:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #f6f6f6;
      transition: 1.5s;
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  .loading.play .logo:after {
    left: 100%; }
  .loading.active {
    opacity: 0;
    visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .loading {
      background-size: 100%; } }

.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s; }
  .popup .box {
    height: 425px;
    padding-left: 340px;
    width: 700px;
    max-width: 92%;
    font-size: 14px;
    background: #fff;
    position: relative;
    overflow: hidden; }
    .popup .box .cls {
      font-size: 42px;
      top: 18px;
      line-height: 21px;
      right: 18px;
      cursor: pointer;
      position: absolute;
      transform: rotate(45deg);
      z-index: 1; }
    .popup .box .img {
      height: 100%;
      width: 300px;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
    .popup .box .txt {
      padding: 90px 40px 0 0; }
    .popup .box .title {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 10px; }
    .popup .box .button {
      margin-top: 60px; }
      .popup .box .button:hover {
        color: #fff; }
    @media only screen and (max-width: 767px) {
      .popup .box {
        height: 465px;
        padding-left: 0;
        padding-top: 200px;
        overflow: auto; }
        .popup .box .img {
          height: 200px;
          width: 100%; }
        .popup .box .txt {
          padding: 30px 15px; }
        .popup .box .cls {
          color: #fff;
          font-size: 50px; } }
  .popup.active {
    opacity: 0;
    visibility: hidden; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  line-height: 100px;
  height: 100px;
  transition: .4s; }
  @media only screen and (max-width: 767px) {
    header .logo img {
      height: 50px; } }
  header .right {
    position: absolute;
    right: 35px;
    top: 0;
    color: #fff; }
    header .right a {
      transition: .4s; }
      header .right a:hover {
        opacity: .6; }
    header .right .menu {
      display: inline-block;
      margin-left: 35px; }
      header .right .menu img {
        width: 26px; }
      header .right .menu .cls {
        display: none; }
      header .right .menu .cls-bl {
        display: none; }
      header .right .menu .menu-bl {
        display: none; }
      header .right .menu.active img {
        display: none; }
        header .right .menu.active img.cls {
          display: inline-block; }
    @media only screen and (max-width: 767px) {
      header .right {
        right: 15px; } }
  header.scrolled {
    background: #fff;
    border-bottom: 1px solid #eee; }
    header.scrolled .right {
      color: #000; }
      header.scrolled .right .menu img {
        display: none; }
        header.scrolled .right .menu img.menu-bl {
          display: inline-block; }
      header.scrolled .right .menu.active img {
        display: none; }
        header.scrolled .right .menu.active img.cls-bl {
          display: inline-block; }

nav.social {
  position: absolute;
  z-index: 2;
  transform: rotate(90deg);
  top: 550px;
  right: -144px;
  line-height: 100px; }
  nav.social a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 13px;
    transition: .4s; }
    nav.social a:hover {
      opacity: .6; }
  @media (min-width: 768px) and (max-width: 991px) {
    nav.social {
      top: 290px; } }
  @media only screen and (max-width: 767px) {
    nav.social {
      display: none; } }

nav.main {
  position: fixed;
  z-index: 9;
  background: #191717;
  right: 100px;
  height: calc(100vh - 100px);
  min-height: 500px;
  max-height: 850px;
  color: #fff;
  width: 0;
  visibility: hidden;
  top: 100px;
  transition: .7s; }
  nav.main a {
    transition: .4s; }
    nav.main a:hover {
      opacity: .6; }
  nav.main .links {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    padding: 0 65px;
    opacity: 0;
    transition: .3s; }
    nav.main .links a {
      display: block;
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: 600; }
    @media only screen and (max-width: 767px) {
      nav.main .links {
        top: 60px;
        padding: 0 15px; } }
  nav.main .bottom {
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%;
    padding: 0 65px;
    font-size: 13px;
    opacity: 0;
    transition: .3s; }
    @media only screen and (max-width: 767px) {
      nav.main .bottom {
        bottom: 60px;
        padding: 0 15px; } }
  nav.main.active {
    width: 430px;
    visibility: visible; }
    nav.main.active .links {
      transition: .7s;
      transition-delay: .5s;
      opacity: 1; }
    nav.main.active .bottom {
      transition: .7s;
      transition-delay: .7s;
      opacity: 1; }
  nav.main.scrolled {
    right: 0; }
  @media only screen and (max-width: 767px) {
    nav.main {
      right: 0; }
      nav.main .text-right {
        text-align: left !important;
        margin-bottom: 30px; }
      nav.main.active {
        width: 100%; } }

.cookies {
  width: 290px;
  z-index: 1;
  position: absolute;
  top: calc(100% - 125px);
  left: 0;
  right: 0;
  margin: auto;
  background: #231f20;
  padding: 15px 20px;
  padding-right: 60px;
  color: #fff;
  font-size: 12px;
  transition: .4s; }
  .cookies .cls {
    font-size: 22px;
    line-height: 17px;
    top: 10px;
    right: 15px;
    cursor: pointer;
    position: absolute;
    transform: rotate(45deg); }
  .cookies a {
    text-decoration: underline; }
  .cookies.active {
    visibility: hidden;
    opacity: 0; }
  @media (min-height: 951px) {
    .cookies {
      top: 830px; } }
  @media (max-height: 750px) {
    .cookies {
      top: 625px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .cookies {
      top: 700px; } }
  @media only screen and (max-width: 767px) {
    .cookies {
      top: 475px; } }

.check-box {
  position: relative;
  margin-top: 15px;
  font-weight: 400; }
  .check-box input {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .check-box span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px; }
  .check-box input:checked + span {
    background-color: #fff;
    background-image: url(../img/check.svg); }

footer {
  background: #f0f0f0;
  padding: 90px 0 50px 0;
  position: relative;
  overflow: hidden; }
  footer a {
    transition: .4s; }
    footer a:hover {
      opacity: .6; }
  footer .links a {
    display: block;
    margin-bottom: 5px; }
  footer .links .lang {
    margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    footer .logo {
      position: absolute;
      right: 15px;
      width: 75px; } }
  footer .container {
    position: relative;
    z-index: 1; }
  footer .bg {
    position: absolute;
    top: 0;
    right: 0;
    background: #d82126;
    width: 50%;
    height: 100%; }
    footer .bg img {
      position: absolute;
      top: 0;
      left: -400px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .bg {
        display: none; } }
    @media only screen and (max-width: 767px) {
      footer .bg {
        display: none; } }
  footer .right {
    color: #fff; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .right {
        color: #000; } }
    @media only screen and (max-width: 767px) {
      footer .right {
        color: #000; } }
  footer form {
    width: 360px;
    max-width: 100%;
    font-size: 12px; }
    footer form .title {
      font-size: 14px;
      margin-bottom: 15px; }
    footer form .input {
      position: relative; }
      footer form .input input {
        width: 100%;
        height: 50px;
        padding-left: 20px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.3); }
        footer form .input input::-webkit-input-placeholder {
          color: #fff; }
        footer form .input input:-ms-input-placeholder {
          color: #fff; }
        footer form .input input::placeholder {
          color: #fff; }
        @media (min-width: 768px) and (max-width: 991px) {
          footer form .input input {
            border-color: #000; }
            footer form .input input::-webkit-input-placeholder {
              color: #ccc; }
            footer form .input input:-ms-input-placeholder {
              color: #ccc; }
            footer form .input input::placeholder {
              color: #ccc; } }
        @media only screen and (max-width: 767px) {
          footer form .input input {
            border: 0;
            background: #CEC2C2; }
            footer form .input input::-webkit-input-placeholder {
              color: #000; }
            footer form .input input:-ms-input-placeholder {
              color: #000; }
            footer form .input input::placeholder {
              color: #000; } }
    footer form button {
      position: absolute;
      right: 0;
      top: 0;
      height: 50px;
      border: 0;
      background: transparent;
      padding: 0 20px; }
      footer form button:before {
        content: '';
        width: 1px;
        height: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        left: 0;
        background: #fff; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer form button:before {
          background: #000; } }
      @media only screen and (max-width: 767px) {
        footer form button:before {
          background: #ccc; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer form .check-box span {
        border-color: #aaa; }
      footer form .check-box input:checked + span {
        background-color: #d82126;
        background-image: url(../img/check-wh.svg); } }
    @media only screen and (max-width: 767px) {
      footer form .check-box span {
        border-color: #aaa; }
      footer form .check-box input:checked + span {
        background-color: #d82126;
        background-image: url(../img/check-wh.svg); } }
  footer .bottom {
    margin-top: 65px;
    line-height: 35px;
    font-size: 12px; }
    footer .bottom span {
      display: inline-block;
      margin: 0 10px;
      vertical-align: middle; }
    footer .bottom .logo {
      height: 35px;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        footer .bottom .logo {
          display: none; } }
    footer .bottom .social a {
      display: inline-block;
      margin-right: 20px; }
    footer .bottom .arrow {
      float: right;
      margin-right: 0;
      width: 40px;
      line-height: 40px;
      background: #000;
      text-align: center;
      border-radius: 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .bottom .arrow, footer .bottom .logo {
        display: none !important; } }
    @media only screen and (max-width: 767px) {
      footer .bottom {
        margin-top: 30px; }
        footer .bottom .social a {
          display: block;
          margin-right: 0; }
        footer .bottom .arrow {
          background: #d82126; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 60px 0 30px 0; }
      footer form {
        margin-top: 30px; }
      footer .mobile-bottom {
        font-size: 11px;
        margin-top: 30px; } }

.button {
  display: inline-block;
  background: #d82126;
  padding: 0 20px;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  transition: .4s; }
  .button:hover {
    background: #000; }

.main-banner {
  background-size: cover;
  background-position: center;
  width: calc(100% - 100px);
  height: calc(100vh - 100px);
  min-height: 650px;
  max-height: 850px;
  color: #fff;
  position: relative;
  background-color: #231f20; }
  @media (min-width: 1921px) {
    .main-banner {
      padding-left: 100px; } }
  .main-banner .title {
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -24px; }
    @media (min-width: 1921px) {
      .main-banner .title {
        padding-left: 200px; } }
  .main-banner .txt {
    width: 500px;
    max-width: 100%; }
    .main-banner .txt .sub {
      margin: 120px 0 90px 0;
      font-size: 11px; }
      @media only screen and (max-width: 767px) {
        .main-banner .txt .sub {
          margin: 60px 0; } }
    .main-banner .txt .date {
      font-size: 18px; }
    .main-banner .txt h1 {
      font-size: 45px;
      font-weight: 600;
      margin: 10px 0; }
      @media only screen and (max-width: 767px) {
        .main-banner .txt h1 {
          font-size: 35px; } }
    .main-banner .txt .desc {
      margin-bottom: 60px; }
    .main-banner .txt .button {
      position: absolute;
      bottom: 70px;
      left: 100px; }
      @media (min-width: 1921px) {
        .main-banner .txt .button {
          left: 200px; } }
      @media (min-width: 2121px) {
        .main-banner .txt .button {
          left: calc((100% - 1621px) / 2); } }
      @media only screen and (max-width: 767px) {
        .main-banner .txt .button {
          left: 15px; } }
  .main-banner.projects-banner {
    padding: 90px 0;
    height: auto;
    min-height: 0;
    max-height: none; }
    .main-banner.projects-banner .filter {
      white-space: nowrap; }
      .main-banner.projects-banner .filter a {
        display: inline-block;
        color: #777;
        margin-right: 10px;
        transition: .4s; }
        .main-banner.projects-banner .filter a img {
          margin-right: 5px; }
        .main-banner.projects-banner .filter a.active {
          color: #fff;
          text-decoration: underline; }
        .main-banner.projects-banner .filter a:hover {
          color: #fff; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-banner.projects-banner .filter {
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .main-banner.projects-banner .filter {
          margin-top: 30px; } }
    .main-banner.projects-banner .mobile-filter {
      width: 150px;
      height: 44px;
      border-radius: 22px;
      background-color: #d82126;
      color: #fff;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      margin-top: 30px;
      padding: 0 15px;
      background-image: url(../img/select-arrow.svg);
      background-repeat: no-repeat;
      background-position: 85%;
      border: 0; }
    .main-banner.projects-banner h1 {
      font-size: 45px;
      font-weight: 600;
      margin: 0 0 20px 0; }
    .main-banner.projects-banner h2 {
      font-size: 36px;
      margin: 0 0 10px 0;
      font-weight: 600;
      width: 80%;
      line-height: 1.3; }
    .main-banner.projects-banner .img {
      padding-bottom: 65%;
      width: 95%;
      background-position: center;
      background-size: cover; }
    .main-banner.projects-banner .sub {
      margin: 35px 0 50px 0; }
    .main-banner.projects-banner .desc {
      width: 380px;
      max-width: 100%; }
    .main-banner.projects-banner .bottom {
      margin-top: 100px; }
    .main-banner.projects-banner .button {
      margin-top: 35px; }
    @media (max-width: 1400px) {
      .main-banner.projects-banner .bottom {
        margin-top: 150px; }
      .main-banner.projects-banner h2 {
        font-size: 24px; }
      .main-banner.projects-banner .sub {
        margin: 20px 0 20px 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-banner.projects-banner .bottom {
        margin-top: 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-banner.projects-banner .bottom {
        margin-top: 60px; }
      .main-banner.projects-banner .filter {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .main-banner.projects-banner {
        padding: 60px 0; }
        .main-banner.projects-banner .bottom {
          margin-top: 30px; } }
  .main-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  @media only screen and (max-width: 767px) {
    .main-banner {
      width: 100%;
      min-height: 0;
      height: 350px; } }

h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 30px 0; }

.dummy {
  display: inline-block; }
  @media (max-width: 1920px) {
    .dummy {
      width: 100px !important; } }
  @media only screen and (max-width: 767px) {
    .dummy {
      width: 15px !important; } }

.projects .row {
  margin-left: -10px;
  margin-right: -10px; }
  .projects .row .col-sm-4, .projects .row .col-sm-6 {
    padding: 0 10px; }
.projects .box {
  position: relative; }
  .projects .box .cat {
    line-height: 25px;
    width: 85px;
    text-align: center;
    color: #fff;
    background: #d82126;
    font-size: 11px;
    position: absolute;
    top: 20px;
    left: 24px;
    z-index: 1; }
    .projects .box .cat:nth-of-type(2) {
      margin-left: 95px; }
  .projects .box .img {
    padding-bottom: 65%;
    overflow: hidden;
    position: relative; }
    .projects .box .img div {
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: .4s; }
  .projects .box .date {
    margin: 10px 0; }
  .projects .box h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    width: 80%; }
  .projects .box .desc {
    margin-top: 15px;
    width: 80%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .projects .box h3 {
      width: 100%;
      font-size: 16px; }
    .projects .box .desc {
      width: 100%; } }
  .projects .box:hover .img div {
    transform: scale(1.1); }
.projects .boxes {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .projects .boxes .box {
    white-space: normal;
    display: inline-block;
    margin-right: 20px;
    width: 500px;
    padding-bottom: 0;
    vertical-align: top; }
    .projects .boxes .box .img {
      height: 350px; }
    @media only screen and (max-width: 767px) {
      .projects .boxes .box {
        width: 290px; }
        .projects .boxes .box .img {
          height: 200px; } }
  .projects .boxes:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none; }
  .projects .boxes.scrolling:after {
    display: block; }
  .projects .boxes::-webkit-scrollbar {
    display: none; }
.projects.news .box {
  margin-bottom: 0; }
  .projects.news .box .img {
    padding-bottom: 100%; }
.projects.news .col-md-4:nth-of-type(3n+1) {
  clear: left; }
@media (min-width: 768px) and (max-width: 991px) {
  .projects.news .col-md-4:nth-of-type(3n+1) {
    clear: none; }
  .projects.news .col-md-4:nth-of-type(2n+1) {
    clear: left; } }

.clearfix + .projects {
  margin-top: 60px;
  margin-bottom: 35px; }
  .clearfix + .projects .box {
    margin-bottom: 50px; }
    .clearfix + .projects .box h3 {
      width: 400px;
      max-width: 100%;
      height: 46px;
      overflow: hidden; }

main {
  padding-top: 100px;
  background-image: url(../img/triangle.svg);
  background-position: top right;
  background-repeat: no-repeat; }
  main.blue {
    background-image: url(../img/triangle-bl.svg); }
  main.green {
    background-image: url(../img/triangle-gr.svg); }
  main.orange {
    background-image: url(../img/triangle-or.svg); }
  main section {
    opacity: 0;
    position: relative;
    top: 60px;
    transition: 1s; }
    main section.play {
      top: 0;
      opacity: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    main {
      background-size: 500px; } }
  @media only screen and (max-width: 767px) {
    main {
      background-size: 260px; } }

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  border: 1px solid #4d4d4d;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: .4s; }
  .slick-arrow.slick-prev {
    background-image: url(../img/slider-prev-wh.svg); }
  .slick-arrow.slick-next {
    background-image: url(../img/slider-next-wh.svg); }
  .slick-arrow:hover {
    opacity: .6; }

main.home .main-slider {
  width: calc(100% - 100px); }
  main.home .main-slider .main-banner {
    width: 100%; }
  main.home .main-slider .slick-arrow {
    right: 50px;
    bottom: 70px; }
    main.home .main-slider .slick-arrow.slick-prev {
      margin-right: 50px; }
  @media only screen and (max-width: 767px) {
    main.home .main-slider {
      width: 100%; }
      main.home .main-slider .main-banner {
        height: 600px; }
      main.home .main-slider .slick-arrow {
        right: 15px; } }
main.home .about {
  padding: 70px 0; }
  main.home .about .txt {
    width: 600px;
    max-width: 100%; }
main.home .gallery {
  position: relative;
  margin: 80px 0; }
  main.home .gallery .slick-arrow {
    right: 135px;
    bottom: 195px; }
    main.home .gallery .slick-arrow.slick-prev {
      margin-right: 50px; }
    @media (min-width: 1921px) {
      main.home .gallery .slick-arrow {
        right: calc((100% - 1645px) / 2); } }
    @media only screen and (max-width: 767px) {
      main.home .gallery .slick-arrow {
        right: 15px; } }
  main.home .gallery h2 {
    color: #fff; }
  main.home .gallery .container {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
  main.home .gallery .main-banner {
    height: 100vh;
    min-height: 600px;
    max-height: 900px; }
    main.home .gallery .main-banner .container {
      top: auto;
      bottom: 0; }
  main.home .gallery .box {
    float: right;
    width: 400px;
    height: 266px;
    background: #231f20;
    color: #fff;
    padding: 40px 50px; }
    main.home .gallery .box .cat {
      display: inline-block;
      line-height: 25px;
      padding: 0 12px;
      color: #fff;
      background: #d82126;
      font-size: 11px; }
    main.home .gallery .box .date {
      margin: 30px 0 10px 0; }
    main.home .gallery .box h3 {
      font-size: 18px;
      margin: 0 0 25px 0;
      font-weight: 600; }
    main.home .gallery .box .link {
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      main.home .gallery .box {
        padding: 30px 15px;
        position: relative;
        left: 15px;
        width: calc(100% + 30px); } }
@media only screen and (max-width: 767px) {
  main.home .news .row {
    white-space: nowrap;
    overflow-x: scroll; }
    main.home .news .row .col-sm-4 {
      float: none;
      display: inline-block;
      margin-right: 20px;
      width: 290px;
      vertical-align: top;
      white-space: normal; } }
main.home .pages .col-sm-4 {
  padding: 0;
  overflow: hidden; }
  main.home .pages .col-sm-4:hover .box {
    transform: scale(1.1); }
main.home .pages .box {
  display: block;
  height: 280px;
  background-position: center;
  background-size: cover;
  transition: .4s; }
  main.home .pages .box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 32px;
    text-align: center; }
  @media (min-width: 1800px) {
    main.home .pages .box {
      height: 400px; } }
@media only screen and (max-width: 767px) {
  main.home .pages {
    display: none; } }

section.references {
  margin: 80px 0; }
  section.references img {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    transition: .4s; }
    section.references img:hover {
      filter: grayscale(0); }
  section.references .row {
    margin-left: -5px;
    margin-right: -5px; }
    section.references .row .col-sm-2 {
      width: calc(100% / 7);
      padding: 0 5px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        section.references .row .col-sm-2 {
          width: calc(100% / 4);
          float: left; } }

.project-detail {
  padding: 80px 0; }
  .project-detail .date {
    margin-bottom: 10px; }
  .project-detail h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px 0;
    width: 70%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .project-detail h1 {
        width: 100%;
        font-size: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .project-detail h1 {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .project-detail h1 {
        width: 100%;
        font-size: 22px; } }
  .project-detail .desc {
    font-size: 21px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .project-detail .desc {
        font-size: 18px; } }
  .project-detail .share {
    text-align: right; }
    .project-detail .share span {
      display: inline-block;
      margin-right: 8px;
      vertical-align: middle; }
    .project-detail .share a {
      width: 38px;
      line-height: 38px;
      background: #000;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .project-detail .share {
        margin-top: 30px;
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .project-detail .share {
        margin-top: 30px;
        text-align: left; } }
  .project-detail iframe, .project-detail img, .project-detail video {
    display: block;
    width: 100%; }
  .project-detail iframe {
    height: 600px; }

.project-detail + .projects {
  margin-bottom: 80px; }
  .project-detail + .projects .box h3 {
    width: 400px;
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .project-detail + .projects .box {
      margin-bottom: 30px; } }

main.content {
  padding-right: 100px; }
  main.content h1 {
    font-size: 45px;
    margin: 0 0 40px 0;
    font-weight: 600; }
  main.content section {
    background: #f9f9f9;
    padding: 80px 0 200px 0;
    padding-right: 400px; }
    @media (max-width: 1400px) {
      main.content section {
        padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    main.content {
      padding-right: 0; } }

main.page .projects.news {
  margin: 85px 0 65px 0; }
  main.page .projects.news h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 20px 0; }
  main.page .projects.news .box {
    margin-bottom: 55px; }
main.page .col-md-4 {
  margin-bottom: 42px; }

.news-detail .row {
  margin-left: -10px;
  margin-right: -10px; }
  .news-detail .row .col-sm-6 {
    padding: 0 10px; }
@media only screen and (max-width: 767px) {
  .news-detail .col-sm-6:nth-of-type(1) {
    margin-bottom: 30px; } }
.news-detail .main-banner {
  position: absolute; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-detail .main-banner {
      height: 420px;
      min-height: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news-detail .main-banner {
      height: 400px;
      min-height: 0; } }
.news-detail .container {
  padding-top: 90px;
  width: 84%;
  position: relative;
  z-index: 1;
  max-width: 1612px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .news-detail .container {
      width: 100%;
      padding-right: 200px; } }
  @media only screen and (max-width: 767px) {
    .news-detail .container {
      width: 100%;
      padding-top: 30px; } }
.news-detail .banner {
  padding-bottom: 50%;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .news-detail .banner {
      padding-bottom: 70%; } }
.news-detail .img {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover; }
.news-detail h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 40px 0;
  width: 50%;
  color: #fff; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-detail h1 {
      width: 100%;
      font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .news-detail h1 {
      font-size: 30px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .news-detail h1 {
      font-size: 26px;
      width: 100%; } }
.news-detail .date {
  margin: 30px 0 15px 0;
  opacity: .5;
  color: #fff; }
.news-detail .desc {
  font-size: 21px; }
  @media only screen and (max-width: 767px) {
    .news-detail .desc {
      font-size: 18px; } }
.news-detail .share {
  margin-top: 50px; }
  .news-detail .share span {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle; }
  .news-detail .share a {
    width: 38px;
    line-height: 38px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center; }

section.about .row {
  margin-left: -10px;
  margin-right: -10px; }
  section.about .row .col-sm-4, section.about .row .col-sm-6 {
    padding: 0 10px; }
@media only screen and (max-width: 767px) {
  section.about .col-sm-6:nth-of-type(1) {
    margin-bottom: 30px; } }
section.about .box {
  width: 83%;
  max-width: 100%;
  position: relative;
  top: -130px;
  margin-bottom: -130px;
  z-index: 1;
  background: #fff;
  padding: 70px; }
  section.about .box h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 15px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.about .box {
      padding: 60px 30px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    section.about .box {
      padding: 60px 0;
      width: 100%;
      top: 0;
      margin-bottom: 0; } }
section.about .desc {
  padding-right: 18%; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.about .desc {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    section.about .desc {
      padding-right: 0; } }
section.about .img {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover; }
section.about .row {
  padding: 0 70px; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.about .row {
      padding: 0 30px; } }
  @media only screen and (max-width: 767px) {
    section.about .row {
      padding: 0; } }
section.about .banner {
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  background-position: center;
  background-size: cover; }
section.about h2 {
  margin: 80px 0 20px 0; }
section.about .team {
  padding: 0;
  margin-bottom: 60px; }
  section.about .team .image {
    overflow: hidden; }
  section.about .team .detail {
    opacity: 0;
    visibility: hidden;
    transition: .7s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9; }
    section.about .team .detail .box {
      background: #fff;
      padding: 60px;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      overflow: auto;
      width: 500px; }
      section.about .team .detail .box .cls {
        float: right;
        margin-bottom: 60px;
        transform: rotate(45deg);
        font-size: 30px; }
      section.about .team .detail .box .social {
        margin: 30px 0; }
        section.about .team .detail .box .social a {
          display: inline-block;
          margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        section.about .team .detail .box {
          padding: 30px 15px; }
          section.about .team .detail .box .cls {
            margin-bottom: 0; } }
  section.about .team .col-sm-4 {
    margin-bottom: 30px;
    cursor: pointer; }
    section.about .team .col-sm-4 .img {
      transition: .4s; }
    section.about .team .col-sm-4:hover .img {
      transform: scale(1.05); }
    section.about .team .col-sm-4.active .detail {
      opacity: 1;
      visibility: visible; }
  section.about .team strong {
    font-size: 18px;
    display: block;
    margin-top: 15px; }

main.home section.about h2 {
  margin-top: 0; }

main.services h1 {
  font-size: 26px;
  margin: 0 0 20px 0; }
main.services .main-banner .logo {
  width: 290px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none; }
main.services .boxes {
  padding: 75px 0; }
  main.services .boxes .col {
    min-height: 500px;
    padding: 120px 18% 0 0;
    background-position: center;
    background-size: cover; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.services .boxes .col {
        height: auto;
        min-height: 300px;
        padding: 30px 30px 0 0; } }
    @media only screen and (max-width: 767px) {
      main.services .boxes .col {
        height: auto;
        min-height: 300px;
        padding: 30px 15px; } }
  @media only screen and (max-width: 767px) {
    main.services .boxes {
      padding: 30px 0; } }
main.services .banner {
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  background-position: center;
  background-size: cover;
  position: relative; }
  main.services .banner .txt {
    position: absolute;
    top: 160px;
    right: 200px;
    width: 420px;
    max-width: 100%;
    color: #fff; }
    main.services .banner .txt h2 {
      font-size: 21px;
      margin: 0 0 10px 0;
      font-weight: 400; }
    main.services .banner .txt .items {
      margin-top: 30px; }
      main.services .banner .txt .items .item {
        display: inline-block;
        margin-right: 15px;
        transition: .4s; }
        main.services .banner .txt .items .item img {
          margin-right: 5px; }
        main.services .banner .txt .items .item:hover {
          color: #aaa; }
    @media only screen and (max-width: 767px) {
      main.services .banner .txt {
        top: 60px;
        right: 0;
        width: 100%;
        padding: 0 15px; }
        main.services .banner .txt .items {
          font-size: 10px; } }
  @media only screen and (max-width: 767px) {
    main.services .banner {
      padding: 30px 0;
      height: 400px;
      min-height: 0; } }
main.services .banner + .boxes {
  padding: 150px 0;
  background-color: #f7f7f7; }
  @media (min-width: 768px) and (max-width: 991px) {
    main.services .banner + .boxes {
      padding: 75px 0; } }
  @media only screen and (max-width: 767px) {
    main.services .banner + .boxes {
      padding: 30px 0 0 0; } }

main.contact {
  padding-right: 100px; }
  main.contact h1, main.contact h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 15px 0; }
    @media only screen and (max-width: 767px) {
      main.contact h1, main.contact h2 {
        font-size: 30px; } }
  main.contact .txt {
    background: #f9f9f9;
    padding: 90px 0;
    line-height: 1.6; }
    @media (min-width: 2121px) {
      main.contact .txt {
        padding-left: 100px; } }
    main.contact .txt .container {
      padding-left: 100px; }
    main.contact .txt .desc {
      width: 80%; }
    main.contact .txt .title {
      font-weight: 600; }
    main.contact .txt .map span {
      text-decoration: underline; }
    main.contact .txt .map img {
      margin-right: 10px; }
    main.contact .txt form {
      width: 400px;
      max-width: 100%; }
      main.contact .txt form label {
        font-weight: 400;
        font-size: 11px; }
      main.contact .txt form input, main.contact .txt form textarea {
        -webkit-appearance: none;
        width: 100%;
        height: 55px;
        border: 1px solid #d2d2d2;
        margin-bottom: 20px;
        padding-left: 20px;
        background: none; }
      main.contact .txt form textarea {
        resize: none;
        height: 175px;
        padding-top: 20px; }
      main.contact .txt form .check-box span {
        border-color: #aaa; }
      main.contact .txt form .check-box input:checked + span {
        background-color: #d82126;
        background-image: url(../img/check-wh.svg); }
      main.contact .txt form .result {
        line-height: 45px;
        background: #d82126;
        color: #fff;
        text-align: center;
        margin-bottom: 20px; }
      main.contact .txt form .button {
        float: right;
        padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      main.contact .txt {
        padding: 30px 0; }
        main.contact .txt .container {
          padding-left: 15px; }
        main.contact .txt .desc {
          width: 100%; } }
  main.contact .banner {
    height: 675px;
    background-position: center;
    background-size: cover; }
  @media only screen and (max-width: 767px) {
    main.contact {
      padding-right: 0; }
      main.contact .banner {
        height: 300px; } }

main.error .main-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  main.error .main-banner .txt {
    margin: 0 auto;
    width: 400px;
    text-align: center;
    font-size: 18px; }
  main.error .main-banner h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 35px 0 18px 0; }
  @media only screen and (max-width: 767px) {
    main.error .main-banner {
      height: 600px; } }

main.error + footer {
  display: none; }

.gallery-slider {
  background: #f7f7f7;
  padding: 80px 0;
  margin-top: 90px; }
  .gallery-slider .container {
    position: relative;
    width: 1130px;
    max-width: 100%;
    padding: 0 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .gallery-slider .container {
        padding: 0; } }
  .gallery-slider h2 {
    position: absolute;
    top: 40px;
    left: 65px;
    color: #fff;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .gallery-slider h2 {
        top: 30px;
        left: 30px; } }
  .gallery-slider .slider .item .img {
    padding-bottom: 56%;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 767px) {
      .gallery-slider .slider .item .img {
        padding-bottom: 100%; } }
  .gallery-slider .slider .slick-arrow {
    right: 50px;
    bottom: 30px;
    border: 0;
    background-color: #fff; }
    .gallery-slider .slider .slick-arrow.slick-prev {
      margin-right: 50px;
      background-image: url(../img/slider-prev.svg); }
    .gallery-slider .slider .slick-arrow.slick-next {
      background-image: url(../img/slider-next.svg); }
    @media only screen and (max-width: 767px) {
      .gallery-slider .slider .slick-arrow {
        right: 30px; } }
  @media only screen and (max-width: 767px) {
    .gallery-slider {
      padding: 0;
      margin-top: 60px; }
      .gallery-slider .container {
        padding: 0; } }

/*default*/
.anim {
  opacity: 0;
  position: relative;
  top: -60px;
  transition: 1s; }
  .anim.anim-del {
    transition-delay: .2s; }
  .anim.anim-del2 {
    transition-delay: .4s; }
  .anim.anim-del2 {
    transition-delay: .6s; }
  .anim.play {
    top: 0;
    opacity: 1; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s !important; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s !important; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s !important; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s !important; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s !important; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s !important; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s !important; }
.anim-boxes .anim:nth-of-type(9) {
  transition-delay: 1.6s !important; }
.anim-boxes .anim:nth-of-type(10) {
  transition-delay: 1.8s !important; }
.anim-boxes .anim:nth-of-type(11) {
  transition-delay: 2s !important; }
.anim-boxes .anim:nth-of-type(12) {
  transition-delay: 2.2s !important; }
.anim-boxes .anim:nth-of-type(13) {
  transition-delay: 2.4s !important; }

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