.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--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: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 100px;
  padding: 40px 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.navigation-link:hover {
  background-color: rgba(106, 189, 69, 0.15);
}

.navigation-link.w--current {
  color: #fff;
  font-size: 14px;
}

.navigation-link.white {
  display: inline-block;
  height: 100px;
  margin-right: 0px;
  padding: 40px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.navigation-link.white:hover {
  background-color: rgba(106, 189, 69, 0.15);
}

.navigation-link.white.w--current {
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(106, 189, 69, 0.15);
  color: #fff;
}

.navigation-link.white.scroll {
  display: block;
  width: 100%;
}

.navigation-link.dropdown {
  position: relative;
  text-align: center;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: relative;
  z-index: 1000;
  display: block;
  width: 100%;
  -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: #fff;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-left: 15px;
  -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;
  color: #fff;
}

.brand-link.left-spacing.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-link.left {
  margin-left: 16px;
}

.about-us-section {
  position: relative;
  padding: 100px 30px;
  background-color: #fff;
}

.about-us-section.centered {
  text-align: center;
}

.about-us-section.accent {
  background-color: #f3f3f3;
}

.about-us-section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.about-us-section.contact {
  position: static;
  display: none;
  padding-top: 150px;
  background-image: none;
}

.hero-slider {
  height: 800px;
  margin-bottom: -620px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
  background-image: url('../images/123.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.two {
  background-color: #dbdbdb;
  background-image: url('../images/O6ZG0D0.jpg');
}

.slide.three {
  background-image: url('../images/O6ZG0D0.jpg');
}

.slide._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/123.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/123.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/O6ZG0D0.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/O6ZG0D0.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/O6I3A50.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/O6I3A50.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71))), url('../images/61.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../images/61.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.page-subheading {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  display: none;
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

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

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

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-label.white {
  color: #fff;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #fff;
  color: #3dd198;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

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

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #3dd198;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  color: #6abd45;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

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

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.container.percent {
  width: 80%;
}

.container.hide {
  display: block;
}

.container.larger {
  max-width: 1250px;
}

.container.dropshadow {
  border-radius: 10px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.3);
}

.container.book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 30px 20px 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;
  border-radius: 10px;
  background-color: #4caf50;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.container.book.hide {
  display: none;
}

.feature-column {
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.section-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -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;
}

.div-block._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block._3 {
  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-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;
}

.div-block._4 {
  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-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;
}

.text-block {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 33.3%;
  height: 350px;
}

