:root {
  --siyah: #383636;
  --ssiyah: #383636;
  --bgsiyah: #383636;
  --sari: #FBD13D;
  --ssari: #FBD13D;
  --bgsari: #FBD13D;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: var(--siyah);
  background: #fff;
}

input,
textarea,
select {
  font-family: "Raleway", sans-serif;
}

select {
  background: #fff;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg {
  background-position: center center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

svg {
  width: 1em;
  height: 1em;
  display: block;
}

.anaslider {
  overflow: hidden;
  position: relative;
}

.asic {
  height: 786px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1400px) {
  .asic {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .asic {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .asic {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .asic {
    height: 300px;
  }
}
.asic::before {
  content: "";
  background: -webkit-linear-gradient(rgba(16, 101, 132, 0.6) 0%, rgba(16, 101, 132, 0) 100%);
  background: -o-linear-gradient(rgba(16, 101, 132, 0.6) 0%, rgba(16, 101, 132, 0) 100%);
  background: linear-gradient(rgba(16, 101, 132, 0.6) 0%, rgba(16, 101, 132, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.asic .container {
  height: 100%;
}
.asic .container .asicerik {
  height: 100%;
  display: flex;
  align-items: center;
}
.asic .container .asicerik .stitle {
  max-width: 610px;
  margin-bottom: 50px;
  font-size: 59px;
  font-weight: 700;
  background: -webkit-linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -o-linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 500ms margin-bottom, 500ms opacity;
  opacity: 0;
}
@media (max-width: 1400px) {
  .asic .container .asicerik .stitle {
    font-size: 40px;
    max-width: 450px;
    margin-bottom: -50px;
  }
}
@media (max-width: 1200px) {
  .asic .container .asicerik .stitle {
    font-size: 30px;
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .asic .container .asicerik .stitle {
    font-size: 24px;
    max-width: 330px;
    padding-left: 10px;
  }
}
.asic.swiper-slide-active .container .asicerik .stitle {
  margin-bottom: 110px;
  opacity: 1;
  transition: 1000ms margin-bottom, 1000ms opacity;
  transition-delay: 0.5s;
}
@media (max-width: 1400px) {
  .asic.swiper-slide-active .container .asicerik .stitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .asic.swiper-slide-active .container .asicerik .stitle {
    margin-bottom: 20px;
  }
}

.asi {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 83px;
  color: #fff;
  opacity: 0.4;
  z-index: 2;
  cursor: pointer;
  transition: 300ms opacity, 300ms color;
}
@media (max-width: 1400px) {
  .asi {
    font-size: 70px;
    right: 20px;
  }
}
@media (max-width: 992px) {
  .asi {
    font-size: 50px;
    right: 0;
  }
}
@media (max-width: 576px) {
  .asi {
    display: none;
  }
}
.asi:hover {
  opacity: 1;
  color: var(--sari);
}

.asg {
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 83px;
  color: #fff;
  opacity: 0.4;
  z-index: 2;
  cursor: pointer;
  transition: 300ms opacity, 300ms color;
}
@media (max-width: 1400px) {
  .asg {
    font-size: 70px;
    left: 20px;
  }
}
@media (max-width: 992px) {
  .asg {
    font-size: 50px;
    left: 0;
  }
}
@media (max-width: 576px) {
  .asg {
    display: none;
  }
}
.asg:hover {
  opacity: 1;
  color: var(--sari);
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 88px;
}
@media (max-width: 1400px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 65px;
  }
}
@media (max-width: 1200px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
  }
}
@media (max-width: 576px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
  }
}

.swiper-pagination-bullet {
  width: 25px;
  height: 7px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.4;
  transition: 300ms color, 300ms opacity, 300ms width;
}
@media (max-width: 1400px) {
  .swiper-pagination-bullet {
    height: 5px;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--sari);
  width: 42px;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 36px 0;
  z-index: 99;
}
@media (max-width: 1400px) {
  .header {
    padding: 25px 0;
  }
}

.headeric {
  width: 100%;
  display: flex;
  align-items: center;
}

.logo img {
  display: block;
  max-width: 245px;
  max-height: 130px;
}
@media (max-width: 1400px) {
  .logo img {
    max-width: 200px;
    max-height: 100px;
  }
}
@media (max-width: 1200px) {
  .logo img {
    max-width: 170px;
    max-height: 80px;
  }
}

div.menu {
  margin-left: auto;
}
@media (max-width: 992px) {
  div.menu {
    width: 230px;
    background: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    padding: 20px 0;
    transform: translateX(-300px);
    transition: 300ms transform;
  }
}
div.menu ul {
  display: flex;
}
@media (max-width: 992px) {
  div.menu ul {
    flex-direction: column;
  }
}
div.menu ul li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px;
}
@media (max-width: 1200px) {
  div.menu ul li {
    margin: 0 8px;
  }
}
@media (max-width: 992px) {
  div.menu ul li {
    margin: 0;
    white-space: normal;
  }
}
div.menu ul li::before {
  content: "";
  width: 0;
  height: 4px;
  background: var(--sari);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 300ms width;
}
@media (max-width: 992px) {
  div.menu ul li::before {
    display: none;
  }
}
div.menu ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 20px 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  div.menu ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  div.menu ul li a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  div.menu ul li a {
    color: var(--siyah);
    padding: 15px 20px;
    font-size: 16px;
  }
}
div.menu ul li ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 15px 25px;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: 300ms opacity;
}
@media (max-width: 992px) {
  div.menu ul li ul {
    opacity: 1;
    pointer-events: all;
    position: relative;
    top: 0;
    background: var(--sari);
    box-shadow: 0 0 0 #fff;
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 10px 0;
  }
  div.menu ul li ul::before {
    content: "";
    border: 7px solid transparent;
    border-bottom: 7px solid var(--sari);
    position: absolute;
    top: -14px;
    left: 15px;
    pointer-events: none;
  }
}
div.menu ul li ul li {
  margin: 0;
}
div.menu ul li ul li a {
  color: var(--siyah);
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  div.menu ul li ul li a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  div.menu ul li ul li a {
    line-height: 20px;
    padding: 6px 15px;
    font-size: 13px;
  }
}
div.menu ul li ul li:hover::before {
  display: none;
}
div.menu ul li ul li:hover a {
  color: var(--sari);
}
div.menu ul li:hover::before {
  width: 100%;
}
div.menu ul li:hover ul {
  opacity: 1;
  pointer-events: all;
}
div.menu ul li.menu-item-has-children{
  cursor: pointer;
}
div.menu ul li.menu-item-has-children > a[href="#"]{
  pointer-events: none;
}
div.menu ul li.menu-item-has-children > a::after {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(-45deg);
  border-radius: 7px 7px 7px 2px;
  background: var(--sari);
  position: relative;
  top: -4px;
  margin-left: 7px;
}
@media (max-width: 992px) {
  div.menu ul li.menu-item-has-children > a::after {
    display: none;
  }
}
@media (max-width: 992px) {
  div.menu.maktif {
    transform: translateX(0);
  }
}

.mac {
  width: 45px;
  height: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
}
@media (max-width: 992px) {
  .mac {
    display: flex;
  }
}
.mac em {
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
}

.hicerik {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 1400px) {
  .hicerik {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .hicerik {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .hicerik {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hicerik svg {
  width: 60px;
  height: 191px;
  color: var(--sari);
  position: absolute;
  left: -83px;
  top: 182px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .hicerik svg {
    top: 150px;
  }
}
@media (max-width: 1200px) {
  .hicerik svg {
    top: 110px;
    width: 40px;
    height: 150px;
    left: -58px;
  }
}
.hicerik span {
  font-size: 30px;
  font-weight: 700;
  color: var(--sari);
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 1400px) {
  .hicerik span {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1200px) {
  .hicerik span {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.hicerik .hstitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: var(--siyah);
  margin-bottom: 19px;
}
@media (max-width: 1400px) {
  .hicerik .hstitle {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  .hicerik .hstitle {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.hicerik p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 38px;
}
@media (max-width: 1400px) {
  .hicerik p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .hicerik p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.maddeler {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .maddeler {
    justify-content: space-between;
  }
}
.maddeler li {
  width: 160px;
  height: 102px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  background: var(--bgsari);
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .maddeler li {
    width: 140px;
    height: 90px;
  }
}
@media (max-width: 1200px) {
  .maddeler li {
    width: 130px;
    height: 75px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 14px;
  }
}
@media (max-width: 576px) {
  .maddeler li {
    width: 48%;
    margin-right: 0;
  }
}
.maddeler li em {
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  color: var(--ssiyah);
  opacity: 0.63;
  margin-bottom: 9px;
}
@media (max-width: 1400px) {
  .maddeler li em {
    font-size: 13px;
  }
}
.maddeler li b {
  font-size: 30px;
  font-weight: 700;
  color: var(--ssiyah);
  font-family: "Arial", sans-serif;
}
@media (max-width: 1400px) {
  .maddeler li b {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .maddeler li b {
    font-size: 20px;
  }
}

.hslider {
  width: 100%;
  position: relative;
  height: calc(100% + 32px);
  margin-top: -32px;
}
@media (max-width: 768px) {
  .hslider {
    margin-top: 0;
  }
}
.hslider .swiper-wrapper {
  height: 100%;
}
.hslider .swiper-pagination {
  bottom: 35px;
}

.hsic {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .hsic {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .hsic {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .hsic {
    height: 350px;
  }
}
.hsic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hsic .hsbaslik {
  position: absolute;
  left: 15px;
  top: 65px;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 7px 25px -9px rgba(0, 0, 0, 0.25);
  padding: 13px 40px 13px 13px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: 500ms left, 500ms opacity;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .hsic .hsbaslik {
    left: 60px;
    top: 20px;
  }
}
@media (max-width: 576px) {
  .hsic .hsbaslik {
    white-space: normal;
    max-width: 240px;
  }
}
.hsic .hsbaslik svg {
  width: 20px;
  height: 40px;
  color: var(--sari);
  flex-shrink: 0;
}
.hsic .hsbaslik span {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.hsic .hsbaslik span em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  color: #BEBEBE;
  margin-bottom: 4px;
}
.hsic .hsbaslik span .hstitle {
  font-size: 14px;
  font-weight: 700;
  color: var(--siyah);
}
.hsic.swiper-slide-active .hsbaslik {
  left: -34px;
  opacity: 1;
  transition: 1000ms left, 1000ms opacity;
}
@media (max-width: 992px) {
  .hsic.swiper-slide-active .hsbaslik {
    left: 20px;
  }
}

.baslik {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .baslik {
    margin-bottom: 45px;
  }
}
.baslik .btitle {
  display: flex;
  align-items: center;
  position: relative;
}
.baslik .btitle span {
  font-size: 24px;
  font-weight: 700;
  color: var(--siyah);
}
@media (max-width: 1200px) {
  .baslik .btitle span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .baslik .btitle span {
    font-size: 18px;
  }
}
.baslik .btitle::before {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 0;
  pointer-events: none;
}
.baslik .btitle::after {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 23px;
  pointer-events: none;
}
.baslik .btitle a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--siyah);
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .baslik .btitle a {
    font-size: 13px;
    margin-left: 20px;
  }
}
.baslik .btitle a:hover {
  color: var(--sari);
}
.baslik .btitle a svg {
  font-size: 22px;
  color: var(--sari);
}
@media (max-width: 1200px) {
  .baslik .btitle a svg {
    font-size: 20px;
  }
}

.sliderok {
  margin-left: auto;
  display: flex;
  position: relative;
  top: 20px;
}
.sliderok div {
  cursor: pointer;
  font-size: 43px;
  color: #C8C7C7;
  transition: 300ms color;
}
@media (max-width: 1200px) {
  .sliderok div {
    font-size: 38px;
  }
}
.sliderok div:first-child {
  transform: rotate(180deg);
  margin-right: -5px;
}
.sliderok div:hover {
  color: var(--sari);
  opacity: 1;
}

.projeler {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .projeler {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .projeler {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.projeslider {
  position: relative;
  overflow: hidden;
}

.pic {
  position: relative;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.pic .presim {
  width: 100%;
  padding-bottom: 59.9056%;
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
.pic .presim::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: 300ms opacity;
}
.pic .presim img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.pic .ptitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--siyah);
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .pic .ptitle {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.pic .ptitle a {
  color: var(--siyah);
}
.pic .ptitle a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pic span {
  font-size: 16px;
  font-weight: 700;
  color: var(--sari);
}
@media (max-width: 1200px) {
  .pic span {
    font-size: 13px;
    font-weight: 600;
  }
}
.pic:hover .presim::before {
  opacity: 0.1;
}

.ozellikler {
  background: #F6F6F6;
  padding: 85px 0 35px;
}
@media (max-width: 1200px) {
  .ozellikler {
    padding: 50px 0 25px;
  }
}

.ozellik {
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
  padding-right: 30px;
}
@media (max-width: 1400px) {
  .ozellik {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .ozellik {
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.ozellik svg {
  font-size: 74px;
  margin-bottom: 31px;
}
@media (max-width: 1400px) {
  .ozellik svg {
    font-size: 60px;
  }
}
.ozellik .otitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--siyah);
  position: relative;
  margin-bottom: 41px;
}
@media (max-width: 1400px) {
  .ozellik .otitle {
    font-size: 20px;
  }
}
.ozellik .otitle::before {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  .ozellik .otitle::before {
    left: 50%;
    margin-left: -27px;
  }
}
.ozellik .otitle::after {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 23px;
  pointer-events: none;
}
@media (max-width: 576px) {
  .ozellik .otitle::after {
    left: 50%;
    margin-left: 0;
  }
}
.ozellik p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: var(--siyah);
}
@media (max-width: 1400px) {
  .ozellik p {
    font-size: 14px;
    line-height: 24px;
  }
}

.haberslider {
  position: relative;
  overflow: hidden;
}

.hic {
  width: 100%;
  height: 305px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #F4F4F4;
  padding: 35px 25px 10px 35px;
  transition: 300ms background;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .hic {
    padding: 25px 15px 10px 25px;
    height: 270px;
  }
}
.hic:hover {
  background: #EDEDED;
}
.hic .htitle {
  font-size: 24px;
  line-height: 30px;
  position: relative;
  margin-bottom: 35px;
  color: var(--siyah);
}
@media (max-width: 1400px) {
  .hic .htitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.hic .htitle::before {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 0;
  pointer-events: none;
}
.hic .htitle::after {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 23px;
  pointer-events: none;
}
.hic p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: var(--siyah);
  max-height: 100px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .hic p {
    font-size: 14px;
    line-height: 22px;
    max-height: 88px;
  }
}
.hic a {
  margin-top: auto;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 700;
  color: var(--siyah);
  margin-left: 15px;
}
@media (max-width: 576px) {
  .hic a {
    margin-left: 10px;
  }
}
.hic a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hic a svg {
  font-size: 17px;
  color: var(--sari);
}

.haberler {
  margin-top: 50px;
  margin-bottom: 50px;
}

.bannerlar {
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .bannerlar {
    margin-top: 0;
  }
}

.banner {
  width: 100%;
  height: 170px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 33px 14px 13px 44px;
  transition: 300ms top;
  top: 0;
}
@media (max-width: 1400px) {
  .banner {
    padding: 25px 14px 13px 35px;
  }
}
@media (max-width: 1200px) {
  .banner {
    height: 150px;
    padding: 20px 14px 13px 25px;
  }
}
@media (max-width: 576px) {
  .banner {
    height: auto;
    padding: 20px 14px 13px 25px;
  }
}
.banner:hover {
  top: -5px;
}
@media (max-width: 992px) {
  .banner:hover {
    top: 0;
  }
}
.banner .batitle {
  font-size: 29px;
  font-weight: 700;
  max-height: 68px;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 1400px) {
  .banner .batitle {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .banner .batitle {
    font-size: 20px;
  }
}
.banner .bstitle {
  font-size: 27px;
  line-height: 36px;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .banner .bstitle {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .banner .bstitle {
    font-size: 18px;
    line-height: 23px;
    max-width: 80%;
  }
}
.banner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  max-width: 460px;
  margin-bottom: 14px;
  max-height: 48px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .banner p {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }
}
.banner a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 576px) {
  .banner a {
    margin-top: 10px;
  }
}
.banner a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner a svg {
  font-size: 17px;
}

.markalar {
  margin-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .markalar {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .markalar {
    padding-bottom: 20px;
  }
}

.markaslider {
  position: relative;
  overflow: hidden;
}

.mic {
  height: 140px;
  border: 1px solid #DEDEDE;
  transition: 300ms border;
}
@media (max-width: 1200px) {
  .mic {
    height: 110px;
  }
}
.mic:hover {
  border-color: var(--sari);
}
.mic a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mic a img {
  max-width: 70%;
  max-height: 70%;
  display: block;
}

.footer {
  margin-top: 50px;
  padding: 50px 0 57px;
  background: #383636;
}
@media (max-width: 1200px) {
  .footer {
    padding: 35px 0;
  }
}

.footeric {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footeric {
    flex-wrap: wrap;
  }
}

.finfo {
  width: 385px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .finfo {
    width: 320px;
  }
}
@media (max-width: 1200px) {
  .finfo {
    width: 290px;
  }
}
@media (max-width: 992px) {
  .finfo {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .finfo {
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.finfo img {
  max-width: 245px;
  max-height: 90px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .finfo img {
    max-width: 200px;
    max-height: 70px;
  }
}
.finfo p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .finfo p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .finfo p {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.finfo .sosyalmedya {
  margin-left: -10px;
}
@media (max-width: 576px) {
  .finfo .sosyalmedya {
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.sosyalmedya {
  width: 100%;
  display: flex;
  align-items: center;
}
.sosyalmedya a {
  color: #fff;
  padding: 10px 11px;
}
.sosyalmedya a:hover {
  color: var(--sari);
}
footer .sosyalmedya a:hover {
  color: var(--ssari);
}
.sosyalmedya a svg {
  font-size: 24px;
}

.fmenu {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fmenu {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .fmenu {
    width: 100%;
    margin-top: 1px;
  }
}
.fmenu .ftitle {
  font-size: 16px;
  font-weight: 800;
  color: var(--ssari);
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .fmenu .ftitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .fmenu .ftitle {
    background: rgba(255, 255, 255, 0.1);
    display: block;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .fmenu .ftitle::after {
    content: "";
    border: 7px solid transparent;
    border-top: 7px solid var(--ssari);
    margin-left: auto;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 576px) {
  .fmenu ul {
    display: none;
    margin-top: 15px;
    padding-left: 20px;
  }
}
.fmenu ul li {
  margin-bottom: 16px;
}
.fmenu ul li a {
  font-size: 14px;
  display: block;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.fmenu ul li a:hover {
  color: var(--ssari);
}

.fbanners {
  width: 280px;
}
@media (max-width: 1200px) {
  .fbanners {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .fbanners {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .fbanners {
    margin-top: 1px;
  }
}
.fbanners .banner {
  height: 133px;
  padding-left: 27px;
  padding-top: 19px;
  left: 0;
  transition: 300ms left;
}
@media (max-width: 1200px) {
  .fbanners .banner {
    height: 110px;
  }
}
.fbanners .banner:last-child {
  margin-top: 11px;
}
@media (max-width: 576px) {
  .fbanners .banner:last-child {
    margin-top: 1px;
  }
}
.fbanners .banner .bstitle {
  font-size: 23px;
  line-height: 30px;
  max-width: 200px;
}
@media (max-width: 1200px) {
  .fbanners .banner .bstitle {
    font-size: 18px;
    line-height: 23px;
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .fbanners .banner a {
    margin-top: auto;
  }
}
.fbanners .banner:hover {
  top: 0;
  left: 5px;
}
@media (max-width: 576px) {
  .fbanners .banner:hover {
    left: 0;
  }
}

.alt {
  padding: 25px 0 38px;
  background: #383636;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.alt .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .alt .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.alt .container p {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
.alt .container svg {
  width: 29px;
  height: 33px;
}
@media (max-width: 576px) {
  .alt .container a {
    margin-top: 20px;
  }
}

.acik .header {
  position: relative;
  padding: 18px 0;
  background: #fff !important;
  box-shadow: 0px 38px 55px -25px rgba(0, 0, 0, 0.05);
}
.acik .header div.menu ul li a {
  color: var(--siyah);
}
.acik .header .mac em {
  background: var(--siyah);
}
.acik .asic {
  height: 600px;
}
@media (max-width: 1400px) {
  .acik .asic {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .acik .asic {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .acik .asic {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .acik .asic {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .mgolge {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    display: none;
  }
}

@media (max-width: 992px) {
  .iban {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .iban {
    margin-bottom: 0;
  }
}

.icheader {
  position: relative;
}

.icerikler {
  padding: 25px 0;
}
@media (max-width: 576px) {
  .icerikler {
    padding: 15px 0;
  }
}

.band {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.band li {
  font-size: 13px;
  font-weight: 700;
  color: var(--siyah);
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.band li::after {
  width: 18px;
  height: 18px;
  content: "";
  background: url(../images/bandok.svg) center center no-repeat;
  background-size: 100%;
  margin: 0 7px;
}
.band li:last-child::after {
  display: none;
}
.band li a {
  color: var(--siyah);
}
.band li a:hover {
  color: var(--sari);
}

.title {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  color: var(--siyah);
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .title {
    font-size: 24px;
  }
}
.title::before {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 0;
  pointer-events: none;
}
.title::after {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 23px;
  pointer-events: none;
}

.ortaalan {
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .ortaalan {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .ortaalan {
    flex-direction: column;
  }
}

.solmenu {
  width: 310px;
  background: #F4F4F4;
  box-shadow: 0 7px 19px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  position: sticky;
  top: 10px;
}
@media (max-width: 1400px) {
  .solmenu {
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  .solmenu {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 1200px) {
  .solmenu ul {
    display: none;
  }
}
.solmenu ul li {
  position: relative;
}
.solmenu ul li::before {
  content: "";
  width: 0;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  background: var(--sari);
  transition: 300ms width;
}
.solmenu ul li a {
  padding: 13px 40px;
  color: var(--siyah);
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .solmenu ul li a {
    font-size: 16px;
    padding: 11px 30px;
  }
}
.solmenu ul li a:hover {
  color: var(--sari);
}
.solmenu ul li a svg {
  color: var(--sari);
  width: 35px;
  height: 20px;
}
.solmenu ul li.current-menu-item {
  pointer-events: none;
}
.solmenu ul li.current-menu-item::before {
  width: 7px;
}

.icerik {
  flex: 1;
  margin-left: 24px;
}
@media (max-width: 1200px) {
  .icerik {
    margin-left: 0;
    width: 100%;
    flex: none;
  }
}

.smac {
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--siyah);
  display: none;
}
@media (max-width: 1200px) {
  .smac {
    display: flex;
  }
}
.smac span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 5px;
}
.smac span em {
  width: 23px;
  height: 2px;
  background: var(--siyah);
  margin: 2px 0;
}

.hakkimizdaic {
  width: 100%;
  padding-left: 37px;
}
.hakkimizdaic img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1400px) {
  .hakkimizdaic {
    padding-left: 25px;
  }
}
@media (max-width: 1200px) {
  .hakkimizdaic {
    padding-left: 0;
  }
}
.hakkimizdaic h3, .hakkimizdaic h2, .hakkimizdaic h4, .hakkimizdaic h5, .hakkimizdaic h6 {
  position: relative;
  z-index: 0;
  padding-left: 10px;
  font-weight: 700;
  color: var(--siyah);
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .hakkimizdaic h3, .hakkimizdaic h2, .hakkimizdaic h4, .hakkimizdaic h5, .hakkimizdaic h6 {
    margin-bottom: 20px;
  }
}
.hakkimizdaic h3::before, .hakkimizdaic h2::before, .hakkimizdaic h4::before, .hakkimizdaic h5::before, .hakkimizdaic h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 23px;
  background: var(--sari);
  z-index: -1;
}
.hakkimizdaic h2 {
  font-size: 28px;
}
@media (max-width: 1400px) {
  .hakkimizdaic h2 {
    font-size: 24px;
  }
}
.hakkimizdaic h3 {
  font-size: 22px;
}
@media (max-width: 1400px) {
  .hakkimizdaic h3 {
    font-size: 18px;
  }
}
.hakkimizdaic h4 {
  font-size: 18px;
}
@media (max-width: 1400px) {
  .hakkimizdaic h4 {
    font-size: 16px;
  }
}
.hakkimizdaic h5 {
  font-size: 16px;
}
@media (max-width: 1400px) {
  .hakkimizdaic h5 {
    font-size: 14px;
  }
}
.hakkimizdaic h6 {
  font-size: 14px;
}
@media (max-width: 1400px) {
  .hakkimizdaic h6 {
    font-size: 12px;
  }
}
.hakkimizdaic p {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  color: var(--siyah);
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .hakkimizdaic p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 26px;
  }
}
.hakkimizdaic b, .hakkimizdaic strong {
  font-weight: 700;
}
.hakkimizdaic a {
  position: relative;
  font-weight: 700;
  color: var(--siyah);
}
.hakkimizdaic a::before {
  content: "";
  height: 7px;
  width: 100%;
  background: var(--sari);
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hakkimizdaic ul, .hakkimizdaic ol {
  margin-bottom: 35px;
}
@media (max-width: 1400px) {
  .hakkimizdaic ul, .hakkimizdaic ol {
    margin-bottom: 25px;
  }
}
.hakkimizdaic ul li, .hakkimizdaic ol li {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
  color: var(--siyah);
  padding-left: 24px;
}
@media (max-width: 1400px) {
  .hakkimizdaic ul li, .hakkimizdaic ol li {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.hakkimizdaic ul li::before, .hakkimizdaic ol li::before {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--sari);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hakkimizdaic ol li::before {
  border-radius: 100%;
}
.hakkimizdaic blockquotes {
  padding: 14px 20px;
  border-left: 12px solid var(--sari);
  height: 100%;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: var(--siyah);
  display: block;
}
@media (max-width: 1400px) {
  .hakkimizdaic blockquotes {
    font-size: 16px;
    padding: 8px 15px;
    border-left-width: 8px;
    margin-bottom: 20px;
  }
}

.projelist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.projelist .pic {
  width: calc(50% - 12px);
  margin-right: 24px;
}
@media (max-width: 576px) {
  .projelist .pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.projelist .pic:nth-child(2n+2) {
  margin-right: 0;
}

.sayfalama {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.sayfalama .onceki {
  margin: 0 20px;
}
@media (max-width: 576px) {
  .sayfalama .onceki {
    margin: 0 10px;
  }
}
.sayfalama .onceki a {
  height: 41px;
  display: flex;
  align-items: center;
  padding: 0 36px;
  font-size: 16px;
  font-weight: 700;
  background: #F6F6F6;
  color: var(--siyah);
  transition: 300ms transform;
}
.sayfalama .onceki a:focus {
  transform: scale(0.97);
}
@media (max-width: 576px) {
  .sayfalama .onceki a {
    font-size: 14px;
    height: 38px;
    padding: 0 30px;
  }
}
.sayfalama .sonraki {
  margin: 0 20px;
}
@media (max-width: 576px) {
  .sayfalama .sonraki {
    margin: 0 10px;
  }
}
.sayfalama .sonraki a {
  height: 41px;
  display: flex;
  align-items: center;
  padding: 0 36px;
  font-size: 16px;
  font-weight: 700;
  background: var(--sari);
  color: var(--siyah);
}
.sayfalama .sonraki a:focus {
  transform: scale(0.97);
}
@media (max-width: 576px) {
  .sayfalama .sonraki a {
    font-size: 14px;
    height: 38px;
    padding: 0 30px;
  }
}

.haberlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.haberlist .hic {
  width: calc(33.3333% - 16px);
  margin-bottom: 24px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .haberlist .hic {
    width: calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .haberlist .hic {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 10px;
  }
  .haberlist .hic a {
    margin-top: 25px;
  }
}
.haberlist .hic:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .haberlist .hic:nth-child(3n+3) {
    margin-right: 24px;
  }
}
@media (max-width: 576px) {
  .haberlist .hic:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .haberlist .hic:nth-child(2n+2) {
    margin-right: 0;
  }
}

.detaylar {
  width: 100%;
  padding-top: 10px;
}

.dsic {
  width: 100%;
  padding-bottom: 64.4536%;
  position: relative;
}
.dsic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dslider {
  overflow: hidden;
  position: relative;
  width: calc(100% - 35px);
}
@media (max-width: 1200px) {
  .dslider {
    width: 100%;
  }
}
.dslider .swiper-pagination {
  bottom: 26px;
}

.detay {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .detay {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .detay {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.detay .dtitle {
  font-size: 30px;
  font-weight: 800;
  color: var(--siyah);
  margin-bottom: 6px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .detay .dtitle {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .detay .dtitle {
    font-size: 18px;
  }
}
.detay span {
  font-size: 18px;
  font-weight: 700;
  color: var(--sari);
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .detay span {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .detay span {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.detay > em {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  .detay > em {
    margin-bottom: 15px;
  }
}
.detay > em::before {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
}
@media (max-width: 576px) {
  .detay > em::before {
    height: 3px;
  }
}
.detay > em::after {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  margin-left: 4px;
}
@media (max-width: 576px) {
  .detay > em::after {
    height: 3px;
  }
}
.detay p {
  font-size: 16px;
  line-height: 29px;
  color: var(--siyah);
  font-weight: 400;
  margin-bottom: 41px;
}
@media (max-width: 1200px) {
  .detay p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 22px;
  }
}
.detay .maddeler li {
  width: calc(33.3333% - 10px);
}
.detay .maddeler li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 576px) {
  .detay .maddeler li {
    width: 48%;
  }
}

.isol {
  width: 425px;
}
@media (max-width: 992px) {
  .isol {
    width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .isol {
    max-width: 100%;
  }
}

.isag {
  flex: 1;
  position: relative;
}
@media (max-width: 768px) {
  .isag {
    flex: none;
    width: 100%;
    height: 300px;
  }
}
.isag iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.iletisim {
  padding-top: 60px;
  display: flex;
}
@media (max-width: 1400px) {
  .iletisim {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .iletisim {
    flex-direction: column;
  }
}

.isosyal {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 22px 15px;
  background: var(--sari);
}
@media (max-width: 576px) {
  .isosyal {
    padding: 15px;
  }
}
.isosyal .sosyalmedya {
  margin-left: 0;
  width: auto;
}
.isosyal .sosyalmedya a {
  color: var(--siyah);
}
.isosyal span {
  font-size: 15px;
  font-weight: 700;
  color: var(--siyah);
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .isosyal span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.ibox {
  width: 100%;
  padding: 25px 32px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .ibox {
    padding: 20px;
  }
}
.ibox .ibtitle {
  font-size: 18px;
  position: relative;
  font-weight: 700;
  color: var(--siyah);
  margin-bottom: 37px;
}
@media (max-width: 576px) {
  .ibox .ibtitle {
    font-size: 16px;
  }
}
.ibox .ibtitle::before {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 0;
  pointer-events: none;
}
.ibox .ibtitle::after {
  content: "";
  width: 19px;
  height: 5px;
  border-radius: 3px;
  background: var(--sari);
  position: absolute;
  bottom: -20px;
  left: 23px;
  pointer-events: none;
}

.iadres {
  border-bottom: 3px solid #E9E9E9;
  padding-bottom: 15px;
}
.iadres p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--siyah);
  font-family: sans-serif;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .iadres p {
    font-size: 15px;
    line-height: 22px;
  }
}
.iadres p:nth-child(2) {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .iadres p:nth-child(2) {
    margin-bottom: 15px;
  }
}
.iadres p a {
  color: var(--siyah);
}
.iadres p svg {
  margin-right: 13px;
  font-size: 20px;
  color: var(--sari);
}
.iadres p:nth-child(4) svg {
  font-size: 16px;
  margin-right: 17px;
}

.iform .ialan {
  width: 100%;
  position: relative;
  margin-bottom: 2px;
}
.iform .ialan span.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  font-weight: 700;
  color: orangered;
  pointer-events: none;
  text-transform: uppercase;
}
.iform .ialan .itext {
  background: #fff;
  height: 48px;
  padding: 0 23px;
  font-size: 14px;
  font-weight: 800;
  color: var(--siyah);
  border: 0;
  width: 100%;
  box-shadow: 0px 12px 22px -14px rgba(0, 0, 0, 0.15);
  border-left: 0 solid var(--sari);
  transition: 300ms border;
}
.wpcf7-form-control-wrap {
  position: initial;
}
.iform p{
  position: relative;
}
.iform .ajax-loader{
  position: absolute;
  right: 18px;
  margin: 0;
  top: 11px;
  z-index: 2;
  pointer-events: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0;
  padding: 0.2em 1em;
  border: 0 solid #00a0d2; /* Blue */
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
  color: #ffb900;
}
@media (max-width: 576px) {
  .iform .ialan .itext {
    font-size: 13px;
    padding: 0 15px;
  }
}
.iform .ialan .itext:focus {
  border-left-width: 5px;
}
.iform .ialan .itext::placeholder {
  color: var(--siyah);
  opacity: 0.4;
}
.iform .ialan .iarea {
  background: #fff;
  height: 86px;
  padding: 16px 23px;
  font-size: 14px;
  font-weight: 800;
  color: var(--siyah);
  border: 0;
  width: 100%;
  box-shadow: 0px 12px 22px -14px rgba(0, 0, 0, 0.15);
  border-left: 0 solid var(--sari);
  transition: 300ms border;
}
@media (max-width: 576px) {
  .iform .ialan .iarea {
    font-size: 13px;
    padding: 15px;
  }
}
.iform .ialan .iarea:focus {
  border-left-width: 5px;
}
.iform .ialan .iarea::placeholder {
  color: var(--siyah);
  opacity: 0.4;
}

.ibuton {
  width: 100%;
  text-align: center;
  height: 48px;
  background: var(--sari);
  color: var(--siyah);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  transition: 300ms transform;
}
.ibuton:focus {
  transform: scale(0.97);
}

.mesaj {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 576px) {
  .mesaj {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.basarili {
  color: #44B14F;
}

@media (max-width: 768px) {
  .smenu ul{
    margin-top: 13px;
  }
}

