body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 1px;
}

.brand-text:hover {
  color: #cf404d;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  text-align: center;
}

.footer.center {
  margin-top: -46px;
  padding-top: 45px;
  padding-bottom: 13px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10000000000000;
  width: 325px;
  height: 100%;
  background-color: #000;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  float: none;
  color: #000;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}

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

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

.nav-link._1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

.nav-link._1:hover {
  color: #cf404d;
}

.nav-link._2 {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.nav-link._2:hover {
  color: #cf404d;
}

.nav-link._2.w--current {
  cursor: pointer;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 25px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.logo-link._2 {
  color: hsla(0, 0%, 100%, .74);
}

.banner {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: url('../images/EditedKangManag.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner._1 {
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.content {
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  float: none;
  background-color: transparent;
}

.div {
  position: static;
  display: inline-block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-top: 0px;
}

.menuoverlay {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
  opacity: 1;
  color: #fff;
  text-align: left;
}

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

.container {
  background-color: #fff;
  color: #fff;
}

.fulldiv {
  position: fixed;
  left: 325px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  overflow: auto;
  background-color: #000;
  color: #000;
}

.closelink {
  display: block;
  margin-top: 150%;
  margin-bottom: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
}

.closelink:hover {
  color: #cf404d;
}

.individsections {
  overflow: hidden;
  margin-top: 150px;
}

.row {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

.row._2 {
  margin-right: 10px;
  margin-left: 10px;
}

.individual {
  margin-left: 20px;
  color: #fff;
}

.individual._2 {
  font-size: 30px;
}

.individual._2:hover {
  color: #cf404d;
}

.individual.imad {
  float: none;
  font-size: 30px;
}

.col2 {
  margin-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.fulldiv2 {
  position: fixed;
  left: 325px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-color: #000;
}

.fulldiv3 {
  position: fixed;
  left: 325px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-color: #000;
}

.fulldiv4 {
  position: fixed;
  left: 325px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-color: #000;
}

.fulldiv5 {
  position: fixed;
  left: 325px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-color: #000;
}

.fulldiv6 {
  position: fixed;
  left: 325px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-color: #000;
}

.fulldiv7 {
  position: fixed;
  left: 325px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-color: #000;
}

.linkblock {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: rgba(0, 0, 0, .74);
  text-align: center;
  text-decoration: none;
}

.branding {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.branding:hover {
  color: #ff3b00;
}

.div-block {
  position: static;
  display: block;
  text-align: center;
}

.divblock {
  background-color: #000;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #000;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .banner {
    height: 100%;
  }
  .fulldiv {
    display: none;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .banner {
    background-image: url('../images/KangManagementLandingPage.jpg');
    background-size: cover;
  }
}

@media (max-width: 479px) {
  .hero-title-wrapper {
    top: 28%;
  }
  .banner {
    height: 100%;
    background-image: url('../images/KangManagementLandingPage.jpg');
    background-size: cover;
  }
}

