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

.body {
  font-family: Poppins, sans-serif;
}

.section {
  width: 100%;
  height: 95vh;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-image: url('../images/Untitled-4-01-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-head {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.hero-subhead {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb2a79;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.div-block-2:hover {
  background-color: #1d0c43;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.text-block:hover {
  color: #fff;
  text-decoration: none;
}

.section-2 {
  width: 100%;
  height: 85vh;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.grid {
  width: 80%;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-icon {
  width: 120px;
  height: 120px;
  background-image: url('../images/Untitled-4-04.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.services-icon.software {
  background-image: url('../images/Untitled-4-05.svg');
}

.services-icon.custom {
  background-image: url('../images/Untitled-4-06.svg');
}

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

.services-para {
  width: 80%;
  margin-bottom: 0px;
  color: #1d0c43;
  text-align: center;
}

.services-para.main-text {
  margin-bottom: 40px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-head {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #eb2a79;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.services-head.products-head {
  font-size: 18px;
  font-weight: 500;
}

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

.section-head {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1d0c43;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.section-head.contact-head {
  margin-bottom: 60px;
  color: #fff;
}

.section-head.products-head {
  margin-bottom: 40px;
}

.section-3 {
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 80px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  width: 90%;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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;
}

.image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  width: 100%;
  height: 50vh;
  padding-top: 40px;
  background-color: #1d0c43;
}

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

.grid-3 {
  width: 90%;
  height: 300px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.paragraph {
  color: #eb2a79;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
}

.paragraph-2 {
  color: #fff;
  font-weight: 300;
}

.paragraph-2.address {
  text-align: right;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  font-size: 16px;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Screenshot-2020-12-10-at-3.42.06-AM-min.png');
  background-position: 50% 50%;
  background-size: 514px;
}

.section-5 {
  width: 100%;
  height: 80px;
  background-color: #1d0c43;
}

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

.text-block-3 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.navbar {
  background-color: #170321;
}

.image-2 {
  width: 100px;
  max-width: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-width: 90%;
  -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;
}

.brand {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  padding-right: 20px;
  padding-left: 10px;
  color: #fff;
  font-size: 13px;
}

.nav-link:hover {
  color: #eb2a79;
}

.nav-link.w--current {
  color: #eb2a79;
}

.link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.link:hover {
  color: #eb2a79;
}

.section-6 {
  width: 100%;
  height: 70vh;
}

.section-6.video {
  height: 130vh;
}

.section-6.cloud {
  height: 100vh;
}

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

.div-block-15 {
  width: 50%;
}

.grid-4 {
  width: 100%;
  height: 70%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4.video {
  height: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-4.cloud {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-4.cloud.trackmail {
  height: 100%;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.div-block-17 {
  height: 100%;
  background-image: url('../images/Untitled-4-08-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Untitled-4-09-min.jpg');
}

.div-block-17.cloud {
  height: 80%;
  background-image: url('../images/Untitled-4-13-min.jpg');
}

.div-block-17.cloud.trackmail {
  height: 60%;
  background-image: url('../images/Untitled-4-07-min.jpg');
}

.div-block-17.access {
  background-image: url('../images/Untitled-4-12-min.jpg');
}

.div-block-17.vehicle {
  background-image: url('../images/Untitled-4-11-min.jpg');
}

.div-block-17.call {
  background-image: url('../images/Untitled-4-10-min.jpg');
}

.service-page-head {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1d0c43;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.service-page-para {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
}

.text-span {
  font-size: 20px;
  font-weight: 700;
}

.link-2 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #eb2a79;
  text-decoration: none;
}

.link-2:hover {
  color: #1d0c43;
}

@media screen and (min-width: 1920px) {
  .section-2 {
    height: 100vh;
  }

  .section-3 {
    height: 100vh;
  }

  .grid-2 {
    width: 80%;
  }

  .div-block-9 {
    height: 270px;
  }

  .section-4 {
    height: 70vh;
  }

  .grid-3 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .hero-head {
    width: 90%;
    font-size: 24px;
    line-height: 1.4;
  }

  .hero-subhead {
    width: 80%;
    font-size: 15px;
  }

  .div-block-2 {
    width: 150px;
    height: 40px;
  }

  .text-block {
    font-size: 13px;
  }

  .section-2 {
    height: auto;
  }

  .grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .services-icon {
    width: 80px;
    height: 80px;
  }

  .services-para {
    font-size: 13px;
  }

  .services-para.main-text {
    font-size: 12px;
  }

  .services-head {
    font-size: 18px;
  }

  .section-head {
    font-size: 24px;
  }

  .section-3 {
    height: auto;
  }

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

  .div-block-9 {
    width: 250px;
    height: 180px;
  }

  .section-4 {
    height: 70vh;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .paragraph {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .section-5 {
    font-size: 10px;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }

  .section-6 {
    height: auto;
  }

  .section-6.video {
    height: auto;
  }

  .section-6.cloud {
    height: auto;
  }

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

  .grid-4.video {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-4.cloud {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-16 {
    padding: 20px;
  }

  .div-block-17 {
    width: 100%;
    height: 250px;
  }

  .div-block-17.video {
    width: 100%;
    height: 250px;
  }

  .div-block-17.cloud {
    width: 100%;
    height: 250px;
  }

  .div-block-17.cloud.trackmail {
    height: 250px;
  }

  .service-page-head {
    font-size: 21px;
  }

  .service-page-para {
    font-size: 12px;
  }

  .text-span {
    font-size: 15px;
  }

  .link-2 {
    font-size: 16px;
  }

  .icon {
    color: #fff;
  }

  .icon-2 {
    color: #fff;
  }

  .icon-3 {
    color: #fff;
  }

  .icon-4 {
    color: #fff;
  }

  .icon-5 {
    color: #fff;
  }

  .icon-6 {
    color: #fff;
  }

  .icon-7 {
    color: #fff;
  }

  .icon-8 {
    color: #fff;
  }
}

