@charset "UTF-8";

.p-color {
  color: #8EBF26;
}

@font-face {
  font-family: 'Averta';
  font-weight: normal;
  src: url("/r3/fonts/Averta.eot");
  /* IE9 Compat Modes */
  src: url("/r3/fonts/Averta.eot?#iefix") format("embedded-opentype"), url("/r3/fonts/Averta.woff") format("woff"), url("/r3/fonts/Averta.ttf") format("truetype"), url("/r3/fonts/Averta.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Averta';
  font-weight: 500;
  src: url("/r3/fonts/Averta-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("/r3/fonts/Averta-Semibold.eot?#iefix") format("embedded-opentype"), url("/r3/fonts/Averta-Semibold.woff") format("woff"), url("/r3/fonts/Averta-Semibold.ttf") format("truetype"), url("/r3/fonts/Averta-Semibold.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Averta';
  font-weight: 600;
  src: url("/r3/fonts/Averta-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/r3/fonts/Averta-Bold.eot?#iefix") format("embedded-opentype"), url("/r3/fonts/Averta-Bold.woff") format("woff"), url("/r3/fonts/Averta-Bold.ttf") format("truetype"), url("/r3/fonts/Averta-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

* {
  margin: 0;
  padding: 0;
}

a, a:hover {
  color: inherit;
}

.pad5 {
  padding: 5px;
}

.pad-10 {
  padding: 10px;
}

.pad-0 {
  padding: 0;
}

ul, ol {
  list-style-position: inside;
}

.gallery-list-wrap a {
  position: relative;
  display: block;
  border: 2px solid #e2e2e2;
}
.panel, .panel-default, .panel-body, .panel-title, .panel-heading, .panel-title, .panel-default > .panel-heading, .up-btn {
  background: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
}
.page-title {
  display: none;
}
* :focus {
  outline: 0;
}

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

body a:focus, body a:visited {
  outline: 0;
  text-decoration: none;
}

nav.menu--open .logo svg {
  height: 50px;
  margin: 0 auto;
}

nav.menu--open .logo svg * {
  fill: #fff !important;
}

nav.menu .logo {
  position: fixed;
  top: 30px;
  left: 20px;
  display: block;
}

nav.menu .logo svg {
  height: 50px;
  margin: 0 auto;
}

nav.menu .logo svg, nav.menu .logo svg * {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

@media screen and (max-width: 991px) {
  nav.menu .logo {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    border-bottom: 1px solid #424242;
    padding-bottom: 20px;
  }
  nav.menu .logo svg {
    height: 40px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  nav.menu .menu__inner {
    overflow: auto;
    padding: 0;
    padding-bottom: 40px;
  }
}

nav.menu .menu__inner .fixed-list {
  list-style: none;
  width: 25%;
  height: auto;
  float: left;
  margin-top: 0px;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  nav.menu .menu__inner .fixed-list {
    width: 50%;
    margin: 10px auto;
    min-height: 300px;
    overflow-x: hidden;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  nav.menu .menu__inner .fixed-list {
    width: 50%;
    margin-bottom: 20px;
    overflow-x: hidden;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  nav.menu .menu__inner .fixed-list {
    width: 100%;
    float: none;
    height: auto;
    max-height: none;
    min-height: 0;
  }
}

nav.menu .menu__inner .fixed-list li {
  color: #fff;
  line-height: 2em;
  position: relative;
}

nav.menu .menu__inner .fixed-list li.list-title {
  font-size: 24px;
}

nav.menu .menu__inner .fixed-list li a {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 1.8em;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

nav.menu .menu__inner .fixed-list li a:before {
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
  left: -5px;
  top: 49%;
  position: absolute;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media screen and (max-width: 768px) {
  nav.menu .menu__inner .fixed-list li a:before {
    left: 50px;
  }
}

nav.menu .menu__inner .fixed-list li a:hover {
  color: #8EBF26;
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

nav.menu .menu__inner .fixed-list li a:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}

@media (min-width: 1367px) {
  nav.menu .menu__inner .fixed-list {
    height: auto;
    max-height: 450px;
  }
  nav.menu .menu__inner .fixed-list li.list-title {
    font-size: 1.5vw;
    margin-bottom: 25px;
  }
  nav.menu .menu__inner .fixed-list li a {
    font-size: 0.9vw;
  }
}

nav.menu .fixed-menu-phone {
  position: absolute;
  color: #fff;
  width: 40%;
  left: 50px;
  bottom: 50px;
  height: 50px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

nav.menu .fixed-menu-phone i {
  font-size: 50px;
  opacity: 0.7;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

nav.menu .fixed-menu-phone .big {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
}

nav.menu .fixed-menu-phone:hover {
  color: #8EBF26;
}

@media screen and (max-width: 991px) {
  nav.menu .fixed-menu-phone {
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
    margin: 20px 0;
    text-align: center;
    position: relative;
  }
  nav.menu .fixed-menu-phone .big {
    font-size: 24px;
    font-weight: 500;
  }
}

nav.menu .social-menu {
  width: auto;
  position: absolute;
  right: 50px;
  bottom: 20px;
}

@media screen and (max-width: 991px) {
  nav.menu .social-menu {
    position: relative;
    float: none;
    margin: 10px auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
}

nav.menu .social-menu .text1 {
  color: #000;
  font-size: 14px;
  letter-spacing: -1px;
  left: -25px;
  position: relative;
}

nav.menu .social-menu .text1::before {
  width: 20px;
  height: 1px;
  background-color: #000;
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  nav.menu .social-menu .text1 {
    color: #000;
    font-size: 14px;
    letter-spacing: -1px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    margin-bottom: 30px;
  }
  nav.menu .social-menu .text1::before {
    width: 1px;
    height: 20px;
    background-color: #8EBF26;
    content: "";
    position: absolute;
    right: 50%;
    top: 20px;
  }
}

nav.menu .social-menu li {
  display: inline;
}

nav.menu .social-menu li a {
  display: inline-block;
}

nav.menu .social-menu li a i {
  width: 40px;
  height: 40px;
  border: 2px solid #8EBF26;
  color: #8EBF26;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin-left: 5px;
}

nav.menu::before {
  -webkit-transform: translate3d(-100%, 0%, 0);
  -moz-transform: translate3d(-100%, 0%, 0);
  -ms-transform: translate3d(-100%, 0%, 0);
  -o-transform: translate3d(-100%, 0%, 0);
  transform: translate3d(-100%, 0%, 0);
  z-index: 4;
  width: 100%;
  height: 100vh;
  background-color: #8EBF26;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  content: "";
  position: absolute;
  transition-delay: 0.3s;
  z-index: 5;
}

nav.menu::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: #000;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  content: "";
  position: absolute;
  z-index: 5;
}

.open-menu {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  display: block;
}

.open-menu::before {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.open-menu::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.open-menu .fixed-menu-inner {
  opacity: 1;
  transition-delay: 0.8s;
  position: relative;
  height: 100%;
  width: 100%;
}

.o-hidden {
  overflow: hidden;
}

.o-hidden1 {
  overflow: visible;
}

.pad0 {
  padding: 0;
}

body {
  background:#fff;
  font-family: "Averta";
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
}

@media (min-width: 1367px) {
  body {
    font-size: 16px;
  }
}

#wrapper {
  position: relative;
}

.grid-lines {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 90;
  opacity: 0.15;
  pointer-events: none;
  display: none;
  display: flex;
  align-items: stretch;
  /* Default */
  justify-content: space-between;
  padding: 0 15px;
  animation: height-animation 1s;
  pointer-events: none;
  display: none;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .grid-lines {
    display: none;
  }
}

.grid-lines li {
  height: 100vh;
  width: 1px;
  animation: height-animation 1s;
  display: block;
  background-color: #fff;
}

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 95;
  display: block;
}

@media screen and (max-width: 768px) {
  #main-header {
    position: relative !important;
  }
}

.logo-area {
  background-color: #4a4a4a;
  position: relative;
  width: calc(100% - 80px);
  float: left;

  left: -15px;
  padding-left: 20px;
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .logo-area {
    width: calc(100% - 55px);
  }
}

.logo-area .logo {
  padding: 10px 15px;
  float: left;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
}

.logo-area .logo svg {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .logo-area .logo svg {
    height: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo-area .logo svg {
    height: 40px !important;
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .logo-area .logo svg {
    height: 40px;
  }
}

.logo-area .header-phone {
  float: right;
  width: 50px;
  height: 65px;
  position: relative;
  display: none;
  font-size: 20px;
  color: #1d1819;
  text-align: center;
  transform: skewX(20deg);
}

.logo-area .header-phone::before {
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  background: #8EBF26;
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  transform: skewX(-20deg);
}

.logo-area .header-phone i {
  color: #fff;
  line-height: 65px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .logo-area .header-phone {
    display: block;
  }
}

.logo-area .main-menu {
  float: left;
  margin: 0 2em;
  list-style: none;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
}

@media screen and (max-width: 991px) {
  .logo-area .main-menu {
    margin: 0 1em;
  }
}

@media screen and (max-width: 768px) {
  .logo-area .main-menu {
    display: none;
  }
}

.logo-area .main-menu li {
  float: left;
}

.logo-area .main-menu li a {
  display: inline-block;
  padding: 0px 1em;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 96px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin-top: 0px;
  padding-bottom: 0px;
  font-size:14px;
}

.logo-area .main-menu li a:hover {
  background-color: #222;
  color: #fff;
}

.logo-area .main-menu li.flag a:hover {
  background: none!important;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .logo-area .main-menu li a {
    padding: 0px 1em;
    padding-bottom: 0px;
  }
}

.menu-collapse {
  height: 96px;
  width: 70px;
  background-color: #8EBF26;
  float: right;
  border: 0;
  outline: 0;
  z-index: 296;
  right: 0px;
  top: 0px;
}

.menu-collapse::before {
  width: 40px;
  height: 100%;
  z-index: -1;
  position: absolute;
  content: "";
  background-color: inherit;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
  left: -13px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .menu-collapse {
    width: 60px;
    height: 65px;
    right: 0;
    top: 0;
    background-color: #8EBF26;
  }
  .menu-collapse::before {
    width: 25px;
    border-left: 1px solid #222;
  }
}

.menu-collapse .line-wrap {
  height: 60px;
  width: 70px;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  right: 10px;
}

.menu-collapse .line-wrap span {
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu-collapse .line-wrap span.line1 {
  top: 20px;
  left: 20px;
}

.menu-collapse .line-wrap span.line2 {
  top: 30px;
}

.menu-collapse .line-wrap span.line3 {
  top: 40px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .menu-collapse .line-wrap {
    right: 10px;
    height: 50px;
    width: 50px;
  }
  .menu-collapse .line-wrap span {
    width: 33px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .menu-collapse .line-wrap span.line1 {
    top: 15px;
    left: 20px;
  }
  .menu-collapse .line-wrap span.line2 {
    top: 25px;
  }
  .menu-collapse .line-wrap span.line3 {
    top: 35px;
    left: 10px;
  }
}

.menu-collapse .line-wrap:hover .line1, .menu-collapse .line-wrap:hover .line3 {
  left: 0;
}

.menu-collapse.active {
  background-color: transparent;
  -webkit-transform: translate3d(5em, 0em, 0);
  -moz-transform: translate3d(5em, 0em, 0);
  -ms-transform: translate3d(5em, 0em, 0);
  -o-transform: translate3d(5em, 0em, 0);
  transform: translate3d(5em, 0em, 0);
  transition-delay: 2s;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-collapse.active::before {
  display: none;
}

.menu-collapse.active .line1 {
  top: 30px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  left: 0 !important;
  width: 30px;
  background-color: #fff;
}

.menu-collapse.active .line3 {
  top: 30px !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  left: 0 !important;
  width: 30px;
  background-color: #fff;
}

.menu-collapse.active .line2 {
  width: 0;
  background-color: #fff;
}

nav.menu--open .menu-collapse.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

nav.menu--open .menu-collapse.active:hover {
  transition-delay: 0.2s;
}

#banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#banner .banner-counter {
  position: absolute;
  right: 2%;
  top: 180px;
  z-index: 20;
  color: #8EBF26;
  font-size: 46px;
  letter-spacing: -4px;
}

@media (min-width: 1367px) {
  #banner .banner-counter {
    font-size: 5vw;
  }
}

.banner-mask-left {
  position: absolute;
  width: 45%;
  height: 200px;
  background: url(/r3/images/body-pattern1.png) repeat #8EBF26;
  left: -100px;
  bottom: -170px;
  -webkit-transform: rotate(90.5deg);
  -moz-transform: rotate(90.5deg);
  -ms-transform: rotate(90.5deg);
  -o-transform: rotate(90.5deg);
  transform: rotate(90.5deg);
}

.banner-mask-right {
  position: absolute;
  width: 85%;
  height: 200px;
  background: #222;
  right: -50px;
  bottom: -170px;
  -webkit-transform: rotate(-5.5deg);
  -moz-transform: rotate(-5.5deg);
  -ms-transform: rotate(-5.5deg);
  -o-transform: rotate(-5.5deg);
  transform: rotate(-5.5deg);
}

@media screen and (max-width: 768px) {
  .banner-mask-right, .banner-mask-left {
    display: none;
  }
}

.proje-links-wrap {
  width: 100%;
  padding: 0 30px;
  display: block;
}

@media screen and (max-width: 768px) {
  .proje-links-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
    margin: 0;
    top: 1px;
    position: relative;
    margin-top: 80px;
  }
}

.catalog {
  background: url(/r3/images/sprite.png) no-repeat -200px -70px;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.maps {
  background: url(/r3/images/sprite.png) no-repeat -150px -70px;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.proje-links {
  display: inline-block;
  float: right;
  margin-left: 10px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #8EBF26;
  padding: 0 20px;
  min-width: 290px;
  letter-spacing: -1px;
  position: relative;
  background: #fff;
  z-index: 22;
  position: relative;
  border: 3px solid transparent;
  top: -100px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1367px) {
  .proje-links {
    top: 0;
    transform: scale(1.1);
    right: 20px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .proje-links {
    float: none;
    margin: 5px auto;
    font-size: 14px;
    min-width: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.proje-links i {
  position: relative;
  top: 10px;
  float: left;
  margin-right: 5px;
}

.proje-links::before {
  width: 100%;
  height: 50%;
  z-index: -1;
  position: absolute;
  border: 1px solid #8EBF26;
  left: 0px;
  content: "";
  border-bottom: 0;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 0;
}

.proje-links:hover:before {
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.proje-links:hover:after {
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.proje-links::after {
  width: 100%;
  height: 50%;
  z-index: -1;
  position: absolute;
  border: 1px solid #8EBF26;
  left: 0px;
  content: "";
  border-top: 0;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  bottom: 0;
}

.owl-home-proje, .home-project {
  margin-bottom: 0;
  min-height: 450px;
}

.owl-home-proje .owl-nav, .owl-home-proje .lSAction, .home-project .owl-nav, .home-project .lSAction {
  position: relative;
  left: 0;
  bottom: 30px;
  width: 150px;
  background-color: #fff;
  height: 80px;
  border: 1px solid #e2e2e2;
}

.owl-home-proje .owl-nav::before, .owl-home-proje .lSAction::before, .home-project .owl-nav::before, .home-project .lSAction::before {
  width: 1px;
  height: 25px;
  background-color: #1d1819;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: -12px;
}

.owl-home-proje .owl-nav .owl-next, .owl-home-proje .owl-nav .lSNext, .owl-home-proje .lSAction .owl-next, .owl-home-proje .lSAction .lSNext, .home-project .owl-nav .owl-next, .home-project .owl-nav .lSNext, .home-project .lSAction .owl-next, .home-project .lSAction .lSNext {
  position: relative;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  float: right;
  top: 18px;
  right: -5px;
  background-image: none;
}

.owl-home-proje .owl-nav .owl-next::before, .owl-home-proje .owl-nav .lSNext::before, .owl-home-proje .lSAction .owl-next::before, .owl-home-proje .lSAction .lSNext::before, .home-project .owl-nav .owl-next::before, .home-project .owl-nav .lSNext::before, .home-project .lSAction .owl-next::before, .home-project .lSAction .lSNext::before {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 38px;
  right: 30px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.owl-home-proje .owl-nav .owl-next::after, .owl-home-proje .owl-nav .lSNext::after, .owl-home-proje .lSAction .owl-next::after, .owl-home-proje .lSAction .lSNext::after, .home-project .owl-nav .owl-next::after, .home-project .owl-nav .lSNext::after, .home-project .lSAction .owl-next::after, .home-project .lSAction .lSNext::after {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 38px;
  right: 30px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.owl-home-proje .owl-nav .owl-next:hover, .owl-home-proje .owl-nav .lSNext:hover, .owl-home-proje .lSAction .owl-next:hover, .owl-home-proje .lSAction .lSNext:hover, .home-project .owl-nav .owl-next:hover, .home-project .owl-nav .lSNext:hover, .home-project .lSAction .owl-next:hover, .home-project .lSAction .lSNext:hover {
  animation: arrow-animation3 0.5s;
  animation-iteration-count: 3;
}

.owl-home-proje .owl-nav .owl-prev, .owl-home-proje .owl-nav .lSPrev, .owl-home-proje .lSAction .owl-prev, .owl-home-proje .lSAction .lSPrev, .home-project .owl-nav .owl-prev, .home-project .owl-nav .lSPrev, .home-project .lSAction .owl-prev, .home-project .lSAction .lSPrev {
  position: relative;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  top: 18px;
  left: -5px;
  background-image: none;
}

.owl-home-proje .owl-nav .owl-prev::before, .owl-home-proje .owl-nav .lSPrev::before, .owl-home-proje .lSAction .owl-prev::before, .owl-home-proje .lSAction .lSPrev::before, .home-project .owl-nav .owl-prev::before, .home-project .owl-nav .lSPrev::before, .home-project .lSAction .owl-prev::before, .home-project .lSAction .lSPrev::before {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 38px;
  left: 30px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.owl-home-proje .owl-nav .owl-prev::after, .owl-home-proje .owl-nav .lSPrev::after, .owl-home-proje .lSAction .owl-prev::after, .owl-home-proje .lSAction .lSPrev::after, .home-project .owl-nav .owl-prev::after, .home-project .owl-nav .lSPrev::after, .home-project .lSAction .owl-prev::after, .home-project .lSAction .lSPrev::after {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 38px;
  left: 30px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.owl-home-proje .owl-nav .owl-prev:hover, .owl-home-proje .owl-nav .lSPrev:hover, .owl-home-proje .lSAction .owl-prev:hover, .owl-home-proje .lSAction .lSPrev:hover, .home-project .owl-nav .owl-prev:hover, .home-project .owl-nav .lSPrev:hover, .home-project .lSAction .owl-prev:hover, .home-project .lSAction .lSPrev:hover {
  animation: arrow-animation2 0.5s;
  animation-iteration-count: 3;
}

.home-title1 {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 65px;
  border-left: 3px solid #8EBF26;
  padding-left: 10px;
  line-height: 1.3em;
}

@media (min-width: 1367px) {
  .home-title1 {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 480px) {
  .home-title1 {
    font-size: 20px;
  }
}

.home-title1 span {
  color: #8EBF26;
}

.owl-home-news {
  position: relative;
  z-index: 20;
}

.owl-home-news::before {
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  z-index: -1;
}

.owl-home-news::after {
  width: 1px;
  height: 300px;
  background-color: #e2e2e2;
  content: "";
  position: absolute;
  left: -20px;
  bottom: 20px;
  z-index: -1;
}

.home-project {
  position: relative;
  min-height: 600px;
  width: 100%;
  z-index: 88;
  padding-top: 40px;
}

.home-project:before {
  position: absolute;
  top: 2%;
  font-size: 16vw;
  color: #f1ded2;
  opacity: 0.18;
  content: "PROJELERİMİZ";
  font-weight: bold;
  left: 0;
  letter-spacing: -20px;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .home-project:before {
    letter-spacing: -3px;
    font-size: 20vw;
    display: none;
  }
}

.home-project-mask {
  width: 100%;
  height: 600px;
  position: absolute;
  left: -80%;
  top: -75px;
  background: url(/r3/images/pattern2.png) repeat #3e3e3e;
  z-index: -1;
  transform: rotate(5.5deg) skewX(-40deg);
}

@media (min-width: 1367px) {
  .home-project-mask {
    height: 900px;
    top: -85px;
  }
}

@media screen and (max-width: 768px) {
  .home-project-mask {
    top: -18px;
    transform: rotate(0) skewy(4deg);
    left: 0;
    height: 550px;
  }
}

.box-1 {
  float: left;
  width: 140px;
  min-height: 250px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .box-1 {
    width: 100px;
  }
}

.rotate-link1 {
  -moz-transform-origin: 0 50%;
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform-origin: 0 50%;
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform-origin: 0 50%;
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 0%;
  transform: rotate(-90deg) translate(-50%, 100%);
  position: absolute;
  bottom: 0;
  height: 2em;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 2em;
  width: 230px;
  color: #fff;
  left: 20px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  height: 60px;
  left: 1px;
  top: 330px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.rotate-link1:hover, .rotate-link1:focus, .rotate-link1:visited {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .rotate-link1 {
    color: #8EBF26;
  }
}

@media screen and (max-width: 768px) {
  .rotate-link1 {
    left: -30px;
  }
}

.rotate-link1 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  transition: transform 3s;
}

@media screen and (max-width: 768px) {
  .rotate-link1 i {
    color: #1d1819;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

.rotate-link1:hover i {
  animation: arrow-animation1 0.5s;
  animation-iteration-count: 3;
}

.box-11 {
  width: calc(100% - 140px);
  min-height: 400px;
  float: left;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .box-11 {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
}

.project-wrap {
  position: relative;
  overflow: hidden;
}

.project-wrap::before {
  width: 90%;
  height: 92%;
  position: absolute;
  border: 1px solid #fff;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 4% auto;
  content: "";
  z-index: 50;
  pointer-events: none;
  opacity: 0.4;
}

.project-wrap a.project-img {
  display: block;
  background: #1d1819;
  position: relative;
}

.project-wrap a.project-img img {
  opacity: 0.7;
  width: 100%;
  margin-left: 0px;
  position: relative;
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.project-wrap:hover a.project-img img {
  transform: scale(1.1) rotate(2deg);
  opacity: 0.6;
}

.project-wrap:hover .project-text {
  -webkit-transform: translate3d(0, -90px, 0);
  -moz-transform: translate3d(0, -90px, 0);
  -ms-transform: translate3d(0, -90px, 0);
  -o-transform: translate3d(0, -90px, 0);
  transform: translate3d(0, -90px, 0);
}

.project-wrap:hover .project-text .project-summary {
  opacity: 1;
  color: #fff;
}

.project-wrap .project-text {
  position: absolute;
  bottom: 0px;
  width: 95%;
  padding: 0 20px;
  color: #fff;
  left: 5%;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  transition-timing-function: cubic-bezier(0.36, 0.69, 0.45, 0.88);
}

.project-wrap .project-text .project-name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 5px 0;
  opacity: 1;
  display: block;
  position: relative;
}

@media (min-width: 1367px) {
  .project-wrap .project-text .project-name {
    font-size: 2vw;
  }
}

.project-wrap .project-text .project-summary {
  position: relative;
  font-size: 17px;
  line-height: 1.3em;
  padding: 4px 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1367px) {
  .project-wrap .project-text .project-summary {
    font-size: 1.4vw;
  }
}

.project-wrap:hover .detail-button {
  color: #8EBF26;
}

.project-wrap:hover .detail-button .detail-text:before {
  width: 20px;
  background-color: #8EBF26;
  position: absolute;
  content: "";
  right: 105%;
  top: 50%;
  height: 1px;
}

.project-wrap:hover .detail-button .detail-arrow {
  width: 80px;
  height: 60px;
  position: relative;
}

.project-wrap:hover .detail-button .detail-arrow::before {
  background: #8EBF26;
  width: 80px;
  height: 60px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  right: -20px;
  position: relative;
  content: "";
  position: absolute;
  top: 0;
}

.project-wrap:hover .detail-button .detail-arrow i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  top: 10px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 30px;
}

.project-wrap .detail-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  color: #fff;
  height: 60px;
  line-height: 60px;
}

.project-wrap .detail-button .detail-text, .project-wrap .detail-button .detail-arrow {
  float: left;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.project-wrap .detail-button .detail-text:before {
  width: 20px;
  background-color: #fff;
  position: absolute;
  content: "";
  right: 105%;
  top: 50%;
  height: 1px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.project-wrap .detail-button .detail-arrow {
  width: 80px;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.project-wrap .detail-button .detail-arrow::before {
  background: #fff;
  width: 80px;
  height: 60px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  right: -20px;
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.project-wrap .detail-button .detail-arrow i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  top: 10px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 30px;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

@-moz-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

@-ms-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

.scroll-down {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}

.scroll-down a {
  display: block;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url("/r3/images/arrow-down.svg");
  background-repeat: no-repeat;
}

.scroll-down a:before, .scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/r3/images/arrow-down.svg") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}

.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}

.scroll-down a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.phone-icon-x5-white, #main-footer .footer-phone .icon-wrap i.phone-icon-big-white {
  width: 77px;
  height: 77px;
  background: url(/r3/images/sprite.png) no-repeat 0 -171px;
  display: inline-block;
}

.phone-icon-x4-white {
  width: 59px;
  height: 59px;
  background: url(/r3/images/sprite.png) no-repeat -77px -171px;
  display: inline-block;
}

.phone-icon-x3-white {
  width: 50px;
  height: 50px;
  background: url(/r3/images/sprite.png) no-repeat -136px -171px;
  display: inline-block;
}

.phone-icon-x2-white {
  width: 35px;
  height: 35px;
  background: url(/r3/images/sprite.png) no-repeat -186px -171px;
  display: inline-block;
}

.phone-icon-x1-white {
  width: 27px;
  height: 27px;
  background: url(/r3/images/sprite.png) no-repeat -221px -171px;
  display: inline-block;
}

.phone-icon-x5-orange {
  width: 77px;
  height: 77px;
  background: url(/r3/images/sprite.png) no-repeat 0 -248px;
  display: inline-block;
}

.phone-icon-x4-orange {
  width: 59px;
  height: 59px;
  background: url(/r3/images/sprite.png) no-repeat -77px -248px;
  display: inline-block;
}

.phone-icon-x3-orange {
  width: 50px;
  height: 50px;
  background: url(/r3/images/sprite.png) no-repeat -136px -248px;
  display: inline-block;
}

.phone-icon-x2-orange {
  width: 35px;
  height: 35px;
  background: url(/r3/images/sprite.png) no-repeat -186px -248px;
  display: inline-block;
}

.phone-icon-x1-orange {
  width: 27px;
  height: 27px;
  background: url(/r3/images/sprite.png) no-repeat -221px -248px;
  display: inline-block;
}

.phone-icon-x5-black {
  width: 77px;
  height: 77px;
  background: url(/r3/images/sprite.png) no-repeat 0 -325px;
  display: inline-block;
}

.phone-icon-x4-black {
  width: 59px;
  height: 59px;
  background: url(/r3/images/sprite.png) no-repeat -77px -325px;
  display: inline-block;
}

.phone-icon-x3-black {
  width: 50px;
  height: 50px;
  background: url(/r3/images/sprite.png) no-repeat -136px -325px;
  display: inline-block;
}

.phone-icon-x2-black {
  width: 35px;
  height: 35px;
  background: url(/r3/images/sprite.png) no-repeat -186px -325px;
  display: inline-block;
}

.phone-icon-x1-black {
  width: 27px;
  height: 27px;
  background: url(/r3/images/sprite.png) no-repeat -221px -325px;
  display: inline-block;
}

.form-black, #main-footer .footer-links .footer-form-links li a.bilgi-form::before, #main-footer .footer-links .footer-form-links li a.bilgi-form:before {
  width: 50px;
  height: 50px;
  background: url(/r3/images/sprite.png) no-repeat 0px -70px;
  display: inline-block;
}

.form-map, #main-footer .footer-links .footer-form-links li a.form-arsa::before {
  width: 50px;
  height: 50px;
  background: url(/r3/images/sprite.png) no-repeat -50px -70px;
  display: inline-block;
}

.arrow-left-black-2x {
  background: url(/r3/images/sprite.png) no-repeat -42px -120px;
  width: 42px;
  height: 28px;
  display: inline-block;
}

.arrow-left-orange-2x {
  background: url(/r3/images/sprite.png) no-repeat -84px -120px;
  width: 42px;
  height: 28px;
  display: inline-block;
}

.arrow-left-white-2x {
  background: url(/r3/images/sprite.png) no-repeat 0 -120px;
  width: 42px;
  height: 28px;
  display: inline-block;
}

.arrow-left-black-1x {
  background: url(/r3/images/sprite.png) no-repeat -34px -148px;
  width: 34px;
  height: 23px;
  display: inline-block;
}

.arrow-left-orange-1x {
  background: url(/r3/images/sprite.png) no-repeat -68px -148px;
  width: 34px;
  height: 23px;
  display: inline-block;
}

.arrow-left-white-1x {
  background: url(/r3/images/sprite.png) no-repeat 0 -148px;
  width: 34px;
  height: 23px;
  display: inline-block;
}

.arrow-right-black-2x {
  background: url(/r3/images/sprite.png) no-repeat -178px -120px;
  width: 42px;
  height: 28px;
  display: inline-block;
}

.arrow-right-orange-2x {
  background: url(/r3/images/sprite.png) no-repeat -136px -120px;
  width: 42px;
  height: 28px;
  display: inline-block;
}

.arrow-right-white-2x {
  background: url(/r3/images/sprite.png) no-repeat -221px -120px;
  width: 42px;
  height: 28px;
  display: inline-block;
}

.arrow-right-black-1x, #main-footer .footer-links .e-bulten .submit-wrap button {
  background: url(/r3/images/sprite.png) no-repeat -191px -148px;
  width: 34px;
  height: 23px;
  display: inline-block;
}

.arrow-right-orange-1x {
  background: url(/r3/images/sprite.png) no-repeat -156px -148px;
  width: 34px;
  height: 23px;
  display: inline-block;
}

.arrow-right-white-1x {
  background: url(/r3/images/sprite.png) no-repeat -227px -148px;
  width: 34px;
  height: 23px;
  display: inline-block;
}

.footer-map, #main-footer .inner-footer .footer-contact .contact-links li a .footer-pin {
  background: url(/r3/images/sprite.png) no-repeat 0px 0px;
  width: 71px;
  height: 71px;
  display: inline-block;
}

.footer-mail {
  background: url(/r3/images/sprite.png) no-repeat -71px 0px;
  width: 71px;
  height: 71px;
  display: inline-block;
}

#main-footer {
  background: #222;
  position: relative;
  z-index: 91;
}

#main-footer ul {
  list-style: none;
}

#main-footer .footer-media {
  background: #1d1819;
  width: 100%;
  color: #fff;
  padding: 0;
}

#main-footer .footer-media a {
  color: #fff;
}

#main-footer .footer-phone {
  height: 128px;
  background-color: #4c4c4c;
  position: relative;
  width: 400px;
  padding: 20px;
  z-index: 5;
  float: left;
}

#main-footer .footer-phone::before {
  width: 80px;
  background-color: inherit;
  position: absolute;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  right: -40px;
  height: 100%;
  content: "";
  top: 0;
}

#main-footer .footer-phone .icon-wrap {
  position: relative;
  float: left;
  display: inline-block;
  height: 80px;
}

#main-footer .footer-phone .text-wrap {
  float: left;
  display: inline-block;
  width: calc(100% - 80px);
  color: #fff;
  padding: 10px 0;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-phone .text-wrap {
    width: auto;
    float: none;
    position: relative;
    bottom: 20px;
  }
}

#main-footer .footer-phone .text-wrap .white-title, #main-footer .footer-phone .text-wrap .phone-number {
  display: block;
  line-height: 1.3em;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
  #main-footer .footer-phone .text-wrap .white-title, #main-footer .footer-phone .text-wrap .phone-number {
    font-size: 16px;
  }
}

#main-footer .footer-phone .text-wrap .phone-number {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  #main-footer .footer-phone .text-wrap .phone-number {
    font-size: 16px;
  }
}

#main-footer .footer-phone .text-wrap .phone-number .phone-number-small {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  #main-footer .footer-phone {
    width: 280px;
    height: 100px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  #main-footer .footer-phone {
    width: 100%;
    height: 100px;
    text-align: center;
    float: none;
    padding: 10px 0;
  }
  #main-footer .footer-phone::before {
    display: none;
  }
  #main-footer .footer-phone .icon-wrap {
    display: inline-block;
    float: none;
  }
}

#main-footer .footer-social {
  width: calc(100% - 400px);
  float: left;
  height: 128px;
  background-color: #000;
  position: relative;
  padding-right: 40px;
}

#main-footer .footer-social:hover::before {
  animation: fadeIn 1s;
}

#main-footer .footer-social::before {
  content: "#SOSYALMEDYA";
  position: absolute;
  right: 5px;
  top: 2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: -1PX;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 991px) {
  #main-footer .footer-social {
    width: calc(100% - 280px);
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  #main-footer .footer-social {
    width: 100%;
    float: none;
    background-color: #8EBF26;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #main-footer .footer-social::before {
    top: 10px;
  }
}

#main-footer .footer-social .social-menu {
  float: right;
  padding: 35px 15px;
}

@media screen and (max-width: 991px) {
  #main-footer .footer-social .social-menu {
    padding: 20px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  #main-footer .footer-social .social-menu {
    float: none;
    width: 100%;
    text-align: center;
  }
}

#main-footer .footer-social .social-menu li {
  float: left;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-social .social-menu li {
    display: inline;
    float: none;
  }
}

