@charset "UTF-8";

:root {
  --logo-mavi: #1e4588;
  --logo-yesil: #318f43;
}

html, body, form{
    height:100%;
    overflow-x:unset !important;
    scroll-behavior: smooth;
}

.projeler .box {
  position: relative;
  margin-top: 30px;
}


@media (min-width: 576px){  
  .modal-ik .modal-dialog {
      max-width: 90%;
      margin: 1.75rem auto;
  }
}
.for-scroll .fa-times:before {
    content: "\f00d";
    position: relative;
    right: -13px;
}
.modal-ik .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}
.modal-ik .modal-body{
  padding:0 0 !important;
}
.modal-ik .grey-bg2{
  background: #fbfbfb;
  padding:40px 25px;
      height: 100%;
}
.modal-ik .pad-cstm2{
  padding:40px 25px;
}
.modal-ik ul{
  margin-top: 20px;
  display: block;
}
.for-scroll .form-item span{
      font-size: 12px;
    position: relative;
    top: 7px;
    padding: 0 !important;
    background: transparent !important;
    bottom: initial !important;
    right: initial !important;
}
.for-scroll  #rfvCaptcha{
      font-size: 12px;
    position: relative;
    top: 7px;
    padding: 0 !important;
    background: transparent !important;
    bottom: initial !important;
    right: initial !important;
}
.modal-ik li{
       font-size: 15px;
    font-weight: 400;
    color: #000;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    line-height: 23px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.modal-ik li:before{
      content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--logo-mavi);
    position: absolute;
    top: 9px;
    left:-15px;
}
.projeler .box:hover .photo {
  box-shadow: 0 0.5px 27.5px 0 rgba(0, 0, 0, 0.44);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.projeler .box:hover .photo:before {
  background: rgba(0, 0, 0, 0.6);
}
.projeler .box .photo {
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.projeler .box .photo:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 99.8%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lang img{
  height: 28px;
}
.projeler .box .photo img {
  height: 298px;
  object-fit: cover;
  width: 100%;
}
.projeler .box .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 30px;
}
.projeler .box .text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 25px;
  margin-bottom: 35px;
}
.projeler .box .text p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 17px;
  margin-bottom: 15px;
}

.button {
  float: left;
  position: relative;
  font-family: arial;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.button.v19 .label {
  padding: 10px 30px;
  font-family: arial;
  font-size: 14px;
  display: inline-block;
  z-index: 10;
  position: relative;
  white-space: nowrap;
  line-height: 24px;
  transition: all 0.225s;
  transition-delay: 0.45s;
  letter-spacing: 2px;
}
.button.v19.button-start .label {
  padding: 12px 65px;
}
.button.v19 .icon2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.225s;
  transform: skew(-40deg, 0deg) scaleX(1);
  background: rgba(240, 32, 47, 0.8);
  transition-delay: 0.45s;
}
.button.v19 .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.225s;
  transform: scale(0.9) skew(0deg, 0deg);
  transition-delay: 0.15s;
  display: none !important;
}
.button.v19 .icon:before, .button.v19 .icon:after {
  width: 60px;
  opacity: 0;
  content: '';
  height: 1px;
  position: absolute;
  display: block;
  background: #f0202f;
  display: none !important;
  transition: all 0.375s;
  transition-delay: 0.3s;
}
.button.v19 .icon:before {
  top: 0;
  left: calc(50% - 30px);
  display: none !important;
}
.button.v19 .icon:after {
  bottom: 0;
  right: calc(50% - 30px);
  display: none !important;
}
.button.v19 .icon span:before, .button.v19 .icon span:after {
  height: 0;
  transition-delay: 0s;
  content: '';
  background: #f0202f;
  position: absolute;
  display: block;
  width: 2px;
  transition: all 0.225s;
}
.button.v19 .icon span:before {
  left: 0;
  top: 0;
  display: none;
}
.button.v19 .icon span:after {
  right: 0;
  bottom: 0;
  display: none;
}
.button.v19:hover .icon {

}
.button.v19:hover .icon:before, .button.v19:hover .icon:after {
  transition-delay: 0s;
  width: 30px;
  opacity: 1;
  display: none;
}
.button.v19:hover .icon:before {
  left: 0;
}
.button.v19:hover .icon:after {
  right: 0;
}
.button.v19:hover .icon span:before, .button.v19:hover .icon span:after {
  height: 30px;
  transition-delay: 0.45s;
}
.button.v19:hover .icon2 {
  transform: skew(-40deg, 0deg) scaleX(0.2);
  background: #cacaca;
  transition-delay: 0s;
  opacity: 1;
}
.button.v19.white:hover .label {
  color: #000;
  transition-delay: 0s;
}
.button.v19.white .icon2 {
  background: #dadada;
  display: none;
}
.button.v19.white .icon:before, .button.v19.white .icon:after {
  background: #000;
}
.button.v19.white .icon span:before, .button.v19.white .icon span:after {
  background: #000;
}
.button.v19.labelred .label {
  color: #f0202f;
}
.button.v19.labelgray .label {
  color: #fff;
  background: var(--logo-mavi);
}
.button.v19.transparent {
  float: none;
  display: inline-block;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}
.button.v19.transparent .label {
  color: #fff;
  transition-delay: 0s;
}
.button.v19.transparent .icon2 {
  background: transparent;
}
.button.v19.transparent .icon {
  transform: scale(1) skew(10deg, 0deg);
}
.button.v19.transparent .icon:before, .button.v19.transparent .icon:after {
  background: #fff;
}
.button.v19.transparent .icon span:before, .button.v19.transparent .icon span:after {
  background: #fff;
}
.button.v19.transparent:hover .icon {
  transform: scale(1) skew(-40deg, 0deg);
}

@keyframes wifianimation {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.7;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wifianimation2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sidebar.sticky {
  position: fixed;
  top: 0;
  transform: translateY(150px);
}

.loader-t {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
.brown-logo {
  width: 200px;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body {
  font-family: 'Poppins', sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.custom-file-label::after {
  content: "Yükle" !important;
}

.custom-file-input {
  cursor: pointer;
  height: auto;
}

.scroll-right {
  display: none !important;
}

.scroll-left {
  display: none !important;
}

.custom-file-input:hover {
  cursor: pointer;
}

.modal-content .custom-file-label {
  left: 0 !important;
  top: 3px !important;
}

.horizontal-timeline .events {
  height: 1px;
}

.horizontal-timeline .events a::after {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #d0d0d0;
}

.sec-code {
  position: relative;
}

.sec-code span {
  position: absolute;
  right: 0;
  padding: 15px;
  background: #f3f3f3;
  bottom: 10px;
  color: #000;
}

.sec-code img {
  top: 0;
  position: absolute;
  width: 81px;
  right: 0;
}

.custom-file-label {
  cursor: pointer;
}

.custom-file-label:hover {
  cursor: pointer;
}

.custom-file {
  cursor: pointer;
  height: auto;
}

.ik-page .custom-file:hover {
  cursor: pointer;
}

.noPadding {
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.padRight {
  padding-right: 0;
}

button:focus {
  outline: none !important;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
.index-page .caption h3 {
  font-size: 23px;
  font-weight: 400;
  color: #676767;
  margin-bottom: 50px;
  position: relative;
}
.index-page .caption h3:before {
  width: 250px;
  height: 2px;
  background: var(--logo-mavi);
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
}

.btn-red {
  padding: 15px 25px;
  background: var(--logo-mavi);
  border-radius: 0 !important;
  box-shadow: none;
  position: relative;
  width: 180px;
  border: none;
  text-align: left;
  margin-top: 40px;
  outline: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-red:hover {
  color: #fff;
}
.btn-red:hover:before {
  color: #fff;
}
.btn-red:before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 30px;
  color: #fff;
  font-size: 13px;
  top: 17px;
  z-index: 99;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-red span {
  position: relative;
  z-index: 1;
}

.btn-red:after {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  height: 490%;
  width: 140%;
  background: var(--logo-yesil);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-red:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  top: 12px;
}

b
header .menu-second #menu__panel-two .c-form {
  color: #454545 !important;
  background: var(--logo-mavi) !important;
}

body::-webkit-scrollbar-track {
  /*
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 0;
  width: 12px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #211e1e;
}

body.open {
  overflow: hidden !important;
}

html.open {
  overflow-x: initial;
}
.modal-ik .modal-content .form-item span{
      font-size: 12px;
    position: relative;
    top: 7px;
    padding:0 !important;
    background:transparent !important;
    bottom:initial !important;
    right:initial !important;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  top: 0;
  padding: 5px 0;
  z-index: 999;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* MENU */
}
header .logo {
  text-align: center;
  transition: width 1s;
  width: 100%;
  margin: 0 auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.h1 {
  font-size: 22px;
  font-weight: 500;
  color: #676767;
  margin-bottom: 50px;
  position: relative;
  border-bottom: 1px solid var(--logo-mavi);
  text-align: center;
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
header .logo a {
  position: relative;
}
/* header .logo a:before {
  text-align: center;
  content: "";
  position: absolute;
  width: 410px;
  height: 67px;
  background: url(../images/img-slogan.png);
  bottom: -90px;
  background-repeat: no-repeat;
  left: -143px;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 6px black);
} */
div.divIcerik img {
  max-width: 100% !important;
  height: auto !important;
}
header .logo img {
  margin: 0 auto;
}
header .logo .logo-white {
  display: block;
  margin-top: 20px !important
}
header .logo .logo-white {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
}
header .logo .logo-black {
  opacity: 0;
  margin: 0 auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
}
header .fadeInDown {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
header #menu-btn {
  position: absolute;
  top: 50px;
  left: 20px;
  padding: 10px 20px;
  border: 1px solid transparent;
  /* To avoid icon movement on hover */
  font-weight: 300;
  user-select: none;
  transition: border-color 0.3s;
  transform: translateY(-50%);
  z-index: 999;
}
header #menu-btn i {
  margin-left: 10px;
  color: #fff;
  font-size: 40px;
}
header #menu-btn:hover {
  cursor: pointer;
}
header #menu__panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 470px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
  user-select: none;
  transform: translateX(-485px);
  transition: transform 0.5s;
  /* display: inline-flex; */
}
header #menu__panel:before {
  content: "";
  position: fixed;
  width: calc(100vw - 470px);
  z-index: 999;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
header #menu__panel.open {
  transform: translateX(0px);
}
header #menu__panel.open:before {
  display: block;
  left: 470px;
  display: block;
}
header .menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  top: 140px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100% - 217px);
  max-height: calc(100% - 217px);
  overflow-y: auto;
}
header .menu-item {
  width: 100%;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s;
}
header .menu-item:hover {
  background-color: #000;
}
header .menu-item i {
  margin: 0 10px;
}
header .menu-item a {
  display: inline-block;
  width: 100%;
  padding: 27px 50px;
  padding-left: 60px;
  font-size: 21px;
  padding-right: 20px;
  background: #f4f4f4;
  color: #454545;
  font-weight: 600;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .menu-item a:hover {
  color: #fff;
  background: var(--logo-mavi);
}
header .c-form a:hover {
  cursor: initial;
  background: #c1c1c1;
}
header .menu__close {
  position: absolute;
  top: 30px;
  left: 50px;
  padding: 5px 10px;
  transition: transform 0.5s;
  color: #787878;
  font-size: 30px;
}
header .menu__close:hover {
  cursor: pointer;
}

.darkHeader .menu-second #menuTwo {
  top:25px
}
header .menu-second #menuTwo {
  right: 20px;
  left: initial;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50px;
  padding: 10px 20px;
  user-select: none;
  transition: border-color 0.3s;
  transform: translateY(-50%);
}
header .menu-second #menuTwo span {
  width: 65px;
  height: 3px;
  background: var(--logo-mavi);
  position: absolute;
  left: -60px;
  top: 19px;
}
header .menu-second #menuTwo i {
  margin-left: 10px;
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 40px;
}
header .menu-second #menuTwo:hover {
  cursor: pointer;
}
header .menu-second .for-scroll {
  overflow-y: scroll;
  max-height: 100%;
}
header .menu-second .for-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
header .menu-second .for-scroll::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
header .menu-second .for-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D62929;
}
header .menu-second #menu__panel-two {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: initial;
  z-index: 9999;
  width: 470px;
  background-color: #fff;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
  user-select: none;
  transform: translateX(485px);
  transition: transform 0.5s;
}
header .menu-second #menu__panel-two .menu-item:hover .hvr-sec {
  opacity: 1;
}
header .menu-second #menu__panel-two .menu-item {
  width: 100%;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  padding: 24px 50px;
  padding-left: 60px;
  font-size: 18px;
  padding-right: 20px;
  background: #f4f4f4;
  color: #454545;
  font-weight: 600;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .menu-second #menu__panel-two .menu-item a {
  color: #454545;
  color: #454545;
  display: block;
  width: 100%;
  height: 100%;
}
header .menu-second #menu__panel-two .menu-item:hover {
  color: #fff;
  background: var(--logo-yesil);
}
header .menu-second #menu__panel-two .menu-item i {
  margin: 0 10px;
  color: #516271;
}
header .menu-second #menu__panel-two .menu-item li a {
  font-size: initial;
  background: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .menu-second #menu__panel-two .menu-item li a:hover {
  background: #fff;
}
header .menu-second #menu__panel-two .menu-item.c-form {
  color: #fff !important;
  background: var(--logo-yesil) !important;
}
header .menu-second #menu__panel-two .socialicons {
  position: relative;
  bottom: initial;
  padding-top: 40px;
  padding-bottom: 20px;
}
header .menu-second #menu__panel-two:before {
  content: "";
  position: fixed;
  width: calc(100vw - 470px);
  z-index: 999;
  height: 100vh;
  top: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.z-cstm{
  position: relative;
  z-index: 901;
  background: #fff;
}
header .menu-second #menu__panel-two .menu__close {
  right: 50px;
  position: absolute;
  top: 30px;
  padding: 5px 10px;
  transition: none !important;
  color: var(--logo-mavi);
  font-size: 30px;
  transform: rotate(180deg) !important;
  padding-left: 80px;
  z-index: 9;
}
header .menu-second #menu__panel-two .hvr-sec {
  position: absolute;
  right: 30px;
  top: 12px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .menu-second #menu__panel-two .hvr-sec li {
  font-size: 15px;
  font-weight: 500;
  color: #080806;
  margin: 0 4px;
}
header .menu-second #menu__panel-two .hvr-sec .btn-secondary {
  background: transparent;
  width: 42px;
  height: 42px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  line-height: 42px;
}
header .menu-second #menu__panel-two .hvr-sec .btn-secondary:hover {
  background:transparent
}
header .menu-second #menu__panel-two .hvr-sec .btn-secondary:hover i {
  color: #fff;
}
header .menu-second #menu__panel-two a {
  position: relative;
}
header .menu-second #menu__panel-two.open {
  transform: translateX(0px);
}
header .menu-second #menu__panel-two.open:before {
  display: block;
  right: 470px;
  display: block;
}
header .menu-second .menu {
  position: relative;
  top: initial;
  bottom: initial;
  margin-top: 110px;
  height: auto;
  z-index: 99;
}
header .menu-second .menu__close {
  right: 200px;
  position: absolute;
  top: 30px;
  padding: 5px 10px;
  transition: transform 0.5s;
  color: var(--logo-mavi);
  font-size: 30px;
}
header .menu-second b {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #080806;
}
header .socialicons {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
}
header .socialicons i {
  text-align: center;
  border-radius: 0;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  font-size: 17px;
  line-height: 40px !important;
  background-color: rgba(0, 0, 0, 0.05);
  color: #666;
  border-color: transparent;
  border-radius: 3px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .socialicons #menu__panel-two .socialicons {
  position: relative;
  padding-top: 80px;
  bottom: initial;
}
header .socialicons .fa-linkedin:hover {
  background: #007ab9;
  color: #fff;
}
header .socialicons .fa-instagram:hover {
  background: #e95950;
  color: #fff;
}
header .socialicons .fa-twitter:hover {
  background: #55acee;
  color: #fff;
}
header .socialicons .fa-youtube:hover {
  background: #Aa0000;
  color: #fff;
}
header .socialicons .fa-facebook-f:hover {
  background: #3b5998;
  color: #fff;
}

