@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

*,
:after,
:before {
  box-sizing: inherit;
  outline: 0;
}

article,
aside,
div,
figure,
footer,
header,
iframe,
main,
nav,
p,
section {
  display: block;
  position: relative;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

b,
body,
strong {
  font-family: "calling-code", Arial;
}

body,
html {
  height: 100%;
}

body {
  background-color: #201f1e;
  padding: 0;
  color: #818080;
  font-size: 14px;
  letter-spacing: 0;
  font-style: normal;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: #606060;
  transition: all 0.1s ease-in-out;
}

a:hover {
  color: gray;
  cursor: pointer;
}

fieldset,
figure,
form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

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

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

.desktop-view {
  display: block !important;
}

@media only screen and (max-width: 989px) {
  .mobile-view {
    display: block !important;
  }

  .desktop-view {
    display: none !important;
  }
}

@font-face {
  font-family: "helvetica";
  src: url(/assets/font/helvetica.woff) format("woff"),
    url(/assets/font/helvetica.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "helvetica-light";
  src: url(/assets/font/helvetica-light.woff) format("woff"),
    url(/assets/font/helvetica-light.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "helvetica-mid";
  src: url(/assets/font/helvetica-mid.woff) format("woff"),
    url(/assets/font/helvetica-mid.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "helvetica-bold";
  src: url(/assets/font/helvetica-bold.woff) format("woff"),
    url(/assets/font/helvetica-bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "calling-code";
  src: url(/assets/font/calling-code.woff) format("woff"),
    url(/assets/font/calling-code.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "helvetica-light", Arial;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
ol,
p,
ul {
  margin: 0;
}

b,
strong {
  font-weight: 400;
}

.container {
  max-width: 1152px;
  margin: 0 auto;
  overflow: hidden;
}

.container:before {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

[class^="col-"] {
  position: relative;
  min-height: 1px;
}

@media only screen and (min-width: 768px) {
  .col-12 {
    width: 100%;
  }

  .col-11 {
    width: 91.66666667%;
  }

  .col-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-10 {
    width: 83.33333333%;
  }

  .col-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-9 {
    width: 75%;
  }

  .col-offset-9 {
    margin-left: 75%;
  }

  .col-8 {
    width: 66.66666667%;
  }

  .col-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-7 {
    width: 58.33333333%;
  }

  .col-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-6 {
    width: 50%;
  }

  .col-offset-6 {
    margin-left: 50%;
  }

  .col-5 {
    width: 41.66666667%;
  }

  .col-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-4 {
    width: 33.33333333%;
  }

  .col-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-3 {
    width: 25%;
  }

  .col-offset-3 {
    margin-left: 25%;
  }

  .col-2 {
    width: 16.66666667%;
  }

  .col-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-1 {
    width: 8.33333333%;
  }

  .col-offset-1 {
    margin-left: 8.33333333%;
  }

  [class^="col-"] {
    float: left;
  }
}

fieldset,
form {
  border: 0;
  position: relative;
}

button,
input,
select {
  letter-spacing: 0.4px;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  font-feature-settings: "liga", "kern";
  font-kerning: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  color: #565a5c;
  height: 20px;
  margin: 5px 3px 0 0;
  position: relative;
  vertical-align: top;
  width: 20px;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  content: "\2713";
  color: #ff5650;
  font-size: 16px;
  left: 1px;
  position: absolute;
  text-align: center;
  width: 18px;
}

input[type="search"] {
  box-sizing: content-box;
}

input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
textarea:hover {
  cursor: text;
}

::-webkit-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
}

input[type="password"],
input[type="tel"],
input[type="text"] {
  border: 0;
  font-size: 18px;
  font-family: "";
  letter-spacing: 0;
  height: 56px;
  padding: 0 14px;
  border-radius: 4px;
  width: 100%;
}

input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  background: #fbfbfb;
  border-color: #aaa;
}

textarea {
  border: 1px solid #bdbdbc;
  border-radius: 2px;
  color: #4a5762;
  font-size: 14px;
  font-family: "";
  letter-spacing: 0;
  max-height: 220px;
  padding: 14px;
  width: 100%;
}

header {
  height: 96px;
  z-index: 12;
}

header .container {
  height: 96px;
  overflow: visible;
}

header .logo {
  background: url(/assets/img/logo.svg) no-repeat center;
  background-size: 100% auto;
  display: block;
  float: left;
  height: 80px;
  width: 80px;
  margin-top: 8px;
}

header .lang {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  text-align: right;
  width: 160px;
}

header .lang a {
  color: #606060;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}

body.lang-tr header .lang a:first-child {
  color: #555;
  text-decoration: line-through;
}

body.lang-en header .lang a:nth-child(2) {
  color: #555;
  text-decoration: line-through;
}

@media only screen and (max-width: 990px) {

  header,
  header .container {
    background-color: #201f1e;
    height: 82px;
  }

  header .logo {
    height: 86px;
    left: 24px;
    position: absolute;
    width: 68px;
  }

  header .lang {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    position: relative;
    top: 10px;
  }

  header .lang a {
    color: #fff !important;
    font-size: 24px;
    line-height: 24px;
  }

  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

nav {
  font-family: "helvetica";
  float: right;
  height: 100%;
  width: 600px;
}

nav span {
  display: block;
  height: 100%;
  line-height: 96px;
}

nav a {
  display: block;
  font-size: 15px;
}

nav li {
  float: left;
  height: auto;
  padding: 0 42px;
  position: relative;
}

nav li:after {
  background-color: #b6b6b6;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
}

nav li:hover {
  background-color: #2b2a29;
  border-left: 10px solid #201f1e;
  margin-left: -10px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
nav li div,
nav li:hover::after {
  display: none;
}

nav li div {
  background-color: #333230;
  position: absolute;
  top: 96px;
  left: 0;
  padding: 16px 0;
  z-index: 2;
  width: 100%;
}

nav li div a {
  color: #6a6a6a;
  font-family: "calling-code";
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}

nav li div a:hover {
  background-color: #2b2928;
  color: #c4c4c4;
  cursor: pointer;
}

nav li:nth-child(2) div {
  width: 224px;
}

.breadcrumb {
  height: 20px;
  line-height: 20px;
  margin: 58px 0 60px;
  overflow: hidden;
}

.breadcrumb li {
  float: left;
  font-size: 12px;
  padding-right: 10px;
}

.breadcrumb li:after {
  color: #606060 !important;
  content: ">";
  padding-left: 5px;
}

.breadcrumb li:last-child {
  pointer-events: none;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li:last-child a {
  color: #888;
}

.breadcrumb a {
  color: #606060;
}

.breadcrumb a:hover {
  color: #888;
}

.pagination {
  overflow: hidden;
  margin-bottom: 76px;
  position: relative;
  margin-top: 40px;
  text-align: right;
  font-size: 0;
  width: 100%;
}

.pagination a {
  color: #ababaa;
  display: inline-block;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  position: relative;
}

.pagination a:hover {
  color: #efefef;
}

.pagination a:after,
.pagination a:before {
  display: block;
  content: "";
  height: 32px;
  position: absolute;
  top: 0;
  opacity: 0.2;
}

.pagination .prev {
  padding-left: 38px;
  padding-right: 20px;
  margin-right: 40px;
}

.pagination .next:after,
.pagination .prev:before {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  width: 22px;
}

.pagination .prev:before {
  left: 0;
  transform: rotate(180deg);
}

.pagination .next {
  padding-right: 38px;
  text-align: right;
  padding-left: 20px;
}

.pagination .next:after {
  right: 0;
}

.project-nav {
  text-align: center;
  margin: 64px 0;
}

.project-nav ul {
  display: inline-block;
  margin: 0 auto;
}

.project-nav li {
  float: left;
  border: 1px solid transparent;
  margin: 0 8px;
  transition: all 0.18s ease-in-out;
}

.project-nav li:hover {
  cursor: pointer;
}

.project-nav li.active,
.project-nav li:hover {
  border: 1px solid #686767;
}

.project-nav li.active h2 {
  opacity: 0.7;
}

.project-nav a {
  color: #eeeae9;
}

.project-nav h2 {
  color: #eeeae9;
  font-size: 24px;
  letter-spacing: 0.03em;
  height: 76px;
  line-height: 78px;
  padding: 0 30px;
  opacity: 0.3;
}

.lang-en nav li:nth-child(1) div {
  width: 180px;
}

@media only screen and (min-width: 990px) {
  header .menu-wrapper {
    display: none;
  }

  header nav li:hover div {
    display: block;
  }
}

@media only screen and (max-width: 989px) {
  body.overflow-hidden {
    overflow: hidden;
  }

  .breadcrumb {
    margin: 10px 0 18px;
    padding: 0 10px 0 21px;
  }

  .pagination {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }

  .pagination .prev {
    float: left;
  }

  .pagination .next {
    float: right;
  }

  .project-nav {
    margin: 15px 0;
    text-align: left;
  }

  .project-nav .horizontal-scroller {
    height: 36px;
    overflow: hidden;
    overflow-x: auto;
  }

  .project-nav li {
    white-space: nowrap;
    display: inline-block;
    margin: 0 2px;
  }

  .project-nav h2 {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
  }

  .hamburger-menu,
  .menu-wrapper {
    top: 50%;
    -webkit-user-select: none;
    user-select: none;
  }

  .menu-wrapper {
    display: block;
    margin-top: -15px;
    position: absolute;
    right: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-touch-callout: none;
  }

  .hamburger-menu {
    border-radius: 2px;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
    background: #fff;
    transition: all 0ms 300ms;
  }

  .hamburger-menu:after,
  .hamburger-menu:before {
    border-radius: 2px;
    height: 2px;
    width: 10px;
  }

  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 7px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hamburger-menu.animate {
    background: 0 0;
  }

  .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 20px;
  }

  .hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 20px;
  }

  nav {
    height: 100vh;
    position: absolute;
    left: 110%;
    margin-top: 82px;
    padding: 25px 0;
    z-index: 19;
    width: 100%;
    transition: all 0.24s ease-in-out;
  }

  nav span {
    font-size: 24px;
    line-height: 24px;
  }

  nav,
  nav li,
  nav li div,
  nav li:hover {
    background-color: #201f1e;
  }

  nav,
  nav li {
    display: block;
    float: none;
  }

  nav li {
    padding: 0 24px 30px;
  }

  nav li:hover {
    border-left: 0;
    margin-left: 0;
  }

  nav li:after {
    display: none;
  }

  nav,
  nav li a,
  nav li div a {
    color: #eeeae9;
  }

  nav li div {
    padding: 12px 0;
    position: static;
  }

  nav li div a {
    font-family: "helvetica";
    font-size: 16px;
    height: auto;
    line-height: 34px;
    opacity: 0.8;
  }

  nav .drop>span {
    background: url(/assets/img/expand.svg) no-repeat right top;
  }

  nav .collapse>span {
    background: url(/assets/img/collapse.svg) no-repeat right top;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item img.vertical {
  display: block;
  max-height: 720px;
  margin: 0 auto;
  width: auto;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-dots {
  padding-top: 64px;
  text-align: center;
}

.owl-carousel .owl-dots button {
  background-color: transparent;
  width: 18px;
}

.owl-carousel .owl-dots button span {
  background-color: #4d4c4b;
  display: block;
  height: 7px;
  margin: 0 auto;
  width: 1px;
}

.owl-carousel .owl-dots button.active span {
  background-color: #fff;
  height: 14px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  height: 32px;
  text-indent: -99999px;
  position: absolute;
  margin-top: -16px;
  top: 90px;
  width: 30px;
}

.owl-carousel .owl-nav {
  position: static;
  width: 100%;
}

.owl-carousel .owl-nav span {
  display: block;
  height: 32px;
  line-height: 32px;
}

.owl-carousel .owl-nav .owl-prev {
  background: url(/assets/img/slider-arrow-left.svg) no-repeat center;
  left: -52px;
}

.owl-carousel .owl-nav .owl-next {
  background: url(/assets/img/slider-arrow-right.svg) no-repeat center;
  right: -52px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/img/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 376px) {
  .owl-carousel .owl-item img.vertical {
    max-height: 234px;
  }

  .owl-carousel .owl-dots {
    padding-top: 34px;
  }

  .page-portfoy .owl-nav button {
    top: 26px !important;
  }
}

footer {
  margin-top: 200px !important;
}

footer .footer-top {
  font-size: 12px;
  overflow: hidden;
  padding-bottom: 50px;
}

footer .footer-top .footer-logo {
  opacity: 0.12;
  width: 120px;
}

.page-home .projects h3,
footer .footer-top h4 {
  color: #606060;
  font-family: "calling-code";
  margin-bottom: 17px;
}

footer .footer-top a {
  display: block;
  font-size: 11px;
  padding: 7px 0;
  letter-spacing: 0.05em;
}

footer .footer-top a:hover {
  color: #e4e4e4;
}

footer .footer-bottom {
  text-align: center;
  padding-bottom: 60px;
}

footer .footer-bottom p {
  color: #606060;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

footer .footer-bottom a {
  color: #e4e4e4;
  display: inline-block;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  margin: 0 12px;
  padding-left: 18px;
}

footer .footer-bottom a:hover {
  color: #fbfbfb;
}

footer .footer-bottom .tel {
  background: url(/assets/img/phone.svg) no-repeat left center;
}

footer .footer-bottom .fax {
  background: url(/assets/img/fax.svg) no-repeat left center;
}

@media only screen and (max-width: 990px) {
  footer {
    margin-top: 80px !important;
    text-align: center;
    padding: 0 24px 10px;
  }

  footer .footer-item {
    display: none;
  }

  footer .footer-top {
    margin-bottom: 40px;
  }

  footer .footer-bottom p {
    font-size: 10px;
    margin-bottom: 25px;
  }
}

.page-home .mainRedirect {
  overflow: hidden;
}

.page-home .mainRedirect .item {
  height: 817px;
  transition: all 0.6s ease-in-out;
}

.page-home .mainRedirect .item.b1 {
  background: #181818 url(/assets/img/home/mainRedirect-b2.png) no-repeat center right;
  background-size: 132% auto;
}

.page-home .mainRedirect .item.b2 {
  background: #181818 url(/assets/img/home/mainRedirect-venue-vakko2.png) no-repeat center;
  background-size: 122% auto;
}

.page-home .mainRedirect .item.b3 {
  background: #181818 url(/assets/img/home/mainRedirect-b3.png) no-repeat center;
  background-size: 122% auto;
}

.page-home .mainRedirect .item.b3 .overlay {
  background: linear-gradient(180deg, #201f1e 0, rgba(24, 24, 24, 0.5) 50%),
    linear-gradient(180deg, #181818 0, rgba(32, 31, 30, 0.8) 100%);
}

.page-home .mainRedirect .item:hover {
  background-size: 100% auto;
}

.page-home .mainRedirect .item:hover a h2 {
  color: #eee;
  margin-bottom: 24px;
}

.page-home .mainRedirect .item:hover a div {
  color: #d4d4d4;
  top: 145px;
  opacity: 0.9;
}

.page-home .mainRedirect .item:hover a div:after,
.page-map #map_canvas:hover .labels,
.page-news .news-listing li a:hover span:after,
.page-news .owl-carousel .owl-nav .owl-next:hover,
.page-news .owl-carousel .owl-nav .owl-prev:hover,
.page-portfoy .owl-carousel .owl-nav .owl-next:hover,
.page-portfoy .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.8;
}

.page-home .mainRedirect a {
  color: #818080;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.36s ease-in-out;
  width: 100%;
}

.page-home .mainRedirect a .overlay {
  background: linear-gradient(180deg, #201f1e 0, rgba(24, 24, 24, 0.2) 10%),
    linear-gradient(180deg, #181818 0, rgba(32, 31, 30, 0.5) 100%);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-home .mainRedirect a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: inset -26px 4px 34px rgba(0, 0, 0, 0.25);
}

.page-home .mainRedirect a div {
  position: absolute;
  left: 50%;
  top: 163px;
  transform: translateX(-50%);
  z-index: 10;
  padding-bottom: 37px;
  width: 280px;
  transition: all 0.36s ease-in-out;
}

.page-home .mainRedirect a div:after {
  background: url(/assets/img/arrow.svg) no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.3;
  width: 45px;
  transition: all 0.36s ease-in-out;
}

.page-home .mainRedirect a h2 {
  color: #bdbbba;
  font-size: 48px;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}

.page-home .mainRedirect a span {
  display: block;
  line-height: 24px;
}

.page-home .projects {
  margin: 0 auto;
  max-width: 1208px;
  padding: 140px 0 170px;
}

.page-home .projects .item a {
  display: block;
  height: 409px;
  position: relative;
}

.page-home .projects .item a:before {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  content: "";
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 22px;
}

.page-home .projects .item a:after {
  background-color: #2b2a29;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
}

.page-home .projects figure {
  margin-bottom: 25px;
}

.page-home .projects h3 {
  color: #b2b2b2;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}

.page-home .projects h3 label {
  color: #b2b2b2;
  display: block;
  font-family: "helvetica-mid";
  float: right;
  font-size: 10px;
  letter-spacing: 0.3em;
  opacity: 0.5;
}

.page-home .projects span {
  color: #818080;
  display: block;
  font-size: 12px;
  line-height: 20px;
  width: 95%;
}

.page-home .clients ul {
  font-size: 0;
}

.page-home .clients li {
  display: inline-block;
  height: 110px;
  margin: 8px 8px 16px 0;
  width: calc(20% - 16px);
}

.page-home .block-title {
  color: #eeeae9;
  font-size: 32px;
  font-family: "helvetica-light", Arial;
  margin-bottom: 33px;
  font-weight: 400;
}

.error-page {
  text-align: center;
  height: 100%;
}

.error-page h1 {
  color: #e4e4e4;
  font-size: 42px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.videoContainer {
  height: auto;
}

.videoContainer .container {
  overflow: visible;
}

.videoContainer h3 {
  color: #bdbbba;
  font-family: "helvetica-bold";
  font-size: 20px;
  margin: 0 auto;
  max-width: 1048px;
  position: relative;
  top: 58px;
  width: 100%;
}

.videoContainer iframe {
  height: 608px;
  margin: 0 auto;
  position: relative;
  top: 60px;
  z-index: 2;
  width: 1048px;
}

.comments {
  background-color: #2e2d2c;
  padding: 204px 0 172px;
}

.comments .container {
  display: block;
  max-width: 1048px;
}

.comments .item {
  float: left;
  padding: 0 30px 0 124px;
  position: relative;
}

.comments .item:nth-child(2) {
  padding-right: 0;
  padding-left: 144px;
}

.comments .item:nth-child(2) figure {
  left: 20px;
}

.comments .item figure {
  height: 132px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  width: 105px;
}

.comments .item figure img,
.page-about img {
  width: 100%;
}

.comments p {
  color: #818080;
  line-height: 24px;
  padding-bottom: 16px;
}

.comments span {
  color: #b2b2b2;
  display: block;
  font-size: 12px;
  padding-bottom: 4px;
}

.comments em {
  display: block;
  font-style: normal;
  font-size: 12px;
}

@media only screen and (max-width: 990px) {
  .page-home {
    padding-top: 82px;
  }

  .page-home .mainRedirect a h2 {
    font-size: 36px;
    margin-bottom: 0;
  }

  .page-home .mainRedirect a div {
    line-height: 160px;
    top: 0;
    padding: 0 32px;
    width: 100%;
  }

  .page-home .mainRedirect a div:after {
    bottom: auto;
    margin-top: -6px;
    right: 40px;
    top: 50%;
  }

  .page-home .mainRedirect a span {
    display: none;
  }

  .page-home .block-title {
    font-size: 18px;
  }

  .page-home .mainRedirect .item {
    height: 160px;
    width: 100%;
  }

  .page-home .videoContainer {
    height: auto !important;
    width: 100% !important;
  }

  .page-home .videoContainer iframe {
    height: 216px;
    position: static;
    width: 100%;
  }

  .page-home .videoContainer h3 {
    font-size: 15px;
    position: static;
    padding: 20px 10px 10px;
  }

  .page-home .projects {
    padding: 56px 24px;
  }

  .comments .item em,
  .comments .item span,
  .page-home .projects .item a:after,
  .page-home .projects .owl-nav {
    display: none;
  }

  .page-home .projects .item a {
    height: auto;
  }

  .page-home .projects .item a:before {
    bottom: 30px;
  }

  .page-home .projects .item span {
    display: -webkit-box;
    line-height: 23px;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 56px;
    width: 100%;
  }

  .page-home .projects .owl-carousel .owl-dots {
    padding-top: 52px;
  }

  .page-home .clients {
    padding: 56px 0;
  }

  .page-home .clients .block-title {
    padding: 0 24px;
  }

  .page-home .clients li {
    height: auto;
    margin: 0;
    padding: 8px;
    width: 33.333%;
  }

  .page-home .clients li img {
    width: 100%;
  }

  .comments {
    padding: 40px 0 32px;
  }

  .comments .item {
    padding: 0 0 0 120px;
  }

  .comments .item figure {
    height: 116px;
    width: 100px;
  }

  .comments .item p {
    line-height: 23px;
    padding-bottom: 0;
  }

  .comments .owl-dots {
    padding-top: 32px;
  }

  .comments .owl-dots button span {
    background-color: #4d4c4b;
    border-radius: 2px;
    height: 5px;
    width: 5px;
  }

  .comments .owl-dots button.active span {
    background-color: #fff;
  }
}

.hero {
  margin-bottom: 56px;
}

.page-about {
  overflow: hidden;
}

.page-about .comments {
  display: block;
  padding: 140px 0 120px;
}

.page-about .videoContainer h2 {
  max-width: 100%;
}

.page-about .videoContainer iframe {
  height: 648px;
  width: 100%;
}

.page-about .left-wrapper,
.page-about .right-wrapper {
  float: left;
  position: relative;
  min-height: 1px;
  width: 44%;
}

.page-about .left-wrapper img {
  width: auto;
}

.page-about .left-wrapper .owl-carousel {
  float: right;
}

.page-about .left-wrapper .owl-nav {
  display: none;
}

.page-about .left-wrapper .owl-dots {
  background-color: rgba(0, 0, 0, 0.4);
  height: 42px;
  position: absolute;
  bottom: 0;
  padding: 16px 0 0;
  z-index: 10;
  width: 100%;
}

.page-about .right-wrapper {
  width: 56%;
}

.page-about .title {
  color: #eeeae9;
  font-size: 48px;
  font-family: "helvetica-light";
  margin: 70px 0 40px;
}

.page-about .portfoy h3,
.page-about .sub-title {
  color: #bdbbba;
  font-family: "helvetica-bold";
  font-size: 20px;
  line-height: 24px;
}

.page-about .sub-title {
  margin-bottom: 32px;
}

.page-about .more {
  background-color: #262625;
  color: #595959;
  height: 54px;
  line-height: 54px;
  text-align: center;
}

.page-about .more:hover {
  background-color: #343432;
  color: #727272;
  cursor: pointer;
}

.page-about .about-content {
  color: #818080;
  padding-left: 65px;
  max-width: 655px;
  width: 100%;
}

.page-about .about-content p {
  line-height: 28px;
  margin-bottom: 20px;
}

.page-about .about-content p b,
.page-about .about-content p strong {
  color: #b9b9b9;
}

.page-about .about-content .offical-link {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
  line-height: 36px;
  margin: 12px 0 20px;
}

.page-about .portfoy {
  counter-reset: section;
  max-width: 556px;
  width: 100%;
}

.page-about .portfoy .item {
  margin-bottom: 80px;
}

.page-about .portfoy .item:before {
  color: #6c6c6c;
  counter-increment: section;
  content: counter(section);
  font-family: "helvetica";
  font-size: 20px;
  position: absolute;
  left: -28px;
  top: 5px;
  z-index: 2;
}

.page-about .portfoy .item:after {
  background: url(/assets/img/counter-mask.svg) no-repeat right bottom;
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  left: -40px;
  top: 5px;
  z-index: 3;
}

.page-about .portfoy figure {
  margin-bottom: 35px;
  position: relative;
}

.page-about .portfoy figure:after {
  background: rgba(32, 31, 30, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.page-about .portfoy h3 {
  position: relative;
}

.page-about .portfoy h3:after {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  display: block;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
  width: 22px;
}

.page-about .portfoy h3 a {
  color: #aaa;
  font-family: "calling-code";
  font-size: 14px;
  position: absolute;
  top: -6px;
  right: 36px;
  z-index: 2;
}

.page-about .portfoy h3 a:hover {
  color: #e4e4e4;
}

.page-about .portfoy ul {
  display: block;
  overflow: hidden;
}

.page-about .portfoy ul li {
  float: left;
  margin-left: 31px;
  width: 200px;
}

.page-about .portfoy ul li:first-child {
  margin-left: 0;
}

.page-about .portfoy ul li:nth-child(3),
.project-wrapper .project-listing .portfoy ul li:nth-child(3) {
  width: 93px;
}

.page-about .portfoy ul h4 {
  border-bottom: 1px solid #c4c4c4;
  color: #bdbbba;
  font-size: 12px;
  font-family: "helvetica-bold";
  line-height: 32px;
  margin-bottom: 18px;
  opacity: 0.2;
}

.page-about .portfoy ul span {
  color: #aaa;
  display: block;
  margin-bottom: 5px;
}

.page-about .portfoy ul em {
  color: #6c6c6c;
  display: block;
  font-style: normal;
}

.page-about .about-wrapper p {
  color: #818080;
  line-height: 24px;
  margin-bottom: 20px;
}

.page-about .about-wrapper p b,
.page-about .about-wrapper p strong {
  color: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.page-about .team {
  overflow: hidden;
  padding: 90px 0 128px;
}

.page-about .team li {
  float: left;
  height: auto;
  min-height: 225px;
  padding: 0 10px 0 174px;
  position: relative;
  width: 33.3333%;
}

.page-about .team li figure {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 160px;
}

.page-about .team li a {
  font-size: 12px;
}

.page-about .team h3 {
  color: #eeeae9;
  font-family: "helvetica";
  font-size: 24px;
  margin-bottom: 8px;
}

.page-about .team h4 {
  color: #818080;
  font-family: "helvetica-mid";
  font-size: 12px;
  margin-bottom: 12px;
}

.page-about .team span {
  display: block;
}

.page-about .brand-list ul {
  overflow: hidden;
}

.page-about .brand-list li {
  border: 1px solid #cfcfcf;
  float: left;
  margin-left: 24px;
  padding: 9px;
  width: calc(33.3333% - 16px);
  transition: all 0.24s ease-in-out;
}

.page-about .brand-list li:hover {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: #fff;
}

.page-about .brand-list li:first-child,
.portfoy-container .gallery figure:first-child {
  margin-left: 0;
}

.page-about .brand-list li a {
  border-right: 2px solid #41403f;
  color: #cfcfcf;
  display: block;
  font-family: "helvetica-mid";
  font-size: 16px;
  height: 122px;
  line-height: 122px;
  letter-spacing: 0.24em;
  padding-left: 21px;
  width: 100%;
}

.page-about .brand-list li span {
  display: inline-block;
  height: 24px;
  line-height: 28px;
  position: relative;
}

.page-about .brand-list li span:after {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  content: "";
  height: 24px;
  position: absolute;
  right: -50px;
  opacity: 0.2;
  top: -3px;
  width: 22px;
}

.page-portfoy .owl-carousel .owl-nav {
  margin: 0 auto;
  position: relative;
  width: 220px;
}

.page-portfoy .owl-carousel .owl-nav .owl-next,
.page-portfoy .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  height: 32px;
  margin: 0;
  top: 56px;
  z-index: 9;
  opacity: 0.4;
  width: 22px;
}

.page-portfoy .owl-carousel.big .owl-nav {
  width: 332px;
}

.page-portfoy .owl-carousel.xl .owl-nav {
  width: 442px;
}

.page-portfoy .owl-carousel .owl-nav .owl-prev {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  left: 0;
  transform: rotate(180deg);
}

.page-portfoy .owl-carousel .owl-nav .owl-next {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  right: 0;
}

.portfoy-container {
  overflow: hidden;
  padding: 94px 0;
}

.portfoy-container .left-wrapper {
  float: left;
  overflow: hidden;
  width: 789px;
}

.portfoy-container .right-wrapper {
  float: right;
  overflow: hidden;
  width: 320px;
}

.portfoy-container h1 {
  color: #eeeae9;
  font-size: 14px;
  font-family: "helvetica-mid";
  margin-bottom: 10px;
  opacity: 0.2;
}

.portfoy-container h2 {
  color: #eeeae9;
  font-family: "helvetica-light";
  font-size: 48px;
  margin-bottom: 64px;
}

.portfoy-container p {
  line-height: 28px;
  margin-bottom: 22px;
}

.portfoy-container .info {
  border: 1px solid #000;
  padding: 48px;
  overflow: hidden;
  width: 100%;
}

.portfoy-container .info li {
  color: #85888c;
  line-height: 28px;
  margin-top: 35px;
  padding-left: 32px;
  position: relative;
}

.portfoy-container .info li:first-child {
  margin-top: 0;
}

.portfoy-container .info li:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 22px;
  left: 0;
  z-index: 2;
}

.portfoy-container .info .loc:before {
  background: url(/assets/img/info-pin.svg) no-repeat 0 0;
  top: 0;
}

.portfoy-container .info .brand:before {
  background: url(/assets/img/info-brand.svg) no-repeat 0 0;
  top: -2px;
}

.portfoy-container .info .size:before {
  background: url(/assets/img/info-size.svg) no-repeat 0 0;
  top: 4px;
}

.portfoy-container .info.detail li {
  margin-top: 15px;
  padding-left: 0;
}

.portfoy-container .info.detail h4 {
  color: #85888c;
  font-family: "calling-code";
  font-size: 10px;
  line-height: 12px;
}

.portfoy-container .info.detail span {
  color: #85888c;
}

.portfoy-container .info.detail a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 6px;
}

.portfoy-container .gallery {
  margin-top: 90px;
  overflow: hidden;
}

.portfoy-container .gallery figure {
  float: left;
  margin-left: 8px;
  max-width: 378px;
  width: 33.333%;
}

.portfoy-container .gallery figure img {
  display: block;
  width: 100%;
}

.page-map #map_canvas {
  height: 860px;
  width: 100%;
}

.page-map .labels {
  background-color: #201f1e;
  border-radius: 3px;
  color: #c4c4c4;
  font-family: "helvetica";
  font-size: 16px;
  height: 40px;
  line-height: 44px;
  padding: 0 24px;
  overflow: visible !important;
}

.page-map .labels:hover {
  background-color: #fc0d1c;
}

.page-map .labels:before {
  top: 100%;
  left: 25px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #201f1e transparent transparent;
  border-width: 8px;
  margin-left: -8px;
}

.page-map .loc-detail {
  background-color: #201f1e;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #eeeae9;
  display: none;
  height: 175px;
  z-index: 3;
  right: 0;
  top: 28px;
  position: absolute;
  padding: 39px 63px 0;
  width: 497px;
}

.page-map .loc-detail h2 {
  color: #eeeae9;
  font-family: "helvetica";
  font-size: 24px;
  letter-spacing: 0.02em;
  padding-right: 44px;
}

.page-map .loc-detail .close {
  background: url(/assets/img/close.svg) no-repeat center;
  display: block;
  height: 26px;
  position: absolute;
  right: 63px;
  top: 39px;
  width: 26px;
}

.page-map .loc-detail .close:hover {
  cursor: pointer;
}

.page-map .loc-detail a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  bottom: 39px;
  left: 63px;
  padding-bottom: 10px;
  position: absolute;
}

.page-map .loc-detail a:after {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  display: block;
  content: "";
  height: 12px;
  position: absolute;
  right: -70px;
  top: 5px;
  width: 45px;
  transition: all 0.24s ease-in-out;
}

.project-wrapper .hgroup h1 {
  color: #eeeae9;
  font-size: 32px;
  margin-bottom: 32px;
}

.project-wrapper .hgroup p {
  color: #818080;
  line-height: 28px;
  margin-bottom: 40px;
}

.project-wrapper .project-listing .portfoy {
  max-width: 100%;
}

.project-wrapper .project-listing .portfoy ul li {
  width: 198px;
}

.project-wrapper .project-listing .item {
  float: left;
  width: 552px;
}

.project-wrapper .project-listing .item:nth-child(even) {
  float: right;
}

.project-wrapper .project-listing .item:after,
.project-wrapper .project-listing .item:before {
  display: none;
}

@media only screen and (max-width: 990px) {

  .page-about,
  .page-map,
  .page-portfoy {
    padding-top: 82px;
  }

  .page-about .videoContainer {
    padding: 0 20px 30px;
  }

  .page-about .videoContainer iframe {
    height: 198px;
    top: 0;
    width: 100%;
  }

  .page-about .comments {
    margin: 25px 0;
    padding: 50px 20px;
  }

  .page-about .left-wrapper,
  .page-about .right-wrapper {
    float: none !important;
    width: 100%;
  }

  .page-about .left-wrapper img {
    float: none;
    height: auto;
    width: 100%;
  }

  .page-about .title,
  .page-portfoy h2 {
    font-size: 32px;
    margin: 40px 0 30px;
  }

  .page-about .sub-title {
    margin-bottom: 24px;
  }

  .page-about .about-content {
    padding: 0 24px;
    overflow: hidden;
  }

  .page-about .portfoy ul {
    display: none;
  }

  .page-about .portfoy .item {
    margin-bottom: 40px;
  }

  .page-about .about-wrapper,
  .project-wrapper {
    padding: 0 24px;
  }

  .page-about .team {
    padding: 60px 24px;
    width: 100%;
  }

  .page-about .team li {
    min-height: 151px;
    margin-bottom: 24px;
    padding: 0 0 0 142px;
    width: 100%;
  }

  .page-about .team li figure {
    width: 119px;
  }

  .page-about .team h3 {
    font-size: 18px;
  }

  .page-about .brand-list {
    padding: 0 24px 60px;
    width: 100%;
  }

  .page-about .brand-list li {
    margin: 0 0 24px;
    width: 100%;
  }

  .page-about .brand-list li a {
    height: 100px;
    line-height: 100px;
  }

  .page-portfoy .portfoy-container {
    padding: 0 24px 80px;
  }

  .page-portfoy .portfoy-container .right-wrapper {
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 0;
    width: calc(100% - 48px);
  }

  .page-portfoy .portfoy-container .info,
  .page-portfoy h1 {
    display: none;
  }

  .page-portfoy .portfoy-container .gallery {
    margin-top: 40px;
  }

  .page-portfoy .portfoy-container .gallery figure {
    margin: 0 auto 16px;
    max-width: 100%;
    width: 100%;
  }

  .page-portfoy .left-wrapper,
  .page-portfoy .right-wrapper {
    float: none;
    width: 100%;
  }

  .page-map #map_canvas {
    height: 510px;
  }

  .page-map .loc-detail {
    padding: 39px 24px 0;
    top: 82px;
    width: 100%;
  }

  .page-map .loc-detail a {
    left: 24px;
  }

  .page-map .loc-detail .close {
    right: 24px;
  }

  .project-wrapper .project-listing .item {
    width: 100%;
  }

  .project-wrapper .project-listing h3 {
    font-size: 14px;
  }

  .owl-carousel.xl .owl-nav {
    width: 90% !important;
  }

  .owl-carousel.xl .owl-dots button {
    width: 12px;
  }
}

.page-news .news-detail {
  overflow: hidden;
  margin-bottom: 128px;
}

.page-news .news-detail figure {
  float: left;
  width: 509px;
}

.page-news .news-detail figure img {
  width: 100%;
}

.page-news .news-detail .detail-info {
  float: left;
  height: 100%;
  padding-left: 32px;
  width: 643px;
}

.page-news .news-detail h1 {
  color: #eeeae9;
  font-family: "helvetica";
  font-size: 24px;
  line-height: 29px;
  padding: 5px 0 16px;
}

.page-news .news-detail h2 {
  color: #5b5b5b;
  font-family: "helvetica-mid";
  font-size: 16px;
  margin-bottom: 16px;
}

.page-news .news-detail span {
  color: #5b5b5b;
  font-family: "helvetica-mid";
  font-size: 15px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.page-news .news-detail .pagination {
  float: right;
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: auto;
}

.page-news .news-listing .sub-title {
  color: #bdbbba;
  font-family: "helvetica-bold";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
}

.page-news .news-listing li {
  border-top: 1px solid #41403f;
  height: 84px;
  line-height: 84px;
  position: relative;
}

.page-news .news-listing li:first-child {
  border-top: 0;
}

.page-news .news-listing li a {
  display: block;
  height: 100%;
  width: 100%;
}

.page-news .news-listing li h3 {
  color: #cfcfcf;
  float: left;
  font-family: "helvetica-mid";
  font-size: 16px;
  text-transform: uppercase;
}

.page-news .news-listing li h3:after {
  color: #5b5b5b;
  content: attr(data-type);
  font-family: "helvetica";
  margin-left: 10px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

.page-news .news-listing li span {
  color: #5b5b5b;
  display: block;
  font-size: 16px;
  float: right;
  text-align: right;
  padding-right: 70px;
}

.page-news .news-listing li span:after {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  opacity: 0.2;
  right: 0;
  top: 0;
  width: 22px;
  transition: all 0.24s ease-in-out;
}

.page-news .owl-carousel .owl-nav {
  margin: 0 auto;
  position: relative;
  width: 220px;
}

.page-news .owl-carousel .owl-nav .owl-next,
.page-news .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  height: 32px;
  margin: 0;
  top: 56px;
  z-index: 9;
  opacity: 0.4;
  width: 22px;
}

.page-news .owl-carousel.big .owl-nav {
  width: 332px;
}

.page-news .owl-carousel .owl-nav .owl-prev {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  left: 0;
  transform: rotate(180deg);
}

.page-news .owl-carousel .owl-nav .owl-next {
  background: url(/assets/img/arrow.svg) no-repeat right center;
  right: 0;
}

@media only screen and (max-width: 990px) {
  .page-news {
    padding-top: 82px;
  }

  .page-news .news-detail figure {
    float: none;
    width: 100%;
  }

  .page-news .news-detail .detail-info {
    float: none;
    height: auto;
    padding: 28px 24px 50px;
    overflow: hidden;
    width: 100%;
  }

  .page-news .news-detail .pagination {
    float: none;
    margin: 0 auto;
    position: static;
    width: calc(100% - 48px);
  }

  .page-news .news-listing {
    padding: 0 24px;
  }

  .page-news .news-listing li h3 {
    line-height: 22px;
    padding-top: 22px;
  }

  .page-news .news-listing li h3:after {
    display: block;
    margin-left: 0;
  }
}

.page-contact .mailto {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  float: right;
  line-height: 36px;
  margin-right: 68px;
}

.page-contact .mailto:after {
  background: url(/assets/img/arrow.svg) no-repeat center;
  content: "";
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.page-contact .maps {
  margin-bottom: 56px;
}

.page-contact .contact-detail li {
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 31px;
}

.page-contact .pin {
  background: url(/assets/img/info-pin.svg) no-repeat 0 5px;
  background-size: 17px auto;
}

.page-contact .tel {
  background: url(/assets/img/phone.svg) no-repeat 0 2px;
  background-size: 17px auto;
}

.page-contact .fax {
  background: url(/assets/img/fax.svg) no-repeat 0 2px;
  background-size: 17px auto;
}

@media only screen and (max-width: 990px) {
  .page-contact {
    padding-top: 82px;
  }
}

.share-icons {
  float: right;
  margin-top: -4px;
  padding-left: 10px;
}

.share-icons img {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 990px) {
  .share-icons {
    padding-top: 4px;
    padding-left: 1px;
    float: none;
  }
}

@media only screen and (max-width: 990px) {
  .share-icons img {
    width: 14px;
    height: 14px;
  }
}

/* --- Projeler hizalama düzeltmesi --- */

.page-about .project-wrapper .project-listing .item {
  float: left;
  width: 33.333%;
  padding-right: 30px;
  box-sizing: border-box;
}

.page-about .project-wrapper .project-listing .item>a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-about .project-wrapper .project-listing .item ul {
  margin-top: auto;
}



/* --- Projeler 2 sütun düzeni --- */
.page-about .project-wrapper .project-listing .item {
  float: left;
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}

.page-about .project-wrapper .project-listing .item>a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-about .project-wrapper .project-listing .item ul {
  margin-top: auto;
}

.page-about .project-wrapper .project-listing .item ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.page-about .project-wrapper .project-listing .item ul li {
  flex: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 990px) {
  .page-about .project-wrapper .project-listing .item {
    width: 100% !important;
    padding-right: 0;
  }
}