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

.header-section {
  position: relative;
  z-index: 1000;
  height: 100vh;
  min-height: 600px;
  background-color: #000;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 25vh 25vh 25vh 25vh;
  grid-template-rows: 25vh 25vh 25vh 25vh;
}

.cctv {
  background-image: url('../images/Expertise-Icon_0007_Layer-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cctv._10 {
  background-image: url('../images/Expertise-Icon_0007_Layer-2.jpg');
}

.cctv._12 {
  background-image: url('../images/Expertise-Icon_0005_Layer-4.jpg');
}

.cctv._13 {
  background-image: url('../images/Expertise-Icon_0004_Layer-5.jpg');
}

.cctv._14 {
  background-image: url('../images/Expertise-Icon_0000_Layer-9.jpg');
}

.cctv._15 {
  background-image: url('../images/Expertise-Icon_0003_Layer-6.jpg');
}

.cctv._16 {
  background-image: url('../images/Expertise-Icon_0001_Layer-8.jpg');
}

.cctv._1 {
  background-image: url('../images/Expertise-Icon_0008_Layer-1.jpg');
}

.cctv._2 {
  background-image: url('../images/Expertise-Icon_0005_Layer-4.jpg');
}

.cctv._3 {
  background-image: url('../images/Expertise-Icon_0007_Layer-2.jpg');
}

.cctv._4 {
  background-image: url('../images/Expertise-Icon_0001_Layer-8.jpg');
}

.cctv._5 {
  background-image: url('../images/Expertise-Icon_0001_Layer-8.jpg');
}

.cctv._6 {
  background-image: url('../images/Expertise-Icon_0000_Layer-9.jpg');
}

.cctv._7 {
  background-image: url('../images/Expertise-Icon_0008_Layer-1.jpg');
}

.cctv._8 {
  background-image: url('../images/Expertise-Icon_0000_Layer-9.jpg');
}

.cctv._9 {
  background-image: url('../images/Expertise-Icon_0008_Layer-1.jpg');
}

.cctv._11 {
  background-image: url('../images/Expertise-Icon_0006_Layer-3.jpg');
}

.overlay {
  display: block;
  height: 100%;
  background-color: #1d1d1d;
}

.div-block {
  display: block;
}

.cctv-header-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: hsla(0, 0%, 6%, 0.6);
}

.image {
  width: 60%;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.image-2 {
  width: 60px;
}

.navbar {
  position: absolute;
  z-index: 1001;
  width: 100%;
  background-color: transparent;
}

.navbar.scroll {
  position: fixed;
  z-index: 999;
}

.icon {
  color: #fff;
  font-size: 36px;
}

.link {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.burger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  padding-left: 3px;
  -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 #fff;
  border-radius: 100%;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container.scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #111;
}

.nav-link {
  color: #fff;
}

.section {
  padding: 100px 50px;
}

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

.filler {
  height: 1000px;
}

.container {
  max-width: 1000px;
  margin: 20px auto;
}

.large-text {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.large-text.centre {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.row-container {
  max-width: 1000px;
  margin: 41px auto;
}

.about-bullet-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.about-images {
  width: 100px;
  margin-bottom: 32px;
  opacity: 0.5;
}

.bullet-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.full-section-rows {
  position: relative;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -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;
  background-color: #1d1d1d;
}

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

.row-content {
  max-width: 675px;
  margin-left: auto;
  padding: 80px 30px 100px 0px;
  float: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.row-content.left {
  margin-right: auto;
  margin-left: 0px;
}

.large-heading {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.large-heading.white {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}

.divider {
  width: 80px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid #000;
}

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

.divider.centre {
  margin: 40px auto;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph.white {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

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

.column-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/Security.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2.benefits {
  background-image: url('../images/Burglar.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.column-2.contact {
  background-image: url('../images/Contact.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-heading.white {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

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

.bullet {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
}

.bullet.white {
  margin-right: 15px;
  color: #fff;
}

.bold-text {
  font-size: 35px;
  line-height: 45px;
}

.what-images {
  width: 80px;
  margin-right: 30px;
  opacity: 0.5;
}

.nav-menu {
  display: none;
}

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

.bullet-small-text {
  font-size: 13px;
  line-height: 15px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 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;
  background-color: #1d1d1d;
}

.image-3 {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.mobile-navbar {
  display: none;
}

@media (max-width: 991px) {
  .menu-button {
    display: block;
  }
  .nav-container {
    display: none;
  }
  .row-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .about-bullet-container {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .full-section-rows {
    display: block;
  }
  .column {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-content.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .large-heading.white {
    text-align: center;
  }
  .paragraph {
    font-size: 15px;
  }
  .paragraph.white {
    text-align: center;
  }
  .column-2 {
    height: 500px;
  }
  .column-2.contact {
    height: 436px;
  }
  .bullet-points {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .what-images {
    width: 50px;
    margin-right: 0px;
  }
  .why-bullets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .bold-text-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-navbar {
    position: absolute;
    z-index: 1001;
    display: block;
    width: 100%;
    background-color: transparent;
  }
  .icon-2 {
    color: #fff;
    font-size: 30px;
  }
  .mobile-menu-button.w--open {
    background-color: transparent;
  }
  .mobile-nav-drop-down {
    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;
    background-color: #1d1d1d;
    color: #fff;
    text-align: center;
  }
  .mobile-nav-link {
    display: block;
    color: #fff;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .burger-menu {
    width: 50px;
  }
  .nav-container {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .large-text.centre {
    font-size: 20px;
    line-height: 30px;
  }
  .row-content.left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .large-heading.white {
    font-size: 20px;
  }
  .bold-text {
    font-size: 20px;
  }
  .what-images {
    margin-right: 0px;
  }
  .desktop-navbar {
    left: 124px;
    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-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 479px) {
  .what-images {
    margin-right: 0px;
  }
}

#w-node-8017b3f0a734-7e5f88a6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-71cacef8d140-7e5f88a6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-894129a5b747-7e5f88a6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bce41d52f925-7e5f88a6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-646344db08cd-7e5f88a6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-9e7c8f66200d-7e5f88a6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-327a351d0cc1-7e5f88a6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-9963f036ef15-7e5f88a6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-839d99e56459-7e5f88a6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b199a2ba8de7-7e5f88a6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-268e0c1116aa-7e5f88a6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-d14981882347-7e5f88a6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-0aa9b09d6b8e-7e5f88a6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-dfe0a91842d1-7e5f88a6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-3a2e386221ba-7e5f88a6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-42b152caad8f-7e5f88a6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}