.darkHeader {
  background: rgba(255, 255, 255);
  box-shadow: 2px 2px 10px #cecece;
  padding: 5px 0;
}
.darkHeader .logo a:before {
  display: none;
}
.darkHeader .logo .logo-white {
  opacity: 0;
  display: none;
}
.darkHeader .logo .logo-black {
  opacity: 1;
  display: block;
  width: 100%;
}
.darkHeader #menu-btn i {
  color: #404040;
}
.darkHeader .search .fa-search:before {
  color: #404040;
}
.darkHeader .menu-second #menuTwo {
  color: #404040;
}

#deneme {
  position: relative;
  height: 100vh;
  width: 400px;
  float: right;
}

.contact-form {
  padding: 20px;
  background: #e6e6e6;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 30px;
  z-index: 99;
  position: relative;
}
.contact-form .form-check-input {
  position: absolute;
  margin-left: -1.25rem;
  top: -3px;
}
.contact-form .special-margin .form-item {
  margin-bottom: 10px;
}
.contact-form .form-check-label {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: initial;
  left: initial;
  right: initial;
}
.contact-form .aydinlatma-metni {
  margin-bottom: 10px;
}
.contact-form .aydinlatma-metni p {
  font-size: 0.8em;
  font-weight: 400;
  color: #272727;
  line-height: 18px;
}
.contact-form .btn-send {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  background: var(--logo-yesil);
  width: 100%;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 20px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact-form .btn-send:hover {
  opacity: 0.8;
}
.contact-form .caption b {
  display: block;
  font-size: 2em;
  font-weight: 600;
  color: #2C363B;
  margin-bottom: 45px;
  position: relative;
  margin-left: 15px;
}
.contact-form .caption b:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  background: #0b3e8a;
}
.contact-form label {
  font-size: 0.9em;
  font-weight: 400;
  color: #a7a7aa;
  margin-bottom: 0;
  position: absolute;
  left: 21px;
  transition: all 300ms;
  top: 5px;
  color: #333333;
}
.contact-form textarea:focus + label, .contact-form input:focus + label, .contact-form label.active {
  top: -15px;
  left: 15px;
}
.contact-form textarea {
  min-height: 85px !important;
}
.contact-form label.input-has-value {
  top: -15px;
  left: 15px;
}
.contact-form .form-control {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: .7rem .75rem;
  border-color: #f4f4f4;
  height: 45px !important;
  font-size: 0.9em;
  font-weight: 400;
  color: #636365;
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form .form-item {
  margin-bottom: 32px;
}
.contact-form .sec-code {
  position: relative;
  margin-top: 20px;
}
.contact-form .sec-code span {
  position: absolute;
  right: 0;
  padding: 15px;
  background: #f3f3f3;
  bottom: 10px;
  color: #000;
}
.contact-form .invalid-feedback {
  position: relative;
  top: 13px;
}
.contact-form .valid-feedback {
  position: relative;
  top: 13px;
}

.contact-form .sec-code label {
  left: 6px;
}

.contact-form .sec-code input:focus + label, .contact-form .sec-code label.active {
  left: 2px;
}

.contact-form .sec-code img {
  top: 0;
  position: absolute;
  width: 81px;
  right: 0;
}

.owl-carousel .animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
}

.search {
  width: 88%;
  position: relative;
  display: flex;
  margin: 0 auto;
  float: right;
}
.search .fa-search:before {
  content: "\f002";
  color: #ffffff;
}

.lang {
  float: right;
  margin: 15px;
  margin-right: 50px;
  margin-top: 35px;
}

.searchTerm {
  width: 72%;
  padding: 5px;
  height: 100%;
  outline: none;
  background: transparent;
  color: transparent;
  border: none;
  font-size: 1em;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
}

.searchTerm::-webkit-input-placeholder {
  /* Edge */
  color: rgba(81, 81, 81, 0.5);
}

.searchTerm:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(81, 81, 81, 0.5);
}

.searchTerm::placeholder {
  color: rgba(81, 81, 81, 0.5);
}

.searchTerm:focus {
  color: #fff;
}

.searchTerm::-webkit-input-placeholder:focus {
  color: #fff;
}

.searchTerm:-moz-placeholder:focus {
  /* Firefox 18- */
  color: #fff;
}

.searchTerm::-moz-placeholder:focus {
  /* Firefox 19+ */
  color: #fff;
}

.searchTerm:-ms-input-placeholder:focus {
  color: #fff;
}

.searchButton {
  width: 40px;
  border: none;
  height: 36px;
  background: transparent;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position: relative;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
  float: left;
  width: 100%;
  position: relative;
  top: 30px;
  left: -134px;
  transform: initial;
  z-index: 9;
}

#ContentPlaceHolder1_loading {
    -webkit-animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.circle {
  padding-top: 50px;
}

.circle-all {
  float: left;
  position: relative;
}
    .circle-all:hover #ContentPlaceHolder1_loading {
        animation-play-state: paused;
    }
.circle-all h6 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #cd8a27;
  letter-spacing: 5px;
  padding-left: 2px;
}
.circle-all h6 b {
  display: block;
  font-size: 50px;
  font-weight: 400;
  color: #1c3157;
  letter-spacing: 0px;
  margin-left: -2px;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
#search a:hover {
  color: transparent;
  text-decoration: none;
}

#search.open {
  z-index: 9999;
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #8e682e;
  border-color: transparent;
}

#search .close {
  position: fixed;
  top: 23px;
  left: 6%;
  color: #fff;
  background-color: #8e682e;
  border-color: #fff;
  opacity: 1;
  padding: 2px 17px;
  font-size: 44px;
  font-weight: 300;
  line-height: 42px;
  padding-bottom: 5px;
}

.dots-section {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}
.dots-section li span {
  width: 10px;
  height: 10px;
  margin: 5px 0;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative;
  top: 5px;
}
.dots-section li:first-child b {
  margin-left: 10px;
}
.dots-section .owl-dots {
  width: 100%;
  height: 100vh;
}
.dots-section .owl-dots .owl-dot {
  width: calc(100%/7);
  height: 100vh;
  position: relative;
  z-index: 99;
  display: inline-flex;
  float: left;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dots-section .owl-dots .owl-dot span {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dots-section .owl-dots .owl-dot:last-child a:before {
  display: none;
}
.dots-section .owl-dots .owl-dot a {
  height: 100%;
  width: 100%;
  position: relative;
}
.dots-section .owl-dots .owl-dot a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.32);
  position: absolute;
  top: 0;
  right: 0px;
}
.dots-section .owl-dots .owl-dot a h3 {
  position: absolute;
  bottom: 16vh;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}
