body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}



.ui-dialog{
  z-index: 999;
  width: 100% !important;
  left: 0px !important;
  height: 100vh !important;
  position: fixed !important;
  top:0px !important;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline:none !important;
}

.ui-dialog-content{
  padding-left:15px;
  padding-right:15px;
  text-align: center;
}

.ui-dialog a{
  outline:none;
  text-decoration: none;
}

.ui-button{

  width: 50px;
    height: 50px;
    background-image:url('https://kalyonholding.com/images/close.svg');
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    right: 0px;
    top: 20px;
}

.ui-button:focus{
  outline: none;
}

.ui-dialog-titlebar{
  position: relative;
  height: auto;
  margin: 0 auto;
  max-width: 537px;
  width: 100%;
  text-align: right;
}

.searchtop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 4%;
  min-height: 90px;
  margin-left: 1%;
  background-image: url('https://kalyonholding.com/images/search.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.searchtop:hover {
  background-color: rgba(56, 56, 56, 0.50);
}


a {
  text-decoration: underline;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 40px 12px 20px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.navigation-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.navigation-link.w--current {
  color: #99d715;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.dropdown2 {
  position: static;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96vw;
  margin-top: 0px;
  padding-right: 2%;
  padding-left: 2%;
  -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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.cta-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-right: 3%;
  padding-left: 3%;
  -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;
  border-bottom: 1px solid rgba(99, 113, 120, 0.13);
  background-color: #8c54ff;
  color: #fff;
}

.brand {
  margin-right: 44px;
}

.cta-top {
  color: hsla(0, 0%, 100%, 0.93);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.6px;
}

.top-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: 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;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 85px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.slide {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.kalyon-logo {
  width: 130px;
  -webkit-filter: brightness(5000%);
  filter: brightness(5000%);
}

.button-wrapper {
  position: relative;
  padding: 40px;
}

.image-5 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: -25%;
  width: 120px;
}

.details-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 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;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: auto;
  margin-top: 30px;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  -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: 50px;
  background-color: transparent;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  margin-top: 30px;
  box-shadow: inset -1px -1px 3px 0 rgba(238, 230, 255, 0);
}