.image._01 {
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._02 {
  background-image: url('../images/WhatsApp-Image-2021-08-16-at-08.24.20.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._03 {
  background-image: url('../images/WhatsApp-Image-2021-08-16-at-08.21.17.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._04 {
  background-image: url('../images/WhatsApp-Image-2021-08-16-at-08.22.57.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._05 {
  background-image: url('../images/WhatsApp-Image-2021-08-16-at-08.25.21-1.jpeg');
  background-position: 50% 38%;
  background-size: cover;
}

.image._06 {
  background-image: url('../images/702.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-2 {
  width: 20%;
}

.image-3 {
  width: 20%;
}

.image-4 {
  width: 20%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.divider {
  width: 140px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #6abd45;
  text-align: center;
}

.divider.white {
  display: block;
  margin-bottom: 30px;
  border-bottom-color: #fff;
}

.divider.centre {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-bottom-color: #3dd198;
  text-align: left;
}

.divider.centre.white {
  border-bottom-color: #fff;
}

.column {
  padding-right: 60px;
}

.heading {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading.white {
  color: #fff;
  font-weight: 400;
}

.heading.white.medium {
  margin-right: 50px;
  margin-bottom: 0px;
}

.heading.centre {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.heading.services-page-headings {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
}

.heading.links {
  margin-bottom: 0px;
  font-size: 25px;
}

.heading.small {
  color: #fff;
  font-size: 30px;
}

.heading.medium {
  padding-top: 63px;
  font-size: 30px;
  text-align: center;
}

.paragraph {
  display: inline;
  max-width: 1000px;
  margin: 6px auto 10px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph.white {
  margin-bottom: 40px;
  color: #fff;
  text-align: left;
}

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

.paragraph.centre {
  text-align: center;
}

.paragraph.centre.white {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph.left {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  color: #5d5d5d;
  font-weight: 400;
  text-align: left;
}

.paragraph.left.quote {
  width: 100%;
  float: left;
  color: #a02e2f;
  text-align: left;
}

.paragraph.left.about {
  font-weight: 400;
  text-align: left;
}

.paragraph.left.services {
  width: 70%;
  text-align: center;
}

.paragraph.columns {
  text-align: justify;
}

.paragraph.links {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph.center {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.paragraph.quote {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph.quote.black {
  color: #5d5d5d;
}

.paragraph.italics {
  font-style: italic;
  text-align: left;
}

.paragraph.no-padding {
  margin-top: 0px;
  margin-bottom: 0px;
}

.block-quote {
  display: block;
  max-width: 1250px;
  margin: 50px auto;
  font-family: Lato, sans-serif;
  color: #6abd45;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -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;
}

.row-2 {
  display: block;
  height: 914px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  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;
  background-color: #ffc107;
}

.column-2._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 50px;
  -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;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  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;
  background-color: #d81b60;
}

.column-3._2 {
  background-color: #fff;
  background-image: url('../images/O6I3A50.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  height: 100%;
  background-image: url('../images/61.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  color: #000;
}

.what-we-do {
  position: relative;
  overflow: visible;
  padding: 150px 30px 100px;
  clear: both;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/Home-Security-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/Home-Security-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.div-block-5 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -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;
  color: #fff;
  text-align: center;
}

.row-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.row-4 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.button-styled {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.button-styled:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dadada), color-stop(23%, #fff));
  background-image: linear-gradient(0deg, #dadada, #fff 23%);
  color: #a02e2f;
}

.button-styled.black {
  border-color: #333;
  color: #333;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-we-do-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-5 {
  width: 150px;
  margin-bottom: 20px;
}

.icon-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.services-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.services-text.black {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.services-text.black.left {
  color: #5d5d5d;
  font-size: 22px;
  line-height: 35px;
  text-align: left;
}

.services-text.black.lef {
  text-align: left;
}

.divider-circles {
  width: 30px;
  height: 2px;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  border-bottom: 2px solid #6abd45;
}

.divider-circles.black {
  height: 30px;
  border-right-color: rgba(51, 51, 51, 0.13);
}

.button-2 {
  width: 100%;
  text-align: center;
}

.how-we-do-it {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.5);
  color: #5d5d5d;
}

.div-block-10 {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.virtlx-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 20px;
}

.image-7 {
  width: 70px;
}

.div-block-12 {
  position: absolute;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.div-block-12._1 {
  margin-bottom: 0px;
}

.image-8 {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-bottom: -263px;
  margin-left: auto;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.header-heading {
  color: #fff;
  text-transform: uppercase;
}

.header-heading.lrg {
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
}

.header-sub-heading {
  font-family: Lato, sans-serif;
  color: #fafafa;
  font-size: 35px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
}

.h1-heading {
  font-family: Lato, sans-serif;
  color: #3dd198;
  font-size: 60px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.logo-pack {
  position: relative;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.quote {
  font-family: Lato, sans-serif;
  color: #dadada;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.quote.small {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}

.heading-5 {
  color: #fff;
}

.heading-6 {
  color: #fff;
}

.heading-7 {
  margin-bottom: 10px;
  color: #3dd198;
}

.div-block-14 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  border-right: 2px solid hsla(0, 0%, 65.9%, 0.5);
  border-left: 2px solid hsla(0, 0%, 65.9%, 0.5);
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  border-right: 1px solid #a8a8a8;
}

.image-9 {
  width: 100%;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  -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;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  padding-right: 50px;
}

.row-6 {
  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;
}

.column-8 {
  padding-left: 50px;
}

.image-10 {
  width: 50px;
  margin-top: -74px;
}

.div-block-15 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 20px;
  background-image: linear-gradient(45deg, #a02e2f 39%, #353861);
}

.virtilx {
  position: relative;
  margin-bottom: 0px;
  padding: 100px 40px 150px;
  background-color: #fff;
  box-shadow: 0 0 19px 3px rgba(0, 0, 0, 0.21);
  color: #fff;
}

.div-block-16 {
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  border-radius: 10px;
  background-color: #fff;
}

.image-11 {
  width: 46%;
  margin-top: -40px;
  margin-left: -192px;
}

.heading-8 {
  position: relative;
  color: #333;
  text-align: center;
}

.text-block-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #a02e2f;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.product-heading {
  margin-top: 20px;
  margin-bottom: 80px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 900;
  text-align: center;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 398px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-9 {
  padding-right: 30px;
  padding-left: 30px;
}

.image-12 {
  position: absolute;
  width: 100%;
  max-width: 800%;
  margin-top: -40px;
  margin-left: -62px;
}

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

.button-final {
  display: block;
  width: 300px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 2px solid #a02e2f;
  border-radius: 10px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #a02e2f;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.button-final:hover {
  background-color: #a02e2f;
  color: #fff;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/123.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/123.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header._1 {
  position: relative;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/36bcf1d17f197b1ce79bd55152812c00.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/36bcf1d17f197b1ce79bd55152812c00.jpg');
}

.page-header.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/8969.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/8969.jpg');
}

.page-header.testimonials {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/unemployed-man-desperately-looking-job-holding-need-job-sign-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/unemployed-man-desperately-looking-job-holding-need-job-sign-1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.page-header.courses {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/8922.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/8922.jpg');
}

.page-header.a-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/5941.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/5941.jpg');
}

.page-header.perimeter-security {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/153171-OU5TVG-38.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/153171-OU5TVG-38.jpg');
}

.div-block-17 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.shadow-section {
  position: relative;
  display: block;
  padding: 100px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
  color: #5d5d5d;
}

.shadow-section.no-spacing {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
}

.paragraph-2 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.row-8 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-18 {
  border-radius: 10px;
}

.div-block-19 {
  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;
}

.image-13 {
  position: relative;
  max-height: 100px;
  max-width: 100px;
}

.heading-9 {
  margin-bottom: 0px;
  margin-left: 30px;
}

.section-5 {
  min-height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/O6ZG0D0.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/O6ZG0D0.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-5._1 {
  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;
}

.section-6 {
  padding: 150px 30px;
  background-image: url('../images/Services-BG-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.row-9 {
  display: block;
  max-width: 1250px;
  margin: 39px auto;
}

.services-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  padding: 40px 20px 50px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.15);
}

.services-blocks:hover {
  box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.31);
}

.services-blocks._1 {
  height: 100%;
}

.div-block-22 {
  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;
}

.image-14 {
  width: 100px;
  height: 100px;
  margin-right: 31px;
}

.column-11 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-13 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-14 {
  padding-right: 20px;
  padding-left: 20px;
}

.product-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 800px;
  min-height: 700px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Virtlx-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Virtlx-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-15 {
  position: relative;
  top: 249px;
  display: block;
  width: 441px;
  margin-right: auto;
  margin-left: auto;
}

.row-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.virtlx-section {
  position: relative;
  padding: 100px 30px 150px;
}

.virtlx-mac-3-screens {
  display: block;
  height: 700px;
  margin-top: -203px;
}

.div-block-23 {
  display: block;
  max-width: 1250px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sub-heading {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  text-transform: uppercase;
}

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

.paragraph-3 {
  -webkit-column-count: 2;
  column-count: 2;
}

.column-15 {
  display: block;
}

.div-block-24 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-17 {
  width: 80px;
  height: 80px;
}

.product-point-heading {
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.product-paragraph {
  margin-left: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.row-11 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.row-12 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.overview-section {
  position: relative;
  padding: 100px 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
}

.row-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unordered-list {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #5d5d5d;
}

.list-item {
  margin-top: 6px;
  margin-bottom: 6px;
}

.list-item.offset {
  margin-left: 30px;
}

.list-item-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.perceive {
  padding: 150px 20px;
}

.row-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #a02e2f;
  border-radius: 10px;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 15px;
  padding-left: 15px;
  -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-right: 1px solid rgba(0, 0, 0, 0.19);
  border-left: 1px solid rgba(0, 0, 0, 0.19);
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 15px;
  padding-left: 15px;
  -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-right: 1px solid rgba(0, 0, 0, 0.19);
  border-left: 1px solid rgba(0, 0, 0, 0.19);
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 15px;
  padding-left: 15px;
  -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-right: 1px solid rgba(0, 0, 0, 0.19);
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.row-15 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding-left: 20px;
  float: none;
}

.bold-text {
  color: #5d5d5d;
}

.image-18 {
  float: right;
}

.column-22 {
  padding-top: 83px;
  padding-right: 0px;
}

.infographic {
  display: block;
  width: 100%;
}

.infographic.reflect {
  position: relative;
  width: 95%;
  margin-top: 150px;
  float: left;
}

.reflect-section {
  padding: 150px 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
}

.row-16 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.column-23 {
  padding-right: 30px;
}

.button-green {
  display: block;
  width: 250px;
  margin: 50px auto;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #6abd45;
  background-image: linear-gradient(45deg, #6abd45, #3dd198);
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-green:hover {
  box-shadow: 4px 4px 11px -1px rgba(0, 0, 0, 0.26);
}

.button-green.white {
  width: 200px;
  background-color: #fff;
  color: #6abd45;
  text-align: center;
}

.button-green.readmore {
  margin-bottom: 30px;
}

.button-green.readmore.left {
  margin-left: 0px;
}

.button-green.left {
  float: left;
}

.button-green.left.hide {
  display: none;
}

.button-green.no-size {
  display: none;
  overflow: hidden;
  width: 60%;
}

.row-17 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.column-24 {
  padding-right: 30px;
}

.unordered-list-2 {
  color: #5d5d5d;
}

.enrich-section {
  position: relative;
  padding: 150px 20px;
  box-shadow: 0 9px 12px 0 rgba(0, 0, 0, 0.17);
}

.row-18 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-25 {
  padding-top: 150px;
  padding-bottom: 200px;
}

.row-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  display: block;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  width: 80px;
  height: 80px;
}

.div-block-27 {
  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;
}

.list-item-3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.unordered-list-3 {
  padding-left: 19px;
}

.div-block-28 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-29 {
  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;
}

.image-20 {
  height: 120px;
  margin-right: 29px;
}

.div-block-30 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-button {
  width: 100px;
  margin-bottom: 30px;
  border-radius: 50px;
}

.play-button:hover {
  background-color: rgba(160, 46, 47, 0.47);
}

.link-block {
  margin-bottom: 40px;
}

.pop-up-video {
  position: absolute;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100vh;
  -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: rgba(0, 0, 0, 0.82);
}

.div-block-32 {
  display: block;
  width: 40vw;
  height: 50vh;
  margin: 200px auto auto;
  text-align: center;
}

.link-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.video {
  margin-bottom: 30px;
}

.navbar-scroll {
  position: fixed;
  width: 100%;
  height: 43px;
  background-color: rgba(0, 0, 0, 0.95);
}

.nav-link-scroll {
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link-scroll:hover {
  background-color: rgba(106, 189, 69, 0.15);
}

.nav-link-scroll.w--current {
  background-color: rgba(106, 189, 69, 0.15);
  color: #fff;
  font-size: 13px;
}

.nav-link-scroll.dropdown {
  padding-right: 45px;
}

.section-7 {
  position: relative;
  padding: 100px 30px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
}

.div-block-33 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.row-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-shadow-section {
  margin-top: 0px;
  padding: 100px;
  color: #5d5d5d;
  text-align: center;
}

.no-shadow-section.pading {
  padding-bottom: 0px;
}

.bold-text-2 {
  color: #5d5d5d;
  font-weight: 400;
}

.row-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-image {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  border-radius: 0px;
}

.product-image.cctv {
  margin-top: 60px;
}

.product-image.gate-motor {
  margin-top: 30px;
}

.column-25 {
  padding-left: 30px;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  -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;
}

.image-22 {
  width: 100px;
  height: 100px;
  background-color: #3c80ad;
}

.row-22 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-34 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-bottom: 1px solid #a8a8a8;
}

._5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-right: 1px solid #a8a8a8;
}

._6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-right: 1px solid #a8a8a8;
}

._7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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-right: 1px solid #a8a8a8;
}

._8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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;
}

.clients-row-1 {
  margin-top: 70px;
}

.clients-row-1.edit {
  margin-top: 0px;
}

.image-23 {
  width: 280px;
}

.home-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: url('../images/Nelson-Mandela.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map {
  height: 550px;
}

.div-block-36 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-37 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: -100px;
  padding: 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #6abd45;
  box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.51);
}

.form {
  width: 400px;
}

.image-25 {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-38 {
  display: block;
}

.image-26 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.contact-links {
  display: block;
  margin: 10px auto;
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.div-block-39 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider {
  height: 100%;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/O6I3A50.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/O6I3A50.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/O6ZG0D0.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/O6ZG0D0.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/61.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/61.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/123.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/123.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.re5-training {
  display: block;
  max-width: 1250px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -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;
  border: 5px solid #a02e2f;
  border-radius: 10px;
  background-color: #fff;
}

.re5-training.home {
  display: block;
}

.row-23 {
  margin-bottom: 30px;
}

.section-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: #a02e2f;
  color: #5d5d5d;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.row-24 {
  height: 180px;
}

.row-25 {
  margin-top: 70px;
}

.image-28 {
  height: 150px;
}

.what-we-do-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.virtlx-text-bullets {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
}

.anchor-navbar {
  position: fixed;
  display: none;
  width: 100%;
  margin-top: 139px;
}

.nav-menu-2 {
  display: block;
  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;
  text-align: center;
}

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

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.icon-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.navbar {
  position: absolute;
  margin-top: 112px;
}

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

.robot-check-box.white {
  margin-bottom: 40px;
}

.field-label {
  color: #fff;
}

.list-item-4 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.list-item-5 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  line-height: 28px;
}

.list-item-6 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  line-height: 28px;
}

.list-item-7 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  line-height: 28px;
}

.list-item-8 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  line-height: 28px;
}

.list-item-9 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  line-height: 28px;
}

.list-item-10 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  line-height: 28px;
}

.unordered-list-4 {
  padding-left: 20px;
  font-size: 18px;
}

.column-27 {
  font-style: normal;
}

.footer-divider {
  width: 80px;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-27 {
  display: block;
  max-width: 1000px;
  margin: 30px auto;
}

.row-28 {
  display: block;
  max-width: 1250px;
  margin: 50px auto;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-33 {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-47 {
  display: block;
  max-width: 1250px;
  margin: 50px auto;
}

.text-block-4 {
  margin-right: 19px;
}

.dropdown-list {
  position: absolute;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.dropdown-list.w--open {
  -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;
}

.dropdown-toggle {
  padding: 0px 20px 0px 0px;
}

.icon-4 {
  color: #fff;
}

.text-block-5 {
  margin-right: 15px;
}

.dropdown-list-2 {
  background-color: hsla(0, 0%, 100%, 0.06);
}

.image-34 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-4 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-48 {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.row-29 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.column-34 {
  display: block;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.dropdown-list-3 {
  background-color: rgba(0, 0, 0, 0.95);
}

.image-36 {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.link-block-6 {
  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;
  color: #fff;
}

.column-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-header-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 32px;
  padding-left: 32px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.navbar-2 {
  position: absolute;
  width: 100%;
  margin-right: 6em;
  background-color: transparent;
}

.logo {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

.nav-menu-4 {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.header-menu {
  margin-top: 2px;
  padding: 10px 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.header-menu:hover {
  color: #3dd198;
}

.header-menu.w--current {
  color: #3dd198;
}

.header-menu.colour {
  color: #3dd198;
}

.header-menu.hide {
  display: none;
}

.green-button {
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #3dd198;
  border-radius: 46px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3dd198;
  line-height: 26px;
  font-weight: 700;
}

.green-button:hover {
  background-image: linear-gradient(45deg, #6abd45, #3dd198);
  color: #fff;
}

.green-button.white {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: #fff;
  color: #fff;
}

.green-button.white:hover {
  background-color: #fff;
  background-image: none;
  color: #3dd198;
}

.green-button.centre {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.green-button.footer-button {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.navbar-3 {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
}

.about-row {
  position: relative;
  top: -166px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 135px;
  padding-left: 135px;
}

.about-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  padding: 70px 30px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  background-image: none;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.about-block:hover {
  background-image: linear-gradient(225deg, #6abd45, #3dd198);
  color: #fff;
}

.h3-number {
  position: absolute;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 100;
  display: none;
  margin-bottom: 0px;
  margin-left: 30px;
  font-size: 50px;
  line-height: 60px;
}

.content-2 {
  position: relative;
  z-index: 2;
}

.p-small {
  margin-bottom: 0px;
}

.huge-number {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 209, 152, 0.2);
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  text-align: left;
}

.color-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  background-image: linear-gradient(45deg, #3dd198, #6abd45);
}

.section-11 {
  position: relative;
  top: -140px;
  margin-bottom: -192px;
  padding-top: 0px;
}

.section-11.hide {
  display: none;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  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;
  background-color: #4caf50;
}

.image-38 {
  display: inline;
  width: 100px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.block-headings {
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-12 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tool-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.tool-content {
  display: inline-block;
  width: 196px;
  margin: 40px 20px;
  text-align: center;
}

.tool-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.tool-name {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.content-quote {
  margin-bottom: 1.875em;
  color: #7e8890;
  font-size: 0.875em;
  font-style: italic;
  font-weight: 500;
}

.twitter-logo {
  max-height: 19px;
  margin-bottom: 0.9375em;
}

.left {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  float: left;
}

.content-paragraph {
  margin-bottom: 3.125em;
  font-family: Lato, sans-serif;
  color: #7e8890;
  font-size: 18px;
  line-height: 28px;
}

.magical-design {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #cfd5e1;
  color: #5d5d5d;
}

.author-name {
  display: inline-block;
  margin-bottom: 1.875em;
  margin-left: 15px;
  color: #7e8890;
  font-size: 0.875em;
  font-style: italic;
}

.image-left {
  width: 1235px;
  height: 766px;
}

.texts {
  display: block;
  max-width: 34.375em;
  margin-right: auto;
  margin-left: auto;
}

.image-39 {
  position: static;
  overflow: hidden;
}

.right {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  max-height: 932px;
}

.content-title {
  font-family: Lato, sans-serif;
  color: #333c4e;
  font-weight: 300;
}

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

.row-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 400;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.section-title {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.section-title.large {
  line-height: 47px;
}

.feature-info-paragraph {
  opacity: 0.7;
  font-size: 14px;
  text-align: left;
}

.container-3 {
  position: relative;
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.feature-info-column {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.feature-info-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay.color {
  background-color: rgba(31, 111, 255, 0.9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73))), url('../images/william-stitt-162589-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73)), url('../images/william-stitt-162589-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-info-row {
  margin-top: 40px;
  -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;
  -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;
}

.feature-info-icon {
  display: block;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #5d5d5d;
}

.info-block-right {
  width: 50%;
  float: right;
}

.info-block-right.download-info {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 40px;
}

.button-3 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-3.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button-3.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.download-image-left {
  position: static;
  display: block;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.27);
}

.row-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-3-links {
  margin-right: -20px;
  margin-bottom: 20px;
  padding-right: 0px;
}

.footer-3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.create-cv-footer {
  position: relative;
  padding: 30px 5% 10px;
  border-top: 5px solid #3dd198;
  background-color: #fff;
  box-shadow: 1px -1px 6px 0 rgba(0, 0, 0, 0.51);
}

.footer-3-col-2 {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.logo-text {
  margin-top: 10px;
  color: #20193a;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}

.footer-3-link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #3dd198;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-3-link.hide {
  display: none;
}

.footer-3-col {
  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: 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;
}

.footer-3-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(79, 94, 120, 0.23);
}

.footer-3-button {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-3-copywrite {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  font-weight: 500;
  text-align: center;
}

.footer-3-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  line-height: 23px;
  font-weight: 500;
  text-align: right;
}

.image-40 {
  width: 60%;
}

.row-33 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 45px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.text-block-7 {
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 45px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.text-block-8 {
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 45px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.text-block-9 {
  padding-top: 12px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.bold-text-3 {
  color: #8f8f8f;
  font-size: 25px;
}

.row-34 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.column-37 {
  padding: 32px;
}

.column-38 {
  padding: 30px;
}

.course-div {
  display: block;
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 49px;
  padding: 40px;
  -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;
  border-radius: 10px;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}

.course-div.edit {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.4);
}

.course-div.hide {
  display: none;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 20px 31px;
  -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;
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  text-align: center;
}

.row-35 {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-block {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.5);
  text-align: justify;
}

.testimonial-block.hide {
  display: none;
}

.text-block-10 {
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 45px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.text-block-11 {
  padding-top: 30px;
  color: #8f8f8f;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.text-block-12 {
  margin-top: -4px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 45px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

._702-1 {
  height: 100%;
  background-image: url('../images/8.jpg');
  background-position: 25% 50%;
  background-size: cover;
}

._702-2 {
  height: 100%;
  background-image: url('../images/10.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

._702-3 {
  height: 100%;
}

._702-4 {
  height: 100%;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: 1024px;
}

._702-photos {
  height: 400px;
}

.image-41 {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 100px;
  float: left;
  border-radius: 15px;
  text-align: center;
}

.text-block-13 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-14 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.list-item-11 {
  margin-left: 0px;
}

.unordered-list-5 {
  text-align: left;
}

.text-block-15 {
  margin-top: -1px;
  padding-top: 2px;
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.column-39 {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
}

.bullet-points-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bullet-tick {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.bullet-text {
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.row-37 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image-42 {
  margin-top: 50px;
  border-radius: 10px;
}

.image-43 {
  max-width: 800px;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.45);
}

.spacer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.spacer.smaller {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-4 {
  font-size: 20px;
}

.row-38 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.large-number {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #3dd198;
  font-size: 80px;
  line-height: 90px;
}

.large-number.blue {
  color: #00bcd4;
}

.column-40 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-41 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-42 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-43 {
  padding-right: 20px;
  padding-left: 20px;
}

.section-13 {
  padding-top: 150px;
  padding-bottom: 0px;
}

.sales-paragraph {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ea0fa), to(#2ea0fa));
  background-image: linear-gradient(180deg, #2ea0fa, #2ea0fa);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  font-style: italic;
}

.link-3 {
  color: #3dd198;
}

.list-item-12 {
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
}

.list-item-13 {
  padding-top: 0px;
  font-size: 18px;
  line-height: 28px;
}

.list-item-14 {
  font-family: Lato, sans-serif;
  font-size: 0px;
}

.div-block-52 {
  position: relative;
  margin-top: 17px;
}

.link-block-7 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70%;
}

.image-44 {
  position: absolute;
  left: 13%;
  top: 9%;
  right: 0%;
  bottom: 0%;
  max-width: 10%;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
}

._702-1-copy {
  height: 100%;
  background-image: url('../images/8.jpg');
  background-position: 25% 50%;
  background-size: cover;
}

.image-45 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-46 {
  position: relative;
  height: 100px;
}

.image-47 {
  position: relative;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

._702-photo {
  height: 300px;
}

._702-photo._1 {
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._702-photo._2 {
  background-image: url('../images/WhatsApp-Image-2021-08-16-at-08.24.20.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

._702-photo._3 {
  background-image: url('../images/WhatsApp-Image-2021-08-16-at-08.21.17.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

._702-photo._4 {
  background-image: url('../images/WhatsApp-Image-2021-08-16-at-08.22.57.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

._702-photo._5 {
  background-image: url('../images/WhatsApp-Image-2021-08-16-at-08.25.21-1.jpeg');
  background-position: 50% 34%;
  background-size: cover;
}

._702-photo._6 {
  background-image: url('../images/702.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-48 {
  width: 60%;
  padding-top: 12px;
}

.gallery-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-div.hide {
  display: none;
}

.gallery-section {
  position: relative;
}

.column-46 {
  text-align: center;
}

.link-4 {
  font-weight: 700;
}

.section-14 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="nav-scroll-hide"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

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

@media screen and (max-width: 991px) {
  .navigation-link.white {
    background-color: rgba(0, 0, 0, 0.66);
    text-align: center;
  }

  .navigation-link.white:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }

  .navigation-link.white.w--current {
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    display: block;
    width: 100px;
    height: 100px;
    -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;
    color: #fff;
  }

  .hamburger-button.white.w--open {
    background-color: #6abd45;
  }

  .navigation-menu {
    background-color: rgba(0, 0, 0, 0.99);
  }

  .about-us-section {
    padding-top: 300px;
    background-image: url('../images/Camera-BG-Mobile.png');
    background-position: 50% 0px;
    background-size: 110%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }

  .nav-menu {
    padding: 17px;
    background-color: #333;
  }

  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0px;
  }

  .content-column {
    padding-top: 0px;
  }

  .container {
    max-width: 1100px;
  }

  .divider {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .divider.white {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column {
    padding: 30px;
    background-color: hsla(0, 0%, 100%, 0.91);
    text-align: center;
  }

  .heading {
    text-align: center;
  }

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

  .heading.white.medium {
    font-size: 25px;
  }

  .paragraph {
    max-width: 80%;
    text-align: center;
  }

  .paragraph.left.about {
    text-align: center;
  }

  .row {
    display: block;
  }

  .image-5 {
    width: 120px;
  }

  .services-text.black.left {
    font-size: 22px;
  }

  .how-we-do-it {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-7 {
    width: 70px;
  }

  .quote.small {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-14 {
    width: 95%;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .column-5 {
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 0px;
  }

  .image-9 {
    width: 60%;
  }

  .row-5 {
    display: block;
  }

  .row-7 {
    display: block;
  }

  .image-12 {
    position: static;
    display: block;
    margin-top: -140px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-10 {
    display: block;
  }

  .shadow-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .row-10 {
    display: block;
  }

  .virtlx-mac-3-screens {
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .sub-heading {
    font-size: 22px;
  }

  .div-block-24 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .row-11 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .row-12 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .row-13 {
    display: block;
  }

  .column-22 {
    padding-right: 10px;
  }

  .infographic {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-23 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-green.left {
    margin-bottom: 50px;
    float: none;
  }

  .column-24 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-25 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-scroll {
    height: 50px;
  }

  .nav-link-scroll {
    background-color: rgba(0, 0, 0, 0.66);
    text-align: center;
  }

  .nav-link-scroll:hover {
    background-color: rgba(106, 189, 69, 0.15);
  }

  .nav-link-scroll.w--current {
    background-color: rgba(106, 189, 69, 0.15);
    text-align: center;
  }

  .row-20 {
    display: block;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .no-shadow-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .row-21 {
    display: block;
  }

  .product-image {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }

  .image-24 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .home-header {
    height: 80vh;
    background-image: url('../images/Mandela-Responsive.jpg');
    background-position: 50% 0px;
    background-size: 100%;
  }

  .div-block-37 {
    width: 400px;
  }

  .form {
    width: 300px;
  }

  .div-block-41 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .row-24 {
    height: 100%;
  }

  .icon {
    display: none;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
    text-align: center;
  }

  .image-27 {
    display: none;
  }

  .what-we-do-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .virtlx-text-bullets {
    font-size: 22px;
  }

  .navbar {
    display: none;
  }

  .image-29 {
    display: none;
  }

  .column-26 {
    margin-top: 50px;
  }

  .menu-button {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .menu-button-2 {
    height: 50px;
  }

  .menu-button-2.w--open {
    background-color: #6abd45;
  }

  .icon-3 {
    display: none;
    margin-top: -4px;
    color: #fff;
  }

  .image-30 {
    display: block;
    width: 30px;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-31 {
    width: 25px;
    margin-top: -14px;
  }

  .how-we-do-icons-mobile {
    display: block;
  }

  .div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-44 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .virtlx-mac-screen-mobile {
    display: block;
    height: 700px;
    margin: -200px auto 50px;
  }

  .column-28 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-29 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-30 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .row-27 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .image-34 {
    max-width: 500px;
  }

  .nav-menu-3 {
    background-color: rgba(0, 0, 0, 0.99);
  }

  .nav-menu-4 {
    margin-top: 0px;
    background-color: #fff;
  }

  .header-menu {
    text-align: center;
  }

  .header-menu.w--current {
    text-align: center;
  }

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

  .about-row {
    padding-right: 80px;
    padding-left: 80px;
  }

  .h3-number {
    top: 20px;
  }

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

  .p-small {
    font-size: 14px;
  }

  .huge-number {
    font-size: 100px;
  }

  .section-11 {
    top: -82px;
  }

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

  .image-39 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
  }

  .row-30 {
    display: block;
  }

  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .feature-info-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .feature-info-block {
    width: 100%;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.color {
    padding: 90px 45px;
  }

  .section {
    padding: 45px;
  }

  .info-block-right.download-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .download-image-left {
    top: -23px;
  }

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

  .footer-3-links {
    display: none;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0px;
  }

  .footer-3-col-2 {
    margin-top: 50px;
  }

  .row-32 {
    display: block;
  }

  ._702-photos {
    height: 400px;
    margin-bottom: 401px;
  }

  .image-43 {
    max-width: 500px;
  }

  .column-41 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-5 {
    margin: 8px;
    color: #333;
    font-size: 30px;
  }

  .menu-button-3 {
    margin-top: 14px;
    margin-right: 13px;
    border-radius: 5px;
  }

  .menu-button-3.w--open {
    margin-top: 13px;
    margin-right: 13px;
    background-image: linear-gradient(45deg, #6abd45, #3dd198);
  }

  .column-45 {
    display: block;
  }

  .image-49 {
    max-width: 300px;
  }

  .image-50 {
    max-width: 300px;
  }

  .column-47 {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

  .about-us-section {
    padding-top: 230px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/Camera-BG-Mobile.png');
    background-position: 50% 0px;
    background-size: 120%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }

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

  .heading {
    line-height: 40px;
  }

  .heading.services-page-headings {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .heading.medium {
    font-size: 28px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.white {
    text-align: center;
  }

  .block-quote {
    text-align: center;
  }

  .what-we-do {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Home-Security-BG.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Home-Security-BG.jpg');
    background-size: auto, cover;
  }

  .image-8 {
    width: 400px;
    margin-bottom: -116px;
  }

  .h1-heading {
    font-size: 40px;
  }

  .logo-pack {
    display: block;
    max-width: 300px;
  }

  .column-4 {
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .div-block-22 {
    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;
  }

  .row-14 {
    display: block;
  }

  .column-19 {
    border-top: 1px solid #a8a8a8;
    border-left-width: 0px;
  }

  .column-20 {
    border-top: 1px solid #a8a8a8;
  }

  .column-21 {
    border-top: 1px solid #a8a8a8;
  }

  .mac-screen {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .no-shadow-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-25 {
    padding-left: 0px;
  }

  .home-header {
    height: 55vh;
  }

  .div-block-35 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map {
    margin-top: -50px;
  }

  .div-block-37 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .row-24 {
    height: 100%;
  }

  .virtlx-text-bullets {
    font-size: 20px;
  }

  .icon-link-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .virtlx-mac-screen-mobile {
    height: 500px;
  }

  .column-31 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-32 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-33 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .row-27 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .image-34 {
    max-width: 350px;
  }

  .column-35 {
    display: none;
  }

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

  .about-block {
    margin-top: 40px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    text-align: center;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .feature-info-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color {
    padding: 71px 25px;
  }

  .feature-info-row {
    margin-top: 0px;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .section {
    margin-top: 150px;
    padding: 25px;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.download-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .download-image-left {
    position: relative;
    left: 0px;
    right: 0px;
    margin-top: -80px;
  }

  .footer-3-col-2 {
    display: none;
  }

  .row-32 {
    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;
  }

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

  .footer-3-col {
    -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;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  ._702-4 {
    background-size: cover;
  }

  ._702-photos {
    height: 150px;
    margin-bottom: 0px;
  }

  .image-43 {
    max-width: 400px;
  }

  .column-44 {
    padding-right: 31px;
    padding-left: 31px;
  }
}

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }

  .navigation-link {
    height: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navigation-link.w--current {
    height: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navigation-bar.dark {
    height: 70px;
  }

  .hamburger-button.white {
    width: 70px;
    height: 70px;
  }

  .brand-link.left-spacing {
    height: 70px;
  }

  .brand-link.left-spacing.w--current {
    height: 70px;
    margin-left: 5px;
  }

  .about-us-section {
    padding-top: 180px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/Camera-BG-Mobile.png');
    background-position: 50% 0px;
    background-size: 146%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .about-us-section.contact {
    padding: 100px 30px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }

  .form-field {
    background-color: hsla(0, 0%, 65.9%, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .form-field.contact {
    background-color: #fff;
    box-shadow: none;
  }

  .grid-fours {
    width: 50%;
  }

  .container.percent {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .heading {
    margin-top: 64px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading.white {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .heading.white.medium {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading.centre {
    font-size: 20px;
    line-height: 30px;
  }

  .heading.small {
    font-size: 25px;
  }

  .heading.medium {
    font-size: 25px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.white {
    width: 100%;
  }

  .paragraph.left {
    font-size: 16px;
  }

  .block-quote {
    font-size: 15px;
  }

  .what-we-do {
    padding-top: 100px;
    text-align: center;
  }

  .div-block-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .how-we-do-icons {
    display: block;
  }

  .image-5 {
    width: 120px;
  }

  .services-text.black.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
  }

  .how-we-do-it {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-7 {
    width: 50px;
  }

  .image-8 {
    width: 100%;
    max-width: 300px;
    margin-bottom: -66px;
  }

  .header-heading.lrg {
    font-size: 50px;
  }

  .header-sub-heading {
    font-size: 18px;
    line-height: 38px;
    text-align: center;
  }

  .h1-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .logo-pack {
    width: 100%;
    max-width: 250px;
  }

  .quote {
    font-size: 15px;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 11px;
    padding-left: 11px;
    -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;
  }

  .div-block-15 {
    padding: 9px;
  }

  .virtilx {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-heading {
    font-size: 40px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    max-width: 806px;
  }

  .button-final {
    width: 90%;
  }

  .shadow-section {
    padding-top: 50px;
  }

  .shadow-section.no-spacing {
    padding-top: 100px;
  }

  .sub-heading {
    font-size: 18px;
    text-align: center;
  }

  .image-17 {
    width: 40px;
  }

  .row-14 {
    display: block;
  }

  .column-16 {
    border-bottom: 1px solid #a8a8a8;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .column-17 {
    border-bottom: 1px solid #a8a8a8;
  }

  .column-18 {
    border-bottom: 1px solid #a8a8a8;
  }

  .column-19 {
    border-bottom: 1px solid #a8a8a8;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .column-20 {
    border-bottom: 1px solid #a8a8a8;
    border-right-width: 0px;
  }

  .row-15 {
    padding-left: 0px;
  }

  .column-23 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-green {
    width: 80%;
  }

  .button-green.white {
    margin-bottom: 10px;
  }

  .button-green.readmore {
    width: 70%;
  }

  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-19 {
    display: block;
  }

  .play-button {
    width: 65px;
  }

  .no-shadow-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-image {
    width: 100%;
  }

  ._1 {
    height: 150px;
  }

  ._2 {
    height: 150px;
  }

  ._3 {
    height: 150px;
  }

  ._4 {
    height: 150px;
  }

  .home-header {
    height: 39vh;
  }

  .map {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-37 {
    width: 80%;
    padding: 20px;
  }

  .form {
    width: 100%;
  }

  .re5-training {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-41 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-we-do-icons {
    display: block;
  }

  .virtlx-text-bullets {
    font-size: 18px;
    text-align: left;
  }

  .list-item-4 {
    font-size: 16px;
  }

  .list-item-5 {
    font-size: 16px;
  }

  .list-item-6 {
    font-size: 16px;
  }

  .list-item-7 {
    font-size: 16px;
  }

  .list-item-8 {
    font-size: 16px;
  }

  .image-30 {
    width: 20px;
    margin-top: 11px;
  }

  .image-31 {
    width: 20px;
  }

  .div-block-42 {
    display: block;
  }

  .div-block-43 {
    display: block;
  }

  .div-block-44 {
    margin-bottom: 70px;
  }

  .virtlx-mac-screen-mobile {
    height: 300px;
  }

  .column-28 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-29 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-34 {
    max-width: 250px;
  }

  .image-35 {
    max-width: 35%;
    margin-bottom: 10px;
  }

  .logo {
    width: 100px;
  }

  .navbar-3 {
    padding: 15px 7px;
  }

  .about-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-title.large {
    line-height: 30px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .section {
    margin-top: 0px;
    padding: 25px;
  }

  .button-3 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .download-image-left {
    margin-top: -40px;
    margin-bottom: 21px;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .course-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-43 {
    max-width: 280px;
  }

  .icon-5 {
    margin: 0px;
    font-size: 28px;
  }

  .menu-button-3 {
    margin-top: 0px;
    margin-right: 0px;
    padding: 10px;
  }

  ._702-photo._5 {
    height: 150px;
  }

  ._702-photo._6 {
    height: 150px;
  }

  .image-48 {
    width: 100%;
  }

  .column-46 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-49 {
    max-width: 200px;
  }

  .image-50 {
    max-width: 200px;
  }

  .column-47 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-48 {
    margin-top: 66px;
  }
}

@font-face {
  font-family: 'Lato hairline';
  src: url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}