* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

p {
  font-family: "Outfit", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "Rajdhani", sans-serif !important;
}

a {
  font-family: "Rubik", sans-serif !important;
}

nav {
  background: #14192D;
}
nav .nav-link {
  color: #fff !important;
  font-family: "Libre Franklin", sans-serif !important;
  font-weight: 800;
}
nav .first-btn {
  background-color: #4AA5F0;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
}
nav .first-btn a {
  color: #fff;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  text-transform: capitalize;
  font-weight: 300;
}
nav .second-btn {
  background-color: #FFC000;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
}
nav .second-btn a {
  color: #000;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  text-transform: capitalize;
  font-weight: 300;
}
nav .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../Images/hamburger.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.top-banner {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #011130;
  overflow: hidden;
}
.top-banner h1 {
  color: #fff;
  font-size: 42px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
}
.top-banner h1 span {
  color: #FFC000;
}
@media (max-width: 991px) {
  .top-banner h1 {
    font-size: 32px;
  }
}
.top-banner p {
  color: #dae0f5;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
}
.top-banner .first-btn {
  background-color: #4AA5F0;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
}
.top-banner .first-btn a {
  color: #fff;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
}
.top-banner .second-btn {
  background-color: #FFC000;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
}
.top-banner .second-btn a {
  color: #000;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
}
.top-banner img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.usps {
  margin-top: -70px;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}
.usps .bg {
  background-color: #14192D;
}
.usps .bg .col-box {
  padding: 50px 30px;
}
.usps .bg .col-box h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .usps .bg .col-box h2 {
    font-size: 28px;
  }
}
.usps .bg .col-box p {
  color: #dae0f5;
}

.about {
  background-color: #1A2239;
  padding-top: 200px;
  padding-bottom: 50px;
  margin-top: -150px;
  overflow: hidden;
}
.about .about-img {
  width: 100%;
  height: 430px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about h6 {
  background-color: #16757D;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
}
.about h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
}
@media (max-width: 991px) {
  .about h2 {
    font-size: 34px;
  }
}
.about p {
  color: #dae0f5;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .about p {
    font-size: 12px;
  }
}
.about .first-btn {
  background-color: #4AA5F0;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
}
.about .first-btn a {
  color: #fff;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
}
.about .second-btn {
  background-color: #FFC000;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
}
.about .second-btn a {
  color: #000;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
}

.services {
  padding: 50px 0px;
  background-color: #14192D;
  overflow: hidden;
}
.services span {
  background-color: #16757D;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
}
.services h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  font-style: normal;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .services h2 {
    font-size: 34px;
    text-align: center;
  }
}
.services .col-box {
  padding: 50px 10px;
  border-radius: 0px 30px;
  background-color: #2e3241;
  height: 100%;
}
@media (max-width: 991px) {
  .services .col-box {
    padding: 20px 8px;
  }
}
.services .col-box h3 {
  color: #fff;
  font-style: normal;
  font-weight: 800;
}
.services .col-box h3 a {
  color: #fff;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 991px) {
  .services .col-box h3 {
    font-size: 16px;
  }
}
.services .col-box p {
  color: #dae0f5;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .services .col-box p {
    font-size: 8px;
  }
}
.services .col-box button {
  background-color: #FFC000;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
}
.services .col-box button a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .services .col-box button a {
    font-size: 13px;
  }
}

.line-hr {
  margin: 0px;
  background-color: #1A2239 !important;
  border: 1px solid #fff;
}

.why-us {
  background: #1A2239;
  padding: 50px 0px;
  overflow: hidden;
}
.why-us span {
  background-color: #16757D;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
}
.why-us h2 {
  color: #fff;
  font-weight: 800;
}
.why-us h3 {
  color: #fff;
  font-weight: 800;
  font-size: 21px;
  margin-bottom: 0px;
}
.why-us p {
  color: #dae0f5;
  font-size: 12px;
}
.why-us .why-us-img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us .first-btn {
  background-color: #4AA5F0;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
}
.why-us .first-btn a {
  color: #fff;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
}
.why-us .second-btn {
  background-color: #FFC000;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
}
.why-us .second-btn a {
  color: #000;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
}