.dropdown-toggle {
  padding-top: 40px;
  padding-right: 26px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.dropdown-toggle:hover {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.icon-4 {
  margin-top: 45px;
  margin-right: 11px;
  font-size: 10px;
}

.icon-4:hover {
  color: #fff;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: auto;
  max-height: 100vh;
  min-width: 250px;
  margin-top: 2px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.13);
  background-color: hsla(0, 0%, 100%, 0.01);
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-link-1 {
  display: none;
  width: 100%;
  min-height: 48px;
  padding: 10px 22px;
  background-image: url('https://kalyonholding.com/images/arrow-1.svg');
  background-position: -20px 18px;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-link-1:hover {
  display: inline-block;
  background-color: rgba(229, 232, 241, 0.14);
  background-position: 15px 18px;
  color: #000;
}

.icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 12px;
  -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-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.09);
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-content-wrap:hover {
  color: #fff;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
}

.text-block-61 {
  color: #fff;
  font-size: 16px;
}

.text-block-61:hover {
  color: #fff;
}

.dropdown {
  margin-right: 10px;
}

.dropdown-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 10px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-link-2:hover {
  background-color: rgba(61, 13, 24, 0.3);
  color: #fff;
}

.dropdown-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 10px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-link-3:hover {
  background-color: rgba(61, 13, 24, 0.3);
}

.dropdown-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 10px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-link-4:hover {
  background-color: rgba(61, 13, 24, 0.3);
}

.dropdown-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 5px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-link-5:hover {
  background-color: rgba(61, 13, 24, 0.3);
  color: #fff;
}

.dropdown-column-wrap {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.text-block-62 {
  margin-bottom: 14px;
  color: #abaeaf;
  font-size: 14px;
  letter-spacing: 1px;
}

.link-18 {
  display: block;
  margin-bottom: 15px;
  color: #283338;
  font-size: 15px;
  text-decoration: none;
}

.link-18:hover {
  color: #8c54ff;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-wrap {
  background-color: transparent;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -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;
  background-color: transparent;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.title-wrap {
  position: relative;
  margin-bottom: 25px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #121e46;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.5px;
}

.number {
  position: absolute;
  left: 0%;
  top: -160%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(32, 23, 48, 0.1);
  font-size: 200px;
  line-height: 1;
  text-align: center;
}

.flowbase-text-link {
  color: #9b9eb8;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.flowbase-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 140px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flowbase-text {
  width: 50%;
  margin-bottom: 18px;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.2px;
}

.line {
  position: relative;
  z-index: 3000;
  width: 5px;
  height: 100px;
  margin-bottom: 25px;
  background-color: #1b7ae0;
}

.flowbase-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 270px;
  min-height: 56px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  -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;
  border-radius: 15px;
  background-color: transparent;
  color: #201b3d;
  font-size: 16px;
  text-decoration: none;
}

.flowbase-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 9px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(79, 94, 120, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.flowbase-social:hover {
  border-color: #8c54ff;
}

.flowbase-social.flowbase-padremove {
  margin-right: 0px;
}

.value-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 100px 100px 60px;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Value_2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Value-new.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: cover;
  background-repeat: repeat, no-repeat;
}

.flowbase-span {
  color: #5b3acc;
}

.flowbase-cta {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #4f5e78;
  text-align: center;
  letter-spacing: -0.2px;
}

.flowbase-logo-image {
  width: 55px;
}

.kcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  margin-top: auto;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flowbase-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-right: 3%;
  padding-left: 3%;
  -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: #e0e5f1;
}

.flowbase-heading {
  margin-bottom: 15px;
  color: #000;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.flowbase-link {
  color: #1b7ae0;
  text-decoration: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Klavika, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

._1-icont {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 50px;
  margin-right: 50px;
  margin-left: auto;
  padding-right: 5px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.14);
  border-radius: 0px;
  background-image: url('https://kalyonholding.com/images/building.webp');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: brightness(5000%);
  filter: brightness(5000%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

._1-icont:hover {
  background-color: rgba(118, 31, 50, 0.06);
  background-position: 50% 50%;
}

._1-icont.enerji {
  width: 50px;
  height: 50px;
  background-image: url('https://kalyonholding.com/images/enerji.webp');
  background-size: 42px;
  background-repeat: no-repeat;
}

._1-icont.egitim {
  background-image: url('https://kalyonholding.com/images/egitim.webp');
}

._1-icont.investment {
  background-image: url('https://kalyonholding.com/images/investment.webp');
}

._1-icont.rean-estate {
  background-image: url('https://kalyonholding.com/images/real-estate.webp');
  background-size: 35px;
}

._1-icont.learning {
  background-image: url('https://kalyonholding.com/images/sanayi.webp');
  background-size: 33px;
}

.button-title {
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.sanayi-name {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 3px none #1b7ae0;
  border-radius: 0px;
  opacity: 0;
  direction: ltr;
  color: #fff;
  font-size: 3.1em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.video {
  width: 100%;
  height: 100%;
}

.video._2 {
  position: absolute;
}

.video._5 {
  position: absolute;
}

.video._4 {
  position: absolute;
}

.video._1 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video._6 {
  position: absolute;
}

.video._3 {
  position: absolute;
}

.video._2 {
  position: absolute;
}

.video._5 {
  position: absolute;
}

.video._3 {
  position: absolute;
}

.video._4 {
  position: absolute;
}

.video._1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.video._6 {
  position: absolute;
}

.background-video-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), radial-gradient(circle farthest-corner at 50% 100%, transparent 23%, transparent 64%, rgba(0, 0, 0, 0.65) 89%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), radial-gradient(circle farthest-corner at 50% 100%, transparent 23%, transparent 64%, rgba(0, 0, 0, 0.65) 89%);
}

.enerji-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 200px;
  height: 100%;
  color: #191919;
  cursor: pointer;
}

.gayrimenkul-name {
  position: absolute;
  width: 80%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  border-right: 3px none #1b7ae0;
  opacity: 0;
  direction: rtl;
  font-family: Set;
  color: #fff;
  font-size: 3.1em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.promo-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.11);
  background-color: transparent;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.promo-button:hover {
  border-left-style: none;
  border-left-color: #761f32;
  color: #000;
}

.promo-button._1 {
  z-index: -1;
  border-left-style: none;
}

.yatirim-isletme-name {
  position: absolute;
  width: 80%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  border-right: 3px none #1b7ae0;
  opacity: 0;
  direction: ltr;
  font-family: Set;
  color: #fff;
  font-size: 3.1em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.title {
  position: relative;
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin: 0px auto 0px 61px;
  padding-left: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none hsla(0, 0%, 100%, 0.31);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 0.8em;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.title:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 61px;
  padding-left: 17px;
  border-left-style: none;
}

.columns-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.underline-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.underline-button.pad {
  display: none;
  margin-top: auto;
  background-image: url('https://kalyonholding.com/images/mouse-clicker_1mouse-clicker.webp');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.underline-button.dark {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.gayrimenkul-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 250px;
  height: 100%;
  color: #000;
  cursor: pointer;
}

.btn1 {
  position: static;
  display: none;
  width: 200px;
  height: 40px;
  margin-top: 15%;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.39);
  border-radius: 20px;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.enerji-name {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  border-right: 3px none #1b7ae0;
  opacity: 0;
  direction: ltr;
  font-family: Set;
  color: #fff;
  font-size: 3.1em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.text-block-3 {
  position: relative;
  z-index: 999;
  height: auto;
  margin-bottom: 20px;
  border-top: 3px none #1b7ae0;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.underline.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 1px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.insaat-name {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  border-right: 3px none #761f32;
  border-radius: 0px;
  opacity: 1;
  direction: ltr;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 3.8em;
  line-height: 1em;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
  white-space: normal;
}

.names {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-right: 10%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 3px none #fff;
  color: #fff;
  text-align: center;
}

.description {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.description.large {
  display: block;
  width: 100%;
  height: 25vh;
  font-size: 28px;
  line-height: 33px;
}

.featured-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95vh;
  -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;
}

.yatirim-i-sletme-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 250px;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 20px;
  color: #191919;
  cursor: pointer;
}

.other {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  direction: ltr;
  color: #fff;
  font-size: 28px;
  line-height: 25px;
}

.featured-left {
  position: static;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-left: 10%;
  padding-left: 0%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insaat-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px none #000;
  opacity: 0;
  font-family: Set;
  color: #000;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
}

.oscar-trigger {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  color: #000;
  cursor: pointer;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: auto;
  height: 95vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-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: #000;
}

.open._1 {
  display: none;
}

.featured-name {
  position: static;
  left: 10%;
  top: auto;
  right: 10%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 30%;
  margin-right: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sanayi-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 200px;
  height: 100%;
  color: #000;
  cursor: pointer;
}

.scroll-down {
  display: block;
}

.lf-scrolldown-trigger {
  position: absolute;
  left: 0px;
  top: 25vh;
  right: 0px;
  z-index: -1;
  height: 75vh;
}

.lf-scrolldown-wrapper {
  position: fixed;
  left: 50%;
  bottom: 0px;
  z-index: 99999;
  width: 128px;
  height: 100px;
  padding-top: 0px;
  border-top-left-radius: 64px;
  border-top-right-radius: 53px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  line-height: 0px;
  text-align: center;
}

.lf-scrolldown-container {
  width: 25px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://kalyonholding.com/images/intro_arrow_tall.svg');
  background-position: 0px 0px;
  background-size: 25px;
  color: #606369;
}

.lf-scrolldown-icon {
  display: none;
  font-size: 14px;
  cursor: pointer;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-left: 0px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.title-wrapper:hover {
  opacity: 0.5;
}

.left-arrow-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: -91px;
  display: block;
  width: 50px;
  height: 50px;
  min-height: auto;
  margin: 20px auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #999 #999 #000;
  border-radius: 0px;
  background-image: url('https://kalyonholding.com/images/arrow_back-24px.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0e0e0e;
  font-size: 13px;
}

.left-arrow-5:hover {
  border-bottom: 2px solid #000;
  border-left-color: #0091ff;
  border-radius: 0px;
  opacity: 1;
  color: #0059b8;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  -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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hp-feature-block-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 500px;
  padding-right: 10%;
  padding-left: 0%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  text-decoration: none;
}

.text-block-5 {
  position: absolute;
  z-index: 999;
  width: 70%;
  padding: 40px 20px 20px;
  border-bottom: 2px none hsla(0, 0%, 100%, 0.19);
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
}

.columns {
  width: 90%;
  max-width: none;
  margin-top: 60px;
  margin-right: 5%;
  margin-left: 5%;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp-feature-text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.button-arrow {
  width: 24px;
  height: 20px;
}

.d-54-inner-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.havalimani {
  width: 50%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.overwiev-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  min-height: 750px;
  margin-top: 20px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 40px;
  -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;
  border-top: 2px none #000;
  background-color: transparent;
}

.div-block-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-7 {
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.columns-2 {
  width: 90%;
  max-width: none;
  margin-right: 5%;
  margin-left: 5%;
}

.slide-mask {
  overflow: hidden;
  width: 100%;
}

.column-3 {
  min-height: 200px;
  padding-left: 40px;
}

.d-54-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: rgba(0, 89, 184, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.94)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.94));
  color: #0059b8;
}

.hp-feature-text-wrapper-copy {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('https://kalyonholding.com/images/arrow-1.svg');
  background-position: 100% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  text-align: center;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 85vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-top: 1px solid hsla(0, 0%, 86.7%, 0.14);
  background-color: #fff;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  opacity: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.link-2:hover {
  color: #000;
  text-decoration: underline;
}

.btn {
  width: 90%;
  max-width: none;
  margin: 10px 5% 80px;
  padding-left: 10px;
}

.btn._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.arrow-wrapper {
  overflow: hidden;
  width: 20px;
  margin-top: 0px;
  margin-left: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.youtube {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('https://kalyonholding.com/images/youtube.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.youtube:hover {
  opacity: 0.5;
}

.text-block-6 {
  width: 80%;
  margin-top: auto;
  margin-bottom: 40px;
  padding-left: 10px;
  color: #000;
  font-size: 19px;
  line-height: 29px;
  font-weight: 300;
  text-align: left;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  text-align: right;
}

.heading-6 {
  margin-top: auto;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #000;
}

.buttons {
  display: block;
  margin-top: 30px;
  margin-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  display: none;
  font-size: 23px;
}

.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.instagram {
  width: 25px;
  height: 25px;
  background-image: url('https://kalyonholding.com/images/instagram.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 0px;
  margin-left: 0px;
  display: block;
  filter: invert(100%);
}

.instagram:hover {
  opacity: 0.5;
}

.instagram_ft {
  width: 25px;
  height: 25px;
  background-image: url('https://kalyonholding.com/images/instagram.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 0px;
  margin-left: 0px;
  display: block;
}

.instagram_ft:hover {
  opacity: 0.5;
}

.twitter {
  display: none;
  width: 26px;
  height: 25px;
  background-image: url('https://kalyonholding.com/images/twitter.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 0px;
  margin-left: 0px;
  filter: invert(100%);
}

.twitter:hover {
  border-radius: 0px;
  opacity: 0.5;
}

.slide-nav-6 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: none;
  opacity: 0.45;
  font-size: 6px;
  line-height: 13px;
}

.hp-feature-overlay-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hp-feature-overlay-copy:hover {
  opacity: 1;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facebook {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('https://kalyonholding.com/images/facebook.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.facebook:hover {
  opacity: 0.5;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  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;
  border-top: 1px none hsla(0, 0%, 91.3%, 0.24);
  color: #d1d1d1;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.column-5 {
  padding-left: 0px;
}

.d-54-link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.d-54-link-block-3:hover {
  border-radius: 0px;
  opacity: 0.5;
  color: #fff;
}

.hp-feature-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.hp-feature-img._1-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('https://kalyonholding.com/images/corporate.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('https://kalyonholding.com/images/corporate.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
}

.hp-feature-img._1-copy1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('https://kalyonholding.com/images/corporate-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('https://kalyonholding.com/images/corporate-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
}

.hp-feature-img._1-copy2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('https://kalyonholding.com/images/corporate-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('https://kalyonholding.com/images/corporate-2.webp');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
}

.hp-feature-img._10newson {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/kariyer.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/kariyer.webp');
  background-position: 0px 0px, -5% 0%;
  background-size: auto, 700px;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
}

.heading-7 {
  padding-left: 0px;
  font-family: Klavika, sans-serif;
  color: #000;
}

.d-54-paragraph {
  margin-top: auto;
  padding-right: 60px;
  padding-left: 20px;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.kktc-isale-hatti {
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

.text-block-4 {
  position: static;
  width: 50%;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.div-block-5 {
  width: 20px;
  height: 5px;
  margin-top: 7px;
  margin-right: 20px;
  background-color: #1b7ae0;
}

.column-6 {
  padding-right: 0px;
}

.right-arrow-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -91px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #999 #999 #000;
  border-radius: 0px;
  background-image: url('https://kalyonholding.com/images/arrow_forward-24px.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 13px;
}

.right-arrow-5:hover {
  border-bottom: 2px solid #000;
  border-right-color: #0091ff;
  border-radius: 0px;
  opacity: 1;
  color: #0059b8;
}

.d-54-social-icon {
  width: 25px;
  height: 25px;
  background-image: url('https://kalyonholding.com/images/arrow-1.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.25rem;
}

.d-54-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.arrow-button.dark {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.arrow-button.dark.pad {
  position: relative;
  left: auto;
  width: 20%;
  height: 40px;
  margin: 40px 0px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.arrow-button.dark.pad-2 {
    position: relative;
    left: auto;
    width: 50%;
    height: 40px;
    margin: 40px 0px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
}

.arrow-button.dark.pad:hover {
  border-bottom: 2px solid #000;
  opacity: 1;
}

.d-54-card-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
    z-index: 2;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  margin-left: auto;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
  cursor: pointer;
}

.d-54-card-wrapper._20 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Yeka-Gunes-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Yeka-Gunes-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._4 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Sanayi.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Sanayi.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._15 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._2 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Resim4.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Resim4.webp');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._5 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Nevbahar-7.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Nevbahar-7.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._16 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._6 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Tanap-Lot-4-3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Tanap-Lot-4-3.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._7 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._8 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-1.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._8 {
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-1.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-54-card-wrapper._9 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://kalyonholding.com/images/Ankara-Baskent-Emlak-Konutlari-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://kalyonholding.com/images/Ankara-Baskent-Emlak-Konutlari-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._1-iconw {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-right: 50px;
  background-image: url('https://kalyonholding.com/images/building-w.webp');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

._1-iconw.enerji {
  width: 50px;
  height: 50px;
  background-image: url('https://kalyonholding.com/images/enerji.webp');
  background-size: 45px;
  background-repeat: no-repeat;
}

._1-iconw.egitim {
  background-image: url('https://kalyonholding.com/images/egitim.webp');
}

._1-iconw.investment {
  background-image: url('https://kalyonholding.com/images/investment.webp');
}

._1-iconw.rean-estate {
  background-image: url('https://kalyonholding.com/images/real-estate.webp');
  background-size: 35px;
}

._1-iconw.learning {
  background-image: url('https://kalyonholding.com/images/leaning.webp');
  background-size: 40px;
}

.div-block-11 {
  width: 90%;
  height: 1px;
  background-color: #fff;
}

.icons {
  width: 100%;
  height: 65px;
  background-image: url('https://kalyonholding.com/images/5e4535b495c2d1687e851d1c_boru-hatti.webp');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.icons._3 {
  background-image: url('https://kalyonholding.com/images/5e4537ba95c2d148e7852dee_road.webp');
  background-size: 58px;
}

.icons._2 {
  height: 65px;
  background-image: url('https://kalyonholding.com/images/5e453691b89a7da7266d0ae4_hydroelectiric.webp');
  background-size: 48px;
}

.icons._4 {
  background-image: url('https://kalyonholding.com/images/education.webp');
  background-size: 65px;
}

.column-3 {
  min-height: 200px;
  padding-left: 40px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-4 {
  position: static;
  width: 50%;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.heading-7 {
  padding-left: 0px;
  color: #000;
}

.div-block-15 {
  position: absolute;
  left: auto;
  top: 30%;
  right: 15%;
  bottom: 40%;
  width: 1px;
  height: 30%;
  background-color: #d4cbcb;
}

.div-block-15.single {
  display: none;
}

.columns {
  width: 90%;
  max-width: none;
  margin-top: 60px;
  margin-right: 5%;
  margin-left: 5%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-4 {
  min-height: 200px;
  padding-left: 40px;
}

.ok {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  background-image: url('https://kalyonholding.com/images/arrow-1.svg');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  opacity: 0;
}

.text-block-63 {
  font-weight: 300;
}

.text-block-63:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-block-64 {
  font-weight: 300;
}

.text-block-65 {
  font-weight: 300;
}

.text-block-65:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.text-block-66 {
  padding-top: 0px;
  font-weight: 300;
}

.text-block-66:hover {
  color: rgba(255, 255, 255, 0.7);
}

.mintitlr {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 6px;
}

.bold-text {
  color: #fff;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 998;
  width: 120px;
  height: 80vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  background-color: transparent;
  background-image: linear-gradient(186deg, transparent 7%, #000 52%, transparent 91%);
}

.columns-5 {
  position: absolute;
  width: 70%;
  margin-top: 180px;
}

.div-block-15 {
  position: absolute;
  left: auto;
  top: 30%;
  right: 15%;
  bottom: 40%;
  width: 1px;
  height: 30%;
  background-color: #d4cbcb;
}

.h-line {
  position: absolute;
  width: 1px;
  height: 60%;
  margin-left: 60px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.h-line._1 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 15px;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-17 {
  position: absolute;
  left: 15%;
  top: 0px;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: block;
  width: 1px;
  height: 100%;
  background-color: hsla(53, 0%, 100%, 0.11);
}

.div-block-17._2 {
  left: 30%;
  top: 0px;
  height: 100%;
}

.div-block-17._3 {
  left: 45%;
}

.div-block-17._4 {
  left: 60%;
}

.div-block-17._5 {
  left: 75%;
}

.div-block-17._6 {
  left: 90%;
}

.div-block-18 {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 100%;
  background-color: #761f32;
}

.search-container {
  position: relative;
  display: none;
  width: auto;
  height: 40px;
  margin-top: 28px;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-container {
  position: relative;
  z-index: 10;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.19);
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  font-family: faw, sans-serif;
  font-size: 14px;
}

.search-input {
  width: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: transparent;
  font-family: Klavika, sans-serif;
  color: #fff;
}

.search-button {
  width: 40px;
  height: auto;
  padding: 0px;
  background-color: transparent;
  background-image: url('https://kalyonholding.com/images/search.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: transparent;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
}

.search-open-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
}

.fontawesome-close {
  position: absolute;
  right: 15px;
  z-index: 5000;
  width: 20px;
  height: 20px;
  background-image: url('https://kalyonholding.com/images/close.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: faw, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.fontawesome-close:hover {
  color: #fff;
}

.bold-text-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 13px;
}

.div-block-19 {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('https://kalyonholding.com/images/close.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.underline2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.underline2.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 1px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.underline2.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.underline3 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.underline3.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 1px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.underline3.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  border-radius: 0px;
  background-color: #761f32;
  color: #191919;
}

.underline4 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.underline4.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 1px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.underline4.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.underline5 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.underline5.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 1px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.underline5.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.underline1 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.underline1.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 0px;
  height: 1px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.underline1.thick {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10000;
  display: block;
  width: 0px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 60px;
  background-color: #761f32;
  color: #191919;
}

.dropdown-title {
  margin-bottom: 2px;
  color: #fff;
  font-size: 15px;
}

.icon-5 {
  margin-top: 18px;
  margin-right: 5px;
  font-size: 10px;
}

.navigation-link-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 0px 10px 0px 12px;
  -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-left: 1px none #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.navigation-link-2:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.navigation-link-2.w--current {
  color: #99d715;
}

.navigation-link-2.right {
  margin-right: 20px;
}

.navigation-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.38);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-link:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: #fff;
}

.navigation-dropdown-2 {
  min-width: 140px;
}

.navigation-dropdown-2.w--open {
  left: 0px;
  top: auto;
  max-height: 100vh;
  min-width: 250px;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: transparent;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 0px;
  padding: 0px 24px 0px 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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
}

.dropdown-toggle-2:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.dropdown-toggle-2.w--open {
  font-size: 16px;
}

.nav-content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigation-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16px;
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #283338;
  font-size: 15px;
}

.brand-3 {
  position: absolute;
  margin-right: 44px;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  padding-top: 0px;
  border: 1px none #fff;
  border-radius: 4px;
  background-color: transparent;
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-pointer {
  position: relative;
  border: 1px none #000;
  border-radius: 0px 0px 4px 4px;
  background-color: #494d53;
}

.kalyonlogo-white {
  position: relative;
  top: 3px;
  display: block;
  width: 180px;
}

.navigation-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 90%;
  min-height: 58px;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px;
  -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-left: 1px solid #ebebeb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.language:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.language.w--current {
  color: #99d715;
}

.navigation-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.body-2 {
  font-family: Klavika, sans-serif;
}

.gayrimenkul-name-2 {
  position: absolute;
  display: none;
  width: 80%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  border-right: 3px none #1b7ae0;
  border-radius: 100px;
  opacity: 0;
  direction: rtl;
  color: #fff;
  font-size: 3.1em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.yatirim-isletme-name-2 {
  position: absolute;
  display: none;
  width: 80%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  border-right: 3px none #1b7ae0;
  border-radius: 100px;
  opacity: 0;
  direction: ltr;
  color: #fff;
  font-size: 3.1em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.enerji-name-2 {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  border-right: 3px none #1b7ae0;
  border-radius: 100px;
  opacity: 0;
  direction: ltr;
  color: #fff;
  font-size: 3.4em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.sanayi-name-2 {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 3px none #1b7ae0;
  border-radius: 0px;
  opacity: 1;
  direction: ltr;
  color: #fff;
  font-size: 3.1em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.insaat-trigger-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: block;
  width: 250px;
  height: 100%;
  min-height: 50px;
  border-left: 1px none #000;
  opacity: 0;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
}

.insaat-trigger-2:hover {
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 2px;
  border-color: #000 #000 #000 #761f32;
}

.text-block-67 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  opacity: 1;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.mintitlr-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 6px;
}

.head-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-20 {
  min-height: 20px;
}

.text-block-68 {
  font-size: 18px;
  font-weight: 300;
}

.div-block-21 {
  min-height: 25px;
}

.dropdown-image {
  height: 251px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px 4px 4px 0px;
}

.navigation-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.navigation-link-3:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.navigation-link-3.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.navigation-link-3.black {
  color: #000;
}

.nav-content-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.dropdown-toggle-3 {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.dropdown-toggle-3:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.dropdown-toggle-3.black {
  color: #000;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.dropdown-pointer-2 {
  position: relative;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.navigation-container-mob-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-left {
  display: block;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  -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: 50px;
  background-color: #8c54ff;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation-dropdown-3 {
  min-width: 140px;
}

.navigation-dropdown-3.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown-3.w--open{
  background-color: #0b3b5d;
  padding-top: 0;
}

.navigation-dropdown-3.dropdown-long {
  left: -185px;
  min-width: 500px;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ebebeb;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.navigation-wrap-2 {
  display: block;
  width: 100%;
  margin-left: 0%;
  padding-right: 0%;
  padding-left: 0%;
}

.dropdown-wrapper-2 {
  position: relative;
  overflow: visible;
  min-width: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px none #fff;
  border-radius: 0px 0px 4px 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.dropdown-wrapper-2.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.icon-7 {
  margin-right: 5px;
  font-size: 10px;
}

.flowbase-logo {
  width: 54px;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -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-radius: 100px;
  background-color: transparent;
}

.dropdown-link-mobile-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile-2:hover {
  background-color: #f8faff;
}

.icon {
  width: 70%;
}

.pointer {
  position: absolute;
  left: 4%;
  top: -2%;
  right: 4%;
  bottom: auto;
  z-index: -1;
  display: none;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-blog {
  color: rgba(0, 0, 0, 0.69);
  font-size: 14px;
  white-space: normal;
}

.navigation-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  background-color: transparent;
}

.dropdown-2 {
  font-size: 14px;
  font-weight: 300;
}

.dropdown-column-right {
  display: block;
  width: 50%;
  height: 100%;
  padding: 25px;
  -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-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}

.dropdown-link-6 {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 5px 20px 5px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('https://kalyonholding.com/images/chevron-1.svg');
  background-position: 12% 46%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-6:hover {
  background-color: transparent;
  background-position: 8% 46%;
  opacity: 0.5;
  color: #761f32;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-link-6.w--current {
  width: 100%;
  background-color: transparent;
}

.dropdown-link-6.w--current:hover {
  color: #000;
}

.dropdown-link-6.tab {
  min-height: 50px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-content {
  width: 50%;
}

.tabs {
  display: none;
}

.tab-link-tab-1 {
  width: auto;
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.tab-link-tab-2 {
  background-color: #fff;
}

.tab-link-tab-3 {
  background-color: #fff;
}

.kalyonlogo_orj {
  position: relative;
  top: 3px;
  display: none;
  width: 180px;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #fff;
  font-family: Klavika, sans-serif;
  font-weight: 500;
}

.innerpage-content {
  width: 100%;
  max-width: 1350px;
  min-height: 1200px;
  font-size: 12px;
}

.page-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(transparent)), url('https://kalyonholding.com/images/kurumsal-image.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent), url('https://kalyonholding.com/images/kurumsal-image.webp');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.page-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns-11 {
  height: 50px;
  margin-bottom: 20px;
}

.text-block-71 {
  color: #000;
}

.sidebar {
  z-index: 999;
  border-left: 3px none #ee5524;
  background-color: #fff;
}

.text-block-72 {
  color: #fff;
  font-size: 20px;
}

.column-72 {
  border-left: 1px solid #f0f1f2;
}

.radio-button-label {
  padding-left: 10px;
  font-size: 16px;
  line-height: 26px;
}

.radio-button-label.small {
  font-size: 14px;
}

.bold-text-16 {
  color: #ee5524;
  text-decoration: none;
}

.bold-text-16:hover {
  color: #5a5a74;
}

.columns-28 {
  width: 100%;
  margin-top: 20px;
}

.flex-item-20-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox-5 {
  width: 20px;
  height: 20px;
}

.checkbox-5.w--redirected-checked {
  border-color: #ee5524;
  background-color: #ee5524;
}

.checkbox-5.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ee5524;
}

.field-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cfd1d3;
  border-radius: 6px;
  color: #7c7c7c;
  font-size: 16px;
}

.field-4:hover {
  border-color: #ee5524;
  color: #ee5524;
}

.field-4::-webkit-input-placeholder {
  color: #7c7c7c;
}

.field-4:-ms-input-placeholder {
  color: #7c7c7c;
}

.field-4::-ms-input-placeholder {
  color: #7c7c7c;
}

.field-4::placeholder {
  color: #7c7c7c;
}

.field-4.w--open {
  overflow: visible;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.field-4.w--open:hover {
  border-style: solid;
  border-color: #cfd1d3;
}

.field-4._95 {
  width: 95%;
}

.columns-29 {
  width: 100%;
  margin-top: 40px;
}

.link-19 {
  margin-top: 20px;
  padding-left: 30px;
  background-image: url('https://kalyonholding.com/images/pin.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #ee5524;
  text-decoration: none;
}

.heading-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #761f32;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  max-width: none;
  margin: 20px;
  padding-right: 40px;
  padding-left: 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;
  border-radius: 6px;
  background-color: #ee5524;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
}

.button-6.test-drive {
  margin-left: 0px;
}

.button-6.test-drive:hover {
  background-color: #ca4418;
}

.column-22 {
  padding-left: 0px;
}

.content-part-text-format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding: 40px 40px 40px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #ee5524;
  background-image: url('https://kalyonholding.com/images/call.svg');
  background-position: 5% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.div-block-47 {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background-color: #f0f1f2;
}

.flex-item-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-item-20._40-percent {
  width: 25%;
  margin-top: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-17 {
  color: #fff;
  text-decoration: none;
}

.flex-grid-wrapped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-grid-wrapped.gutter-20 {
  margin: 500px -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-73 {
  font-weight: 700;
}

.checkbox-label-15 {
  margin-top: 4px;
  padding-top: 0px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.link-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-left: 0px;
  padding: 10px 40px 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #d3d8dd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}

.link-sticky:hover {
  margin-left: 0px;
  border-left: 1px none #761f32;
  color: #761f32;
  font-weight: 300;
}

.link-sticky:active {
  margin-left: 0px;
  border-left: 1px none #cfd1d3;
}

.link-sticky:focus {
  margin-left: 0px;
  border-left: 1px none #cfd1d3;
  font-weight: 700;
}

.link-sticky.w--current {
  border-left: 2px solid #761f32;
  color: #761f32;
}

.link-sticky.w--current:hover {
  border-left-width: 2px;
  border-left-color: #cfd1d3;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
  background-image: url('https://kalyonholding.com/images/pasive-radio_1pasive-radio.webp');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.radio-button-2:hover {
  opacity: 0.5;
}

.radio-button-2:active {
  background-image: none;
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 1;
}

.radio-button-2.w--redirected-checked {
  border-style: none;
  border-color: #ee5524;
  background-image: url('https://kalyonholding.com/images/active-radio_1active-radio.webp'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: 20px, 20px;
  background-repeat: no-repeat, no-repeat;
}

.radio-button-2.w--redirected-focus {
  box-shadow: none;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  -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;
}

.div-block-48._75 {
  width: 75%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-left: 1px none #000;
  background-color: #fff;
}

.sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 400px;
  border-left: 1px none #d3d8dd;
  background-color: #fff;
}

.column-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-21 {
  padding-right: 10px;
  padding-left: 0px;
}

.text-block-69 {
  width: 80%;
  color: #000;
}

.link-4 {
  text-decoration: none;
}

.text-block-74 {
  color: #000;
  font-weight: 700;
}

.side-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px none #000;
}

.radio-button-field {
  display: block;
  width: 100%;
  padding-top: 0px;
}

.column-69 {
  padding-left: 0px;
}

.checkbox-field-2 {
  width: 33.3%;
}

.text-block-27 {
  margin-top: 20px;
  font-size: 14px;
  text-decoration: none;
  white-space: normal;
}

.form-block-5 {
  margin-top: 40px;
}

.div-block-49 {
  margin-top: 140px;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}

.page-section-heading {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Klavika, sans-serif;
  color: #0b3b5d;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}

.page-section-heading.new {
  color: #fff;
}

.page-section-heading._1 {
  color: #0b3b5d;
  font-size: 20px;
  font-weight: 700;
}

.content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  white-space: normal;
}

.content-text.name {
  color: #fff;
}

.content-text.alinti {
  font-size: 18px;
  line-height: 24px;
}

.content-text.kariyer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.content-text.kariyer-1 {
  margin-bottom: 60px;
  text-align: center;
}

.div-block-50 {
  min-height: 5px;
  background-color: #761f32;
}

.columns-30 {
  margin-top: 90px;
}

.short-content {
  position: static;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-left: 1px none #a8a8a8;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 42px;
  font-weight: 300;
}

.short-content.new {
  color: #fff;
}

.div-block-51 {
  width: 50%;
  margin-left: 50%;
}

.page-picture {
  position: static;
  display: block;
  width: 300px;
  height: auto;
  min-height: 300px;
  margin-top: 0px;
  margin-left: auto;
  border-radius: 500px;
  background-color: transparent;
  background-image: url('https://kalyonholding.com/images/4fa36f84-eadf-4991-adab-afb86d307a9d.webp');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-picture._2 {
  margin-left: 50%;
  background-image: url('https://kalyonholding.com/images/hasan-kalyoncu-1_1.webp');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column-73 {
  padding-top: 0px;
  padding-left: 0px;
}

.columns-31 {
  margin-top: 100px;
}

.div-block-53 {
  width: 50px;
  height: 2px;
  background-color: #761f32;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-74 {
  padding-left: 0px;
}

.div-block-55 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  height: 100vh;
  background-color: #e7e7e7;
}

.column-75 {
  padding-left: 0px;
}

.details {
  position: absolute;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 300px;
  margin-top: 60px;
  margin-left: 10%;
  padding: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(231, 233, 233, 0.86);
}

.details._1 {
  margin-left: 40%;
}

.details._2 {
  margin-left: 5%;
}

.next-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 100px;
  margin-left: 20%;
}

.next-text._1 {
  margin-top: 180px;
}

.ancor {
  width: 100%;
  min-height: 120px;
  margin-top: 0px;
}

.text-block-75-copy {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e9e5e5;
}

.text-block-76 {
  width: 20%;
  margin-top: 40px;
  margin-left: 80%;
  text-align: right;
}

.bold-text-17 {
  font-size: 22px;
  font-weight: 400;
}

.div-block-56 {
  min-height: 300px;
  margin-left: auto;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 111, 111, 0.59)), to(rgba(107, 111, 111, 0.59))), url('https://kalyonholding.com/images/hasan-kalyoncu-1_1.webp');
  background-image: linear-gradient(180deg, rgba(107, 111, 111, 0.59), rgba(107, 111, 111, 0.59)), url('https://kalyonholding.com/images/hasan-kalyoncu-1_1.webp');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bold-text-18 {
  margin-left: 10%;
}

.div-block-57 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  background-color: #eaecec;
}

.div-block-58 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 70px;
  margin-top: 197px;
  margin-right: 5%;
  margin-left: 5%;
  padding-left: 0px;
  -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;
  border-bottom: 1px dotted #e9e5e5;
  background-color: #fff;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.breadcrumb.project-detail {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb.sanayi {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-link {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumb-link:hover {
  opacity: 0.5;
}

.div-block-59 {
  width: 10px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.37);
}

.div-block-59.grey {
  background-color: hsla(0, 0%, 100%, 0.31);
}

.columns-32 {
  width: 80%;
}

.column-76 {
  padding-left: 100px;
}

.text-block-77 {
  margin-bottom: 10px;
  padding-left: 3px;
  font-family: Klavika, sans-serif;
  color: #838181;
  font-size: 11px;
  font-weight: 400;
}

.columns-33 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.column-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-78 {
  padding-left: 0px;
}

.column-79 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-60 {
  width: 100px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e9e5e5;
}

.body-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Klavika, sans-serif;
}

.section {
  height: 700px;
}

.noimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #e9ebf3;
}

.setup-li {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.code {
  display: block;
  width: 550px;
  margin: 50px auto;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 60px;
  height: 100%;
  background-color: #b9faf4;
}

.item {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 10px;
  float: left;
  border: 1px solid #c2c2c2;
  background-color: #b9faf4;
}

.item.image.img-and-text.empty-and-img {
  width: 25%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  border: 3px solid #fff;
  background-color: transparent;
}

.item.text.img-and-text.empty-and-text {
  width: 25%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  border: 3px solid #fff;
  background-color: transparent;
}

.item.ulasim {
  width: 25%;
  height: 300px;
  margin: 40px 0px 0px;
  border-color: transparent;
  background-color: transparent;
}

.item.ulasim.empty-and-img.empty-and-text {
  width: 25%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  border: 3px solid #fff;
  background-color: transparent;
}

.item.text-img {
  width: 25%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  border-style: none;
  background-color: transparent;
}

.item.su {
  width: 25%;
  height: 300px;
  margin: 40px 0px 0px;
  border-color: transparent;
  background-color: transparent;
}

.item.su.empty-and-img.empty-and-text {
  width: 25%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  border: 3px solid #fff;
  background-color: transparent;
}

.item.saglik {
  width: 25%;
  height: 300px;
  margin: 40px 0px 0px;
  border-color: transparent;
  background-color: transparent;
}

.item.saglik.empty-and-img.empty-and-text {
  width: 25%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  border: 3px solid #fff;
  background-color: transparent;
}

.item.ustyapi {
  width: 25%;
  height: 300px;
  margin: 40px 0px 0px;
  border-color: transparent;
  background-color: transparent;
}

.item.ustyapi.empty-and-img.empty-and-text {
  width: 25%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  border: 3px solid #fff;
  background-color: transparent;
}

.item.diger {
  width: 25%;
  height: 300px;
  margin: 40px 0px 0px;
  border-color: transparent;
  background-color: transparent;
}

.item.diger.empty-and-img.empty-and-text {
  width: 25%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0%;
  margin-left: 0%;
  border: 3px solid #fff;
  background-color: transparent;
}

.capital {
  text-transform: uppercase;
}

.setup {
  position: relative;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.pic {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.filter-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 89%;
  margin: 30px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e9ebf3;
  text-align: center;
}

.h3 {
  position: static;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.itembox {
  border: 1px solid #c2c2c2;
  text-align: center;
}

.itembox.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 0%;
  padding-left: 0%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: none;
}

.plugin-show {
  display: block;
  height: auto;
}

.section-2 {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 100px;
}

.menu-button {
  display: block;
  width: 300px;
  margin: 50px auto;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  background-color: transparent;
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.menu-button.iso {
  background-color: #b9faf4;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.menu-button.iso:hover {
  border-color: #b9faf4;
  background-color: transparent;
  color: #b9faf4;
}

.menu-button.iso.back {
  position: static;
  left: 10%;
  top: 0px;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 4px;
  padding-left: 4px;
  border-color: #333;
  background-color: transparent;
  color: #333;
  line-height: 30px;
  text-transform: lowercase;
}

.menu-button.iso.back:hover {
  background-color: #333;
  color: #b9faf4;
}

.setup-img {
  display: block;
  margin: 20px auto;
}

.setup-img.in-bl {
  display: inline-block;
  height: 400px;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button.filtering-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #c2c2c2;
  border-radius: 0px;
  background-color: transparent;
  color: #0b3b5d;
  font-size: 16px;
  font-weight: 400;
}

.button.filtering-button:hover {
  border-bottom-style: solid;
  border-bottom-color: #761f32;
  background-color: transparent;
  color: #761f32;
}

.button.filtering-button:focus {
  border-bottom-style: solid;
  border-bottom-color: #761f32;
  background-color: transparent;
}

.red {
  color: red;
  font-weight: 600;
}

.heading-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Klavika, sans-serif;
  color: #0b3b5d;
  font-size: 72px;
  font-weight: 500;
}

.breadcrumb-link-2 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumb-link-2:hover {
  opacity: 0.5;
}

.breadcrumb-link-2.black {
  margin-left: 5px;
  font-family: Klavika, sans-serif;
  color: hsla(0, 0%, 100%, 0.42);
  font-size: 14px;
  font-weight: 300;
}

.text-block-78 {
  width: 50%;
  margin-top: 20px;
  padding-right: 5%;
  padding-left: 5%;
  font-family: Klavika, sans-serif;
  color: #0b3b5d;
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
}

.div-block-61 {
  width: 100%;
  padding-left: 0%;
}

.columns-34 {
  width: 90%;
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 100px;
  border-style: none;
  border-width: 1px;
  border-color: #e9ebf3;
}

.column-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 20px 0px 20px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-width: 1px;
  border-color: #e9ebf3;
}

.column-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 20px 10px 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b3b5d;
  font-weight: 300;
}

._16-text {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #0b3b5d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.sector-picture {
  position: absolute;
  display: none;
  width: 100%;
  height: 500px;
  margin-top: -250px;
}

.columns-35 {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

.section-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-left: 1px none #761f32;
  color: #0b3b5d;
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
  text-align: center;
}

.column-82 {
  padding-left: 0px;
}

.div-block-62 {
  display: block;
  width: auto;
  padding-right: 0%;
  padding-left: 0%;
}

.text-block-80 {
  font-family: Klavika, sans-serif;
  color: #0b3b5d;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  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;
  color: #0b3b5d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  white-space: normal;
}

.slider {
  display: none;
  height: 100%;
}

.right-arrow-6 {
  display: none;
}

.left-arrow-6 {
  display: none;
}

.slide-2 {
  background-image: url('https://kalyonholding.com/images/insaat.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('https://kalyonholding.com/images/insaat-2.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('https://kalyonholding.com/images/insaat-3..webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-7 {
  font-size: 8px;
}

.heading-11 {
  display: block;
  width: 90%;
  margin-top: 60px;
  margin-left: 5%;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #761f32;
  text-align: left;
}

.case-study {
  display: block;
  width: 90%;
  margin-top: 38px;
  margin-right: 5%;
  margin-left: 5%;
  border-style: none;
  border-width: 1px;
  border-color: #e9ebf3;
}

.bold-text-19 {
  margin-right: 10px;
}

.bold-text-20 {
  margin-right: 10px;
}

.bold-text-21 {
  margin-right: 10px;
}

.bold-text-22 {
  margin-right: 10px;
}

.bold-text-23 {
  margin-right: 10px;
}

.page-image-sectors {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #0b3b5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/1TH09293.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/1TH09293.webp');
  background-position: 0px 0px, 50% 50%;
}

.page-image-sectors.project-detail {
  background-image: none;
  background-position: 0px 0px;
}

.page-image-sectors.yairim {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-image-sectors.enerji {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-sectors.gayrimenkul {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-sectors.sanayi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Sanayi.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Sanayi.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.page-image-sectors.girisim {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/venture-capital.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/venture-capital.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sectors-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 500;
}

.sectors-head.project-detail {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.sectors-head.sanayi {
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sectors-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  margin-left: 5%;
  padding-right: 5%;
  padding-left: 0%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
}

.sectors-description.project-detail {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sectors-description.sanayi {
  z-index: 100;
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.link-20 {
  width: 40%;
  height: 50px;
  min-height: 50px;
}

.link-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 50px;
  min-height: 50px;
  margin-top: 250px;
  margin-right: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  background-image: url('https://kalyonholding.com/images/down-arrow-1.svg'), url('https://kalyonholding.com/images/down-arrow-1.svg');
  background-position: 94% -50%, 94% 50%;
  background-size: 20px, 20px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.link-block:hover {
  background-position: 94% 50%, 94% 200%;
  opacity: 0.5;
}

.link-block.sanayi {
  display: none;
}

.more-text {
  display: none;
  width: 90%;
  margin-top: 38px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #e9ebf3;
}

.div-block-63 {
  overflow: hidden;
  width: 70%;
  height: 250px;
  min-height: auto;
  margin-top: 100px;
  margin-right: 15%;
  margin-left: 15%;
  padding: 60px;
}

.more-text-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 50px;
  margin-top: 20px;
  margin-right: 45%;
  margin-left: 45%;
  -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-image: url('https://kalyonholding.com/images/down-arrow.svg');
  background-position: 50% 90%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0b3b5d;
  text-decoration: none;
}

.more-text-btn:hover {
  background-position: 50% 100%;
}

.more-text-content {
  overflow: hidden;
  width: 70%;
  height: 250px;
  min-height: auto;
  margin: 60px 15% 100px;
  padding: 60px 60px 20px;
}

.more-text-content.project-detail {
  overflow: visible;
  height: auto;
}

.more-text-content.sectors {
  overflow: visible;
  height: auto;
  margin-top: 140px;
  margin-bottom: 40px;
}

.more-text-content.sectors.yatirim {
  overflow: visible;
  height: auto;
}

.heading-12 {
  font-weight: 400;
}

.d-56-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 3px solid #fff;
  border-radius: 0px;
  font-weight: 500;
  text-decoration: none;
}

.d-56-paragraph {
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 2px;
  max-width: none;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #0b3b5d;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.d-56-h3-heading {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #0b3b5d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.d-56-background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 120%;
  margin-top: 0px;
  background-image: url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-56-background-image._1 {
  background-image: url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-1.webp');
}

.d-56-background-image._2 {
  display: block;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/kuzey-marmara.webp');
}

.d-56-background-image._3 {
  display: block;
  background-image: url('https://kalyonholding.com/images/tanap-4.webp');
}

.d-56-background-image.ins-1 {
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
}

.d-56-background-image.ins-2 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/THY-Destek-Binalari-3.webp');
  background-position: 50% 50%;
}

.d-56-background-image.ins-3 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/sabiha-gokcen-pist-yapim-projesi-3.webp');
  background-size: cover;
}

.d-56-background-image.ins-4 {
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/yatirim-isletme.webp');
}

.d-56-background-image.ins-5 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/menemen-aliaga-candarli-otoyol-projesi.webp');
}

.d-56-background-image.ins-6 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-1.webp');
}

.d-56-background-image.ins-7 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Istanbul-Sile-Agva-Yolu-2.webp');
}

.d-56-background-image.ins-8 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Sabuncubeli-Tuneli-Baglanti-Yollari-1.webp');
  background-position: 50% 0%;
}

.d-56-background-image.ins-9 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Nurdagi-Islahiye-Yolu-2.webp');
  background-position: 100% 50%;
}

.d-56-background-image.ins-10 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Metrobus-Ulasim-Insaati-5.webp');
  background-position: 50% 0%;
  background-size: cover;
}

.d-56-background-image.ins-11 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Dudullu-Bostanci-Metro-1.webp');
}

.d-56-background-image.ins-12 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Mecidiyekoy-Mahmutbey-Metro-2.webp');
}

.d-56-background-image.ins-13 {
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-1.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-14 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Yeni-Havalimani-Halkali-Metro-1.webp');
  background-position: 0% 0%;
  background-size: auto 400px;
}

.d-56-background-image.ins14 {
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Kirazli-Halkali-Metro-3.webp');
  background-position: 50% 50%;
}

.d-56-background-image.ins-16 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Marmaray-2.webp');
  background-position: 0% 100%;
  background-size: cover;
}

.d-56-background-image.ins-17 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Gaziray-4.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-18 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Antalya-Rayli-Sistem-1.webp');
  background-position: 0% 100%;
  background-size: cover;
}

.d-56-background-image.ins-19 {
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.d-56-background-image.ins-20 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Melen-Isale-Hatti-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.d-56-background-image.ins-21 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Avrupa-Bolgesi-Icmesuyu-Tunel-Insaati-4.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.d-56-background-image.ins-22 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Gaziantep-Duzbag-Icmesuyu-Isale-Hatti-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.d-56-background-image.ins-23 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/terkos-ikitelli-icme-suyu-isale-hatti-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.d-56-background-image.ins-24 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Kartal-Lutfi-Kirdar-Egitim-ve-Aractirma-Hastanesi-2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.d-56-background-image.ins-25 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Istanbul-Uluslararasi-Finans-Merkezi_Ziraat-Kuleleri-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.d-56-background-image.ins-26 {
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Ankara-Baskent-Emlak-Konutlari-2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.d-56-background-image.ins-27 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Ankara-Balgat-Ofis-2.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-28 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Basaksehir-Stadi-1.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-29 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Finanskent-Konutlari-2.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-30 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Yesilvadi-Konaklari-2.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-31 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Mersin-Yurt-1.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-32 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/vatan-caddesi-gelirler-idaresi-baskanligi-hizmet-binasi-01.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-33 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/KUZEY-IRAK-KAMP-01.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-34 {
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-4-3.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-35 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-5-4.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-36 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-1.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-37 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Yarimca-Oyakport-1.webp');
  background-size: cover;
}

.d-56-background-image.ins-37 {
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Yarimca-Oyakport-1.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-38 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/atakoy-atiksu-aritma-tesisi-insaati-01.webp');
  background-position: 50% 50%;
  background-size: cover;
}


.d-56-background-image.ins-39 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/taksim-meydani-duzenleme-insaati-01.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image.ins-40 {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/bursa-yht1.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.d-56-background-image._5 {
  background-image: url('https://kalyonholding.com/images/menemen-aliaga-candarli-otoyol-projesi.webp');
}

.d-56-background-image.energy-1 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-1.webp');
}

.d-56-background-image.energy-2 {
  background-image: url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
}

.d-56-background-image.energy-3 {
  background-image: url('https://kalyonholding.com/images/Kutun-1.webp');
}

.d-56-background-image.energy-4 {
  background-image: url('https://kalyonholding.com/images/Torul-Hes-1.webp');
}

.d-56-background-image.energy-5 {
  background-image: url('https://kalyonholding.com/images/Ordu-Hes-1.webp');
}

.d-56-background-image.energy-6 {
  background-image: url('https://kalyonholding.com/images/Dogankent-1.webp');
}

.d-56-background-image.energy-7 {
  background-image: url('https://kalyonholding.com/images/Kalen-1.webp');
}

.d-56-background-image.energy-8 {
  background-image: url('https://kalyonholding.com/images/Etki-Liman-2.webp');
  top: 35px;
  background-size: 100%;
}

.d-56-background-image.energy-9 {
  background-image: url('https://kalyonholding.com/images/Scada-bg.webp');
}
.d-56-background-image.energy-10 {
  background-image: url('https://kalyonholding.com/images/Bor-Ges.webp');
}
.d-56-background-image.energy-11 {
  background-image: url('https://kalyonholding.com/images/viransehir.webp');
}
.d-56-background-image.energy-12 {
  background-image: url('https://kalyonholding.com/images/GaziAntepGes.webp');
}
.d-56-background-image.energy-13 {
  background-image: url('https://kalyonholding.com/images/Bilecik-RES.webp');
}
.d-56-background-image.energy-14 {
  background-image: url('https://kalyonholding.com/images/ankara-res.webp');
}
.d-56-background-image.energy-15 {
  background-image: url('https://kalyonholding.com/images/Elazig-res.webp');
}
.d-56-background-image.energy-16 {
  background-image: url('https://kalyonholding.com/images/Trabzon-Res.webp');
}
.d-56-background-image.energy-17 {
  background-image: url('https://kalyonholding.com/images/bayburt-res.webp');
}

.d-56-background-image.gayrimenkul-1 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-7.webp');
}

.d-56-background-image.gayrimenkul-2 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-13.webp');
}

.d-56-background-image.res-1 {
  background-image: url('https://kalyonholding.com/images/mkci-1-1.webp');
}

.d-56-background-image.res-2 {
  background-image: url('https://kalyonholding.com/images/vnky-2-3.webp');
  background-position: 50% 40%;
}
.d-56-background-image.res-2-1 {
  background-image: url('https://kalyonholding.com/images/vnky-2-3.webp');
  background-position: 50% 40%;
}

.d-56-background-image.res-3 {
  background-image: url('https://kalyonholding.com/images/mkbc-00.webp');
}

.d-56-background-image.res-4 {
  background-image: url('https://kalyonholding.com/images/haci-bedel-camii-2.webp');
  background-position: 50% 80%;
}

.d-56-background-image.res-5 {
  background-image: url('https://kalyonholding.com/images/haluk-dursun-k.webp');
}

.d-56-background-image.res-6 {
  background-image: url('https://kalyonholding.com/images/suffahane-kiz.webp');
}

.d-56-background-image.res-7 {
  background-image: url('https://kalyonholding.com/images/Resim3.webp');
}

.d-56-background-image.res-8 {
  background-image: url('https://kalyonholding.com/images/universite.webp');
}

.d-56-background-image.res-9 {
  background-image: url('https://kalyonholding.com/images/erdem-koleji-1.webp');
}

.d-56-background-image.res-10 {
  background-image: url('https://kalyonholding.com/images/anaokulu.webp');
}

.d-56-background-image.cvr-1 {
  background-image: url('https://kalyonholding.com/images/orman-2.webp');
  top: 30px;
}

.d-56-background-image.cvr-2 {
  background-image: url('https://kalyonholding.com/images/sokak-hayvanlari.webp');
}

.d-56-background-image.ins-37-copy {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url('https://kalyonholding.com/images/Yarimca-Oyakport-1.webp');
  background-size: cover;
}

.arrow-big {
  position: relative;
  left: 80%;
  top: 37%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('https://kalyonholding.com/images/chevron-1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.arrow-big:hover {
  background-color: #000;
}

.arrow-big.small {
  left: 88%;
  top: 59%;
  background-color: transparent;
}

.div-block-65 {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  background-color: #e9ebf3;
}

.div-block-66 {
  width: 90%;
  height: auto;
  max-width: none;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 10px;
  padding-bottom: 0px;
  border-top-color: #e9ebf3;
}

.text-block-81 {
  display: none;
}

.menu-line {
  width: 80%;
  height: 1px;
  margin-right: 10%;
  margin-left: 10%;
  border: 1px none #000;
  background-color: #e9ebf3;
}

.tab-pane-tab-1 {
  width: 100%;
  height: auto;
  margin-left: 0px;
}

.tab-pane-tab-2 {
  width: 50%;
}

.div-block-67 {
  width: 100%;
  height: 250px;
}

.div-block-68 {
  position: absolute;
  left: 145%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 250px;
  height: 220px;
  margin-left: 0px;
  background-image: url('https://kalyonholding.com/images/insaat-menu-img.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-58-menu-item-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.d-58-menu-item-underline {
  height: 5px;
  margin-top: -5px;
  background-color: #4d16dd;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.d-58-menu-item {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}

.d-58-image-wrapper {
  position: absolute;
  left: 250px;
  top: 0px;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 250px;
  height: 200px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.d-58-image {
  position: absolute;
  left: 100%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 250px;
  height: 200px;
  min-height: auto;
  background-image: url('https://kalyonholding.com/images/insaat-menu-img.webp');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.d-58-image.third {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-position: 50% 0%;
  background-size: 150px;
}

.d-58-image.second {
  background-size: 150px;
}

.d-58-image.fifth {
  background-size: 150px;
}

.d-58-image.fourth {
  background-size: 150px;
}

.d-58-image._1 {
  display: block;
}

.d-58-image._2 {
  top: -40px;
  display: none;
  background-image: url('https://kalyonholding.com/images/menu-yatirim-isletme.webp');
}

.d-58-image._3 {
  top: -80px;
  display: none;
  background-image: url('https://kalyonholding.com/images/gayrimenkul-menu-img.webp');
}

.d-58-image._4 {
  top: -160px;
  display: none;
  background-image: url('https://kalyonholding.com/images/sanayi-menu-img.webp');
}

.d-58-image._5 {
  top: -120px;
  display: none;
  background-image: url('https://kalyonholding.com/images/enerji-menuimg.webp');
}

.d-58-color-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #4d16dd;
}

.d-58-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-left: 0px;
  -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;
}

.lang-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.48);
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.lang-sec:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.lang-sec.w--current {
  color: #99d715;
}

.lang-sec.black {
  color: #000;
}

.div-block-69 {
  width: 1px;
  height: 15px;
  margin-left: 20px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.28);
}

.breadcrumb-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.breadcrumb-2.kariyer {
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sectors-head-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
     text-align: center!important;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 500;
}

.sectors-head-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
     text-align: center!important;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 500;
}

.sectors-head-2.kariyer {
padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    line-height: 68px;
    justify-content: center;
    text-align: center!important;
}

.sectors-head-4.kariyer {
padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    line-height: 68px;
    justify-content: center;
    text-align: center!important;
}
.sectors-head-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 72px;
     text-align: center!important;
  font-weight: 500;
}

.sectors-head-3.kariyer {
  padding-left: 0%;
  -webkit-box-pack: center;
     text-align: center!important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
}

.column-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 550px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#000)), url('https://kalyonholding.com/images/4fa36f84-eadf-4991-adab-afb86d307a9d.webp');
  background-image: linear-gradient(180deg, transparent 50%, #000), url('https://kalyonholding.com/images/4fa36f84-eadf-4991-adab-afb86d307a9d.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-70 {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  background-color: #e9ebf3;
}

.column-84 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  border-left: 1px solid #e9ebf3;
}

.div-block-71 {
  width: 100%;
  height: 100%;
  background-image: url('https://kalyonholding.com/images/4fa36f84-eadf-4991-adab-afb86d307a9d.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-72 {
  min-height: 100px;
  margin-top: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #761f32;
  background-color: rgba(95, 15, 32, 0.46);
}

.alinti {
  position: static;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  border-left: 2px solid #761f32;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
}

.alinti.new {
  color: #fff;
}

.cemal-kalyoncu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 550px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#000)), url('https://kalyonholding.com/images/hasan-kalyoncu-1_1.webp');
  background-image: linear-gradient(180deg, transparent 50%, #000), url('https://kalyonholding.com/images/hasan-kalyoncu-1_1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}



.picture._2 {
    width: 250px;
    height: 250px;
	border-radius: 200px;
    background-color: #f2f3f5;
    background-image: url(https://kalyonholding.com/images/hasan-kalyoncu-1_1.webp);
    background-position: 50% 100%;
	    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sidebar-2 {
  z-index: 999;
  border-left: 3px none #ee5524;
}

.content-part-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.columns-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture-copy {
  width: 350px;
  height: 350px;
  border-radius: 200px;
  background-color: transparent;
  background-image: url('https://kalyonholding.com/images/image-4.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.picture-copy._1 {
  width: 250px;
  height: 250px;
  background-color: #f2f3f5;
  background-image: url('https://kalyonholding.com/images/4fa36f84-eadf-4991-adab-afb86d307a9d.webp');
}

.column-30-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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;
}

.content-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-part.kariyer {
  width: 60%;
  margin-top: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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;
}

.content-text-2 {
  width: 100%;
  margin-top: 20px;
  color: #000;
  line-height: 25px;
  font-weight: 400;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.flex-grid-wrapped-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-grid-wrapped-copy.gutter-20 {
  width: 90%;
  margin: 160px 5% -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-item-20-copy-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-sticky-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #d3d8dd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-sticky-2:hover {
  margin-left: 0px;
  border-left: 1px solid #cfd1d3;
  color: #761f32;
  font-weight: 400;
}

.link-sticky-2:active {
  margin-left: 0px;
  border-left: 1px solid #cfd1d3;
}

.link-sticky-2:focus {
  margin-left: 0px;
  border-left: 1px solid #cfd1d3;
  font-weight: 700;
}

.link-sticky-2.w--current {
  border-left: 2px solid #761f32;
  color: #761f32;
  font-size: 18px;
}

.link-sticky-2.w--current:hover {
  border-left-width: 2px;
  border-left-color: #cfd1d3;
}

.sidebar-nav-2 {
  border-left: 1px none #000;
  background-color: transparent;
}

.sidebar-wrapper-2 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  border-left: 1px none #d3d8dd;
}

.text-1 {
  position: static;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-left: 1px none #a8a8a8;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.text-1.new {
  color: #fff;
}

.titl-small {
  margin-top: 20px;
  font-size: 19px;
  line-height: 26px;
}

.titl-small.num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #761f32;
}

.bullet-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 5px;
  margin-bottom: 10px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://kalyonholding.com/images/chevron-2.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.bullet-text.name {
  color: #fff;
}

.bullet-text.alinti {
  font-size: 18px;
  line-height: 24px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-top: 20px;
  border-top: 1px none #e9ebf3;
}

.div-block-74 {
  width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 10px;
  border-radius: 100px;
  background-color: #761f32;
  color: #fff;
  font-size: 10px;
}

.text-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 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;
  border-radius: 100px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.slider-2 {
  width: 100%;
  min-height: 300px;
  margin-top: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.slide-nav-8 {
  display: none;
}

.mask {
  width: 100%;
}

.slide-6 {
  width: 16.6%;
}

.slide-6.final {
  border-right: 2px solid #761f32;
}

.slide-7 {
  position: relative;
  width: 16.6%;
  min-height: 300px;
}

.div-block-75 {
  position: absolute;
  width: 100%;
  height: 1px;
  margin-top: 150px;
  background-color: #e9ebf3;
}

.div-block-76 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 0%;
  margin-left: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #761f32;
  border-radius: 50px;
  background-color: #fff;
}

.div-block-76.bottom {
  position: static;
  display: block;
  margin-top: 140px;
  margin-left: 45%;
}

.heading-13 {
  width: 100%;
  min-height: 40px;
  margin-top: 0px;
  color: #761f32;
  text-align: center;
}

.heading-13.bottom {
  margin-top: 10px;
  margin-bottom: 0px;
}

.text-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 90px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  text-align: center;
  white-space: normal;
	    line-height: 14px;
}


.text-block-84.top {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  white-space: pre-line;
}

.right-arrow-7 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-top: -120px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  background-color: #fff;
  color: #761f32;
  font-size: 15px;
}

.right-arrow-7:hover {
  background-color: rgba(233, 235, 243, 0.35);
}

.left-arrow-7 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: -120px;
  margin-right: 60px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  color: #761f32;
  font-size: 14px;
  text-align: left;
}

.left-arrow-7:hover {
  background-color: rgba(233, 235, 243, 0.35);
}

.div-block-77 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 100px;
  margin-top: 100px;
  margin-right: 0px;
  background-color: #e9ebf3;
}

.footer-section {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 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;
  border-top: 1px none hsla(0, 0%, 86.7%, 0.14);
  background-color: #fff;
}

.slider-3 {
  width: 90%;
  min-height: 700px;
  margin-right: 5%;
  margin-left: 5%;
}

.bold-text-24 {
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 52px;
}

.project-detail-slide {
  background-image: url('https://kalyonholding.com/images/Yeni-Havalimani-Halkali-Metro-4.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.project-detail-slide.ins-1 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-2 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Havalimani-4.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-3 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Havalimani-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-4 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Havalimani-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-5 {
  background-image: url('https://kalyonholding.com/images/THY-Destek-Binalari-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-6 {
  background-image: url('https://kalyonholding.com/images/THY-Destek-Binalari-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-7 {
  background-image: url('https://kalyonholding.com/images/THY-Destek-Binalari-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-7 {
  background-image: url('https://kalyonholding.com/images/THY-Destek-Binalari-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-8 {
  background-image: url('https://kalyonholding.com/images/THY-Destek-Binalari-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-9 {
  background-image: url('https://kalyonholding.com/images/sabiha-gokcen-pist-yapim-projesi-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-10 {
  background-image: url('https://kalyonholding.com/images/sabiha-gokcen-pist-yapim-projesi-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-11 {
  background-image: url('https://kalyonholding.com/images/THY-Destek-Binalari-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-12 {
  background-image: url('https://kalyonholding.com/images/sabiha-gokcen-pist-yapim-projesi-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-13 {
  background-image: url('https://kalyonholding.com/images/yatirim-isletme.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-14 {
  background-image: url('https://kalyonholding.com/images/menemen-aliaga-candarli-otoyol.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-15 {
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-16 {
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-17 {
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-17 {
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-18 {
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-19 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Sile-Agva-Yolu-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-20 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Sile-Agva-Yolu-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-21 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Sile-Agva-Yolu-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-22 {
  background-image: url('https://kalyonholding.com/images/Sabuncubeli-Tuneli-Baglanti-Yollari-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-23 {
  background-image: url('https://kalyonholding.com/images/Sabuncubeli-Tuneli-Baglanti-Yollari-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-24 {
  background-image: url('https://kalyonholding.com/images/Nurdagi-Islahiye-Yolu-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-25 {
  background-image: url('https://kalyonholding.com/images/Nurdagi-Islahiye-Yolu-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-26 {
  background-image: url('https://kalyonholding.com/images/Metrobus-Ulasim-Insaati-5.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-27 {
  background-image: url('https://kalyonholding.com/images/Metrobus-Ulasim-Insaati-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-28 {
  background-image: url('https://kalyonholding.com/images/Metrobus-Ulasim-Insaati-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-29 {
  background-image: url('https://kalyonholding.com/images/Metrobus-Ulasim-Insaati-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-30 {
  background-image: url('https://kalyonholding.com/images/Metrobus-Ulasim-Insaati-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-31 {
  background-image: url('https://kalyonholding.com/images/Dudullu-Bostanci-Metro-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-32 {
  background-image: url('https://kalyonholding.com/images/Dudullu-Bostanci-Metro-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-33 {
  background-image: url('https://kalyonholding.com/images/Dudullu-Bostanci-Metro-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-34 {
  background-image: url('https://kalyonholding.com/images/Dudullu-Bostanci-Metro-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-35 {
  background-image: url('https://kalyonholding.com/images/Mecidiyekoy-Mahmutbey-Metro-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-36 {
  background-image: url('https://kalyonholding.com/images/Mecidiyekoy-Mahmutbey-Metro-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-37 {
  background-image: url('https://kalyonholding.com/images/Mecidiyekoy-Mahmutbey-Metro-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-38 {
  background-image: url('https://kalyonholding.com/images/Mecidiyekoy-Mahmutbey-Metro-6.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-39 {
  background-image: url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-40 {
  background-image: url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-41 {
  background-image: url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-42 {
  background-image: url('https://kalyonholding.com/images/Gayrettepe-Havalimani-Metro-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-43 {
  background-image: url('https://kalyonholding.com/images/Yeni-Havalimani-Halkali-Metro-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-44 {
  background-image: url('https://kalyonholding.com/images/Yeni-Havalimani-Halkali-Metro-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-45 {
  background-image: url('https://kalyonholding.com/images/Yeni-Havalimani-Halkali-Metro-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-47 {
  background-image: url('https://kalyonholding.com/images/Kirazli-Halkali-Metro-3.webp');
}

.project-detail-slide.ins-48 {
  background-image: url('https://kalyonholding.com/images/Kirazli-Halkali-Metro-2.webp');
}

.project-detail-slide.ins-49 {
  background-image: url('https://kalyonholding.com/images/Kirazli-Halkali-Metro-5.webp');
}

.project-detail-slide.ins-50 {
  background-image: url('https://kalyonholding.com/images/Kirazli-Halkali-Metro-1.webp');
}

.project-detail-slide.ins-51 {
  background-image: url('https://kalyonholding.com/images/Marmaray-2.webp');
}

.project-detail-slide.ins-52 {
  background-image: url('https://kalyonholding.com/images/Marmaray-1.webp');
}

.project-detail-slide.ins-53 {
  background-image: url('https://kalyonholding.com/images/Marmaray-3.webp');
}

.project-detail-slide.ins-54 {
  background-image: url('https://kalyonholding.com/images/Marmaray-4.webp');
}

.project-detail-slide.ins-55 {
  background-image: url('https://kalyonholding.com/images/Gaziray-4.webp');
}

.project-detail-slide.ins-56 {
  background-image: url('https://kalyonholding.com/images/Gaziray-1.webp');
}

.project-detail-slide.ins-57 {
  background-image: url('https://kalyonholding.com/images/Gaziray-2.webp');
}

.project-detail-slide.ins-58 {
  background-image: url('https://kalyonholding.com/images/Gaziray-3.webp');
}

.project-detail-slide.ins-59-1 {
  background-image: url('https://kalyonholding.com/images/Gaziray-5.webp');
}

.project-detail-slide.ins-59-2 {
  background-image: url('https://kalyonholding.com/images/Gaziray-6.webp');
}

.project-detail-slide.ins-59-3 {
  background-image: url('https://kalyonholding.com/images/Gaziray-7.webp');
}

.project-detail-slide.ins-59-4 {
  background-image: url('https://kalyonholding.com/images/Gaziray-8.webp');
}

.project-detail-slide.ins-59-5 {
  background-image: url('https://kalyonholding.com/images/Gaziray-9.webp');
}

.project-detail-slide.ins-59 {
  background-image: url('https://kalyonholding.com/images/Antalya-Rayli-Sistem-1.webp');
}

.project-detail-slide.ins-60 {
  background-image: url('https://kalyonholding.com/images/Antalya-Rayli-Sistem-3.webp');
}

.project-detail-slide.ins-61 {
  background-image: url('https://kalyonholding.com/images/Antalya-Rayli-Sistem-2.webp');
}

.project-detail-slide.ins-62 {
  background-image: url('https://kalyonholding.com/images/Antalya-Rayli-Sistem-4.webp');
}

.project-detail-slide.ins-63 {
  background-image: url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-4.webp');
	background-position: 50% 8%;
}

.project-detail-slide.ins-63-1 {
  background-image: url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-1.webp');
}

.project-detail-slide.ins-64 {
  background-image: url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-2.webp');
}

.project-detail-slide.ins-65 {
  background-image: url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-3.webp');
}

.project-detail-slide.ins-66 {
  background-image: url('https://kalyonholding.com/images/Melen-Isale-Hatti-1.webp');
}

.project-detail-slide.ins-67 {
  background-image: url('https://kalyonholding.com/images/Avrupa-Bolgesi-Icmesuyu-Tunel-Insaati-4.webp');
}

.project-detail-slide.ins-68 {
  background-image: url('https://kalyonholding.com/images/Avrupa-Bolgesi-Icmesuyu-Tunel-Insaati-1.webp');
}

.project-detail-slide.ins-69 {
  background-image: url('https://kalyonholding.com/images/Avrupa-Bolgesi-Icmesuyu-Tunel-Insaati-3.webp');
}

.project-detail-slide.ins-70 {
  background-image: url('https://kalyonholding.com/images/Avrupa-Bolgesi-Icmesuyu-Tunel-Insaati-2.webp');
}

.project-detail-slide.ins-71 {
  background-image: url('https://kalyonholding.com/images/Gaziantep-Duzbag-Icmesuyu-Isale-Hatti-1.webp');
}

.project-detail-slide.ins-72 {
  background-image: url('https://kalyonholding.com/images/Gaziantep-Duzbag-Icmesuyu-Isale-Hatti-2.webp');
}

.project-detail-slide.ins-73 {
  background-image: url('https://kalyonholding.com/images/Gaziantep-Duzbag-Icmesuyu-Isale-Hatti-3.webp');
}

.project-detail-slide.ins-74 {
  background-image: url('https://kalyonholding.com/images/Gaziantep-Duzbag-Icmesuyu-Isale-Hatti-4.webp');
}

.project-detail-slide.ins-75 {
  background-image: url('https://kalyonholding.com/images/terkos-ikitelli-icme-suyu-isale-hatti-1.webp');
}

.project-detail-slide.ins-76 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Irak-Icmesuyu-2.webp');
}

.project-detail-slide.ins-78 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Irak-Icmesuyu-1.webp');
}

.project-detail-slide.ins-73 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Irak-Icmesuyu-1.webp');
}

.project-detail-slide.ins-79 {
  background-image: url('https://kalyonholding.com/images/Kartal-Lutfi-Kirdar-Egitim-ve-Aractirma-Hastanesi-2.webp');
}

.project-detail-slide.ins-80 {
  background-image: url('https://kalyonholding.com/images/Kartal-Lutfi-Kirdar-Egitim-ve-Aractirma-Hastanesi-1.webp');
}

.project-detail-slide.ins-81 {
  background-image: url('https://kalyonholding.com/images/Kartal-Lutfi-Kirdar-Egitim-ve-Aractirma-Hastanesi-3.webp');
}

.project-detail-slide.ins-82 {
  background-image: url('https://kalyonholding.com/images/Kartal-Lutfi-Kirdar-Egitim-ve-Aractirma-Hastanesi-4.webp');
}

.project-detail-slide.ins-83 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Uluslararasi-Finans-Merkezi_Ziraat-Kuleleri-1.webp');
}

.project-detail-slide.ins-84 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Uluslararasi-Finans-Merkezi_Ziraat-Kuleleri-2.webp');
}

.project-detail-slide.ins-85 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Uluslararasi-Finans-Merkezi_Ziraat-Kuleleri-3.webp');
}

.project-detail-slide.ins-86 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Uluslararasi-Finans-Merkezi_Ziraat-Kuleleri-4.webp');
}

.project-detail-slide.ins-86-1 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Uluslararasi-Finans-Merkezi_Ziraat-Kuleleri-5.webp');
}
.project-detail-slide.ins-86-2 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Uluslararasi-Finans-Merkezi_Ziraat-Kuleleri-6.webp');
}
.project-detail-slide.ins-87 {
  background-image: url('https://kalyonholding.com/images/Ankara-Baskent-Emlak-Konutlari-2.webp');
}

.project-detail-slide.ins-88 {
  background-image: url('https://kalyonholding.com/images/Ankara-Baskent-Emlak-Konutlari-1.webp');
}

.project-detail-slide.ins-89 {
  background-image: url('https://kalyonholding.com/images/Ankara-Balgat-Ofis-2.webp');
}

.project-detail-slide.ins-90 {
  background-image: url('https://kalyonholding.com/images/Ankara-Balgat-Ofis-1.webp');
}

.project-detail-slide.ins-91 {
  background-image: url('https://kalyonholding.com/images/Ankara-Balgat-Ofis-3.webp');
}

.project-detail-slide.ins-92 {
  background-image: url('https://kalyonholding.com/images/Ankara-Balgat-Ofis-4.webp');
}

.project-detail-slide.ins-93 {
  background-image: url('https://kalyonholding.com/images/Basaksehir-Stadi-1.webp');
}

.project-detail-slide.ins-94 {
  background-image: url('https://kalyonholding.com/images/Finanskent-Konutlari-1.webp');
}

.project-detail-slide.ins-95 {
  background-image: url('https://kalyonholding.com/images/Finanskent-Konutlari-2.webp');
}

.project-detail-slide.ins-96 {
  background-image: url('https://kalyonholding.com/images/Finanskent-Konutlari-3.webp');
}

.project-detail-slide.ins-97 {
  background-image: url('https://kalyonholding.com/images/Yesilvadi-Konaklari-2.webp');
}

.project-detail-slide.ins-98 {
  background-image: url('https://kalyonholding.com/images/Yesilvadi-Konaklari-1.webp');
}

.project-detail-slide.ins-99 {
  background-image: url('https://kalyonholding.com/images/Mersin-Yurt-1.webp');
}

.project-detail-slide.ins-100 {
  background-image: url('https://kalyonholding.com/images/Mersin-Yurt-2.webp');
}

.project-detail-slide.ins-101 {
  background-image: url('https://kalyonholding.com/images/Mersin-Yurt-3.webp');
}

.project-detail-slide.ins-102 {
  background-image: url('https://kalyonholding.com/images/vatan-caddesi-gelirler-idaresi-baskanligi-hizmet-binasi-01.webp');
}

.project-detail-slide.ins-103 {
  background-image: url('https://kalyonholding.com/images/KUZEY-IRAK-KAMP-01.webp');
}

.project-detail-slide.ins-104 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-4-3.webp');
}

.project-detail-slide.ins-105 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-4-1.webp');
}

.project-detail-slide.ins-106 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-4-2.webp');
}

.project-detail-slide.ins-107 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-4-4.webp');
}

.project-detail-slide.ins-108 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-5-4.webp');
  background-position: 50% 85%;
}

.project-detail-slide.ins-109 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-5-1.webp');
}

.project-detail-slide.ins-110 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-5-2.webp');
}

.project-detail-slide.ins-111 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-5-3.webp');
}

.project-detail-slide.ins-112 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-5-5.webp');
}

.project-detail-slide.ins-113 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-1.webp');
}

.project-detail-slide.ins-114 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-2.webp');
}

.project-detail-slide.ins-115 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-3.webp');
}

.project-detail-slide.ins-116 {
  background-image: url('https://kalyonholding.com/images/Yarimca-Oyakport-1.webp');
}

.project-detail-slide.ins-117 {
  background-image: url('https://kalyonholding.com/images/Yarimca-Oyakport-2.webp');
}

.project-detail-slide.ins-118 {
  background-image: url('https://kalyonholding.com/images/atakoy-atiksu-aritma-tesisi-insaati-01.webp');
}

.project-detail-slide.ins-119 {
  background-image: url('https://kalyonholding.com/images/atakoy-atiksu-aritma-tesisi-insaati-02.webp');
}

.project-detail-slide.ins-120 {
  background-image: url('https://kalyonholding.com/images/taksim-meydani-duzenleme-insaati-01.webp');
}

.project-detail-slide.ins-121 {
  background-image: url('https://kalyonholding.com/images/taksim-meydani-duzenleme-insaati-02.webp');
}

.project-detail-slide.ins-122 {
  background-image: url('https://kalyonholding.com/images/bursa-yht1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-123 {
  background-image: url('https://kalyonholding.com/images/bursa-yht2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-124 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-4.webp');
}

.project-detail-slide.ins-125 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-5.webp');
}

.project-detail-slide.ins-126 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-6.webp');
}

.project-detail-slide.ins-127 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-7.webp');
}

.project-detail-slide.ins-128 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-8.webp');
}

.project-detail-slide.ins-129 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-9.webp');
}

.project-detail-slide.ins-130 {
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-131 {
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-5.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.ins-132 {
  background-image: url('https://kalyonholding.com/images/Canakkale-Ezine-Ayvacik-6.webp');
  background-position: 50% 95%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.ins-133 {
  background-image: url('https://kalyonholding.com/images/Kars-igdir-projesi.webp');
}

.project-detail-slide.enrgy-1 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-2 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-3 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-4 {
  background-image: url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-5 {
  background-image: url('https://kalyonholding.com/images/Yeka-Ruzgar-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-6 {
  background-image: url('https://kalyonholding.com/images/Kutun-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-7 {
  background-image: url('https://kalyonholding.com/images/Kutun-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-8 {
  background-image: url('https://kalyonholding.com/images/Torul-Hes-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-9 {
  background-image: url('https://kalyonholding.com/images/Ordu-Hes-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-10 {
  background-image: url('https://kalyonholding.com/images/Dogankent-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-11 {
  background-image: url('https://kalyonholding.com/images/Dogankent-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-12 {
  background-image: url('https://kalyonholding.com/images/Kalen-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-13 {
  background-image: url('https://kalyonholding.com/images/Etki-Liman-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-14 {
  background-image: url('https://kalyonholding.com/images/yeka-gunes-new.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-15 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-5.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-16 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-6.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-17 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-7.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-18 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-8.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.enrgy-19 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes--9.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.enrgy-20 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-10.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.enrgy-21 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-11.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.enrgy-22 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-12.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.enrgy-23 {
  background-image: url('https://kalyonholding.com/images/Yeka-Gunes-13.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}



.project-detail-slide.energy-1 {
  background-image: url('https://kalyonholding.com/images/enerji-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-2 {
  background-image: url('https://kalyonholding.com/images/enerji-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-3 {
  background-image: url('https://kalyonholding.com/images/enerji-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-4 {
  background-image: url('https://kalyonholding.com/images/enerji-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-5 {
  background-image: url('https://kalyonholding.com/images/enerji-5.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-6 {
  background-image: url('https://kalyonholding.com/images/enerji-6.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-7 {
  background-image: url('https://kalyonholding.com/images/enerji-7.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-8 {
  background-image: url('https://kalyonholding.com/images/enerji-8.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-9 {
  background-image: url('https://kalyonholding.com/images/enerji-9.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-10 {
  background-image: url('https://kalyonholding.com/images/enerji-10.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-11 {
  background-image: url('https://kalyonholding.com/images/enerji-11.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-12 {
  background-image: url('https://kalyonholding.com/images/enerji-12.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-13 {
  background-image: url('https://kalyonholding.com/images/enerji-13.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-14 {
  background-image: url('https://kalyonholding.com/images/enerji-14.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-15 {
  background-image: url('https://kalyonholding.com/images/enerji-15.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-16 {
  background-image: url('https://kalyonholding.com/images/enerji-16.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.energy-17 {
  background-image: url('https://kalyonholding.com/images/enerji-17.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.bor-1 {
  background-image: url('https://kalyonholding.com/images/Bor-Ges.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.viransehir-1 {
  background-image: url('https://kalyonholding.com/images/viransehir.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.gaziantep-1 {
  background-image: url('https://kalyonholding.com/images/GaziAntepGes.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.bilecik_res-1 {
  background-image: url('https://kalyonholding.com/images/Bilecik-RES.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.ankara_res-1 {
  background-image: url('https://kalyonholding.com/images/ankara-res.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.elazig_res-1 {
  background-image: url('https://kalyonholding.com/images/Elazig-res.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.trabzon_res-1 {
  background-image: url('https://kalyonholding.com/images/Trabzon-Res.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.bayburt_res-1 {
  background-image: url('https://kalyonholding.com/images/bayburt-res.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}



.project-detail-slide.gy-1 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-7.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-2 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-10.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-3 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-14.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-4 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-19.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-5 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-20.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-6 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-7 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-9.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-8 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-16.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-9 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-12.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-10 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-11 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-12 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-13 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-8.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-14 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-17.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.gy-15 {
  background-image: url('https://kalyonholding.com/images/Nevbahar-11.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.rs-res-1 {
  background-image: url('https://kalyonholding.com/images/mkci-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.rs-res-2 {
  background-image: url('https://kalyonholding.com/images/mkci-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-detail-slide.rs-res-3 {
  background-image: url('https://kalyonholding.com/images/mkci-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.rs-res-4 {
  background-image: url('https://kalyonholding.com/images/mkci-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.rs-res-5 {
  background-image: url('https://kalyonholding.com/images/mkci-5.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.rs-res-6 {
    background-image: url('https://kalyonholding.com/images/mkci-1-1.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-7 {
    background-image: url('https://kalyonholding.com/images/mkbc-00.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-8 {
    background-image: url('https://kalyonholding.com/images/mkbc-01.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-9 {
    background-image: url('https://kalyonholding.com/images/mkbc-02.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-10 {
    background-image: url('https://kalyonholding.com/images/mkbc-03.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-11 {
    background-image: url('https://kalyonholding.com/images/mkbc-1.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-12 {
    background-image: url('https://kalyonholding.com/images/mkbc-2.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-13 {
    background-image: url('https://kalyonholding.com/images/mkbc-3.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-14 {
    background-image: url('https://kalyonholding.com/images/mkbc-4.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res-15 {
    background-image: url('https://kalyonholding.com/images/mkbc-5.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

.project-detail-slide.rs-res1-1 {
  background-image: url('https://kalyonholding.com/images/vnky-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.rs-res1-2 {
  background-image: url('https://kalyonholding.com/images/vnky-2.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.rs-res1-3 {
  background-image: url('https://kalyonholding.com/images/vnky-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.rs-res1-4 {
  background-image: url('https://kalyonholding.com/images/vnky-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-detail-slide.rs-res1-5 {
    background-image: url('https://kalyonholding.com/images/vnky-2-3.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-6 {
    background-image: url('https://kalyonholding.com/images/vnky-5.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-7 {
    background-image: url('https://kalyonholding.com/images/vnky-6.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-8 {
    background-image: url('https://kalyonholding.com/images/vnky-7.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-9 {
    background-image: url('https://kalyonholding.com/images/vnky-8.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-10 {
    background-image: url('https://kalyonholding.com/images/vnky-9.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-11 {
    background-image: url('https://kalyonholding.com/images/vnky-10.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-12 {
    background-image: url('https://kalyonholding.com/images/vnky-11.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-13 {
    background-image: url('https://kalyonholding.com/images/vnky-12.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-14 {
    background-image: url('https://kalyonholding.com/images/vnky-13.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res1-15 {
    background-image: url('https://kalyonholding.com/images/vnky-14.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .project-detail-slide.rs-res1-16 {
    background-image: url('https://kalyonholding.com/images/cesme_klyn.webp');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }


.project-detail-slide.rs-res2-1 {
    background-image: url('https://kalyonholding.com/images/haci-bedel-camii-3.webp');
    background-position: 50% 85%;
    background-size: cover;
    background-repeat: no-repeat;
  }

.project-detail-slide.rs-res3-1 {
    background-image: url('https://kalyonholding.com/images/haluk-dursun-k.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

.project-detail-slide.rs-res4-1 {
    background-image: url('https://kalyonholding.com/images/suffahane-kiz.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.project-detail-slide.rs-res5-1 {
    background-image: url('https://kalyonholding.com/images/haci-bedel-camii-4.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .project-detail-slide.sanayi--1 {
    background-image: url('https://kalyonholding.com/images/Kalyon-PV-1.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .project-detail-slide.sanayi--2 {
    background-image: url('https://kalyonholding.com/images/Kalyon-PV-2.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .project-detail-slide.sanayi--3 {
    background-image: url('https://kalyonholding.com/images/Kalyon-PV-4.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

.slide-nav-9 {
  font-size: 8px;
}

.slide-nav-9.single {
  display: none;
}

.slide-nav-9.single-copy {
  display: none;
}

.left-arrow-8 {
  font-size: 20px;
}

.left-arrow-8.single {
  display: none;
}

.right-arrow-8 {
  font-size: 20px;
}

.right-arrow-8.single {
  display: none;
}

.right-arrow-8.single-copy {
  display: none;
}

.columns-37 {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

.columns-38 {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

.column-85 {
  margin-bottom: 60px;
  padding-left: 0px;
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 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;
  border-top: 1px solid #e9ebf3;
  border-bottom: 1px solid #e9ebf3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0b3b5d;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.next:hover {
  padding-left: 20px;
  border-left: 1px solid #e9ebf3;
  background-color: rgba(233, 235, 243, 0.5);
}

.next.nonext {
  display: none;
}

.arrow-next {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 142px;
  height: 80px;
  background-image: url('https://kalyonholding.com/images/chevron-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.column-86 {
  padding-right: 0px;
}

.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 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;
  border-top: 1px solid #e9ebf3;
  border-bottom: 1px solid #e9ebf3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0b3b5d;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.back:hover {
  padding-right: 20px;
  border-right: 1px solid #e9ebf3;
  background-color: rgba(233, 235, 243, 0.5);
}

.back.noback {
  display: none;
}

.arrow-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 142px;
  height: 80px;
  background-image: url('https://kalyonholding.com/images/chevron-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project-detail-bold {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 52px;
}

.text-block-87 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -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: #761f32;
  color: #fff;
  font-weight: 500;
}

.bold-text-26 {
  padding-right: 20px;
  padding-left: 20px;
  color: #761f32;
}

.section-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 50px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 20px;
  padding-left: 5px;
  -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-bottom: 1px solid #e9ebf3;
  border-left: 1px none #761f32;
  color: #0b3b5d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-79 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 80px;
  -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: #761f32;
  color: #fff;
  text-align: center;
}

.sectors-description-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  margin-left: 5%;
  padding-right: 5%;
  padding-left: 0%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
}

.sectors-description-2.kariyer {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.sectors-description-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  margin-left: 5%;
  padding-right: 5%;
  padding-left: 0%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 24px;
  font-weight: 300;
}
.sectors-description-3.kariyer {
  width: 75%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}


.yeka-gunes {
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

.kuzey-marmara-otoyolu {
  width: 50%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.modul-uretim {
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  line-height: 500px;
}

.text-block-88 {
  padding-right: 20px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
}

.uskudar-nevcarsi {
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

.tanap-4 {
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

.yeka-r-zgar {
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

.gayrettepe-3-havali-mani-metro {
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

.ankara-ba-kent-emlak-konutlari {
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
}

.gayrimenkul {
  position: absolute;
  display: block;
  width: 80%;
  margin-top: 5%;
  margin-bottom: 0px;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
    font-weight: 100;
  text-align: right;
  white-space: pre-line;
}

.text-block {
position: absolute;
    top: auto;
        display: none;
    bottom: auto;
    margin-top: -89px;
    margin-right: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 10px;
}

.sanayi {
  position: absolute;
  display: block;
  width: 80%;
  margin-top: 5%;
  margin-bottom: 0px;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
    font-weight: 100;
  text-align: right;
  white-space: pre-line;
}

.gayrimenkul-trigger-2 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slider-sec {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 95vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sanayi-trigger-2 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.underline-2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.underline-2.thick {
  width: 0%;
  height: 2px;
  margin-top: -5px;
}

.yatirim-isletme-trigger {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.insaat-trigger-3 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.enerji {
  position: absolute;
  display: block;
  width: 80%;
  margin-top: 5%;
  margin-bottom: 0px;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  text-align: right;
font-weight: 100;
  white-space: pre-line;
}


.orher-trigger {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slider-name {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  height: 90vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yatirim-isletme {
  position: absolute;
  display: block;
  width: 80%;
  margin-top: 5%;
  margin-bottom: 0px;
  opacity: 0;
  color: #fff;
  font-size: 40px;
    font-weight: 100;
  line-height: 42px;
  text-align: right;
  white-space: normal;
}

.container-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  height: 90vh;
}

.other-2 {
  position: absolute;
  display: block;
  margin-bottom: 0px;
  opacity: 0;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  text-align: right;
  white-space: pre-line;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.promo-button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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-decoration: none;
  cursor: pointer;
}


.promo-button-2._1 {
  font-weight: 400;
  text-decoration: none;
}

.promo-button-2._2 {
  text-decoration: none;
}

.names-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  height: 95vh;
  padding-top: 50px;
  padding-right: 10%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://kalyonholding.com/images/5e4521ca4b26c524616df685_building.webp');
  background-position: 0% 37%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 300;
  cursor: pointer;
}

.title-2._1 {
  padding-left: 50px;
}

.title-2._2 {
  padding-left: 50px;
  background-image: url('https://kalyonholding.com/images/investment-w.webp');
}

.title-2._3 {
  padding-left: 50px;
  background-image: url('https://kalyonholding.com/images/real-estate-w.webp');
  background-size: 38px;
}

.title-2._4 {
  padding-left: 50px;
  background-image: url('https://kalyonholding.com/images/enerji-w.webp');
  background-position: 0% 39%;
  background-size: 38px;
}

.title-2._5 {
  padding-left: 50px;
  background-image: url('https://kalyonholding.com/images/sanayi.webp');
}

.insaat {
  position: absolute;
  display: block;
  width: 80%;
  
  margin-top: 5%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
 font-weight: 100;
  text-align: right;
  white-space: pre-line;
}

.enerji-trigger-2 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slider-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 95vh;
  margin-top: auto;
  padding-top: 80px;
  padding-right: 10%;
  padding-left: 5%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-video-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 95vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.54)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.54)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.link-21 {
  color: #761f32;
  text-decoration: underline;
	font-size: 21px;
}

.section-bullet-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 50px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 20px;
  padding-left: 5px;
  -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-bottom: 1px solid #e9ebf3;
  border-left: 1px none #761f32;
  color: #0b3b5d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.section-bullet-2.contact {
  width: 90%;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
  text-decoration: none;
}

.div-block-80 {
  width: 90%;
  margin-top: 180px;
  margin-right: 5%;
  margin-left: 5%;
}

.columns-39 {
  width: 90%;
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
}

.contact-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #761f32;
  font-size: 24px;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-89 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.column-87 {
  padding: 20px 20px 20px 0px;
}

.page-image-gayrimenkul {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #0b3b5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/gayrimenkul-banner.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/gayrimenkul-banner.webp');
	background-size: auto, cover;
  background-position: 0px 0px, 50% 50%;
}

.page-image-gayrimenkul.project-detail {
  background-image: none;
  background-position: 0px 0px;
}

.page-image-gayrimenkul.yairim {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-image-gayrimenkul.enerji {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-gayrimenkul.gayrimenkul {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-gayrimenkul.sanayi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Sanayi.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Sanayi.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.page-image-sanayi.girisim {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/venture-capital.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/venture-capital.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
    background-repeat: no-repeat
}

.page-image-sanayi {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #0b3b5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Pv-resim.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Pv-resim.webp');
  background-position: 0px 0px, 50% 80%;
     background-size: auto, cover;
    background-repeat: no-repeat;

}

.page-image-sanayi.project-detail {
  background-image: none;
  background-position: 0px 0px;
}

.page-image-sanayi.yairim {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-image-sanayi.enerji {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-sanayi.gayrimenkul {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-sanayi.sanayi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Sanayi.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Sanayi.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
    background-repeat: no-repeat
}

.page-image-sanayi.girisim {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/venture-capital.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/venture-capital.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
    background-repeat: no-repeat
}


.page-image-girisim {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #0b3b5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/venture-capital.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/venture-capital.webp');
  background-position: 0px 0px, 50% 70%;
     background-size: auto, cover;
    background-repeat: no-repeat;

}

.page-image-sanayi.project-detail {
  background-image: none;
  background-position: 0px 0px;
}

.page-image-sanayi.yairim {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-image-sanayi.enerji {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-sanayi.gayrimenkul {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-sanayi.sanayi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Sanayi.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Sanayi.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
    background-repeat: no-repeat
}

.page-image-sanayi.girisim {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/venture-capital.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/venture-capital.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
    background-repeat: no-repeat
}


.sectors-description-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 20px;
  margin-right: 15%;
  margin-left: 15%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.sectors-description-copy.project-detail {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sectors-description-copy.sanayi {
  z-index: 100;
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.sectors-head-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Klavika, sans-serif;
  color: #fff;
  font-size: 72px;
  font-weight: 500;
}

.sectors-head-copy.project-detail {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.sectors-head-copy.sanayi {
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-right: 5%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  color: #000;
}

.breadcrumb-copy.project-detail {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-copy.sanayi {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-image-sectors-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #0b3b5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/enerji-header.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/enerji-header.webp');
  background-position: 0px 0px, 50% 50%;  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-image-sectors-copy.project-detail {
  background-image: none;
  background-position: 0px 0px;
}

.page-image-sectors-copy.yairim {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-image-sectors-copy.enerji {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-sectors-copy.gayrimenkul {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.page-image-sectors-copy.sanayi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Sanayi.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Sanayi.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.page-image-sectors-copy.girisim {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/venture-capital.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/venture-capital.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.content-2 {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 200px;
  height: 200px;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.content-3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.06);
    backdrop-filter: blur(5px);
}

.div-block-82 {
  width: 80%;
  height: 1px;
  margin-right: 10%;
  margin-left: 10%;
  background-color: hsla(0, 0%, 100%, 0.44);
}

.link-22 {
  color: #761f32;
  text-decoration: none;
}

.column-88 {
  padding: 20px 0px 20px 20px;
}

.column-89 {
  padding: 20px;
}

.div-block-83 {
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
      min-height: 320px;
}

.div-block-83:hover {
  background-color: rgba(233, 235, 243, 0.45);
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 50px;
  margin-top: 10px;
}

.div-block-85 {
  width: 50px;
  height: 50px;
  background-color: #761f32;
  background-image: url('https://kalyonholding.com/images/phone-w.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.div-block-85.fax {
  background-image: url('https://kalyonholding.com/images/fax-w.svg');
}

.div-block-85.mail {
  background-image: url('https://kalyonholding.com/images/mail-w.svg');
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-86-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.kvk-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/kvk-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/kvk-2.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kvk-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kvk-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kvk-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.privacy-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #761f32;
}

.head-privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #761f32;
}

.privacy-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://kalyonholding.com/images/correct.svg');
  background-position: 0px 5px;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  white-space: normal;
}

.privacy-bullet.name {
  color: #fff;
}

.privacy-bullet.alinti {
  font-size: 18px;
  line-height: 24px;
}

.privacy-bullet.kariyer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.privacy-bullet.kariyer-1 {
  margin-bottom: 60px;
  text-align: center;
}

.privacy-bullet.big {
  color: #761f32;
  font-size: 23px;
}

.privacy-bullet._1 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.link-23 {
  position: relative;
  overflow: visible;
  width: auto;
  color: #761f32;
  font-weight: 700;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.short-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
  white-space: normal;
}

.short-content-1.name {
  color: #fff;
}

.short-content-1.alinti {
  font-size: 18px;
  line-height: 24px;
}

.short-content-1.kariyer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.short-content-1.kariyer-1 {
  margin-bottom: 60px;
  text-align: center;
}

.technology-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/teknoloji-ve-bilisim.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/teknoloji-ve-bilisim.webp');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.technology-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.technology-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.technology-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bold-text-28 {
  font-size: 64px;
  line-height: 68px;
}

.sec-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/sec-politics.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/sec-politics.webp');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sec-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sec-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sec-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quality-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/kalite.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/kalite.webp');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quality-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quality-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quality-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.insaat-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #0b3b5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/1TH09293-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/1TH09293-1.webp');
  background-position: 0px 0px, 50% 15%;
	background-size: auto, cover;
}

.insaat-img.project-detail {
  background-image: none;
  background-position: 0px 0px;
}

.insaat-img.yairim {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.insaat-img.enerji {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.insaat-img.gayrimenkul {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('https://kalyonholding.com/images/Nevbahar-13.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.insaat-img.sanayi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Sanayi.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Sanayi.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.university-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/universite.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/universite.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.university-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.university-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.university-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kolej-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/erdem-koleji-1.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/erdem-koleji-1.webp');
  background-position: 0px 0px, 50% 63%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kolej-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kolej-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kolej-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.anaokulu-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/anaokulu.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/anaokulu.webp');
  background-position: 0px 0px, 50% 63%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.culture-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/culture.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/culture.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.culture-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.culture-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.culture-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #761f32;
}

.heading-14.media {
  margin-top: 100px;
}

.content-text-3 {
  display: -webkit-box;
  display: -webkit-flex;
  overflow: visible;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  white-space: normal;
}

.content-text-3.kariyer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.content-text-3.kariyer.media {
  margin-top: 100px;
}

.content-text-3.kariyer-1 {
  margin-bottom: 60px;
  text-align: center;
}

.link-24 {
  color: #761f32;
  text-decoration: underline;
}

.kalyon-vakfi {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #0A3B5D;
}


.van-travma-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/van-travma.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/van-travma.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.van-travma-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.van-travma-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.van-travma-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sakine-kalyoncu-cocuk-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sakine-kalyoncu-cocuk-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sakine-kalyoncu-cocuk-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sakine-kalyoncu-cocuk-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enviromental-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/enviromental.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/enviromental.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enviromental-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enviromental-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enviromental-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hatira-ormani-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/orman-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/orman-2.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hatira-ormani-img.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hatira-ormani-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hatira-ormani-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sokak-hayvanlari-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/sokak-hayvanlari.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/sokak-hayvanlari.webp');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sokak-hayvanlari.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sokak-hayvanlari-img.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sokak-hayvanlari-img.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.news-head {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/news.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/news.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.news-head.sosyal-fayda {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Resim3.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/Resim3.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.news-head.kariyer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/İK-imaj.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.news-head.kariyer._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/contact.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/contact.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: 1px solid #e9ebf3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.div-block-87:hover {
  padding-left: 0px;
  background-color: transparent;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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 solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block-88:hover {
  border-color: #000;
  background-color: #e9ebf3;
}

.text-block-90 {
  width: auto;
  font-size: 21px;
  font-weight: 300;
}

.bold-text-30 {
  font-size: 20px;
  font-weight: 300;
}

.div-block-88-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  -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 solid #000;
  background-image: url('https://kalyonholding.com/images/camera.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-88-copy:hover {
  background-color: #e9ebf3;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-3 {
  color: #000;
  text-decoration: none;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 150px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  background-image: url('https://kalyonholding.com/images/logo.webp');
  background-position: 10% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}


.div-block-90-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
	margin-top: 20px;
  min-height: 150px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  background-image: url('https://kalyonholding.com/images/kalyon-kultur-logo.webp');
  background-position: 10% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.div-block-90-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
	margin-top: 20px;
  min-height: 150px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  background-image: url('https://kalyonholding.com/images/kalyon-pv-logo-01.webp');
  background-position: 10% 50%;
  background-size: 190px;
  background-repeat: no-repeat;
}

.div-block-90-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
	margin-top: 20px;
  min-height: 150px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  background-image: url('https://kalyonholding.com/images/HKU-Logo.svg');
  background-position: 10% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.div-block-88--download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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 solid #000;
  background-image: url('https://kalyonholding.com/images/download-file.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block-88--download:hover {
  border-color: #000;
  background-color: #e9ebf3;
}

.linkedin {
  width: 25px;
  height: 25px;
  background-image: url('https://kalyonholding.com/images/linkedin.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 0px;
  margin-left: 0px;
  display: block;
  filter: invert(100%);
}

.linkedin:hover {
  opacity: 0.5;
}

.linkedin_ft {
  width: 25px;
  height: 25px;
  background-image: url('https://kalyonholding.com/images/linkedin.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 0px;
  margin-left: 0px;
  display: block;
}

.linkedin_ft:hover {
  opacity: 0.5;
}

.linkedin-link {
  width: 25px;
  height: 25px;
}
.milestone-year {
  margin-right: 40px;
  margin-bottom: 20px;
  color: #761f32;
  font-size: 30px;
}

.milestone-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('https://kalyonholding.com/images/circle.svg');
  background-position: 98% 0%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.m-1ilestone-left {
  width: 50%;
  height: 100%;
  min-height: 200px;
}

.horizontal-line {
  position: absolute;
  width: 1px;
  height: 503vh;
  background-color: #e9ebf3;
}

.milestone-year-right {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 40px;
  color: #761f32;
  font-size: 30px;
}

.content-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-part.kariyer {
  width: 60%;
  margin-top: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.milestrone-picture-right {
  width: 80%;
  min-height: 200px;
  margin-right: 0px;
  margin-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  background-color: #fff;
  background-image: url('https://kalyonholding.com/images/kalpen.webp');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.milestrone-picture-right.div-block-56 {
  background-image: url('https://kalyonholding.com/images/Finanskent-Konutlari-3.webp');
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.milestrone-picture-right._12 {
  background-image: url('https://kalyonholding.com/images/Kuzey-Marmara-Dogalgaz-Depolama-1.webp');
  background-size: cover;
}

.milestrone-picture-right._2 {
  border-style: none;
  background-image: url('https://kalyonholding.com/images/Ordu-Hes-1.webp');
  background-size: cover;
}

.milestrone-picture-right._10 {
  background-image: url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
  background-size: cover;
}

.milestrone-picture-right._4 {
  background-image: url('https://kalyonholding.com/images/ATAKÖY-ARITMA-01.webp');
  background-size: cover;
}

.milestrone-picture-right._8 {
  background-image: url('https://kalyonholding.com/images/Istanbul-Havalimani-1.webp');
  background-size: cover;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.left {
  width: 100%;
  min-height: 200px;
}

.milestone-text--right {
  width: 60%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 18px;
  font-weight: 300;
}

.milestone-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://kalyonholding.com/images/circle.svg');
  background-position: 2% 0%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.milestone-text {
  width: 60%;
  margin-right: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}

.milestrone-picture {
  width: 80%;
  min-height: 200px;
  margin-right: 40px;
  background-color: #0b3b5d;
  background-image: url('https://kalyonholding.com/images/kalyon-logo-white.svg');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.milestrone-picture._11 {
  background-image: url('https://kalyonholding.com/images/Tanap-Lot-5-4.webp');
  background-size: cover;
}

.milestrone-picture._12 {
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  background-color: #fff;
  background-image: url('https://kalyonholding.com/images/kalyon-kultur-logo.webp');
  background-size: 80px;
}

.milestrone-picture._5 {
  background-image: url('https://kalyonholding.com/images/hasan-kalyoncu-universitesi-elektrik-ihtiyacini-gunesten-karsiliyor-5.webp');
  background-size: cover;
}

.milestrone-picture._9 {
  background-image: url('https://kalyonholding.com/images/yatirim-isletme.webp');
  background-size: cover;
}

.milestrone-picture._3 {
  background-image: url('https://kalyonholding.com/images/Metrobus-Ulasim-Insaati-2.webp');
  background-size: cover;
}

.milestrone-picture._7 {
  background-image: url('https://kalyonholding.com/images/KKTC-DenizGecis-Isale-Hatti-1.webp');
  background-size: cover;
}

.milestrone-picture._2 {
  background-image: url('https://kalyonholding.com/images/1998.webp');
  background-size: cover;
}

.div-block-92 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: auto;
  margin-bottom: 40px;
  padding: 100px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.list-left {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  min-height: 80px;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}

.text-block-96 {
  font-weight: 300;
}

.line-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 1px;
  margin-top: 39px;
  background-color: rgba(255, 255, 255, 0.3);
}

.list-right {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  min-height: 80px;
  margin-right: 1px;
  margin-left: 1px;
  padding-left: 60px;
  -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;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.line-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 1px;
  margin-top: 39px;
  background-color: rgba(255, 255, 255, 0.3);
}

.text-block-97 {
  text-align: right;
}

.list-center {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 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;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.circ {
  position: static;
  left: auto;
  top: 0%;
  right: -16px;
  bottom: 0%;
  width: 15px;
  height: 15px;
  margin-top: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 20px;
  background-color: transparent;
}

.background-video-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-93 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.6);
}

.bold-text-34 {
  font-size: 35px;
  font-weight: 300;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.spans {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 16px;
}

.words-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Klavika, sans-serif;
  color: #000;
}

.words-title {
  position: static;
  width: 50%;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.words-icons {
  width: auto;
  height: 65px;
  margin-right: 10%;
}

.words-icons._2 {
  height: 65px;
  background-image: url('https://kalyonholding.com/images/5e453691b89a7da7266d0ae4_hydroelectiric.webp');
  background-size: 55px;
}

.words-icons._3 {
  background-image: url('https://kalyonholding.com/images/5e4537ba95c2d148e7852dee_road.webp');
  background-size: 60px;
}

.numbers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 260px;
  margin-top: 60px;
  margin-right: 5%;
  margin-left: 5%;
  -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;
}

.number-content {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-right: 0px;
  padding-right: 0px;
}

.words-pars {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 80px;
  padding-right: 20px;
  -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;
}

.words-line {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 50px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #d4cbcb;
}

.words-line.last {
  display: block;
}

.number-slide-content {
  width: 25%;
  height: 200px;
  padding-left: 30px;
}

.number-slider {
  width: 100%;
  height: 260px;
  background-color: #fff;
}

.number-slider-mask {
  width: auto;
  height: 200px;
  margin-left: 0%;
  padding-right: 60px;
  padding-left: 60px;
}

.number-slide-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 200px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#fff));
  background-image: linear-gradient(90deg, #f5f5f5, #fff);
  color: #b2b2b2;
}

.number-slide-left:hover {
  background-color: #ececec;
  color: #761f32;
}

.number-slide-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 200px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#f5f5f5), to(#fff));
  background-image: linear-gradient(270deg, #f5f5f5, #fff);
  color: #b2b2b2;
}

.number-slide-right:hover {
  background-color: #ececec;
  color: #761f32;
}

.slider-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
  font-size: 8px;
}

.icon-9 {
  font-size: 20px;
}

.icon-10 {
  font-size: 20px;
}

._11 {
  overflow: hidden;
  width:50%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._10 {
  overflow: hidden;
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._10new {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(https://kalyonholding.com/images/kariyer.webp);
    background-image: linear-gradient(
180deg
, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://kalyonholding.com/images/kariyer.webp);
    background-position: 0px 0px, -5% 0%;
    background-size: auto, 700px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
}

._10newson {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(https://kalyonholding.com/images/kariyer.webp);
    background-image: linear-gradient(
180deg
, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://kalyonholding.com/images/kariyer.webp);
    background-position: 0px 0px, -5% 0%;
    background-size: auto, 700px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
}

._09 {
  overflow: hidden;
  width: 50%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._08 {
  overflow: hidden;
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._07 {
  overflow: hidden;
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._06 {
  overflow: hidden;
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._05 {
  overflow: hidden;
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._04 {
  overflow: hidden;
  width: 50%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
}

._03 {
  overflow: hidden;
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._02 {
  overflow: hidden;
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

._01 {
  overflow: hidden;
  width: 50%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
}

._12 {
  overflow: hidden;
  width: 23%;
  height: 95%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #000;
}

.slide--mg {
position: absolute;
left: auto;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 0;
    width: auto;
    height: 130%;
    margin-left: auto;
    opacity: .8;
}

.w-slider-aria-label{
    display: none;
    
    }


.slide--mg._02 {
    z-index: 0;
    opacity: 0.8;
     margin-left: auto;
     width: auto;
}

.sanayi-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-2 {
  width: 100.00031%;
}

.sanayi-1 {
  width: 50%;
}

.sanayi-2 {
  width: 50%;
  padding-left: 40px;
}

.sanayi-head-1 {
  margin-top: 0px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
}

.energy-line {
  position: relative;
  width: 50%;
  min-height: 150px;
  margin-right: 0px;
  padding-right: 0px;
}

.sanayi-icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-container {
  position: relative;
  width: 100%;
  min-height: auto;
  margin-bottom: 0%;
}

.sanayi-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-bottom: 40px;
  padding-left: 10px;
  color: #000;
}

.linkedin-link-copy {
  width: 25px;
  height: 25px;
}

.instagram-btn {
  width: 25px;
  height: 25px;
}
.three-content-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tree-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    min-height: 150px;
    margin: 10px 5px 5px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #28b095;
}
.tree-content.new-1 {
    background-color: #3f7f3e;
}
.tree-content.new-2 {
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #236457;
}
.tree-content.new-4 {
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #569084;
}
.tree-content.new-3 {
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #838e5b;
}
.tree-title {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: Klavika,sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.tree-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #fff;
    font-family: Klavika,sans-serif;
    color: #fff;
}

.tree-spans {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 16px;
    line-height: 16px;
}
.tree-sub-desc {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    padding-right: 0;
    -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;
    color: #fff;
}
.tree-title {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: Klavika,sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.pict-container-1 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Yeka-Gunes-9.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-2 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-10_1.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-3 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-05_1.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-4 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/KKTC-DenizGecis-Isale-Hatti-4.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-5 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Etki-Liman-2.webp);
    --background-position: 0 0;
    --background-size: cover;
    opacity: .6;
	background-position: -100px 0px;
    background-size: 120%;
}

.pict-container-6 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-06_1.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-7 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-07_1.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-8 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-08_1.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-9 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-09_1.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-10 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-11.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-11 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-01_1.webp);
    background-position: 0 0;
    background-size: cover;
    opacity: .6;
}

.pict-container-12 {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    background-image: url(/images/Home-02_1.webp);
    background-position: 0 -50px;
    background-size: cover;
    opacity: .6;
}

span.breadcrumb-link-2:hover{
  opacity: 1!important;
}

@media screen and (max-width: 991px) {
	.text-block-82{
	color: black !important;
  }
	.mobilesearch .searchtop{
		right: 88px;

    width: 9%;
      min-height: 41px;
    top: 12px;
	
	}
	
	.tree-sub-desc {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
  .nav-menu {
    display: none;
  }
  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation {
    display: none;
  }
  .cta-top {
    margin-right: auto;
    margin-left: auto;
  }
  .top-nav-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navigation-wrap {
    width: 90%;
    margin-top: 20px;
  }
  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }
  .navigation-container-mob {
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-mob {
    border-radius: 100px;
    background-color: transparent;
    color: #fff;
    font-size: 22px;
  }
  .menu-mob.w--open {
    background-color: transparent;
  }
  .mobile-nav {
    padding-top: 15px;
    background-color: #761f32;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }
  .dropdown-list {
    background-color: #fff;
  }
  .dropdown-list.w--open {
    background-color: transparent;
  }
  .mobile-toggle {
    background-color: transparent;
    color: #fff;
  }
  .mobile-toggle:hover {
    background-color: rgba(80, 19, 32, 0.3);
  }
  .mobile-dropdown {
    width: 100%;
  }
  .mobile-dropdown:hover {
    background-color: #e9ebf3;
  }
  .mobile-nav-link {
    width: 100%;
    color: #fff;
  }
  .mobile-nav-link:hover {
    background-color: rgba(80, 19, 33, 0.3);
  }
  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #611626;
    color: #fff;
  }
  .dropdown-link-mobile:hover {
    background-color: rgba(80, 19, 32, 0.3);
  }
  .kcontainer {
    width: 96%;
  }
  .button-title {
    width: 180px;
  }
  .sanayi-name {
    width: 100%;
    margin-top: 40px;
  }
  .video._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/yatirim-isletme.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/video2.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .video._5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Sanayi.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/video5.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .video._4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Yeka-Ruzgar-2.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/video4.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .video._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/1TH09293-1.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/1TH09293-1.webp');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .video._6 {
    background-image: none;
  }
  .video._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://kalyonholding.com/images/Nevbahar-13.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://kalyonholding.com/images/video3.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .video._2 {
    height: 80vh;
  }
  .video._5 {
    height: 80vh;
  }
  .video._3 {
    height: 80vh;
  }
  .video._4 {
    height: 80vh;
  }
  .video._1 {
    height: 80vh;
  }
  .video._6 {
    height: 80vh;
  }
  .background-video-3 {
    display: none;
  }
  .gayrimenkul-name {
    width: 100%;
    margin-top: 40px;
  }
  .yatirim-isletme-name {
    width: 100%;
    margin-top: 40px;
  }
  .enerji-name {
    width: 100%;
    margin-top: 40px;
  }
  .text-block-3 {
    margin-bottom: 10px;
  }
  .underline {
    width: 100%;
  }
  .insaat-name {
    width: 100%;
    margin-top: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .names {
    width: 100%;
    padding-right: 0%;
  }
  .yatirim-i-sletme-trigger {
    text-align: center;
  }
  .featured-left {
    height: 400px;
    padding-left: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .open {
    z-index: 1;
    height: 80vh;
  }
  .featured-name {
    left: 25%;
    right: 25%;
    width: 100%;
    padding-right: 5%;
  }
  .title-wrapper {
    width: 200px;
  }
  .left-arrow-5 {
    left: 0%;
    top: 22%;

    right: auto;
    bottom: auto;
    display: none;
  }
  .content-wrapper {
    width: 100%;
  }
  .text-block-5 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: auto;
    padding-top: 20px;
  }
  .columns {
    width: 96vw;
  }
  .hp-feature-text-copy {
    font-size: 20px;
    line-height: 26px;
  }
  .d-54-inner-block._15 {
    margin-top: auto;
  }
  .havalimani {
    width: 47%;
    height: 100%;
  }
  .overwiev-slider {
    width: 96vw;
    height: 700px;
    min-height: 600px;
  }
  .text-block-7 {
    line-height: 14px;
  }
  .columns-2 {
    width: 96%;
  }
  .slide-mask {
    width: 96vw;
    height: 600px;
  }
  .d-54-bottom-block {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
  }
  .hp-feature-text-wrapper-copy {
    left: 10%;
    width: 90%;
  }
  .content {
    margin-top: 67vh;
  }
  .text-block-6 {
    margin-bottom: 20px;
  }
  .icon-2 {
    display: none;
  }
  .slide-nav-6 {
    top: auto;
  }
  .d-54-paragraph {
    margin-top: auto;
  }
  .kktc-isale-hatti {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .right-arrow-5 {
    left: 10%;
    top: 22%;
    right: auto;
    bottom: auto;
    display: none;
    overflow: hidden;
  }
  .arrow-button.dark.pad {
    width: 200px;
  }
  .d-54-card-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .d-54-card-wrapper._20 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._4 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._15 {
    top: -8%;
  }
  .d-54-card-wrapper._2 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._5 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._16 {
    top: -7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-54-card-wrapper._6 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._7 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._8 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._9 {
    margin-top: 0px;
  }
   .icons {
    width: 40px;
    height: 40px;
    margin-left: 40px;
    background-size: 40px;
  }
  .icons._3 {
    width: 40px;
    margin-left: 40px;
    background-size: 40px;
  }
  .icons._2 {
    width: 40px;
    height: 40px;
    margin-left: 40px;
    background-size: 35px;
  }
  .div-block-15.single {
    display: none;
  }
  .columns {
    width: 96vw;
  }
  .column-4 {
    padding-left: 40px;
  }
  .brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .underline2 {
    width: 100%;
  }
  .underline3 {
    width: 100%;
  }
  .underline4 {
    width: 100%;
  }
  .underline5 {
    width: 100%;
  }
  .underline1 {
    width: 100%;
  }
  .icon-5 {
    margin-top: auto;
    margin-right: 30px;
    font-size: 14px;
  }
  .navigation-link-2 {
    min-height: 60px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.19);
    color: #fff;
  }
  .navigation-link-2:hover {
    color: #57585c;
  }
  .navigation-link-2.right {
    padding-left: 30px;
  }
  .navigation-link-2.right:hover {
    color: #57585c;
  }
  .navigation-left-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-link {
    padding-left: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu-mob-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 53px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    background-color: transparent;
    background-image: url('https://kalyonholding.com/images/menu-open_1menu-open.webp'), none;
    background-position: 0px 0px, 50% 50%;
    background-size: 23px, 23px;
    background-repeat: no-repeat, no-repeat;
    color: #000;
    font-size: 22px;
  }
  .menu-mob-2.w--open {
    border-radius: 0px;
    background-color: #f3ba24;
    background-image: none;
    background-position: 50% 50%;
    background-size: 23px;
    background-repeat: no-repeat;
  }
  .navigation-dropdown-2.w--open {
    padding-top: 0px;
  }
  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.19);
    color: #fff;
  }
  .dropdown-toggle-2:hover {
    color: #57585c;
  }
  .icon-6 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-content-wrap-2 {
    padding-left: 12px;
  }
  .navigation-right-2 {
    position: relative;
    top: 0px;
    margin-top: 0px;
  }
  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f3ba24;
    box-shadow: 0 8px 5px 1px rgba(0, 0, 0, 0.41);
    text-align: left;
  }
  .kalyonlogo-white {
    top: 10px;
    width: 185px;
  }
  .navigation-2 {
    display: block;
    min-height: auto;
    padding-right: 0%;
  }
  .language {
    min-height: 60px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-left-style: none;
    background-color: #57585c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px;
    color: #fff;
  }
  .language:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px;
    color: #f3ba24;
  }
  .navigation-container-2 {
    display: none;
  }
  .gayrimenkul-name-2 {
    width: 100%;
    margin-top: 40px;
  }
  .yatirim-isletme-name-2 {
    width: 100%;
    margin-top: 40px;
  }
  .enerji-name-2 {
    width: 100%;
    margin-top: 40px;
  }
  .sanayi-name-2 {
    width: 100%;
    margin-top: 40px;
  }
  .text-block-67 {
    line-height: 14px;
  }
  .mobile-nav-link-2 {
    width: 100%;
    border-bottom: 1px solid #e9ebf3;
    font-family: Klavika, sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 300;
  }
  .mobile-nav-link-2:hover {
    background-color: #e9ebf3;
  }
  .mobile-nav-link-2.w--current {
    color: #761f32;
  }
  .navigation-container-mob-2 {
    max-width: none;
    margin-top: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-mob-3 {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 0%;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('https://kalyonholding.com/images/menu-open_1menu-open.webp');
    background-position: 50% 50%;
    background-size: 23px;
    background-repeat: no-repeat;
    color: #000;
    font-size: 22px;
  }
  .menu-mob-3.w--open {
    background-color: #fff;
    background-image: url('https://kalyonholding.com/images/menu-default_1menu-default.webp');
    background-position: 50% 50%;
    background-size: 23px;
    background-repeat: no-repeat;
  }
  .mobile-nav-2 {
    width: 94%;
    margin-top: -12px;
    margin-left: 3%;
    padding-top: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9ebf3;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }
  .flowbase-logo {
    width: 150px;
  }
  .dropdown-link-mobile-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ebf3;
    background-color: #fff;
    color: #000;
    font-weight: 300;
  }
  .dropdown-link-mobile-2:hover {
    background-color: #e9ebf3;
  }
  .dropdown-list-2 {
    background-color: #fff;
  }
  .mobile-toggle-2 {
    width: 100%;
    border-bottom: 1px solid #e9ebf3;
    color: #000;
    font-size: 17px;
    font-weight: 300;
  }
  .mobile-toggle-2:hover {
    width: 100%;
    background-color: #e9ebf3;
  }
  .mobile-toggle-2.w--open {
    width: 100%;
    background-color: #fff;
  }
  .mobile-toggle-2.w--open:hover {
    border-bottom-width: 2px;
  }
  .navigation-3 {
    display: none;
  }
  .kalyonlogo_orj {
    top: 10px;
    width: 155px;
  }
  .page-img {
    min-height: 470px;
  }
  .sidebar {
    z-index: 1000;
    width: 300px;
    height: auto;
    margin-top: 60px;
    border: 1px solid #000;
    background-color: #fff;
  }
  .radio-button-label {
    font-size: 14px;
  }
  .flex-item-20-copy {
    z-index: 0;
  }
  .field-4 {
    font-size: 14px;
  }
  .button-6 {
    position: static;
    left: 20%;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .content-part-text-format {
    min-height: 400px;
  }
  .flex-item-20 {
    z-index: 0;
  }
  .flex-item-20._40-percent {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    width: 100%;
    margin-top: 400px;
    margin-left: auto;
    padding-left: 0px;
  }
  .sidebar-nav {
    position: -webkit-sticky;
    position: sticky;
    padding-left: 60px;
  }
  .sidebar-wrapper {
    width: auto;
    height: 600px;
  }
  .column-21 {
    padding-right: 0px;
  }
  .column-21.small {
    padding-right: 10px;
  }
  .side-part {
    margin-top: 0px;
  }
  .menu-button-2 {
    display: none;
    width: 100px;
    height: auto;
  }
  .menu-button-2.w--open {
    position: absolute;
  }
  .breadcrumb {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .item.image.img-and-text.empty-and-img {
    width: 50%;
  }
  .item.text.img-and-text.empty-and-text {
    width: 50%;
  }
  .item.ulasim {
    width: 33.3%;
  }
  .item.ulasim.empty-and-img.empty-and-text {
    width: 50%;
  }
  .item.text-img {
    width: 50%;
  }
  .item.su {
    width: 33.3%;
  }
  .item.su.empty-and-img.empty-and-text {
    width: 50%;
  }
  .item.saglik {
    width: 33.3%;
  }
  .item.saglik.empty-and-img.empty-and-text {
    width: 50%;
  }
  .item.ustyapi {
    width: 33.3%;
  }
  .item.ustyapi.empty-and-img.empty-and-text {
    width: 50%;
  }
  .item.diger {
    width: 33.3%;
  }
  .item.diger.empty-and-img.empty-and-text {
    width: 50%;
  }
  .filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .itembox.green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page-image-sectors.yairim {
    min-height: 470px;
  }
	
	  .page-image-sectors.girisim {
    min-height: 470px;
  }
	
  .sectors-head {
    width: 50%;
    margin-right: 45%;
    margin-left: 5%;
    padding-left: 0%;
    font-size: 60px;
    line-height: 60px;
  }
  .sectors-head.project-detail {
    margin-bottom: 20px;
    padding-left: 0%;
  }
  .sectors-description {
    width: 70%;
  }
  .link-block {
    width: 30%;
    margin-top: 230px;
  }
  .more-text-content {
    width: 80%;
    height: 265px;
    margin-left: 10%;
  }
  .more-text-content.project-detail {
    height: auto;
    margin-right: 10%;
  }
  .more-text-content.sectors.yatirim {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .d-56-card-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .d-56-h3-heading {
    padding-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .d-58-nav-wrapper {
    margin-top: 40px;
    margin-left: 40px;
  }
  .icon-8 {
    font-size: 12px;
  }
  .text-block-82 {
    width: 100%;
  }
  .mobile-nav-link--lang {
    width: 100%;
    background-color: #d1d4df;
    font-family: Klavika, sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 300;
  }
  .mobile-nav-link--lang:hover {
    background-color: #e9ebf3;
  }
  .sectors-head-2 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0%;
  }
  .sectors-head-2.kariyer {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 60px;
    line-height: 55px;
    text-align: center;
  }
	
	  .sectors-head-4 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0%;
  }
  .sectors-head-4.kariyer {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 60px;
    line-height: 55px;
    text-align: center;
  }
	
  .sidebar-2 {
    z-index: 1000;
    width: 300px;
    height: auto;
    margin-top: 60px;
    border: 1px solid #000;
    background-color: #fff;
  }
  .content-part-copy {
    min-height: 400px;
  }
  .content-part {
    min-height: 400px;
  }
  .content-part.kariyer {
    width: 90%;
    min-height: auto;
    margin-top: 100px;
    margin-bottom: auto;
  }
  .flex-item-20-copy-2 {
    z-index: 0;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sidebar-nav-2 {
    position: -webkit-sticky;
    position: sticky;
    padding-left: 60px;
  }
  .sidebar-wrapper-2 {
    width: auto;
    height: 600px;
  }
  .slider-3 {
    min-height: 450px;
  }
  .bold-text-24 {
    margin-bottom: 40px;
  }
  .project-detail-slide.ins-2 {
    background-position: 50% 50%;
  }
  .project-detail-slide.ins-6 {
    background-position: 50% 50%;
  }
  .project-detail-slide.ins-10 {
    background-position: 50% 50%;
  }
  .project-detail-bold {
    margin-bottom: 40px;
  }
  .bold-text-25 {
    font-size: 16px;
  }
  .section-bullet {
    width: 100%;
  }
  .sectors-description-2 {
    width: 90%;
    margin-right: 5%;
    padding-right: 0%;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
  .yeka-gunes {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .kuzey-marmara-otoyolu {
    width: 47%;
    height: 100%;
  }
  .modul-uretim {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .uskudar-nevcarsi {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .tanap-4 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .yeka-r-zgar {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .gayrettepe-3-havali-mani-metro {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .ankara-ba-kent-emlak-konutlari {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .gayrimenkul {
    width: 100%;
    margin-top: 10%;
    font-size: 35px;
    line-height: 35px;
  }
  .sanayi {
    width: 100%;
    margin-top: 10%;
    font-size: 35px;
    line-height: 35px;
  }
  .slider-sec {
    height: 80vh;
  }
  .enerji {
    width: 100%;
    margin-top: 10%;
    font-size: 35px;
    line-height: 35px;
  }
  .yatirim-isletme {
    width: 100%;
    margin-top: 10%;
    font-size: 35px;
    line-height: 35px;
  }
  .container-3 {
    height: 80vh;
  }
  .other-2 {
    width: 100px;
    margin-top: 10%;
    line-height: 35px;
  }
  .names-2 {
    height: 80vh;
  }
  .insaat {
    width: 100%;
    margin-top: 10%;
    font-size: 35px;
    line-height: 35px;
  }
  .slider-left {
    height: 80vh;
    margin-top: 0px;
  }
  .background-video-4 {
    display: none;
  }
  .section-bullet-2 {
    width: 100%;
  }
  .column-87 {
    padding-right: 0px;
  }
  .sectors-description-copy {
    width: 70%;
  }
  .sectors-head-copy.project-detail {
    margin-bottom: 20px;
    padding-left: 0%;
  }
  .column-88 {
    padding-left: 0px;
  }
  .column-89 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text-28 {
    font-size: 60px;
    line-height: 60px;
  }
  .bold-text-29 {
    font-size: 48px;
  }
  .news-head {
    min-height: 470px;
  }
  .div-block-87 {
    -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;
  }
  .div-block-89 {
    margin-top: 20px;
  }
  .text-block-91 {
    margin-top: 20px;
  }
  .text-block-92 {
    margin-top: 20px;
  }
  .text-block-93 {
    margin-top: 20px;
  }
  .text-block-94 {
    margin-top: 20px;
  }
  .bold-text-31 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 60px;
    line-height: 60px;
    text-align: left;
  }
  .bold-text-32 {
    font-size: 60px;
    line-height: 55px;
  }

  .div-block-92 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .words-icons {
    width: auto;
    height: 65px;
    margin-left: 40px;
    background-image: none;
  }

  .words-icons._2 {
    width: 40px;
    height: 40px;
    margin-left: 40px;
    background-size: 35px;
  }

  .words-icons._3 {
    width: 40px;
    margin-left: 40px;
    background-size: 40px;
  }

  .number-slide-content {
    width: 50%;
  }

  ._11 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._10 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._09 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._08 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._07 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._06 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._05 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._04 {
    width: 47%;
    height: 100%;
  }

  ._03 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._02 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  ._01 {
    width: 47%;
    height: 100%;
  }

  ._12 {
    width: 47%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide--mg {
    margin-left: auto;
  }

  .slide--mg._02 {
    width: auto;
    margin-left: auto;
  }
 .sanayi-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sanayi-1 {
    width: 100%;
  }

  .sanayi-2 {
    width: 100%;
    margin-top: 60px;
    padding-left: 0px;
  }

  .sanayi-head-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .video-container {
    margin-bottom: 0%;
    padding-bottom: 0px;
  }

  .sanayi-head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .navigation-wrap-2{
    position: relative;
    z-index:99;
  }
    	.text-block-82{
	color: black !important;
  }
  .cta-banner {
    display: none;
  }
  .cta-top {
    display: none;
  }
  .heading {
    font-size: 55px;
  }
  .flowbase-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flowbase-text {
    max-width: 330px;
  }
  .value-content {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .flowbase-heading {
    max-width: 460px;
  }
  ._1-icont {
    height: 40px;
  }
  .video._1 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .video._2 {
    height: 70vh;
  }
  .video._5 {
    height: 70vh;
  }
  .video._3 {
    height: 70vh;
  }
  .video._4 {
    height: 70vh;
  }
  .video._1 {
    height: 70vh;
  }
  .video._6 {
    height: 70vh;
  }
  .background-video-3 {
    display: none;
  }
  .gayrimenkul-name {
    margin-top: 40px;
  }
  .promo-button {
    height: auto;
  }
  .yatirim-isletme-name {
    margin-top: 40px;
  }
  .insaat-name {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1.8em;
  }
  .names {
    left: 10%;
    right: 10%;
    display: none;
    width: 80%;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .featured-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .featured-left {
    width: 100%;
    min-height: 450px;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .insaat-trigger {
    height: 100%;
  }
  .column-9 {
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .open {
    height: 80vh;
  }
  .featured-name {
    left: 10%;
    right: 10%;
    width: 80%;
    padding-right: 14%;
    -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;
  }
  .column-10 {
    display: none;
  }
  .left-arrow-5 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
  }
  .hp-feature-block-copy {
    width: 90vw;
  }
  .text-block-5 {
    margin-top: 0px;
  }
  .columns {
    width: 80vw;
  }
  .column-8 {
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .havalimani {
    width: 44%;
    height: 95%;
  }
  .overwiev-slider {
    width: 90vw;
    min-height: 400px;
  }
  .columns-2 {
    width: 90vh;
  }
  .slide-mask {
    padding-right: 10px;
  }
  .column-3 {
    min-height: 150px;
    border-bottom: 1px solid #e9ebf3;
  }
  .d-54-bottom-block {
    margin-bottom: 0px;
  }
  .hp-feature-text-wrapper-copy {
    width: 80vw;
  }
  .content {
    width: 90vw;
    margin-top: 60vh;
    margin-right: 5%;
    margin-left: 5%;
  }
  .footer {
    height: 200px;
  }
  .column-2 {
    min-height: 150px;
    border-bottom: 1px solid #e9ebf3;
  }
  .link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
  }
  .btn {
    width: 100%;
    margin-left: auto;
  }
  .text-block-6 {
    margin-bottom: 20px;
  }
  .column-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icon-2 {
    display: none;
  }
  .slide-nav-6 {
    top: auto;
  }
  .hp-feature-overlay-copy {
    width: 90vw;
  }
  .columns-3 {
    display: block;
    height: 100px;
  }
  .text-block-8 {
    font-size: 11px;
    text-align: center;
  }
  .column-5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    padding-right: 0px;
    padding-bottom: 20px;
    -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;
  }
  .hp-feature-img._1-copy {
    width: auto;
  }
  .d-54-paragraph {
    padding-right: 20px;
    line-height: 1.3;
  }
  .kktc-isale-hatti {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    padding-left: 0px;
    -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;
  }
  .right-arrow-5 {
    display: none;
  }
  .d-54-card-wrapper._20 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._4 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._2 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._5 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._16 {
    top: -8%;
  }
  .d-54-card-wrapper._6 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._7 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._8 {
    margin-top: 0px;
  }
  .d-54-card-wrapper._9 {
    margin-top: 0px;
  }
  .div-block-15 {
    display: none;
  }
  .language {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .gayrimenkul-name-2 {
    margin-top: 40px;
  }
  .yatirim-isletme-name-2 {
    margin-top: 40px;
  }
  .insaat-trigger-2 {
    height: 100%;
  }
  .text-block-67 {
    font-size: 13px;
    text-align: center;
  }
  .head-2 {
    font-size: 0.9rem;
  }
  .page-img {
    min-height: 450px;
  }
  .flex-item-20-copy {
    width: auto;
  }
  .field-4 {
    margin-bottom: 0px;
  }
  .field-4._95 {
    width: 95%;
  }
  .column-22 {
    padding-bottom: 10px;
  }
  .content-part-text-format {
    min-height: auto;
    -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;
    text-align: left;
  }
  .flex-item-20 {
    width: auto;
  }
  .flex-item-20._40-percent {
    width: auto;
  }
  .flex-grid-wrapped.gutter-20 {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-48 {
    width: 100%;
  }
  .div-block-48._75 {
    width: 100%;
  }
  .column-70 {
    padding-left: 10px;
  }
  .column-21 {
    padding-bottom: 10px;
  }
  .column-21.small._1 {
    padding-right: 0px;
  }
  .text-block-27 {
    margin-top: 20px;
  }
  .content-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .content-text.alinti {
    padding-left: 0px;
    border-left-style: none;
  }
  .breadcrumb {
    margin-top: 80px;
  }
  .item.ulasim {
    width: 50%;
    height: 250px;
  }
  .item.su {
    width: 50%;
  }
  .item.saglik {
    width: 50%;
  }
  .item.ustyapi {
    width: 50%;
  }
  .item.diger {
    width: 50%;
  }
  .column-80 {
    padding-left: 0px;
  }
  .column-81 {
    padding-right: 0px;
  }
  .page-image-sectors.yairim {
    min-height: 450px;
  }
	  .page-image-sectors.girisim {
    min-height: 450px;
  }
  .sectors-head {
    width: 50%;
    margin-right: 45%;
    margin-left: 5%;
    padding-left: 0%;
    font-size: 60px;
  }
  .sectors-description {
    margin-top: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .more-text-btn {
    width: 30%;
    margin-left: 35%;
  }
  .more-text-content {
    width: 90%;
    margin-top: 60px;
    margin-left: 5%;
  }
  .more-text-content.project-detail {
    margin-top: 20px;
    margin-right: 5%;
  }
  .d-56-card-wrapper {
    height: 300px;
  }
  .d-56-h3-heading {
    text-align: left;
  }
  .d-58-image-wrapper {
    left: 90%;
  }
  .d-58-nav-wrapper {
    margin-top: 40px;
    margin-left: 20px;
  }
  .breadcrumb-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sectors-head-2 {
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
	  .sectors-head-4 {
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .picture._2 {
    margin-bottom: 40px;
  }
  .picture._3 {
    margin-bottom: 40px;
  }
  .picture._1 {
    margin-bottom: 20px;
  }
  .content-part-copy {
    min-height: auto;
    -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;
    text-align: center;
  }
  .columns-16 {
    -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;
  }
  .picture-copy._1 {
    margin-bottom: 40px;
  }
  .content-part {
    min-height: auto;
    -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;
    text-align: center;
  }
  .content-text-2 {
    margin-bottom: 40px;
    text-align: center;
  }
  .column-29 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-grid-wrapped-copy.gutter-20 {
    margin-top: 100px;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-item-20-copy-2 {
    width: auto;
    padding-right: 0px;
    text-align: center;
  }
  .titl-small.num {
    padding-left: 0px;
  }
  .bullet-text {
    text-align: left;
  }
  .div-block-73 {
    -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;
  }
  .slide-6 {
    width: 33.3%;
  }
  .slide-7 {
    width: 33.3%;
  }
  .footer-section {
    height: 200px;
  }
  .slider-3 {
    min-height: 300px;
  }
  .bold-text-24 {
    font-size: 36px;
    line-height: 48px;
  }
  .text-block-85 {
    font-size: 14px;
  }
  .text-block-86 {
    font-size: 14px;
  }
  .project-detail-bold {
    font-size: 36px;
    line-height: 48px;
  }
  .sectors-description-2 {
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
	
  .sectors-description-3 {
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }	
  .yeka-gunes {
    position: relative;
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }
  .kuzey-marmara-otoyolu {
    width: 44%;
    height: 95%;
  }
  .modul-uretim {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }
  .uskudar-nevcarsi {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }
  .tanap-4 {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }
  .yeka-r-zgar {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }
  .gayrettepe-3-havali-mani-metro {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }
  .ankara-ba-kent-emlak-konutlari {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }
  .slider-sec {
    height: 70vh;
  }
  .slider-name {
    display: none;
  }
  .container-3 {
    height: 70vh;
  }
  .slider-left {
    width: 100vw;
    height: 70vh;
    padding-left: 15%;
  }
  .section-bullet-2.contact {
    font-size: 15px;
  }
  .sectors-description-copy {
    font-size: 22px;
    line-height: 26px;
  }
  .privacy-head {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .head-privacy {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .privacy-bullet {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .privacy-bullet.alinti {
    padding-left: 0px;
    border-left-style: none;
  }
  .short-content-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .short-content-1.alinti {
    padding-left: 0px;
    border-left-style: none;
  }
  .bold-text-28 {
    font-size: 50px;
    line-height: 50px;
  }
  .quality-img {
    min-height: 450px;
  }
  .bold-text-29 {
    text-align: center;
  }
  .content-text-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .news-head {
    min-height: 450px;
  }
  .bold-text-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .div-block-90 {
    width: 60%;
  }
  .text-block-93 {
    text-align: left;
  }
  .bold-text-31 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
  .bold-text-32 {
    font-size: 50px;
    line-height: 45px;
    text-align: center;
  }
    .milestone-year {
    margin-right: 0px;
  }
  .milestone-left {
    margin-bottom: 40px;
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 0%;
  }
  .m-1ilestone-left {
    width: 100%;
  }
  .horizontal-line {
    z-index: -1;
    display: none;
    border-radius: 1px;
  }
  .milestone-year-right {
    margin-left: 0px;
  }
  
  .column-3 {
    min-height: 150px;
    border-bottom: 1px solid #e9ebf3;
  }
  .column-2 {
    min-height: 150px;
    border-bottom: 1px solid #e9ebf3;
  }
  .div-block-15 {
    display: none;
  }
  .columns {
    width: 80vw;
  }
  .content-part {
    min-height: auto;
    -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;
    text-align: center;
  }
  .milestrone-picture-right {
    margin-left: 0px;
  }
  .milestrone-picture-right.div-block-56 {
    margin-left: 0px;
  }
  .milestrone-picture-right._12 {
    margin-left: 0px;
  }
  .milestrone-picture-right._2 {
    margin-left: 0px;
  }
  .milestrone-picture-right._10 {
    margin-left: 0px;
  }
  .milestrone-picture-right._4 {
    margin-left: 0px;
  }
  .milestrone-picture-right._8 {
    margin-left: 0px;
  }
  .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .milestone-text--right {
    margin-left: 0px;
  }
  .milestone-right {
    margin-bottom: 40px;
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 0%;
  }
  .milestone-text {
    margin-right: 0px;
    text-align: center;
  }
  .milestrone-picture {
    margin-right: 0px;
  }
  .words-pars {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .words-line {
    display: none;
  }

  .number-slide-content {
    width: 100%;
  }

  ._11 {
    position: relative;
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._10 {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._09 {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._08 {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._07 {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._06 {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._05 {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._04 {
    width: 44%;
    height: 95%;
  }

  ._03 {
    position: relative;
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._02 {
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  ._01 {
    width: 44%;
    height: 95%;
  }

  ._12 {
    position: relative;
    width: 46%;
    height: 95%;
    margin-left: 10px;
  }

  .slide--mg._02 {
    height: 100%;
    margin-left: auto;
  }
  .sanayi-2 {
    padding-left: 0px;
  }

  .energy-line {
    width: 100%;
  }
       .arrow-button.dark.pad-2 {
    width: 100%;
}
    .title-wrapper {
    width: 100%;
}
.button-title {
    width: 90%;
}
}
@media screen and (max-width: 479px) {
    
    
    	.text-block-82{
	color: black !important;
  }
  .div-block-92 {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #761f32;
  }
.tree-sub-desc {
    width: 100%;
    -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;
}
  .list-left {
    width: 100%;
    padding-right: 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;
    text-align: center;
  }

  .line-right {
    display: none;
  }

  .list-right {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .line-left {
    display: none;
  }

  .text-block-97 {
    text-align: center;
  }

  .list-center {
    text-align: center;
  }

  .circ {
    display: none;
    margin-top: auto;
  }

  .background-video-5 {
    display: none;
  }

  .div-block-93 {
    display: none;
  }

  .bold-text-34 {
    line-height: 35px;
  }

  .div-block-94 {
    -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-block-98 {
    text-align: center;
  }

  .text-block-99 {
    text-align: center;
  }

  .mobile-nav {
    left: 1vw;
    width: 88vw;
  }
  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .heading {
    font-size: 42px;
    text-align: center;
  }
  .flowbase-text {
    width: 100%;
  }
  .value-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flowbase-footer {
    background-image: none;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .video._2 {
    height: 75vh;
  }
  .video._5 {
    height: 75vh;
  }
  .video._3 {
    height: 75vh;
  }
  .video._4 {
    height: 75vh;
  }
  .video._1 {
    height: 75vh;
  }
  .video._6 {
    height: 75vh;
  }
  .names {
    left: auto;
    right: auto;
    width: 100%;
  }
  .featured-left {
    padding-left: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .featured-name {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .column-10 {
    display: none;
  }
  .title-wrapper {
    width: 100%;
  }
  .div-block-6 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hp-feature-block-copy {
    padding-right: 6%;
  }
  .column-8 {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .havalimani {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .text-block-7 {
    width: auto;
    font-size: 10px;
    line-height: 15px;
  }
  .slide-mask {
    width: 100%;
  }
  .column-3 {
    padding-left: 0px;
  }
  .d-54-bottom-block {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hp-feature-text-wrapper-copy {
    left: 5%;
    width: 80vw;
  }
  .content {
    margin-top: 67vh;
  }
  .footer {
    height: auto;
  }
  .column-2 {
    padding-left: 0px;
  }
  .link-2 {
    min-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
  }
  .link-2.w--current {
    text-align: center;
  }
  .text-block-6 {
    width: 100%;
    font-size: 17px;
  }
  .column-7 {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-6 {
    font-size: 27px;
    text-align: left;
  }
  .head {
    font-size: 1.25rem;
  }
  .columns-3 {
    display: block;
    height: auto;
  }
  .text-block-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
  }
  .d-54-link-block-3 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .d-54-paragraph {
    padding-right: 40px;
    padding-left: 20px;
  }
  .kktc-isale-hatti {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .text-block-4 {
    width: 60%;
  }
  .d-54-social-icon {
    font-size: 1rem;
  }
  .d-54-card-wrapper {
    width: 320px;
  }
  .d-54-card-wrapper._20 {
    width: 100%;
  }
  .d-54-card-wrapper._4 {
    width: 100%;
  }
  .d-54-card-wrapper._15 {
    width: 100%;
  }
  .d-54-card-wrapper._2 {
    width: 100%;
  }
  .d-54-card-wrapper._5 {
    width: 100%;
  }
  .d-54-card-wrapper._16 {
    width: 100%;
  }
  .d-54-card-wrapper._6 {
    width: 100%;
  }
  .d-54-card-wrapper._8 {
    width: 100%;
  }
  .d-54-card-wrapper._9 {
    width: 100%;
  }
 .icons {
    margin-top: 10px;
  }
  .icons._2 {
    width: 45px;
  }
  .icons._4 {
    background-size: 40px;
  }
  .column-3 {
    padding-left: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .text-block-4 {
    width: 60%;
  }
  .div-block-6 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-4 {
    padding-left: 0px;
  }
  .navigation-left-2 {
    width: 10%;
  }
  .menu-mob-2.w--open {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navigation-right-2 {
    width: 100%;
    border: 1px none #000;
  }
  .nav-menu-2 {
    width: 100%;
  }
  .kalyonlogo-white {
    top: 1px;
    z-index: auto;
    width: 113px;
  }
  .navigation-container-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: none;
  }
  .text-block-67 {
    width: auto;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }
  .head-2 {
    font-size: 1.25rem;
  }
  .nav-content-wrap-3 {
    color: #000;
  }
  .mobile-nav-link-2.w--current {
    color: #761f32;
  }
  .menu-mob-3 {
    border-radius: 0px;
  }
  .dropdown-link-mobile-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .dropdown-list-2.w--open {
    color: #000;
  }
  .kalyonlogo_orj {
    top: 1px;
    z-index: auto;
    width: 113px;
  }
  .body-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-img {
    min-height: 350px;
  }
  .text-block-72 {
    font-size: 16px;
  }
  .column-72 {
    padding-left: 0px;
    border-left-style: none;
  }
  .bold-text-21-copy {
    margin-top: 40px;
    font-size: 31px;
  }
  .flex-item-20-copy {
    padding-right: 20px;
  }
  .flex-item-20-copy._2 {
    padding-right: 0px;
  }
  .field-4._95._2 {
    width: 99%;
  }
  .button-6.test-drive {
    width: 98%;
    margin-right: 0px;
  }
  .content-part-text-format {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-item-20 {
    padding-right: 20px;
  }
  .flex-item-20._40-percent {
    display: none;
  }
  .flex-grid-wrapped.gutter-20 {
    padding-left: 10px;
  }
  .div-block-48 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-48._75 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-70 {
    padding-left: 0px;
  }
  .text-block-74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkbox-field-2 {
    width: 100%;
  }
  .menu-button-2 {
    display: none;
  }
  .content-text {
    overflow: hidden;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }
  .breadcrumb {
    display: none;
    padding-left: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .item.image.img-and-text.empty-and-img {
    width: 100%;
  }
  .item.text.img-and-text.empty-and-text {
    width: 100%;
  }
  .item.ulasim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item.ulasim.empty-and-img.empty-and-text {
    width: 100%;
  }
  .item.text-img {
    width: 100%;
  }
  .item.su {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item.su.empty-and-img.empty-and-text {
    width: 100%;
  }
  .item.saglik {
    width: 100%;
  }
  .item.saglik.empty-and-img.empty-and-text {
    width: 100%;
  }
  .item.ustyapi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item.ustyapi.empty-and-img.empty-and-text {
    width: 100%;
  }
  .item.diger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item.diger.empty-and-img.empty-and-text {
    width: 100%;
  }
  .filter-menu {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-bottom-style: none;
  }
  .div-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button.filtering-button {
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-color: hsla(0, 0%, 76.1%, 0.28);
  }
  .column-80 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-80.null {
    display: none;
  }
  .column-81 {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-text {
    font-size: 18px;
    line-height: 28px;
  }
  .heading-11 {
    text-align: center;
  }
  .page-image-sectors.yairim {
    min-height: 350px;
  }
	 .page-image-sectors.girisim {
    min-height: 350px;
  }
  .sectors-head {
    width: 90%;
    margin-top: 80px;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
  .sectors-description {
    display: none;
    width: 90%;
    padding-left: 10%;
  }
  .link-block {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 80%;
    margin-top: 250px;
    margin-right: 0%;
    margin-left: 10%;
    padding-left: 0%;
  }
  .more-text-btn {
    margin-right: 35%;
  }
  .more-text-content {
    height: 255px;
    margin-top: 240px;
    margin-right: 5%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .more-text-content.project-detail {
    margin-top: 60px;
  }
  .more-text-content.sectors {
    margin-top: 160px;
  }
  .more-text-content.sectors.yatirim._1 {
    margin-top: 100px;
  }
  .d-56-card-wrapper {
    width: 320px;
    height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .d-56-paragraph {
    max-width: 300px;
    font-size: 12px;
  }
  .d-56-h3-heading {
    min-height: 60px;
    margin-top: 0px;
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
  .d-58-menu-item-text {
    font-size: 1.25rem;
  }
  .d-58-image-wrapper {
    left: 90%;
    width: 100px;
    height: 100px;
  }
  .d-58-nav-wrapper {
    margin-left: 10px;
  }
  .breadcrumb-2 {
    display: none;
    padding-left: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sectors-head-2 {
    margin-top: 80px;
    padding-left: 0%;
    font-size: 54px;
  }
  .sectors-head-2.kariyer {
    width: 90%;
    margin-top: 60px;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 50px;
    line-height: 45px;
    text-align: center;
  }
	
	  .sectors-head-4 {
    margin-top: 80px;
    padding-left: 0%;
    font-size: 54px;
  }
  .sectors-head-4.kariyer {
    width: 90%;
    margin-top: 60px;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 50px;
    line-height: 45px;
    text-align: center;
  }
  .sectors-head-3 {
    margin-top: 80px;
    padding-left: 0%;
    font-size: 54px;
  }	
  .sectors-head-3.kariyer {
    width: 90%;
    margin-top: 3px;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .content-part-copy {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .picture-copy._1 {
    width: 200px;
    height: 200px;
    margin-bottom: 40px;
  }
  .column-30-copy {
    padding-left: 0px;
  }
  .content-part {
    overflow: visible;
    width: 100%;
  }
  .content-part.kariyer {
    margin-top: 100px;
  }
  .column-30 {
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .content-text-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .column-29 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-grid-wrapped-copy.gutter-20 {
    overflow: visible;
    margin-top: 100px;
    margin-right: 5%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .flex-item-20-copy-2 {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .div-block-73 {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .slider-2 {
    overflow: visible;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mask {
    width: 100%;
  }
  .slide-6 {
    width: 100%;
  }
  .slide-7 {
    width: 100%;
  }
  .right-arrow-7 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .left-arrow-7 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  .footer-section {
    height: auto;
  }
  .slider-3 {
    min-height: 150px;
  }
  .bold-text-24 {
    line-height: 40px;
    text-align: center;
  }
  .project-detail-bold {
    line-height: 40px;
    text-align: center;
  }
  .section-bullet {
    font-size: 18px;
    line-height: 22px;
  }
  .sectors-description-2 {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 18px;
    line-height: 21px;
  }
  .sectors-description-2.kariyer {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .sectors-description-3.kariyer {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }	
  .bold-text-27 {
    font-size: 28px;
  }
  .yeka-gunes {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .kuzey-marmara-otoyolu {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .modul-uretim {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .uskudar-nevcarsi {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .tanap-4 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .yeka-r-zgar {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .gayrettepe-3-havali-mani-metro {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .ankara-ba-kent-emlak-konutlari {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .slider-sec {
    height: 75vh;
  }
  .container-3 {
    height: 75vh;
  }
  .slider-left {
    height: 60vh;
    margin-top: 100px;
    padding-top: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .section-bullet-2 {
    font-size: 18px;
    line-height: 22px;
  }
  .div-block-81 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-image-gayrimenkul {
    min-height: 350px;
  }
  .page-image-sanayi {
    min-height: 400px;
  }
  .sectors-description-copy {
    display: block;
    width: 90%;
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0%;
  }
  .sectors-head-copy {
    width: 90%;
    margin-top: 60px;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0%;
    font-size: 54px;
    text-align: center;
  }
  .breadcrumb-copy {
    display: none;
    padding-left: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-image-sectors-copy {
    min-height: 350px;
  }
  .div-block-84 {
    width: 100%;
  }
  .kvk-img {
    min-height: 400px;
  }
  .privacy-head {
    font-size: 30px;
    line-height: 35px;
  }
  .head-privacy {
    font-size: 30px;
    line-height: 35px;
  }
  .privacy-bullet {
    overflow: hidden;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .short-content-1 {
    overflow: hidden;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
  }
  .technology-img {
    min-height: 400px;
  }
  .bold-text-28 {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }
  .sec-img {
    min-height: 400px;
  }
  .quality-img {
    min-height: 380px;
  }
  .bold-text-29 {
    font-size: 32px;
    line-height: 37px;
  }
  .contact-img {
    min-height: 400px;
  }
  .insaat-img {
    min-height: 350px;
  }
  .university-img {
    min-height: 400px;
  }
	
 .kolej-img {
    min-height: 400px;
  }	
  .culture-img {
    min-height: 400px;
  }
  .content-text-3 {
    overflow: hidden;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }
  .van-travma-img {
    min-height: 400px;
  }
    
      .kalyon-vakfi {
    min-height: 300px;
  }
    
  .sakine-kalyoncu-cocuk-img {
    min-height: 400px;
  }
  .enviromental-img {
    min-height: 400px;
  }
  .hatira-ormani-img {
    min-height: 400px;
  }
	
 .sokak-hayvanlari-img {
    min-height: 400px;
  }	
  .news-head {
    min-height: 350px;
  }
  .bold-text-30 {
    font-size: 17px;
    line-height: 24px;
  }
  .div-block-90 {
    width: 90%;
  }
  .bold-text-31 {
    font-size: 40px;
    line-height: 40px;
  }
  .bold-text-32 {
    font-size: 40px;
    line-height: 35px;
  }
    .content-part {
    overflow: visible;
    width: 100%;
  }
  .content-part.kariyer {
    margin-top: 100px;
  }

  .words-title {
    width: 60%;
  }

  .words-icons {
    margin-top: 10px;
  }

  .words-icons._2 {
    width: 45px;
  }

  .words-pars {
    width: 100%;
    -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;
  }

  .number-slider-mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .number-slide-left {
    display: none;
  }

  .number-slide-right {
    display: none;
  }

  ._11 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._10 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._09 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._08 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._07 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._06 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._05 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._04 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._03 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._02 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._01 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  ._12 {
    width: 104%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .slide--mg._02 {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sanayi-head {
    font-size: 27px;
    line-height: 30px;
    text-align: center;
  }
}

@font-face {
  font-family: 'faw';
  src: url('https://kalyonholding.com/fonts/5bfd8df27c21dd15269bda99_fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika';
  src: url('https://kalyonholding.com/fonts/Klavika.ttf') format('truetype'), url('https://kalyonholding.com/fonts/Klavika-Regular.otf') format('opentype'), url('https://kalyonholding.com/fonts/Klavika-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('https://kalyonholding.com/fonts/Klavika-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Klavikach';
  src: url('https://kalyonholding.com/fonts/KlavikaCH-BoldCond.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-BoldCondIt.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-BoldCondItTF.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-BoldCondTF.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Klavikach';
  src: url('https://kalyonholding.com/fonts/KlavikaCH-LightCond.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-LightCondIt.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-LightCondItTF.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-LightCondTF.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Klavikach';
  src: url('https://kalyonholding.com/fonts/KlavikaCH-MediumCond.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-MediumCondIt.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-MediumCondItTF.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-MediumCondTF.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Klavikach';
  src: url('https://kalyonholding.com/fonts/KlavikaCH-RegularCond.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-RegularCondIt.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-RegularCondItTF.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-RegularCondTF.ttf') format('truetype'), url('https://kalyonholding.com/fonts/KlavikaCH-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontello';
  src: url('https://kalyonholding.com/fonts/fontello.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('https://kalyonholding.com/fonts/Klavika-Bold.otf') format('opentype'), url('https://kalyonholding.com/fonts/Klavika-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('https://kalyonholding.com/fonts/Klavika-Light.otf') format('opentype'), url('https://kalyonholding.com/fonts/Klavika-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('https://kalyonholding.com/fonts/Klavika-Medium.otf') format('opentype'), url('https://kalyonholding.com/fonts/Klavika-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('https://kalyonholding.com/fonts/Klavika-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Klavika';
  src: url('https://kalyonholding.com/fonts/Klavika-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Klavika';
  src: url('https://kalyonholding.com/fonts/Klavika-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}