#main-footer .footer-social .social-menu li a {
  display: inline-block;
}

#main-footer .footer-social .social-menu li a i {
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 5px;
  font-size: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

#main-footer .footer-social .social-menu .text1 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  position: relative;
  float: left;
  letter-spacing: -0.6px;
  right: 70px;
  top: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-social .social-menu .text1 {
    position: relative;
    width: 100%;
    height: 40px;
    float: none;
    top: 0;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    margin-bottom: 20px;
  }
}

#main-footer .footer-social .social-menu .text1::before {
  width: 50px;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 108%;
  top: 50%;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-social .social-menu .text1::before {
    width: 50px;
    height: 2px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 80%;
    margin-top: -1px;
    margin-left: -25px;
  }
}

#main-footer .inner-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #main-footer .inner-footer {
    padding: 0;
    text-align: center;
  }
}

#main-footer .inner-footer .footer-contact {
  position: relative;
  min-height: 400px;
  z-index: 10;
  background-color: #000;
  padding: 30px 0;
  text-align: left;
}

#main-footer .inner-footer .footer-contact::before {
  width: 120%;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  content: "";
  background: #000;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  border-left: 1px solid #222;
}

@media screen and (max-width: 768px) {
  #main-footer .inner-footer .footer-contact::before {
    display: none;
  }
}

