@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}

.text-red {
  color: #f62146;
}

.navigation {
  padding: 1.4rem 0;
}

.logo a img {
  max-width: 280px;
}
@media all and (max-width: 768px) {
  .logo a img {
    max-width: 170px;
  }
}

.links ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.links ul li {
  margin-right: 1.5rem;
}
.links ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
}
.links ul li a:hover {
  color: #0ccbe1;
}
@media all and (max-width: 768px) {
  .links {
    display: none;
  }
}

.banner {
  background-color: #0ccbe1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/banner-img.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2rem;
  min-height: 70vh;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .banner {
    padding: 3rem 1rem;
  }
}

.seo-banner {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/seo-banner.jpg");
}

.hardware-banner {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/hardware-banner.jpg");
}

.blog-one-banner {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../img/cyber-blog.webp");
}

.blog-two-banner {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../img/networkingblog.webp");
}

.about-banner {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../img/about-banner.webp");
}

.service-banner {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../img/services-banner.webp");
}

.blogs-banner {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../img/blogs-banner.webp");
}

.contact-banner {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/contact-banner.webp");
}

.banner-heading {
  font-weight: bold;
  font-size: 3.5rem;
  max-width: 700px;
  color: #fff;
}
@media all and (max-width: 768px) {
  .banner-heading {
    font-size: 2.3rem;
  }
}

.small-heading {
  font-size: 1.5rem;
  color: #0ccbe1;
  font-weight: 600;
}

.banner-para {
  max-width: 700px;
  color: #fff;
}

.link {
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  background-color: #fff;
  color: #0ccbe1;
}

.blue {
  color: #0ccbe1;
}

.red {
  color: #f62146;
}

.white {
  color: #fff !important;
}

.handburger {
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .handburger {
    display: none;
  }
}

.mobile-handburger {
  display: block;
}
@media all and (min-width: 768px) {
  .mobile-handburger {
    display: none;
  }
}

.sec {
  padding: 5rem 0;
}
@media all and (max-width: 768px) {
  .sec {
    padding: 2rem 0;
  }
}

.sec-heading {
  font-size: 4rem;
  color: #0ccbe1;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .sec-heading {
    font-size: 2.3rem;
  }
}

.choose-div {
  border-radius: 1.5rem;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0b1524;
  padding: 2rem;
  margin-bottom: 2rem;
  position: sticky;
  top: 1rem;
  color: #fff;
}
.choose-div h3 {
  font-size: 2.7rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .choose-div h3 {
    font-size: 2.3rem;
  }
}

.two {
  background-color: #fff;
  top: 2rem;
  border: 2px solid #0ccbe1;
  color: #0b1524;
}
.two p {
  color: #0b1524;
}

.three {
  top: 3rem;
  background-color: #fff;
  border: 2px solid #3d6399;
  color: #0b1524;
}
.three p {
  color: #0b1524;
}

.four {
  top: 4rem;
  background-color: #0b1524;
}

.test {
  min-height: 100vh;
}

.border-radius {
  border-radius: 1.2rem;
}

.fixed-bg-sec {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../img/fixed-bg.webp");
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
}
@media all and (max-width: 768px) {
  .fixed-bg-sec {
    padding: 1rem;
  }
}

.salogan {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 768px) {
  .salogan {
    font-size: 2rem;
  }
}

.bg-grey {
  background-color: #f9f9f9;
}

.top-1 {
  top: 1rem;
}

