@charset "UTF-8";

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  font-size: var(--bs-root-font-size);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

.small,
small {
  font-size: 0.875em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

.navbar > .container {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  background-color: currentcolor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: 0.5;
  vertical-align: middle;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

p.description,
section#hero p {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.why-us p {
  font-size: 1.25rem !important;
}

section#hero p.preheader {
  font-size: 1rem !important;
}

@media (min-width: 1200px) {
  p.description,
  section#hero p {
    font-size: 1.5rem !important;
  }
}

.h1 > strong,
.h2 > strong,
.h3 > strong,
.h4 > strong,
.h5 > strong,
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong {
  color: #f1582a;
  font-weight: 700;
}

.h1,
.h2,
h1,
h2 {
  font-weight: 400;
}

.h3,
.h4,
h3,
h4 {
  color: #f1582a;
  font-weight: 700;
}

section#hero p {
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

section#hero p.preheader {
  color: #fa8c03;
  font-weight: bolder;
}

p > strong {
  color: #f1582a;
  font-weight: 700;
}

.text-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

p.h3,
p.h4,
p.h5 {
  color: #000;
  font-weight: 400;
}

.h4,
h4 {
  padding-left: 15px;
  position: relative;
}

.h4:before,
h4:before {
  color: #f1582a;
  content: "•";
  font-size: 2rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  vertical-align: middle;
}

p.description {
  color: #000;
  font-weight: 400;
  line-height: 1.2;
}

section {
  padding: 1rem 0;
}

.highlight-overflow {
  background-color: #f1582a;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  font-weight: 700;
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 1;
}

.highlight-overflow:before {
  background-color: #f1582a;
  bottom: 0;
  content: "";
  left: -1000px;
  position: absolute;
  top: 0;
  width: 1000px;
  z-index: -1;
}

.responsive-img {
  align-items: center;
  display: flex;
  justify-content: center;
}

.responsive-img img {
  display: block;
  max-width: clamp(25%, 50vw, 100%);
  -o-object-fit: contain;
  object-fit: contain;
}

.why-us p > strong {
  color: #2a2a2a;
}

.why-us img {
  max-height: 500px;
}

.header {
  padding: 15px 0;
}

.navbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.navbar .logo img {
  width: 80px;
}

.navbar ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar ul li {
  padding: 0 25px 0 0;
}

.navbar ul li a {
  color: var(--body-txt-color);
  text-decoration: none;
}

.navbar ul li a.active-navlink,
.navbar ul li:hover > a {
  color: var(--btn-color);
}

.hamburger {
  align-items: center;
  cursor: pointer;
  display: none;
  height: 40px;
  justify-content: center;
  margin-right: 15px;
  position: relative;
  width: 40px;
}

.hamburger i {
  background-color: #000;
  height: 2px;
  position: absolute;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 30px;
}

.hamburger i:after,
.hamburger i:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  width: 100%;
}

.hamburger i:before {
  top: -8px;
}

.hamburger i:after {
  bottom: -8px;
}

.hamburger.active i {
  background-color: transparent;
}

.hamburger.active i:before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.active i:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav-btn a {
  background-color: var(--btn-color);
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 25px;
  text-decoration: none;
  transition: 0.2s;
}

.nav-btn a:hover {
  background-color: var(--hover-color);
}

.nav-dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px #0003;
  display: none;
  min-width: 300px;
  position: absolute;
  z-index: 1;
}

.nav-dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: #000;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}

.dropdown-content a:hover {
  color: var(--btn-color);
}

