/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800&amp;display=swap");
@import url(../fonts/fontawesome/css/fontawesome.min.css);
@import url(../fonts/fontawesome/css/brands.min.css);
@import url(../fonts/fontawesome/css/solid.min.css);
@import url(../fonts/ionicons/css/ionicons.min.css);
@import url(../js/vegas/vegas.min.css);
@import url(animate.min.css);
@import url(swipebox.css);
/* BODY */
* {
  outline: none !important;
}
html,body{
    overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  background: #121318;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

/* LINKS */
a {
  color: #222327;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #222327;
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* CUSTOM CONTAINER */
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
/* SECTIONS */
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: #fff;
}

section {
  position: relative;
}

aside {
  position: relative;
}

/* FORM ELEMENTS */
input[type=text] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=email] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=search] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=password] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=submit] {
  height: 58px;
  border: none;
  background: #222327;
  color: #fff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
}

button[type=submit] {
  height: 58px;
  border: none;
  background: #222327;
  color: #fff;
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
}

textarea {
  max-width: 100%;
  height: 140px;
  border: 1px solid #eee;
  padding: 20px;
}

/* EQUALIZER */
.equalizer {
  width: 26px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

.equalizer span {
  background: #fff;
  width: 2px;
  height: 0px;
  bottom: 0;
  left: 0%;
  display: block;
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 8px;
}

.equalizer span:nth-child(2) {
  margin-left: 16px;
}

.equalizer span:nth-child(4) {
  margin-left: 24px;
}

.equalizer.paused span {
  height: 3px !important;
}

/* SPLITTING */
.splitting .word, .splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.animated .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

/* ODOMETER */
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: -5px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: 0;
}

/* PAGINATION */
.pagination {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.pagination .page-item {
  display: inline-block;
  margin-right: 10px;
}
.pagination .page-item .page-link {
  font-weight: 600;
  border-radius: 0 !important;
  font-size: 13px;
  color: #222327;
  line-height: 1;
  padding: 15px 30px;
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}

.reveal-effect > * {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}

.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
  background-color: #161619; /* #161619 */
}

.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}

/* SWIPER PAGINATION */
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: scale(0.4);
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  background: #0069a7;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  transition-delay: 0.6s;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1c1c1c;
  transition-delay: 0.3s;
}
.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.preloader .inner span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.preloader .inner figure {
  display: block;
  margin-bottom: 20px;
  transition-delay: 0.1s;
}
.preloader .inner figure img {
  height: 85px;
  transform: translateX(-7px);
}

/* PAGE LOADED */
.page-loaded .preloader {
  left: -100%;
}

.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}

.page-loaded .preloader .inner span {
  transform: translateY(20px);
  opacity: 0;
}

.page-loaded .preloader .layer {
  left: -100%;
}

.page-loaded .left-side {
  left: 0;
  opacity: 1;
}

.page-loaded .slider {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .page-header {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .all-cases-link {
  right: 30px;
}

/* PAGE TRANSTION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #0069a7;
}
.page-transition .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #1c1c1c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}
.page-transition.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.page-transition.active .layer {
  width: 100%;
}

/* SITE NAVIGATION */
.site-navigation {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: #0069a7;
  padding-left: 120px;
}
.site-navigation .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #161619;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
  background: url(../images/banner-1.jpg) #000;
}
.site-navigation .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  /* background: url(../images/bg-inv.jpg) #000; */
}
.site-navigation .inner ul {
  margin: 0;
  padding: 0;
  animation-duration: 1s;
}
.site-navigation .inner ul li {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
}
.site-navigation .inner ul li ul {
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}
.site-navigation .inner ul li ul li {
  display: block;
  margin: 0;
}
.site-navigation .inner ul li ul li a {
  font-size: 26px;
}
.site-navigation .inner ul li i {
  margin-left: 20px;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  transform: translateY(-5px);
  cursor: pointer;
}
.site-navigation .inner ul li small {
  width: 100%;
  display: block;
  color: #fff;
  opacity: 0.7;
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(-15px);
}
.site-navigation .inner ul li a {
  font-size: 36px;
  display: inline-block;
  font-weight: 800;
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-navigation .inner ul li a:hover {
  color: #0069a7;
  text-decoration: none;
}
.site-navigation.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.site-navigation.active .layer {
  width: 100%;
}
.site-navigation.active .inner {
  opacity: 1;
}

/* SECTION TITLES */
.section-title {
  /*  */
  margin-bottom: 80px;
  line-height: 1.4;
  font-size: 2.5vw;
  letter-spacing: 2px;
  font-weight: bolder;
}

/* SOCIAL MEDIA */
.social-media {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  background: #0069a7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.social-media .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #161619;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
  background: url(../images/bg3.png) #161619;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-media .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  text-align: center;
  width: 100%;
}
.social-media .inner h5 {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.social-media .inner ul {
  display: block;
  margin: 0;
  padding: 0;
}
.social-media .inner ul li {
  font-size: 2vw;
  display: inline-block;
  margin: 0 40px;
  padding: 0;
  list-style: none;
}
.social-media .inner ul li a {
  color: #fff;
}
.social-media .inner ul li a:hover {
  color: #0069a7;
  text-decoration: none;
}
.social-media.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.social-media.active .layer {
  width: 100%;
}
.social-media.active .inner {
  opacity: 1;
}

/* ALL CASES */
.all-cases {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  /* background: #0069a7; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* background: url(../images/bg-inv.jpg) #000; */
}
.all-cases .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/bg-fabrikalar.jpg) #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0.1; */
}
.all-cases .inner {
  position: relative;
  z-index: 2;
  padding-left: 220px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  width: 100%;
}
.all-cases .inner ul {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
.all-cases .inner ul li {
  font-size: 8vw;
  font-weight: 800;
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-cases .inner ul li a {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.all-cases .inner ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.all-cases.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.all-cases.active .layer {
  width: 100%;
}
.all-cases.active .inner {
  opacity: 1;
}

/* ALL CASES LINK */
.all-cases-link {
  position: absolute;
  right: -100%;
  top: 30px;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
}
.all-cases-link span {
  color: #fff;
  /* font-family: "Fjalla One", sans-serif; */
  margin-right: 10px;
}
.all-cases-link b {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  background: #fff;
  color: #222327;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.all-cases-link b:hover {
  background: #0069a7;
  text-decoration: none;
  color: #fff;
}
.all-cases-link span:hover a {
  color: #0069a7 !important;
  text-decoration: none;
}
/* LEFT SIDE */
.left-side {
  width: 120px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 10;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
  opacity: 0;
}
.left-side .logo {
  display: inline-block;
  margin-bottom: auto;
}
.left-side .logo img {
  width: 50px;
}
.left-side .hamburger {
  margin: auto;
}
.left-side .follow-us {
  width: 100%;
  /* font-family: "Fjalla One", sans-serif; */
  color: #fff;
  text-align: center;
  transform: rotate(-90deg);
  margin: auto;
  cursor: pointer;
}
.left-side .equalizer {
  margin: auto;
  margin-bottom: 0;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}
.slider .swiper-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.slider .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.slider .swiper-container .swiper-slide video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.slider .gallery-top {
  height: 100%;
  width: 100%;
  background: #22283a;
}
.slider .gallery-thumbs {
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 120px;
  padding-bottom: 30px;
  z-index: 9;
  position: absolute;
  bottom: 39%;
  right: 0;
  height: auto;
  color: #0e1017;
}
.slider .gallery-thumbs .swiper-slide {
  width: 90%;
  height: 100%;
  opacity: 0.45;
  text-align: center;
  filter: blur(1px);
}
.slider .gallery-thumbs .swiper-slide span {
  margin-left: 50%;
  transform: translateX(-50%);
  float: left;
  font-size: 1.6vw;
  line-height: 6.6vw;
  font-weight: 800;
}
.slider .gallery-thumbs .swiper-slide a {
  display: none;
  font-size: 17px;
  color: #fff;
  /* font-family: "Fjalla One", sans-serif; */
  /* padding-bottom: 5px; */
  position: relative;
  display: block;
  margin-top: -32px;
  /* margin: 0; */
}
.slider .gallery-thumbs .swiper-slide a:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.slider .gallery-thumbs .swiper-slide a:hover {
  text-decoration: none;
}
.slider .gallery-thumbs .swiper-slide a:hover:before {
  width: 100%;
}
.slider .gallery-thumbs .swiper-slide-active {
  width: 100%;
  opacity: 1;
  transform: scale(1.4);
  filter: blur(0px);
}
.slider .gallery-thumbs .swiper-slide-active span {
  font-size: 3.5vw;
}
.slider .gallery-thumbs .swiper-slide-active a {
  display: inline-block;
}
.slider .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: 21px;
  left: -62%;
  /* bottom: 29px; */
  /* font-family: "Fjalla One", sans-serif; */
  /* color: #fff; */
  background: none;
  z-index: 11;
  width: 100%;
}
.slider .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: 21px;
  right: -58%;
  /* bottom: 29px; */
  /* font-family: "Fjalla One", sans-serif; */
  color: #fff;
  background: none;
  z-index: 11;
  width: 100%;
}
.slider .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.slider .slide-progress span {
  display: inline-block;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
}
.slider .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* VIDEO HERO */
.video-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.video-hero .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #222327;
}
.video-hero .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.video-hero .inner {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.video-hero .inner span {
  width: 100%;
  float: left;
  font-size: 8vw;
  line-height: 5vw;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
}
.video-hero .inner a {
  font-size: 19px;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.video-hero .inner a:hover {
  text-decoration: none;
  color: #75dab4;
}

/* CAROUSEL HERO */
.carousel-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.carousel-hero .carousel-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.carousel-hero .carousel-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  background-size: cover;
  background-position: center;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
  opacity: 1;
}
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active:after {
  opacity: 0.4;
}
.carousel-hero .carousel-slider .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #222327;
  opacity: 0.7;
}
.carousel-hero .carousel-slider .swiper-slide .inner {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.carousel-hero .carousel-slider .swiper-slide .inner h2 {
  width: 100%;
  float: left;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.carousel-hero .carousel-slider .swiper-slide .inner a {
  font-size: 19px;
  color: #fff;
  
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.carousel-hero .carousel-slider .swiper-slide .inner a:hover {
  text-decoration: none;
  color: #75dab4;
}
.carousel-hero .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  
  color: #fff;
  background: none;
}
.carousel-hero .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  
  color: #fff;
  background: none;
}
.carousel-hero .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.carousel-hero .slide-progress span {
  display: inline-block;
  color: #fff;
  
  font-size: 14px;
}
.carousel-hero .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #161619;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}
.page-header .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page-header .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.page-header .inner {
  width: 100%;
  padding-left: 220px;
  position: relative;
  z-index: 2;
}
.page-header .inner h1 {
  color: #fff;
  font-weight: 800;
  font-size: 10vw;
  letter-spacing: -3px;
}
.page-header .inner p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

/* INTRO */
.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  color: #fff;
  background: #161619;
}
.intro .col-lg-7 {
  padding-left: 10%;
}
.intro h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
}
.intro h6:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 7px;
}
.intro b {
  font-size: 120px;
  line-height: 1;
  
  float: left;
  font-weight: 400;
  margin-right: 20px;
}
.intro h4 {
  font-weight: 600;
}
.intro p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 35px;
}
.intro small {
  display: block;
  opacity: 0.7;
  margin-bottom: 50px;
}
.intro a {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #75dab4;
  padding-bottom: 5px;
}
.intro a:hover {
  border-color: #fff;
}

