/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none; }

body {
  font-family: 'Inter', sans-serif; }
  body i {
    display: flex;
    align-items: center;
    justify-content: center; }
    body i:before {
      content: "";
      display: inline-block;
      margin-left: 0 !important; }
  body .container {
    max-width: 1530px;
    padding-left: 45px;
    padding-right: 45px; }

.lv_skin canvas {
  opacity: 0 !important; }

.over {
  overflow: hidden; }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-ExtraBold.ttf);
  font-weight: 800; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Black.ttf);
  font-weight: 900; }

.Navtop {
  width: 100%;
  z-index: 9999;
  position: absolute;
  transition: 500ms; }
  .Navtop-in {
    position: relative; }
  .Navtop .navbar-brand {
    margin: 0;
    padding: 0; }
    .Navtop .navbar-brand img {
      height: 65px;
      -o-object-fit: contain;
         object-fit: contain; }
  .Navtop .navbar {
    position: static;
    z-index: 99;
    padding: 0;
    margin-top: 32px; }
    .Navtop .navbar-nav {
      transition: 400ms;
      width: 70%;
      justify-content: space-between;
      padding-bottom: 15px;
      border-bottom: 1px solid #3f3f3f; }
    .Navtop .navbar-collapse {
      justify-content: flex-end; }
      .Navtop .navbar-collapse .nav-item {
        margin-left: clamp(5px, 1vw, 15px);
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center; }
        .Navtop .navbar-collapse .nav-item:first-child {
          margin-left: 0; }
        .Navtop .navbar-collapse .nav-item .nav-link {
          padding: 0 5px;
          font-size: 14px;
          font-weight: bold;
          color: #fff;
          position: relative;
          transition: 500ms; }
          .Navtop .navbar-collapse .nav-item .nav-link:after {
            content: "";
            display: inline-block;
            height: 4px;
            width: 10%;
            background-color: #90823b;
            opacity: 0;
            position: absolute;
            bottom: -15px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            transition: all 500ms; }
          .Navtop .navbar-collapse .nav-item .nav-link:hover {
            transition: 500ms; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover:after {
              opacity: 1;
              width: 100%; }
      .Navtop .navbar-collapse .active .nav-link {
        color: #fff; }
        .Navtop .navbar-collapse .active .nav-link:after {
          opacity: 1;
          width: 100%; }
  .Navtop-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 26px -5px rgba(0, 0, 0, 0.99); }
    .Navtop-active .navbar {
      margin-top: 0; }

.Navbottom {
  background-size: cover;
  background-repeat: no-repeat; }
  .Navbottom-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative; }
    .Navbottom-contact:after {
      content: "";
      display: inline-block;
      width: 30%;
      height: 2px;
      background-color: #90823b;
      transition: all 500ms;
      position: absolute;
      right: 0;
      top: 100px; }
    .Navbottom-contact h3 {
      font-size: 40px;
      font-weight: bold;
      line-height: 0.98;
      letter-spacing: -2.4px;
      color: #fff;
      margin-bottom: 55px; }
    .Navbottom-contact form {
      max-width: 450px;
      width: 100%;
      display: flex;
      flex-direction: column; }
      .Navbottom-contact form input, .Navbottom-contact form textarea {
        width: 100%;
        border: solid 1px #fff;
        background-color: transparent;
        padding: 24px 30px;
        font-size: 14px;
        font-weight: 500;
        color: #1b3932;
        margin-bottom: 22px;
        transition: all 500ms; }
        .Navbottom-contact form input:valid, .Navbottom-contact form textarea:valid {
        color: #fff;}
        .Navbottom-contact form input:focus, .Navbottom-contact form textarea:focus {
        color: #1b3932;}
        .Navbottom-contact form input::-webkit-input-placeholder, .Navbottom-contact form textarea::-webkit-input-placeholder {
          font-size: 14px;
          font-weight: 500;
          color: #fff; }
        .Navbottom-contact form input:-ms-input-placeholder, .Navbottom-contact form textarea:-ms-input-placeholder {
          font-size: 14px;
          font-weight: 500;
          color: #fff; }
        .Navbottom-contact form input::-ms-input-placeholder, .Navbottom-contact form textarea::-ms-input-placeholder {
          font-size: 14px;
          font-weight: 500;
          color: #fff; }
        .Navbottom-contact form input::placeholder, .Navbottom-contact form textarea::placeholder {
          font-size: 14px;
          font-weight: 500;
          color: #fff; }
        .Navbottom-contact form input:focus, .Navbottom-contact form textarea:focus {
          background-color: #fff; }
      .Navbottom-contact form button {
        background-color: #d3cab0;
        height: 67px;
        font-size: 20px;
        font-weight: bold;
        color: #1b3932;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 500ms; }
        .Navbottom-contact form button .icon-submit {
          width: 37px;
          height: 37px;
          background-image: url(../images/icon-submit.png);
          background-size: 100% 100%;
          margin-right: 8px; }
        .Navbottom-contact form button:hover {
          -webkit-transform: scale(1.02);
                  transform: scale(1.02); }
  .Navbottom-copyright {
    background-color: rgba(29, 29, 29, 0.5); }
    .Navbottom-copyright-in {
      padding: 40px 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Navbottom-copyright-in a {
        display: flex; }
        .Navbottom-copyright-in a img {
          height: 86px;
          -o-object-fit: contain;
             object-fit: contain; }
      .Navbottom-copyright-in p {
        font-size: 15px;
        font-weight: 500;
        text-align: right;
        color: #fff; }
        .Navbottom-copyright-in p a {
          display: inline-block; }

.icon-menu {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  z-index: 999;
  cursor: pointer;
  transition: 500ms;
  background-color: transparent; }
  .icon-menu:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-image: url(../images/menu.svg);
    background-position: center; }
  .icon-menu.active:after {
    background-image: url(../images/exit.svg); }

.icon-button-right {
  background-image: url(../images/icon-arrow-right.svg);
  width: 40px;
  height: 14px;
  background-size: 100% 100%; }

.Main {
  overflow: hidden; }

.Slider {
  position: relative;
  z-index: 1; }
  .Slider .swiper-container .swiper-pagination {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    left: unset;
    width: 100%;
    right: 12%; }
  .Slider .swiper-container .swiper-slide {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-sizing: border-box; }
  .Slider-in {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center; }
  .Slider .mobile-img {
    display: none;
    width: 100%; }
  .Slider-text {
    z-index: 2;
    display: flex;
    justify-content: center; }
    .Slider-text p {
      max-width: clamp(400px, 32.87vw, 631px);
      font-size: 14px;
      font-weight: normal;
      line-height: 1.16;
      letter-spacing: -0.84px;
      color: #fff;
      margin-top: 20px; }
    .Slider-text-img {
      margin-right: 70px; }
      .Slider-text-img img {
        width: 103px; }
    .Slider-text-in h1, .Slider-text-in h2 {
      max-width: 250px;
      font-size: 40px;
      font-weight: normal;
      line-height: 0.98;
      letter-spacing: -2.4px;
      color: #fff; }
      .Slider-text-in h1 span, .Slider-text-in h2 span {
        display: block;
        font-weight: bold;
        color: #90823b; }
    .Slider-text-in h2 {
      max-width: 360px; }

.swiper-pagination-bullet {
  border: none;
  opacity: 1;
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative; }
  .swiper-pagination-bullet:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #90823b;
    position: absolute;
    left: 70px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 500ms; }
  .swiper-pagination-bullet-active {
    font-size: clamp(24px, 2.09vw, 40px);
    font-weight: 800; }
    .swiper-pagination-bullet-active:after {
      opacity: 1;
      width: 120px; }

.P_Slider .swiper-container {
  z-index: 2;
  overflow: visible; }
  .P_Slider .swiper-container .swiper-slide {
    height: 650px; }

.P_Slider-in {
  display: flex;
  width: 100%;
  height: 100%; }

.P_Slider-left {
  width: 35%;
  height: calc(100% + 100px);
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  position: relative; }
  .P_Slider-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.P_Slider-right {
  width: 65%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 7%; }
  .P_Slider-right:after {
    content: "";
    display: inline-block;
    width: 60%;
    height: 90%;
    background-image: url(../images/geyik-back.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 500ms; }
  .P_Slider-right-text {
    padding-left: clamp(25px, 3.65vw, 70px);
    padding-right: 20px; }
  .P_Slider-right h3 {
    font-size: clamp(24px, 2.09vw, 40px);
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: -2.4px;
    color: #90823b;
    margin-bottom: 40px; }
    .P_Slider-right h3 span {
      line-height: 0.98;
      color: #1b3932;
      display: block; }
  .P_Slider-right p {
    max-width: 630px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.19;
    letter-spacing: -0.84px;
    color: #1b3932;
    margin-bottom: 70px; }
  .P_Slider-right a {
    width: 290px;
    height: 66px;
    background-color: #1b3932;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: all 500ms; }
    .P_Slider-right a i {
      margin-left: 40px;
      transition: all 500ms; }
    .P_Slider-right a:hover i {
      margin-left: 45px; }
  .P_Slider-right-bottom {
    margin-top: auto;
    margin-left: auto;
    width: 65%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #90823b;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10; }
    .P_Slider-right-bottom img {
      max-width: 230px;
      width: 100%;
      height: 65px;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 10%; }

.P_Slider-pagination {
  padding: 0 40px;
  width: 200px;
  height: 110px;
  display: flex;
  align-items: center;
  background-color: #1b3932;
  position: absolute;
  left: calc(35% - 200px);
  bottom: 0;
  z-index: 9; }
  .P_Slider-pagination .swiper-button-next, .P_Slider-pagination .swiper-button-prev {
    background-image: url(../images/icon-arrow-right.svg);
    width: 40px;
    height: 14px;
    background-size: 100% 100%;
    position: static;
    margin: 0; }
  .P_Slider-pagination .swiper-button-next:after, .P_Slider-pagination .swiper-button-prev:after {
    display: none; }
  .P_Slider-pagination .swiper-button-prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 50px; }

.Projects {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .Projects-in {
    padding-top: 100px;
    padding-bottom: 60px; }
  .Projects-tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 80px;
    position: relative; }
    .Projects-tab:before {
      content: "";
      display: inline-block;
      width: 50%;
      height: 2px;
      background-color: #90823b;
      position: absolute;
      left: -55%;
      transition: all 500ms; }
    .Projects-tab h3 {
      font-size: clamp(24px, 2.09vw, 40px);
      font-weight: bold;
      line-height: 0.98;
      letter-spacing: -2.4px;
      color: #fff;
      margin-right: 100px; }
    .Projects-tab ul {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #3f3f3f;
      padding-bottom: 15px; }
    .Projects-tab .nav-pills .nav-link {
      border-radius: 0;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      position: relative;
      padding: 0; }
      .Projects-tab .nav-pills .nav-link:after {
        content: "";
        display: inline-block;
        height: 4px;
        width: 10%;
        background-color: #90823b;
        opacity: 0;
        position: absolute;
        bottom: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        transition: all 500ms; }
      .Projects-tab .nav-pills .nav-link.active {
        background-color: transparent; }
        .Projects-tab .nav-pills .nav-link.active:after {
          opacity: 1;
          width: 100%; }
  .Projects-content-slider {
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto; }
  .Projects-content .tab-content .tab-pane .swiper-button-next, .Projects-content .tab-content .tab-pane .swiper-button-prev {
    background-image: url(../images/icon-arrow-right.svg);
    width: 40px;
    height: 14px;
    background-size: 100% 100%;
    margin: 0; }
  .Projects-content .tab-content .tab-pane .swiper-button-next {
    right: -60px; }
  .Projects-content .tab-content .tab-pane .swiper-button-next:after, .Projects-content .tab-content .tab-pane .swiper-button-prev:after {
    display: none; }
  .Projects-content .tab-content .tab-pane .swiper-button-prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -60px; }
  .Projects-content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px; }
    .Projects-content-list-item {
      width: calc(25% - 35px);
      position: relative; }
      .Projects-content-list-item img {
        width: 100%; }
  .Projects-content .button-more {
    width: 290px;
    height: 66px;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all 500ms;
    position: relative;
    z-index: 1;
    margin: 60px auto;
    margin-bottom: 0; }
    .Projects-content .button-more:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 100%;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1;
      transition: all 500ms; }
    .Projects-content .button-more i {
      margin-left: 20px;
      transition: all 500ms; }
    .Projects-content .button-more:hover {
      color: #000; }
      .Projects-content .button-more:hover:before {
        opacity: 1;
        width: 100%; }
      .Projects-content .button-more:hover i {
        -webkit-filter: invert(1);
                filter: invert(1); }
  .Projects-call {
    width: 100%;
    background-color: #1b3932; }
    .Projects-call-in {
      padding: 40px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Projects-call-in img {
        max-width: 797px;
        width: 100%; }
  .Projects-map-head {
    padding: clamp(24px, 3.39vw, 65px) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b3932; }
    .Projects-map-head img {
      width: clamp(70px, 6.15vw, 118px);
      height: clamp(70px, 6.15vw, 118px);
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 34px; }
    .Projects-map-head h4 {
      font-size: clamp(30px, 2.09vw, 40px);
      font-weight: bold;
      line-height: 0.98;
      letter-spacing: -2.4px;
      color: #fff; }
  .Projects-map-in #map {
    height: 615px;
    width: 100%; }
  .Projects-map-bottom {
    padding: clamp(20px, 2.09vw, 40px) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9f955b; }
    .Projects-map-bottom img {
      width: clamp(70px, 5.32vw, 102px);
      height: clamp(70px, 5.32vw, 102px);
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 34px; }
    .Projects-map-bottom.katalog img {
      width: clamp(130px, 13.02vw, 250px);
      height: clamp(130px, 7.82vw, 250px); }
    .Projects-map-bottom a {
      font-size: clamp(30px, 2.09vw, 40px);
      font-weight: bold;
      line-height: 0.98;
      letter-spacing: -2.4px;
      color: #fff; }
      .Projects-map-bottom a span {
        display: block;
        font-size: 20px;
        font-weight: normal;
        line-height: 0.98;
        letter-spacing: -1.2px;
        color: #fff; }
  .Projects-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px; }
    .Projects-gallery-item {
      width: calc(20% - 24px); }
      .Projects-gallery-item img {
        width: 100%; }

.Banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .Banner-in {
    height: 640px;
    display: flex;
    align-items: center; }
  .Banner-text {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center; }
    .Banner-text p {
      max-width: clamp(400px, 32.87vw, 631px);
      font-size: 14px;
      font-weight: normal;
      line-height: 1.16;
      letter-spacing: -0.84px;
      color: #fff;
      margin-top: 20px; }
    .Banner-text-img {
      margin-right: 70px; }
      .Banner-text-img img {
        width: 103px; }
    .Banner-text-in h1, .Banner-text-in h2 {
      max-width: 350px;
      font-size: 40px;
      font-weight: bold;
      line-height: 0.98;
      letter-spacing: -2.4px;
      color: #fff; }
      .Banner-text-in h1 span, .Banner-text-in h2 span {
        display: block;
        font-weight: bold;
        color: #90823b; }
    .Banner-text-in h2 {
      max-width: 360px; }

.Contact {
  display: flex;
  align-items: center;
  height: 650px; }
  .Contact-left {
    width: 50%;
    height: calc(100% + 100px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
    .Contact-left #map {
      width: 100%;
      height: 100%; }
  .Contact-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    padding-top: 140px;
    padding-bottom: 220px;
    position: relative; }
    .Contact-right:after {
      content: "";
      display: inline-block;
      width: 60%;
      height: 90%;
      background-image: url(../images/geyik-back.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom;
      position: absolute;
      right: 0;
      bottom: 0;
      transition: all 500ms; }
    .Contact-right h4 {
      font-size: clamp(24px, 2.09vw, 40px);
      font-weight: bold;
      line-height: 0.98;
      letter-spacing: -2.4px;
      color: #1b3932;
      margin-bottom: clamp(25px, 2.87vw, 55px); }
    .Contact-right a, .Contact-right p {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.19;
      letter-spacing: -0.96px;
      color: #1b3932;
      display: flex;
      align-items: center;
      flex-shrink: 0;
      margin-bottom: 30px;
      transition: all 500ms; }
      .Contact-right a i, .Contact-right p i {
        width: 43px;
        height: 43px;
        background-size: 100% 100%;
        display: block;
        margin-right: 20px; }
        .Contact-right a i.icon-tel, .Contact-right p i.icon-tel {
          background-image: url(../images/icon-tel.svg); }
        .Contact-right a i.icon-mail, .Contact-right p i.icon-mail {
          background-image: url(../images/icon-mail.svg); }
        .Contact-right a i.icon-adres, .Contact-right p i.icon-adres {
          background-image: url(../images/icon-adres.svg); }
    .Contact-right a {
      cursor: pointer; }
      .Contact-right a:hover {
        color: #1b3932;
        letter-spacing: 1.2px; }

.fancybox-container {
  z-index: 9999999999 !important; }

@media (min-width: 991px) and (max-width: 1200px) {
  .Navtop .navbar-nav {
    width: 90%; }
  .Projects-tab ul {
    width: 60%; } }

@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Main {
    padding-top: 74px; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    padding-bottom: 8px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #1b3932; }
    .Navtop .navbar {
      position: relative;
      padding: 0px;
      padding-top: 10px;
      margin-top: 0; }
      .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0px;
        padding-left: 15px; }
        .Navtop .navbar-brand img {
          height: 66px; }
      .Navtop .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 74px;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        padding-top: 10vh;
        -webkit-transform: translateY(50px);
                transform: translateY(50px); }
        .Navtop .navbar-collapse:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #1b3932;
          opacity: 0.8; }
        .Navtop .navbar-collapse-active {
          pointer-events: auto;
          transition: 300ms;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .Navtop .navbar-collapse .nav-item {
          margin-left: 0;
          line-height: 3.5; }
          .Navtop .navbar-collapse .nav-item .nav-link {
            padding: 0px 5px;
            font-size: 20px; }
            .Navtop .navbar-collapse .nav-item .nav-link:after {
              bottom: 15px; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover {
              transition: 500ms; }
  .Slider .swiper-container .swiper-pagination-bullets {
    bottom: 20px;
    right: unset;
    left: 20px;
    flex-direction: row; }
  .Slider .swiper-container .swiper-pagination-bullet {
    font-size: 14px; }
    .Slider .swiper-container .swiper-pagination-bullet-active {
      font-size: 18px; }
  .Slider .swiper-container .swiper-slide {
    height: auto; }
  .Slider .mobile-img {
    display: block; }
  .Slider-in {
    display: none;
    height: 300px; }
  .Slider-text {
    display: none; }
    .Slider-text p {
      font-size: 13px;
      margin-top: 15px; }
	.swiper-pagination-bullet:after{display:none;}
    .Slider-text-img {
      margin-right: 20px; }
      .Slider-text-img img {
        width: 60px; }
    .Slider-text-in h1, .Slider-text-in h2 {
      font-size: 26px; }
  .P_Slider .swiper-container {
    overflow: hidden; }
    .P_Slider .swiper-container .swiper-slide {
      height: auto; }
  .P_Slider-in {
    flex-direction: column-reverse; }
  .P_Slider-left {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .P_Slider-right {
    width: 100%;
    padding-top: 7%; }
    .P_Slider-right:after {
      width: 50%; }
    .P_Slider-right h3 {
      margin-bottom: 15px; }
    .P_Slider-right p {
      font-size: 13px;
      margin-bottom: 20px; }
    .P_Slider-right a {
      width: 220px;
      height: 56px;
      font-size: 14px;
      margin-bottom: 20px; }
    .P_Slider-right-bottom {
      display: none; }
  .P_Slider-pagination {
    padding: 0 10px;
    height: 60px;
    bottom: 0;
    top: unset;
    left: unset;
    right: 0;
    width: 130px; }
    .P_Slider-pagination .swiper-button-prev {
      margin-right: 25px; }
  .Banner-in {
    height: 300px; }
  .Banner-text p {
    font-size: 13px;
    margin-top: 20px; }
  .Banner-text-img {
    margin-right: 20px; }
    .Banner-text-img img {
      width: 73px; }
  .Banner-text-in h1, .Banner-text-in h2 {
    font-size: 28px;
    letter-spacing: -1.4px; }
  .Projects-in {
    padding-top: 40px;
    padding-bottom: 40px; }
  .Projects-tab {
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%; }
    .Projects-tab h3 {
      margin-right: 0;
      text-align: center;
      margin-bottom: 40px;
      letter-spacing: 0.4px; }
    .Projects-tab ul {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center; }
    .Projects-tab .nav-item {
      width: 50%;
      margin-bottom: 20px;
      text-align: center; }
    .Projects-tab .nav-pills .nav-link.active:after {
      width: 60%; }
  .Projects-content-list {
    gap: 20px; }
    .Projects-content-list-item {
      width: calc(50% - 10px); }
  .Projects-content .button-more {
    width: 220px;
    height: 56px;
    font-size: 13px;
    margin: 40px auto; }
  .Projects-call-in {
    padding: 20px 0; }
    .Projects-call-in img {
      max-width: 400px; }
  .Projects-map-head img {
    width: 50px;
    height: 50px;
    margin-right: 24px; }
  .Projects-map-head h4 {
    font-size: 24px;
    letter-spacing: -1.4px; }
  .Projects-map-in #map {
    height: 350px; }
  .Projects-map-bottom img {
    width: 50px;
    height: 50px;
    margin-right: 24px; }
  .Projects-map-bottom a {
    font-size: 24px;
    letter-spacing: -1.4px; }
    .Projects-map-bottom a span {
      font-size: 16px; }
  .Projects-gallery {
    gap: 16px; }
    .Projects-gallery-item {
      width: calc(50% - 16px); }
  .Contact {
    flex-direction: column-reverse;
    justify-content: center;
    height: auto; }
    .Contact-left {
      width: 100%;
      height: 350px;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .Contact-left #map {
        width: 100%;
        height: 100%; }
    .Contact-right {
      width: 100%;
      padding: 40px 20px; }
      .Contact-right h4 {
        letter-spacing: -1px; }
      .Contact-right a i, .Contact-right p i {
        width: 33px;
        height: 33px; }
      .Contact-right:after {
        width: 50%; }
  .Navbottom-contact {
    padding: 40px 20px; }
    .Navbottom-contact:after {
      top: 50px; }
    .Navbottom-contact h3 {
      font-size: 28px;
      letter-spacing: -1.4px;
      margin-bottom: 35px; }
    .Navbottom-contact form input, .Navbottom-contact form textarea {
      background-color: transparent;
      padding: 24px 20px;
      font-size: 13px;
      margin-bottom: 16px; }
      .Navbottom-contact form input::-webkit-input-placeholder, .Navbottom-contact form textarea::-webkit-input-placeholder {
        font-size: 13px; }
      .Navbottom-contact form input:-ms-input-placeholder, .Navbottom-contact form textarea:-ms-input-placeholder {
        font-size: 13px; }
      .Navbottom-contact form input::-ms-input-placeholder, .Navbottom-contact form textarea::-ms-input-placeholder {
        font-size: 13px; }
      .Navbottom-contact form input::placeholder, .Navbottom-contact form textarea::placeholder {
        font-size: 13px; }
    .Navbottom-contact form button {
      height: 57px;
      font-size: 16px; }
      .Navbottom-contact form button .icon-submit {
        width: 30px;
        height: 30px; }
      .Navbottom-contact form button:hover {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
  .Navbottom-copyright {
    background-color: rgba(29, 29, 29, 0.5); }
    .Navbottom-copyright-in {
      flex-direction: column;
      justify-content: center; }
      .Navbottom-copyright-in a img {
        height: 76px;
        margin-bottom: 25px; }
      .Navbottom-copyright-in p {
        font-size: 13px;
        text-align: center; } }

@media (max-width: 768px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