.dots-section .owl-dots .owl-dot:last-child a {
  border: none;
}
.dots-section .owl-dots .owl-dot:hover {
  cursor: pointer;
}
.dots-section .owl-dots .owl-dot:hover span {
  background: white;
}
.dots-section .owl-dots .owl-dot:hover b {
  color: white;
}
.dots-section .owl-dots .owl-dot span {
  width: 100%;
  background: rgba(255, 255, 255, 0.36);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.dots-section .owl-dots .active {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.dots-section .owl-dots .active span {
  background: white;
}
.dots-section .owl-dots .active b {
  color: white;
}
.dots-section .owl-dots .active h3 {
  color: white
}

.slick-slider {
  position: relative;
  height: 100%;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.btn-anahtar:hover{
  color:#fff !important;
  background: #b78d50;

}
.btn-anahtar{
      background: #000;
    width: 100%;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
     -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slider-nav-thumbnails .slick-slide:hover {
  cursor: pointer;
}
.slider-nav-thumbnails .slick-slide.slick-current {
  opacity: 1;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.img-spec img {
  max-width: 100%;
  height: 100%;
}

.img-spec img {
  -ms-interpolation-mode: bicubic;
}

.slider {
  height: 100%;
}
.slider .fa-chevron-right.slick-arrow {
  display: inline-block;
  position: absolute;
  top: -115px;
  left: 50px;
  cursor: pointer;
}
.slider .fa-chevron-right.slick-arrow:before {
  content: url("../images/img-right.png");
}
.slider .fa-chevron-left.slick-arrow {
  display: inline-block;
  position: absolute;
  top: -115px;
  left: -10px;
  cursor: pointer;
}
.slider .fa-chevron-left.slick-arrow:before {
  content: url("../images/img-left.png");
}
.slider img {
  height: 100%;
}
.slider .slick-list {
  height: 100%;
}
.slider .slick-track {
  height: 100%;
}

.slider-section {
  height: 100vh;
  position: relative;
  /*
  .image-holder{
  	img{
  		height: 100vh;
  		object-fit: cover;
  		width: 100%;
  	}
  }*/
}
.slider-section .slider-two {
  width: 100%;
  height: 100vh;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.slider-section .slider-two .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}
.slider-section .slider-two .owl-slide-two {
  height: 100%;
}
.slider-section .slider-two .owl-slide-two .owl-stage-outer {
  height: 100vh;
}
.slider-section .slider-two .owl-slide-two .owl-stage-outer .owl-stage {
  height: 100vh;
}
.slider-section .slider-two .owl-slide-two .owl-stage-outer .owl-stage .owl-item {
  height: 100vh;
}
.slider-section .slider-two .owl-slide-two .owl-stage-outer .owl-stage .owl-item .item {
  height: 100vh;
}
.slider-section .slider-two .slider-photo {
  position: relative;
  height: 100%;
}
.slider-section .slider-two .slider-photo .image {
  position: relative;
}
.slider-section .slider-two .slider-photo .image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to top, var(--logo-mavi), transparent);
  z-index: 7;
}
.slider-section .slider-two .slider-photo img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.slider-section .slider-two .slider-photo .container-cstm {
  width: 1170px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.slider-section .slider-two .slider-photo .slide-text {
  position: absolute;
  top: 35vh;
  left: 12vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
  width: 100%;
  z-index: 9;
}
.slider-section .slider-two .slider-photo .slide-text h4 {
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 3px;
  display: block;
  line-height: 70px;
  padding: 20px 20px;
}
.slider-section .list {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.slider-section .list li {
  width: 16.6%;
  height: 100%;
}
.slider-section .list li:last-child a {
  border-right: none;
}
.slider-section .list li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.slider-section .list li a:hover {
  color: var(--logo-mavi);
}

.index-page .section-one {
  padding: 50px 0;
  padding-bottom: 100px;
}
.index-page .section-one .text h3 {
  margin-bottom: 80px;
  margin-top: 80px;
}
.index-page .section-one .text {
  font-size: 16px;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 27px;
  margin-bottom: 35px;
  text-align: justify;
  max-width: 87%;
}

.index-page .section-one .text .btn {
  margin-top: 70px;
}
.index-page .section-two {
  background: #f1f3f5;
  padding: 50px 0;
}
.index-page .section-two .m-special:nth-child(4) {
  margin-top: 0;
}
.index-page .section-two .m-special:nth-child(2) {
  margin-top: 80px;
}
.index-page .section-two .m-special:nth-child(3) {
  margin-top: -80px;
}
.index-page .section-two .box {
  position: relative;
  margin-top: 30px;
}
.index-page .section-two .box:hover .photo {
  box-shadow: 0 0.5px 27.5px 0 rgba(0, 0, 0, 0.44);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.index-page .section-two .box:hover .photo:before {
  background: rgba(0, 0, 0, 0.6);
}
.index-page .section-two .box .photo {
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.index-page .section-two .box .photo:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 99.8%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.index-page .section-two .box .photo img {
  height: 298px;
  object-fit: cover;
  width: 100%;
}
.index-page .section-two .box .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 30px;
}
.index-page .section-two .box .text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 25px;
  margin-bottom: 35px;
}
.index-page .section-two .box .text p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 17px;
  margin-bottom: 15px;
}
.index-page .section-three {
  padding: 100px 0;
  background: url("../images/img-bgb.jpg");
}
.index-page .section-three .caption {
  margin-bottom: 100px;
}
.index-page .section-three .caption h3 {
  color: #fff;
}
.index-page .section-three .btn-red {
  margin-top: 100px;
}
.index-page .section-three .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .section-three .owl-item .box {
  background: #fff;
  height: 132px;
}
.index-page .section-three .owl-item .box a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .section-three .owl-item .box:hover img {
  filter: grayscale(0%);
}
.index-page .section-three .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  max-height: 125px;
  filter: grayscale(100%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.index-page .section-four .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.index-page .section-four .actions .act-btn {
  display: flex;
  margin: 0 10px;
}
.index-page .section-four .actions .act-btn a {
  margin-top: 10px
}

@media (max-width: 768px) {
  .index-page .section-four .actions { flex-direction: column }
  .index-page .section-four .actions .act-btn { width: 100% }
}

/*.index-page .section-four .all-new {
  text-align: center;
}
.index-page .section-four .all-new a {
  position: absolute;
  bottom: 150px;
  left: 380px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 9px;
  width: 259px;
}
.index-page .section-four .all-new .btn-red:after {
  left: 91px;
}
.index-page .section-four .all-new .btn-red:hover:after {
  left: -11px;
  height: 590%;
  width: 180%;
}
.index-page .section-four .btn-new {
  text-align: center;
}
.index-page .section-four .btn-new .btn {
  left: -100px;
  padding: 9px;
  width: 259px;
  text-align: center;
  margin-top: 100px;
  text-align: center;
}
.index-page .section-four .btn-new .btn:after {
  left: 89px;
}
.index-page .section-four .btn-new .btn-red:hover:after {
  left: -11px;
  height: 590%;
  width: 180%;
}*/
.index-page .section-four .btn-new .btn:before {
  display: none;
}
.index-page .section-four .all-new a:before {
  display: none;
}
.index-page .section-four .slider-nav-thumbnails .slick-slide h4 {
  font-size: 14px;
  font-weight: 400;
  color: #676767;
  margin-bottom: 20px;
  padding: 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 32px;
  text-overflow: ellipsis;
}
.index-page .section-four .slider-nav-thumbnails .slick-slide span {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #676767;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.index-page .section-four .slider-nav-thumbnails .slick-slide span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #676767;
  left: 30px;
  top: -9px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.index-page .section-four .slider-nav-thumbnails .slick-slide b {
  font-size: 13px;
  font-weight: 400;
  color: #676767;
  padding: 0 30px;
  margin-top: 20px;
  display: block;
}
.index-page .section-four .slider-nav-thumbnails .slick-current span {
  background: #fff;
}
.index-page .section-four .slider-nav-thumbnails .slick-current span:before {
  background: #fff;
}
.index-page .section-four .slider-nav-thumbnails .slick-current b {
  color: #fff;
}
.index-page .section-four .slider-nav-thumbnails .slick-current h4 {
  color: #fff;
}
.index-page .section-four .bg-new-all {
  background: #ffffff;
  padding: 70px 0;
  position: relative;
}
.index-page .section-four .bg-new-all .text span {
  font-size: 13px;
  font-weight: 600;
  color: #686868;
  margin-bottom: 30px;
  display: block;
}
.index-page .section-four .bg-new-all .text h3 {
  font-size: 22px;
  font-weight: 500;
  color: #676767;
  line-height: 32px;
  margin-bottom: 65px;
  padding-right: 100px;
  position: relative;
}
.index-page .section-four .bg-new-all .text h3:before {
  width: 50%;
  height: 2px;
  background: var(--logo-mavi);
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
}
.index-page .section-four .bg-new-all .text p {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  line-height: 23px;
}
.index-page .section-four .bg-new-all .image {
  padding: 27px;
}
.index-page .section-four .bg-new-all .image img {
  box-shadow: 0 0.5px 27.5px 0 rgba(0, 0, 0, 0.44);
      max-height: 420px;
    width: 100%;
    object-fit: cover;
}
.index-page .section-four .blue-section .caption {
  background: #0067b8;
}
.index-page .section-four .blue-section .caption h6 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.index-page .section-four .blue-section .dots-section {
  background: #006fc9;
}
.index-page .section-four .blue-section .dots-section li h5 {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  height: 100px;
  display: block;
  height: 50px;
  line-height: 20px;
  margin-top: 10px;
}
.index-page .section-four .blue-section .dots-section li span {
  width: 10px;
  height: 10px;
  margin: 5px 0;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative;
  top: 5px;
}
.index-page .section-four .blue-section .dots-section li:first-child b {
  margin-left: 10px;
}
.index-page .section-four .blue-section .dots-section .owl-dots {
  width: 100%;
}
.index-page .section-four .blue-section .dots-section .owl-dots li:nth-child(2) b {
  margin-left: 10px;
}
.index-page .section-four .blue-section .dots-section .owl-dots li:last-child b {
  margin-left: 10px;
}
.index-page .section-four .blue-section .dots-section .owl-dots .owl-dot {
  width: 33%;
  float: left;
  display: inline;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.index-page .section-four .blue-section .dots-section .owl-dots .owl-dot span {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.index-page .section-four .blue-section .dots-section .owl-dots .owl-dot:hover {
  cursor: pointer;
}
.index-page .section-four .blue-section .dots-section .owl-dots .owl-dot:hover span {
  background: white;
}
.index-page .section-four .blue-section .dots-section .owl-dots .owl-dot:hover b {
  color: white;
}
.index-page .section-four .blue-section .dots-section .owl-dots .owl-dot span {
  width: 100%;
  background: rgba(255, 255, 255, 0.36);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.index-page .section-four .blue-section .dots-section .owl-dots .active {
  background: #657799d1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index-page .section-four .blue-section .dots-section .owl-dots .active span {
  background: white;
}
.index-page .section-four .blue-section .dots-section .owl-dots .active b {
  color: white;
}
.index-page .section-four .slider-two {
  position: relative;
}
.index-page .section-four .blue-sec {
  overflow: hidden;
}
.index-page .section-four .blue-sec .caption {
  background: #ffc72f;
  padding: 27px 0;
  padding-bottom: 67px;
  position: relative;
}
.index-page .section-four .blue-sec .caption:before {
  content: "";
  position: absolute;
  left: -1000px;
  right: 0;
  background: #ffc72f;
  width: 1000px;
  height: 100%;
  top: 0;
}
.index-page .section-four .blue-sec .caption h6 {
  font-size: 22px;
  font-weight: 400;
  color: #676767;
  line-height: 27px;
}
.index-page .section-four .blue-sec .right-side {
  position: relative;
  background: var(--logo-mavi);
  padding: 30px;
  padding-left: 40px;
  height: 100%;
}
.index-page .section-four .blue-sec .right-side:before {
  content: "";
  position: absolute;
  right: -1000px;
  background: var(--logo-mavi);
  width: 1000px;
  height: 100%;
  top: 0;
}
.index-page .section-four .blue-sec .right-side .slick-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .section-five {
  background: #f2f3f5;
  padding: 100px 0;
}
.index-page .section-five .partner-item {
  margin-bottom: 20px;
  text-align: center;
  background: #ffffff;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.index-page .section-five .partner-item:hover {
  box-shadow: 0 0.5px 17.5px 0 rgba(195, 192, 192, 0.78);
}
.index-page .section-five .partner-item a {
  padding: 20px 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.index-page .section-five .partner-item a:hover .image img {
  filter: grayscale(0%);
}
.index-page .section-five .partner-item a .image img {
  max-height: 140px;
  padding-top: 10px;
  filter: grayscale(100%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tree-menu li.active ul {
  display: block;
}

.tree-menu ul {
  display: none;
  position: relative;
  width: 100%;
  background: #fff;
}
.tree-menu ul a {
  padding-left: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #5f5f5f;
  padding: 20px 15px;
  padding-left: 70px;
}

.tree-menu ul li ul {
  display: none;
}

.tree-menu ul > li a:before {
  display: none;
}

.tree-menu i {
  position: absolute;
  right: 55px;
  top: 28px;
  font-size: 20px;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  color: #000;
}

.tree-menu li.opened .fa-angle-right:before {
  content: "\f107" !important;
}

.tree-menu ul li:hover i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content .content-section {
  height: 700px;
}

.new-detail .belge-bottom .btn-cstm {
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.new-detail .belge-bottom .btn-cstm:hover {
  background: var(--logo-mavi);
  color: #fff;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.deger-page .w100 {
  margin-top: 100px;
}
.deger-page .text b {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}
.deger-page .text b:first-child {
  margin-top: 0;
}

.timeline-navigation#rightNav {
  right: 16px;
}

.timeline-navigation#leftNav {
  left: 16px;
}

/********************* ABOUT PAGE *********************/
.about-page .caption, .contact-page .caption {
  text-align: center;
}
.about-page .caption h1, .contact-page .caption h1 {
  font-size: 22px;
  font-weight: 500;
  color: #676767;
  margin-bottom: 50px;
  position: relative;
  border-bottom: 1px solid var(--logo-mavi);
  text-align: center;
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.about-page .w100 img {
  width: 100%;
}
.about-page .bread-cstm, .contact-page .bread-cstm {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #e8e7e7;
  padding: 20px 0;
  margin-bottom: 20px;
}
.about-page .bread-cstm li:first-child a, .contact-page .bread-cstm li:first-child a{
  padding-left: 0 !important;
}
.about-page .bread-cstm a, .contact-page .bread-cstm a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #bbbbbb;
  padding: 0 15px;
  position: relative;
  top: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about-page .bread-cstm a:hover {
  color: #292929;
}
.about-page .bread-cstm a:before, .contact-page .bread-cstm a:before {
  content: "/";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 0px;
  color: #bbbbbb;
  left: -2px;
}
.about-page .bread-cstm li:first-child a:before {
  display: none;
}
.about-page .sidebar {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  /* padding-right: 44px; */
  margin-left: 0;
  z-index: 90;
}
.about-page .sidebar .name h6 {
  font-size: 19px;
  font-weight: 600;
  color: #515151;
  background: #dddddd;
  padding: 17px 20px;
  margin-bottom: 1px;
}
.about-page .sidebar .name h3 {
  font-size: 19px;
  font-weight: 600;
  color: #515151;
  background: #dddddd;
  padding: 17px 20px;
  margin-bottom: 1px;
}
.about-page .sidebar li a {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  background: #f8f8f8;
  padding: 15px 20px;
  display: block;
  margin-bottom: 1px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-bottom: 1px solid rgba(255, 204, 0, 0);
}
.about-page .sidebar li a:before {
   content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 25px;
  top:11px;
  
  opacity: 0;
  font-size: 19px;
  color: var(--logo-mavi);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about-page .sidebar li a:hover {
  color: #333131;
  border-bottom: 1px solid var(--logo-mavi);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about-page .sidebar li a:hover:before {
  opacity: 1;
}
.about-page .sidebar li.active a {
  border-bottom: 1px solid var(--logo-mavi);
  color: #333131;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about-page .sidebar li.active a:before {
  opacity: 1;
}
.about-page .text {
  font-size: 17px;
  font-weight: 400;
  color: #373737;
  line-height: 25px;
  padding-left: 20px;
}
.about-page .text {
  font-size: 17px;
  font-weight: 400;
  color: #373737;
  margin-bottom: 30px;
}
.about-page .section-one {
  margin-bottom: 100px;
}
.about-page .section-two {
  background: url("../images/img-blackbg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 85%;
  background-position: center;
}
.about-page .section-two .slogan {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .section-three {
  padding-top: 50px;
}
.about-page .section-three .image {
  margin: 50px 0;
}

.kalite-page .belge-bottom {
  margin-top: 50px;
}
.kalite-page .belge-bottom .caption {
  padding: 16px 0;
  margin-bottom: 25px;
}
.kalite-page .belge-bottom .caption h6 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
}
.about-page .bread-cstm li.active a{
  color:#000;
}
.person-page .text h6{
      font-size: 18px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 30px;
}

.kalite-page .prev-slide {
  position: relative;
  background-position: center center;
}
.kalite-page .prev-slide:before {
  content: url("../images/img-leftarrow.png");
  position: absolute;
  left: 0;
  color: #505050;
  font-size: 17px;
}
.kalite-page .owl-nav .owl-prev {
  position: absolute;
  right: 80px;
  top: -8px;
}
.kalite-page .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -8px;
}
.kalite-page .next-slide {
  position: relative;
  background-position: center center;
}
.kalite-page .next-slide:before {
  content: url("../images/img-rightarrow.png");
  position: absolute;
  right: 0;
  color: #505050;
  font-size: 17px;
}
.kalite-page .text h6 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 30px;
}
.kalite-page .text{
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  line-height: 28px;
}
.kalite-page .text {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  line-height: 28px;
}
.kalite-page .owl-kalite-orgi {
  margin-top: 20px;
}
.kalite-page .owl-kalite-orgi .box .image {
  overflow: hidden;
  max-height: 359px;
}
.kalite-page .owl-kalite-orgi .box h6 {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  padding: 8px 0;
}
.kalite-page .owl-kalite-orgi .box img {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.kalite-page .owl-kalite-orgi .box:hover img {
  transform: scale(1.03);
  overflow: hidden;
}
.kalite-page .owl-kalite-orgi .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  color: #0a5587;
}
.kalite-page .owl-kalite-orgi .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #2a76a9;
}
.kalite-page .owl-kalite {
  margin-top: 20px;
}
.kalite-page .owl-kalite .box .image {
  overflow: hidden;
  height: auto;
  max-height: 270px;
}
.kalite-page .owl-kalite .box h6 {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  padding: 8px 0;
}
.kalite-page .owl-kalite .box img {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  object-fit: cover;
}
.kalite-page .owl-kalite .box:hover img {
  transform: scale(1.03);
  overflow: hidden;
  overflow: hidden;
}
.kalite-page .owl-kalite .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  color: #0a5587;
}
.kalite-page .owl-kalite .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #2a76a9;
}

.proje-detail .prev-slide {
  position: relative;
  background-position: center center;
}
.proje-detail .prev-slide:before {
  content: url("../images/img-leftarrow.png");
  position: absolute;
  left: 0;
  color: #505050;
  font-size: 17px;
}
.proje-detail .owl-nav .owl-prev {
  position: absolute;
  right: 80px;
  top: -8px;
}
.proje-detail .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -8px;
}
.proje-detail .next-slide {
  position: relative;
  background-position: center center;
}
.proje-detail .next-slide:before {
  content: url("../images/img-rightarrow.png");
  position: absolute;
  right: 0;
  color: #505050;
  font-size: 17px;
}
.proje-detail .belge-bottom {
  margin-top: 50px;
}
.proje-detail .belge-bottom .caption {
  padding: 16px 0;
  margin-bottom: 25px;
}
.proje-detail .belge-bottom .caption h6 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
}
.proje-detail .owl-proje-detay {
  margin-bottom: 50px;
  margin-top: 20px;
}
.proje-detail .owl-proje-detay .box .image {
  overflow: hidden;
  height: 359px;
}
.proje-detail .owl-proje-detay .box h6 {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  padding: 8px 0;
}
.proje-detail .owl-proje-detay .box img {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 359px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.proje-detail .owl-proje-detay .box:hover img {
  transform: scale(1.03);
  overflow: hidden;
  overflow: hidden;
}
.proje-detail .owl-proje-detay .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  color: #0a5587;
}
.proje-detail .owl-proje-detay .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #2a76a9;
}

.ref-page .ref-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  height: 300px;
  margin-bottom: 30px;
}
.ref-page .ref-item:hover img {
  filter: grayscale(0%);
}
.ref-page .ref-item img {
  max-height: 300px;
  filter: grayscale(100%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-page .section-two {
  background: #edf2f5 !important;
  padding: 50px 0;
}
.contact-page .section-two .text b {
  font-size: 16px;
  font-weight: 700;
  color: #373737;
}
.contact-page .section-two .text li {
  line-height: 50px;
}
.contact-page .section-two .text li label {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  width: 15%;
  position: relative;
}
.contact-page .section-two .text li label:after {
  content: ":";
  position: absolute;
  right: 25px;
}
.contact-page .section-two .text li a {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  width: 85%;
}
.contact-page .contact-box {
  margin-top: 30px;
}
.contact-page .contact-box .pad-5 {
  padding: 8px;
}
.contact-page .contact-box .box {
  background: #2b2b2b;
  text-align: center;
  padding: 20px 10px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact-page .contact-box .box:hover {
  background: var(--logo-mavi);
}
.contact-page .contact-box .box:hover h6 {
  color: #fff;
}
.contact-page .contact-box .box:hover i {
  color: #fff;
}
.contact-page .contact-box .box i {
  font-size: 30px;
  color: #fff;
}
.contact-page .contact-box .box h6 {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.contact-page .map {
  padding-right: 50px;
}
.contact-page .map img {
  width: 100%;
}
.contact-page .section-one .text b {
  font-size: 16px;
  font-weight: 700;
  color: #373737;
}
.contact-page .section-one .text li {
  line-height: 50px;
}
.contact-page .section-one .text li label {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  width: 20%;
  position: relative;
}
.contact-page .section-one .text li label:after {
  content: ":";
  position: absolute;
  right: 25px;
}
.contact-page .section-one .text li a {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  width: 85%;
}

.proje-detail .section-one .photo {
  float: left;
  margin-right: 35px;
}
.proje-detail .section-one .alt-photo {
  margin-right: 0;
}
.proje-detail .section-one .alt-photo img {
  width: 100%;
}
.proje-detail .section-one .text {
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  line-height: 18px;
}
.proje-detail .section-one .text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 30px;
}
.proje-detail .section-one .text h2 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 30px;
}
.proje-detail .section-one .text p {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  margin-bottom: 30px;
  line-height: 28px;
}

.sektor-page .list a {
  font-size: 20px;
  font-weight: 700;
  color: #676767;
  padding: 20px 0;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #e8e7e7;
  line-height: 29px;
}
.sektor-page .list a:hover {
  color: #ee0d09;
}
.sektor-page .list a:hover img {
  filter: invert(52%) sepia(74%) saturate(5615%) hue-rotate(339deg) brightness(100%) contrast(105%);
}
.sektor-page .list a img {
  width: 33px;
  margin-right: 30px;
  position: relative;
  top: 7px;
}

#ContentPlaceHolder1_lturunseciniz{
  margin-bottom: 10px;
  display: block;
  color:#6f6f6f;
  letter-spacing: 1px;
}
#ContentPlaceHolder1_lblsektorseciniz{
 margin-bottom: 10px;
  display: block;
  color:#6f6f6f;
  letter-spacing: 1px;
}
.sektor-page .list li:last-child a {
  border: none;
}
.sektor-page .image-holder img {
  height: 450px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.product-page .dropdown-item {
 font-size: 16px;
  font-weight: 400;
  color: #353613;
  padding: 12px 25px;
  text-transform: uppercase;
}
.product-page .pro-banner {
  margin-bottom: 60px;
}
.product-page .pro-banner img {
  width: 100%;
}
.product-page .text-bottom .icon {
  position: absolute;
  top: 24px;
  left: 32px;
}
.product-page .dropdown-menu {
  width: 100%;
  border-radius: 0 !important;
  transform:translate3d(0px, 62px, 0px)!important;
}
.product-page .dropdown-toggle {
  display: block;
  width: 100%;
  position: relative;
  background: transparent;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  color: #353613;
  border: 1px solid #e5e5e5;
  padding: 16px 0;
}
.product-page .dropdown-toggle::after {
  position: absolute;
  right: -1px;
  top: -1px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  width: 82px;
  height: 103%;
  background: var(--logo-mavi);
  color: #fff;
  border: none;
  padding-top: 6px;
  font-size: 35px;
}
.product-page .dropdown-item.active, .product-page .dropdown-item:active {
  background-color: initial !important;
}
.product-page .text-bottom .col-lg-6 {
  padding: 0;
}
.product-page .text-bottom .border-l {
  border-left: 1px solid #fff;
}
.product-page .section-three .box .photo{
  display: flex;
  align-items: center;
  border:1px solid #ccc;
  height: 100%;
  overflow: hidden;
}
.product-page .section-three .box {
  position: relative;
  margin-bottom: 60px;
  height: 350px;
  overflow: hidden;
}
.product-page .section-three .box img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.product-page .section-three .box .text-bottom {
  padding: 0 15px;
}
.product-page .section-three .box .name {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-left: 100px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-page .section-three .box .btn {
  border-radius: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-page .section-three .box .btn:hover {
  background: #ff3535;
}
.product-page .section-three .box .btn:hover .name {
  color: #fff;
}
.product-page .section-three .box .btn:hover img {
  filter: brightness(0) invert(1);
}
.product-page .section-three .box .text {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  background: rgb(26 26 26 / 85%);
  opacity: 0;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition-timing-function: ease;
  color: #fff;
}
.product-page .section-three .box .text .text-top {
  /* padding: 50px 50px; */
}
.product-page .section-three .box .text .text-top h3 {
  font-size: 23px;
  font-weight: 700;
  color: #f8f8f8;
  margin-bottom: 5px;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.product-page .section-three .box .text .text-top p {
  font-size: 17px;
  font-weight: 600;
  color: #d5d5d5;
}
.product-page .section-three .box .text .text-bottom {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  background: #e5e5e5;
  width: 100%;
}
.product-page .section-three .box .text .text-bottom a {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  padding: 15px 0;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.product-page .section-three .box .text .text-bottom img {
  width: 50px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-page .section-three .box:hover .text {
  opacity: 1;
}

.noPad {
  padding: 0;
}

.sektor-page .section-one {
  padding: 0 170px;
}

.sektor-detay .pro-group {
  margin-top: 50px;
  padding-left: 20px;
}
.sektor-detay .pro-group .pro-name {
  padding-top: 15px;
}
.sektor-detay .pro-group h6 {
  font-size: 18px;
  font-weight: 600;
  color: #373737;
  margin-top: 50px;
  margin-bottom: 45px;
  text-align: left;
}
.sektor-detay .box .photo{
  border:1px solid #ccc;
}
.sektor-detay .box {
  position: relative;
  margin-bottom: 60px;
}
.sektor-detay .box ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
.sektor-detay .box ul a {
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  margin-bottom: 5px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 5px;
}
.sektor-detay .box ul a:before {
  content: "-";
  margin-right: 10px;
}
.sektor-detay .box ul a:hover {
  background: #4b4c4c;
  color: #fff;
}
.sektor-detay .box img {
  width: 100%;
  height: 343px !important;
  object-fit: cover;
}
.sektor-detay .box .text-bottom {
  padding: 0 15px;
}
.sektor-detay .box .name {
  font-size: 15px;
  font-weight: 700;
  color: #3e3e3e;
  text-align: left;
  margin-left: 100px;
}
.sektor-detay .box .btn {
  border-radius: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sektor-detay .box .btn:hover {
  background: #ff3535;
}
.sektor-detay .box .btn:hover .name {
  color: #fff;
}
.sektor-detay .box .btn:hover img {
  filter: brightness(0) invert(1);
}
.sektor-detay .box .text {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* padding: 0px 15px; */
  background: rgb(26 26 26 / 85%);
  opacity: 0;
  height: calc(100% - 34px);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition-timing-function: ease;
}
.sektor-detay .box .text .text-top {
  padding: 15px 20px;
}
.sektor-detay .box .text .text-top h3 {
  font-size: 18px;
  font-weight: 400;
  color: #dfdfdf;
  /* margin-bottom: 40px; */
}
.sektor-detay .box .text .text-top p {
  font-size: 15px;
  font-weight: 400;
  color: #3e3e3e;
}
.sektor-detay .box .text .text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  width: 100%;
}
.sektor-detay .box .text .text-bottom a {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  padding: 15px 0;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.sektor-detay .box .text .text-bottom img {
  width: 50px;
}
.sektor-detay .box:hover .text {
  opacity: 1;
}
.sektor-detay .text-bottom .icon {
  position: absolute;
  top: 24px;
  left: 32px;
  width: 40px;
}

.ref-page-dif {
    /* -------------------------------- 

    xtab-filter 

    -------------------------------- */
    /* -------------------------------- 

    xgallery 

    -------------------------------- */
    /* -------------------------------- 

    xfilter 

    -------------------------------- */
    /* -------------------------------- 

    xcustom form elements 

    -------------------------------- */
}
.ref-page-dif .section-one {
  padding-top: 50px;
}
.ref-page-dif .tab-content {
  padding-top: 40px;
}
.ref-page-dif .box {
  margin-bottom: 30px;
  overflow: hidden;
  max-height: 336px;
}
.ref-page-dif .box img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ref-page-dif .box:hover img {
  transform: scale(1.03);
}
.ref-page-dif .nav-tabs {
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
}
.ref-page-dif .nav-item {
  width: 16.6%;
}
.ref-page-dif .nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 700;
  color: #353613;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ref-page-dif .nav-tabs .nav-link:hover {
  background: var(--logo-mavi);
}
.ref-page-dif .all-btn {
  margin-top: 20px;
  text-align: center;
}
.ref-page-dif .all-btn .btn-cstm {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 700;
  color: #353613;
  border-radius: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ref-page-dif .all-btn .btn-cstm:hover {
  background: var(--logo-mavi);
}
.ref-page-dif .filter.all {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
}
.ref-page-dif .cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.ref-page-dif .cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.ref-page-dif .cd-tab-filter.is-open ul li {
  display: block;
}
.ref-page-dif .cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
.ref-page-dif .cd-tab-filter a:before{
  display:none;
}
.ref-page-dif .cd-tab-filter a {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
  color:#fff !important;
      padding: 15px 0px;
}
 .product-page .section-three .box .text .text-bottom img{
    height: auto;
  }
@media only screen and (min-width: 1600px) {
  .product-page .section-three .box {
    height: 500px;
  }
  .kalite-page .owl-kalite .box img{
    height: 270px;
  }
  .sektor-detay .box .photo{
    height: 345px;
  }
  .sektor-detay .box img{
    height: 343px;
  }
  .product-page .section-three .box img {
      height: 550px;
  }
  .product-page .section-three .box .text .text-bottom img{
    height: auto;
  }
}
@media only screen and (min-width: 1500px) {
  .ref-page-dif .cd-tab-filter a {
    list-style: none;
    display: inline-block;
  }
}
.ref-page-dif .cd-tab-filter {
  /* tabbed navigation style on medium devices */
  width: auto;
  cursor: auto;
}
.ref-page-dif .cd-tab-filter::after {
  /* hide the arrow */
  display: none;
}
.ref-page-dif .cd-tab-filter ul {
  background: transparent;
  position: static;
  box-shadow: none;
  text-align: center;
}
.ref-page-dif .cd-tab-filter li {
  display: inline-block;
}
.ref-page-dif .cd-tab-filter li.placeholder {
  display: none !important;
}
.ref-page-dif .cd-tab-filter a {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #353613;
  border-radius: 0;
      width: 228px;
    padding: 17px 0px;
  text-align: center;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ref-page-dif .no-touch .cd-tab-filter a:hover {
  color: #41307c;
}
.ref-page-dif .cd-tab-filter a.selected {
  color: var(--logo-mavi);
}
.ref-page-dif .cd-tab-filter.is-open ul li {
  display: inline-block;
}
@media only screen and (min-width: 1170px) {
  .ref-page-dif .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .ref-page-dif .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
.ref-page-dif .cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.ref-page-dif .cd-gallery li .images-cstm{
   margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.ref-page-dif .cd-gallery li .text p{
  font-size: 15px;
}
.ref-page-dif .cd-gallery li .text{
  text-align:center;
}
.ref-page-dif .cd-gallery li {
  margin-bottom: 1.6em;
  display: none;
}

.ref-page-dif .cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.ref-page-dif .cd-gallery img {
  display: block;
  width: 100%;
  padding: 25px;
  border: 1px solid #ccc;
}
.ref-page-dif .cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
   .ref-page-dif .cd-tab-filter a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .sidebar.sticky {
      position: relative !important;
      top: initial !important;
      transform: initial !important;
  }
  .kalite-page .owl-kalite .box img{
    height:170px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .kalite-page .owl-kalite .box img{
    height:202px;
  }
   .sektor-detay .box img{
    height: 236px;
  }
  .product-page .section-three .box img {
      height: 348px;
  }
  .product-page .section-three .box .text .text-bottom img{
    height: auto;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ref-page-dif .cd-gallery li {
    width: 23% !important;
    margin: 10px 9px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .ref-page-dif .cd-gallery li {
    width: 22% !important;
    margin: 10px 8px !important;
  }
}
@media only screen and (min-width: 768px) {
  .ref-page-dif .cd-gallery {
    padding: 40px 3%;
  }
  .ref-page-dif .cd-gallery ul {
    text-align: justify;
  }
  .ref-page-dif .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .ref-page-dif .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
    margin: 1%;
  }
}
@media only screen and (min-width: 1170px) {
  .ref-page-dif .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .ref-page-dif .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
@media only screen and (min-width: 1500px) {
  .ref-page-dif .cd-gallery li {
    width: 23.5%;
    margin: 10px 10px;
  }
}
@media only screen and (min-width: 1170px) {
  .ref-page-dif .cd-gallery {
    padding: 50px 0;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .ref-page-dif .cd-gallery li {
        width: 23.6%;
    margin: 10px 10px;
  }
  .ref-page-dif .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
.ref-page-dif .cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.ref-page-dif .cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.ref-page-dif .cd-filter form {
  padding: 70px 20px;
}
.ref-page-dif .cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.ref-page-dif .no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.ref-page-dif .cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.ref-page-dif .cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .ref-page-dif .cd-filter {
    width: 20%;
  }
  .ref-page-dif .cd-filter form {
    padding: 70px 10%;
  }
}
.ref-page-dif .cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../fonts/img-cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.ref-page-dif .cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .ref-page-dif .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .ref-page-dif .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .ref-page-dif .cd-filter-trigger.filter-is-visible, .ref-page-dif .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}
.ref-page-dif .cd-filter-block {
  margin-bottom: 1.6em;
}
.ref-page-dif .cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.ref-page-dif .no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.ref-page-dif .cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../fonts/img-cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.ref-page-dif .cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.ref-page-dif .cd-filter-block input, .ref-page-dif .cd-filter-block select,
.ref-page-dif .cd-filter-block .radio-label::before,
.ref-page-dif .cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.ref-page-dif .cd-filter-block input[type='search'],
.ref-page-dif .cd-filter-block input[type='text'],
.ref-page-dif .cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.ref-page-dif .cd-filter-block input[type='search']:focus,
.ref-page-dif .cd-filter-block input[type='text']:focus,
.ref-page-dif .cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.ref-page-dif .cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.ref-page-dif .cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.ref-page-dif .cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.ref-page-dif .cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../fonts/img-cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.ref-page-dif .cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.ref-page-dif .cd-filter-block select::-ms-expand {
  display: none;
}
.ref-page-dif .cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.ref-page-dif .cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.ref-page-dif .cd-filter-block input[type=radio],
.ref-page-dif .cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.ref-page-dif .cd-filter-block .checkbox-label,
.ref-page-dif .cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ref-page-dif .cd-filter-block .checkbox-label::before, .ref-page-dif .cd-filter-block .checkbox-label::after,
.ref-page-dif .cd-filter-block .radio-label::before,
.ref-page-dif .cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ref-page-dif .cd-filter-block .checkbox-label::before,
.ref-page-dif .cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.ref-page-dif .cd-filter-block .checkbox-label::after,
.ref-page-dif .cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.ref-page-dif .cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../fonts/img-cd-icon-check.svg") no-repeat center center;
}
.ref-page-dif .cd-filter-block .radio-label::before,
.ref-page-dif .cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.ref-page-dif .cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.ref-page-dif .cd-filter-block input[type=radio]:checked + label::before,
.ref-page-dif .cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.ref-page-dif .cd-filter-block input[type=radio]:checked + label::after,
.ref-page-dif .cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}
@-moz-document url-prefix() {
  .ref-page-dif {
    /* hide custom arrow on Firefox - select element */
  }
  .ref-page-dif .cd-filter-block .cd-select::after {
    display: none;
  }
}
.person-page .belge-bottom {
  margin-top: 50px;
  padding-left: 50px;
}
.person-page .prev-slide {
  position: relative;
  background-position: center center;
}
.person-page .prev-slide:before {
  content: url("../images/img-leftarrow.png");
  position: absolute;
  left: 0;
  color: #505050;
  font-size: 17px;
}
.person-page .owl-nav .owl-prev {
  position: absolute;
  right: 80px;
  top: -8px;
}
.person-page .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -8px;
}
.person-page .next-slide {
  position: relative;
  background-position: center center;
}
.person-page .next-slide:before {
  content: url("../images/img-rightarrow.png");
  position: absolute;
  right: 0;
  color: #505050;
  font-size: 17px;
}
.person-page .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  color: #0a5587;
}
.person-page .caption {
  margin-bottom: 30px;
}
.person-page .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #2a76a9;
}
.person-page .box:hover{
  border: 1px solid var(--logo-mavi);
}
.person-page .box {
  border: 1px solid #e8e7e7;
  padding: 20px;
  margin:10px 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.person-page .box h3 {
  font-size: 15px;
  font-weight: 700;
  color: #373737;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.person-page .box h3:before {
  position: absolute;
  left: 0;
  content: "";
  width: 0px;
  background: #000;
  bottom: -10px;
  height: 2px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.person-page .box:hover h3:before {
  opacity: 1;
  width: 40px;
}
.person-page .box:hover b {
  color: #000;
}
.person-page .box b {
  margin-top: 60px;
  text-align: right;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #373737;
}

.modal-body {
  padding: 40px 30px;
}

.modal-content {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
}
.modal-content .btn-send {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background: #373737;
  padding: 10px 50px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px solid #373737;
}
.modal-content .btn-send:hover {
  color: #373737;
  background: transparent;
}
.modal-content .close {
  position: absolute;
  right: 20px;
  text-shadow: none;
  color: #fff;
  opacity: 1;
}
.modal-content .modal-header {
  background: #373737;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
}
.modal-content .modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.modal-content label {
  font-size: 0.9em;
  font-weight: 400;
  color: #a7a7aa;
  margin-bottom: 0;
  position: absolute;
  left: 21px;
  transition: all 300ms;
  top: 5px;
  color: #333333;
}
.modal-content textarea:focus + label, .modal-content input:focus + label, .modal-content label.active {
  top: -15px;
  left: 15px;
}
.modal-content textarea {
  min-height: 100px !important;
}
.modal-content label.input-has-value {
  top: -15px;
  left: 15px;
}
.modal-content .form-control {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: .7rem .75rem;
  border-color: #e5e5e5;
  height: 45px !important;
  font-size: 0.9em;
  font-weight: 400;
  color: #636365;
}
.modal-content .form-control:focus {
  box-shadow: none;
}
.modal-content .form-item {
  margin-bottom: 40px;
}
.modal-content .sec-code {
  position: relative;
}
.modal-content .sec-code span {
  position: absolute;
  right: 0;
  padding: 15px;
  background: #f3f3f3;
  bottom: 10px;
  color: #000;
}
.modal-content .invalid-feedback {
  position: relative;
  top: 13px;
}
.modal-content .valid-feedback {
  position: relative;
  top: 13px;
}

.new-page .new-box {
  text-align: left;
  margin-bottom: 30px;
}
.new-page .new-box .image {
  margin-bottom: 5px;
  height: 250px;
  overflow: hidden;
}
.new-page .new-box .image img {
  width: 100%;
  height: 250px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 287px;
  overflow: hidden;
      object-fit: cover;
}
.new-page .new-box:hover .image img {
  transform: scale(1.09);
}
.new-page .new-box:hover .text .btn-cstm:before {
  opacity: 1;
  width: 40px;
}
.new-page .new-box .text .text-right{
    position: absolute;
    bottom: 50px;
    right: 40px;
}
.new-page .new-box .text {
  border: 1px solid #e8e7e7;
  padding: 15px;
  min-height: 281px;
}
.new-page .new-box .text span {
  font-size: 14px;
  font-weight: 700;
  color: #828282;
}
.new-page .new-box .text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 20px;
}
.new-page .new-box .text p {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  width: 100%;
  line-height: 30px;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new-page .new-box .text .btn-cstm {
  font-size: 18px;
  font-weight: 400;
  color: #ff1818;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-left: 0;
}
.new-page .new-box .text .btn-cstm:before {
  position: absolute;
  left: 0;
  content: "";
  width: 0px;
  background: #ff1818;
  bottom: -2px;
  height: 2px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.horizontal-timeline .events a {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  color: #6f6f6f;
  user-select: none;
  font-size: 21px;
  font-weight: 600;
}

.horizontal-timeline .events a::after {
  bottom: -25px;
}

.timeline-navigation a {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.timeline-navigation a:hover {
  color: var(--logo-mavi);
  border-color: var(--logo-mavi);
}

.timeline-navigation .fa-arrow-circle-left:before {
  content: url("../images/img-leftarrow.png");
}

.timeline-navigation .fa-arrow-circle-right:before {
  content: url("../images/img-rightarrow.png");
}

@media only screen and (max-width: 1100px) {
  .timeline-navigation#leftNav {
    display: -ms-flexbox !important;
    display: flex !important;
    top: -75px !important;
  }

  .timeline-navigation#rightNav {
    top: -25px !important;
  }
}
.horizontal-timeline .events a:hover {
  text-decoration: none !important;
  color: #008ecf;
}
.horizontal-timeline .events a:hover:after {
  border-color: var(--logo-mavi) !important;
}

.horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 18%;
}

.timeline-navigation {
  top: -34px;
}

.horizontal-timeline .events a.selected {
  color: #008ecf;
}
.horizontal-timeline .events a.selected:after {
  border-color: var(--logo-mavi) !important;
}

.horizontal-timeline .events-content li.selected {
  padding-left: 0;
  padding-right: 0;
}

.horizontal-timeline .events-wrapper {
  position: relative;
  height: 100px;
  margin: 0 80px;
}

.horizontal-timeline .events a:nth-child(2n + 1) {
  position: absolute;
  bottom: -55px;
}
.horizontal-timeline .events a:nth-child(2n + 1):after {
  bottom: 41px;
}

.horizontal-timeline .events {
  bottom: 48px;
}

.timeline .events-content {
  text-align: center;
}

.horizontal-timeline .events-content li {
  background: transparent !important;
  border: none;
  border-radius: 0;
}

.horizontal-timeline .events {
  background: #d0d0d0;
}

.horizontal-timeline .filling-line {
  background-color: #d0d0d0;
}

.horizontal-timeline .events a.older-event::after {
  background-color: #fff !important;
}

.horizontal-timeline .events a.selected::after {
  background-color: var(--logo-mavi);
}

.horizontal-timeline .events a::after {
  background: #fff;
  border: 1px solid #d0d0d0;
}

.projedetail2 .caption-text {
  margin-left: 80px;
  text-align: left;
  padding-left: 40px;
  padding-right: 140px;
  line-height: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #9d9d9d;
  line-height: 35px;
}
.projedetail2 .caption-text h2 {
  font-size: 28px;
  font-weight: 400;
  color: #008ecf;
  margin-bottom: 15px;
  position: relative;
}
.projedetail2 .caption-text h2:before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  position: absolute;
  left: -55px;
}
.projedetail2 .caption-text:before {
  content: "";
  height: 100%;
  background: #d0d0d0;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.projedetail2 .project-item {
  margin-bottom: 100px;
  overflow: auto;
}

footer {
  background: url("../images/img-bgb.jpg");
  position: relative;
  z-index: 99;
}
footer .f-ticari p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
footer .f-top {
  padding: 50px 0;
}
footer .f-top .list a img {
  filter: grayscale(100%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .f-top .list a:hover img {
  filter: grayscale(0%);
}
footer .f-top .logo-text img {
  margin-bottom: 10px;
}
footer .f-top .logo-text p {
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
  line-height: 18px;
}
footer .f-top .links a {
  font-size: 0.9em;
  font-weight: 600;
  color: #5f5f5f;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
footer .f-top .links a:before {
  position: absolute;
  left: 0;
  content: "";
  width: 0px;
  background: #000;
  bottom: -10px;
  height: 2px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .f-top .links a:hover:before {
  opacity: 1;
  width: 40px;
}
footer .f-top .links li {
  margin-bottom: 30px;
}
footer .f-top .links li:last-child {
  margin-bottom: 0;
}
footer .f-top h6 {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 30px;
}
footer .f-top h4 {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 30px;
}
footer .f-top .list a {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
footer .f-top .list a:before {
  position: absolute;
  left: 0;
  content: "";
  width: 0px;
  background: #fff;
  bottom: -10px;
  height: 2px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .f-top .list a:hover:before {
  opacity: 1;
  width: 40px;
}
footer .f-top .list li {
  margin-bottom: 30px;
  position: relative;
   text-transform: capitalize !important;
}
footer .f-top .list li a {
  margin-left: 30px;
  text-transform: capitalize !important;
}
footer .f-top .list li a:first-letter{
  text-transform: capitalize !important;
}
footer .f-top .list li a:hover {
  color: #fff;
}
footer .f-top .list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--logo-mavi);
  position: absolute;
  top: 2px;
}
footer .f-top .contact-list li {
  margin-bottom: 13px;
}
footer .f-top .contact-list li:before {
  display: none;
}
footer .f-top .contact-list li a {
  background: #151515;
  width: 90%;
  padding: 20px 20px;
  margin-left: 0;
  display: block;
}
footer .f-top .contact-list li a:before {
  content: "";
  display: none;
}
footer .f-top .contact-list li a i {
  padding-left: 10px;
  float: right;
}
footer .f-bottom {
  padding: 20px 0;
}
footer .f-bottom .border-top {
  border-top: 1px solid #404040 !important;
  padding-top: 15px;
}
footer .f-bottom span {
  font-size: 15px;
  font-weight: 400;
  color: #cccccc;
}
footer .f-bottom .socialicons {
  text-align: center;
}
footer .f-bottom .socialicons i {
  color: #000000;
  background: #898989;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px;
  font-size: 12px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .f-bottom .socialicons .fa-linkedin:hover {
  background: #007ab9;
  color: #fff;
}
footer .f-bottom .socialicons .fa-instagram:hover {
  background: #e95950;
  color: #fff;
}
footer .f-bottom .socialicons .fa-twitter:hover {
  background: #55acee;
  color: #fff;
}
footer .f-bottom .socialicons .fa-youtube:hover {
  background: #Aa0000;
  color: #fff;
}
footer .f-bottom .socialicons .fa-facebook-f:hover {
  background: #3b5998;
  color: #fff;
}

.portfolio-menu {
  text-align: center;
  margin: 30px auto;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  border: 1px solid #ff0000;
  cursor: pointer;
  transition: all .5 ease;
}

.portfolio-menu ul {
  padding: 0;
}

.portfolio-menu ul li:hover {
  background: #ff0000;
  color: #fff;
}

.portfolio-menu ul li.active {
  background: #ff0000;
  color: #fff;
}

.portfolio-item {
  max-width: 1000px;
  margin: 30px auto;
}

.portfolio-item .item {
  width: 33.3%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
}

.portfolio-item .item div {
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .portfolio-item .item {
    width: 50%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .portfolio-item .item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1700px) {
  .sektor-detay .text {
    padding-left: 50px;
  }
  .sektor-detay .pro-group {
    padding-left: 50px;
  }

  .sektor-detay .box .text .text-top {
    padding: 10px 10px;
  }

  .sektor-detay .box .text .text-top h3 {
    font-size: 15px;
    font-weight: 400;
    color: #3e3e3e;
    margin-bottom: 20px;
  }

  footer .f-top .list a {
    font-size: 13px;
  }

  footer .f-top .list li a {
    margin-left: 15px;
  }

  footer .f-top .list li:before {
    left: -7px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .button.v19 .label {
    padding: 10px 70px;
  }

  .ref-page-dif .cd-tab-filter li {
    margin-top: 5px;
  }
}
@media (max-width: 1600px) and (min-width: 987px) {
  .textpad {
    padding-left: 50px;
  }

  .proje-detail .section-one .photo {
    padding-left: 50px;
  }

  .proje-detail .section-one .photo-spec img {
    max-width: 340px;
  }

  .proje-detail .section-one .text {
    padding-left: 50px;
  }

  .kalite-page .sidebar {
    /* width: 290px; */
  }

  .kalite-cstm-pad {
    /* padding-left: 50px; */
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .sektor-detay .sidebar {
    /* width: 295px; */
  }

  .sidepad .sidebar {
    width: 285px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .slider .fa-chevron-left.slick-arrow {
    top: -245px;
  }

  .slider .fa-chevron-right.slick-arrow {
    top: -245px;
  }

  .index-page .section-four .blue-sec {
    background: #ffc72f;
  }

  .sidepad .sidebar {
    width: 250px;
  }

  .proje-detail .section-one .photo {
    padding-left: 80px;
  }
  .proje-detail .section-one .photo img {
    max-width: initial;
  }

  .proje-detail .section-one .text {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1441px) {
  header .menu-item a {
    padding: 22px 30px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1367px) {
  .banner img {
    min-height: 248px;
    object-fit: cover;
  }
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .slider-section .slider-two .slider-photo .slide-text h4 {
    font-size: 36px;
    line-height: 50px;
    padding: 20px 20px;
  }

  .slider-section .slider-two .slider-photo .slide-text {
    top: 40vh;
  }
}
@media (min-width: 769px) and (max-width: 1676px) {
  .sektor-page .section-one {
    padding: 0 60px;
  }

  .product-page .section-three .box .text .text-top {
    /* padding: 14px 14px; */
  }

  .product-page .section-three .box .text .text-bottom img {
    width: 34px;
  }

  .product-page .text-bottom .icon {
    position: absolute;
    top: 24px;
    left: 18px;
  }

  .zoom img {
    position: relative;
    top: -3px;
  }

  .product-page .section-three .box .name {
    font-size: 16px;
    font-weight: 700;
    color: #3e3e3e;
    text-align: left;
    margin-left: 73px;
    line-height: 20px;
  }
  .product-page .section-three .box .text .text-top h3{
    font-size:18px
  }
  .product-page .section-three .box .text .text-top p{
    font-size:14px !important;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .dots-section .owl-dots .owl-dot {
    width: 16%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .slider-section .slider-two .slider-photo .slide-text h4 {
    font-size: 25px;
    line-height: 40px;
    padding: 20px 20px;
  }

  .ref-page-dif .nav-item {
    width: 25.6%;
  }

  .projedetail2 .caption-text h2 {
    font-size: 23px;
    font-weight: 400;
    color: #008ecf;
    margin-bottom: 15px;
    position: relative;
  }

  .about-page .sidebar li a {
    line-height: 18px;
    font-size: 13px;
  }

  .about-page .sidebar li a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
  }

  .about-page .sidebar .name h6 {
    font-size: 15px;
    padding: 17px 12px;
    margin-bottom: 1px;
  }

  .projedetail2 .caption-text {
    margin-left: 80px;
    text-align: left;
    padding-right: 40px;
    font-size: 17px;
    font-weight: 400;
    color: #9d9d9d;
    line-height: 27px;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .dots-section .owl-dots .owl-dot a h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 1440px) {
  .deneme {
    overflow-y: auto;
  }
}
@media (min-width: 1600px) {
  .contact-page .contact-box {
    margin-top: 30px;
    /* padding-right: 106px; */
  }
}
@media (max-width: 1600px) {
  footer .f-top .contact-list li a {
    width: 100%;
    padding: 20px 10px;
  }

  .index-page .section-four .blue-sec .right-side {
    padding: 22px;
  }

  .index-page .section-two .box .photo img {
    height: 200px;
  }
}
@media (max-width: 773px) {
  .ref-page-dif .cd-gallery li {
    margin-bottom: 1.6em;
    display: none;
    width: 100%;
    margin: 0 2px 20px 2px;
  }
   .index-page .section-two .box .photo img {
    height: 90px;
  }

  .about-page .text p {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 20px;
  }
  .about-page .bread-cstm a {
    text-decoration: none;
    font-size: 11px;  }
  .about-page .caption h1 {
    font-size: 17px;
  }

  .sektor-detay .pro-group {
    margin-top: 0;
  }

  .about-page .caption h1 {
    font-size: 18px;
    font-weight: 500;
    color: #676767;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid var(--logo-mavi);
    text-align: center;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .ref-page-dif .filter.all {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
  }

  .ref-page-dif .cd-tab-filter a {
    padding: 12px 4px;
    margin: 2px 3px;
    font-size: 11px;
  }

  .about-page .sidebar {
    padding: 10px;
  }

  .contact-form .form-item {
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 20px;
    background: #fafafa;
    max-height: auto;
    overflow-y: initial;
    padding-bottom: 0;
    max-height: initial !important;
  }

  header .menu-second #menu__panel-two:before {
    display: none !important;
  }

  .tree-menu i {
    position: absolute;
    right: 55px;
    top: 9px;
    display: none;
  }

  header #menu__panel {
    width: 100%;
    transform: translateX(-770px);
  }

  header #menu__panel.open:before {
    display: none !important;
  }

  header .menu {
    position: relative;
    top: 50px;
    height: auto;
    max-height: auto;
    overflow-y: initial;
  }

  header .menu-second #menu__panel-two {
    transform: translateX(770px);
  }
}
@media (max-width: 768px){
  .index-page .header #menu__panel {
    width: 96.1%;  }
  .index-page .section-five .partner-item a {
    padding: 0;  
   
  }
  .index-page .section-five .partner-item{
     min-height: auto;
  }
  .index-page .caption h3 {
    font-size: 17px;
  }
  .horizontal-timeline .events-wrapper {
      position: relative;
      height: 100px;
      margin: 0 40px;
  }
  .new-page .new-box .text {
      min-height: 251px;
  }
  .new-page .new-box .text h3{
    font-size: 15px;
  }
  .new-page .new-box .text p {
    font-size: 13px;
    font-weight: 400;
    color: #373737;
    width: 100%;
    line-height: 23px;  }
    .new-page .new-box .text .btn-cstm {
    font-size: 15px;  }
	.product-page .dropdown-item {
	    font-size: 13px;
	    font-weight: 400;
	    color: #353613;
	    padding: 8px 12px;
	}
  .ref-page-dif .cd-tab-filter a {
    padding: 6px 4px;
    margin: 0px 3px;
    font-size: 11px;
  }

  .button.v19 .label {
    padding: 10px 10px;
    font-family: arial;
    font-size: 11px;
    display: inline-block;
    z-index: 10;
    position: relative;
    white-space: nowrap;
    line-height: 13px;
    transition: all 0.225s;
    transition-delay: 0.45s;
    letter-spacing: 0px;
  }

  .sidebar.sticky {
    position: relative;
    top: inherit;
  }

  header .menu-item:hover {
    background: none !important;
  }

  header .menu-second .menu {
    position: relative;
    top: initial;
    bottom: initial;
    margin-top: 94px;
    height: auto;
  }

  .contact-form textarea {
    min-height: 60px !important;
  }

  .proje-detail .section-one .text p {
    font-size: 13px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 15px;
    line-height: 22px;
  }

  .proje-detail .section-one .photo {
    margin-right: 0;
    margin-top: 30px;
  }
  .proje-detail .section-one .photo img {
    width: 100%;
  }

  .ref-page-dif .box {
    max-height: auto;
  }

  .ref-page-dif .nav-tabs .nav-link {
    font-size: 12px;
  }

  .ref-page-dif .nav-item {
    width: 33%;
  }

  .contact-page .section-one .text li {
    line-height: 32px;
  }

  .contact-page .section-two .text li {
    line-height: 32px;
    font-size: 13px;
  }

  .contact-page .section-two .text li a {
    font-size: 14px;
  }

  .contact-page .map {
    padding-right: 0;
  }

  .contact-page .section-one .text li label {
    font-size: 13px;
  }

  .about-page .section-two {
    background: url(../images/img-blackbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .bg-b {
    padding: 70px 0;
  }
  .bg-b .image {
    text-align: center;
  }
  .bg-b .image img {
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .about-page .bg-b .slogan {
    position: absolute;
    top: -50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .about-page .bg-b .slogan img {
    width: 58%;
  }

  .contact-page .contact-box .box i {
    font-size: 20px;
    color: #fff;
  }

  .about-page .text {
    margin-top: 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
  }
  .sektor-detay .pro-group h6 {
      font-size: 17px;
      margin-top: 0px;
      text-align: left;
  }
  header .menu-second #menu__panel-two .menu-item {
    width: 100%;
    opacity: 0;
    transform: translateY(0);
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    padding: 17px 10px;
    padding-left: 20px;
    font-size: 15px;  }
  .contact-page .section-one .text li a {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    width: 85%;
  }

  .sektor-page .section-one {
    padding: 0 0;
  }

  .contact-page .section-one .text li {
    line-height: 32px;
    font-size: 13px;
  }

  .sektor-page .list a {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    padding: 8px 0;
  }

  .sektor-page .image-holder img {
    height: auto;
    margin-top: 7px;
  }

  .projedetail2 .project-item {
    margin-bottom: 20px;
  }

  .projedetail2 .caption-text {
    margin-left: 40px;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
    color: #9d9d9d;
    line-height: 25px;
  }

  .about-page .caption h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .about-page .sidebar li a {
    font-size: 13px;
  }

  .about-page .sidebar .name h6 {
    font-size: 12px;
    font-weight: 600;
  }

/*   header .logo a:before {
    text-align: center;
    content: "";
    position: absolute;
    width: 150px;
    height: 67px;
    background: url(../images/img-slogan.png);
    bottom: -66px;
    background-repeat: no-repeat;
    left: -47px;
    right: 0;
    margin: 0 auto;
    background-size: contain;
  } */

  .banner {
    height: 100px;
    overflow: hidden;
  }
  .banner .image img {
    height: 100px;
  }

  .projedetail2 .caption-text h2 {
    font-size: 22px;
  }

  .kalite-page .owl-kalite .box img {
    height: auto;
  }

  .product-page .section-three .box .text .text-top {
    padding: 10px 10px;
  }

  .kalite-page .owl-kalite .box:hover img {
    transform: none;
  }

  .kalite-page .owl-kalite .box .image {
    height: auto;
  }

  .product-page .section-three .box .name {
    font-size: 13px;
    font-weight: 700;
    color: #3e3e3e;
    text-align: left;
    margin-left: 60px;
  }

  .product-page .section-three .box .text .text-bottom img {
    width: 24px;
  }

  .product-page .section-three .box .text .text-bottom a {
    font-weight: 600;
    color: #282828;
    padding: 9px 0;
    width: 100%;
    display: block;
    margin-bottom: 0;
    line-height: 16px;
  }

  .about-page .section-three {
    padding-top: 30px;
  }

  .product-page .pro-banner {
    margin-bottom: 15px;
  }

  .product-page .section-three {
    padding-top: 0;
  }

  .about-page .section-one {
    margin-bottom: 30px;
  }

  .product-page .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    width: 52px;
    height: 100%;
    background: var(--logo-mavi);
    color: #fff;
    border: none;
    padding-top: 3px;
    font-size: 25px;
    padding-left: 17px;
  }

  .product-page .dropdown-toggle {
    display: block;
    width: 100%;
    position: relative;
    background: transparent;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    color: #353613;
    border: 1px solid #e5e5e5;
    padding: 11px 0;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .product-page .section-three .box .text .text-top h3 {
    margin-bottom: 19px;
  }

  .product-page .text-bottom .icon {
    position: absolute;
    top: 17px;
    left: 19px;
  }

  .border-top span {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .border-top img {
    display: block;
    margin-top: 10px;
  }
  .border-top .text-right {
    text-align: center !important;
  }
  .border-top .text-right img {
    margin: 0 auto;
  }

  header .menu {
    position: relative;
    top: 50px;
  }

  header .menu-second #menu__panel-two {
    width: 100%;
  }

  .darkHeader #menu-btn {
    top:20px;
  }

  header #menu-btn {
    position: absolute;
    top: 45px;
    left: 10px;
  }

  header .logo {
    text-align: center;
  }

  header .logo img {
    width: 100%;
  }

  header .menu__close {
    position: relative;
    top: 30px;
    left: 30px;
  }

  .lang {
    position: relative;
    top: 30px;
    margin-top: 0;
  }

  header .menu-item a {
    display: inline-block;
    width: 100%;
    padding: 15px 13px;
    font-size: 14px;
    padding-right: 20px;
    background: #f4f4f4;
    color: #454545;
    font-weight: 600;
  }

  .index-page .section-four .bg-new-all .text p {
    font-size: 13px;
    font-weight: 400;
    color: #505050;
    line-height: 23px;
  }

  .index-page .section-four .bg-new-all .image img {
    box-shadow: 0 0.5px 27.5px 0 rgba(0, 0, 0, 0.44);
    height: auto;
    max-height: 250px;
  }
  .sektor-detay .box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .sektor-detay .box {
      position: relative;
      margin-bottom: 30px;
  }
  .circle-all {
    float: initial;
    position: relative;
    padding: 0 30px;
  }
  .index-page .section-four .slider {
    padding-bottom: 30px;
  }
  .index-page .section-four .bg-new-all .text h3 {
    font-size: 17px;
    font-weight: 500;
    color: #676767;
    line-height: 24px;
    margin-bottom: 35px;
    padding-right: 0;
    position: relative;
  }

  .index-page .section-four .bg-new-all .text span {
    font-size: 11px;
    font-weight: 600;
    color: #686868;
    margin-bottom: 10px;
    display: block;
  }

  .index-page .section-four .bg-new-all {
    background: #ffffff;
    padding: 70px 0;
    position: relative;
    padding-top: 30px;
  }

  .slider .fa-chevron-left.slick-arrow {
    position: absolute;
    top: -55px;
    right: 0;
    cursor: pointer;
    left: -50px;
    margin: 0 auto;
    text-align: center;
  }

  .index-page .section-five {
    background: #f2f3f5;
    padding: 30px 0;
  }

  .slider .fa-chevron-right.slick-arrow {
    position: absolute;
    top: -55px;
    right: -50px;
    cursor: pointer;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .caption {
    text-align: center;
  }

  header .menu-second #menuTwo span {
    display: none;
  }

  header .menu-second #menuTwo {
    font-size: 16px;
  }

  header #menu-btn i {
    margin-left: 10px;
    color: #fff;
    font-size: 27px;
  }

  .index-page .section-three .caption {
    margin-bottom: 50px;
  }

  .logo-text {
    text-align: center;
  }

  .index-page .section-four .blue-sec .caption h6 {
    font-size: 18px;
    font-weight: 400;
    color: #676767;
    line-height: 27px;
  }

  .index-page .section-three .btn-red {
    margin-top: 40px;
  }

  .index-page .section-three {
    padding: 50px 0;
    background: url(../images/img-bgb.jpg);
  }

  .btn-red {
    padding: 11px 22px;
    width: 100%;
  }

  .index-page .section-five .partner-item {
    height: auto;
  }

  .index-page .section-two .m-special:nth-child(2) {
    margin-top: 0px;
  }

  .index-page .section-one .text .btn {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
  }

  .index-page .section-two .m-special:nth-child(3) {
    margin-top: 0;
  }

  .index-page .section-two .box .text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    margin-bottom: 35px;
  }

  .index-page .section-one .text p {
    font-size: 13px;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .index-page .section-one {
    padding: 0px 0;
    padding-bottom: 50px;
  }

  .index-page .section-one .text h3 {
    margin-bottom: 34px;
    margin-top: 20px;
  }

  .slider-section .slider-two .slider-photo .slide-text h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    display: block;
    line-height: 25px;
    padding: 30px 0px;
    margin-top: 30px;
  }

  .caption h3 {
    font-size: 15px;
    font-weight: 400;
    color: #676767;
    margin-bottom: 20px;
    position: relative;
  }
  .caption h3 br {
    display: none;
  }

  .index-page .section-four .blue-sec .right-side {
    padding-bottom: 50px;
  }

  .index-page .section-four .blue-sec .caption br {
    display: none;
  }

  .index-page .section-four .blue-sec .caption {
    background: #ffc72f;
    padding: 27px 0;
    padding-bottom: 27px;
    position: relative;
    text-align: center;
  }

  .index-page .section-four .all-new a {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 9px;
    width: 100%;
  }

  .index-page .section-four .btn-new .btn {
    left: 0;
    padding: 9px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    text-align: center;
  }

  .dots-section .owl-dots .owl-dot {
    width: 33%;
    height: initial;
    margin: 1px 0;
  }

  .btn-red {
    padding: 11px 22px;
  }

  .btn-red:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 30px;
    color: #fff;
    font-size: 13px;
    top: 12px;
    z-index: 99;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .circle-all h6 b{
    font-size: 28px;
  }
  .circle-all h6{
    font-size: 15px;
  }
  .dots-section .owl-dots .owl-dot a h3 {
    position: absolute;
    bottom: initial;
    font-size: 12px;
    font-weight: 700;
    color: #999 !important;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 16px;
    margin: 1px 1px;
  }

  header .menu-item li a {
    padding: 5px;
    font-size: initial;
    background: transparent;
    font-size: 15px;
    padding-left: 41px;
  }

  header .menu-item {
    width: 100%;
    opacity: 0;
    transform: translateY(0);
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
    padding: 5px 19px;
    font-size: 15px;
  }

  .index-page .caption h3:before {
    width: 100%;
    height: 2px;
    background: var(--logo-mavi);
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
  }

  .dots-section .owl-dots .owl-dot a{
    height: 50px;
     background: var(--logo-mavi);
         display: flex;
    align-items: center;
    justify-content: center;
  }
  .dots-section .owl-dots .owl-dot {
    height: 50px;
  }

  .index-page .section-five {
    text-align: center;
  }
  .index-page .section-five .btn-red {
    margin-bottom: 15px;
  }

  .slider-two .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
  }

  .slider-section .slider-two .slider-photo .slide-text {
    position: absolute;
    top: 60px;
    left: 12vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    width: 100%;
    z-index: 9;
  }

  .slider-section .slider-two .owl-slide-two .owl-stage-outer .owl-stage .owl-item {
    height: auto;
  }

  .dots-section .owl-dots {
    width: 100%;
    height: auto;
  }

  .slider-section .slider-two .slider-photo img {
    height: 320px;
  }

  .slider-section .slider-two .owl-slide-two .owl-stage-outer .owl-stage .owl-item .item {
    height: auto;
  }

  .slider-section .slider-two .owl-slide-two .owl-stage-outer .owl-stage {
    height: auto;
  }

  .slider-section .slider-two .owl-slide-two .owl-stage-outer {
    height: auto;
  }

  .slider-section .slider-two .owl-slide-two {
    height: auto;
  }

  .slider-section .slider-two {
    height: auto;
  }

  .slider-section {
    height: auto;
  }
}
@media (max-width: 321px) {
  .dots-section .owl-dots .owl-dot a h3 {
    font-size: 11px;
  }
  .about-page .bread-cstm a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    color: #bbbbbb;
    padding: 0 5px;  
  }
}

.pro-name h4 {
    font-weight: bold;
    font-size: 17px;
    color:#373737;
}

.product-page .dropdown-menu {
    z-index: 100 !important;
}

.cd-gallery ul {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-item {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */
    /* padding: 0; */
    /* margin: 0; */
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    /* padding: 0 15px; */
}

@media (max-width: 991px){
    .sidebar-item{
        position:relative;
        padding-bottom: 50px;
    }
    .sektor-detay .text {
        padding-left: 0;
    }
    .sektor-detay .pro-group {
        padding-left: 0;
    }
    .about-page .text{
      padding:0;
    }
    .person-page .belge-bottom{
      padding:0;
    }
    .product-page .section-three .box .text .text-top p{
      font-size:13px !important;
      overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 7; /* number of lines to show */
   -webkit-box-orient: vertical;
    }
}

.contact-page iframe {
    width: 100%;
}

.img-fluid{
    margin: 0 !important;
    max-width:100%;
    height: auto !important;
}

.img__wrap {
    position: relative;
    height: 345px;
    border: 1px solid #c9c9c9;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    visibility: hidden;
    opacity: 1;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    /* transition effect. not necessary */
     transition: opacity .2s, visibility .2s; 
    padding: 20px;
    overflow: hidden;
}

.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.img__description {
    /*transition: .2s;*/
    transform: translateY(0);
    font-size: 17px;
    line-height: 19px;
}

.img__wrap:hover .img__description {
    transform: translateY(0);
    
}
.divIcerik ul {
    list-style-type: disc;
    padding-left: 20px;
}

.product-page .content {
    min-height: 610px;
}

.scroll-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  left: 50%;
  width: 60px; height: 60px;
  transform: translate3d(-50%, 0, 0);
  z-index: 10;
  transition: .25s background-color ease, .25s opacity ease, .35s transform ease, .25s visibility;
  will-change: background-color, opacity, transform, visibility;
  user-select: none;
  cursor: pointer;
}
.scroll-arrow img { width: 35px; height: 35px; filter: brightness(0) invert(1) }
.scroll-arrow:hover { transform: translate3d(-50%, 10px, 0) }

.back-to-top {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 40px; right: 40px; left: unset;
  width: 50px; height: 50px;
  background-color: transparent;
  border-radius: 50%;
  transform: rotate(0) translate3d(0, 100%, 0);
  z-index: 999;
  cursor: pointer;
}
.back-to-top img { width: 22px; height: auto; filter: none; transform: rotate(180deg); margin-top: -3px }
.back-to-top:hover { background-color: var(--logo-mavi) }
.back-to-top:hover img { filter: brightness(0) invert(1) }
.back-to-top.visible { visibility: visible; opacity: 1; transform: rotate(0) translate3d(0, 0, 0) }

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  bottom: -20px;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.map-item a {
  transition: 1s all;
}

.map-tooltip {
  display: block;
  position: relative;
  color: transparent;
  transition: hover 1s all;
}
.map-tooltip:hover {
  color: transparent;
}
.map-tooltip:hover:after{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--logo-yesil);
  border-radius: 8px;
  color: #fff;
  content: attr(data-text);
  margin: -82px auto 0;
  font-size: 16px;
  padding: 13px;
  width: 100%;
}
.map-tooltip:hover:before{
  content: "";
  left: 50% !important;
  bottom: 30px;
  position: absolute;
}

.ss-blog-item {
  background-color: #fff;
  height: 250px;
  padding: 30px;
  color: #333;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  box-shadow: 0 5px 1px #999;
  transition: .3s all;
}

.ss-blog-item:hover {
  background-color: #333;
  color: #fff;
}

.ss-blog-item .ss-blog-date {
  margin-bottom: 0.5rem;
}

.ss-blog-item h2 {
  max-height: 70%;
  overflow: hidden;
}

.ss-blog-item h2 a {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  color: inherit;
  font-weight: 600;
}

.ss-blog-item .ss-blog-link a {
  color: inherit;
  font-size: 1rem;
  letter-spacing: 1.4px;
  font-family: "Oswald", sans-serif;
}

.eupopup-closebutton {background: var(--logo-mavi) !important;}
.eupopup-button_1, .eupopup-button_2 {color: white !important}

@media (max-width: 568px){
    footer .f-top .list a img{
        max-width: 150px;
        margin: auto !important;
        display: block;
    }
}