/* INTRO IMAGE */
.intro-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
  position: relative;
}
.intro-image:before {
  content: "";
  width: 100%;
  height: 100px;
  background: #161619;
  position: absolute;
  left: 0;
  top: 0;
}
.intro-image.light:before {
  background: #fff;
}
.intro-image .office-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #222327;
  position: relative;
  overflow: hidden;
}
.intro-image figure {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.intro-image figure img {
  width: 100%;
  opacity: 0.7;
}
.intro-image figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  line-height: 1;
}
.intro-image figure figcaption h6 {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

/* PROCESS */
.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
  /* color: #000; */
  text-align: center;
}
.process .odometer {
  font-size: 3.5vw;
  line-height: 1;
  text-align: center;
}
.process .symbol {
  width: 100%;
  display: block;
  font-size: 12px;
}
.process small {
  width: 80%;
  display: block;
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding-top: 10px;
  margin: 7px 10%;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  opacity: 1;
}

/* ICON CONTENT BLOCK */
.icon-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  background: #222327;
}
.icon-content-block .container {
  position: relative;
  z-index: 2;
}
.icon-content-block .content-block {
  width: 100%;
  display: block;
  margin: 0;
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.icon-content-block .content-block.selected {
  background: #161619;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}
.icon-content-block .content-block.selected:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
}
.icon-content-block .content-block figure {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.icon-content-block .content-block figure img {
  height: 75px;
}
.icon-content-block .content-block h6 {
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.icon-content-block .content-block ul {
  margin: 0;
  padding: 0;
}
.icon-content-block .content-block ul li {
  padding: 3px 0;
  opacity: 0.7;
  list-style: none;
  font-weight: 300;
}

/* TEXT CONTENT BLOCK */
.text-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.text-content-block .col-md-4 {
  margin: 20px 0;
}
.text-content-block .section-title {
  margin-bottom: 30px;
}
.text-content-block h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 20%;
  margin-bottom: 70px;
}
.text-content-block small {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: -6px;
  opacity: 0.1;
  display: block;
  /* color: #0069a7; */
}
.text-content-block h6 {
  font-size: 18px;
  /* font-family: "Fjalla One", sans-serif; */
  text-transform: uppercase;
  font-weight: 600;
  /* color: #0069a7; */
}
.text-content-block p {
  padding-right: 20%;
  margin-bottom: 0;
  line-height: 1.5;
}

/* TESTIMONIALS */
.testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
  color: #fff;
  background: #161619;
  position: relative;
}
.testimonials:before {
  content: "";
  width: 100%;
  height: 50px;
  background: #222327;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonials .section-title {
  margin-bottom: 0;
}
.testimonials .testimonials-slider {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.testimonials .swiper-pagination {
  width: 100px;
  right: 80px;
  left: auto;
  bottom: 115px;
  text-align: right;
}
.testimonials .swiper-pagination-bullet {
  background: #222327;
}
.testimonials .swiper-pagination-bullet:hover {
  border-color: #222327;
}
.testimonials .swiper-pagination-bullet-active {
  border-color: #222327;
  background: none;
}
.testimonials .testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 80px;
  background: #75dab4;
  color: #222327;
}
.testimonials .testimonial blockquote {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.testimonials .testimonial .reviewer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.testimonials .testimonial .reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}
.testimonials .testimonial .reviewer .reviewer-infos {
  width: calc(100% - 65px);
  float: left;
}
.testimonials .testimonial .reviewer h6 {
  display: block;
  font-weight: 600;
}
.testimonials .testimonial .reviewer small {
  display: block;
}

/* TEAM */
.team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  background: #161619;
  position: relative;
  z-index: 2;
}
.team:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  /* z-index: 1; */
  top: 0;
}
.team .reveal-effect.masker:after {
  background: #222327;
}
.team h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.team figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -100px;
}
.team figure:hover ul {
  opacity: 1;
  visibility: visible;
}
.team figure img {
  width: 100%;
}
.team figure figcaption {
  display: block;
  color: #222327;
  margin-top: 20px;
}
.team figure figcaption h6 {
  display: block;
  font-weight: 600;
}
.team figure figcaption small {
  display: block;
  opacity: 0.5;
}
.team figure ul {
  width: 80%;
  display: flex;
  margin: 10%;
  padding: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 60px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.team figure ul li {
  flex: 1;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  border-right: 1px solid #eee;
}
.team figure ul li:last-child {
  border-right: 0;
}
.team figure ul li a {
  color: #222327;
  font-size: 13px;
  padding: 5px;
}
.team figure ul li a:hover {
  color: #75dab4;
}


/* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  padding-bottom: 50px;
    background: #171819;
}
.works.two-cols ul li {
  width: 50%;
}
.works.four-cols ul li {
  width: 25%;
}
.works.four-cols ul li figure figcaption {
  padding: 20px;
}
.works.four-cols ul li figure figcaption h3 {
  font-size: 20px;
  margin-left: -30px;
}
.works.four-cols ul li figure figcaption small {
  margin-bottom: 20px;
}
.works ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.works ul li {
  width: 33.33333%;
  float: left;
  margin: 0;
  margin-bottom: 100px;
  padding: 0 5%;
  list-style: none;
}
.works ul li:nth-child(2n+2) {
  margin-top: 100px;
}
.works ul li:nth-child(3n+3) {
  margin-top: 50px;
}
.works ul li figure {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
  transform-style: preserve-3d;
}
.works ul li figure * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works ul li figure:hover {
  margin: 0;
}
.works ul li figure:hover .thumb {
  box-shadow: 4px 21px 44px -13px rgba(0, 0, 0, 0.75);
}
.works ul li figure:hover figcaption {
  text-shadow: 2px 10px 10px rgba(0, 0, 0, 0.35);
}
.works ul li figure:hover figcaption a {
  opacity: 1;
}
.works ul li figure:hover figcaption .brand {
  opacity: 1;
}
.works ul li figure .thumb {
  width: 100%;
}
.works ul li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  padding-bottom: 50px;
  transform: translateZ(20px);
}
.works ul li figure figcaption .brand {
  height: 30px;
  margin-bottom: 40px;
  opacity: 0;
}
.works ul li figure figcaption h3 {
  font-weight: 800;
  color: #fff;
  margin-left: -50px;
}
.works ul li figure figcaption small {
  font-size: 12px;
  color: #fff;
  display: block;
  margin-bottom: 50px;
  font-weight: 600;
}
.works ul li figure figcaption a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  opacity: 0;
}
.works ul li figure figcaption a:hover {
  text-decoration: none;
}

/* WORKS FILTER */
.filter-bar {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.filter-bar .works-filter {
  float: left;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.filter-bar .works-filter li {
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.filter-bar .works-filter li:nth-child(1) {
  transition-delay: 0s;
}
.filter-bar .works-filter li:nth-child(2) {
  transition-delay: 0.05s;
}
.filter-bar .works-filter li:nth-child(3) {
  transition-delay: 0.1s;
}
.filter-bar .works-filter li:nth-child(4) {
  transition-delay: 0.15s;
}
.filter-bar .works-filter li:nth-child(5) {
  transition-delay: 0.2s;
}
.filter-bar .works-filter li:nth-child(6) {
  transition-delay: 0.25s;
}
.filter-bar .works-filter li:nth-child(7) {
  transition-delay: 0.3s;
}
.filter-bar .works-filter li:nth-child(8) {
  transition-delay: 0.35s;
}
.filter-bar .works-filter li:nth-child(9) {
  transition-delay: 0.4s;
}
.filter-bar .works-filter li a {
  float: left;
  font-size: 13px;
  color: #fff;
  
  border-bottom: 2px solid transparent;
  padding: 0 2px;
  padding-bottom: 2px;
}
.filter-bar .works-filter li a.current {
  color: #33a16e;
  border-bottom: 2px solid #33a16e;
}
.filter-bar .works-filter li a:hover {
  color: #33a16e;
  text-decoration: none;
}
.filter-bar .works-filter.active li {
  opacity: 1;
  transform: translateY(0);
}

.filter-btn {
  float: right;
}
.filter-btn span {
  float: right;
  line-height: 22px;
  font-weight: 600;
  font-size: 13px;
  margin-right: 20px;
  color: #fff;
}





/* CASE STUDY */
.case-study {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.case-study h6 {
  font-weight: 600;
  margin-top: 30px;
}
.case-study h5 {
  
  font-size: 5vw;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}
.case-study p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.case-study figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.case-study figure img {
  width: 100%;
}
.case-study figure video {
  width: 100%;
}
.case-study .container-fluid {
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

/* BLOG */
.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  background: #fff;
}
.blog .col-lg-9 {
  padding-right: 60px;
}
.blog .sidebar {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.blog .sidebar .widget {
  width: 100%;
  display: block;
  border-left: 1px solid #eee;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-bottom: 10px;
}
.blog .sidebar .widget .title {
  display: block;
  font-weight: 800;
  font-size: 19px;
  padding: 15px 0;
  position: relative;
}
.blog .sidebar .widget .title:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #222327;
  position: absolute;
  left: -31px;
  top: 0;
}
.blog .sidebar .widget p {
  margin: 0;
}
.blog .sidebar .widget form {
  width: 100%;
}
.blog .sidebar .widget form input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}
.blog .sidebar .widget .categories {
  width: 100%;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .categories li {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.blog .sidebar .widget .categories li span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ccc;
  color: #fff;
  margin-right: 15px;
  margin-left: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.blog .sidebar .widget .categories li a {
  color: #222327;
  margin-left: 0;
  font-weight: 600;
}
.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.blog .sidebar .widget .tags li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}
.blog .sidebar .widget .tags li a {
  font-weight: 600;
  font-size: 11px;
  background: #222327;
  color: #fff;
  line-height: 1;
  padding: 3px 6px;
}
.blog .sidebar .widget .tags li a:hover {
  color: #75dab4;
  text-decoration: none;
}
.blog .sidebar .widget .mini-works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .mini-works li {
  width: 33.3333%;
  display: inline-block;
  margin: 0;
  padding: 4px;
  list-style: none;
}
.blog .post {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0;
}
.blog .post.single {
  position: relative;
}
.blog .post.single .post-image {
  width: 100%;
  margin-bottom: 50px;
}
.blog .post.single .post-content {
  width: 100%;
  padding: 0 60px;
}
.blog .post.single .post-content .post-title {
  font-size: 4vw;
  line-height: 1.4;
}
.blog .post:nth-child(even) {
  position: relative;
}
.blog .post:nth-child(even) .post-image {
  order: 2;
}
.blog .post:nth-child(even) .post-image:before {
  right: auto;
  left: -25px;
}
.blog .post:nth-child(even) .post-content {
  order: 1;
  padding-right: 60px;
  padding-left: 0;
  text-align: right;
}
.blog .post .post-image {
  width: 45%;
  margin: 0;
  position: relative;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}
.blog .post .post-image img {
  position: relative;
  width: 100%;
}
.blog .post .post-image:before {
  content: "";
  width: 90%;
  height: 60%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: 0;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0.2;
}
.blog .post .post-content {
  width: 55%;
  padding-left: 60px;
}
.blog .post .post-content h5 {
  font-weight: 600;
  margin-top: 30px;
}
.blog .post .post-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog .post .post-content ul li {
  margin: 0;
}
.blog .post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog .post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
}
.blog .post .post-content .social-share li.facebook a {
  background: #475993;
}
.blog .post .post-content .social-share li.twitter a {
  background: #76a9ea;
}
.blog .post .post-content .social-share li.google-plus a {
  background: #f34a38;
}
.blog .post .post-content .social-share li.linkedin a {
  background: #0077b7;
}
.blog .post .post-content .social-share li.youtube a {
  background: #f61c0d;
}
.blog .post .post-content .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: #222327;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog .post .post-content .image-left {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.blog .post .post-content .image-full {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.blog .post .post-content .post-date {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}
.blog .post .post-content .post-title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 800;
}
.blog .post .post-content .post-title a {
  color: #161619;
}
.blog .post .post-content .post-title a:hover {
  color: #75dab4;
  text-decoration: none;
}
.blog .post .post-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.blog .post .post-content .post-author img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.blog .post .post-content .post-author span {
  display: inline-block;
  color: #A7A7A7;
}
.blog .post .post-content .post-author span a {
  color: #222327;
  font-size: 15px;
}
.blog .post .post-content .post-author span a:hover {
  color: #222327;
}
.blog .post .post-content .post-categories {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.blog .post .post-content .post-categories li {
  display: inline-block;
  list-style: none;
}
.blog .post .post-content .post-categories li a {
  font-weight: 600;
  font-size: 11px;
  background: #222327;
  color: #fff;
  line-height: 1;
  padding: 3px 6px;
}
.blog .post .post-content .post-categories li a:hover {
  color: #75dab4;
  text-decoration: none;
}
.blog .post .post-content .post-link {
  
  border-bottom: 2px solid #222327;
  padding-bottom: 5px;
}
.blog .post .post-content .post-link:hover {
  color: #75dab4;
  text-decoration: none;
}

/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
}
.clients ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.clients ul li {
  width: 33.33333%;
  margin: 0;
  padding: 40px;
  list-style: none;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

/* CONTACT */
.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #fff;
}
.contact h6 {
  font-weight: 600;
  margin-top: 30px;
}
.contact address {
  display: block;
}
.contact address p {
  margin: 0;
}
.contact address a {
  text-decoration: underline;
}
.contact .contact-form {
  width: 100%;
  display: block;
}
.contact .contact-form #contact {
  display: block;
}
.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.contact .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group input[type=text] {
  width: 400px;
  background: none;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group input:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group textarea {
  width: 500px;
  background: none;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group label.error {
  width: 100%;
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact .contact-form #success, .contact .contact-form #error {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.contact .map {
  width: 80%;
  height: 400px;
  display: block;
  background: #222327;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* FOOTER */
.footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  color: #fff;
  background: url(../images/footer-bg.png) top center no-repeat;
  background-size: 80% auto;
  background: #000;
}
.footer ul {
  margin: 0;
  padding: 0;
  float: right;
}
.footer ul li {
  display: inline-block;
  margin-left: 10px;
}
.footer ul li a {
  color: #fff;
  font-size: 13px;
}
.footer ul li a:hover {
  color: #75dab4;
}
.footer h6 {
  
  font-size: 2vw;
  margin-bottom: 20px;
}
.footer h2 {
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 50px;
  opacity: 0.7;
}
.footer .link {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #75dab4;
  padding-bottom: 5px;
}
.footer .link:hover {
  border-color: #fff;
  text-decoration: none;
}
.footer .footer-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
.footer .footer-bar .copyright {
  margin: 0;
}
.footer .footer-bar .creation {
  margin-left: auto;
}
.footer .footer-bar .creation a {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-bar .creation a:hover {
  text-decoration: none;
  color: #75dab4;
}

/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .section-title {
    font-size: 8vw;
    margin-bottom: 50px;
  }

  .page-header .inner {
    padding-left: 160px;
  }

  .all-cases .inner {
    padding-left: 160px;
  }

  .social-media .inner ul li {
    font-size: 4vw;
  }

  .all-cases .inner ul li {
    font-size: 10vw;
  }

  .works {
    padding: 80px 0;
  }

  .works ul li {
    width: 50%;
  }

  .slider .gallery-thumbs .swiper-slide-active span {
    width: 100%;
    font-size: 4vw;
    line-height: 10vw;
  }

  .intro .col-lg-7 {
    padding-left: 15px;
    margin-top: 50px;
  }

  .text-content-block {
    padding: 80px 0;
  }

  .intro-image {
    padding-bottom: 80px;
  }

  .icon-content-block .col-lg-3:nth-child(3) {
    margin-top: 0;
  }

  .icon-content-block .content-block {
    padding: 30px 20px;
  }

  .process {
    margin-bottom: 80px;
  }

  .process .col-lg-3:first-child {
    margin-bottom: 40px;
  }

  .process .odometer {
    font-size: 8vw;
  }

  .testimonials {
    margin-top: 80px;
  }

  .testimonials:before {
    display: none;
  }

  .testimonials .col-lg-6:first-child {
    order: 2;
  }

  .testimonials .col-lg-6:last-child {
    order: 1;
  }

  .testimonials .testimonials-slider {
    margin-top: 40px;
    width: 100%;
  }

  .testimonials .swiper-pagination {
    bottom: 65px;
  }

  .testimonials .testimonial {
    padding: 50px 80px;
  }

  .testimonials .section-title {
    margin-top: 80px;
  }

  .team {
    padding: 80px 0;
  }

  .team:before {
    display: none;
  }

  .team .col {
    width: 33.33333%;
    flex-basis: auto;
    flex-grow: inherit;
  }

  .team figure {
    margin: 30px 0;
  }

  .team figure figcaption {
    color: #fff;
  }

  .team h5 {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .intro {
    padding: 80px 0;
  }

  .clients {
    padding: 80px 0;
  }

  .blog {
    padding: 30px 0;
  }

  .blog .col-lg-9 {
    padding-right: 15px;
  }

  .contact {
    padding: 80px 0;
  }

  .contact .map {
    width: 100%;
    margin: 50px 0;
  }

  .contact .contact-form {
    margin-top: 30px;
  }

  .footer h6 {
    font-size: 26px;
  }

  .footer ul {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  .footer ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    #tarihce-carousel .owl-prev,#tarihce-carousel .owl-next {
        display:none !important;
    }
    
    
    
  .section-title {
    font-size: 7vw;
    margin-bottom: 40px;
  }

  .slider .gallery-thumbs {
    width: 100%;
    margin: 0;
  }

  .page-header .inner {
    padding-left: 100px;
  }

  .page-header .inner p {
    font-size: 17px;
    padding-right: 10%;
  }

  .all-cases .inner {
    padding-left: 100px;
  }

  .all-cases .inner ul li {
    font-size: 13vw;
  }

  .site-navigation .inner {
    padding-left: 0;
  }

  .site-navigation .inner ul li {
    line-height: 1;
  }

  .site-navigation .inner ul li a {
    font-size: 28px;
  }

  .site-navigation .inner ul li i {
    font-size: 20px;
    margin-left: 13px;
  }

  .site-navigation .inner ul li small {
    display: none;
  }

  .site-navigation .inner ul li ul {
    margin-top: 10px;
  }

  .site-navigation .inner ul li ul li a {
    font-size: 14px;
    line-height: normal;
  }

  .left-side {
    width: 80px;
    border-right: none;
  }

  .left-side .follow-us {
    display: none;
  }

  .slide-progress {
    display: none;
  }

  .all-cases-link {
    right: 15px;
  }

  .swiper-button-next {
    right: 20px;
  }

  .swiper-button-prev {
    right: 90px;
  }

  .icon-content-block .col-lg-3:nth-child(3) {
    margin: 50px 0;
  }

  .icon-content-block .content-block {
    padding: 0;
  }

  .icon-content-block .content-block.selected {
    background: none;
    box-shadow: none;
  }

  .icon-content-block .content-block.selected:before {
    display: none;
  }

  .testimonials .testimonial {
    padding: 70px 50px;
  }

  .testimonials .swiper-pagination {
    bottom: 85px;
  }

  .team .col {
    width: 50%;
    flex-basis: 50%;
    flex-grow: inherit;
  }

  .team figure {
    display: block;
    height: auto;
  }

  .team figure img {
    height: auto;
    object-fit: cover;
  }

  .works ul li {
    width: 100%;
  }

  .works ul li:nth-child(2n+2) {
    margin-top: 0;
  }

  .works ul li:nth-child(3n+3) {
    margin-top: 0;
  }

  .clients ul li {
    padding: 30px 20px;
    width: 50%;
  }

  .clients ul li:last-child {
    display: none;
  }

  .blog .post .post-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog .post .post-content {
    width: 100%;
    padding: 0 !important;
  }

  .blog .post:nth-child(even) {
    text-align: left;
  }

  .blog .post:nth-child(even) .post-image {
    order: 1;
  }

  .blog .post:nth-child(even) .post-content {
    order: 2;
    text-align: left;
  }

  .blog .post .post-content .post-title {
    font-size: 7vw;
  }

  .blog .post.single .post-content .post-title {
    font-size: 8vw;
  }

  .footer h2 {
    font-size: 7vw;
  }

  .footer h2 br {
    display: none;
  }

  .footer .footer-bar .creation {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
}
/* ANIMATIONS */
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes show-img-1 {
  0%, 66.6% {
    visibility: hidden;
  }
  100%, 66.7% {
    visibility: visible;
  }
}
@keyframes show-img-1 {
  0%, 66.6% {
    visibility: hidden;
  }
  100%, 66.7% {
    visibility: visible;
  }
}
@-webkit-keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }
  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
.box-shadow, .box-shadow-dark {
  box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 993;
  background: #fff;
}
.box-shadow [class*=col-], .box-shadow-dark [class*=col-] {
  padding: 35px 45px;
}

.box-shadow-dark {
  background: #222;
}

.box-shadow2 {
  box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.2);
}

.borders {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.teaser {
  position: relative;
  z-index: 993;
  border-radius: 6px;
  min-height: 280px;
  overflow: hidden;
  display: flex;
  /*   align-items: center; */
  justify-content: center;
  flex-direction: column;
}
.teaser div[class*=col-] {
  min-height: 280px;
}

.teaser-caption {
  padding: 40px;
}

.bg-img-custom-static {
  background-attachment: inherit;
  min-height: 280px;
}

.bg-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
}

.bg-pastel {
  background: #9aa8b1;
  color: #fff;
}
.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px;
}

.icon-big {
  font-size: 80px !important;
  display: block !important;
  line-height: 75px !important;
  padding: 15px;
}

.intro-body .icon-big {
  padding: 20px;
}

.classic {
  font-family: "Gloria Hallelujah";
  font-weight: normal !important;
  letter-spacing: 0;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  text-transform: none;
  display: inline-block;
  font-size: 22px;
  padding: 5px;
}

.classic-gradient {
  background: -moz-linear-gradient(#ccc, #000);
  background: -webkit-linear-gradient(#ccc, #000);
  background: linear-gradient(#ccc, #000);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.classic-big {
  font-size: 70px !important;
  line-height: 60px;
  font-weight: normal !important;
  letter-spacing: -1px !important;
  text-transform: none !important;
  padding-bottom: 0;
  display: block;
}

.bg-dark .classic {
  background: transparent;
  color: #fff;
}

.text-gradient {
  background: linear-gradient(to bottom left, #aee5ff, #005279);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-gray {
  background: linear-gradient(to bottom left, #ccc, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.no-pad {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.no-pad-btm {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */
section, .section {
  position: relative;
  z-index: 992;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff;
  overflow: hidden;
}

.section-small {
  padding-top: 80px;
  padding-bottom: 120px;
  min-height: auto !important;
}

.section-offcet {
  overflow: inherit;
}
.offcet-art-main div[class*=col-] {
  padding: 0;
}

.offcet-art, .offcet-art-right, .offcet-art-dark {
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: absolute;
  top: auto;
  left: -195px;
  bottom: 20px;
  color: #000;
  padding: 45px 55px;
  width: 60%;
  text-align: left;
  border-radius: 4px;
}
.offcet-art .text-right, .offcet-art-right .text-right, .offcet-art-dark .text-right {
  display: block;
}

.offcet-art-right {
  right: -195px;
  left: auto;
}

.offcet-art-dark {
  background: #000;
  color: #fff;
}

.row.v-center {
  margin-right: -25px;
  margin-left: -25px;
}

.v-center > [class*=col] {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 0 50px;
}

.v-center-simple {
  display: flex;
  align-items: center;
}
.showcase .col-lg-6 {
  width: 49%;
}

@media (max-width: 1199px) {


  .offcet-art, .offcet-art-right, .offcet-art-dark {
    left: 0;
    width: 100%;
    position: inherit;
    text-align: center;
  }

  .showcase {
    text-align: center;
  }
  .showcase [class*=col] {
    width: 100%;
  }
    
}




/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.hide-mobile{display: none;}
	
	.works{padding-top: 80px;padding-bottom: 200px;} 
	.works ul li{width: 100%; margin-top: 0 !important; margin-bottom: 80px; padding: 0 12%;}
	.works ul li figure figcaption{padding-bottom: 30px;}
	.works.two-cols ul li{width: 100%;}
	.works.four-cols ul li{width: 100%;}
	.works.four-cols ul li figure figcaption{padding-bottom: 30px;}
	
	
}

.bg-position {background-image: url(../images/bg-sur.jpg);background-size: inherit;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;background-repeat: no-repeat;/* margin-bottom: 130px; */}
.left-position {
	/* background-position: left; */
}
.right-position {
	background-position: right;
	background-image: url(../images/bg-inv.jpg);
}
.bg3 {
	background: url(../images/bg3.png) #121318;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: top right;
}
.bg4 {
	background: url(../images/bg-surekli.jpg) #191c26;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: top right;
}
.bg5 {
	background: url(../images/bg-fabrikalar.jpg) #171819;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: top right;	
}
.bg6 {
	background: url(../images/pattern.png) #121318;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: 5% center;
}
.bg7 {
	background: url(../images/bg7.png) #121318;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: center right;
}
.bg8 {
	background: url(../images/bg8.png) #191c26;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: center right;
}
.bg9 {
	background: url(../images/bg7.png) #191b27;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: bottom right;
}
.dark-bg {
	background-color: #191b27;
}
.page-number {
	position: absolute;
	top: 100px;
	right: 100px;

	font-style: normal;
	font-weight: bold;
	font-size: 100px;
	line-height: 100%;
	text-transform: capitalize;
	color: #FFFFFF;
	opacity: 0.05;
}
.page-number.bottom {
	top: auto;
	bottom: 105px;
}

.expt-text {
	position: relative;
	max-width: 560px;
	margin-top: -2px;
}
.expt-text .main-banner-text.title-hd {
	margin-bottom: 0;
}
.main-banner-text.title-hd .btn-default2 {
	margin-top: 52px;
}
.main-banner-text.title-hd > span {
	margin-bottom: 18px;
}
.main-banner-text.title-hd > h1 {
	font-size: 39px;
	line-height: 110%;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 27px;
	letter-spacing: 0.1rem;
}
.main-banner-text.title-hd > h1 span {
	width: 12px;
	height: 12px;
	left: -5px;
}
.main-banner-text.title-hd > p {
	margin-bottom: 28px;
	font-size: 18px;
}
.main-banner-text.title-hd p.bdy {
	/* font-family: Muli; */
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 170%;
	color: #a2aaae;
	margin-bottom: 0;
}
.main-banner-text.title-hd {
	margin-bottom: 61px;
	position: relative;
	z-index: 9;
}
.btn-default2 {
	display: inline-block;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
}
.btn-default2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.btn-default2:hover:before {
	width: 0;
}
.btn-default2 img {
	padding-left: 11px;
}
.main-banner-text {
	max-width: 770px;
}
.main-banner-text > span {
	display: inline-block;
	color: #a2aaae;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 150%;
	text-transform: uppercase;
	position: relative;
	padding-left: 86px;
	margin-bottom: 19px;
	margin-top: -4px;
}
.main-banner-text > span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 1px;
	background-color: #a8afc2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-banner-text > h1 {
	font-weight: 700;
	font-size: 120px;
	line-height: 100%;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 31px;
}
.main-banner-text > h1 span {
	display: inline-block;
	background-color: #0069a7;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	left: -17px;
}
.main-banner-text > p {
	font-weight: 300;
	font-size: 22px;
	line-height: 150%;
	color: #a2aaae;
	max-width: 580px;
	margin-bottom: 70px;
}

.play-video-div {
	display: table-cell;
}
.poly1 {
	display: table-cell;
	width: 130px;
	height: 130px;
	position: relative;
}
.poly1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	background-image: url(../images/icon2.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.poly1:hover:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.poly2 {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	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%);
}
.poly2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background-image: url(../images/icon3.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0.9);
	-moz-transform: translate(-50%,-50%) scale(0.9);
	-ms-transform: translate(-50%,-50%) scale(0.9);
	-o-transform: translate(-50%,-50%) scale(0.9);
	transform: translate(-50%,-50%) scale(0.9);
	display: inline-block;
	color: #fff;
	width: 80px;
	height: 80px;
	background-color: #dd4142;
	text-align: center;
	line-height: 80px;
}
.play-video > img {
	width: auto;
	display: inline-block;
}
.pl-text {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
.pl-text > h3 {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #2A2E3D;
	padding-bottom: 10px;
	margin-bottom: 4px;
}
.pl-text > span {
	display: block;
	font-size: 18px;
	line-height: 150%;
}

 .btn-default2, .btn-default2:hover{
    color: #ffff;
}

 .btn-default2:before {
    transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: none;
}

overlay {
	position: relative;
}
.overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #191b27;
	opacity: 0.7;
}


.overlay-fabrika:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #161619;
	opacity: 0.7;
}

.overlay-iyilestime:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #191c26;
	opacity: 0.7;
}

.consulation-section {
	position: relative;
	max-width: 560px;
}
/* CONTACT FORM */

.contact-form {
	padding-top: 10px;
}
.input-field {
	margin-bottom: 37px;
}
.input-field input,
.input-field textarea {
	border:0;
	border-bottom: 1px solid #a2aaae;
	padding-bottom: 5px;
	width: 100%;

	font-size: 18px;
	line-height: 170%;
	color: #fff;
	opacity: 0.5;
	background: inherit;
}
.input-field textarea {
	height: 116px;
	resize: none;
}
.input-field > .btn-default {
	background-color: inherit;
	margin-top: 10px;
}
.input-field > .btn-default:hover {
	background-color: #dd4142;
	color: #fff;
}

.input-field > .btn-default {
	background-color: inherit;
	margin-top: 10px;
}
.input-field > .btn-default:hover {
	background-color: #0069a7;
	color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a2aaae;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a2aaae;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a2aaae;
}

.btn-default {
	display: inline-block;
	color: #FFFFFF;
	height: 60px;
	line-height: 58px;
	padding: 0 36px;
	font-size: 20px;
	border:2px solid;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
button.btn-default {
	background-color: inherit;
}
.btn-default:hover {
	background-color: #dd4142;
	color: #fff;
	border-color: #0069a7 !important;
}
/* ===================== WHY CHOOSE US SECTION ================== */

.why-choose-us {
	background-color: #121318;
}
.counter-div {
	background:-webkit-linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
	background:-moz-linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
	background:-ms-linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
	background:-o-linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
	background:linear-gradient(180deg, rgba(38, 25, 31, 0) 0%, #080A12 100%);
	padding: 57px 20px 50px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.gradient-bg1 {
	background:-webkit-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
	background:-moz-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
	background:-ms-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
	background:-o-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
	background:linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #080A12 100%);
}
.gradient-bg2 {
	background:-webkit-linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
	background:-moz-linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
	background:-ms-linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
	background:-o-linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
	background:linear-gradient(180deg, #080A12 0%, rgba(25, 28, 38, 0) 100%);
}
.counter-div.scnd-dv {
	top: 50px;
} 
.counter-div.frht {
	top: 50px;
} 
.counter-div > h2 {

	font-weight: bold;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 13px;
}
.counter-div > h2 sup {
	font-size: 24px;
	line-height: 170%;
	position: relative;
	top: -22px;
	color: #0069a7;
}
.counter-div > span {
	display: inline-block;

	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
	text-align: center;
	color: #a2aaae;
}



.why-we-sec  {
	padding-left: 90px;
}

.our-features-list li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 15px;
}
.our-features-list li:last-child {
	margin-bottom: 0;
}
.our-features-list li:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(../images/check-circle.svg);
	background-repeat: no-repeat;
}
.our-features-list li > h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.our-features-list li > p {

	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
	color: #a2aaae;
}

.sec-block {
	padding: 210px 0;
}
.sec-block2 {
	padding: 90px 0 180px;
}
.sec-block3 {
	padding: 210px 0 160px;
}
.sec-block4 {
	padding: 140px 0;
}
.fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}


/* ==================== CASES SECTION ====================== */

.pft-item {
	position: relative;
}
.pft-item:before,
.blog-thumbnail:before,
.blog-page .blog_post.main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
	background: -moz-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
	background: -ms-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
	background: -o-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
	background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
}
.pft-item:hover:before,
.blog-page .blog_post.main:hover:before {
	background: -webkit-linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%); 
	background: -moz-linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%); 
	background: -ms-linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%); 
	background: -o-linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%); 
	background: linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%); 
	mix-blend-mode: soft-light;
}
.pft-item > img {
	display: block;
	width: 100%;
	margin: 0;
}
.figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 103px 50px 0 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	z-index: 11;
	padding-bottom: 20px;
}
.figcaption > h2 {
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 21px;
}
.pft-item:hover .figcaption {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
} 
.pft-items .row {
	margin: 0;
	position: relative;
}
.pft-items .row .col-lg-4 {
	padding: 0;
}
/*.pft-items .row .col-lg-4:last-child {
	position: absolute;
	top: 0;
	display: none;
	left: 100%;
}*/
.section-head .main-banner-text.title-hd {
	float: left;
}
.section-head > .btn-default2 {
	float: right;
	position: relative;
	top: 132px;
}