.testimonials {
  background: #14192D;
  padding: 50px 0px;
}
.testimonials span {
  background-color: #16757D;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
}
.testimonials h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  font-style: normal;
  text-transform: capitalize;
}
.testimonials h6 {
  color: #EAE6E5;
  font-weight: 800;
  font-style: normal;
  text-transform: capitalize;
}
.testimonials .col-box {
  padding: 30px 20px;
}
.testimonials .col-box p {
  color: #dae0f5;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}

.foot {
  background: url(../Images/footer-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 10px;
}
.foot i {
  font-size: 26px;
}
.foot p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.foot .foot-links {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .foot .foot-links {
    font-size: 18px;
  }
}
.foot .address-head {
  color: #EAE6E5;
}
.foot li {
  color: #fff;
}
.foot li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.foot h6 {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
}
.foot .info {
  font-size: 11px;
}
@media (max-width: 991px) {
  .foot .fc-bottom {
    text-align: center;
    margin-bottom: 10px;
  }
}

.about-intro {
  background-color: #1A2239;
  padding: 40px 0px;
}
.about-intro span {
  background-color: #16757D;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
}
.about-intro h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  font-style: normal;
  text-transform: capitalize;
}
.about-intro .first-btn {
  background-color: #4AA5F0;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
}
.about-intro .first-btn a {
  color: #fff;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
}
.about-intro .second-btn {
  background-color: #FFC000;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
}
.about-intro .second-btn a {
  color: #000;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 300;
}
.about-intro p {
  color: #dae0f5;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::before,
.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}

.slider .slide {
  width: 250px;
}
@media (max-width: 991px) {
  .slider .slide {
    width: 100px;
  }
}
.slider .slide img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}

.principles {
  background-color: #2E3241;
  padding: 40px 0px;
  overflow: hidden;
}
.principles h6 {
  color: #FFC000;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0px;
  font-style: normal;
}
.principles h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
.principles .col-box {
  background: #1A2239;
  padding: 20px 30px;
  height: 100%;
}
.principles .col-box h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
}
.principles .col-box p {
  color: #dae0f5;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.faq {
  padding: 40px 0px;
  background: #011130;
}
.faq h6 {
  color: #FFC000;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
}
.faq h2 {
  color: white;
  font-size: 42px;
  font-weight: 800;
  font-style: normal;
}
.faq p {
  color: #dae0f5;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.faq .faq-btn {
  background-color: #4AA5F0;
  padding: 5px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.faq .faq-btn a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.faq .accordion-item {
  border: 1px solid white;
}
.faq .accordion-button {
  background-color: #14192D !important;
  color: white;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: "Rajdhani", sans-serif !important;
}
.faq .accordion-body {
  background-color: #14192D !important;
  color: white;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-family: "Rubik", sans-serif !important;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}
.faq .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.service-banner {
  background-color: #011130;
  padding: 40px 0px;
}
.service-banner h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
}
.service-banner h1 span {
  color: #FFC000;
}
.service-banner p {
  color: #dae0f5;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .service-banner p {
    font-size: 10px;
  }
}
.service-banner button {
  background-color: #4AA5F0;
  padding: 5px 20px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.service-banner button a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

.service-service {
  background-color: #2E3241;
  padding: 40px 0px;
  overflow: hidden;
}
.service-service h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
}
.service-service h2 span {
  color: #FFC000;
}
.service-service .contact-cta {
  background-color: #EAE6E5;
  padding: 50px 20px;
  border-radius: 40px;
}
.service-service .contact-cta span {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 21px !important;
}
.service-service .contact-cta p {
  color: #000000;
  font-weight: 400;
}
.service-service .contact-cta button {
  background-color: #4AA5F0;
  padding: 5px 20px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.service-service .contact-cta button a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}
