:root {
  --dk-turk: #0fc3b1;
  --white: white;
  --mid-grey: #4d4d4d;
  --medium-turquoise: #74d5cb;
  --warm-grey: #919191;
  --black: black;
  --dk-green: #006b68;
  --dark-slate-grey: #323e48;
  --turquoise-tint: #f0fdfc;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.lh-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.nav-link {
  color: var(--dk-turk);
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 6px;
  margin-right: 0;
  font-size: 15px;
  position: relative;
}

.nav-link.w--current {
  color: var(--dk-turk);
  margin-top: 0;
}

.nav-link.contact {
  border: 1.5px solid var(--mid-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.contact:hover {
  background-color: var(--dk-turk);
  color: var(--white);
  border-style: none;
}

.container {
  background-color: #fff;
  justify-content: flex-start;
  width: auto;
  height: 70px;
  display: flex;
}

.hero {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/LHCreativeHome.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 550px;
  margin-top: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-title {
  z-index: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  white-space: normal;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 7px;
  padding-left: 5px;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  position: static;
}

.hero-title.line-2 {
  order: 0;
  align-self: center;
  width: auto;
  font-size: 20px;
  line-height: 40px;
}

.navigation {
  background-color: var(--white);
  width: auto;
  height: 75px;
  display: block;
  position: sticky;
  inset: 0 0 auto;
}

.hero-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  padding-bottom: 50px;
  display: flex;
}

.divider {
  background-color: #74d5cb;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 433px;
  height: 1.2px;
  display: flex;
}

.divider.divider-2 {
  width: 650px;
  height: 2px;
}

.divider.white {
  background-color: var(--white);
  width: 450px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.contact-section {
  background-color: var(--medium-turquoise);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.notice-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.second-headline {
  color: var(--warm-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.second-headline.white {
  color: var(--white);
}

.notice-container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.paragraph-1 {
  width: 650px;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.bold-text {
  letter-spacing: 3px;
  max-width: 100%;
}

.contact-form {
  width: 450px;
}

.contact-container {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
}

.field-label {
  width: 450px;
  color: var(--white);
  align-self: flex-start;
  font-weight: 400;
}

.field-label:hover {
  font-weight: 400;
}

.field-label:focus {
  color: var(--black);
  font-weight: 400;
}

.button {
  background-color: var(--dk-turk);
  border-radius: 5px;
  margin-top: 20px;
  position: static;
}

.text-feild {
  border: 1px solid #0000;
  width: 450px;
  margin-bottom: 25px;
  font-weight: 400;
}

.text-feild:hover {
  border: 2px solid var(--dk-turk);
  background-color: var(--white);
  font-weight: 400;
}

.text-feild:focus {
  color: var(--warm-grey);
  font-weight: 400;
}

.text-feild::placeholder {
  color: #91919180;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.link-block {
  background-image: url('../images/LH-CREATIVE-LOGO-NEW-2017.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
}

.navbar {
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: normal;
  background-color: #0000;
  height: 75px;
  position: static;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  display: flex;
  position: static;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
}

.logo.nav-link {
  display: block;
}

.nav-link-2 {
  color: #0000;
  background-image: url('../images/LH-CREATIVE-LOGO-NEW-2017.png');
  background-position: 50%;
  background-size: cover;
}

.link-block-2 {
  background-image: url('../images/LH-CREATIVE-LOGO-NEW-2017.png');
  background-position: 0 0;
  background-size: cover;
  width: 110px;
  height: 110px;
}

.container-4 {
  background-color: #d8d8d8;
}

.footer-section {
  background-color: var(--dark-slate-grey);
  align-items: center;
  display: flex;
}

.footer-holder {
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.logo-div-block {
  margin-bottom: 30px;
}

.footer-text {
  max-width: 100%;
  color: var(--white);
  text-align: center;
  align-items: center;
  margin: 12px 25px 0;
  display: flex;
}

.social-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  display: flex;
}

.social-link {
  margin-left: 31px;
  margin-right: 31px;
}

.about-section {
  background-color: #eafffd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.button-2 {
  background-color: var(--dk-turk);
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  position: static;
}

.link, .link-2 {
  color: var(--white);
}

.div-block {
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.portfolio-section {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 20px 140px;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  max-width: 67%;
  display: flex;
}

.portfolio-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide {
  height: auto;
}

.container-6 {
  height: auto;
  margin-top: 50px;
}

.mask, .slider {
  height: auto;
}

.image-2 {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9 {
  height: 600px;
}

.services {
  text-align: center;
  padding: 50px 10px 140px;
}

.services.minus-140 {
  padding-bottom: 0;
}

.services-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-container {
  width: 100%;
}

.grid {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.image-10 {
  width: 100%;
}

.text-div {
  color: #0fc3b1;
}

.text-div.description {
  color: var(--black);
}

.description {
  font-weight: 300;
}

.slide-nav {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.testimonial-slider-large {
  background-color: var(--turquoise-tint);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-flow: row;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
  transition: opacity .2s;
}

.testimonial-quote-icon._180 {
  transform: rotate(180deg);
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

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

.mask-2 {
  height: auto;
}

.image-div {
  width: 100%;
  height: 100%;
}

.portfolio-image {
  width: 100%;
}

.text-span {
  color: var(--dk-green);
  font-weight: 400;
}

.text-span-2 {
  font-weight: 400;
}

.quick-stack {
  grid-row-gap: 50px;
}

.section {
  background-color: var(--turquoise-tint);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 3px;
  display: flex;
}

.divider-div {
  background-color: var(--medium-turquoise);
  width: 100%;
  height: 3px;
  margin-top: 100px;
}

.divider-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    background-color: var(--white);
  }

  .hero-title {
    letter-spacing: 6px;
    width: auto;
    max-width: 100%;
    padding-left: 0;
    font-size: 28px;
  }

  .hero-title.line-2 {
    letter-spacing: 5px;
    margin-bottom: 0;
    line-height: 40px;
  }

  .hero-container {
    max-width: 100%;
    height: auto;
  }

  .divider {
    width: 100%;
    max-width: 100%;
  }

  .divider.divider-2 {
    width: 650px;
  }

  .contact-section {
    justify-content: flex-start;
    align-items: center;
  }

  .notice-section {
    padding-right: 20px;
  }

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

  .button {
    background-color: var(--dk-green);
  }

  .nav-menu {
    background-color: #0000;
  }

  .footer-section {
    background-color: var(--dark-slate-grey);
  }

  .footer-holder {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .footer-text {
    max-width: 650px;
    color: var(--white);
  }

  .social-wrapper {
    width: 100%;
  }

  .socia {
    background-image: url('../images/WhatsApp.png');
    background-position: 50%;
    background-size: cover;
    width: 2px;
    margin-top: 30px;
  }

  .image {
    background-image: url('../images/FaceBook.png');
    background-position: 0 0;
    background-size: cover;
    margin-top: 15px;
  }

  .link-block-3 {
    background-image: url('../images/LinkedIn.png');
    background-position: 0 0;
    background-size: cover;
  }

  .social-link {
    background-image: url('../images/FaceBook.png');
    background-position: 0 0;
    background-size: cover;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 21px;
    display: flex;
  }

  .menu-button {
    flex-direction: column;
    flex: 1;
    align-items: flex-end;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .icon {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .portfolio-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .slide {
    width: 100%;
  }

  .container-6 {
    max-width: none;
    height: auto;
  }

  .mask {
    background-color: var(--white);
    width: 100%;
    height: 452.922px;
  }

  .slider {
    height: auto;
  }

  .image-2 {
    max-width: 100%;
    height: 452.922px;
    max-height: none;
  }

  .testimonial-slider-large {
    padding-bottom: 0;
  }

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

  .testimonial-slide {
    height: 424px;
    padding-left: 12px;
  }

  .testimonial-quote {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .divider {
    width: 100%;
  }

  .divider.divider-2 {
    width: 100%;
    max-width: none;
  }

  .notice-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notice-container {
    flex: 0 auto;
    max-width: 100%;
  }

  .paragraph-1 {
    width: auto;
    max-width: 100%;
  }

  .link-block-2 {
    margin-left: 20px;
  }

  .footer-holder {
    max-width: 100%;
  }

  .footer-text.adress {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .about-container {
    max-width: 100%;
    padding: 0 20px;
  }

  .slider {
    height: 100px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    height: 327.211px;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-nav {
    margin-top: 0;
  }

  .mask-2, .slide-2 {
    height: 327px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: 60px;
  }

  .hero {
    object-fit: fill;
    max-width: 100%;
    min-height: 600px;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: 27px;
  }

  .hero-title.line-2 {
    margin-bottom: 60px;
    line-height: 35px;
  }

  .navigation {
    height: 60px;
  }

  .hero-container {
    max-width: none;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .divider {
    width: 100%;
    max-width: 100%;
  }

  .divider.white {
    max-width: 100%;
  }

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

  .contact-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label, .text-feild, .form {
    max-width: 100%;
  }

  .navbar {
    height: 60px;
  }

  .link-block-2 {
    width: 90px;
    height: 90px;
  }

  .footer-holder {
    margin-bottom: 60px;
  }

  .footer-text {
    margin-top: 25px;
  }

  .div-block {
    flex-direction: column;
    max-width: none;
  }

  .form-block {
    max-width: 100%;
  }

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

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

  .testimonial-slide {
    height: auto;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-image-two {
    height: 126.914px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .mask-2, .slide-2 {
    height: auto;
  }
}

#w-node-eef97036-ffab-309e-6c03-8353d4e74b57-ec30e858, #w-node-_237259b3-f5a3-818f-5d5f-569e1444ead0-ec30e858, #w-node-ad5095c3-ee39-bf1d-2709-c36180d8cc5e-ec30e858, #w-node-c18e55ba-2358-436b-b36f-edc293566dff-ec30e858, #w-node-_2712f0e6-d2d4-78f5-fb43-a3270661b91a-ec30e858, #w-node-cc8d7311-9c86-4bef-b6ad-786876e0615e-ec30e858, #w-node-d60a1b0f-ef47-10d3-777a-5a4acc7f6639-ec30e858, #w-node-_952af2cc-7705-8d83-9081-985ccfa793cf-ec30e858, #w-node-_3e6c4d24-2cf7-1e0a-d841-7343596febea-ec30e858, #w-node-_487fcc40-bbd0-fedd-f795-e950b43977c1-ec30e858, #w-node-_487fcc40-bbd0-fedd-f795-e950b43977c2-ec30e858, #w-node-_487fcc40-bbd0-fedd-f795-e950b43977c3-ec30e858, #w-node-f10d1603-b7e3-a5c8-723f-a181e7f10156-ec30e858, #w-node-e6c06d2f-1c7f-a8b6-02eb-f37a95fbbbac-ec30e858, #w-node-_9c370a0f-3339-dd0c-df55-e6f9c5cca523-ec30e858, #w-node-_076a34d9-e80c-dd7b-d81e-8ecfc8703d0b-ec30e858, #w-node-_9587e6a4-70c1-492b-6b63-e34e9787eb45-ec30e858, #w-node-_8879e2cc-6b11-743e-8731-c42287028d86-ec30e858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35624da9-83f9-37f0-8cf1-414601298a6a-ec30e858 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_35624da9-83f9-37f0-8cf1-414601298a6a-ec30e858 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


