body {
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

p {
  margin-bottom: 10px;
}

.body {
  font-family: Oswald, sans-serif;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  margin-top: 8px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 3px;
  background-color: #694537;
  box-shadow: 0 6px 24px 0 rgba(48, 54, 77, 0.22);
  font-size: 18vw;
}

.dropdown-list.v2.w--open {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 250px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  background-color: #694537;
  box-shadow: 0 6px 24px 0 #694537;
}

.dropdown-bridge {
  position: absolute;
  left: 0px;
  top: -8px;
  right: 0px;
  z-index: 1;
  height: 8px;
}

.menu-logo {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-dropdown-icon {
  display: none;
  margin-right: 12px;
  color: #999;
  font-size: 13px;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 6px 10px;
  border-bottom: 1px solid #d1ae76;
  border-radius: 3px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff3e0;
}

.nav-link:hover {
  background-color: transparent;
  color: #d1ae76;
}

.nav-link.w--current {
  color: #fff8ec;
  font-weight: 500;
}

.nav-dropdown.projeler {
  display: none;
}

.menu-wrapper {
  position: static;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-dropdown-link-v2 {
  display: block;
  width: 100vw;
  margin-top: 25px;
  margin-bottom: 28px;
  padding: 0px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: transparent;
  color: #fff3e0;
  font-size: 14px;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.nav-dropdown-link-v2:hover {
  border-radius: 3px;
  background-color: #694537;
  color: transparent;
}

.nav-dropdown-link-v2.w--current {
  color: #574b8a;
  font-weight: 700;
}

.nav-dropdown-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: rgba(87, 75, 138, 0.2);
  border-radius: 0%;
  background-color: transparent;
  color: #694537;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.nav-dropdown-circle.altyapi {
  display: block;
  width: 25%;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 0px;
  float: left;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/altyapiACIK.svg');
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.nav-dropdown-circle.altyapi.end-s {
  background-image: url('../images/endustriACIK.svg');
  background-position: 50% 80%;
  background-size: cover;
}

.nav-dropdown-circle.altyapi.st {
  background-image: url('../images/ustyapiACIK.svg');
  background-size: cover;
}

.nav-dropdown-circle.altyapi.alt {
  background-image: url('../images/altyapiACIK.svg');
  background-size: cover;
}

.nav-dropdown-circle.altyapi.rafi {
  background-image: url('../images/PetroACIK.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
}

.logo {
  display: block;
  height: 45px;
  max-width: none;
  min-width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-dropdown-link {
  padding: 9px 20px 11px;
  -webkit-transition: color 100ms ease, background-color 100ms ease;
  transition: color 100ms ease, background-color 100ms ease;
  color: #fff3e0;
  font-size: 16px;
}

.nav-dropdown-link:hover {
  background-color: transparent;
  color: #d1ae76;
}

.nav-dropdown-link.w--current {
  color: #574b8a;
  font-weight: 700;
}

.menu-icon-line-bottom {
  height: 2px;
  border-radius: 1px;
  background-color: #574b8a;
}

.nav-menu {
  display: block;
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.nav-dropdown-link-info {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff3e0;
}

.nav-search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-corner {
  position: absolute;
  left: 33px;
  top: -4px;
  z-index: 1;
  display: none;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
  display: none;
}

.modal-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-top: 24px;
  margin-right: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/x-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.modal-close-button:hover {
  background-color: #574b8a;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-icon {
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #574b8a;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100vw;
  height: auto;
  padding: 20px 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #694537;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #1f0605), to(#694537));
  background-image: linear-gradient(180deg, #1f0605 22%, #694537);
  box-shadow: 0 0 20px 0 rgba(31, 6, 5, 0.6);
}

.menu-icon-line-top {
  height: 2px;
  border-radius: 1px;
  background-color: #574b8a;
}

.popup-bg-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.78);
}

.text-block-8 {
  width: 100%;
  margin-top: 10px;
  color: #fff3e0;
  font-size: 16px;
  font-weight: 300;
}

.footer-contact-icon {
  height: 25px;
  min-width: 10%;
  margin-top: 5px;
  margin-right: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block {
  width: 200px;
  height: 150px;
  background-color: #1f0605;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #694537;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#694537), to(#1f0605));
  background-image: linear-gradient(180deg, #694537, #1f0605);
  color: #fff;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff3e0;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.footer-contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link.footer-contact:hover {
  text-decoration: none;
}

.div-block-2 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.footer-v1-column {
  display: block;
  margin-right: 32px;
  margin-left: 32px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.text-block-13 {
  color: #fff3e0;
}

.logo-2 {
  display: block;
  height: 45px;
  max-width: none;
  margin-right: 20px;
  float: left;
}

.text-span {
  font-family: Oswald, sans-serif;
  color: #fff3e0;
  text-decoration: none;
}

.logo-description {
  display: block;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 20px;
  float: left;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  font-family: Oswald, sans-serif;
  color: #fff3e0;
  font-size: 16px;
  line-height: 20px;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff3e0;
}

.footer-heading:hover {
  color: #fff3e0;
}

.footer-brand {
  position: static;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px 0px 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
}

.wrapper {
  position: static;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.slidersec {
  margin-top: 80px;
}

.text-big {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.slideri-ntrowrap {
  z-index: 2;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero-slide-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 104, 86, 0.2)), to(rgba(152, 104, 86, 0.2))), url('../images/endustriyelANA.jpg');
  background-image: linear-gradient(180deg, rgba(152, 104, 86, 0.2), rgba(152, 104, 86, 0.2)), url('../images/endustriyelANA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 104, 86, 0.2)), to(rgba(152, 104, 86, 0.2))), url('../images/altyapiANA.jpg');
  background-image: linear-gradient(180deg, rgba(152, 104, 86, 0.2), rgba(152, 104, 86, 0.2)), url('../images/altyapiANA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide-image._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 104, 86, 0.2)), to(rgba(152, 104, 86, 0.2))), url('../images/ustyapiANA.jpg');
  background-image: linear-gradient(180deg, rgba(152, 104, 86, 0.2), rgba(152, 104, 86, 0.2)), url('../images/ustyapiANA.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-v4-nav {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 7px;
  line-height: 12px;
}

.hero-v4-nav._2 {
  display: block;
  width: 55px;
  height: 25px;
  padding-top: 8px;
  background-color: #d1ae76;
}

.sliderintrodivider {
  width: auto;
  height: 3px;
  margin-top: 0px;
  margin-bottom: 15px;
  border-radius: 1.5px;
  background-color: #d1ae76;
}

.hero-slider {
  height: 70vh;
  color: #fff;
}

.slideriintrodiv {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 550px;
  margin: 100px auto 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slider-button {
  left: -40px;
  display: none;
  width: 56px;
  height: 56px;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #574b8a;
  font-size: 24px;
}

.slider-button:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15), 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-button.hero-right {
  left: auto;
  right: 24px;
}

.slider-button.hero-right:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3), 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-button.hero-right._2 {
  display: none;
  width: 30px;
  height: 30px;
  background-color: #694537;
  color: #694537;
}

.slider-button.hero-left {
  left: 24px;
}

.slider-button.hero-left:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3), 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-button.hero-left._2 {
  display: none;
  width: 30px;
  height: 30px;
  background-color: #694537;
  color: #694537;
}

.slider-button.right {
  left: auto;
  right: -40px;
}

.hero-slide-heading {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.28);
}

.hero-slide {
  display: block;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: inline-block;
  height: 48px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 3px;
  background-color: #694537;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #d1ae76;
}

.decor-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  height: 4vw;
}

.text-label {
  display: inline-block;
  margin-bottom: 0px;
  border-radius: 4px;
  font-family: Oswald, sans-serif;
  color: #666;
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-label.white {
  color: #694537;
}

.text-label.white.rv3 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
}

.iconsec {
  text-align: center;
}

.iconlarzemin {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(105, 69, 55, 0.5);
}

.icontekwrap {
  display: inline-block;
  margin: 20px 5px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.ikontekyazi {
  display: block;
  text-align: center;
}

.heading {
  color: #462214;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.heading.ikon {
  font-size: 20px;
  line-height: 24px;
}

.ikontekikon {
  display: inline-block;
}

.ikonlink {
  color: #694537;
  font-size: 16px;
  text-decoration: none;
}

.ikonlink.anaprojeler {
  color: #462214;
}

.cizim01sec {
  height: auto;
  background-image: url('../images/DESENop.svg');
  background-position: 50% 0%;
  background-size: cover;
  text-align: center;
}

.cizimintrowrapper {
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: left;
}

.cizimintroh2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #462214;
  font-size: 34px;
  line-height: 38px;
}

.cizimintroyazilar {
  display: inline-block;
  width: 50vw;
}

.cizimdivider {
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d1ae76;
}

.cizimintrobody {
  display: inline-block;
  width: 50vw;
}

.paragraph {
  margin-bottom: 20px;
  color: #694537;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.cizimbutton {
  display: inline-block;
  height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 3px;
  background-color: #694537;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.cizimbutton:hover {
  background-color: #d1ae76;
}

.anasayfaprojelersec {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.anaprojelerhead {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}

.anasayfaintro {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #462214;
}

.anasayfaproheaddivider {
  display: inline-block;
  width: 50%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d1ae76;
}

.bigprojewrap {
  display: inline-block;
  width: 37%;
  margin: 20px 40px;
}

.bigprojewrap.v2 {
  position: relative;
  top: -175px;
}

.bigimage {
  display: inline-block;
}

.bigimagebody {
  display: block;
  text-align: left;
}

.anaimage {
  width: 100%;
}

.bigprohead {
  display: inline-block;
  color: #462214;
  font-weight: 500;
  text-align: left;
}

.bigprobody {
  display: inline-block;
  color: #462214;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

.intro-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro-2.margin-bottom {
  display: block;
  margin-bottom: 0px;
}

.intro-2.no-margin-bottom {
  position: static;
  display: inline-block;
  max-width: 520px;
  margin-bottom: 0px;
}

.slider-nav {
  position: static;
  top: 290px;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 8px;
  line-height: 16px;
}

.bg-element-3 {
  position: absolute;
  left: 40%;
  top: 8vh;
  width: 22vh;
  height: 22vh;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.dark-mask {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #694537;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f0605), to(#694537));
  background-image: linear-gradient(180deg, #1f0605, #694537);
  color: #fff;
}

.section.dark-mask {
  display: none;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #694537;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f0605), to(#694537));
  background-image: linear-gradient(180deg, #1f0605, #694537);
  color: transparent;
}

.section.haze {
  background-color: #f3f3f7;
}

.section.haze.no-padding {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.div-block-3 {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.bg-elements {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  max-width: 90%;
  min-height: 640px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.05;
}

.review-v5-avatar {
  width: 80px;
  height: 72px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #fff;
  border-radius: 0%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -o-object-fit: fill;
  object-fit: fill;
}

.testimonials-v5-slide {
  position: static;
  width: 33.33%;
  padding-top: 40px;
  padding-right: 3%;
  padding-left: 3%;
}

.link-11 {
  color: #d1ae76;
  text-decoration: none;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff8ec;
}

.testimonials-v5 {
  width: 100%;
  height: auto;
  max-width: 88vw;
  margin: 0px auto;
  padding-right: 32px;
  padding-bottom: 20px;
  padding-left: 32px;
  background-color: transparent;
}

.review-v5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  -webkit-filter: sepia(20%);
  filter: sepia(20%);
}

.bg-element-1 {
  position: absolute;
  left: -30.7vh;
  top: auto;
  right: auto;
  bottom: -19vh;
  width: 70vh;
  height: 70vh;
  margin: auto;
  border-radius: 10vh;
  background-image: linear-gradient(118deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kartv2 {
  position: static;
  z-index: 2;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-7 {
  -webkit-filter: sepia(20%);
  filter: sepia(20%);
}

.bg-element-2 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: -14.9vh;
  bottom: auto;
  width: 22vh;
  height: 22vh;
  border-radius: 5vh;
  background-image: linear-gradient(163deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.bg-element-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 22.4vh;
  bottom: 7.7vh;
  width: 16vh;
  height: 16vh;
  border-radius: 4vh;
  background-image: linear-gradient(159deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.review-v5-name {
  margin-bottom: 15px;
  color: #d1ae76;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.slider-arrow-icon {
  width: 100%;
  opacity: 1;
  color: #694537;
}

.heading-9 {
  color: #694537;
}

.kart1 {
  display: inline-block;
  margin-right: 50px;
  margin-left: 50px;
  text-align: left;
}

.kart1._2 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(152, 104, 86, 0.13);
}

.kart1._2.v2 {
  display: inline-block;
  margin-bottom: 25px;
}

.kart1.mobil {
  width: 20%;
  margin-right: 25px;
  margin-left: 25px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  border-radius: 3px;
  background-color: #694537;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #d1ae76;
}

.button-2.color-2 {
  display: inline-block;
  border-radius: 3px;
  background-color: #694537;
}

.button-2.color-2:hover {
  background-color: #d1ae76;
}

.button-2.color-2.v2 {
  display: block;
}

.text-block-15 {
  display: inline-block;
}

.kartsec {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/DESENop.svg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.divider-2 {
  width: 88px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 21px;
  border-radius: 1.5px;
  background-color: #d1ae76;
}

.divider-2.animated {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph-2 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  color: #694537;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.limanufak {
  display: block;
  width: 350px;
  height: 150px;
  background-image: url('../images/limanUFAK.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.limanufak.foto {
  display: inline-block;
}

.limanufak.detay {
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: none;
}

.limanufak.detay.v2 {
  height: auto;
}

.paragraph-3 {
  margin-bottom: 15px;
  color: #fff8ec;
  font-size: 20px;
  line-height: 30px;
}

.wrapper-3 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.heading-7 {
  margin-bottom: 20px;
  color: #fff3e0;
}

.logotypes {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link {
  margin: 20px 8px;
  padding: 8px;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.logo-link:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.logo-3 {
  height: 45px;
}

.breadcrumbs-link {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #fff3e0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

.bg-elements-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  max-width: 90%;
  min-height: 640px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.05;
}

.breadcrumbs {
  display: block;
  margin-top: 0px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}

.kurumsalsec {
  position: relative;
  margin-top: 80px;
  text-align: center;
}

.kurumsalcon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.breadcrumbs-arrow {
  display: inline-block;
  width: 30px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/right-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.3;
}

.page-intro-2 {
  display: inline-block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-intro-2.faa {
  width: auto;
  max-width: none;
  margin-top: 50px;
}

.kurumsal {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #694537;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}

.wrapper-4 {
  position: relative;
  z-index: 2;
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
}

.divider-3 {
  width: 88px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 21px;
  border-radius: 1.5px;
  background-color: #ffa949;
}

.divider-3.page-intro-divider {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.kurumsalp {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1f0605;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.kurumsalp.ilet {
  margin-top: 0px;
  font-size: 18px;
  line-height: 24px;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-2.kurumsal {
  position: static;
  display: inline-block;
  width: 60%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
}

.section-2.top-section {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #694537;
  color: #fff;
}

.text-block-12 {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: rgba(255, 248, 236, 0.5);
  font-size: 16px;
  font-weight: 300;
}

.bg-elements-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  max-width: 90%;
  min-height: 640px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.05;
}

.wrapper-5 {
  position: relative;
  z-index: 2;
  display: block;
  width: 200px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.wrapper-5.faa {
  width: 400px;
  margin-top: 0px;
}

.projedetaysec {
  display: block;
  margin-top: 80px;
}

.projeanaic {
  display: inline-block;
}

.projeanaic.yazi {
  position: relative;
  top: 90px;
  width: 35%;
  margin-right: 20px;
  margin-left: 20px;
  text-align: left;
}

.projeanaic.gorsel {
  width: 35%;
  margin-right: 20px;
  margin-left: 20px;
}

.projeanaic.altgorsel {
  width: 15%;
  margin-right: 29px;
  margin-left: 29px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-5 {
  color: #694537;
  font-size: 20px;
  line-height: 26px;
}

.heading-11 {
  margin-top: 0px;
  color: #462214;
}

.bo-luk {
  height: 20px;
}

.image-8 {
  width: 100%;
  max-width: none;
}

.projeanailkdiv {
  position: relative;
  display: block;
}

.projeanailkdiv.v2 {
  display: block;
  margin-bottom: 80px;
}

.gorselonlysec {
  margin-top: 80px;
  margin-bottom: 80px;
}

.gorselonlyintro {
  display: inline-block;
  text-align: center;
}

.heading-12 {
  color: #462214;
}

.onlygorselgorsel {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.onlyg {
  width: 40vw;
  max-width: none;
  padding-right: 55px;
  padding-left: 55px;
}

.container {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 0px;
}

.iletson01 {
  display: inline-block;
  margin-right: 40px;
  padding-top: 45px;
  float: none;
  text-align: left;
}

.image-11 {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.div-block-13 {
  display: block;
  float: right;
}

.soncon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soncon.gorsel {
  position: relative;
  display: block;
  margin: 20px auto;
  text-align: center;
}

.soncon.gorsel.ilet {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.html-embed {
  display: block;
}

.sond-v01 {
  display: inline-block;
  width: 70vw;
  text-align: left;
}

.sond-v01.head {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}

.paragraph-6 {
  color: #462214;
  font-size: 18px;
  line-height: 24px;
}

.heading-13 {
  margin-top: 0px;
  color: #694537;
}

.projeleranasayfa {
  margin-top: 60px;
  margin-bottom: 30px;
}

.projeleranasayfawrap {
  margin-top: 20px;
}

.projeleranasayfagorseller {
  display: block;
}

.projeleranasayfafinalgorseller {
  display: inline-block;
  width: 18%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.finalgorsellerana {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-14 {
  display: inline-block;
  width: 70%;
  text-align: left;
}

.section-3 {
  margin-bottom: 60px;
}

.text-span-2 {
  color: #462214;
}

.text-span-3 {
  color: #462214;
  text-decoration: none;
}

.link-12 {
  color: #462214;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .logo {
    display: block;
  }

  .logo-description {
    font-family: Oswald, sans-serif;
  }

  .link-3 {
    color: #fff3e0;
    text-decoration: none;
  }

  .wrapper {
    margin-top: 20px;
  }

  .slideri-ntrowrap {
    margin-top: 20px;
  }

  .decor-bottom {
    color: #fff;
  }

  .ikonlink.anaprojeler {
    font-size: 18px;
  }

  .section.dark-mask {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.dark-mask {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.haze.no-padding {
    background-color: #fff;
  }

  .kartv2 {
    margin-top: 20px;
  }

  .paragraph-3 {
    color: #fff8ec;
  }

  .wrapper-3 {
    margin-top: 20px;
  }

  .heading-7 {
    color: #fff3e0;
  }

  .kurumsalsec {
    position: static;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-2.kurumsal {
    margin-bottom: 150px;
  }

  .projedetaysec {
    margin-top: 100px;
  }

  .projeanaic.yazi {
    top: 110px;
    width: 30%;
  }

  .projeanaic.altgorsel {
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .soncon.gorsel.ilet {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .soncon.gorsel {
    position: static;
    display: block;
    max-width: 49%;
  }

  .sond-v01.head {
    width: 75vw;
  }

  .heading-13.finalbaslik {
    display: block;
  }

  .projeleranasayfawrap {
    display: block;
  }

  .projeleranasayfafinalgorseller {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-list.w--open {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    margin-left: 0px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-radius: 0px;
    background-color: #fff3e0;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #fff3e0;
  }

  .dropdown-bridge {
    display: none;
  }

  .menu-logo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-dropdown-icon {
    display: inline-block;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    color: #d1d1d1;
    font-size: 15px;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #694537;
    color: #fff3e0;
  }

  .nav-link:hover {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #694537;
  }

  .nav-link.w--current {
    color: #fff3e0;
  }

  .menu-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: transparent;
  }

  .nav-dropdown-link-v2.w--current {
    color: #574b8a;
  }

  .nav-dropdown-circle {
    width: 50px;
    height: 50px;
  }

  .nav-dropdown-circle.altyapi {
    background-image: url('../images/alyapi.svg');
  }

  .nav-dropdown-circle.altyapi.end-s {
    width: 10%;
    background-image: url('../images/endustri.svg');
    background-size: 60px;
    background-repeat: repeat-y;
  }

  .nav-dropdown-circle.altyapi.st {
    width: 10%;
    background-image: url('../images/ustyapi.svg');
    background-position: 60% 100%;
    background-size: 55px;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  .nav-dropdown-circle.altyapi.alt {
    width: 10%;
    background-image: url('../images/alyapi.svg');
    background-position: 50% 0%;
    background-size: 70px;
    background-repeat: repeat-y;
  }

  .nav-dropdown-circle.altyapi.rafi {
    width: 10%;
    background-image: url('../images/petrokimyarafineri.svg');
    background-position: 50% 50%;
    background-size: 70px;
    background-repeat: repeat-y;
  }

  .menu-button {
    position: static;
    z-index: 99;
    margin-top: 5px;
    padding: 0px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #574b8a;
  }

  .logo {
    height: 40px;
  }

  .nav-dropdown-link {
    padding: 16px 20px 15px;
    color: #694537;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .nav-dropdown-link:hover {
    background-color: transparent;
    color: #986856;
  }

  .nav-dropdown-link.w--current {
    color: #574b8a;
  }

  .menu-icon-line-bottom {
    background-color: #d1ae76;
  }

  .nav-menu {
    overflow: visible;
    max-height: 90vh;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #694537;
  }

  .dropdown-corner {
    display: none;
  }

  .modal-close-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .menu-icon {
    width: 30px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px 0px;
  }

  .menu-icon-line-middle {
    background-color: #d1ae76;
  }

  .menu {
    height: 80px;
    padding: 20px 30px;
  }

  .menu-icon-line-top {
    background-color: #d1ae76;
  }

  .text-block-8 {
    margin-top: 15px;
    color: #986856;
    font-size: 18px;
    font-weight: 400;
  }

  .footer-contact-icon {
    float: none;
    clear: none;
  }

  .footer-link.footer-contact {
    display: block;
    float: left;
    clear: none;
  }

  .div-block-2 {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-v1-column {
    width: 25vw;
    margin: 0px 25px;
    float: left;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .logo-2 {
    height: 40px;
  }

  .footer-heading {
    margin-bottom: 12px;
  }

  .footer-brand {
    padding-left: 25px;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slideri-ntrowrap {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-v4-nav {
    width: 48px;
    height: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 6px;
  }

  .hero-slider {
    height: 520px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .slideriintrodiv {
    padding-right: 8px;
    padding-left: 8px;
  }

  .slider-button.hero-right {
    right: 16px;
  }

  .slider-button.hero-left {
    left: 16px;
  }

  .hero-slide {
    padding: 64px 88px;
  }

  .iconsec {
    margin-right: 40px;
    margin-left: 40px;
  }

  .iconlarzemin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cizimintroyazilar {
    width: 70vw;
  }

  .cizimintrobody {
    width: 70vw;
  }

  .bigprojewrap {
    width: 70%;
  }

  .bigprojewrap.v2 {
    position: static;
    top: -14px;
  }

  .intro-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .intro-2.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-2.no-margin-bottom {
    margin-bottom: 0px;
  }

  .bg-element-3 {
    width: 16vw;
    height: 16vw;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-elements {
    min-height: 420px;
  }

  .testimonials-v5-slide {
    width: 100%;
    padding-top: 0px;
    padding-right: 15%;
    padding-left: 15%;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .review-v5 {
    font-size: 15px;
  }

  .bg-element-1 {
    left: -27.9vw;
    width: 48vw;
    height: 48vw;
    border-radius: 8vw;
  }

  .kartv2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .bg-element-2 {
    right: -13.9vw;
    width: 20vw;
    height: 20vw;
    border-radius: 4vw;
  }

  .bg-element-4 {
    right: 13.1vw;
    width: 14vw;
    height: 14vw;
    border-radius: 3vw;
  }

  .kart1 {
    width: auto;
  }

  .kart1._2.v2 {
    margin-bottom: 40px;
  }

  .kart1.mobil {
    width: 60%;
    margin-bottom: 30px;
  }

  .limanufak.foto {
    width: 500px;
  }

  .limanufak.detay {
    width: 500px;
    height: 60px;
    margin-bottom: 0px;
  }

  .wrapper-3 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .logotypes {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-link {
    margin: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-3 {
    height: 40px;
  }

  .bg-elements-2 {
    min-height: 420px;
  }

  .breadcrumbs {
    margin-top: -2px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .kurumsalcon {
    display: block;
  }

  .page-intro-2.faa {
    margin-top: 50px;
  }

  .wrapper-4 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.kurumsal {
    display: inline-block;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-2.top-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-elements-3 {
    min-height: 420px;
  }

  .wrapper-5 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .projedetaysec {
    margin-top: 60px;
  }

  .projeanaic {
    text-align: center;
  }

  .projeanaic.yazi {
    top: 0px;
    display: inline-block;
    width: 70%;
    margin-bottom: 20px;
    text-align: left;
  }

  .projeanaic.gorsel {
    width: 70%;
  }

  .projeanaic.altgorsel {
    display: inline-block;
    width: 70%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-8 {
    width: 100%;
    max-width: none;
  }

  .projeanailkdiv {
    display: inline-block;
    width: 90%;
  }

  .projeanailkdiv.v2 {
    display: inline-block;
    width: 90%;
  }

  .image-9 {
    width: 100%;
    max-width: none;
  }

  .onlyg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .soncon.gorsel {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .soncon.gorsel.ilet {
    margin-bottom: 50px;
  }

  .sond-v01 {
    width: 80vw;
  }

  .projeleranasayfa {
    margin-bottom: 20px;
  }

  .projeleranasayfafinalgorseller {
    width: 21%;
  }

  .div-block-14 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list.v2.w--open {
    margin-top: 0px;
  }

  .menu-logo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-dropdown-icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link {
    padding: 12px 30px;
  }

  .nav-dropdown-circle.altyapi.end-s {
    width: 15%;
  }

  .nav-dropdown-circle.altyapi.st {
    width: 15%;
  }

  .nav-dropdown-circle.altyapi.alt {
    width: 15%;
  }

  .nav-dropdown-circle.altyapi.rafi {
    width: 15%;
  }

  .modal-close-button {
    width: 36px;
    height: 36px;
  }

  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }

  .menu {
    height: 80px;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-2 {
    margin-right: 0px;
    margin-left: 0px;
    clear: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .footer-v1-column {
    width: 40vw;
    float: left;
    clear: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-brand {
    text-align: left;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-v4-nav {
    margin-bottom: 16px;
  }

  .hero-slider {
    height: 480px;
  }

  .slider-button {
    left: -24px;
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .slider-button.right {
    right: -24px;
  }

  .hero-slide {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .intro-2.margin-bottom {
    max-width: 550px;
    margin-bottom: 48px;
  }

  .intro-2.no-margin-bottom {
    margin-bottom: 0px;
  }

  .slider-nav {
    font-size: 8px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .testimonials-v5-slide {
    padding-right: 8%;
    padding-left: 8%;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .bg-element-4 {
    width: 16vw;
    height: 16vw;
    border-radius: 4vw;
  }

  .kart1._2 {
    width: 70%;
  }

  .kart1._2.v2 {
    width: 70%;
  }

  .kart1.mobil {
    width: 70%;
  }

  .button-2.color-2.v2 {
    height: auto;
  }

  .limanufak.foto {
    display: block;
    width: auto;
  }

  .limanufak.detay {
    width: auto;
    height: auto;
  }

  .logotypes {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-link {
    margin: 4px 8px;
  }

  .kurumsalcon {
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-intro-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .page-intro-2.faa {
    margin-top: 50px;
  }

  .kurumsal {
    text-align: center;
  }

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

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-2.kurumsal {
    width: 90%;
  }

  .section-2.top-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .projeanailkdiv {
    width: 100%;
  }

  .projeanailkdiv.v2 {
    width: 100%;
  }

  .onlygorselgorsel {
    display: block;
  }

  .onlyg {
    width: 70vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    display: inline-block;
  }

  .iletson01 {
    width: 38.622%;
    margin-right: 0px;
    padding-top: 0px;
    float: none;
    text-align: center;
  }

  .image-11 {
    display: inline-block;
  }

  .div-block-13 {
    display: inline-block;
    margin-top: 15px;
    float: none;
    text-align: center;
  }

  .image-12 {
    max-width: 70%;
  }

  .soncon.gorsel {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sond-v01 {
    width: 70vw;
  }

  .heading-13 {
    font-size: 34px;
  }

  .heading-13.finalbaslik {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .projeleranasayfagorseller {
    display: inline-block;
    width: 80%;
  }

  .projeleranasayfafinalgorseller {
    display: inline-block;
    width: auto;
  }

  .finalgorsellerana {
    display: inline-block;
  }

  .div-block-14 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .nav-dropdown-icon {
    margin-right: 18px;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-wrapper {
    display: block;
  }

  .nav-dropdown-link {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-menu {
    width: 100%;
  }

  .menu-icon {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-2 {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-v1-column {
    width: 50vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .logo-description {
    margin-top: 15px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .footer-brand {
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slideri-ntrowrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-slider {
    height: 560px;
  }

  .slider-button {
    display: none;
  }

  .hero-slide-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-slide {
    padding-right: 8px;
    padding-left: 8px;
  }

  .decor-bottom {
    bottom: -1px;
  }

  .iconsec {
    margin-right: 60px;
    margin-left: 60px;
  }

  .icontekwrap {
    margin-right: 20px;
    margin-left: 20px;
  }

  .intro-2.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }

  .bg-element-3 {
    left: 24%;
    width: 30vw;
    height: 30vw;
  }

  .testimonials-v5-slide {
    padding-right: 0%;
    padding-left: 0%;
  }

  .testimonials-v5 {
    padding-right: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
  }

  .bg-element-1 {
    bottom: 8vh;
  }

  .kartv2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bg-element-2 {
    top: 14.2vh;
    right: -16vw;
    width: 28vw;
    height: 28vw;
    border-radius: 6vw;
  }

  .bg-element-4 {
    width: 24vw;
    height: 24vw;
    border-radius: 6vw;
  }

  .kart1._2 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .kart1._2.v2 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .kart1.mobil {
    width: 70%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .wrapper-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logotypes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .breadcrumbs-link {
    margin-bottom: 10px;
  }

  .breadcrumbs {
    margin-top: 0px;
  }

  .page-heading {
    font-size: 24px;
  }

  .section-2.kurumsal {
    margin-top: 0px;
    margin-bottom: 300px;
    padding-top: 40px;
  }

  .wrapper-5.faa {
    display: inline-block;
    width: auto;
  }

  .gorselonlyintro {
    display: inline-block;
  }

  .iletson01 {
    width: 70%;
  }

  .heading-13.finalbaslik {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-14 {
    line-height: 24px;
  }
}

