:root {
  --dark-blue: #24408f;
  --white: white;
  --black: black;
}

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

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

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.icon-link.email-us {
  background-image: url('../images/email-icon-white.svg');
}

.icon-link.mailing-list {
  background-image: url('../images/mail-icon-white.svg');
  background-size: auto;
}

.icon-link.quote {
  background-image: url('../images/price-icon-white.svg');
}

.icon-link.appointment {
  background-image: url('../images/appointment-icon-white.svg');
}

.header-menu-wrapper {
  height: 40px;
}

.header-social-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: 40px;
  display: flex;
}

.contact-header-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1472ba;
  height: 40px;
  padding: 10px 30px;
  font-weight: 700;
  transition: all .5s;
}

.contact-header-button:hover {
  color: #24408f;
  background-color: #fff;
  font-weight: 700;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.header-bar {
  z-index: 1000;
  background-color: #24408f;
  height: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  display: flex;
}

.div-block {
  height: 40px;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.link-block.instagram {
  background-image: url('../images/instagram-white.svg');
}

.link-block.facebook {
  background-image: url('../images/facebook-white.svg');
}

.link-block.linkedin {
  background-image: url('../images/linkedin-white.svg');
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kness-logo-nav {
  width: 300px;
}

.nav-dropdown-link {
  color: #24408f;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: all .5s;
}

.nav-dropdown-link:hover {
  color: #fff;
  background-color: #24408f;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-logo-left {
  z-index: 999;
  background-color: #1472ba;
  height: 100px;
  position: fixed;
  inset: 40px 0% auto;
  box-shadow: 0 2px 5px #24408f;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  transition: all .5s;
}

.nav-dropdown-toggle:hover {
  color: #ffffffbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #fff;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  box-shadow: 0 2px 5px #24408f;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.home-photo-section {
  background-image: url('../images/blue-background-abstract_10-Background-35.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-around;
  align-items: center;
  max-width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.opacity-div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 65vh;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 8px 3px #24408fbf;
}

.opacity-div-block.right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 100vh;
  padding: 20px 0 50px;
}

.home-heading-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-heading {
  color: #1472ba;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 36px;
  line-height: 1;
}

.main-subheading {
  color: #1472ba;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
}

.div-block-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.quote-button-home {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #24408f;
  border-radius: 10px;
  font-weight: 900;
  line-height: 1.25;
  transition: all .5s;
}

.quote-button-home:hover {
  color: #1472ba;
  background-color: #fff;
  box-shadow: 0 2px 5px 2px #24408f;
}

.image {
  width: 100px;
}

.image-2, .link-block-2 {
  width: 100%;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto;
}

.image-3 {
  max-width: 60%;
}

.div-block-7 {
  background-color: #24408fbf;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: flex;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.25;
}

.heading-2 {
  margin: 0 auto;
}

.div-block-9 {
  z-index: 999;
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  height: 25px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

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

.div-block-10 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  width: 75px;
  transition: all .5s;
}

.image-4:hover {
  opacity: .75;
  mix-blend-mode: multiply;
}

.image-5 {
  width: 75px;
  transition: all .5s;
}

.image-5:hover {
  opacity: .75;
  mix-blend-mode: multiply;
}

.image-6 {
  width: 75px;
  transition: all .5s;
}

.image-6:hover {
  opacity: .75;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
  .list-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .icon-link.email-us {
    background-size: auto;
  }

  .icon-link.quote {
    background-size: auto;
    width: 25px;
    height: 25px;
  }

  .icon-link.appointment {
    background-size: auto;
  }

  .header-social-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 110px;
  }

  .contact-header-button {
    margin-left: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-link {
    font-size: 12px;
  }

  .list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 20px;
  }

  .link-block.instagram, .link-block.facebook, .link-block.linkedin {
    width: 20px;
    height: 20px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 2px 5px #24408f;
  }

  .menu-button {
    color: #fff;
    background-color: #24408f;
    padding: 15px;
  }

  .menu-button.w--open {
    color: #24408f;
    background-color: #fff;
  }

  .container {
    max-width: 728px;
  }

  .nav-dropdown-toggle {
    color: #1472ba;
  }

  .nav-dropdown-toggle:hover {
    color: #24408f;
  }

  .nav-dropdown-toggle.w--open {
    font-weight: 900;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-link {
    color: #1472ba;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    color: #24408f;
  }

  .home-photo-section {
    flex-flow: row;
  }

  .opacity-div-block {
    width: 50vw;
    height: 55vh;
    margin-right: 40px;
  }

  .opacity-div-block.right {
    width: 40vw;
  }

  .main-heading {
    text-align: center;
    font-size: 30px;
  }

  .main-subheading {
    text-align: center;
    font-size: 29px;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quote-button-home {
    font-size: 12px;
  }

  .div-block-7 {
    width: 75px;
    height: 75px;
  }

  .heading {
    font-size: 22px;
  }

  .image-4, .image-5, .image-6 {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact-header-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .header-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-link {
    font-size: 10px;
  }

  .list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: 10px;
  }

  .link-block.instagram, .link-block.facebook, .link-block.linkedin {
    width: 15px;
    height: 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .kness-logo-nav {
    width: 200px;
    max-height: 150px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-two {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .home-photo-section {
    background-attachment: scroll;
    flex-flow: column;
    justify-content: center;
  }

  .opacity-div-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 40vh;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .opacity-div-block.right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 40vh;
    margin-top: 20px;
    padding: 0 20px;
  }

  .home-heading-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
  }

  .main-heading {
    font-size: 18px;
  }

  .main-subheading {
    font-size: 14px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .quote-button-home {
    text-align: center;
    width: 150px;
    padding: 5px;
    font-size: 8px;
    line-height: 1.25;
  }

  .link-block-2 {
    width: 60%;
  }

  .div-block-7 {
    flex: none;
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }

  .div-block-8 {
    margin-left: 0;
  }

  .heading {
    flex: 0 auto;
    font-size: 10px;
  }

  .heading-2 {
    text-align: center;
    flex: 0 auto;
    font-size: 15px;
    line-height: 1.25;
  }

  .div-block-9 {
    height: 20px;
  }

  .text-block-2 {
    font-size: 8px;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start;
  }

  .image-4, .image-5, .image-6 {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .header-social-wrapper {
    width: 75px;
  }

  .contact-header-button {
    height: 30px;
    margin-top: 5px;
    margin-left: 0;
    padding-top: 10px;
  }

  .header-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 110px;
  }

  .header-bar {
    height: 110px;
  }

  .kness-logo-nav {
    width: 200px;
    padding-right: 0;
  }

  .navbar-logo-left {
    top: 110px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .home-photo-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .opacity-div-block {
    height: 30vh;
    margin-top: -50px;
  }

  .opacity-div-block.right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 35vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-heading {
    padding-right: 0;
    font-size: 18px;
  }

  .main-subheading {
    font-size: 18px;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

  .quote-button-home {
    font-size: 11px;
  }

  .link-block-2 {
    width: 75%;
  }

  .div-block-7 {
    flex: none;
    width: 50px;
    height: 50px;
  }

  .heading {
    font-size: 12px;
  }

  .heading-2 {
    padding-bottom: 10px;
    font-size: 22px;
  }

  .text-block-2 {
    font-size: 9px;
    line-height: 1;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start;
  }
}