.pft-item:hover .figcaption a{
    color:#fff !important;
    z-index: 11;
}


/* ======================= FOOTER ========================= */

footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-footer {
	padding: 210px 0 166px;
}
.top-footer .main-banner-text {
	padding-right: 110px;
}
.newsletter-form {
	float: left;
	width: 100%;
	margin-top: 17px;
}
.newsletter-form input {

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
	color: #a2aaae;
	opacity: 0.5;
	background-color: inherit;
	border:0;
	border-bottom: 1px solid #393f4f;
	padding-bottom: 5px;
	width: 350px;
	float: left;
}
.newsletter-form button {
	float: left;
	width: 60px;
	height: 60px;
	background-color: #0069a7;
	line-height: 60px;
	text-align: center;
	border:0;
	position: relative;
	margin-left: 44px;
	top: 2px;
}

.newsletter-form button:before {
	content: '';
	position: absolute;
	top: -18px;
	left: -13px;
	width: 90px;
	height: 90px;
	border: 2px solid;
	box-sizing: border-box;
	filter: blur(10px);
}
.newsletter-form button:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -6px;
	width: 70px;
	height: 70px;
	opacity: 0.65;
	border: 2px solid;
	box-sizing: border-box;
	filter: blur(6px);
}
.newsletter-form button:hover:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}



