.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #f7fbff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
  font-family: 'Proxima nova alt', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

a {
  text-decoration: none;
}

li {
  line-height: 24px;
}

.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}

.logo {
  max-width: 30vw!important;
}

.nav-menu {
  font-family: Comfortaa, sans-serif;
  font-size: 15px;
}

.container {
  width: 95%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu-2 {
  font-family: Comfortaa, sans-serif;
  color: #010095;
  font-weight: 400;
}

.navlink {
  padding-right: 15px;
  padding-left: 15px;
  color: #010095;
  text-transform: uppercase;
}

.hero-banner-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-banner-wrapper.inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(107deg, rgba(0, 192, 250, 0.93), rgba(0, 76, 190, 0.43)), url('../images/2-Guys-wearing-PPE.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-banner-wrapper.inside._1 {
  background-image: linear-gradient(107deg, rgba(0, 192, 250, 0.93), rgba(0, 76, 190, 0.43)), url('../images/mtvrHXp3_2x.jpg');
  background-position: 0px 0px, 50% 21%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-content-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper {
  width: 100%;
}

.flex-wrapper.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.banner-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.banner-title.center {
  width: auto;
  padding-right: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.flex-wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.horizontal._114 {
  margin-bottom: 0px;
}

.flex-wrapper.horizontal.start {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper.horizontal.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-wrapper.horizontal._50 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.horizontal.hide {
  display: none;
}

.flex-wrapper.horizontal.margin-100 {
  padding-top: 100px;
}

.flex-wrapper.horizontal.up {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper.horizontal.footer-flex {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper.horizontal.hori {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper.news-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.stretched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col._62 {
  width: 62%;
}

.flex-col._90 {
  display: block;
  width: 90%;
}

.flex-col._90.margin-30 {
  margin-right: 60px;
}

.flex-col.margin-100 {
  margin-top: 100px;
}

.flex-col.margin-100._62 {
  width: 86%;
  margin-top: 0px;
}

.flex-col.areas {
  width: 30%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 8px 12px -1px rgba(0, 0, 0, 0.09);
}

.flex-col.areas._500 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-col._50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: none;
}

.flex-col._50.no-shadow {
  box-shadow: none;
}

.flex-col._50.auto {
  height: auto;
  box-shadow: none;
}

.flex-col.about {
  width: 61%;
}

.flex-col.news {
  width: 30%;
  box-shadow: 0 8px 12px -1px rgba(0, 0, 0, 0.09);
}

.flex-col.last {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-col._50 {
  width: 49%;
  height: 200px;
  box-shadow: 4px 4px 5px 3px rgba(0, 0, 0, 0.09);
}

.flex-col.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-col.hide {
  display: none;
}

.flex-col.core-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-col.m40 {
  margin-bottom: 20px;
}

.hero-video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 157px;
  height: 157px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fcca0c;
  border-radius: 200px;
}

.hero-video-image-wrapper {
  width: 82px;
  height: 82px;
  border-radius: 200px;
  background-image: url('../images/Playbutton.svg'), -webkit-gradient(linear, left top, left bottom, from(#fcca0c), to(#fcca0c));
  background-image: url('../images/Playbutton.svg'), linear-gradient(180deg, #fcca0c, #fcca0c);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.video-flex-wrapper {
  padding-top: 100px;
}

.video-flex-wrapper.hide {
  display: none;
}

.content-section {
  overflow: hidden;
}

.about-us-wrapper {
  padding-top: 100px;
}

.about-us-image {
  height: 600px;
}

.content-header-wrapper._70 {
  width: 76%;
}

.content-header-wrapper.center {
  text-align: center;
}

.content-header-wrapper.ins {
  width: 70%;
}

.image-icon {
  margin-right: 13px;
}

.image-icon._01 {
  margin-right: 0px;
}

.banner-title {
  padding-left: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #25a1ff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.banner-title.white {
  padding-right: 0px;
  color: #fff;
}

.text-span {
  color: #fcca0c;
}

.main-content-banner {
  width: 81%;
  margin-top: 50px;
  padding-left: 30px;
  border-left: 5px solid #fcca0c;
  color: #000;
  line-height: 24px;
}

.main-content-banner.no-shadow {
  width: 82%;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
}

.main-content-banner.shade {
  width: auto;
  margin-top: 0px;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 35px;
  box-shadow: 4px 4px 5px 3px rgba(0, 0, 0, 0.09);
}

.main-content-banner.shade._100 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  background-color: #fff;
}

.main-content-banner.f-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 10px;
  box-shadow: none;
}

.main-content-banner.f-text.noborder {
  padding-left: 20px;
  border-left-width: 0px;
  border-left-color: rgba(252, 202, 12, 0);
}

.text-span-2 {
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.services-wrapper {
  height: 450px;
  background-image: url('../images/Services-banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-wrapper.no-bg {
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: none;
}

.services-content-wrapper {
  margin-top: 10px;
}

.services-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 40px;
}

.services-image._1 {
  /* background-image: url('../images/Bukit-Panjang.png'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-image._2 {
  /* background-image: url('../images/School.png'); */
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.services-image._3 {
  /* background-image: url('../images/Town-Council.png'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-image._4 {
  /* background-image: url('../images/1.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-image._5 {
  /* background-image: url('../images/2.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-image._6 {
  /* background-image: url('../images/Town-Council-3.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #010095;
  font-size: 64px;
  line-height: 68px;
}

.content-header.white {
  color: #fff;
}

.content-header.b40 {
  margin-bottom: 40px;
}

.content-header.inside {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
}

.content-header.smaller {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 45px;
  line-height: 64px;
  font-style: normal;
}

.content-header.smaller {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 45px;
  line-height: 64px;
}

.hero-header {
  margin-top: 15%;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 1em;
}

.services-box-description {
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.services-box-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.services-text-box {
  margin-bottom: 12px;
}

.view-more-button {
  padding-right: 12px;
  font-family: 'Proxima nova', sans-serif;
  color: #fcca0c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.subheader {
  margin-top: 0px;
  margin-bottom: 65px;
  font-family: 'Proxima nova', sans-serif;
  color: #010095;
  font-size: 28px;
  font-weight: 700;
}

.subheader.xs {
  margin-bottom: 0px;
  font-size: 15px;
}

.subheader.small {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.subheader.small {
  margin-bottom: 20px;
}

.subheader.margin-20-copy {
  margin-bottom: 20px;
}

.number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09f), to(#09f));
  background-image: linear-gradient(180deg, #09f, #09f);
}

.number-text {
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.number-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services {
  position: relative;
  top: -110px;
}

.get-a-quote {
  height: 800px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../images/BFG.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.content-paragraph {
  color: #fff;
}

.content-paragraph.m40 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 6px 5px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #010095;
  font-size: 18px;
  font-weight: 700;
}

.button.l-margin {
  margin-right: 30px;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-left: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fcca0c;
  text-align: center;
}

.flex-wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.flex-wapper.left {
  padding: 20px 20px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.content-wrapper.footer {
  padding-bottom: 10px;
  color: #000;
  text-align: left;
}

.content-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial {
  padding: 120px 35px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -1px 6px 9px 0 rgba(0, 0, 0, 0.08);
  color: #010095;
}

.testimonial-image {
  position: relative;
  top: -68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  height: 180px;
  min-height: 180px;
  min-width: 180px;
  margin-right: 40px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fcca0c;
  border-radius: 100%;
}

.circle {
  border-radius: 100%;
}

.p-testimonial {
  margin-bottom: 30px;
  font-family: Proximanova, sans-serif;
  color: #010095;
  font-size: 22px;
  line-height: 30px;
}

.blue-smaller {
  color: #09f;
  font-size: 16px;
}

.slider {
  height: 387px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.portfolio-wrapper {
  display: block;
}

.content-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-banner {
  width: 100%;
  height: 430px;
  background-color: hsla(0, 0%, 100%, 0);
}

.slider-holder {
  max-width: 32%;
  margin-right: 2px;
  margin-left: 2%;
  border-radius: 0px;
  background-color: #fff;
}

.slider-holder._6 {
  background-image: url('../images/Town-Council-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-holder._5 {
  background-image: url('../images/School-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-holder._1 {
  border-radius: 0px;
  background-image: url('../images/Bukit-Panjang.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-holder._2 {
  background-image: url('../images/School.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-holder._3 {
  background-image: url('../images/Town-Council.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-holder._4 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/Bukit-Panjang-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.arrow {
  display: block;
}

.mask-2 {
  overflow: visible;
}

.banner-slider {
  display: block;
}

.logo-wrapper {
  display: block;
  padding-top: 120px;
  padding-bottom: 60px;
}

.slide-nav-3 {
  display: none;
}

.project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 460px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-wrapper._2 {
  position: relative;
  width: 32%;
  height: 350px;
  margin-bottom: 40px;
}

.project-wrapper._2.w40 {
  width: 40%;
}

.project-description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010095;
  color: #fff;
}

.project-description.white {
  top: 30px;
  height: 70px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #fff;
}

.subtitle {
  font-family: 'Proxima nova alt', sans-serif;
  color: #09f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.subtitle.hide {
  display: none;
}

.subtitle.right {
  text-align: left;
}

.project-title {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.project-title.blue {
  color: #010095;
}

.project-arrow {
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  border-radius: 100%;
  background-color: #fcca0c;
  background-image: url('../images/Arrow.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-section {
  background-image: url('../images/Footer-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.separator {
  min-height: 355px;
  background-image: url('../images/BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block {
  height: 220px;
}

.image-block._1 {
  /* background-image: url('../images/1.jpg'); */
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-block._2 {
  /* background-image: url('../images/2.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._3 {
  /* background-image: url('../images/3.jpg'); */
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-block.services {
  top: 0px;
  height: auto;
  margin-bottom: 40px;
}

.news-description-box {
  padding: 30px 20px 10px;
  color: #010095;
  font-size: 15px;
}

.feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feed.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-box {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  margin-right: 9px;
}

.mid-line {
  width: 2px;
  height: 25px;
  background-color: #09f;
}

.p-small {
  color: #010095;
  font-size: 15px;
}

.footer-col._40 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-col._40.footer {
  width: 70%;
}

.footer-col.hide {
  display: none;
}

.footer-col.col-33 {
  width: 35%;
  margin-right: 20px;
}

.footer-col.col-33._30 {
  width: 33%;
}

.footer-col.col-33.nomargin {
  width: 30%;
  margin-right: 0px;
}

.footer-col.col-33.w30 {
  width: 30%;
}

.list {
  margin-bottom: 20px;
  padding-left: 12px;
  background-image: url('../images/List-Arrow.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Proxima nova alt', sans-serif;
  color: #fff;
  font-weight: 700;
}

.list.b10 {
  margin-bottom: 10px;
}

.list.with-line {
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.list.with-line.hide {
  display: none;
}

.list.contact-info {
  margin-bottom: 0px;
  padding-left: 0px;
  background-image: none;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 300;
}

.list.contact-info._1 {
  padding-left: 20px;
}

.footer-text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.footer-text.blue {
  margin-bottom: 0px;
  color: #010095;
  font-weight: 700;
}

.footer-text.call {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #010095;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.footer-text.center {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

._50 {
  width: 40%;
}

.footer-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fcca0c;
}

.cta-icon {
  display: inline-block;
}

.l-margin {
  margin-right: 40px;
}

.line {
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}

.services-icon {
  position: relative;
  top: -50px;
  max-height: 80px;
  max-width: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 200px;
  background-color: #fff;
  font-weight: 400;
}

.services-icon._1 {
  /* background-image: url('../images/Public-Areas.svg'); */
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #fff;
}

.services-icon._2 {
  background-image: url('../images/CC.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.services-icon._3 {
  background-image: url('../images/DS.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.link {
  color: #fff;
  font-weight: 700;
}

.c-paragraph {
  font-family: Proximanova, sans-serif;
  color: #2c2c2c;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.right-shift {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'PT Serif', serif;
  font-size: 22px;
  font-weight: 700;
}

.blog-wrapper {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.search-link {
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.search-link.w--current {
  color: #fcca0c;
}

.search-link-wrapper {
  font-family: 'Proxima nova', sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.inside-text {
  margin-bottom: 23px;
  padding-left: 20px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
}

.cont-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.col50 {
  width: 48%;
}

.col50.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col50.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col50.center.no-padding {
  width: 40%;
  padding-bottom: 0px;
}

.col50._4 {
  width: 60%;
}

.mission {
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  background-image: url('../images/BFG.jpg');
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.mission.hide {
  display: none;
}

.core {
  max-width: 75px;
  margin-bottom: 23px;
}

.core-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding: 80px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
  box-shadow: 0 8px 12px 1px rgba(0, 0, 0, 0.09);
  text-align: left;
}

.paragraph-3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.cmas-wrapper {
  display: block;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 60px;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.venn-diagram-wrapper {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.venn-diagram-image-wrapper {
  -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;
}

.wshp-wrapper {
  display: block;
  padding-top: 40px;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.price-wrapper {
  height: auto;
  margin-top: 60px;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 60px;
  background-image: linear-gradient(135deg, rgba(0, 153, 255, 0.78), rgba(1, 0, 149, 0.8)), url('../images/mtvrHXp3_2x.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.price {
  display: block;
  font-family: 'Proxima nova alt', sans-serif;
  color: #010095;
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
}

.price.hide {
  display: none;
}

.text-span-3 {
  padding-right: 10px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

.hero-text {
  font-family: Calibri, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.hero-text.blue {
  color: #010095;
  font-size: 16px;
}

.list-items {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  list-style-type: none;
}

.list-item-text {
  font-size: 16px;
  line-height: 23px;
}

.list-item-text.header-list {
  margin-bottom: 10px;
  padding-left: 40px;
  background-image: url('../images/check.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Proximanova, sans-serif;
  color: #010095;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.list-item-text.header-list.cross {
  background-image: url('../images/delete.svg');
  background-position: 0px 0px;
  background-size: 20px;
}

.button-2 {
  padding: 20px 40px;
  background-color: #010095;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.button-2.yellow {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fcca0c;
  font-family: 'Proxima nova alt', sans-serif;
  color: #010095;
  font-weight: 700;
}

.map {
  height: 470px;
  min-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.client-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 250px;
  padding-right: 38px;
  padding-left: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #ebebeb;
}

.client-logo.hide {
  display: none;
}

.slider-2 {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-2 {
  /* background-image: linear-gradient(28deg, #00c0fa, rgba(1, 94, 234, 0.43)), url('../images/Hero-header.png'); */
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2._2 {
  /* background-image: linear-gradient(163deg, #00c0fa, rgba(1, 94, 234, 0.43)), url('../images/Slider-2.jpg'); */
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2._3 {
  /* background-image: linear-gradient(28deg, #00c0fa, rgba(1, 94, 234, 0.43)), url('../images/mtvrHXp3_2x.jpg'); */
  background-size: auto, cover;
}

.html-embed {
  display: block;
}

.mask-1 {
  height: 500px;
}

.footer-contact-form {
  margin-bottom: 0px;
}

.footer-text-field {
  height: 35px;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px none #494949;
  border-radius: 4px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3d3d3d;
  font-size: 12px;
  line-height: 16px;
}

.footer-text-field.b-color {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 45px;
  background-color: rgba(0, 76, 190, 0.09);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.footer-text-field.b-color.email {
  border-radius: 0px;
  background-image: url('../images/envelope.svg');
  background-position: 8px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-text-field.b-color.phone {
  border-radius: 0px;
  background-image: url('../images/phone-call.svg');
  background-position: 8px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-text-field.b-color.name {
  border-radius: 0px;
  background-image: url('../images/user.svg');
  background-position: 8px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.letter-area.footer {
  height: 65px;
  border: 1px none #494949;
  border-radius: 4px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  /* color: #cdcdcd; */
  color: #3d3d3d;
  font-size: 12px;
}

.letter-area.footer.b-color {
  height: 100px;
  padding-top: 10px;
  padding-left: 45px;
  border-radius: 0px;
  background-color: rgba(0, 76, 190, 0.09);
  background-image: url('../images/chat.svg');
  background-position: 8px 10px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.submit-button {
  display: block;
  width: 96%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #091f3d;
  font-size: 15px;
}

.submit-button.margin-b-60 {
  width: 100%;
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004a85;
  font-size: 15px;
  text-transform: uppercase;
}

.submit-button.margin-b-60.footer {
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #fcca0c;
  font-family: 'Proxima nova alt', sans-serif;
  color: #010095;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.submit-button.margin-b-60.sw {
  width: 36%;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #fcca0c;
  font-family: 'Proxima nova alt', sans-serif;
  color: #010095;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: none;
}

.form-2 {
  width: 100%;
}

.paragraph-5 {
  font-family: Proximanova, sans-serif;
  font-weight: 300;
}

.core-values-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
}

.link-6 {
  color: #fff;
}

.list-2 {
  padding-left: 20px;
}

.slider-wrapper {
  width: 70%;
  height: 100%;
  max-width: 70%;
}

.hide {
  display: none;
}

.apply-now-button {
  padding: 10px 30px;
  border-radius: 200px;
  background-color: #fcca0c;
  font-family: 'Proxima nova alt', sans-serif;
  color: #010095;
  font-size: 18px;
  font-weight: 700;
}

.flex-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.black {
  color: #000;
}

.page-content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.radio-button-label-6 {
  padding-right: 20px;
}

.form-text {
  position: absolute;
  left: 0%;
  top: -15%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-right: 9px;
  padding-left: 9px;
  border-bottom: 1px none #000;
  background-color: #fff;
  font-family: Proximanova, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
}

.form-text._8 {
  top: -8%;
}

.form-text._18 {
  top: -18%;
}

.asterisk {
  position: relative;
  top: -4px;
  margin-left: 2px;
  color: red;
}

.global-content {
  display: block;
  max-width: 1000px;
  margin: 0px auto 80px;
}

.form-section-header {
  margin-bottom: 29px;
  padding-top: 0px;
  padding-bottom: 13px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #00b7ff;
  border-radius: 10px 10px 0px 0px;
  background-color: rgba(231, 90, 28, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-section-header.margin-20 {
  margin-top: 20px;
}

.form-section-wrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(41, 0%, 100%, 0.18);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 5px 10px 5px rgba(114, 114, 113, 0.17);
}

.form-wrapper-2 {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.label {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #141414;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.label.blue {
  color: #e75a1c;
  font-size: 20px;
}

.label.blue.reg-header {
  margin-bottom: 0px;
  color: #00b7ff;
  text-align: left;
  text-transform: none;
}

.field {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 183, 255, 0.59);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #949494;
}

.field:hover {
  border-color: #2c00c1;
}

.field:focus {
  border-color: #2c00c1;
}

.field.inquiry {
  min-height: 110px;
}

.field.remark {
  min-height: 150px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.field-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.field-wrapper._55 {
  width: 60%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.field-wrapper._55.no-margin {
  margin-right: 0px;
}

.field-wrapper.radio-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-wrapper.radio-button.no-margin {
  margin-right: 0px;
}

.field-wrapper.hide {
  display: none;
}

.field-wrapper._45 {
  width: 100%;
  margin-bottom: 10px;
}

.field-wrapper._45.left {
  margin-right: 20px;
}

.field-wrapper.line {
  width: 65%;
  height: auto;
}

.field-wrapper.broken-line {
  width: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
}

.field-wrapper.broken-line._100 {
  width: 59%;
}

.flex-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-wrapper-2.no-margin {
  margin-bottom: 0px;
}

.flex-wrapper-2.left {
  width: 55%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  position: relative;
  margin-top: 30px;
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #ffc551;
  color: #0b0b0b;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

.tc-text {
  padding-bottom: 30px;
  color: #000;
}

.application-form-text {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Proximanova, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
}

.list-item-3 {
  font-family: Proximanova, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.form-image {
  width: 60%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #000;
}

.field-line {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
  background-color: #fff;
  opacity: 1;
}

.field-line.broken {
  border-style: none none dashed;
  border-color: #000;
}

.flex.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.horizontal.remarks {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.bold-text-4 {
  text-decoration: underline;
}

.link-7 {
  color: #fff;
}

.link-8 {
  color: #fff;
}

.link-9 {
  color: #fff;
}

.service-wrapper {
  width: 31%;
}

.services-content {
  /* background-image: url('../images/Bukit-Panjang.png'); */
  background-position: 0px 0px;
  background-size: auto;
}

.services-content._2 {
  /* background-image: url('../images/School.png'); */
  background-position: 0px 0px;
  background-size: auto;
}

.services-content._3 {
  /* background-image: url('../images/Town-Council.png'); */
  background-position: 0px 0px;
  background-size: auto;
}

.services-content._3 {
  /* background-image: url('../images/Town-Council.png'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.inquiry-box {
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
}

.footer-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo {
    max-width: none;
  }

  .container {
    width: 90%;
  }

  .container.nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-2 {
    background-color: #0098fd;
    color: #fff;
  }

  .navlink {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    color: #fff;
  }

  .hero-banner-wrapper {
    height: auto;
    padding-bottom: 80px;
  }

  .flex-wrapper.about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-wrapper.banner-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-col._50 {
    width: 100%;
  }

  .flex-col.about {
    width: 100%;
  }

  .flex-col.last {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero-video-wrapper {
    width: 120px;
    height: 120px;
  }

  .content-header-wrapper._70 {
    width: 100%;
  }

  .main-content-banner.shade {
    width: 100%;
  }

  .services-wrapper {
    height: 500px;
  }

  .services-image._6 {
    background-size: cover;
  }

  .hero-header {
    font-size: 80px;
    line-height: 85px;
  }

  .slider-holder {
    max-width: 50%;
  }

  .project-wrapper {
    min-width: 100%;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #010095;
  }

  .list-items {
    margin-bottom: 10px;
  }

  .submit-button.margin-b-60.sw {
    width: 30%;
  }

  .flex-radio {
    font-size: 12px;
    line-height: 18px;
  }

  .page-content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-text {
    margin-left: 0px;
  }

  .global-content {
    max-width: 800px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .form-section-wrapper {
    margin-bottom: 0px;
  }

  .label {
    font-size: 15px;
    line-height: 22px;
  }

  .label.blue.reg-header {
    font-size: 14px;
    line-height: 20px;
  }

  .field {
    margin-right: auto;
    margin-left: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .field-wrapper {
    display: block;
  }

  .field-wrapper.radio-button {
    padding-left: 0px;
  }

  .flex-wrapper-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button-3 {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .lists {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .inquiry-box {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-banner-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-banner-wrapper.inside {
    height: 200px;
  }

  .hero-banner-wrapper.inside._1 {
    height: auto;
    background-position: 0px 0px, 50% 0%;
  }

  .flex-wrapper.banner-title {
    width: 100%;
  }

  .flex-wrapper.banner-title.center {
    width: auto;
  }

  .flex-wrapper.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-wrapper.horizontal._114 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-wrapper.horizontal.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrapper.horizontal.center {
    padding-bottom: 0px;
  }

  .flex-wrapper.horizontal.up {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrapper.horizontal.footer-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrapper.horizontal.hori {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrapper.center {
    padding-bottom: 0px;
  }

  .flex-wrapper.stretched {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-col {
    margin-bottom: 20px;
  }

  .flex-col.margin-100._62 {
    margin-top: 33px;
  }

  .flex-col.areas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-col.areas._500 {
    width: 60%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flex-col.about {
    padding-bottom: 60px;
  }

  .flex-col.news {
    width: 100%;
    margin-bottom: 46px;
  }

  .flex-col.last {
    margin-bottom: 0px;
  }

  .flex-col.center {
    margin-bottom: 0px;
  }

  .hero-video-wrapper {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .hero-video-image-wrapper {
    width: 100%;
    height: 100%;
    background-image: url('../images/Playbutton.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/Playbutton.svg'), linear-gradient(180deg, null, null);
    background-size: 10px, auto;
  }

  .about-us-wrapper {
    padding-top: 40px;
  }

  .main-content-banner.shade {
    padding-right: 11px;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .services-wrapper {
    height: auto;
    padding-bottom: 90px;
    background-position: 20% 50%;
    background-size: cover;
  }

  .services-wrapper.no-bg {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .services-image {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }

  .content-header {
    font-size: 33px;
    line-height: 38px;
  }

  .content-header.b40 {
    font-size: 40px;
    line-height: 50px;
  }

  .content-header.inside {
    font-size: 45px;
    line-height: 50px;
  }

  .content-header.smaller {
    font-size: 35px;
    line-height: 55px;
  }

  .hero-header {
    font-size: 70px;
    line-height: 80px;
  }

  .services-box-wrapper {
    margin-bottom: 15px;
  }

  .subheader {
    margin-bottom: 35px;
  }

  .number-wrapper {
    width: 32px;
    height: 32px;
  }

  .get-a-quote {
    height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
  }

  .content-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .content-paragraph.m40 {
    font-size: 14px;
    line-height: 20px;
  }

  .button.l-margin {
    margin-bottom: 10px;
  }

  .flex-wapper {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper.center {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .testimonial {
    padding-top: 94px;
    padding-bottom: 25px;
  }

  .testimonial-image {
    top: -54px;
  }

  .p-testimonial {
    font-size: 18px;
    line-height: 24px;
  }

  .blue-smaller {
    font-size: 15px;
  }

  .slider {
    height: auto;
  }

  .slider-holder {
    max-width: 90%;
  }

  .logo-wrapper {
    padding-top: 110px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .project-title {
    font-size: 22px;
    line-height: 28px;
  }

  .project-arrow {
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .footer-section {
    background-position: 50% 0%;
    background-size: cover;
  }

  .separator {
    min-height: 200px;
  }

  .image-block._1 {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-block._3 {
    background-size: cover;
  }

  .footer-col._40 {
    width: 80%;
    max-width: 100%;
  }

  .footer-col._40.tab {
    width: 100%;
  }

  .c-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .logo-icon {
    width: 120px;
  }

  .logo-icon._200 {
    width: 200px;
  }

  .search-wrapper {
    font-size: 14px;
  }

  .blog-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .search-link-wrapper {
    font-size: 12px;
    line-height: 16px;
  }

  .inside-text {
    font-size: 15px;
    line-height: 25px;
  }

  .cont-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .bigger {
    font-size: 18px;
    line-height: 20px;
  }

  .col50 {
    width: auto;
  }

  .col50.left {
    width: auto;
    margin-bottom: 20px;
  }

  .col50.left.margin-30 {
    margin-bottom: 30px;
  }

  .col50.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mission {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .core-wrapper {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cmas-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .venn-diagram-wrapper {
    margin-top: 0px;
  }

  .venn-diagram-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wshp-wrapper {
    padding-top: 10px;
  }

  .price-wrapper {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .list-items {
    margin-bottom: 30px;
  }

  .list-item-text {
    font-size: 14px;
    line-height: 21px;
  }

  .list-item-text.header-list {
    padding-left: 35px;
    background-position: 3px 3px;
    background-size: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .button-2.yellow {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .map {
    margin-bottom: 22px;
  }

  .client-logo {
    width: 50%;
  }

  .slider-2 {
    height: auto;
  }

  .slide-2 {
    height: 70vh;
    background-size: auto, 960px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-label-6 {
    padding-right: 0px;
  }

  .form-text {
    z-index: 5;
  }

  .form-text._18 {
    position: static;
  }

  .label {
    font-size: 12px;
    line-height: 18px;
  }

  .field {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .field-wrapper {
    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;
  }

  .field-wrapper._55 {
    margin-right: 0px;
  }

  .field-wrapper.radio-button {
    padding-left: 0px;
  }

  .field-wrapper._45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .field-wrapper._45.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-image {
    width: 100px;
    height: 200px;
  }

  .flex.center {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .lists {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .inquiry-box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .logo {
    max-width: 100%;
  }

  .container.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-banner-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-banner-wrapper.inside {
    height: 200px;
    background-size: auto, cover;
  }

  .flex-wrapper.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .flex-wrapper.horizontal.left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-wrapper.horizontal._50 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-wrapper.horizontal.margin-100 {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-wrapper.horizontal.up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-wrapper.horizontal.footer-flex {
    margin-right: 10px;
    margin-left: 10px;
  }

  .flex-wrapper.horizontal.hori {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-wrapper.news-feed {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-col.margin-100._62 {
    width: 100%;
  }

  .flex-col.areas {
    width: 100%;
    margin-bottom: 35px;
  }

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

  .content-header-wrapper.ins {
    width: 100%;
  }

  .banner-title {
    font-size: 18px;
  }

  .main-content-banner.no-shadow {
    width: 100%;
  }

  .text-span-2 {
    line-height: 24px;
  }

  .services-wrapper {
    background-position: 50% 0%;
    background-size: auto;
  }

  .services-wrapper.no-bg {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .content-header {
    font-size: 25px;
    line-height: 30px;
  }

  .content-header.white {
    font-size: 38px;
    line-height: 42px;
  }

  .content-header.b40 {
    margin-bottom: 20px;
  }

  .content-header.inside {
    font-size: 34px;
    line-height: 40px;
  }

  .content-header.smaller {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-header {
    font-size: 50px;
    line-height: 60px;
  }

  .services-box-description {
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-box-wrapper {
    margin-bottom: 17px;
  }

  .services-box-flex-wrapper {
    padding-right: 19px;
    padding-left: 19px;
  }

  .services-text-box {
    text-align: center;
  }

  .subheader.xs {
    font-size: 12px;
  }

  .icon-image-wrapper {
    max-width: 60px;
  }

  .services {
    top: -60px;
  }

  .get-a-quote {
    height: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .content-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .button.l-margin {
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .flex-wapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-wapper.mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-wrapper.footer {
    padding-top: 40px;
  }

  .p-testimonial {
    font-size: 18px;
    line-height: 28px;
  }

  .subtitle {
    font-size: 15px;
    line-height: 22px;
  }

  .subtitle.right {
    text-align: left;
  }

  .footer-col {
    width: 50%;
    margin-bottom: 18px;
  }

  .footer-col._40 {
    width: 100%;
  }

  .footer-col._40.footer {
    width: 100%;
    margin-bottom: 0px;
  }

  .footer-col.col-33 {
    width: 40%;
  }

  .footer-cta {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .brand {
    max-width: 300px;
  }

  .inside-text {
    font-size: 14px;
    line-height: 20px;
  }

  .cont-wrapper {
    padding-bottom: 0px;
  }

  .col50 {
    width: 100%;
    margin-bottom: 20px;
  }

  .col50.center.no-padding {
    width: auto;
  }

  .col50._4 {
    width: auto;
  }

  .mission {
    background-position: 50% 50%;
    background-size: cover;
  }

  .core {
    max-width: 60px;
  }

  .core-wrapper {
    padding-right: 19px;
    padding-left: 19px;
  }

  .cmas-wrapper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .venn-diagram-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .client-logo {
    height: 150px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .client-logo.hide {
    display: none;
  }

  .slider-2 {
    height: auto;
  }

  .submit-button.margin-b-60.sw {
    width: 40%;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .list-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .flex-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-content-wrapper {
    padding-top: 20px;
  }

  .form-text {
    position: static;
    top: -9%;
    margin-bottom: 6px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .form-section-header {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }

  .form-wrapper-2 {
    padding-top: 15px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .label.blue.reg-header {
    font-size: 18px;
    line-height: 29px;
  }

  .field {
    min-height: 40px;
  }

  .field-wrapper {
    margin-bottom: 10px;
  }

  .field-wrapper._55 {
    width: 100%;
  }

  .field-wrapper.radio-button {
    width: 100%;
    padding-top: 12px;
  }

  .field-wrapper._45 {
    width: 100%;
  }

  .flex-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lists {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .service-wrapper {
    width: 100%;
  }

  .service-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inquiry-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova alt';
  src: url('../fonts/Proxima-Nova-Alt-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype'), url('../fonts/Proxima-Nova-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