.service-service p {
  color: #dae0f5;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}
.service-service p a {
  color: #4AA5F0;
  font-weight: 800;
}
.service-service .col-box {
  background-color: #14192D;
  height: 100%;
  padding: 20px 10px;
}
.service-service .col-box h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-style: normal;
}
.service-service .col-box p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}
.service-service .col-box button {
  background-color: #4AA5F0;
  padding: 5px 20px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.service-service .col-box button a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

.contact-cta .container {
  background: #2E3241;
}

.endpoint {
  overflow: hidden;
  padding: 40px 0px;
  background: #14192D;
}
.endpoint button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.endpoint button a {
  color: #fff !important;
  text-decoration: none;
}
.endpoint h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.endpoint .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.endpoint .col-box h3 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: "Rajdhani", sans-serif !important;
}
.endpoint .col-box p {
  color: #011130;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "Outfit", sans-serif !important;
}
@media (max-width: 991px) {
  .endpoint .col-box p {
    font-size: 12px;
  }
}
.endpoint .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
  border: none !important;
}
.endpoint .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.endpoint .accordion-item {
  border-bottom: 1px solid #fff !important;
  border: none;
}

.cloud-solutions {
  overflow: hidden;
  padding: 40px 0px;
  background: #14192D;
}
.cloud-solutions button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.cloud-solutions button a {
  color: #fff !important;
  text-decoration: none;
}
.cloud-solutions h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.cloud-solutions .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.cloud-solutions .col-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}
.cloud-solutions .col-box p {
  color: #011130;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "Outfit", sans-serif !important;
}
@media (max-width: 991px) {
  .cloud-solutions .col-box p {
    font-size: 12px;
  }
}
.cloud-solutions .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
  border: none !important;
}
.cloud-solutions .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.cloud-solutions .accordion-item {
  border-bottom: 1px solid #fff !important;
  border: none;
}

.hardware {
  overflow: hidden;
  padding: 40px 0px;
  background: #14192D;
}
.hardware button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.hardware button a {
  color: #fff !important;
  text-decoration: none;
}
.hardware h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.hardware .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.hardware .col-box h4 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: "Rajdhani", sans-serif !important;
}
.hardware .col-box p {
  color: #011130;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "Outfit", sans-serif !important;
}
@media (max-width: 991px) {
  .hardware .col-box p {
    font-size: 12px;
  }
}
.hardware .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
  border: none !important;
}
.hardware .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.hardware .accordion-item {
  border-bottom: 1px solid #fff !important;
  border: none;
}

.data-lekage {
  overflow: hidden;
  padding: 40px 0px;
  background: #14192D;
}
.data-lekage button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.data-lekage button a {
  color: #fff !important;
  text-decoration: none;
}
.data-lekage h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.data-lekage .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.data-lekage .col-box h3 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: "Rajdhani", sans-serif !important;
}
.data-lekage .col-box p {
  color: #011130;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "Outfit", sans-serif !important;
}
@media (max-width: 991px) {
  .data-lekage .col-box p {
    font-size: 12px;
  }
}
.data-lekage .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
  border: none !important;
}
.data-lekage .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.data-lekage .accordion-item {
  border-bottom: 1px solid #fff !important;
  border: none;
}

.active-passive {
  overflow: hidden;
  padding: 40px 0px;
  background: #14192D;
}
.active-passive button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.active-passive button a {
  color: #fff !important;
  text-decoration: none;
}
.active-passive h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.active-passive .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.active-passive .col-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}
.active-passive .col-box p {
  color: #011130;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-family: "Outfit", sans-serif !important;
}
@media (max-width: 991px) {
  .active-passive .col-box p {
    font-size: 12px;
  }
}
.active-passive .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
  border: none !important;
}
.active-passive .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.active-passive .accordion-item {
  border-bottom: 1px solid #fff !important;
  border: none;
}

.utm-needs {
  overflow: hidden;
  padding: 40px 0px;
  background-color: #2E3241;
}
.utm-needs button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.utm-needs button a {
  color: #fff !important;
  text-decoration: none;
}
.utm-needs h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.utm-needs .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.utm-needs .col-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .utm-needs .col-box h3 {
    font-size: 18px;
  }
}
.utm-needs .col-box p {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .utm-needs .col-box p {
    font-size: 10px;
  }
}