/* TESTIMONIAL SECTION */

.testi-head {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 56px;
}

.testi-thumb > img {
	filter: grayscale(100%);
}
.testi-info {
	width: auto;
	padding-left: 48px;
}
.testi-info > h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 9px;
}
.testi-info > span {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 170%;
	color: #a2aaae;
}
.testimonial-sec {
	max-width: 460px;
	float: right;
}
.testimonial-sec > p {
	font-weight: 300;
	font-size: 22px;
	line-height: 150%;
	color: #a2aaae;
	position: relative;
}
.testimonial-sec > p:before {
	content: '';
	position: absolute;
	bottom: -62px;
	right: 5px;
	width: 100px;
	height: 100px;
	background-image: url(../images/quote.svg);
	background-repeat: no-repeat;
}
.testimonial-sec > img {
	margin-bottom: 0;
	margin-top: 71px;
}


/* BOTTOM FOOTER */

.bottom-footer {
	border-top: 1px solid #393f4f;
	padding: 25px 0;
}
.widget-about > img {
	margin-bottom: 20px;
}
.widget-about > p {font-style: normal;font-weight: normal;font-size: 14px;line-height: 170%;color: #a2aaae;}

.widget-title {font-style: normal;font-weight: bold;font-size: 16px;line-height: 170%;color: #a2aaae;margin-bottom: 6px;text-transform: uppercase;}
.widget-para >  p {font-style: normal;font-weight: normal;font-size: 14px;line-height: 170%;color: #a2aaae;padding-right: 90px;}
.widget-para > span {

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 170%;
	color: #a2aaae;
	display: block;
}


/* ==================== LEFT SIDEBAR ===================== */


.mbl-menu {
	position: relative;
	top: calc(100vh - 500px);
}
.mbl-menu li {
	display: inline-block;
	margin-bottom: 105px;
	position: relative;
}
.mbl-menu:before {
	content: '';
	position: absolute;
	bottom: -77px;
	left: 50%;
	height: 100px;
	width: 1px;
	background: #a2aaae;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 3px;
}
.mbl-menu li a {

	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	color: #a2aaae;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	flex: none;
	order: 1;
	align-self: center;
	margin: 0px 60px;
}
@media (max-width: 1366px){
footer {
    background-position: center;
}
    
}

.newsletter-form button:before, .newsletter-form button:after, .counter-cl, .widget-newslettter form input:focus, .form-group input[type="text"]:focus, .form-group textarea:focus, .error-content .widget-search form input:focus, .newsletter-form input:focus {
    border-color: #0069a7;
}

.play-video, .svs-icon, .newsletter-form button, .newsletter-form button:before, .newsletter-form button:after, .counter-cl, .sv-links li:before, .lang-slct li:before, .cm-head > img, .cm-head > span:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}




@media (max-width: 1650px) {
	.left-sidebar {width: 100px;}
	.wrapper {width: calc(100% - 100px);}
	.mbl-menu li a {margin: 0;}
	.pager-sec .container-fluid {padding: 0 30px;}
	header.pb .container {padding: 0 30px 0 130px;}
}

@media (max-width: 1366px) {
	.main-banner-text.title-hd > h1 {font-size: 37px;}
	footer  {background-position: center;}
	.right-position {background-position: center;}
	.main-banner {background-size: cover;background-position: center;}
	.lang-slct li {padding: 0 13px;}
	header.pb .container {padding: 0 15px 0 115px;}
	.page-number {right: 40px;}
	.sec-block {padding: 210px 0 150px;}
}

@media (max-width: 1200px) {

	.main-banner-text > h1 {font-size: 80px;}
	.expt-text {width: 100%;text-align: center;max-width: 100%;}
	.expt-text .main-banner-text.title-hd {max-width: 100%;}
	.main-banner-text > p {max-width: 100%;}
	.page-number.bottom {bottom: auto;top: 50px;}
	.sec-block {padding: 120px 0;}
	.consulation-section {margin: 0 auto;text-align: center;}
	.page-number {top: 50px;right: 50px;font-size: 60px;}
	.section-head .main-banner-text.title-hd {max-width: 600px;}
	.banner-slider .slick-prev {right: 150px;}
	.banner-slider .slick-next {right: 50px;}
	.main-banner-text {max-width: 600px;}
	.service-col > h3 {padding: 0;}
	.why-we-sec {padding-left: 0;}
	.post-title {font-size: 19px;}
	.blog_post.main {margin-left: 0;}
	.top-footer {padding: 120px 0;}
	.widget-para > p {padding-right: 0;}
	.error-content > h3 {font-size: 48px;}
	header {/* padding: 30px 0 65px; */}
	.main-banner-text.title-hd > h1 {padding-right: 30px;font-size: 40px;line-height: 54px;}
	.page-content .page-number {right: 15px;}
	.rb-post-info h3 {font-size: 15px;}
	.widget-recent-posts .blog_post .post-title {font-size: 18px;}
	.widget-newslettter, .widget-search {padding: 44px 30px;}
	.sec-block3 {padding: 150px 0 160px;}
	.video-section {height: 450px;}
	.video-section > img {height: 100%;object-fit: cover;}
	.sec-block2 {padding: 0 0 100px 0;}
	.widget-categories li a {font-size: 14px;}
	.sec-block3 {padding-bottom: 120px;}
	.without-carousel .service-col > h3 {padding: 0;}
	header.pb .container {padding: 0 15px;}
}

@media (max-width: 991px) {
	.right-side-hd {display: none;}

	.svs-carousel .slick-prev, .svs-carousel .slick-next {top: auto;bottom: -30px;}
	.counter-section {margin-bottom: 60px;}
	.blog_post.main  {margin-top: 70px;}
	.tp-contact {text-align: center;}
	.top-footer .main-banner-text {padding-right: 0;margin:0 auto;margin-bottom: 60px;}
	.newsletter-form {float: none;max-width: 460px;margin: 0 auto;display: inline-block;}
	.testimonial-sec {float: none;margin: 0 auto;margin-top: 70px;}
	.bottom-footer .widget {margin-bottom: 40px;}
	.bottom-footer .row {margin-bottom: -7px;}
	.testimonial-sec  {text-align: center;}
	.testi-info {text-align: left;}
	header .menu-btn {display: block;}
	body.no-scroll {overflow: auto;}
	.error-content {max-width: 100%;width: 100%;}
	.pager-sec {text-align: left !important;}
	.pager-sec.pb-75 {padding-bottom: 50px;}
	.post-controls {margin-bottom: 0;}
	.sidebar {margin-top: 70px;}
	.page-content {padding-bottom: 100px;}
	.widget-recent-posts .blog-posts {max-width: 250px;}
	.blog-single {padding-right: 15px;}
	.counter-cl {margin-bottom: 60px;}
	.pl-100 {padding-left: 0;}
	.about_us_section {text-align: center;}
	.main-banner-text.title-hd {max-width: 100%;}
	.md-b-0 {margin-bottom: 0 !important;}
	.text-bz.pr-100 {padding-right: 0;}
	.main-banner-text.title-hd.svs-header {max-width: 60%;}
	.sec-block3 {padding: 150px 0 120px;}
	.partner-col > img {margin: 0 auto;}
	.partners-section {padding: 70px 0;}
	.video-section {height: 350px;}
	.testi-info {width: 100%; text-align: center; padding-left: 0; margin-top: 20px; }
	.testi-head {justify-content: center;margin-bottom: 30px;}
	.testimonial-sec > img {margin-top: 40px;}
	.top-footer {padding: 120px 0 80px;}
	.oct-abt-row .main-banner-text.title-hd {max-width: 100%;}
	.order-md--0 {order:0;}
	.order-md--1 {order:1;}
	.cases-section .main-banner-text.title-hd {max-width: 100%;margin-bottom: 40px;}
	.filters-nav li {margin-right: 20px;}
	.case-thumbnail {margin-bottom: 40px;}
	.contact-list {max-width: 100%;margin-bottom: 60px;}
	.contact-section-page .main-banner-text.title-hd {max-width: 100%;}
	.main-banner-text.title-hd.max-width-80 {max-width: 100%;}
	.main-banner-text.title-hd > h1 {padding-right: 0;}
	.wk-text {margin-bottom: 40px;}
	.widget-categories li a {font-size: 18px;}
	.price-col.active {transform: inherit;}
	.sec-block {padding: 100px 0;}
	.without-carousel .service-col > h3 {padding: 0;}
	.without-carousel .service-col {padding: 50px 30px 80px;}
	.services-section.without-carousel {margin-bottom: -50px;}
	.consulation-section .main-banner-text.title-hd {max-width: 100%;}
	.prices-section {margin-bottom: -50px;}
	.main-banner-text.title-hd > h1 br {display: none;}
	header {border-bottom: 1px solid #5d616d4d;/* padding: 30px 0; */}
	.pager-sec.pb-75 {padding-top: 50px;}
	.blog-page .blog_post.main .blog_info {padding: 0 20px;}
	header.pb {border-bottom: 0;padding-top: 25px;}
	.section-head > .btn-default2 {display: none;}
	.main-banner-text.title-hd.svs-header {max-width: 100%;}
}


@media (max-width: 768px) {
	.main-banner-text > h1 {font-size: 54px;}
	.main-banner-text > p {font-size: 18px;line-height: 34px;margin-bottom: 40px;}
	.main-banner-text.title-hd > h1 {font-size: 42px;line-height: 54px;}
	.error-content > h3 {font-size: 38px;}
	.error-content p {font-size: 18px;margin-bottom: 50px;}
	.main-banner-text.title-hd > h1 {font-size: 38px;line-height: 48px;}
	.author-info {float: left;width: 100%;padding-left: 0;margin-top: 30px;}
	.author-thumb {float: left;}
	.blog_post.main .blog_info {padding: 0 20px;}
	.comments-section {margin-bottom: 70px;}
	.page-content {padding-bottom: 70px;}
	.about_us_section {padding: 0;}
	.filters-nav li {margin-bottom: 20px;}
	.filters-nav {margin-bottom: 20px;}
	.team-caption {padding: 0 20px;}
	.cases-section .page-content  {padding-bottom: 80px;}
	.figcaption {padding: 50px 20px 0 20px;}
	.price-col ul {padding: 20px 0 15px;}
	.services-section.without-carousel {margin-bottom: -30px;}
	.sec-block4 {padding: 90px 0;}
	.main-banner-text.mgb-100 {margin-bottom: 60px;}
}



@media (max-width: 576px) {
	.sec-block {padding: 90px 0;}	
	.post-title {margin-bottom: 20px;}
	.top-footer {padding: 90px 0;}
	.newsletter-form input {width: 300px;}
	.newsletter-form {max-width: 410px;}
	.error-content {position: static; transform: inherit;padding-top: 100px;}
	.main-banner-text.mw-100 {margin-bottom: 40px;}
	.blog-single blockquote p {padding-right: 0;}
	.post-share-options .tags {width: 100%;margin-top: 30px;}
	.widget-recent-posts .blog-posts {max-width: 100%;}
	.comments-section ul ul {padding-left: 0;}
	.reply {position: static;margin-top: 20px;}
	.pager-sec.pb-75 {padding-bottom: 0;}
	.team-carousel .slick-prev, .team-carousel .slick-next {display: none !important; }
	.main-banner-text.title-hd {max-width: 100%;}
	.pager-sec.pb-75 {padding-bottom: 60px;}
	.section-head .main-banner-text.title-hd {margin-bottom: 20px;}
	.main-banner-text.title-hd > h1 {font-size: 28px;margin-bottom: 15px;}
	.main-banner-text.title-hd > h1 span {left: 5px;}
	.blog-single blockquote {padding: 35px 25px 45px;}
	.mg-list li {width: 100%;}
	.counter-div.scnd-dv {top: 0;}
}



@media (max-width: 480px) {
	.main-banner-text > h1 {font-size: 40px;}
	.main-banner-text > h1 span {width: 10px;height: 10px;left: 0;}
	.main-banner-text.title-hd > h1 {font-size: 29px;line-height: 42px;margin-bottom: 15px;}
	.main-banner-text > p {font-size: 15px;line-height: 27px;}
	.page-number.bottom,.page-number {top: 20px;right: 20px;}
	.main-banner-text.title-hd p.bdy {font-size: 15px;line-height: 27px;}
	.btn-default {height: 50px;line-height: 46px;height: 50px;font-size: 16px;}
	.our-features-list li > p {font-size: 15px;line-height: 27px;}
	.figcaption  {padding: 50px 25px 0 25px;}
	.blog_info {float: left;width: 100%;padding-left: 0;margin-top: 30px;}
	.blog_post.main .blog_info {padding: 0 20px;}
	.newsletter-form button {margin-left: 20px;}
	.newsletter-form input {width: 210px;}
	.testi-info > h3 {font-size: 18px;}
	.testi-info {padding-left: 20px;}
	.testi-info > span {font-size: 14px;line-height: 20px;}
	.testimonial-sec > p {font-size: 18px;line-height: 30px;}
	.testimonial-sec > img {margin-top: 40px;}
	.testimonial-sec > p:before {right: -8px;}
	.pl-text {padding-left: 0;}
	.error-content > h2 {font-size: 74px;}
	.error-content > h3 {font-size: 32px;line-height: 42px;margin-bottom: 25px;}
	.error-content p {margin-bottom: 30px;}
	.blog-single .blog-post.main p.large {font-size: 20px;line-height: 170%;}
	.blog-single blockquote:before {display: none;}
	.tags li  {margin-bottom: 10px;}
	.author-details {padding: 40px 30px;}
	.lang-slct li a {font-size: 9px;}
	.post-ct h2 {font-size: 14px;}
	.main-banner-text.title-hd.style2 h1 {font-size: 24px;}
	.main-banner-text.title-hd {margin-bottom: 40px;}
	.related-posts-section {margin-bottom: 50px;}
	.comments-section > h2 {font-size: 28px;}
	.cm-head > h3, .cm-head > span {display: unset;width: 100%;display: block;padding-left: 0;margin-left: 0;}
	.cm-head > h3 {margin-bottom: 15px;margin-top: 25px;}
	.cm-head > span {margin-bottom: 15px;}
	.cm-head > span:before {display: none;}
	.cm-head {margin-bottom: 10px;}
	.widget-recent-posts .blog-posts {margin-bottom: -30px;}
	.widget-newslettter .lang-slct li a  {font-size: 15px;}
	.main-banner-text.title-hd > h1 {padding-right: 0;}
	.counter-cl {width: 200px;height: 200px;line-height: 200px;padding-top: 0;padding-top: 40px;}
	.counter-cl > h2 {line-height: 80px;font-size: 60px;margin-bottom: 0;}
	.counter-cl > h3 {font-size: 15px;}
	.oct-abt-row {margin-bottom: 40px;}
	.sec-block3 {padding: 110px 0 80px;}
	.partners-section {padding: 45px 0;}
	.video-section {height: 250px;}
	.testimonial-sec {margin-top: 40px;}
	.pager-sec ul li {margin-bottom: 20px;}
	.pager-sec.pb-75 {padding-bottom: 40px;}
	.mg-list li {width: 100%;}
	.figcaption > h2 {font-size: 19px;}
	.contact-lzt {padding: 40px 20px 40px 20px;}
	.contact-nfo {padding-left: 0;max-width: 100%;margin-top: 25px;width: 100%;}
	.map-section iframe {height: 300px;}
	.service-details-content > h3 {font-size: 30px;margin-bottom: 25px;}
	.prices-section {margin-bottom: -30px;}
	.services-section.without-carousel {margin-bottom: -80px;}
	.banner-slider .slick-prev, .banner-slider .slick-next {bottom: 25px;}
	.section-head .main-banner-text.title-hd {margin-bottom: 50px;}
	.blog-thumbnail {width: 100%;}
	.blog-thumbnail img {width: 100%;}
}

@media (max-width: 991px) {
.sec-block {
    padding: 100px 0;
}

}
a.btn-default:hover{
	color:#fff !important;
	background-color: #0069a7 !important;
	
}

body::-webkit-scrollbar,.popup-container .popup-inner::-webkit-scrollbar {
    width: 12px;
}
 
    
    
    
/* Track */
body::-webkit-scrollbar-track{
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 1px; 
     border-radius: 1px; 
    opacity: 0.12;
    background: rgba(242,242,242,1);
}
/* Handle */
body::-webkit-scrollbar-thumb {
      -webkit-border-radius: 1px;
    border-radius: 1px;
    background:#0069a7;
}
.resimhak:hover{
    filter: grayscale(0) !important;
        cursor: pointer;
}

.pft-item:hover:before,
.blog-page .blog_post.main:hover:before {
	background: -webkit-linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%);
	background: -moz-linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%);
	background: -ms-linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%);
	background: -o-linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #DD4242 100%);
	background: linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #0069a7 100%);
	mix-blend-mode: soft-light;
	z-index: 1;
}