.service-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  display: flex;
}
.service-ul li {
  width: 220px;
  padding: 1rem;
  transition: all 0.4s ease-in-out;
  background-color: #d4d5cf;
  margin-right: 2rem;
  min-height: 400px;
  border-radius: 1.2rem;
  position: relative;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-ul li:first-child {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("../img/it-support.webp");
}
.service-ul li:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("../img/networking.webp");
}
.service-ul li:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cyber.webp");
}
.service-ul li:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/backup.webp");
}
.service-ul li .abs {
  position: absolute;
  color: #fff;
  bottom: 10px;
  font-weight: bold;
  word-wrap: normal;
  font-size: 1rem;
  transition: all 0.6s ease-in-out;
}
.service-ul li .service-content {
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  width: 350px;
  transition: all 0.4s ease-in;
  color: #fff;
}
.service-ul li .service-content h1 {
  font-size: 3;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #0ccbe1;
}
.service-ul li:hover {
  width: 500px;
  background-position: center center;
}
.service-ul li:hover .service-content {
  opacity: 1;
  visibility: visible;
  display: block;
}
@media all and (min-width: 768px) and (max-width: 1450px) {
  .service-ul {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media all and (max-width: 768px) {
  .service-ul {
    flex-direction: column;
  }
  .service-ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .service-ul li .service-content {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .service-ul li:hover {
    width: 100%;
    background-position: center center;
  }
}

.features {
  background-image: url("../img/mask.png");
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .features {
    min-height: 80vh;
  }
}

.landing-swiper {
  margin-top: 4rem;
  overflow-x: hidden;
}
.landing-swiper .swiper-wrapper .swiper-slide {
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  min-height: 330px;
  border: 1px solid #fff;
}
.landing-swiper .swiper-wrapper .swiper-slide .feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 1rem;
}
.landing-swiper .swiper-wrapper .swiper-slide h3 {
  font-weight: bold;
  color: #0ccbe1;
}
.landing-swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
  background-color: #72b4ff;
}
.landing-swiper .swiper-wrapper .swiper-slide:nth-child(odd) h3 {
  color: #fff;
}
.landing-swiper .swiper-wrapper .swiper-slide:nth-child(odd) p {
  color: #fff;
}
.landing-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.landing-swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.landing-swiper .swiper-pagination-custom .swiper-pagination-bullet,
.landing-swiper .swiper-pagination-fraction .swiper-pagination-bullet {
  width: 25px !important;
  height: 25px !important;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #0ccbe1;
}
.landing-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.landing-swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active,
.landing-swiper .swiper-pagination-custom .swiper-pagination-bullet-active,
.landing-swiper .swiper-pagination-fraction .swiper-pagination-bullet-active {
  background-color: #0ccbe1;
}

.landing-contact {
  background-image: url("../img/contact-bg.webp");
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .landing-contact {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/contact-bg.webp");
  }
}

.marquee {
  padding: 2rem 0;
  background-color: #0b1524;
  color: #fff;
}

.form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2rem 3rem;
}
@media all and (max-width: 768px) {
  .form {
    padding: 1rem 1rem;
  }
}

.field-container {
  margin-bottom: 1rem;
}
.field-container label {
  display: block;
  font-size: 1.1rem;
}
.field-container label span {
  color: #f62146;
}
.field-container input, .field-container textarea {
  background-color: #fff;
  border-radius: 0.6rem;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(100, 100, 111, 0.2);
  padding: 0.8rem 1rem;
  width: 100%;
}
.field-container input:focus, .field-container textarea:focus {
  border: 1px solid #0ccbe1;
}
.field-container textarea {
  min-height: 6rem;
}

.send-btn {
  width: 100%;
  padding: 0.9rem 1rem;
  text-align: center;
  background-color: #0ccbe1;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0;
  border-radius: 0.6rem;
}

.social {
  display: flex;
  align-items: center;
}
.social .content a, .social .content p {
  text-decoration: none;
  font-size: 1.1rem;
  color: #0b1524;
  font-weight: 600;
  margin: 0;
}

.icon-cont {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0ccbe1;
  display: grid;
  place-content: center;
  margin-right: 1rem;
}

.contact {
  background-image: url("../img/about-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.marquee-ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.marquee-ul li {
  padding-left: 1rem;
  position: relative;
  margin-left: 1rem;
  font-size: 1.2rem;
}
.marquee-ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 1.4rem;
  background-color: #0ccbe1;
}

.top-1 {
  top: 1rem;
}

footer {
  background-color: #0b1524;
  padding: 2rem 0;
}

.footer-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-ul li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 1rem;
}
.footer-ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 1.2rem;
  width: 2px;
  background-color: #0ccbe1;
}
.footer-ul li a {
  text-decoration: none;
  color: #fff;
}

@keyframes slideIn {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
.service-model {
  background-color: #0b1524;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 400px;
  z-index: 9999;
  animation: slideIn 0.4s ease-in-out;
  padding: 1rem;
}

.mobile-model {
  background-color: #0b1524;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
  z-index: 9999;
  animation: slideIn 0.4s ease-in-out;
  padding: 1rem;
}

.desk-cross {
  cursor: pointer;
}

.hide {
  display: none;
}

.hr {
  background-color: #727272;
  height: 1px;
  width: 100%;
  margin: 2rem 0;
}

.mobile-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-links ul li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #727272;
}
.mobile-links ul li:last-child {
  border: 0;
}
.mobile-links ul li a {
  text-decoration: none;
  color: #fff;
}

.mission-1 {
  background-color: #000;
  border-radius: 1.2rem;
  padding: 2rem 1rem;
  color: #fff;
}
.mission-1 h3 {
  color: #0ccbe1;
  font-weight: bold;
  font-size: 2.4rem;
}

.mission-2 {
  background-color: #0ccbe1;
  color: #0b1524;
}
.mission-2 h3 {
  color: #0b1524;
}