@media only screen and (max-width: 992px) {
  .navbar ul {
    background-color: #fff;
    box-shadow: 0 8px 16px #0003;
    display: none;
    flex-direction: column;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }

  .navbar ul.show {
    display: flex;
  }

  .navbar ul li {
    padding: 15px 0;
    text-align: center;
  }

  .navbar ul li a {
    display: block;
    padding: 15px;
  }

  .nav-btn {
    display: none;
  }

  .logo {
    margin-left: 15px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger i {
    display: block;
  }
}

* {
  box-sizing: border-box;
  font-family: Jost, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

:root {
  --btn-color: #f1582ab3;
  --hover-color: #f1592a;
  --heading-color: #000;
  --body-txt-color: #616161;
  --background-color: #e9f2ff;
  --form-border-color: #796ba3;
}

body {
  background-color: #fff;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 15px;
}

.banner {
  align-items: center;
  display: flex;
  max-width: 100%;
  padding: 50px 0;
}

.banner-image {
  text-align: end;
  width: 50%;
}

.banner-image img {
  width: 70%;
}

.banner-text {
  text-align: left;
  width: 50%;
}

.banner-text .h1,
.banner-text h1 {
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 30px;
}

.banner-text .h1 span,
.banner-text h1 span {
  color: var(--hover-color);
  font-weight: 600;
}

.banner-text p {
  color: var(--body-txt-color);
  margin: 30px 0;
}

.banner-text p span {
  color: var(--hover-color);
  font-weight: 500;
}

.banner-text a {
  background-color: var(--hover-color);
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 25px;
  text-decoration: none;
}

.best-solution-section {
  align-items: center;
  display: flex;
  max-width: 100%;
  padding: 50px 0;
}

.solution-section-image {
  text-align: left;
  width: 50%;
}

section.best-solution {
  background-image: url(../images/solution-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.solution-section-image img {
  width: 70%;
}

.solution-section-text {
  text-align: left;
  width: 50%;
}

.solution-section-text .h2,
.solution-section-text h2 {
  font-size: 42px;
  margin: 100px 0 15px;
}

.solution-section-text span {
  color: var(--hover-color);
  font-weight: 500;
}

.solution-section-text p {
  color: var(--body-txt-color);
}

.btn-more-sloution {
  margin: 50px 0 0;
  text-align: center;
}

.btn-more-sloution a {
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 25px;
  text-decoration: none;
}

.btn-more-sloution a,
.btn-more-sloution a:hover {
  background-color: var(--hover-color);
}

.solution-card {
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.149);
  border-radius: 12px;
  box-shadow: 0 0 10px #fff3;
  margin-top: 35px;
}

.solution-card-info {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px 25px;
}

.card-content .h5,
.card-content h5 {
  font-size: 20px;
  font-weight: 400;
}

.who-we-are {
  background-image: url(../images/our-values-image.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.who-we-are-section {
  align-items: center;
  display: flex;
  max-width: 100%;
  padding: 50px 0;
}

.section-text {
  width: 50%;
}

.section-image {
  text-align: right;
  width: 50%;
}

.section-text .h2,
.section-text h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 25px;
}

.section-text span {
  color: var(--hover-color);
  font-weight: 600;
}

.section-text p {
  color: var(--body-txt-color);
  margin-bottom: 25px;
}

.section-text p span {
  color: #000;
  font-weight: 600;
}

.btn-who-we-are {
  padding-top: 20px;
}

.section-text a {
  background-color: var(--hover-color);
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 25px;
  text-decoration: none;
}

.section-image img {
  width: 70%;
}

.cards-background {
  background-image: url(../images/custom-IT.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.card-section {
  padding: 80px 0;
}

.card-section .h2,
.card-section h2 {
  font-size: 42px;
  font-weight: 300;
  padding-bottom: 40px;
}

.card-section .h2 span,
.card-section h2 span {
  color: var(--hover-color);
  font-weight: 600;
}

.card-itms {
  display: flex;
}

.card {
  background-color: #fff;
  border: 0.5px solid #dadada;
  border-radius: 12px;
  margin: 0 10px;
  padding: 20px;
  transition: 0.5s;
  width: 50%;
}

.card:hover {
  transform: translateY(-10px);
}

.card-body {
  text-align: center;
}

.card-body .h5,
.card-body h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 40px;
}

.card-body p {
  color: var(--body-txt-color);
}

.card-image {
  padding-right: 20px;
}

.card i,
.card-image {
  display: flex;
  justify-content: center;
}

.card i {
  align-items: center;
  background-color: var(--btn-color);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  height: 50px;
  padding: 30px;
  width: 50px;
}

.more-service {
  padding-top: 50px;
  text-align: center;
}

.card-section a:last-child {
  background-color: var(--hover-color);
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 25px;
  text-decoration: none;
}

.form-query {
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-form-section {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  width: 100%;
}

.form-plant-image {
  position: relative;
}

.form-plant-image img {
  left: -135px;
  max-width: 200px;
  position: absolute;
  top: -500px;
}

.form-section {
  width: 50%;
}

.form-section-img {
  text-align: left;
  width: 50%;
}

.form-section-img img {
  width: 70%;
}

input[type="text"] {
  border: 0.5px solid var(--form-border-color);
  border-radius: 6px;
  margin-top: 20px;
  padding: 14px 20px;
  width: 100%;
}

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

.form-section .h2,
.form-section h2 {
  display: inline-block;
  font-size: 35px;
  font-weight: 500;
  position: relative;
}

.form-section .h2:after,
.form-section h2:after {
  background-color: #ff684a;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.5px;
  left: 40px;
  margin-top: 5px;
  position: absolute;
  width: 150px;
}

.form-email-phone-w {
  display: flex;
  gap: 20px;
}

.form-content {
  margin: 40px 0;
}

input.your-message {
  padding: 20px;
}

.submit-btn {
  text-align: center;
}

.submit-btn a {
  border: transparent;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  padding: 10px 95px;
  text-decoration: none;
}

.submit-btn a,
.submit-btn a:hover {
  background-color: var(--hover-color);
}

.error-message {
  color: red;
  font-size: 12px;
}

.success-message {
  color: green;
  font-size: 14px;
  margin-top: 10px;
}

.footer-background {
  background-color: #716c80;
}

.footer-section {
  align-items: top;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.footer-section-col {
  flex: 1;
  margin-right: 50px;
}

.footer-section-col:last-child {
  margin-right: 0;
}

.footer-logo img {
  width: 100px;
}

.footer-content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-social a {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  transition: 2s;
}

.footer-important-links .h3,
.footer-important-links h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-important-links ul {
  list-style: none;
  padding: 0;
}

.footer-important-links ul li {
  margin-bottom: 5px;
}

.footer-important-links ul li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.footer-important-links ul li a:hover {
  text-decoration: underline;
}

.footer-services .h3,
.footer-services h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-services ul {
  list-style: none;
  padding: 0;
}

.footer-services ul li {
  margin-bottom: 5px;
}

.footer-services ul li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.footer-services ul li a:hover {
  text-decoration: underline;
}

.footer-contact-details .h3,
.footer-contact-details h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-contact-details a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  text-decoration: none;
}

.footer-contact-details p:last-child {
  margin-bottom: 0;
}

.footer-contact-details a:hover {
  text-decoration: underline;
}

.copyright {
  background-color: #393546;
  font-size: 14px;
  padding: 20px;
  text-align: center;
}

.copyright p {
  color: #fff;
  font-weight: 300;
}

@media only screen and (max-width: 992px) {
  .card-itms {
    flex-direction: column;
  }

  .card {
    margin: 0 0 20px;
    width: 100%;
  }

  .who-we-are-section {
    flex-direction: column;
  }

  .section-image img {
    width: 100%;
  }

  .section-text .h2,
  .section-text h2 {
    font-size: 30px;
    margin: 15px 0 10px;
  }

  .section-text {
    margin-bottom: 30px;
    width: 100%;
  }

  .section-image {
    width: 100%;
  }

  .best-solution-section {
    flex-direction: column;
  }

  .solution-section-image {
    text-align: center;
    width: 100%;
  }

  .solution-section-image img,
  .solution-section-text {
    width: 100%;
  }

  .solution-section-text .h2,
  .solution-section-text h2 {
    font-size: 30px;
    margin: 0;
  }

  .flex-form-section {
    flex-direction: column;
  }

  .form-section {
    margin-bottom: 35px;
    width: 100%;
  }

  .form-section-img {
    text-align: center;
    width: 100%;
  }

  .form-section-img img {
    width: 100%;
  }

  .form-plant-image img {
    display: none;
  }

  .banner,
  .footer-section {
    flex-direction: column;
  }

  .banner {
    align-items: normal;
  }

  .banner-image,
  .banner-image img {
    width: 100%;
  }

  .banner-text {
    text-align: left;
    width: 100%;
  }

  .banner-text .h1,
  .banner-text h1 {
    font-size: 32px;
  }

  .banner-text .h5:after,
  .banner-text h5:after {
    left: 0;
  }
}

body[data-page="cloud-phone"] section#service {
  background-color: #e8eaeb;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="cloud-phone"] section#service:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="cloud-phone"] section#features {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="cloud-phone"] section#features:before {
  background-color: #e8eaeb;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="cloud-phone"] section#services {
  background-color: #2c2c2c;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="cloud-phone"] section#services:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="cloud-phone"] section#services .h2,
body[data-page="cloud-phone"] section#services h2,
body[data-page="cloud-phone"] section#services p {
  color: #fff;
}

body[data-page="cloud-phone"] section#why-us {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="cloud-phone"] section#why-us:before {
  background-color: #2c2c2c;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="cyber-security"] section#services {
  background-color: #e8eaeb;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="cyber-security"] section#services:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="cyber-security"] section#features {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="cyber-security"] section#features:before {
  background-color: #e8eaeb;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="cyber-security"] section#features2 {
  background-color: #2c2c2c;
  color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="cyber-security"] section#features2:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="cyber-security"] section#features2 .description {
  color: #fff;
}

body[data-page="cyber-security"] section#why-us {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="cyber-security"] section#why-us:before {
  background-color: #2c2c2c;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="it-managed"] section#services {
  background-color: #e8eaeb;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="it-managed"] section#services:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="it-managed"] section#features {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="it-managed"] section#features:before {
  background-color: #e8eaeb;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="it-managed"] section#features2 {
  background-color: #2c2c2c;
  color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="it-managed"] section#features2:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="it-managed"] section#features2 .description {
  color: #fff;
}

body[data-page="it-managed"] section#why-us {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="it-managed"] section#why-us:before {
  background-color: #2c2c2c;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="managed-security"] section#services {
  background-color: #e8eaeb;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="managed-security"] section#services:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="managed-security"] section#features {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="managed-security"] section#features:before {
  background-color: #e8eaeb;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="managed-security"] section#features2 {
  background-color: #2c2c2c;
  color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="managed-security"] section#features2:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="managed-security"] section#features2 .description {
  color: #fff;
}

body[data-page="managed-security"] section#why-us {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="managed-security"] section#why-us:before {
  background-color: #2c2c2c;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="network-systems"] section#services {
  background-color: #2c2c2c;
  color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="network-systems"] section#services:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="network-systems"] section#services .description {
  color: #fff;
}

body[data-page="network-systems"] section#features {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="network-systems"] section#features:before {
  background-color: #2c2c2c;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="network-systems"] section#features2 {
  background-color: #d3d3d3;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="network-systems"] section#features2:before {
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}

body[data-page="network-systems"] section#why-us {
  background-color: #fff;
  padding-top: calc(75px + 1rem);
  position: relative;
  z-index: -1;
}

body[data-page="network-systems"] section#why-us:before {
  background-color: #d3d3d3;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 75px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  width: 225px;
  z-index: -2;
}