.pft-item > img {
    display: block;
    width: 100%;
    margin: 0;
}
.pft-item {
    position: relative;
}
.pft-item:hover .figcaption {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	background: linear-gradient(180deg, rgba(8, 10, 18, 0) 0%, #0069a7 100%);
	/* background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%); */
} 

a, .btn-default, .poly1:before, .btn-default2:before, .slick-prev, .slick-next, .slick-prev:before, .slick-next:before, .pft-item:before, .blog-thumbnail:before, .figcaption, .newsletter-form button:before, .tema-col, .tema-col:before, .team-caption, .filters-nav li a:before, .cz-controls > a:before, .post-ct > a:before, .blog-page .blog_post.main .blog_info, .blog-page .blog_info > a, .responsive-mobile-menu, .responsive-logo, .responsive-mobile-menu ul {
    transition: all 0.4s ease-in-out;
}
.pft-item:before, .blog-thumbnail:before, .blog-page .blog_post.main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    background: -moz-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    background: -ms-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    background: -o-linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
    z-index: 1;
}
@media only screen and (min-width: 768px){
  .rakamlar {
      margin-top:8%;
    }
    
}
.dosyalar  a:hover {
    color:#fff !important;
    transition: all 0.1s linear;
}

/* ================= SERVICES SECTION ==================== */


