:root {
  --off-white: #eeece9;
  --kütüp-library--burntsienna: #3db1ee;
  --kütüp-library--dark-slate-grey: #00246b;
  --kütüp-library--white: white;
  --kütüp-library--dark-slate-grey-x: #2975b2;
  --kütüp-library--dim-grey: #6e6e6e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.kutup-nav-link {
  color: var(--off-white);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
  display: inline-block;
}

.kutup-nav-link:hover {
  color: #264653cc;
}

.kutup-nav-link.w--current {
  color: var(--kütüp-library--burntsienna);
}

.kutup-nav-link.get-quote-nav {
  display: none;
}

.kutup-nav-menu {
  height: auto;
  display: block;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider.kutup-center {
  justify-content: center;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--white);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: #264653cc;
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-component-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--kütüp-library--dark-slate-grey);
  background-image: linear-gradient(#00246b5e, #00246b5e);
  flex-flow: row;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  height: 120px;
  padding: 25px 3%;
  display: block;
  position: relative;
  inset: auto 0%;
}

.kutup-nav-container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.kutup-last-item {
  order: 1;
}

.kutup-button-green {
  background-color: var(--kütüp-library--burntsienna);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-button-with-line {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.white-text {
  color: var(--kütüp-library--white);
  text-shadow: 0 1px 20px var(--kütüp-library--white);
  font-size: 20px;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-divider-60px {
  border: 0 solid #000;
  border-bottom-style: none;
  height: 60px;
}

.kutup-button-white {
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: #ffffffbd;
}

.kutup-hero-4 {
  color: var(--kütüp-library--dark-slate-grey-x);
  background-color: #eeece900;
  background-image: linear-gradient(#00246b5c, #aaafc0a3 82%, #fff);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.kutup-hero-4.short {
  height: auto;
  min-height: 600px;
}

.kutup-hero-4.extra-short {
  min-height: 162px;
}

.kutup-hero-4.extra-short.team {
  background-color: var(--kütüp-library--white);
  background-image: none;
  margin-top: 100px;
}

.kutup-hero-photo-overlay {
  opacity: .38;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  outline: 3px #a67272;
  flex: 1;
  position: absolute;
  inset: 0%;
}

.kutup-hero-title-4 {
  color: var(--kütüp-library--white);
  text-shadow: 0 1px 20px var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.kutup-hero-title-4.team {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-play-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.kutup-video-play {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--kütüp-library--white);
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #1a1c36a3;
  background-image: url('../images/Essential-Tips-for-Choosing-the-Perfect-Commercial-Cleaning-Company-scaled.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.body.services {
  background-image: url('../images/7.png');
  background-position: 50% 100%;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-footer-link {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #264653cc;
}

.kutup-footer-3 {
  background-color: #fff;
  padding: 30px 5%;
}

.kutup-footer-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-copyright {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-small-top-text {
  color: var(--kütüp-library--white);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-author-title {
  color: var(--kütüp-library--burntsienna);
  font-size: 15px;
  font-weight: 700;
}

.kutup-client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.kutup-testimonials-section {
  background-color: var(--kütüp-library--white);
  padding: 40px 5% 80px;
  display: none;
}

.kutup-start-flex {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.kutup-client-wrapper-2 {
  border: 2px solid var(--kütüp-library--dark-slate-grey);
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--burntsienna);
  border-radius: 34px;
  min-height: 350px;
  padding: 35px 32px 25px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.kutup-display-2 {
  color: var(--kütüp-library--white);
  text-align: center;
  margin-top: 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.kutup-display-2.white-text {
  color: #fff;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-cta-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--kütüp-library--dark-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 700px;
  padding: 0 0%;
  display: grid;
}

.kutup-cta-photo {
  background-color: #fff;
  background-image: url('../images/photo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kutup-cta-right-part {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 13%;
  display: flex;
}

.kutup-subhead-white {
  color: #ffffffb3;
  font-size: 19px;
  font-weight: 400;
}

.kutup-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 90px 5%;
  display: flex;
}

.kutup-features-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  display: flex;
}

.kutup-features-wrapper {
  flex: 1;
}

.kutup-features-title {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1;
}

.kutup-paragraph {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.paragraph {
  font-size: 16px;
}

.div-block {
  flex: 1;
  width: 50%;
  padding-left: 40px;
}

.kutup-button-with-line-2 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line-2 {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-section-gray {
  background-color: #fff;
  padding: 100px 5% 0;
}

.kutup-section-gray.gradient-section {
  background-image: linear-gradient(#01266d, #3768a7);
}

.kutup-section-gray.gradient-section.min-section-height-medium {
  min-height: 650px;
}

.kutup-section-gray.gradient-section-copy {
  background-image: linear-gradient(#01266d, #3768a7);
}

.kutup-section-gray.gradient-section-copy.min-section-height-medium {
  min-height: 650px;
}

.kutup-grid-3-columns {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  min-height: 325px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-features-2-wrapper {
  grid-row-gap: 30px;
  background-color: #00246b00;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 50px 20px;
  display: flex;
}

.kutup-features-2-wrapper.invert {
  background-color: #eeece900;
  border: 1px solid #fff;
  border-radius: 49px;
  padding-top: 20px;
}

.kutup-features-title-2 {
  color: var(--kütüp-library--white);
  margin-top: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.kutup-features-title-2.invert {
  color: var(--kütüp-library--white);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: left;
  border: 1px #00246b;
  margin-bottom: 20px;
}

.heading.dark, .heading.white {
  color: var(--kütüp-library--white);
}

.text-block-2 {
  clear: none;
  color: var(--kütüp-library--white);
  flex: 0 auto;
  font-size: 113px;
  font-weight: 700;
  display: block;
  position: static;
  bottom: -6px;
  left: -15%;
}

.div-block-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.kutup-large-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-3 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-3.white-text {
  color: #fff;
  text-shadow: none;
}

.kutup-divider-30px-2 {
  height: 30px;
}

.kutup-small-top-text-2 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-15px-2 {
  height: 15px;
}

.kutup-button-white-2 {
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white-2:hover {
  background-color: #ffffffbd;
}

.kutup-divider-20px-2 {
  height: 20px;
}

.kutup-photo-wrapper {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox-label.white-text {
  color: #fff;
}

.kutup-field {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 14px;
}

.kutup-field::placeholder {
  color: var(--kütüp-library--dim-grey);
  font-size: 14px;
  font-weight: 700;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.success-message {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
  display: none;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-gray-link-2 {
  color: #818181;
  font-weight: 700;
}

.kutup-gray-link-2.white-link {
  color: #fff;
}

.kutup-contact-section-1 {
  background-color: var(--kütüp-library--dark-slate-grey);
  padding: 100px 5%;
}

.kutup-contact-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-contact-form-flex {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 49%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: block;
}

.kutup-button-green-2 {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green-2:hover {
  background-color: #3f6474;
}

.kutup-section-2 {
  background-color: #fff;
  background-image: url('../images/Group-17.png');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  padding: 90px 5%;
  display: flex;
}

.kutup-large-container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.kutup-display-4 {
  color: var(--kütüp-library--white);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-divider-60px-2 {
  height: 60px;
}

.kutup-features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: var(--kütüp-library--dark-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 40px;
  display: grid;
}

.kutup-featrues-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.kutup-features-line-block {
  grid-column-gap: 10px;
  border: 2px none var(--kütüp-library--white);
  color: var(--kütüp-library--white);
  border-radius: 40px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 12px 20px 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.kutup-photo-wrapper-2 {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: var(--kütüp-library--white);
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: var(--kütüp-library--dark-slate-grey);
  margin-bottom: 32px;
  font-weight: 700;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
}

.margin-bottom-24px.dark {
  color: var(--kütüp-library--white);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.kutup-shrink-item-2 {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-hero-1 {
  background-color: var(--kütüp-library--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding: 100px 5%;
  display: flex;
}

.kutup-hero-photo {
  background-image: url('../images/photo-4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-hero-title-1 {
  color: var(--kütüp-library--burntsienna);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
}

.paragraph-2 {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
}

.kutup-button-with-line-3 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line-3 {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-section-gray-2 {
  background-color: var(--kütüp-library--white);
  padding: 100px 5%;
}

.kutup-grid-3-columns-2 {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #eeece900;
  border-radius: 33px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  display: grid;
}

.kutup-features-2-wrapper-2 {
  grid-row-gap: 30px;
  background-color: #2975b273;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.kutup-features-title-3 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.kutup-grid-3-columns-3 {
  box-sizing: content-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff0;
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: grid;
  overflow: visible;
}

.div-block-3 {
  border-style: none none solid;
  border-width: 0 0 5px;
  border-color: black black var(--kütüp-library--dark-slate-grey);
  padding-top: 40px;
}

.div-block-4 {
  margin-top: 60px;
}

.heading-2 {
  color: var(--kütüp-library--dark-slate-grey);
}

.heading-3 {
  font-size: 27px;
  font-weight: 400;
}

.text-block-4 {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: left;
  align-self: auto;
  font-size: 23px;
  line-height: 100%;
}

.kutup-services-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 30px;
  background-color: var(--kütüp-library--dark-slate-grey);
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  padding: 30px 50px;
  display: flex;
}

.kutup-features-2-wrapper-2-invert {
  grid-row-gap: 30px;
  background-color: #eeece9;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 30px 50px;
  display: flex;
}

.service-name {
  color: var(--kütüp-library--white);
  text-align: center;
  text-shadow: 0 1px 20px var(--kütüp-library--dark-slate-grey);
  background-color: #f3eaea00;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 30px;
  line-height: 100%;
  display: flex;
}

.image {
  grid-row-gap: 30px;
  background-color: var(--off-white);
  background-image: url('../images/carpet-upholstery.jpeg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 30px 50px;
  display: flex;
}

.kutup-features-2-wrapper-parent {
  grid-row-gap: 30px;
  background-color: var(--kütüp-library--dark-slate-grey);
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/carpet-upholstery.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  min-height: 250px;
  padding: 30px 50px;
  display: flex;
}

.kutup-features-2-wrapper-parent.window-cleaning {
  text-shadow: 0 1px 1px #0003;
  background-image: linear-gradient(#00000080, #00000080), url('../images/window-cleaning.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.kutup-features-2-wrapper-parent.floor-buffing {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(#00000080, #00000080), url('../images/floor-buffing.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.kutup-features-2-wrapper-parent.event-cleanup {
  background-image: linear-gradient(#00000080, #00000080), url('../images/event-cleanup.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.kutup-features-2-wrapper-parent.post-construction-cleanup {
  background-image: linear-gradient(#00000080, #00000080), url('../images/post-construction-cleanup.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.kutup-features-2-wrapper-parent.move-in-move-out {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Move-In-Move-Out-Cleaning-1080x554.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.kutup-features-2-child {
  grid-row-gap: 30px;
  text-align: center;
  background-color: #eeece900;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 30px 0;
  display: flex;
}

.service-description {
  color: var(--kütüp-library--white);
  text-align: center;
  -webkit-text-stroke-color: var(--kütüp-library--white);
  text-shadow: 0 1px 20px var(--kütüp-library--dark-slate-grey);
  align-self: auto;
  width: 100%;
  font-size: 20px;
  line-height: 100%;
  display: none;
  transform: scaleX(-1);
}

.service-description-copy {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: center;
  text-align: center;
  align-self: auto;
  width: 100%;
  font-size: 20px;
  line-height: 100%;
  display: block;
}

.kutup-social-wrapper-flex-2 {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-large-container-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-small-top-text-3 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-15px-3 {
  height: 15px;
}

.kutup-author-title-2 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
}

.kutup-display-5 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-5.white-text {
  color: var(--kütüp-library--dark-slate-grey);
  font-weight: 700;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-team-image-square {
  border-radius: 5px;
  width: 100%;
}

.kutup-team-section-1 {
  background-color: #eeece9;
  padding: 120px 5%;
}

.kutup-team-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-team-wrapper-3 {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  display: flex;
}

.kutup-divider-30px-3 {
  height: 30px;
}

.kutup-subhead-white-2 {
  color: var(--kütüp-library--dark-slate-grey-x);
  font-size: 19px;
  font-weight: 400;
}

.kutup-team-section-2 {
  background-color: var(--off-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding: 100px 5%;
  display: flex;
}

.kutup-team-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.kutup-team-image-big {
  background-image: url('../images/a-dahn-headshot.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.kutup-team-content {
  background-color: var(--off-white);
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  display: flex;
}

.div-block-5 {
  width: 100%;
}

.div-block-6 {
  width: 40%;
}

.body-2 {
  background-color: #fff0;
}

.body-3 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-slider {
  background-color: var(--off-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  width: 30%;
  padding-left: 40px;
}

.text-block-5 {
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.div-block-8 {
  border: 1px solid var(--kütüp-library--dark-slate-grey);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 450px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.div-block-8.dark {
  border-color: var(--kütüp-library--dark-slate-grey);
  background-color: var(--kütüp-library--dark-slate-grey);
  height: 450px;
}

.team-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  min-height: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.team-image {
  border-radius: 124px;
  width: 250px;
  height: 250px;
}

.value-images {
  display: none;
}

.text-block-6 {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-section-gradient {
  background-color: var(--kütüp-library--white);
  background-image: linear-gradient(#01266d, #fff);
  padding: 100px 5%;
}

.c-k-cleaners-service-features {
  background-color: var(--kütüp-library--white);
  padding: 40px 5%;
  display: flex;
}

.heading-4 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 45px;
  font-weight: 700;
  line-height: 78px;
}

.paragraph-3 {
  color: var(--kütüp-library--dark-slate-grey);
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
}

.div-block-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.image-3 {
  border-radius: 61px;
  width: 764px;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.service-icon {
  display: block;
  position: static;
  top: auto;
  left: auto;
}

.service-feature-icon-wrapper {
  background-color: var(--kütüp-library--dark-slate-grey);
  border-radius: 63px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
  position: absolute;
  inset: -9% 0% auto -41px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.kutup-display-2-copy {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.kutup-display-2-copy.white-text {
  color: #fff;
}

.divider {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.circle {
  background-color: var(--kütüp-library--white);
  border: 1px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.line {
  background-color: #fff;
  align-self: center;
  width: 100%;
  height: 3px;
}

.line-short {
  background-color: #fff;
  align-self: center;
  width: 25%;
  height: 3px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  color: var(--kütüp-library--burntsienna);
  margin-top: 100px;
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-7 {
  color: var(--kütüp-library--dark-slate-grey);
  text-shadow: 2px 1px 5px var(--kütüp-library--white);
  font-size: 26px;
}

.a-dahn-bio {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: var(--off-white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: auto;
  min-height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 10%;
}

.container-4 {
  position: static;
}

.button {
  background-color: var(--kütüp-library--dark-slate-grey-x);
  border-radius: 20px;
  order: 0;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.devontays-bio {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: var(--off-white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  height: auto;
  min-height: 450px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 10%;
}

.a-dahn-bio-copy {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: var(--off-white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: auto;
  min-height: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 10%;
}

.see-more-details {
  background-color: var(--kütüp-library--dark-slate-grey);
  -webkit-text-stroke-color: var(--off-white);
  border-radius: 20px;
  text-decoration: underline;
  display: none;
}

.text-block-8 {
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.error-message-copy {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  display: none;
}

@media screen and (max-width: 991px) {
  .kutup-nav-link {
    color: var(--kütüp-library--dark-slate-grey);
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .kutup-nav-menu {
    background-color: var(--off-white);
    text-align: left;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 20px;
  }

  .kutup-menu-button.w--open {
    background-color: #0000;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-component-3 {
    height: 138px;
  }

  .kutup-nav-container-3 {
    clear: none;
    position: relative;
    inset: 0% 0% auto;
  }

  .kutup-last-item {
    order: 1;
  }

  .kutup-hero-4 {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .kutup-hero-4.extra-short.team {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .kutup-hero-title-4 {
    font-size: 60px;
  }

  .kutup-footer-grid-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-logo-link {
    order: -1;
  }

  .last-item-footer {
    order: 1;
  }

  .kutup-client-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .kutup-cta-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .kutup-features-flex {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .kutup-features-wrapper {
    flex: 0 45%;
  }

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

  .kutup-grid-3-columns {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .text-block-2 {
    box-sizing: border-box;
    align-self: center;
    position: static;
    inset: 0% 0;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
  }

  .kutup-contact-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .kutup-contact-form-flex {
    max-width: 86%;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .kutup-section-2 {
    background-image: linear-gradient(45deg, #01266d, #88cbff), url('../images/Group-17.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-large-container-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .kutup-features-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-featrues-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .kutup-features-line-block {
    justify-content: center;
    align-items: center;
  }

  .kutup-photo-wrapper-2 {
    object-position: 50% 50%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .kutup-hero-1 {
    min-height: auto;
  }

  .kutup-hero-photo {
    max-width: 440px;
    min-height: 450px;
  }

  .kutup-hero-title-1 {
    font-size: 40px;
  }

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

  .kutup-grid-3-columns-2 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    display: flex;
  }

  .kutup-features-2-wrapper-2 {
    min-height: 250px;
  }

  .kutup-grid-3-columns-3 {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .service-description {
    display: none;
    transform: scaleX(1);
  }

  .kutup-team-grid-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .kutup-team-grid-4 {
    max-width: 100%;
  }

  .kutup-team-image-big {
    min-height: 250px;
  }

  .kutup-team-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-7 {
    text-align: center;
    flex: 1;
    width: 80%;
    padding-left: 0;
    display: block;
  }

  .text-block-5 {
    display: none;
  }

  .image-2 {
    position: sticky;
  }

  .section {
    min-height: 750px;
    position: relative;
  }

  .value-images {
    display: block;
  }

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

  .c-k-cleaners-service-features {
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-4 {
    font-size: 59px;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-feature-icon-wrapper {
    top: -17%;
    left: 50%;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .a-dahn-bio {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    top: 0%;
  }

  .devontays-bio {
    justify-content: flex-start;
    top: 0%;
  }

  .a-dahn-bio-copy {
    justify-content: flex-start;
    align-items: center;
    top: 0%;
  }

  .see-more-details {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .kutup-nav-link.get-quote-nav {
    display: none;
  }

  .white-text {
    color: var(--kütüp-library--dark-slate-grey);
  }

  .kutup-hero-title-4 {
    font-size: 50px;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .kutup-client-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .kutup-testimonials-section {
    display: none;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-cta-3 {
    grid-template-columns: 1fr;
  }

  .kutup-cta-right-part {
    padding: 60px 11%;
  }

  .kutup-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0%;
  }

  .div-block {
    padding-left: 0;
  }

  .kutup-section-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-grid-3-columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .kutup-display-3 {
    font-size: 40px;
  }

  .kutup-photo-wrapper {
    height: 500px;
  }

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

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .kutup-display-4 {
    font-size: 40px;
  }

  .kutup-photo-wrapper-2 {
    height: 500px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .kutup-hero-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-hero-photo {
    max-width: 80%;
    min-height: 420px;
  }

  .kutup-hero-title-1 {
    text-align: center;
  }

  .paragraph-2 {
    width: 99.9999%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .kutup-section-gray-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-grid-3-columns-2, .kutup-grid-3-columns-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .kutup-team-grid-3 {
    grid-template-columns: 1fr;
  }

  .kutup-team-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-team-grid-4 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    max-width: 80%;
  }

  .kutup-team-image-big {
    min-height: 300px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .div-block-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section {
    min-height: 1000px;
  }

  .kutup-section-gradient, .c-k-cleaners-service-features {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-feature-icon-wrapper {
    left: 43%;
  }

  .kutup-display-2-copy {
    font-size: 40px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .a-dahn-bio {
    height: 80%;
    min-height: 450px;
    display: none;
  }

  .devontays-bio {
    height: 80%;
    display: none;
  }

  .a-dahn-bio-copy {
    height: 97.7531%;
  }

  .paragraph-4 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .kutup-nav-link.get-quote-nav {
    display: flex;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider.kutup-center {
    align-items: center;
  }

  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-nav-component-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-hero-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kutup-hero-title-4 {
    font-size: 45px;
  }

  .kutup-play-wrapper {
    width: 258px;
    margin-top: 20px;
    margin-left: 0;
  }

  .kutup-video-play {
    width: 70px;
    height: 70px;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .kutup-client-grid {
    grid-template-columns: 1fr;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

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

  .kutup-features-flex {
    grid-row-gap: 35px;
  }

  .kutup-features-wrapper {
    flex: 0 auto;
  }

  .div-block {
    width: 80%;
    padding-left: 0;
  }

  .kutup-section-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-grid-3-columns {
    grid-row-gap: 15px;
  }

  .kutup-features-2-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kutup-features-2-wrapper.invert {
    padding-left: 40px;
    padding-right: 40px;
  }

  .kutup-display-3 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-photo-wrapper {
    width: 100%;
    height: 300px;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-contact-form-flex {
    max-width: 100%;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .kutup-section-2 {
    height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-4 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-featrues-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    place-items: center;
  }

  .kutup-features-line-block {
    margin-right: 0;
  }

  .kutup-photo-wrapper-2 {
    width: 100%;
    height: 300px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .kutup-hero-photo {
    min-height: 250px;
  }

  .kutup-section-gray-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-grid-3-columns-2 {
    grid-row-gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kutup-features-2-wrapper-2 {
    min-height: 0;
  }

  .kutup-grid-3-columns-3 {
    grid-column-gap: 18px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-4 {
    font-size: 19px;
  }

  .kutup-services-wrapper {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-name {
    font-size: 23px;
  }

  .kutup-display-5 {
    font-size: 32px;
  }

  .kutup-team-wrapper-3 {
    padding: 25px;
  }

  .kutup-team-image-big {
    min-height: 180px;
  }

  .kutup-team-content {
    padding: 25px 24px 25px 30px;
  }

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

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .section {
    min-height: 1000px;
  }

  .grid {
    display: block;
  }

  .kutup-section-gradient, .c-k-cleaners-service-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-4 {
    font-size: 40px;
  }

  .paragraph-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 400px;
    height: 300px;
  }

  .service-feature-icon-wrapper {
    width: 95px;
    height: 95px;
    position: static;
    inset: 27% 0% 0% 212px;
  }

  .kutup-display-2-copy {
    font-size: 30px;
    line-height: 1.1;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .a-dahn-bio {
    justify-content: flex-start;
    height: 90%;
    min-height: 500px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .button {
    margin-top: 20px;
  }

  .devontays-bio {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .a-dahn-bio-copy {
    justify-content: flex-start;
    height: auto;
    min-height: 1500px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }
}

#w-node-ab9464ab-65de-805a-f458-867a67309b80-deb7e886, #w-node-ab9464ab-65de-805a-f458-867a67309b89-deb7e886, #w-node-ab9464ab-65de-805a-f458-867a67309b92-deb7e886, #w-node-ab9464ab-65de-805a-f458-867a67309b9b-deb7e886, #w-node-ab9464ab-65de-805a-f458-867a67309ba4-deb7e886, #w-node-ab9464ab-65de-805a-f458-867a67309bad-deb7e886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a9424c8d-8dd1-8262-6b6b-9577e1133ea7-deb7e886 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9424c8d-8dd1-8262-6b6b-9577e1133eab-deb7e886, #w-node-a9424c8d-8dd1-8262-6b6b-9577e1133eb5-deb7e886, #w-node-_2b83e1a7-f18f-ea0d-1e2d-5c12a121a2f1-deb7e886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b83e1a7-f18f-ea0d-1e2d-5c12a121a2f6-deb7e886 {
  justify-self: center;
}

#w-node-_2b83e1a7-f18f-ea0d-1e2d-5c12a121a2f8-deb7e886 {
  place-self: center end;
}

#w-node-d08ebcd5-822c-8da8-6392-27c11edacdfe-43cbec83, #w-node-d08ebcd5-822c-8da8-6392-27c11edace02-43cbec83, #w-node-d08ebcd5-822c-8da8-6392-27c11edace06-43cbec83, #w-node-d08ebcd5-822c-8da8-6392-27c11edace0a-43cbec83, #w-node-_32dee45a-e0ab-dc3b-f923-a32254d3e3c5-43cbec83, #w-node-_8ea7a8e5-0932-71dc-63df-21780a399b2b-43cbec83, #w-node-bc384442-2fc5-12d0-5c37-0aa7f636e4bd-43cbec83, #w-node-_6fbc8f6c-26ff-ce96-41e9-e766836747b7-43cbec83, #w-node-ae1d80a5-185c-00fa-d559-ed2ad4a63d2d-43cbec83, #w-node-_244cbc37-f303-0945-49ef-370ad158c5ee-43cbec83, #w-node-_2b83e1a7-f18f-ea0d-1e2d-5c12a121a2f1-43cbec83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b83e1a7-f18f-ea0d-1e2d-5c12a121a2f6-43cbec83 {
  justify-self: center;
}

#w-node-_2b83e1a7-f18f-ea0d-1e2d-5c12a121a2f8-43cbec83 {
  place-self: center end;
}

#w-node-_03a9c95c-2dc0-b6e8-bdf8-e8e6cbbe5cbf-15c9317f, #w-node-a2e411a5-5307-d161-979e-92d1ff18c3cc-15c9317f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2e411a5-5307-d161-979e-92d1ff18c3cf-15c9317f {
  justify-self: center;
}

#w-node-a2e411a5-5307-d161-979e-92d1ff18c3d1-15c9317f {
  place-self: center end;
}

#w-node-_05fdb92c-cb05-d737-b1f3-aa1896f75629-45abdbda, #w-node-eac0f724-c3a0-0383-c149-38ae06a916a7-45abdbda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eac0f724-c3a0-0383-c149-38ae06a916aa-45abdbda {
  justify-self: center;
}

#w-node-eac0f724-c3a0-0383-c149-38ae06a916ac-45abdbda {
  place-self: center end;
}

#w-node-_07e60eea-d0f9-e21a-0f0d-5120f81c6143-cdb6bab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07e60eea-d0f9-e21a-0f0d-5120f81c6146-cdb6bab4 {
  justify-self: center;
}

#w-node-_07e60eea-d0f9-e21a-0f0d-5120f81c6148-cdb6bab4 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_05fdb92c-cb05-d737-b1f3-aa1896f75633-45abdbda {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9424c8d-8dd1-8262-6b6b-9577e1133ea7-deb7e886 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05fdb92c-cb05-d737-b1f3-aa1896f7562f-45abdbda {
    order: 0;
    place-self: auto;
  }

  #w-node-_05fdb92c-cb05-d737-b1f3-aa1896f7563b-45abdbda {
    place-self: auto;
  }
}


