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

.body {
  display: block;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #fff;
  background-color: #fff;
  font-family: Circularstd, sans-serif;
}

.hero-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 50%;
  height: 100vh;
  padding-top: 5%;
  padding-left: 8%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block {
  position: absolute;
  left: 16%;
  top: 5%;
  right: 0%;
  bottom: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
}

.paragraph {
  margin-bottom: 40px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.link {
  margin-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 10px 10px 10px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.image {
  display: none;
}

.section {
  width: 100%;
  height: 80vh;
  padding-right: 10%;
  padding-left: 10%;
}

.columns {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container {
  height: 100%;
}

.div-block-2 {
  height: 100%;
  padding: 50px;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image-3 {
  position: absolute;
  left: 10%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 3;
}

.bold-text {
  font-family: kepler-std, sans-serif;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

.heading-2 {
  margin-bottom: 30px;
}

.list-item {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.column {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-4 {
  position: absolute;
  z-index: 2;
  width: 75%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 35%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 30% 50%;
  object-position: 30% 50%;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  background-color: #fff;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 300px;
}

.div-block-3 {
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.hero-title-h1 {
  width: 100%;
}

.main-heading {
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 65px;
  font-weight: 800;
}

.main-heading.centre {
  font-weight: 800;
}

.main-heading.centre.white {
  color: #fff;
  font-weight: 700;
}

.main-heading.white {
  font-family: gill-sans-nova, sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 500;
}

.main-paragraph {
  width: 70%;
  margin-bottom: 40px;
  font-family: gill-sans-nova, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
}

.main-paragraph._100 {
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}

.main-paragraph._100.left {
  text-align: left;
}

.main-paragraph._100.white {
  width: 60%;
  color: #fff;
}

.main-paragraph._50 {
  width: 50%;
  margin-bottom: 40px;
  text-align: center;
}

.main-paragraph._50.left {
  text-align: left;
}

.blue-filled-button {
  margin-right: 20px;
  padding: 11px 30px 12px;
  border: 3px solid #2d2eff;
  border-radius: 11px;
  background-color: #2d2eff;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
}

.blue-hollow-button {
  margin-right: 20px;
  padding: 11px 30px 12px;
  border: 3px solid #2d2eff;
  border-radius: 11px;
  background-color: #fff;
  font-family: gill-sans-nova, sans-serif;
  color: #2d2eff;
  font-weight: 600;
}

.logo {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  width: 220px;
  margin-left: 12%;
}

.main-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.social-media-icons-wrap {
  position: absolute;
  left: auto;
  top: 5%;
  right: 8%;
  bottom: auto;
}

.link-block {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
}

.link-block:hover {
  opacity: 0.8;
}

.h2-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 8% 7%;
  -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;
  background-color: #2d2eff;
}

.logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 3% 0%;
}

.slide {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
}

.image-8 {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.services-section {
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 8%;
}

.section-3-div-wrap {
  width: 75%;
}

.column-2 {
  padding: 80px;
  background-color: #2d2eff;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.service-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 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;
  border-radius: 100px;
  background-color: #fff;
}

.image-9 {
  width: 25px;
  height: 25px;
}

.service-text {
  width: 75%;
  font-family: gill-sans-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.column-3 {
  padding-right: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 8%;
  -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;
}

.section-2 {
  padding: 2% 8%;
  background-color: #2d2eff;
}

.text-block-3 {
  font-family: gill-sans-nova, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.link-2 {
  color: #fff;
}

.column-4 {
  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;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
  background-image: url('../images/christina-wocintechchat-com-34GZCgaVksk-unsplash.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-left: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5000px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img {
  width: 150px;
}

.logo-img._50-r-m {
  width: auto;
  height: 80px;
  margin-right: 200px;
}

.logo-img._50-r-m._100px {
  height: 100px;
}

.logo-img._50-r-m._40 {
  height: 40px;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #fff;
    background-image: none;
  }

  .hero-wrap {
    width: 100%;
    height: auto;
    padding-top: 15%;
    padding-right: 8%;
    padding-bottom: 10%;
  }

  .div-block {
    left: 8%;
  }

  .hero-section {
    height: auto;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-6 {
    height: 250px;
  }

  .hero-title-h1 {
    width: 80%;
  }

  .main-heading {
    line-height: 65px;
    text-align: left;
  }

  .main-heading.centre {
    text-align: center;
  }

  .main-heading.white {
    text-align: center;
  }

  .main-paragraph {
    width: 100%;
  }

  .main-paragraph._100.left {
    text-align: center;
  }

  .main-paragraph._100.white {
    width: 100%;
  }

  .main-paragraph._50 {
    width: 80%;
  }

  .logo {
    position: relative;
    margin-left: -3%;
  }

  .main-image {
    position: relative;
    display: block;
    width: 100%;
    height: 80%;
  }

  .logo-section {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .services-section {
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-3-div-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .column-2 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .column-3 {
    padding-right: 8%;
    padding-left: 8%;
  }

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

  .contact-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .text-block-3 {
    line-height: 40px;
    text-align: center;
  }

  .column-4 {
    margin-bottom: 10px;
    -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;
  }

  .columns-3 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-3 {
    padding-right: 8%;
    padding-left: 8%;
  }

  .div-block-4 {
    width: 100%;
    height: auto;
    min-height: 0vh;
    padding-top: 5%;
    padding-bottom: 5%;
    -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;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrap {
    padding-top: 10%;
  }

  .div-block {
    position: relative;
    left: 0%;
  }

  .image-6 {
    height: 200px;
  }

  .main-heading.centre {
    font-weight: 800;
  }

  .main-heading.centre.white {
    font-size: 45px;
  }

  .main-paragraph._100.white {
    width: 100%;
  }

  .main-paragraph._50 {
    width: 100%;
  }

  .logo {
    position: relative;
    top: 0%;
    margin-left: -5%;
  }

  .logo-section {
    padding-top: 0%;
    padding-bottom: 0%;
  }

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

  .service-wrap {
    -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;
  }

  .service-circle {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .service-text {
    text-align: center;
  }

  .contact-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-4 {
    min-height: 0vh;
    padding-top: 5%;
    padding-bottom: 5%;
    -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;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    position: relative;
    left: 0%;
  }

  .hero-section {
    height: auto;
    padding-top: 0%;
    padding-bottom: 8%;
  }

  .image-6 {
    height: 125px;
  }

  .hero-title-h1 {
    width: 100%;
  }

  .main-heading {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
  }

  .main-heading.centre {
    font-weight: 800;
  }

  .main-heading.centre.white {
    font-size: 35px;
  }

  .main-heading.white {
    font-size: 35px;
  }

  .main-paragraph {
    text-align: left;
  }

  .main-paragraph._100.white {
    width: 100%;
  }

  .blue-filled-button {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .hero-button-wrap {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue-hollow-button {
    margin-right: 0px;
    font-size: 12px;
  }

  .logo {
    position: relative;
    width: 200px;
    margin-bottom: 40px;
    margin-left: -5%;
  }

  .main-image {
    height: 100%;
  }

  .logo-section {
    overflow: hidden;
  }

  .column-2 {
    padding: 30px;
  }

  .contact-section {
    padding-top: 2%;
    padding-bottom: 8%;
  }

  .section-2 {
    padding: 6% 5%;
  }

  .text-block-3 {
    line-height: 30px;
    text-align: center;
  }

  .column-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-3 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-5 {
    margin-bottom: 20px;
  }

  .section-3 {
    height: 70vh;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-4 {
    min-height: 0vh;
    padding-top: 10%;
    padding-right: 8%;
    padding-bottom: 10%;
    -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;
  }

  .slide-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-img._50-r-m {
    margin-right: 100px;
  }
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}