.slick-prev, .slick-next {
	color: #fff;
	font-size: 16px;
	padding-bottom: 23px;
}
.slick-prev:before, .slick-next:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background-color: #fff;
}
.slick-next {
    right: 15px;
    top: -93px;
    transform: inherit;
    text-align: right;
}
.slick-next:before {
	right: -15px;
	left: auto;
}
.slick-prev {
	left: auto;
    right: 120px;
    top: -93px;
    transform: inherit;
}
figcaption a.btn-default2:hover{
    color:#0069a7 !important;
    border-bottom: 0px solid #fff !important;
}
#button {
  display: inline-block;
  background-color: #191b27;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #000;
  text-decoration: none;
  color:#428bca !important;

}
#button:active {
  background-color: #428bca;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.cardcontainer-kasar .bg-position,.cardcontainer-kasar .bg6,.works.cardcontainer-kasar .bg5 {
    animation: zoominoutsinglefeatured 20s infinite ;
}
.hist{position:relative;width:100%;margin:0;padding:50px 0;color:#fff;/* background:#04192e url(../../img/icon/hist-bg.jpg) repeat; */overflow:hidden;}
.hist .w480{max-width:550px}
.hist h4,.hist .h5,.hist p{color:#fff}
.hist h4,.hist .h5,.hist p{margin-top:0}
.hist .title{padding-bottom:114px}
.hist .title .letter p{color:inherit}
.hist ul li .h5{position:relative;margin-bottom: 5px;}
.hist .scale{position:relative;width:100%;height:auto;}
.hist h4,.hist .scale .h5{padding:0;font-size:5vh}
.hist .scale .h5{color: #fff;/* font-family:'Open Sans'; */font-weight:700;font-size: 23px;letter-spacing: 0px;line-height: 19px;letter-spacing: 1.5px;}
.hist .scale a.nextYears,.hist .scale a.prevYears{display:block;position:absolute;top:7px;width:34px;height:30px;background:transparent url(../images/icon/seta-hist.svg) no-repeat center center;text-indent:-5555px;z-index:10;-webkit-transition:-webkit-transform .16s ease-out;-moz-transition:-webkit-transform .16s ease-out;-ms-transition:-webkit-transform .16s ease-out;transition:-webkit-transform .16s ease-out}
.hist .scale a.nextYears:hover{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}
.hist .scale a.nextYears{right:15px}
.hist .scale a.prevYears{left:10px;display:none;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.hist .scale a.prevYears:hover{-webkit-transform:rotate(180deg) translateX(5px);-ms-transform:rotate(180deg) translateX(5px);transform:rotate(180deg) translateX(5px)}
.hist .scale>.h5{display:block;position:absolute;top:-1px;right:-190px;z-index:10;text-align:center;width:500px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);color:inherit}
.hist .scale>.h5 span{margin:0 40px}
.hist .scale .timeline{position:relative;margin-left:45px;100%;height: 320px;overflow:hidden;z-index:0;/* min-height:430px; */-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);/* transform:translateZ(0); *//* -webkit-backface-visibility:hidden; */-ms-backface-visibility:hidden;/* backface-visibility:hidden; */}
.hist ul{position:absolute;left:0}
.hist ul li{display:block;position:relative;float:left;width: 297px;/* height: 24px; */padding: 77px 120px 0 0;background: transparent url(../images/about-history-scale.svg) no-repeat 0 0;transition:all 3s linear;/* margin-top: 10px; *//* opacity: 0; */opacity: 0.3;}
.hist ul li>.h5{padding-bottom: -20px!important;}
.hist ul li p{font-size: 14px;line-height: 18px;margin-top: 15px;color: #ffffffd9 !important;/* opacity: 0.421; */font-weight: 500;}
.hist ul li.active{
	opacity:1;
	transition:all 3s linear;
}
.letter2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    border-bottom: 1px solid #f5ba02;
    width: 7%;
}
#tarihce-carousel .owl-item{
	width:200px important;
}
#tarihce-carousel .owl-prev{
	position: absolute;
    right: 90px;

}
#tarihce-carousel .owl-next{
	position: absolute;
    right: 50px;

}
	#tarihce-carousel .owl-prev,#tarihce-carousel .owl-next {
   
    top: -50px !important;
}
	#tarihce-carousel .owl-prev{
		right:120px !important;
	}