.data-security {
  overflow: hidden;
  padding: 40px 0px;
  background-color: #2E3241;
}
.data-security button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.data-security button a {
  color: #fff !important;
  text-decoration: none;
}
.data-security h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.data-security .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.data-security .col-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .data-security .col-box h3 {
    font-size: 18px;
  }
}
.data-security .col-box p {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .data-security .col-box p {
    font-size: 10px;
  }
}

.web-service {
  overflow: hidden;
  padding: 40px 0px;
  background-color: #2E3241;
}
.web-service button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.web-service button a {
  color: #fff !important;
  text-decoration: none;
}
.web-service h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.web-service .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.web-service .col-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .web-service .col-box h3 {
    font-size: 18px;
  }
}
.web-service .col-box p {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .web-service .col-box p {
    font-size: 10px;
  }
}

.wireless-solutions {
  overflow: hidden;
  padding: 40px 0px;
  background-color: #2E3241;
}
.wireless-solutions button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.wireless-solutions button a {
  color: #fff !important;
  text-decoration: none;
}
.wireless-solutions h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.wireless-solutions .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.wireless-solutions .col-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .wireless-solutions .col-box h3 {
    font-size: 18px;
  }
}
.wireless-solutions .col-box p {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .wireless-solutions .col-box p {
    font-size: 10px;
  }
}

.email-security {
  overflow: hidden;
  padding: 40px 0px;
  background-color: #011130;
}
.email-security button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.email-security button a {
  color: #fff !important;
  text-decoration: none;
}
.email-security h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.email-security .col-box {
  background-color: #EAE6E5;
  padding: 15px;
  height: 100%;
  border-radius: 20px;
}
.email-security .col-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .email-security .col-box h3 {
    font-size: 18px;
  }
}
.email-security .col-box p {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .email-security .col-box p {
    font-size: 10px;
  }
}

.ddos {
  overflow: hidden;
  background-color: #011130;
  padding: 40px 0px;
}
.ddos button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.ddos button a {
  color: #fff !important;
  text-decoration: none;
}
.ddos h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.ddos .col-box {
  background-color: #2e3241;
  padding: 20px;
  height: 100%;
}
@media (max-width: 991px) {
  .ddos .col-box {
    padding: 10px;
  }
}
.ddos .col-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 991px) {
  .ddos .col-box h3 {
    font-size: 13px;
  }
}
.ddos .col-box p {
  color: #dae0f5;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
}
@media (max-width: 991px) {
  .ddos .col-box p {
    font-size: 12px;
  }
}

.data-backup {
  overflow: hidden;
  background-color: #011130;
  padding: 40px 0px;
}
.data-backup button {
  background: #4AA5F0 !important;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.data-backup button a {
  color: #fff !important;
  text-decoration: none;
}
.data-backup h2 {
  color: #EAE6E5;
  font-weight: 600;
}
.data-backup .col-box {
  background-color: #2e3241;
  padding: 20px;
  height: 100%;
}
@media (max-width: 991px) {
  .data-backup .col-box {
    padding: 10px;
  }
}
.data-backup .col-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 991px) {
  .data-backup .col-box h3 {
    font-size: 13px;
  }
}
.data-backup .col-box p {
  color: #dae0f5;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
}
@media (max-width: 991px) {
  .data-backup .col-box p {
    font-size: 12px;
  }
}