#main-footer .inner-footer .footer-contact .contact-links {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

#main-footer .inner-footer .footer-contact .contact-links li {
  display: inline;
  margin: 20px auto;
  width: 100%;
}

#main-footer .inner-footer .footer-contact .contact-links li a {
  display: inline-block;
  color: #fff;
}

#main-footer .inner-footer .footer-contact .contact-links li a span, #main-footer .inner-footer .footer-contact .contact-links li a i {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.5em;
  margin: 0 auto;
}

#main-footer .inner-footer .footer-contact .contact-links li a i {
  margin: 10px auto;
}

#main-footer .inner-footer .footer-contact .contact-links li a .title2 {
  font-size: 24px;
  font-weight: 600;
}

#main-footer .footer-links .footer-menu {
  width: 100%;
  padding: 10px 0;
  margin: 20px 0;
}

#main-footer .footer-links .footer-menu li {
  float: left;
}

#main-footer .footer-links .footer-menu li a {
  display: inline-block;
  line-height: 2em;
  font-weight: 600;
  padding: 3px 2em;
  border-left: 1px solid #e2e2e2;
  color: #1d1819;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-links .footer-menu {
    text-align: center;
    margin: 10px 0;
    margin-bottom: 0;
  }
  #main-footer .footer-links .footer-menu li {
    float: none;
    display: inline;
  }
  #main-footer .footer-links .footer-menu li a {
    border-left: 0;
    padding: 0 10px;
    font-size: 14px;
  }
}

#main-footer .footer-links .footer-form-links {
  display: block;
  width: 100%;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-links .footer-form-links {
    margin: 10px 0;
    margin-bottom: 20px;
  }
}

#main-footer .footer-links .footer-form-links li {
  float: left;
  width: 35%;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #e2e2e2;
  margin-right: 15px;
}

#main-footer .footer-links .footer-form-links li a {
  height: 80px;
  padding: 10px;
  margin-right: 15px;
  display: block;
  color: #1d1819;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -1px;
  display: table-cell;
  vertical-align: middle;
  opacity: 0.6;
  padding-left: 70px;
  position: relative;
}

#main-footer .footer-links .footer-form-links li a span {
  display: table-cell;
  vertical-align: middle;
}

#main-footer .footer-links .footer-form-links li a.bilgi-form::before {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "";
}

#main-footer .footer-links .footer-form-links li a.form-arsa::before {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "";
}

#main-footer .footer-links .footer-form-links li a.bilgi-form:before {
  position: absolute;
  left: 10px;
  top: 15px;
}

@media screen and (max-width: 991px) {
  #main-footer .footer-links .footer-form-links {
    width: 100%;
  }
  #main-footer .footer-links .footer-form-links li {
    width: 45%;
  }
}

@media screen and (max-width: 991px) and (max-width: 768px) {
  #main-footer .footer-links .footer-form-links li {
    width: 49%;
    margin: 0.5%;
  }
}

@media screen and (max-width: 991px) and (max-width: 480px) {
  #main-footer .footer-links .footer-form-links li {
    width: 100%;
  }
}

#main-footer .footer-links .copy {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  letter-spacing: -0.5px;
  line-height: 1.8em;
  margin: 20px 0;
  display: block;
  position: relative;
  padding-top: 0px;
}

#main-footer .footer-links .copy:before {
  width: 200%;
  height: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  background-color: #000;
}

#main-footer .footer-links .footer-logo {
  display: block;
  float: left;
  width: 35%;
  padding: 25px 0;
}

#main-footer .footer-links .footer-logo svg {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-links .footer-logo {
    width: 49%;
    margin: 0.5%;
  }
}

@media screen and (max-width: 480px) {
  #main-footer .footer-links .footer-logo {
    width: 100%;
    margin: 1% 0;
  }
}

#main-footer .footer-links .e-bulten {
  display: block;
  float: left;
  margin-left: 20px;
  width: 35%;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-links .e-bulten {
    width: 49%;
    margin: 0.5%;
  }
}

@media screen and (max-width: 480px) {
  #main-footer .footer-links .e-bulten {
    width: 100%;
    margin: 1% 0;
  }
}

#main-footer .footer-links .e-bulten label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: -1px;
}

#main-footer .footer-links .e-bulten .submit-wrap {
  position: relative;
  cursor: pointer;
  display: block;
}

#main-footer .footer-links .e-bulten .submit-wrap button {
  position: absolute;
  right: 20px;
  bottom: 11px;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-links .e-bulten .submit-wrap button {
    bottom: 20px;
  }
}

#main-footer .footer-links .e-bulten .submit-wrap:hover button {
  animation: hover-arrow-right 0.5s;
  animation-iteration-count: 3;
}

#main-footer .footer-links .e-bulten .submit-wrap input {
  height: 40px;
  border: 0;
  background-color: #e8ddd6;
  padding: 0 10px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #main-footer .footer-links .e-bulten .submit-wrap input {
    height: 60px;
  }
}

#main-footer .footer-links .e-bulten .submit-wrap input:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18) inset;
  border: 0;
  outline: 0;
  border: 1px solid #b9a496;
  padding-left: 15px;
}

@keyframes hover-arrow-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-animation4 {
  0% {
    -webkit-transform: translate3d(0px, -600px, 0);
    -moz-transform: translate3d(0px, -600px, 0);
    -ms-transform: translate3d(0px, -600px, 0);
    -o-transform: translate3d(0px, -600px, 0);
    transform: translate3d(0px, -600px, 0);
  }
  30% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-animation1 {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}

@keyframes arrow-animation2 {
  0% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 0;
  }
}

@keyframes arrow-animation3 {
  0% {
    right: 0;
  }
  50% {
    right: -10px;
  }
  100% {
    right: 0;
  }
}

@keyframes arrow-animation5 {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}

@keyframes height-animation {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}


.home-about {
  padding: 0;
  margin: 100px 0;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .home-about {
    margin-bottom: 0;
  }
}

.about-wrap {
  background: url(/r3/imags/body-pattern1.png) repeat #8EBF26;
  min-height: 600px;
  padding: 50px;
  position: relative;
  z-index: 10;
}