#tarihce-carousel .owl-prev:hover img,#tarihce-carousel .owl-next:hover img {
    opacity:1 !important;
    
}

   #button:hover {
            cursor: pointer;
            background-color: #0069a7;
            text-decoration: none;
            color: #428bca !important;
        }

        .nokta-span h2 span {
            display: inline-block;
            background-color: #0069a7;
            width: 12px;
            height: 12px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            border-radius: 100px;
            position: relative;
            margin-left: -5px;

        }

        .swiper-button-prev:hover,
        .swiper-button-next:hover {
            color: #0069a7 !important;
            transition: all 0.1s linear;
        }

        .follow-us:hover,
        .swiper-slide-active a:hover {
            color: #fffff4 !important;
            opacity: 0.3;
            transition: all 0.1s linear;

        }

        .swiper-button-prev:hover img {
            content: url('../images/icon4.svg');
            transform: rotate(180deg);
            transition: all 0.1s linear;

        }

        .swiper-button-next:hover img {
            content: url('../images/icon4.svg');
            transition: all 0.1s linear;


        }

        .slider .gallery-thumbs .swiper-slide-active span {

            width: 100%;
        }

        br {
            display: block !important;
        }

        @media (max-width: 1280px) {
            .slider .gallery-thumbs .swiper-slide span {

                font-size: 1.7vw;
            }
        }

        @media (max-width: 1023px) {
            .slider .gallery-thumbs .swiper-slide span {

                font-size: 1.5vw;
            }
        }


        @media (max-width: 1280px) {
            .swiper-container.gallery-thumbs {
                bottom: 10%;
            }

            h2.fabriks {

                font-size: 1.5vw;
            }

        }

        @media (min-width: 1280px) {
            .swiper-container.gallery-thumbs {
                bottom: 14.4%;
            }


        }

        @media (min-width: 1440px) {
            .swiper-container.gallery-thumbs {
                bottom: 14% !important;
            }


        }

        @media (max-width: 767px) {
            .slider .slide-progress {
                display: none;
            }

            h2.fabriks {
                position: relative !important;
                top: 0 !important;
                font-size: 7.5vw !important;
            }

            ul.fix-menu-top {
                list-style: none;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: start !important;
                align-items: center;
                /* overflow-x: scroll; */
                /* width: 100%; */
                margin-left: -30px;
                margin-top: 21px;
            }

            .menu-tops {
                overflow-x: visible;
            }

            .page-header .inner h1 {

                font-size: 5vw !important;

            }

            ul li ul li,
            ul li {
                margin-left: 0px !important;
            }

            .slider .gallery-thumbs .swiper-slide span {font-size: 8.5vw;}
        }


        @media (max-width: 480px) {
            .mob-he {
                overflow: auto;
                height: 70%;
            }

            .hidess {
                display: none;
            }

            .swiper-button-prev,
            .swiper-button-next {
                display: none;
            }
        }



        .section {
            width: 100%;
            height: 100%;
            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin-bottom: 0px;
        }


        .overlays.intros,
        .overlay-white {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            background: #ffffffff;
            opacity: 0;
        }

        .overlays.intros2,
        .overlay-white {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            background: #151314b3;
            opacity: 1;
        }

        .page-header .inner h1 {
            color: #fff;
            font-weight: 800;
            font-size: 3.4vw;
            letter-spacing: 0px;
        }

        ul.fix-menu-top li {
            display: inline-block;
            padding-left: 25px;
            padding-right: 25px;
            list-style: none;
            border-right: 1px solid #00000029;
            text-align: center;
        }

        ul.fix-menu-top-sag li {
            display: inline-block;
            padding-right: 25px;
            list-style: none;
            text-align: center;
            padding-bottom: 15px;
            border-bottom: 1px solid #7373731f;
            padding-top: 25px;
            width: 100%;
            text-align: left;
            padding-left: 30px;
        }

        ul.fix-menu-top li:last-child {
            border-right: 0px solid #00000029 !important;
        }

        ul.fix-menu-top-sag li:last-child {
            border-bottom: 0px solid #00000029 !important;
        }

        ul.fix-menu-top li a {
            font-size: 18px;
        }

        ul.fix-menu-top li a.active,
        ul.fix-menu-top li.active a,
        nav.site-navigation ul li a.active,
        nav.site-navigation ul li ul li a.active,
        nav.site-navigation ul li.active a.center.active,
        nav.site-navigation ul li ul li.active a.active,
        nav.site-navigation ul li.active a.centers,
        nav.site-navigation ul li.active ul li.active a.center {
            font-weight: bolder !important;
            color: #0069a7 !important;
        }

        ul.fix-menu-top li a:hover,
        ul.fix-menu-top-sag li a:hover {
            color: #0069a7;
            transition: all 0.1s linear;
        }

        ul.fix-menu-top-sag li.active {
            background-color: #0069a7 !important;

        }

        ul.fix-menu-top-sag li.active a {
            color: #fff !important;

        }


        ul.fix-menu-top {
            list-style: none;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        ul.fix-menu-sag {
            list-style: none;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: flex-start;
        }


        .sticky {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            overflow: hidden;
            z-index: 1111;
        }

        .fix-tops {
            padding-bottom: 0 !important;
            padding-top: 15px !important;
            position: fixed;
            top: 0;
            z-index: 1111;
            box-shadow: 1px 3px 7px 0px #88888875;
            transition: all 0.1s linear;
        }

        .panel-group .panel {
            background-color: #fff;
            border: none;
            box-shadow: none;
            border-radius: 10px;
            margin-bottom: 11px;
        }

        .panel .panel-heading {
            padding: 0;
            border-radius: 10px;
            border: none;
        }

        .panel-heading a {
            color: #fff !important;
            display: block;
            border: none;
            padding: 20px 35px 20px;
            font-size: 20px;
            background-color: rgb(29 32 44);
            font-weight: 600;
            position: relative;
            color: #fff;
            box-shadow: none;
            transition: all 0.1s ease 0;
        }

        .panel-heading a:after,
        .panel-heading a.collapsed:after {
            content: "\f068";
            font-family: fontawesome;
            text-align: center;
            position: absolute;
            left: -20px;
            top: 10px;
            color: #fff;
            background-color: #0069a7;
            border: 5px solid #fff;
            font-size: 15px;
            width: 40px;
            height: 40px;
            line-height: 30px;
            border-radius: 50%;
            transition: all 0.3s ease 0s;
        }

        .panel-heading:hover a:after,
        .panel-heading:hover a.collapsed:after {
            transform: rotate(360deg);
        }

        .panel-heading a.collapsed:after {
            content: "\f067";
        }

        #accordion .panel-body {
            background-color: #Fff;
            color: #8C8C8C;
            line-height: 25px;
            padding: 10px 25px 20px 35px;
            border-top: none;
            font-size: 14px;
            position: relative;
        }

        ol {
            list-style: disc;
        }

        .q_team_inner {
            text-align: center;
        }

        .q_team_image {
            margin-bottom: 10px;
        }

        .q_team_inner h3 {
            font-size: 23px;

        }

        .q_team_inner span {
            font-size: 14px;
            opacity: 0.8;

        }

        h3.q_team_name:after {
            display: block;
            content: '';
            width: 77px;
            background-color: #06060621;
            height: 1px;
            text-align: center;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 10px;
            /* padding-top: 10px; */
            margin-top: 10px;
        }

        .sertifikalar-row .wpb_wrapper {
            border: 1px solid #00000017;
            padding: 30px;
            height: 350px;
            transition: all 0.1s linear;
        }

        .sertifikalar-row .wpb_wrapper:hover {

            background: #0069a7;
        }

        .sertifikalar-row .wpb_wrapper:hover h3,
        .sertifikalar-row .wpb_wrapper:hover span {

            color: #fff !important;


        }

        .site-navigation .inner ul li ul.open {
            display: block;
        }

        .site-navigation .inner ul li i {
            transform: translateY(0px);

        }

        .site-navigation .inner ul li i.fa-caret-down {
            transform: rotate(-90deg);
        }

        .site-navigation .inner ul li i.fa-caret-down.fa-caret-right {
            transform: rotate(90deg);
        }

        .slider-wrapper-global {
            font-size: 40px;
            color: #aaa;
            font-weight: bold;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slider-global {
            height: 60px;
            overflow: hidden;
        }

        .slider-global div {
            color: #0069a7;
            height: 50px;
            margin-bottom: 50px;
            padding: 2px 15px;
            text-align: center;
            box-sizing: border-box;
            font-size: 31px;
        }

        .slider-text1 {
            animation: slide-global 20s linear infinite;
        }

        .slider-text2 {}

        .slider-text3 {}

        @keyframes slide-global {
            0% {
                margin-top: -1100px;
            }

            4% {
                margin-top: -1000px;
            }

            8% {
                margin-top: -1000px;
            }

            12% {
                margin-top: -900px;
            }

            16% {
                margin-top: -900px;
            }

            20% {
                margin-top: -800px;
            }

            24% {
                margin-top: -800px;
            }

            28% {
                margin-top: -700px;
            }

            32% {
                margin-top: -700px;
            }

            36% {
                margin-top: -600px;
            }

            40% {
                margin-top: -600px;
            }

            44% {
                margin-top: -500px;
            }

            48% {
                margin-top: -500px;
            }

            52% {
                margin-top: -400px;
            }

            56% {
                margin-top: -400px;
            }

            60% {
                margin-top: -300px;
            }

            64% {
                margin-top: -300px;
            }

            68% {
                margin-top: -200px;
            }

            72% {
                margin-top: -200px;
            }

            76% {
                margin-top: -100px;
            }

            80% {
                margin-top: -100px;
            }

            84% {
                margin-top: 0px;
            }

            100% {
                margin-top: 0px;
            }
        }

        .page-header .inner h1 {

            width: 50%;
        }

        .fix-menu-top-sag i {
            margin-top: 5px;
        }

        .slider .swiper-container .swiper-slide video {
            min-width: 100%;
            min-height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transform: none;
            opacity: 0.8;
            height: 100vh;
            width: 100%;
            object-fit: cover;
        }
        
        @media (max-width: 320px) {
            
            .all-cases-link span {
    font-size: 12px;
                margin-right: 2px !important;
}
            
        }
        @media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}

	.cc-window.cc-bottom {
		bottom: 0
	}

	.cc-window.cc-banner,
	.cc-window.cc-left,
	.cc-window.cc-right {
		left: 0;
		right: 0
	}

	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1
	}

	.cc-window.cc-floating {
		max-width: none
	}

	.cc-window .cc-message {
		margin-bottom: 1em
	}

	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
	margin-left: 0
}

.cc-color-override-1576123545.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(0 105 167) !important;
}
.cc-color-override-1576123545 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(72 149 99) !important;
}
        .cc-window {
	opacity: 1;
	transition: opacity 1s ease
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column
}

.cc-window.cc-banner {
	padding: 0.3em 1em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active,
.cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}

.cc-banner .cc-btn:last-child {
	min-width: 140px
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus,
.cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating > .cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1
}

.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1
}

.cc-btn + .cc-btn {
	margin-left: .5em
}

@media print {

	.cc-revoke,
	.cc-window {
		display: none
	}
}
.iletisim-sosyal.open{
    background: #0069a7;
    width: 30px;
    border-radius: 25px;
    transform: scale(1.4);
}
.all-cases-link b.open{
        background: #0069a7;
    color:#fff;

}