.cta-banner-service {
  padding: 80px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/cta-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cta-banner-service span {
  font-family: "Rajdhani", sans-serif !important;
  color: #EAE6E5;
  font-weight: 800;
  font-size: 22px;
}
.cta-banner-service p {
  color: #EAE6E5;
  font-weight: 400;
}
.cta-banner-service .second-btn {
  background-color: #FFC000;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
}
.cta-banner-service .second-btn a {
  color: #000;
  text-decoration: none;
  font-family: "Rubik", sans-serif !important;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}

.benefits {
  padding: 50px 0px;
  background-color: #2E3241;
}
.benefits h2 {
  color: #EAE6E5;
  font-weight: 700;
}
.benefits p {
  color: #EAE6E5;
  font-weight: 300;
}
.benefits b {
  font-weight: 600;
}
.benefits li {
  color: #EAE6E5;
  font-weight: 200;
}
.benefits h4 {
  color: #D88730;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0px;
}

.home-form {
  padding: 50px 0px;
  background-color: #2E3241;
}
.home-form h2 {
  color: #dae0f5;
  padding: 10px;
  margin: 0px;
}
.home-form p {
  color: #dae0f5;
  font-size: 16px;
  font-weight: 300;
}
.home-form .form-box {
  background-color: #14192D;
  padding: 20px;
}
.home-form .form-box input {
  padding: 5px;
  width: 100%;
  font-family: "Rajdhani", sans-serif !important;
}
.home-form .form-box textarea {
  padding: 5px;
  width: 100%;
  font-family: "Rajdhani", sans-serif !important;
}
.home-form .form-box button {
  background-color: #4AA5F0;
  color: #fff;
  padding: 5px 10px;
  border: none;
}

.share-box {
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 50%;
  transform: translate(0, -50%);
}

.share-box .icons {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-in;
  left: 0;
}

.share-box .icons a {
  background: #2E3241;
  color: #fff;
  transition: all 0.2s ease-in;
  height: 50px;
  opacity: 1;
  padding: 14px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}

.form-container {
  position: fixed;
  top: 55%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  background-color: #2E3241;
  background-position: center;
  background-size: cover;
  padding: 20px 50px;
  border-radius: 5px;
  display: none;
  z-index: 999999;
}
.form-container span {
  color: #EAE6E5;
  font-size: 24px;
  font-weight: 600;
}

.form-container button:hover {
  background-color: white;
  color: black;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.popup_form .cross {
  background-color: #19382B;
  color: #fff;
}
.popup_form .cross:hover {
  background-color: #19382B;
  color: #fff;
}

.popup_form label {
  color: #dae0f5;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 18px;
}

.popup_form input {
  font-family: "Rajdhani", sans-serif !important;
  font-size: 14px;
  color: #53626a;
}

.popup_form textarea {
  font-family: "Rajdhani", sans-serif !important;
  font-size: 14px;
  color: #53626a;
}

.popup_form h5 {
  color: #dae0f5;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 24px;
}

.form-container h4 {
  color: #FFC000;
  font-size: 21px;
  font-weight: 700;
}

.form-container p {
  color: #EAE6E5;
  font-size: 12px;
}

.popup_form h6 {
  color: #dae0f5;
  font-family: avalon-bold;
  font-size: 15px;
  text-align: center;
}

.popup_form button {
  background-color: #FFC000;
  color: #000;
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 500;
}
.popup_form button:hover {
  border: 1px solid #19382B;
}

@media (max-width: 576px) {
  .form-container {
    top: 50%;
    width: 100%;
    padding: 20px 10px;
  }
  .btn_brochure {
    background-color: #1e1916;
    padding: 5px 0 20px 0;
    margin-top: -5px;
  }
}
.our-gallery {
  background-color: #2e3241;
  overflow: hidden;
}
.our-gallery img {
  width: 100%;
  height: 100%;
}

.three-contact-cta {
  background-color: #00172F;
}
.three-contact-cta h5 {
  color: #EAE6E5;
  font-weight: 600;
}
.three-contact-cta p {
  color: #EAE6E5;
  font-weight: 300;
  font-size: 14px;
}
.three-contact-cta a {
  color: #EAE6E5;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 800;
}

.contact-page-form {
  background-color: #2E3241;
  padding: 50px 0px;
}
.contact-page-form .form-box {
  border: 1px solid #EAE6E5;
  padding: 20px;
}

.contact-page-form label {
  color: #dae0f5;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 18px;
}

.contact-page-form input {
  font-family: "Rajdhani", sans-serif !important;
  font-size: 14px;
  color: #53626a;
}

.contact-page-form textarea {
  font-family: "Rajdhani", sans-serif !important;
  font-size: 14px;
  color: #53626a;
  color: #fed8a7;
}

.privacy-policy {
  background-color: #2e3241;
  padding-top: 50px;
}
.privacy-policy h1 {
  color: #EAE6E5;
}
.privacy-policy p {
  color: #EAE6E5;
}
.privacy-policy h6 {
  color: #EAE6E5;
}
.privacy-policy li {
  color: #EAE6E5;
}/*# sourceMappingURL=style.css.map */