.about-wrap:before {
  position: absolute;
  z-index: -1;
  width: 1000px;
  height: 1000px;
  background: url(/r3/images/body-pattern1.png) repeat #8EBF26;
  content: "";
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

@media (min-width: 1367px) {
  .about-wrap::before {
    width: 1300px;
  }
}

.about-wrap:after {
  position: absolute;
  z-index: -1;
  width: 1000px;
  height: 300px;
  background: url(/r3/images/body-pattern1.png) repeat #8EBF26;
  content: "";
  right: 0;
  top: 0;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

@media screen and (max-width: 991px) {
  .about-wrap {
    min-height: 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 768px) {
  .about-wrap::after {
    right: 40px;
    top: -2px;
  }
}

@media screen and (max-width: 991px) and (max-width: 768px) {
  .about-wrap {
    padding: 0;
    padding-bottom: 100px;
  }
}

.about-wrap .slogan {
  padding: 120px 60px;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .about-wrap .slogan {
    padding: 80px 20px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .about-wrap .slogan {
    padding: 80px 20px;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .about-wrap .slogan {
    width: 80%;
    margin-left: 20%;
  }
}

.about-wrap .slogan .slogan-text {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  font-stretch: condensed;
  font-weight: 600;
  line-height: 1.3em;
}

@media (min-width: 1367px) {
  .about-wrap .slogan .slogan-text {
    font-size: 3.5vw;
  }
}

.about-wrap .slogan .slogan-text .color {
  color: #1d1819;
}

@media screen and (max-width: 991px) {
  .about-wrap .slogan .slogan-text {
    font-size: 36px;
  }
}

.about-wrap .slogan .line1::before, .about-wrap .slogan .line2::before, .about-wrap .slogan .line3::before, .about-wrap .slogan .line4::before {
  width: 5px;
  background-color: #f0d5bb;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

@media screen and (max-width: 991px) {
  .about-wrap .slogan .line1::before, .about-wrap .slogan .line2::before, .about-wrap .slogan .line3::before, .about-wrap .slogan .line4::before {
    height: 300px;
    width: 3px;
  }
}

@media screen and (max-width: 991px) {
  .about-wrap .slogan .line2::before {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .about-wrap .slogan .line2::before {
    height: 200px;
    top: 100px;
  }
}

.about-wrap .slogan .line1, .about-wrap .slogan .line2, .about-wrap .slogan .line3, .about-wrap .slogan .line4 {
  animation-name: line-animation1;
  animation-duration: 20s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

.about-wrap .slogan .line2::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.about-wrap .slogan .line3::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  height: 100px;
}

.about-wrap .slogan .line4::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  height: 100px;
  left: 100px;
}

.about-wrap .radial-link {
  color: #fff;
  position: relative;
  margin: 20px auto;
  text-align: center;
  display: block;
  padding-top: 80px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.about-wrap .radial-link span {
  position: relative;
}

.about-wrap .radial-link span::before {
  width: 25px;
  background-color: #fff;
  height: 1px;
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
}

.about-wrap .radial-link::before {
  background-color: #fff;
  width: 1px;
  height: 180px;
  bottom: 40px;
  left: 50%;
  content: "";
  position: absolute;
}

.about-wrap .radial-link::after {
  background-color: #fff;
  width: 10px;
  height: 10px;
  bottom: 220px;
  left: 50%;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-left: -4px;
  margin-top: 5px;
  box-shadow: 0 0 0 0 #fff6aa;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@media screen and (max-width: 991px) {
  .about-wrap .radial-link::before {
    height: 140px;
  }
  .about-wrap .radial-link::after {
    bottom: 180px;
  }
}

.about-wrap .rotate-link1 {
  -moz-transform-origin: 0 50%;
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform-origin: 0 50%;
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform-origin: 0 50%;
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 0%;
  transform: rotate(-90deg) translate(-50%, 100%);
  position: absolute;
  bottom: 0;
  height: 2em;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 2em;
  color: #1d1819;
  left: 20px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  height: 60px;
  left: -10px;
  top: -40px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: auto;
}

@media screen and (max-width: 991px) {
  .about-wrap .rotate-link1 {
    left: -40px;
  }
}

.baret {
  position: absolute;
  bottom: -120px;
  right: 0%;
  z-index: 200000;
  animation: baret 5s;
  animation-iteration-count: infinite;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
}

@media screen and (max-width: 991px) {
  .baret {
    bottom: -180px;
    right: 5%;
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .baret {
    bottom: -50px;
    right: 8%;
    width: 150px;
  }
}

.shadow {
  position: absolute;
  bottom: -140px;
  right: -20px;
  animation: shadow 5s;
  animation-iteration-count: infinite;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
  width: 280px;
}

@media screen and (max-width: 991px) {
  .shadow {
    bottom: -190px;
    right: 8%;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .shadow {
    bottom: -60px;
    right: 10%;
    width: 180px;
  }
}

@keyframes shadow {
  0% {
    opacity: 0.8;
    -webkit-transform: translate3d(30px, 5px, 0);
    -moz-transform: translate3d(30px, 5px, 0);
    -ms-transform: translate3d(30px, 5px, 0);
    -o-transform: translate3d(30px, 5px, 0);
    transform: translate3d(30px, 5px, 0);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: translate3d(30px, 10px, 0);
    -moz-transform: translate3d(30px, 10px, 0);
    -ms-transform: translate3d(30px, 10px, 0);
    -o-transform: translate3d(30px, 10px, 0);
    transform: translate3d(30px, 10px, 0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(30px, 0px, 0);
    -moz-transform: translate3d(30px, 0px, 0);
    -ms-transform: translate3d(30px, 0px, 0);
    -o-transform: translate3d(30px, 0px, 0);
    transform: translate3d(30px, 0px, 0);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translate3d(30px, 5px, 0);
    -moz-transform: translate3d(30px, 5px, 0);
    -ms-transform: translate3d(30px, 5px, 0);
    -o-transform: translate3d(30px, 5px, 0);
    transform: translate3d(30px, 5px, 0);
  }
}

@keyframes baret {
  0% {
    -webkit-transform: translate3d(10px, -10px, 0);
    -moz-transform: translate3d(10px, -10px, 0);
    -ms-transform: translate3d(10px, -10px, 0);
    -o-transform: translate3d(10px, -10px, 0);
    transform: translate3d(10px, -10px, 0);
  }
  30% {
    -webkit-transform: translate3d(10px, -15px, 0);
    -moz-transform: translate3d(10px, -15px, 0);
    -ms-transform: translate3d(10px, -15px, 0);
    -o-transform: translate3d(10px, -15px, 0);
    transform: translate3d(10px, -15px, 0);
  }
  70% {
    -webkit-transform: translate3d(10px, 5px, 0);
    -moz-transform: translate3d(10px, 5px, 0);
    -ms-transform: translate3d(10px, 5px, 0);
    -o-transform: translate3d(10px, 5px, 0);
    transform: translate3d(10px, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(10px, -10px, 0);
    -moz-transform: translate3d(10px, -10px, 0);
    -ms-transform: translate3d(10px, -10px, 0);
    -o-transform: translate3d(10px, -10px, 0);
    transform: translate3d(10px, -10px, 0);
  }
}

.video-wrap {
  background: url(/r3/images/pattern4.png) repeat #1d1819;
  min-height: 640px;
  padding: 0;
  position: relative;
  z-index: 12;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

@media screen and (max-width: 991px) {
  .video-wrap {
    min-height: 590px;
  }
}

.video-wrap .video-inner {
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
  position: relative;
  color: #fff;
  padding: 140px 0px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .video-wrap .video-inner {
    width: 95%;
  }
}

.video-wrap .video-inner .rotate-link1 {
  -moz-transform-origin: 0 50%;
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform-origin: 0 50%;
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform-origin: 0 50%;
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 100% 0%;
  transform: rotate(-90deg) translate(100%, 0);
  position: absolute;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 2em;
  width: auto;
  color: #fff;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  height: 40px;
  top: 360px;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  right: 0;
  z-index: 500;
}

@media screen and (max-width: 991px) {
  .video-wrap .video-inner .rotate-link1 {
    right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .video-wrap .video-inner .rotate-link1 {
    display: none;
  }
}

.video-wrap .youtube-link {
  position: relative;
  z-index: 99;
  display: block;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow: hidden;
}

.video-wrap .youtube-link:hover {
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.5);
}

.video-wrap .youtube-link:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.2;
}

.video-wrap .youtube-link img {
  width: 100%;
  height: auto;
  opacity: 0.35;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.video-wrap .youtube-link:hover .text i {
  animation: arrow-animation2 0.5s;
  animation-iteration-count: 3;
}

.video-wrap .youtube-link .text {
  position: absolute;
  display: inline-block;
  left: calc(50% - 150px);
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .video-wrap .youtube-link .text {
    left: calc(50% - 100px);
    font-size: 14px;
  }
}

.video-wrap .youtube-link .text i {
  margin-top: 10px;
  position: relative;
}

.video-wrap .youtube-link:hover .home-video-icon {
  width: 180px;
}

@media screen and (max-width: 991px) {
  .video-wrap .youtube-link:hover .home-video-icon {
    width: 120px;
  }
}

.video-wrap .youtube-link .home-video-icon {
  width: 200px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media screen and (max-width: 991px) {
  .video-wrap .youtube-link .home-video-icon {
    width: 100px;
  }
}

.video-wrap .youtube-link .home-video-icon:hover .tri2 {
  fill: #ff7300;
  stroke-dashoffset: 500;
  stroke-dasharray: 200;
  stroke: #fff;
  opacity: 1;
}

.video-wrap .youtube-link .home-video-icon .tri2 {
  stroke: #ff7300;
  fill: rgba(255, 255, 255, 0.01);
  stroke-width: 6px;
  stroke-dashoffset: 0;
  stroke-dasharray: 2000;
  stroke-linecap: butt;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.8;
}

.video-wrap .youtube-link .home-video-icon:hover .tri3 {
  stroke-dasharray: 500;
  stroke-dashoffset: 200;
  stroke: #fff;
  opacity: 1;
}

.video-wrap .youtube-link .home-video-icon .tri3 {
  stroke-dashoffset: 0;
  stroke-dasharray: 200;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  stroke-width: 8;
}

.grtyoutube-dark-theme {
  background: url(/r3/images/pattern2.png) rgba(0, 0, 0, 0.97);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
  animation: arrow-animation4 2s;
  animation-iteration-count: 1;
  border: 5px solid rgba(255, 255, 255, 0.17);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
  width: 40px;
  height: 40px;
  top: -42px;
  right: -2px;
  position: absolute;
  cursor: pointer;
}

.grtyoutube-dark-theme .grtyoutube-popup-close::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #fff;
  left: 18px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.grtyoutube-dark-theme .grtyoutube-popup-close::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #fff;
  left: 18px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {

  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

.home-news {
  margin-bottom: 30px;

}

@media screen and (max-width: 480px) {
  .home-news .box-1 {
    display: none;
  }
  .home-news .box-11 {
    width: 100%;
  }
}

.home-news::before {
  content: "HABER&MEDYA";
}

.home-news .home-title1 {
  color: #1d1819;
  border-color: #fff;
  margin-bottom: 40px;
}

.home-news .home-title1 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .home-news .home-title1 span {
    color: #8EBF26;
  }
}

.home-news .home-title1 span::before {
  background-color: #fff;
}

.home-news ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.home-news ::-webkit-scrollbar-track {
  background: #e2e2e2;
  height: 3px;
  position: relative;
  width: 5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.home-news ::-webkit-scrollbar-thumb {
  background: #8EBF26;
  width: 5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 3px;
}

.home-news ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.home-news-scroll {
  width: 100%;
  white-space: nowrap;
  height: auto;
  padding: 50px 0;
  position: relative;
  z-index: 90;
  overflow: auto;
  overflow-y: hidden;
  padding-top: 0;
}

.home-news-scroll .home-news-wrap {
  width: 500px;
  margin: 10px;
  height: 350px;
  background-color: #1d1819;
  display: inline-block;
  overflow: hidden;
  position: relative;
  white-space: normal;
  position: relative;
}

.home-news-scroll .home-news-wrap img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.home-news-scroll .home-news-wrap:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}

.home-news-scroll .home-news-wrap a {
  color: #fff;
}

.home-news-scroll .home-news-wrap .text-wrap {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px 20px;
  text-transform: uppercase;
}

.home-news-scroll .home-news-wrap .text-wrap .date {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  display: inline-block;
  line-height: 1.3em;
  border-bottom: 1px solid #8EBF26;
  padding: 5px 10px;
}

.home-news-scroll .home-news-wrap .text-wrap .title3 {
  font-weight: 600;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .home-news-scroll .home-news-wrap .text-wrap .title3 {
    transform: translate3d(0, 0px, 0);
    font-size: 18px;
  }
}

.home-news-scroll .home-news-wrap .text-wrap .summary3 {
  font-weight: 400;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

@media (min-width: 1367px) {
  .home-news-scroll .home-news-wrap .text-wrap .summary3 {
    font-size: 0.8vw;
  }
}

@media screen and (max-width: 480px) {
  .home-news-scroll .home-news-wrap .text-wrap .summary3 {
    transform: translate3d(0, 0px, 0);
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    line-height: 1em;
  }
}

.home-news-scroll .home-news-wrap .text-wrap .detail {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
}

.home-news-scroll .home-news-wrap .text-wrap .detail::before {
  width: 200px;
  right: 100%;
  bottom: 10px;
  background-color: #fff;
  height: 1px;
  content: "";
  position: absolute;
}

@media screen and (max-width: 480px) {
  .home-news-scroll .home-news-wrap {
    width: 95%;
    margin: 0 5%;
    height: auto;
    min-height: 0;
  }
}


#project {
  text-align: center;
}

.proje-wrapper {
  padding: 0;
  margin-bottom: 16px;
  display: inline-block;
  float: none;
  margin: 5px;
}

.categories {
  list-style: none;
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 30px;
}

.categories li {
  display: inline;
}

.categories li a {
  float: none;
  display: inline-block;
  padding: 15px 15px;
  line-height: 2em;
  border: 1px solid #1d1819;
  font-weight: 600;
  color: #1d1819;
  margin: 0 3px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 2;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transition: all 0.23s ease-in;
  -moz-transition: all 0.23s ease-in;
  -o-transition: all 0.23s ease-in;
  transition: all 0.23s ease-in;
  letter-spacing: -0.6px;
}

.categories li a:hover {
  color: #fff;
}

.categories li a:before {
  width: 100%;
  height: 0;
  background-color: #1d1819;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transition: all 0.23s ease-in;
  -moz-transition: all 0.23s ease-in;
  -o-transition: all 0.23s ease-in;
  transition: all 0.23s ease-in;
}

.categories li a:hover:before {
  height: 100%;
  bottom: auto;
  top: 0;
}

@media screen and (max-width: 991px) {
  .categories {
    margin-top: 0;
    width: 100%;
    display: none;
  }
  .categories li {
    width: 100%;
    display: block;
  }
  .categories li a {
    width: 100%;
    display: block;
    padding: 6px 15px;
    line-height: 2em;
    background-color: #f3f1ed;
    border: 0;
    border-bottom: 1px solid #ecdfcc;
  }
}

@media (min-width: 1367px) {
  .categories {
    font-size: 1.0vw;
    margin-top: 7em;
  }
}

.project-list {
  margin: 30px auto;
  width: 100%;
  text-align: left;
  display: block;
}

.project-list .title2 {
  font-size: 24px;
  letter-spacing: -1px;
  display: block;
  margin: 30px 0 40px 0;
  display: block;
}

@media (min-width: 1367px) {
  .project-list .title2 {
    font-size: 1.7vw;
  }
}

.project-list .title2 span {
  font-weight: bold;
}

.project-list .project-wrap {
  overflow: hidden;
}

.project-list .project-wrap::before {
  display: none;
}

.project-list .project-wrap .project-name {
  font-weight: 500;
  font-size: 20px;
}

@media (min-width: 1367px) {
  .project-list .project-wrap .project-name {
    font-size: 1.3vw;
  }
}

.project-list .project-wrap .project-name span {
  font-weight: 600;
}

@media (min-width: 1367px) {
  .project-list .project-wrap .project-summary {
    font-size: 1.0vw;
  }
}

.project-list .project-wrap .project-text {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  text-align: left;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  height: 135px;
  width: 100%;
  padding: 0 15px;
}

.project-list .project-wrap .project-img img {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.project-list .project-wrap:hover .project-text {
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

.project-list .project-wrap:hover .project-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}

.project-list .project-wrap:hover .project-detail {
  opacity: 1;
}

.project-list .project-wrap .project-detail {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: relative;
  top: 15px;
}

.project-list .project-wrap .project-detail:hover i {
  animation: arrow-animation5 0.5s;
  animation-iteration-count: 3;
}

.project-list .project-wrap .project-detail span {
  display: inline-block;
  color: #fff;
  line-height: 40px;
}

.project-list .project-wrap .project-detail i {
  position: relative;
  top: 10px;
  left: 10px;
}


.project-main-slogan {
  width: auto;
  display: block;
}

.project-main-slogan h4 {
  font-size: 36px;
  font-weight: 300;
  color: #1d1819;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-bottom: 40px;
}

.project-main-slogan h4 span {
  color: #8EBF26;
}

.slogan-wrap {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin: 50px auto;
  position: relative;
  margin-bottom: 90px;
}

.slogan-wrap::before {
  width: 300px;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background-color: #1d1819;
  position: absolute;
  content: "";
  height: 1px;
}

.slogan-wrap::after {
  width: 16px;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  background-color: #1d1819;
  position: absolute;
  content: "";
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slogan-wrap .project-main-slogan {
  width: auto;
  display: inline-block;
}

.slogan-wrap .project-main-slogan h2 {
  font-size: 48px;
  font-weight: 600;
  color: #1d1819;
  letter-spacing: -.3vw;
  display: inline-block;
}

.slogan-wrap .project-main-slogan h2 span {
  color: #8EBF26;
}

.slogan-wrap .project-main-slogan .sub-slogan {
  display: inline-block;
  text-align: right;
  font-size: 30px;
  float: right;
}

.container-fluid {
  padding: 0;
}

#project-detail {
  position: relative;
}

.project-banner {
  background-color: #1d1819 !important;
  position: relative;
  width: 100%;
  height: 90vh;
  z-index: 80;
  overflow: hidden;
}

.project-banner .arrow-scroll {
  top: 70%;
}

.project-banner img {
  opacity: 0.7;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 8;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  width: 100%;
}

.project-banner .color-fff {
  color: #fff;
}

.project-banner .caption1 {
  position: absolute;
  left: 5%;
  bottom: 20%;
  font-weight: bold;
  width: 100%;
  z-index: 22;
  text-align: left;
  padding: 50px;
}

.project-banner .caption1 h4 {
  font-size: 36px;
  letter-spacing: -2px;
  margin-bottom: 0;
}

.project-banner .caption1 h1 {
  font-size: 90px;
  letter-spacing: -10px;
  line-height: 0.9em;
  margin: 0;
}

.project-banner .caption1 span {
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .project-banner .caption1 h1 {
    font-size: 60px;
    letter-spacing: -3px;
  }
  .project-banner .caption1 h4 {
    font-size: 24px;
  }
  .project-banner .caption1 span {
    font-size: 15px;
  }
}

@media (min-width: 1367px) {
  .project-banner .caption1 h1 {
    font-size: 7vw;
  }
  .project-banner .caption1 h4 {
    font-size: 3vw;
  }
  .project-banner .caption1 span {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .project-banner .caption1 {
    padding: 0 20px;
    bottom: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .project-banner .caption1 {
    bottom: 80px;
    left: 0;
    padding: 10px  20px;
    width: 100%;
    top: -20px;
    margin-top: -20px;
    text-align: center;
    top: auto;
  }
  .project-banner .caption1 h1 {
    font-size: 50px;
    letter-spacing: -3px;
  }
  .project-banner .caption1 h4 {
    font-size: 18px;
  }
  .project-banner .caption1 span {
    font-size: 13px;
  }
}

.project-info {
  margin: 8vw 0;
  padding: 50px 0;
  position: relative;
}

.project-info .col-md-6 {
  padding: 0;
  position: relative;
}

.project-info .s-slide img {
  width: 100%;
}

.project-info .info-slide {
  position: relative;
}

.project-info .info-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  left: -140px;
  top: 0;
  background-color: #f1f1f1;
  height: 100%;
  z-index: -1;
}

.project-info .info-slide .slider-counter {
  position: absolute;
  bottom: 0;
  right: 118px;
  z-index: 90;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  width: 50px;
  background: #fff;
  height: 80px;
  text-align: center;
  line-height: 80px;
}

.project-info .info-text {
  padding: 0 25px !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 1.5em;
  color: #585858;
  padding: 0px 30px !important;
}

@media screen and (max-width: 768px) {
  .project-info .info-text {
    margin-top: 20px;
  }
}

.project-info .info-text .title3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #8EBF26;
}

@media (min-width: 1367px) {
  .project-info .info-text .title3 {
    font-size: 2.5vw;
  }
}

.project-info .info-text .slogan {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-info .info-text .detail-scroll {
  max-height: 500px;
  overflow: auto;
  margin-top: 20px;
  padding-right: 30px;
  line-height: 1.9em;
  letter-spacing: -.3px;
  font-size: 14px;
  color: #444444;
  font-weight: 400;
}

@media (min-width: 1367px) {
  .project-info .info-text .detail-scroll {
    font-size: 0.8vw;
    max-height: 700px;
  }
}

.project-info .info-text .detail-scroll p {
  margin: 10px 0;
}

.project-info .owl-detail-1 {
  padding: 60px 0 0 0;
}

.project-info .owl-detail-1 .caption-owl {
  height: 80px;
  position: relative;
  font-size: 14px;
  padding: 30px;
  line-height: 1.5em;
  width: calc(100% - 150px);
  z-index: 200000;
  bottom: 0;
  background: #e2e2e2;
}

@media (min-width: 1367px) {
  .project-info .owl-detail-1 .caption-owl {
    font-size: 1vw;
  }
}

@media screen and (max-width: 768px) {
  .project-info .owl-detail-1 .caption-owl {
    width: 100%;
    top: 0;
    bottom: auto;
    position: absolute;
  }
}

.project-info .owl-detail-1 .owl-nav {
  position: absolute;
  right: 60px;
  width: 140px;
  background: #fff;
  height: 90px;
  bottom: 0;
}

.project-info .owl-detail-1 .owl-nav .owl-next {
  position: relative;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  float: right;
}

.project-info .owl-detail-1 .owl-nav .owl-next::before {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 38px;
  right: 20px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.project-info .owl-detail-1 .owl-nav .owl-next::after {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 38px;
  right: 20px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.project-info .owl-detail-1 .owl-nav .owl-next:hover {
  animation: arrow-animation3 0.5s;
  animation-iteration-count: 3;
}

.project-info .owl-detail-1 .owl-nav .owl-prev {
  position: relative;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  float: left;
}

.project-info .owl-detail-1 .owl-nav .owl-prev::before {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 38px;
  left: 20px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.project-info .owl-detail-1 .owl-nav .owl-prev::after {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 38px;
  left: 20px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.project-info .owl-detail-1 .owl-nav .owl-prev:hover {
  animation: arrow-animation2 0.5s;
  animation-iteration-count: 3;
}

.project-info .owl-mask-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  width: 60px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 20;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/r3/images/body-pattern1.png) repeat #fff;
}

.project-info .owl-mask-title span {
  display: block;
  text-align: center;
  margin: 0 auto;
  transform: rotate(90deg), translate(-50% 50%);
  transform: rotate(-90deg) translate(-100%, -50%);
  top: 50%;
  left: 15px;
  position: relative;
  color: #d8b6a1;
}

@media screen and (max-width: 768px) {
  .project-info .owl-mask-title {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
  }
  .project-info .owl-mask-title span {
    transform: none;
    top: 0;
    left: 0;
  }
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: 0px solid #f2f2f2;
}

::-webkit-scrollbar-thumb {
  background: #8EBF26;
  position: absolute !important;
  left: 10px;
  width: 10px !important;
}


.project-icons {
  text-align: center;
  position: relative;
  margin: 60px auto;
  width: 90%;
}

.project-icons .icon-wrap {
  width: 20%;
  display: inline-block;
  text-align: center;
  height: 240px;
  color: #4b4b4b;
  padding: 25px;
  float: left;
  min-width: 220px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: relative;
  background: url(/r3/images/body-pattern1.png) #fff;
}

.project-icons .icon-wrap h4 {
  margin: 0;
}

.project-icons .icon-wrap:nth-child(2n+1) {
  background-color: #ebdac3;
  border: 1px solid #fff;
}

@media screen and (max-width: 480px) {
  .project-icons .icon-wrap {
    background-color: #ebdac3;
    border: 1px solid #fff;
  }
}

.project-icons .icon-wrap .icon-name {
  font-size: 16px;
  display: block;
  letter-spacing: -1px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1367px) {
  .project-icons .icon-wrap .icon-name {
    font-size: 1vw;
  }
}

.project-icons .icon-wrap i {
  font-size: 80px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.project-icons .icon-wrap:hover {
  background-color: #8EBF26;
  color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.05);
  z-index: 5;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.project-icons .icon-wrap:hover i {
  color: #fff;
  animation: anim1 0.3s;
}

.project-icons .icon-wrap:hover .icon-name {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .project-icons {
    width: 100%;
    padding: 0 10px;
  }
  .project-icons .icon-wrap {
    width: 33%;
    min-width: 0;
  }
}

@media screen and (max-width: 480px) {
  .project-icons .icon-wrap {
    width: 50%;
    min-width: 0;
  }
}

@keyframes anim1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate3d(0, -500%, 0);
    -moz-transform: translate3d(0, -500%, 0);
    -ms-transform: translate3d(0, -500%, 0);
    -o-transform: translate3d(0, -500%, 0);
    transform: translate3d(0, -500%, 0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, 200%, 0);
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -o-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anim2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -o-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(6px, 0, 0);
    -moz-transform: translate3d(6px, 0, 0);
    -ms-transform: translate3d(6px, 0, 0);
    -o-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.project-gallery {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 150px;
}

.project-gallery .owl-nav .owl-next {
  position: absolute;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  right: -40px;
  top: 50%;
  z-index: 80;
  background-color: #fff;
}

.project-gallery .owl-nav .owl-next::before {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 38px;
  right: 30px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.project-gallery .owl-nav .owl-next::after {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 38px;
  right: 30px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.project-gallery .owl-nav .owl-next:hover {
  animation: anim2 0.5s;
  animation-iteration-count: 3;
}

.project-gallery .owl-nav .owl-prev {
  position: absolute;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  left: -40px;
  background-color: #fff;
  top: 50%;
}

.project-gallery .owl-nav .owl-prev::before {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 38px;
  left: 30px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.project-gallery .owl-nav .owl-prev::after {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 38px;
  left: 30px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.project-gallery .owl-nav .owl-prev:hover {
  animation: anim2 0.5s;
  animation-iteration-count: 3;
}

.project-gallery .slider-counter2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: block;
  font-size: 24px;
  z-index: 55;
  background-color: #fff;
  color: #909090;
  letter-spacing: 3px;
}

.owl-thumbs {
  width: 100%;
  text-align: center;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -80px;
  height: 100px;
  z-index: 888888;
  transform: translate(-50%, 50%);
  white-space: nowrap;
  overflow-y: auto;
}

.owl-thumbs button {
  width: 100px;
  display: inline-block;
  margin: 3px;
}

.owl-thumbs button img {
  width: 100%;
}


.tab-content {
  min-height: 200px;
}

.tab-content > .tab-pane.active {
  animation: fadeIn 4s;
}

.proje-tabs, .nav-tabs.nav-justified {
  border: 0;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

.proje-tabs li, .nav-tabs.nav-justified li {
  display: inline;
  position: relative;
  border: 0 !important;
}

.proje-tabs li a, .nav-tabs.nav-justified li a {
  border: 0;
  margin: 0;
  position: relative;
  padding: 5px 20px;
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.4px;
  overflow: hidden;
}

.proje-tabs li a::before, .nav-tabs.nav-justified li a::before {
  width: 99%;
  height: 15px;
  border: 1px solid #333;
  border-bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}

.proje-tabs li a::after, .nav-tabs.nav-justified li a::after {
  width: 99%;
  height: 15px;
  border: 1px solid #333;
  border-top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}

.proje-tabs li.active, .proje-tabs li.active:hover a, .nav-tabs.nav-justified li.active, .nav-tabs.nav-justified li.active:hover a {
  border: 0 !important;
  margin: 0;
}

.proje-tabs li.active.active:hover a::before, .proje-tabs li.active:hover a.active:hover a::before, .nav-tabs.nav-justified li.active.active:hover a::before, .nav-tabs.nav-justified li.active:hover a.active:hover a::before {
  width: 99%;
  height: 15px;
  border: 1px solid #333;
  border-bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.proje-tabs li.active.active:hover a::after, .proje-tabs li.active:hover a.active:hover a::after, .nav-tabs.nav-justified li.active.active:hover a::after, .nav-tabs.nav-justified li.active:hover a.active:hover a::after {
  width: 99%;
  height: 15px;
  border: 1px solid #333;
  border-top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.proje-tabs li:hover a, .nav-tabs.nav-justified li:hover a {
  border: 0 !important;
  margin: 0;
  background-color: transparent;
}

.proje-tabs li.active a, .nav-tabs.nav-justified li.active a {
  border: 0 !important;
  margin: 0;
  background-color: transparent !important;
}

.proje-tabs li.active a::before, .nav-tabs.nav-justified li.active a::before {
  width: 99%;
  height: 15px;
  border: 1px solid #333;
  border-bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.proje-tabs li.active a::after, .nav-tabs.nav-justified li.active a::after {
  width: 99%;
  height: 15px;
  border: 1px solid #333;
  border-top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lightSlider li img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.info-slide .lSAction {
  position: absolute;
  right: 50px;
  width: 190px;
  background: #fff;
  height: 80px;
  bottom: 0;
  z-index: 80;
}

.info-slide .lSAction .lSNext {
  position: relative;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  float: right;
  top: 20px;
  background: none;
}

.info-slide .lSAction .lSNext::before {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 38px;
  right: 30px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.info-slide .lSAction .lSNext::after {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 38px;
  right: 30px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.info-slide .lSAction .lSNext:hover {
  animation: arrow-animation3 0.5s;
  animation-iteration-count: 3;
}

.info-slide .lSAction .lSPrev {
  position: relative;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  top: 20px;
  background: none;
  z-index: 80;
}

.info-slide .lSAction .lSPrev::before {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 38px;
  left: 30px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.info-slide .lSAction .lSPrev::after {
  width: 25px;
  height: 1px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 38px;
  left: 30px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.info-slide .lSAction .lSPrev:hover {
  animation: arrow-animation2 0.5s;
  animation-iteration-count: 3;
}

.owl-detail-1 {
  overflow: visible;
}

.owl-detail-1 img {
  width: 100%;
}

.project-gallery1 {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .project-gallery1 {
    margin-bottom: 40px;
  }
}

.project-gallery1 h4 {
  margin: 0 0 10px 0;
  position: absolute;
  bottom: 45px;
  background: white;
  width: 150px;
  height: 80px;
  z-index: 5;
  color: #3a3a3a;
  text-align: center;
  left: 0;
  padding: 30px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .project-gallery1 h4 {
    display: none;
  }
}

.project-gallery1 .lSNext {
  position: absolute;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  right: 0px;
  top: 50%;
  z-index: 80;
  background-color: #fff;
  opacity: 1;
  background-image: none;
}

.project-gallery1 .lSNext::before {
  width: 25px;
  height: 2px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 34px;
  right: 24px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.project-gallery1 .lSNext::after {
  width: 25px;
  height: 2px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 34px;
  right: 24px;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.project-gallery1 .lSNext:hover {
  animation: anim2 0.5s;
  animation-iteration-count: 3;
}

@media screen and (max-width: 768px) {
  .project-gallery1 .lSNext {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .project-gallery1 .lSNext:hover {
    animation: none;
  }
}

.project-gallery1 .lSPrev {
  position: absolute;
  font-size: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
  left: -6px;
  background-color: #fff;
  top: 50%;
  opacity: 1;
  background-image: none;
  z-index: 80;
}

.project-gallery1 .lSPrev::before {
  width: 25px;
  height: 2px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 34px;
  left: 24px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.project-gallery1 .lSPrev::after {
  width: 25px;
  height: 2px;
  background-color: #1d1819;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 34px;
  left: 24px;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.project-gallery1 .lSPrev:hover {
  animation: anim2 0.5s;
  animation-iteration-count: 3;
}

@media screen and (max-width: 768px) {
  .project-gallery1 .lSPrev {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .project-gallery1 .lSPrev:hover {
    animation: none;
  }
}

#banner {
  position: relative;
}

#banner .lSAction {
  width: 100px;
  height: 40px;
  left: 6.6%;
  bottom: 220px;
  position: absolute;
}

#banner .lSAction a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

.banner-slider {
  position: relative;
}

.banner-slider .banner-wrap {
  position: relative;
  background-color: #1d1819;
  width: 100%;
  overflow: hidden;
}

.banner-slider .banner-wrap .proje-logo {
  width: 600px !important;
  transform: scale(1) !important;
  display: block;
  margin: 10px 0;
  height: auto !important;
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
  opacity: 1 !important;
  max-width: none !important;
}

@media screen and (max-width: 768px) {
  .banner-slider .banner-wrap .proje-logo {
    width: 450px !important;
  }
}

@media screen and (max-width: 480px) {
  .banner-slider .banner-wrap .proje-logo {
    margin: 0 auto !important;
    width: 280px !important;
    left: 0;
  }
}

.banner-slider .banner-wrap img {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: all 10.8s ease-in;
  -moz-transition: all 10.8s ease-in;
  -o-transition: all 10.8s ease-in;
  transition: all 10.8s ease-in;
}

.banner-slider .banner-wrap .banner-caption {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 45%;
  display: block;
  padding: 50px 100px;
  color: #fff;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate(-54%, -50%);
  -moz-transform: translate(-54%, -50%);
  -ms-transform: translate(-54%, -50%);
  -o-transform: translate(-54%, -50%);
  transform: translate(-54%, -50%);
  transition-delay: 1s;
}

.banner-slider .banner-wrap .banner-caption h1 {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 10px;
  margin: 0px 0;
}

@media (min-width: 1367px) {
  .banner-slider .banner-wrap .banner-caption h1 {
    font-size: 6vw;
    letter-spacing: -5px;
  }
}

.banner-slider .banner-wrap .banner-caption h1 span {
  font-weight: 400;
}

@media (min-width: 1367px) {
  .banner-slider .banner-wrap .banner-caption h1 {
    font-size: 5vw;
    letter-spacing: -5px;
  }
  .banner-slider .banner-wrap .banner-caption h1 span {
    font-size: 5vw;
  }
}

.banner-slider .banner-wrap .banner-caption h2 {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 500;
}

@media (min-width: 1367px) {
  .banner-slider .banner-wrap .banner-caption h2 {
    font-size: 2vw;
    letter-spacing: -2px;
  }
}

.banner-slider .banner-wrap .banner-caption .banner-detail {
  display: block;
  width: 200px;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  margin: 30px 0;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.banner-slider .banner-wrap .banner-caption .banner-detail:hover {
  color: #fff;
}

.banner-slider .banner-wrap .banner-caption .banner-detail:before {
  width: 100%;
  height: 0;
  background-color: #8EBF26;
    border-color: #8EBF26;

  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  z-index: -1;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.banner-slider .banner-wrap .banner-caption .banner-detail:hover:before {
  height: 100%;
  bottom: auto;
  top: 0;
}

.banner-slider .banner-wrap.active .banner-caption {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-delay: 1s;
}

.banner-slider .banner-wrap.active img {
  opacity: 0.9;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  right: 0 !important;
  top: 50% !important;
  width: 20px;
  height: auto;
  width: 4%;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  transform: translate(-50%, -50%) !important;
}

.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: transparent !important;
  border: 2px solid #fff;
}

.lSSlideOuter .lSPager.lSpg > li a {
  width: 15px;
  height: 15px;
  display: block;
  margin: 12px 8px;
  background-color: #fff;
  position: relative;
  overflow: visible;
}

.lSSlideOuter .lSPager.lSpg > li a:hover {
  background-color: transparent !important;
  border: 2px solid #fff;
}

.lSSlideOuter .lSPager.lSpg > li a::before {
  width: 15px;
  right: 30px;
  height: 1px;
  top: 50%;
  background-color: #fff;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.lSSlideOuter .lSPager.lSpg > li a:hover:before {
  width: 30px;
}

.lSSlideOuter .lSPager.lSpg > li a::after {
  width: 120px;
  right: 35px;
  height: 20px;
  bottom: 100%;
  content: "Atrium Terrace";
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-indent: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(20px, 0px);
  -moz-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  -o-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
  opacity: 0;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: transparent;
  border: 2px solid #8EBF26;
  width: 20px;
  height: 20px;
}

.lSSlideOuter .lSPager.lSpg > li.active a::before {
  width: 120px;
  right: 30px;
  height: 1px;
  top: 50%;
  background-color: #8EBF26;
  content: "";
  position: absolute;
}

.lSSlideOuter .lSPager.lSpg > li.active a::after {
  width: 155px;
  right: 35px;
  height: 20px;
  bottom: 100%;
  content: "Araştırma & Analiz";
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-indent: 100%;
  display: block;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg > li:nth-child(1) a:after {
  content: "Research & Analysis";
}

.lSSlideOuter .lSPager.lSpg > li:nth-child(2) a:after {
  content: "Investment";
}

.lSSlideOuter .lSPager.lSpg > li:nth-child(3) a:after {
  content: "Participation in Management";
}

.lSSlideOuter .lSPager.lSpg > li:nth-child(4) a:after {
  content: "Solution Partnership";
}

.lSSlideOuter .lSPager.lSpg > li:nth-child(5) a:after {
  content: "Consultancy";
}

@keyframes bounceArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

.arrow-scroll {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  width: 50px;
  z-index: 1;
  margin-left: -25px;
  margin-top: 40px;
  -webkit-animation: bounceArrow 2.4s cubic-bezier(0.7, 0, 0.3, 1) infinite;
  animation: bounceArrow 2.4s cubic-bezier(0.7, 0, 0.3, 1) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  visibility: visible;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  color: #fff important;
  font-size: 20px;
  background-color: transparent;
  z-index: 50;
}

.arrow-scroll::before {
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 100%;
}

.arrow-scroll i {
  color: #fff !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #banner {
    z-index: 94;
  }
  #banner .banner-counter {
    display: none;
  }
  #banner .lSAction {
    bottom: 20px;
  }
  .banner-slider .banner-wrap.active .banner-caption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner-slider .banner-wrap .banner-caption {
    top: 0;
    left: 0;
    padding: 50px 25px;
    width: auto;
    height: auto;
    left: auto;
    bottom: auto;
    transform: none !important;
  }
  .banner-slider .banner-wrap .banner-caption h1 {
    font-size: 40px;
  }
}

@media (min-width: 64em) {
  #banner .lSAction {
    top: 80%;
    width: 90px;
    display: inline-block;
  }
}

@media (min-width: 48em) {
  #banner .lSAction {
    top: 80%;
    width: 90px;
    display: inline-block;
	z-index:9;
  }
}

@media screen and (max-width: 480px) {
  #banner .lSSlideOuter .lSPager.lSpg {
    display: none;
  }
  #banner .lSAction {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    display: inline-block;
  }
  .banner-slider {
    min-height: 300px;
  }
  .banner-slider .banner-wrap.active .banner-caption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .banner-slider .banner-wrap img {
    height: 300px;
    width: auto;
    position: relative;
    left: -20%;
  }
  .banner-slider .banner-wrap .banner-caption {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 25px;
    height: auto;
    bottom: auto;
    transform: none !important;
    text-align: center;
  }
  .banner-slider .banner-wrap .banner-caption h1 {
    font-size: 26px;
  }
  .banner-slider .banner-wrap .banner-caption h2 {
    font-size: 5vw;
    font-weight: normal;
  }
  .banner-slider .banner-wrap .banner-caption .banner-detail {
    height: auto;
    padding: 5px 20px;
    line-height: 30px;
    font-size: 13px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .owl-home-proje .owl-nav, .owl-home-proje .lSAction, .home-project .owl-nav, .home-project .lSAction {
    bottom: 100px;
  }
  .proje-links-wrap {
    margin-top: 0;
  }
  .box-1 {
    width: 80px;
  }
  .box-11 {
    width: calc(100% - 80px);
  }
  .home-title1 {
    margin-bottom: 30px;
  }
  .home-project {
    min-height: 0;
  }
}

.static-banner-1 {
  min-height: 460px;
  position: relative;
  background-color: #1d1819;
  padding: 70px 20px;
  color: #fff;
  padding-top: 150px;
  margin-bottom: 30px;
  z-index: 20;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .static-banner-1 {
    min-height: 350px;
    padding: 0;
    padding-top: 0;
  }
  .static-banner-1 .static-title {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    padding: 20px 0;
    padding-bottom: 0;
  }
  .static-banner-1 .static-banner-menu {
    margin: 0 !important;
  }
}

.static-banner-1 .arrow-scroll {
  z-index: 40;
  bottom: 30px;
  top: auto;
}

.static-banner-1.kurumsal {
  background: url(/r3/images/kurumsal-banner.jpg) no-repeat top center;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .static-banner-1.kurumsal {
    background: url(/r3/images/kurumsal-banner2.jpg) no-repeat top center;
  }
}

.static-banner-1.news-static {
  background: url(/r3/images/news-static.jpg) no-repeat top right;
  background-attachment: fixed;
}



.static-banner-1.contact::before {
  display: none;
}

.static-banner-1.contact {
  margin-bottom: 0;
}

.static-banner-1 .static-banner-menu {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.static-banner-1 .static-banner-menu li {
  display: block;
}

.static-banner-1 .static-banner-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 2em;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  letter-spacing: -0.7px;
  opacity: 0.8;
}

.static-banner-1 .static-banner-menu li a:before {
  width: 20px;
  height: 1px;
  background-color: #fff;
  content: "";
  left: -5px;
  top: 49%;
  position: absolute;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media screen and (max-width: 768px) {
  .static-banner-1 .static-banner-menu li a:before {
    left: 50px;
  }
}

.static-banner-1 .static-banner-menu li a:hover {
  color: #fff;
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  opacity: 1;
}

.static-banner-1 .static-banner-menu li a:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}

.static-banner-1 .static-banner-menu li a .sep {
  display: none;
}

@media screen and (max-width: 991px) {
  .static-banner-1 .static-banner-menu {
    position: relative;
    width: 100%;
    margin: 30px 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
  .static-banner-1 .static-banner-menu li {
    display: inline;
  }
  .static-banner-1 .static-banner-menu li a {
    display: inline-block;
    width: auto;
    margin: 0 10px;
  }
}

.static-banner-1 .static-title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 600;
  padding: 40px 0;
}

.static-banner-1 .static-title .title-text {
  position: relative;
  display: inline-block;
}

.static-banner-1 .static-title .title-text::before {
  width: 0px;
  height: 0px;
  background-color: #fff;
  bottom: -20px;
  left: -40px;
  content: "";
  position: absolute;
}

.static-banner-1 .static-title .title-text::after {
  height: 0px;
  width: 0px;
  background-color: #fff;
  bottom: -40px;
  left: -20px;
  content: "";
  position: absolute;
}

.static-banner-1 .static-title .title-text .slogan {
  background: url(/r3/images/sprite.png) no-repeat -242px 0;
  width: 342px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 80px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .static-banner-1 .static-title .title-text .slogan {
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.static-banner-1 .static-title .title-text .slogan.with-text {
  background-image: none;
  font-size: 20px;
  left: 70px;
  width: 150px;
  display: block;
  height: auto;
}

.about-slogan {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .about-slogan {
    min-height: 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 768px) {
  .about-slogan::after {
    right: 40px;
    top: -2px;
  }
}

@media screen and (max-width: 991px) and (max-width: 768px) {
  .about-slogan {
    padding: 0;
    padding-bottom: 20px;
  }
}

.about-slogan .slogan {
  padding: 100px 0 50px 40px;
  position: relative;
  width: 70%;
  margin: 20px auto;
}

@media screen and (max-width: 991px) {
  .about-slogan .slogan {
    padding: 80px 20px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .about-slogan .slogan {
    padding: 80px 20px;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .about-slogan .slogan {
    width: 80%;
    margin-left: 20%;
  }
}

.about-slogan .slogan .slogan-text {
  color: #8EBF26;
  font-size: 48px;
  font-weight: normal;
  font-stretch: condensed;
  font-weight: 600;
  line-height: 1.3em;
}

.about-slogan .slogan .slogan-text .color {
  color: #1d1819;
}

@media screen and (max-width: 991px) {
  .about-slogan .slogan .slogan-text {
    font-size: 28px;
  }
}

.about-slogan .slogan .line1::before, .about-slogan .slogan .line2::before, .about-slogan .slogan .line3::before, .about-slogan .slogan .line4::before {
  width: 5px;
  background-color: #8EBF26;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

@media screen and (max-width: 991px) {
  .about-slogan .slogan .line1::before, .about-slogan .slogan .line2::before, .about-slogan .slogan .line3::before, .about-slogan .slogan .line4::before {
    height: 300px;
    width: 3px;
  }
}

@media screen and (max-width: 991px) {
  .about-slogan .slogan .line2::before {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .about-slogan .slogan .line2::before {
    height: 200px;
    top: 100px;
  }
}

.about-slogan .slogan .line1, .about-slogan .slogan .line2, .about-slogan .slogan .line3, .about-slogan .slogan .line4 {
  animation-name: line-animation1;
  animation-duration: 20s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

.about-slogan .slogan .line2::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.about-slogan .slogan .line3::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  height: 100px;
}

.about-slogan .slogan .line4::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  height: 100px;
  left: 100px;
}

.about-slogan .radial-link {
  color: #fff;
  position: relative;
  margin: 20px auto;
  text-align: center;
  display: block;
  padding-top: 80px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.about-slogan .radial-link span {
  position: relative;
}

.about-slogan .radial-link span::before {
  width: 25px;
  background-color: #fff;
  height: 1px;
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
}

.about-slogan .radial-link::before {
  background-color: #fff;
  width: 1px;
  height: 180px;
  bottom: 40px;
  left: 50%;
  content: "";
  position: absolute;
}

.about-slogan .radial-link::after {
  background-color: #fff;
  width: 10px;
  height: 10px;
  bottom: 220px;
  left: 50%;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-left: -4px;
  margin-top: 5px;
  box-shadow: 0 0 0 0 #fff6aa;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@media screen and (max-width: 991px) {
  .about-slogan .radial-link::before {
    height: 140px;
  }
  .about-slogan .radial-link::after {
    bottom: 180px;
  }
}

.about-slogan .rotate-link1 {
  -moz-transform-origin: 0 50%;
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform-origin: 0 50%;
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform-origin: 0 50%;
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 0%;
  transform: rotate(-90deg) translate(-50%, 100%);
  position: absolute;
  bottom: 0;
  height: 2em;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 2em;
  color: #1d1819;
  left: 20px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  height: 60px;
  left: -10px;
  top: -40px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: auto;
}

@media screen and (max-width: 991px) {
  .about-slogan .rotate-link1 {
    left: -40px;
  }
}

.align-center {
  text-align: center;
}

.static-content-menu {
  display: inline-block;
  margin: 40px auto;
  position: relative;
}

.static-content-menu::before {
  width: 1px;
  height: 90px;
  background-color: #8EBF26;
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
}

.static-content-menu li {
  display: block;
  width: auto;
  text-align: right;
}

.static-content-menu li a {
  color: #1d1819;
  display: inline-block;
  line-height: 1.3em;
  padding: 6px 0;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 500;
}

.static-content-menu li:hover a {
  color: #8EBF26;
  -webkit-transform: translate3d(10px, 0px, 0);
  -moz-transform: translate3d(10px, 0px, 0);
  -ms-transform: translate3d(10px, 0px, 0);
  -o-transform: translate3d(10px, 0px, 0);
  transform: translate3d(10px, 0px, 0);
}

.static-content-menu li .sep {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .static-content-menu {
    position: relative;
    width: 100%;
    margin: 30px 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
  .static-content-menu li {
        display: block;
    width: 100%;
    text-align: center
  }
  .static-content-menu li a {
    display: inline-block;
  }
}

.about-text {
  position: relative;
  padding: 0  80px 0 30px;
  margin-bottom: 0px;
}

.about-text::before {
  width: 1px;
  height: 120%;
  top: -20%;
  background-color: #e2e2e2;
  content: "";
  position: absolute;
  left: 0;
  z-index:1;
}

@media screen and (max-width: 768px) {
  .about-text {
    padding: 0 30px;
  }
}

.about-text .title2 {
  font-size: 18px;
  color: #8EBF26;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 10px;
  line-height:1.6em;
}

.about-text .title2 span {
  position: relative;
}

.about-text .title2 span::before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  left: -37px;
  top: 5px;
  background-color: #8EBF26;
  z-index:12;
}

.about-text p {
  line-height: 1.6em;
}


#contact {
  position: relative;
}

#contact .contact-info {
  text-align: left;
  padding: 30px 20px;
  position: relative;
}

#contact .contact-info .title {
  font-size: 24px;
  color: #8EBF26;
  font-weight: 600;
  margin-bottom: 20px;
}

#contact .contact-info ul {
  list-style: none;
  max-width: 60%;
}

@media screen and (max-width: 480px) {
  #contact .contact-info ul {
    max-width: 75%;
  }
}

#contact .contact-info ul li a {
  line-height: 1.8em;
  margin: 10px auto;
  display: block;
  font-size: 16px;
  position: relative;
  text-align: left;
  letter-spacing: -1px;
}

#contact .contact-info ul li a i {
  font-size: 35px;
  color: #8EBF26;
  display: block;
  height: 80px;
  line-height: 40px;
  float: left;
  margin-top: -45px;
  top: 40px;
  position: relative;
  margin-right: 15px;
}

#contact .contact-info ul li a span {
  font-size: 24px;
  font-weight: 600;
}

.contact-info-wrap {
  position: relative;
}

.contact-info-wrap .call-form {
  position: absolute;
  width: 200px;
  background: #8EBF26;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 33;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  bottom: 0;
  text-align: center;
  padding: 6px 20px;
}

.contact-page-form {
  background-color: #222;
  padding: 20px 10%;
  z-index: 90;
}

.contact-page-form .input-wrap {
  position: relative;
}

.contact-page-form .input-wrap input {
  height: 63px;
  background-color: transparent;
  border: 1px solid #7d7d7d;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-page-form .input-wrap input:focus {
  box-shadow: 0 0 5px 2px rgba(212, 177, 131, 0.129);
  border: 1px solid #8EBF26;
}

.contact-page-form .input-wrap input[type="text"].valid ~ label,
.contact-page-form .input-wrap input[type="text"]:focus ~ label {
  top: -45px;
  padding: 0 0px;
  left: 10px;
}

.contact-page-form .input-wrap label {
  position: absolute;
  left: 20px;
  line-height: 60px;
  top: 0;
  color: #999;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  pointer-events: none;
}

.contact-form1 {
  margin: 20px 0 20px 0;
}

.contact-form1 .title3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-form1 .form-text {
  color: #e2e2e2;
  margin-bottom: 20px;
  display: block;
}

.my-select {
  height: 60px;
  width: 100%;
  border: 1px solid #8EBF26;
  color: #fff;
  background-color: #000;
  padding: 0 20px;
}

.submit-wrap1 {
  display: block;
  position: relative;
  z-index: 5;
  width: 300px;
  overflow: hidden;
}

.submit-wrap1::after {
  width: 0px;
  height: 0px;
  background-color: #35302c;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -30px;
  top: -10px;
  pointer-events: none;
  content: "";
}

.contact-button {
  line-height: 72px;
  background-color: #8EBF26;
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  text-align: center;
  margin: 20px 0;
  display: block;
  border: 0;
  outline: 0;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-weight: 600;
}

.contact-button:hover {
  background-color: #1d1819;
  border: 1px solid #5e5e5e;
}


.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1.4em 0;
  vertical-align: top;
}

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  -webkit-appearance: none;
  height: 60px;
}

textarea.input__field {
  width: 100%;
  height: 160px;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
  font-size: 150%;
}

.input__field--yoshiko {
  width: 100%;
  background-color: transparent;
  border: 1px solid #6f6f6f;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}

.input__label--yoshiko {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  overflow: hidden;
  padding: 0 1.25em;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 14px;
  font-weight: normal;
}

.input__label-content--yoshiko {
  color: #8B8C8B;
  padding: 0.25em 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko::after {
  content: attr(data-content);
  position: absolute;
  font-weight: 800;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  color: #8EBF26;
  padding: 0.25em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
}

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
  background-color: transparent;
  border-color: #8EBF26;
}

.lg-close {
  background-color: #8EBF26;
  color: #fff !important;
}

.proje-catalog {
  position: relative;
  width: 100%;
  background: url(/r3/images/pattern3.png) #fff;
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  .proje-catalog {
    margin-bottom: 10px;
  }
}

.proje-catalog .catalog-img {
  position: absolute;
  right: 0;
  top: -80px;
  display: inline-block;
  animation: baret 5s;
  animation-iteration-count: infinite;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
}

.proje-catalog .catalog-img img {
  width: 500px;
  height: auto;
}

.proje-catalog .catalog-inner {
  padding: 10px 5%;
  width: 100%;
  margin: 0 auto;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.proje-catalog .catalog-inner::before {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: url(/r3/images/pattern3.png) #2c2c2c;
  position: absolute;
  top: 50px;
  right: -10%;
  content: "";
}

.proje-catalog .catalog-inner h3 {
  font-size: 4vw;
}

.proje-catalog .catalog-inner .link {
  display: block;
}

.proje-catalog .catalog-inner i {
  display: block;
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .proje-catalog {
    overflow: hidden;
    margin-top: 0;
  }
  .proje-catalog::before {
    width: 800px;
    height: 800px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: url(/r3/images/pattern3.png) #2c2c2c;
    position: absolute;
    top: 70%;
    right: -10%;
    content: "";
  }
  .proje-catalog .catalog-inner {
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  .proje-catalog .catalog-inner::before {
    display: none;
  }
  .proje-catalog .catalog-inner h3 {
    font-size: 8vw;
  }
  .proje-catalog .catalog-img {
    position: relative;
    right: 0;
    top: 0%;
    display: block;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    margin: 0 auto;
    text-align: center;
  }
  .proje-catalog .catalog-img img {
    width: 400px;
    height: auto;
  }
}



.proje-detay-top {
  width: 100%;
  height: 88vh;
  padding: 200px 100px;
  background-size: 100% auto;
  background-color: #1d1819;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  background-position: center center;
  background-attachment: scroll;
}

@media (min-width: 480px) and (max-width: 990px) {
  .proje-detay-top {
    background-size: 100% 100% !important;
    background-position: center center !important;
  }
}

.proje-detay-top .proje-logo {
  width: 600px;
  margin: 2vw 0;
}

@media screen and (max-width: 768px) {
  .proje-detay-top .proje-logo {
    width: 75%;
  }
}

.proje-detay-top::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background-color: #1d1819;
  opacity: 0.3;
}

.proje-detay-top .proje-detay-caption {
  position: relative;
  height: auto;
  width: auto;
  color: #fff;
}

.proje-detay-top .proje-detay-caption h1 {
  font-size: 6vw;
  font-weight: normal;
  margin: 10px 0;
}

.proje-detay-top .proje-detay-caption h1 span {
  font-weight: bold;
}

.proje-detay-top .proje-detay-caption h2 {
  font-size: 35px;
  font-weight: normal;
  letter-spacing: -1px;
}

.proje-detay-top .proje-detay-caption .text1 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .proje-detay-top .proje-detay-caption .text1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .proje-detay-top {
    background-size: auto 110%;
    max-height: 400px;
    padding: 50px 50px;
    min-height: 350px;
    background-position: 80% center !important;
    background-attachment: scroll;
    height: auto;
  }
  .proje-detay-top .proje-detay-caption h1 {
    font-size: 40px;
  }
}

@media (min-width: 1367px) {
  .proje-detay-top .proje-detay-caption h1 {
    font-size: 6vw;
  }
  .proje-detay-top .proje-detay-caption h2 {
    font-size: 3vw;
    font-weight: normal;
  }
  .proje-detay-top .proje-detay-caption .text1 {
    font-size: 1.3vw;
    font-weight: 500;
  }
}

.talep-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1em;
  padding: 25px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.4px;
  width: 180px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.talep-btn i {
  font-weight: 400;
  font-size: 40px;
  width: 50px;
  height: 35px;
  float: left;
  top: 5px;
  position: relative;
}

.talep-btn:hover, .talep-btn:focus, .talep-btn:active {
  color: #fff;
  width: 185px;
}

#talep {
  position: relative;
  z-index: 80;
  text-align: center;
}

#talep.contact-page-form {
  background-color: transparent;
  padding: 50px 10%;
  z-index: 90;
}

#talep.contact-page-form .form-text {
  color: #1d1819;
}

#talep.contact-page-form .title3 {
  font-size: 4vw;
  color: #8EBF26;
}

@media screen and (max-width: 768px) {
  #talep.contact-page-form .title3 {
    font-size: 24px;
  }
}

#talep.contact-page-form .input__field {
  height: 80px;
  color: #1d1819;
  font-weight: 500;
  font-size: 15px;
}

#talep.contact-page-form .input__label--yoshiko {
  bottom: 90%;
}

#talep.contact-page-form .submit-wrap1 {
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 400px;
  overflow: hidden;
  max-width: 100%;
}

#talep.contact-page-form .submit-wrap1::after {
  background: url(/r3/images/body-pattern1.png) #fff;
}

#talep.contact-page-form textarea {
  padding: 0 15px;
  width: 100%;
  resize: none;
}

.news-list .news-list-wrap {
  position: relative;
  margin: 25px auto;
  padding: 25px 0;
  border-bottom: 1px solid #e2e2e2;
}

.news-list .news-list-wrap .news-list-text .date {
  color: #8EBF26;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 25px;
  border-bottom: 1px solid #8EBF26;
}

.news-list .news-list-wrap .news-list-text .news-list-title {
  font-size: 30px;
  letter-spacing: -2px;
  color: #1d1819;
  margin: 25px 0;
  display: block;
}

.news-list .news-list-wrap .news-list-text p {
  font-weight: 500;
  color: #746e6e;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.news-list .news-list-wrap .news-list-text .detail {
  border: 1px solid #e2e2e2;
  line-height: 45px;
  display: inline-block;
  padding: 2px 30px;
  color: #31261d;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 3;
}

.news-list .news-list-wrap .news-list-text .detail:hover {
  color: #fff;
}

.news-list .news-list-wrap .news-list-text .detail::before {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #1d1819;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.news-list .news-list-wrap .news-list-text .detail:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}

.news-list .news-list-wrap .news-list-img {
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #1d1819;
}

.news-list .news-list-wrap .news-list-img img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.news-list .news-list-wrap .news-list-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

.news-list .news-list-wrap .news-list-img::before {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -40px;
  top: -40px;
  content: "";
  background: url(../img/body-pattern1.png) #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.news-list .news-list-wrap .news-list-img::after {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -40px;
  bottom: -40px;
  content: "";
  background: url(../img/body-pattern1.png) #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.static-banner-2 {
  height: 300px;
  position: relative;
  background-color: #4d4d4d;
  padding: 70px 20px;
  color: #fff;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .static-banner-2 {
    padding-top: 30px;
  }
  .static-banner-2 .static-title {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    padding: 20px 0;
    padding-bottom: 0;
  }
  .static-banner-2 .static-banner-menu {
    margin: 0 !important;
  }
}

.static-banner-2 .arrow-scroll {
  z-index: 40;
  bottom: 30px;
  top: auto;
}

.static-banner-2.kurumsal {
  background: url(/r3/images/kurumsal-banner.jpg) no-repeat top right;
  background-attachment: fixed;
}

.static-banner-2::before {
  width: 100%;
  height: 60px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 10;
  background: url(/r3/images/body-pattern1.png) repeat #fff;
}

.static-banner-2.contact::before {
  display: none;
}

.static-banner-2.contact {
  margin-bottom: 0;
}

.static-banner-2 .static-banner-menu {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.static-banner-2 .static-banner-menu li {
  display: block;
}

.static-banner-2 .static-banner-menu li a {
  color: #fff;
  display: block;
  line-height: 1.6em;
  padding: 6px 0;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.static-banner-2 .static-banner-menu li:hover a {
  padding-right: 10px;
  color: #8EBF26;
}

.static-banner-2 .static-banner-menu li .sep {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .static-banner-2 .static-banner-menu {
    position: relative;
    width: 100%;
    margin: 30px 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
  .static-banner-2 .static-banner-menu li {
    display: inline;
  }
  .static-banner-2 .static-banner-menu li a {
    display: inline-block;
  }
}

.static-banner-2 .static-title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 600;
  padding: 40px 0;
}

.static-banner-2 .static-title .title-text {
  position: relative;
  display: inline-block;
}

.static-banner-2 .static-title .title-text::before {
  width: 95px;
  height: 2px;
  background-color: #fff;
  bottom: -20px;
  left: -40px;
  content: "";
  position: absolute;
}

.static-banner-2 .static-title .title-text::after {
  height: 112px;
  width: 2px;
  background-color: #fff;
  bottom: -40px;
  left: -20px;
  content: "";
  position: absolute;
}

.static-banner-2 .static-title .title-text .slogan {
  background: url(../img/sprite.png) no-repeat -242px 0;
  width: 342px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 80px;
  font-weight: normal;
}

.static-banner-2 .static-title .title-text .slogan.with-text {
  background-image: none;
  font-size: 20px;
  left: 70px;
  width: 150px;
  display: block;
  height: auto;
}

.form-elements .form-control {
  height: 50px;
  padding: 6px 12px;
  width: 100%;
  color: #555;
  background-color: transparent;
  border-radius: 0;
}



nav.cat {
  display: none;
}

nav.cat select {
  background-color: #8EBF26;
  font-weight: 600;
  color: #fff;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  nav.cat {
    display: block;
  }
}

.map-mobile-links {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  border: 0;
  outline: 0;
  background-color: #8EBF26;
  color: #fff;
}

.mobile-maps {
  margin-top: 80px;
  display: none;
}

.mobile-maps.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
}

@media screen and (max-width: 768px) {
  .mobile-maps {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .mobile-maps {
    display: block;
  }
}

.mobile-maps .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #8EBF26;
  text-align: center;
  border: 0;
}

.mobile-maps .dropdown-menu li a {
  display: block;
  color: #fff;
  line-height: 1.8em;
  padding: 10px 20px;
  border-bottom: 1px solid #f46e1a;
  border-top: 1px solid #d2570a;
}

.mobile-maps .dropdown-menu li a:hover {
  background-color: #1d1819;
}

.marker-detail {
  display: none;
}

.projects-map {
  width: 100%;
  position: relative;
  background-color: #e2e2e2;
  min-height: 600px;
}

.projects-map #map {
  width: calc(100% - 360px);
  float: left;
  height: 650px;
}

@media (min-width: 1367px) {
  .projects-map #map {
    width: calc(100% - 430px);
  }
}

@media screen and (max-width: 991px) {
  .projects-map #map {
    width: 100%;
  }
}

.projects-map .side-bar {
  position: relative;
  width: 360px;
  height: 650px;
  background-color: #1d1819;
  left: 0;
  top: 0;
  padding: 25px 10px;
  z-index: 20;
  float: left;
}

@media (min-width: 1367px) {
  .projects-map .side-bar {
    width: 430px;
  }
}

@media screen and (max-width: 991px) {
  .projects-map .side-bar {
    display: none;
  }
}

.projects-map .side-bar .map-title {
  font-family: "Averta";
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1px;
  margin: 40px 0 20px 0;
  display: inline-block;
  text-align: right;
  width: auto;
  text-transform: uppercase;
}

.projects-map .side-bar .map-title span {
  font-size: 35px;
}

.projects-map .side-bar .map-links {
  list-style: none;
}

.projects-map .side-bar .map-links li {
  position: relative;
  display: block;
  border-bottom: 1px solid #353232;
  border-top: 1px solid #0a0a0a;
}

.projects-map .side-bar .map-links li::before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 24px;
  border: 1px solid #8EBF26;
  content: "";
}

.projects-map .side-bar .map-links li.selected:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.projects-map .side-bar .map-links li::after {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 15px;
  top: 29px;
  background-color: #8EBF26;
  content: "";
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.projects-map .side-bar .map-links li.selected a::after, .projects-map .side-bar .map-links li.selected a::before {
  opacity: 1;
}

.projects-map .side-bar .map-links li a {
  color: #fff;
  line-height: 1.5em;
  padding: 18px 10px 18px 45px;
  position: relative;
  margin: 5px 0;
  display: inline-block;
  width: auto;
}

.projects-map .side-bar .map-links li a::before {
  width: 40px;
  height: 1px;
  background-color: #8EBF26;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  opacity: 0;
}

.projects-map .side-bar .map-links li a::after {
  width: 20px;
  height: 20px;
  border: 1px solid #8EBF26;
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: -10px;
  border-left: 0;
  border-bottom: 0;
  opacity: 0;
}

.projects-map .side-bar .map-links li a::after, .projects-map .side-bar .map-links li a::before {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.projects-map .map-detail {
  position: absolute;
  right: 0;
  width: 250px;
  height: 100%;
  top: 0;
  background-color: #fff;
  text-align: center;
}

.projects-map .map-detail .map-close {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #8EBF26;
  width: 45px;
  height: 45px;
  display: block;
}

.projects-map .map-detail .map-close::after {
  color: #fff;
  position: relative;
  content: "x";
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  width: 45px;
  text-align: center;
  display: block;
}

.projects-map .map-detail .map-name {
  line-height: 2em;
  color: #fff;
  letter-spacing: -0.5px;
  display: block;
  margin-bottom: 10px;
  background-color: #8EBF26;
  margin-top: 0;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 600;
}

.projects-map .map-detail .map-slogan {
  font-weight: normal;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 15px;
}

.projects-map .map-detail .map-btn-1, .projects-map .map-detail .map-btn-2 {
  background-color: #1d1819;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 12px 0px;
  line-height: 2em;
  margin: 6px 0;
  width: 90%;
}

.projects-map .map-detail .map-btn-2 {
  background-color: #fff;
  color: #222;
  border: 1px solid #999;
  position: relative;
  z-index: 2;
}

.projects-map .map-detail .map-btn-2:hover {
  color: #fff;
}

.projects-map .map-detail .map-btn-2:before {
  width: 100%;
  height: 0;
  background-color: #1d1819;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  z-index: -1;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.projects-map .map-detail .map-btn-2:hover:before {
  height: 100%;
  bottom: auto;
  top: 0;
}

.proje-page {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .proje-page {
    margin-top: 0;
  }
}

.location {
  overflow: hidden;
}

.location .col-md-4, .location .col-md-8 {
  padding: 0;
  position: relative;
}

.location .location-map #map {
  height: 520px;
}

.location .location-info {
  z-index: 10;
  background-color: #363636;
  color: #fff;
  min-height: 520px;
}

.location .location-info:before {
  width: 100%;
  background-color: inherit;
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 100%;
  -webkit-transform: skewX(12deg);
  -moz-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  -o-transform: skewX(12deg);
  transform: skewX(12deg);
  left: -60px;
  content: "";
  border-left: 6px solid #fefefe;
}

.location .location-info::after {
  font-family: Flaticon;
  font-style: normal;
  content: "\f12e";
  position: absolute;
  z-index: 1;
  background-color: transparent;
  font-size: 350px;
  right: -20px;
  bottom: 0%;
  color: #535353;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: 0.3;
}

.location .location-info .info-wrap {
  position: relative;
  z-index: 2;
  padding: 50px 20px;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: -0.5px;
  padding-top: 100px;
}

.location .location-info .info-wrap ul {
  list-style: none;
  display: block;
  margin-bottom: 50px;
}

.location .location-info .info-wrap ul li {
  position: relative;
  padding-left: 60px;
}

.location .location-info .info-wrap ul li::before {
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 20px;
  top: 50%;
  margin-top: -1px;
  content: "";
  position: absolute;
}

.location .location-info .info-wrap ul li .p-color {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
  color: #f9af61;
}

.location .location-info .info-wrap ul li span {
  color: #f9af61;
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}

.location .location-info .info-wrap .location-adress {
  margin-top: 60px;
  font-size: 16px;
}

.single-title {
  width: 100%;
  display: block;
  margin: 50px 0 30px 0;
  font-size: 40px;
  color: #1d1819;
  line-height: 1.6em;
  font-weight: 600;
  position: relative;
  letter-spacing: -2px;
  padding-left: 25px;
}

.single-title:before {
  width: 100px;
  height: 100px;
  top: -17px;
  left: 0;
  border: 3px solid #8EBF26;
  border-right: 0;
  content: "";
  position: absolute;
}

@media screen and (max-width: 768px) {
  .single-title {
    font-size: 30px;
    margin: 50px 0 50px 0;
  }
  .single-title::before {
    border-width: 4px;
    height: 80px;
  }
}


.cat-list {
  margin: 50px 0;
}

.cat-list .cat-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.cat-list .cat-wrap::before {
  width: 10px;
  height: 150px;
  left: -10px;
  background-color: #8EBF26;
  content: "";
  top: 0;
  position: absolute;
}

.cat-list .cat-wrap::after {
  height: 10px;
  width: 150px;
  bottom: 100%;
  background-color: #8EBF26;
  content: "";
  left: -10px;
  position: absolute;
}

.cat-list .cat-wrap a {
  display: block;
}

.cat-list .cat-wrap a img {
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.16);
}

.cat-list .cat-wrap a .name {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 18px;
  color: #222;
  line-height: 3em;
  margin: 10px 0;
  border: 1px solid #333;
  position: relative;
  display: block;
  padding: 5px 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.cat-list .cat-wrap a .name:hover {
  color: #fff;
  border: 1px solid transparent;
}

.cat-list .cat-wrap a .name:before {
  width: 100%;
  height: 0;
  background-color: #222;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  z-index: -1;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.cat-list .cat-wrap a .name:hover:before {
  height: 100%;
  bottom: auto;
  top: 0;
}

.news-img-wrap {
  padding: 0;
}

.news-img-wrap a {
  border: 3px solid #f7f1ee;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  display: block;
}

.detail-summary {
  font-size: 20px;
  font-weight: 500;
  color: #999;
  letter-spacing: -1px;
}

.single1-title {
  font-size: 40px;
  color: #8EBF26;
  letter-spacing: -2px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .single1-title {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

.panel-footer {
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin: 20px 0;
}

.white-form .col-md-4, .white-form .col-md-6, .white-form .col-md-3, .white-form .col-md-12 {
  padding: 10px 8px;
}

.white-form .form-sub-title {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 500;
}

.white-form .form-title {
  font-size: 36px;
  padding: 0 10px;
  color: #333333;
  margin: 25px 0;
}

.white-form .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #afafaf;
  border-radius: 0;
  margin-bottom: 10px;
  line-height: 50px;
}

.white-form .form-section {
  padding: 30px 10px;
  border: 1px solid #eeeeee;
  background: #fff;
  margin: 0;
  color: #9b9b9b;
  border-bottom: 0;
}

.white-form label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.white-form select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
}

.white-form .white-form .col-md-4,
.white-form .white-form .col-md-3 {
  padding: 0 10px;
}

.white-form .select-3 select {
  width: 33%;
  padding: 5px;
}

.white-form .file-upload {
  position: relative;
  display: inline-block;
}

.white-form .file-upload__label {
  display: block;
  padding: 1.15em 2em;
  color: #fff;
  background: #222;
  transition: background .3s;
  width: 250px;
  display: inline-block;
  text-align: center;
}

.white-form .my-button {
  padding: 1em 2em;
  color: #fff;
  background: #8EBF26;
  transition: background .3s;
  width: 250px;
  display: inline-block;
  text-align: center;
  border: 0;
  outline: 0;
  font-weight: 600;
}

.white-form .file-upload__label:hover {
  cursor: pointer;
  background: #000;
}

.white-form .file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.video-list1 {
  text-align: center;
}

.video-list1 .video-wrap1 {
  display: inline-block;
  position: relative;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.36, 0.69, 0.45, 0.88);
}

.video-list1 .video-wrap1:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

.video-list1 .video-wrap1:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.video-list1 .video-wrap1:hover i {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #fff;
  color: #8EBF26;
}

.video-list1 .video-wrap1 img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transition-timing-function: cubic-bezier(0.36, 0.69, 0.45, 0.88);
}

.video-list1 .video-wrap1 i {
  color: #fff;
  background: transparent;
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 0;
  font-size: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 85px;
  right: 0;
  margin: 0 auto;
  margin-top: -45px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transition-timing-function: cubic-bezier(0.36, 0.69, 0.45, 0.88);
}

@media screen and (max-width: 768px) {
  .fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 100%;
    height: 80%;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    overflow: visible;
    background: #fff;
  }
}


.t-center {
  text-align: center;
}

.t-center .logo-wrap {
  padding: 50px 20px;
  border: 1px solid #e2e2e2;
  display: block;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.t-center .logo-wrap:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.t-center .logo-wrap::before {
  content: "\f019";
  position: absolute;
  font-family: FontAwesome;
  font-size: 18px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  color: #999;
}

.t-center .logo-wrap img {
  margin: 0 auto;
  max-width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  opacity: 0.4;
}

.t-center .logo-wrap:hover img {
  filter: grayscale(0%);
  filter: gray;
  -webkit-filter: grayscale(0%);
  filter: none;
  opacity: 1;
}

.t-center .logo-wrap .name {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -1px;
  display: block;
  padding: 10px 15px;
  opacity: 0.4;
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.t-center .logo-wrap:hover .name {
  transition: 1s ease;
  opacity: 1;
  color: #8EBF26;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

.loading-overlay {
  z-index: 9999;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.loading-overlay svg {
  height: 90px;
  left: 0%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .loading-overlay svg {
    height: 50px;
    margin-top: -25px;
  }
}

.a, .base, .arrow {
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.a {
  stroke-dasharray: 1750;
  stroke-dashoffset: 1750;
  animation-name: cloud;
  stroke: transparent;
}

.a {
  fill: none;
  stroke-width: 0.5;
}

@keyframes cloud {
  0% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 1750;
    fill: #ea600a;
    stroke: white;
  }
}

.base {
  stroke-dasharray: 750;
  stroke-dashoffset: 750;
  animation-name: base;
}

@keyframes base {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 750;
  }
}

.arrow {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 500;
  }
}

.loaded .loading-overlay {
  pointer-events: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.loaded .loading-overlay .proje-logo {
  max-width: 400px !important;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .loaded .loading-overlay .proje-logo {
    max-width: 150px !important;
    width: auto !important;
  }
}

textarea {
  resize: none;
  margin-bottom: 20px;
}

.my-checkbox {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  color: #b9b9b9;
  text-align: left;
}

.my-checkbox div {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #8EBF26;
  position: absolute;
  top: -3px;
  left: 0;
}

.my-checkbox div::after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  background: #8EBF26;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-timing-function: cubic-bezier(0.36, 0.69, 0.45, 0.88);
}

.my-checkbox input {
  display: none;
}

.my-checkbox .important-text {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.my-checkbox .small-text {
  font-size: 11px;
  font-weight: 400;
}

.my-checkbox input:checked + div::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.scroll-button {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-color: #8EBF26;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 60;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  box-shadow: 0 0px 4px 2px rgba(255, 255, 255, 0.3) inset;
}

@media screen and (max-width: 768px) {
  .scroll-button {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.scroll-button::after {
  width: 72px;
  height: 72px;
  top: -6px;
  left: -6px;
  background-color: rgba(234, 97, 11, 0.3);
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  animation: radial2 2s infinite;
  z-index: -1;
}

.scroll-button::before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: scroll-down 1s infinite;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.scroll-button:hover {
  background-color: #1d1819;
}

@keyframes radial2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(234, 97, 11, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(234, 97, 11, 0.4);
    -o-box-shadow: 0 0 0 0 rgba(234, 97, 11, 0.4);
    box-shadow: 0 0 0 0 rgba(234, 97, 11, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(234, 97, 11, 0);
    -moz-box-shadow: 0 0 0 20px rgba(234, 97, 11, 0);
    -o-box-shadow: 0 0 0 20px rgba(234, 97, 11, 0);
    box-shadow: 0 0 0 20px rgba(234, 97, 11, 0);
  }
}

@keyframes scroll-down {
  0% {
    top: 15px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}

.features {
  padding: 70px 40px;
  margin: 9vw 0;
  width: auto;
  position: relative;
}

.features .title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #1d1819;
  margin: 10px 0;
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

.features .title::before {
  width: 200px;
  height: 4px;
  background-color: #8EBF26;
  content: "";
  position: absolute;
  left: 0;
  top: 95%;
  right: 0;
  margin: 0 auto;
}

.features .title span {
  color: #8EBF26;
}

.features .slogan {
  font-weight: 500;
  font-size: 30px;
  color: #1d1819;
  letter-spacing: -1.2px;
  display: block;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .features {
    padding: 20px 15px;
  }
  .features .title {
    font-size: 7vw;
    letter-spacing: -1px;
  }
  .features .slogan {
    font-size: 5vw;
    letter-spacing: -0.5px;
  }
}

.features .slider-features .item-wrap {
  background-color: #1d1819;
  overflow: hidden;
  border-bottom: 1px solid #ffffff73;
  position: relative;
  border-right: 1px solid #ffffff80;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.features .slider-features .item-wrap .title10 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1.3px;
  width: calc(100% - 30px);
  opacity: 0.7;
}

.features .slider-features .item-wrap:hover .title10 {
  opacity: 1;
}

.features .slider-features .item-wrap img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.6;
}

.features .slider-features .item-wrap:hover img {
  -webkit-transform: scale(1.28);
  -moz-transform: scale(1.28);
  -ms-transform: scale(1.28);
  -o-transform: scale(1.28);
  transform: scale(1.28);
  opacity: 0.4;
}

