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, .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%, .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, .15);
}

.navigation-link.w--current {
  background-color: rgba(106, 189, 69, .15);
  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, .15);
}

.navigation-link.white.w--current {
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(106, 189, 69, .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: absolute;
  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: rgba(0, 0, 0, .5);
}

.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;
  background-image: url('../images/Camera-BG.png');
  background-position: 72% 0px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.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;
  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-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/123.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/O6ZG0D0.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/O6I3A50.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/61.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .71), rgba(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;
}

.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%, .64);
  color: hsla(0, 0%, 100%, .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, .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, .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, .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 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.footer.accent {
  background-color: #333;
}

.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: #fff;
  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;
}

.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: 20%;
}

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

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

.divider.centre {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column {
  padding-right: 60px;
}

.heading {
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 38px;
  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 {
  font-size: 30px;
  text-align: center;
}

.paragraph {
  display: block;
  max-width: 1000px;
  margin: 40px auto;
  font-family: Lato, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

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

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

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

.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;
  text-align: center;
}

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

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

.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 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.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: 100%;
  padding: 0px 50px 0px 51px;
  -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;
}

.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-linear-gradient(270deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .82)), url('../images/Home-Security-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(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-linear-gradient(90deg, #dadada, #fff 23%);
  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, .13);
}

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

.how-we-do-it {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -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: inset 0 0 19px 3px rgba(0, 0, 0, .2);
}

.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: #fff;
  font-size: 60px;
  line-height: 85px;
  font-weight: 300;
  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: #fff;
}

.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%, 66%, .5);
  border-left: 2px solid hsla(0, 0%, 66%, .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: 90%;
}

.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: -webkit-linear-gradient(45deg, #a02e2f 39%, #353861);
  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, .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: 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-linear-gradient(270deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/123.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/36bcf1d17f197b1ce79bd55152812c00.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/36bcf1d17f197b1ce79bd55152812c00.jpg');
}

.page-header.alarm {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/commercial-alarms.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/commercial-alarms.jpg');
}

.page-header.cctv {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/36bcf1d17f197b1ce79bd55152812c00.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/36bcf1d17f197b1ce79bd55152812c00.jpg');
}

.page-header.a-automation {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/maxresdefault.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/maxresdefault.jpg');
}

.page-header.a-control {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Access-Control.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Access-Control.jpg');
}

.page-header.perimeter-security {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Electronic-Fence.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Electronic-Fence.jpg');
}

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

.section-4 {
  position: relative;
  padding: 150px 30px;
  box-shadow: 0 0 12px 0 rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .74)), url('../images/O6ZG0D0.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .74), rgba(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, .15);
}

.services-blocks:hover {
  box-shadow: 3px 3px 14px 0 rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Virtlx-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(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;
  font-weight: 300;
  text-transform: uppercase;
}

.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, .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, .19);
  border-left: 1px solid rgba(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, .19);
  border-left: 1px solid rgba(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, .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, .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;
  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, .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;
}

.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, .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: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.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, .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, .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, .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, .15);
}

.nav-link-scroll.w--current {
  background-color: rgba(106, 189, 69, .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, .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;
}

.section-8 {
  margin-top: 0px;
  padding: 150px 30px;
}

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

.product-image {
  width: 100%;
  border-radius: 10px;
}

.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: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Security-Worx-Header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Security-Worx-Header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.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, .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-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/O6I3A50.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/O6ZG0D0.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/61.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(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-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/123.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(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;
}

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

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

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

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.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

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

@media (max-width: 991px) {
  .navigation-link.white {
    background-color: rgba(0, 0, 0, .66);
    text-align: center;
  }
  .navigation-link.white:hover {
    background-color: rgba(0, 0, 0, .85);
  }
  .navigation-link.white.w--current {
    background-color: rgba(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, .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;
  }
  .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%, .91);
    text-align: center;
  }
  .heading {
    text-align: center;
  }
  .heading.white {
    text-align: center;
  }
  .heading.white.medium {
    font-size: 25px;
  }
  .paragraph {
    text-align: left;
  }
  .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;
  }
  .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, .66);
    text-align: center;
  }
  .nav-link-scroll:hover {
    background-color: rgba(106, 189, 69, .15);
  }
  .nav-link-scroll.w--current {
    background-color: rgba(106, 189, 69, .15);
    text-align: center;
  }
  .row-20 {
    display: block;
    background-color: hsla(0, 0%, 100%, .9);
  }
  .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;
  }
  .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, .99);
  }
}

@media (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.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-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/Home-Security-BG.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(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;
  }
  .column-25 {
    padding-left: 0px;
  }
  .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;
  }
}

@media (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%, 66%, .2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .5);
  }
  .form-field.contact {
    background-color: #fff;
    box-shadow: none;
  }
  .grid-fours {
    width: 50%;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading {
    font-size: 25px;
  }
  .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%;
  }
  .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;
  }
  .play-button {
    width: 65px;
  }
  ._1 {
    height: 150px;
  }
  ._2 {
    height: 150px;
  }
  ._3 {
    height: 150px;
  }
  ._4 {
    height: 150px;
  }
  .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;
  }
}

@font-face {
  font-family: 'Lato hairline';
  src: url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}