.process-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.process-ul li {
  max-width: 300px;
  margin-right: 1rem;
  position: relative;
}
.process-ul li .process-cont .num-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-ul li .process-cont .num-cont .num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid #0ccbe1;
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.process-ul li .process-cont .process-content {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1rem;
  border-radius: 1.2rem;
  min-height: 300px;
}
.process-ul li .process-cont h3 {
  color: #0ccbe1;
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .process-ul {
    justify-content: center;
  }
  .process-ul li {
    margin-right: 0;
    max-width: 100%;
  }
  .process-ul li .process-cont {
    margin-top: 1.5rem !important;
  }
  .process-ul li .process-cont .process-content {
    min-height: unset;
  }
}

.clippy {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
  background-image: url("../img/grid-circle.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media all and (max-width: 768px) {
  .clippy {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.sevices-page {
  background-color: #0b1524;
  border-top: 1px solid #d4d5cf;
}

.service-ul-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.service-ul-list li {
  flex: 1;
  height: 100%;
  margin-bottom: 1rem;
}
.service-ul-list li .service-list-inner {
  background-color: #E9ECF3;
  padding: 1.4rem;
  border-radius: 1.2rem;
  text-align: center;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-ul-list li .service-list-inner h5 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0b1524;
}
@media all and (max-width: 768px) {
  .service-ul-list {
    flex-direction: column;
  }
}

.service-contact {
  background-color: #E9ECF3;
  padding: 1.4rem;
  margin-top: 1rem;
  border-radius: 1.2rem;
  text-align: center;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-contact a {
  text-decoration: none;
  padding: 0.7rem 1rem;
  background-color: #0b1524;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.main-services {
  background-color: #0b1524;
}

.latest-heading {
  color: #0b1524;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.services-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.services-ul li {
  margin-right: 1rem;
  max-width: 380px;
  margin-bottom: 1rem;
}
.services-ul li .custom-card {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.8)), url("../img/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.2rem;
  padding: 1rem;
  min-height: 470px;
}
.services-ul li .custom-card h1 {
  font-size: 1.7rem;
}

.map {
  min-height: 600px;
}
@media all and (max-width: 768px) {
  .map {
    min-height: 400px;
  }
}

.video {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1rem;
  max-height: 98vh;
}

.latest-blogs {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.latest-blogs li {
  padding: 0.4rem 0;
  position: relative;
  padding-left: 1rem;
  margin-top: 0.5rem;
  transition: all 0.4s ease-in-out;
}
.latest-blogs li:hover {
  padding-left: 1.5rem;
  background-color: #d0d0d0;
}
.latest-blogs li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #0ccbe1;
}
.latest-blogs li a {
  text-decoration: none;
  color: #0b1524;
  font-size: 1.2rem;
  font-weight: 600;
}

.max-800 {
  max-width: 800px;
}

.max-900 {
  max-width: 900px;
}

.hardware-feature {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.hardware-feature .hardware-icon {
  width: 55px;
  height: 55px;
  background-color: #0ccbe1;
  border-radius: 0.6rem;
  display: grid;
  place-content: center;
  margin-bottom: 1.2rem;
}

.top-margin-8 {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .top-margin-8 {
    margin-top: 1rem;
  }
}

.choose-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.choose-ul li {
  margin-bottom: 1.5rem;
}
.choose-ul li .number {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  border: 2px solid #0ccbe1;
  color: #0ccbe1;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border-radius: 0.8rem;
}

.seo-list {
  list-style: none;
  padding: 0;
}
.seo-list li {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0.4rem;
}

.seo-service-ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 4rem;
}
.seo-service-ul li {
  margin-bottom: 1rem;
  width: 32%;
}
.seo-service-ul li .single-service {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.seo-service-ul li .single-service h4 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0ccbe1;
}
.seo-service-ul li .single-service:hover {
  transform: translateY(-10px);
}
@media all and (max-width: 992px) {
  .seo-service-ul {
    justify-content: space-between;
  }
  .seo-service-ul li {
    width: 48%;
  }
}
@media all and (max-width: 768px) {
  .seo-service-ul li {
    width: 100%;
  }
}

.separator {
  background-image: url("../img/separator.jpg");
  min-height: 60vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

.blogs-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.blogs-container .custom-card {
  width: 48%;
}
.blogs-container .custom-card a {
  text-decoration: none;
  color: #000;
}
.blogs-container .custom-card a .card-content {
  margin-top: 1rem;
}
.blogs-container .custom-card a .card-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0ccbe1;
}
@media all and (max-width: 768px) {
  .blogs-container .custom-card {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */