.swiper-slide .background-overlay {
  background-color: #000000;
  opacity: 0.45;
  transition: 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.banner-two__content h1,
.banner-three__content h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
.logo {
  display: block;
  width: 125px;
}

.main-menu .nav-custom li a.active {
  color: #ff6a18 !important;
}
.header__main .main-menu ul.sub-menu li a.active {
  color: var(--primary-color) !important;
}
.service-end-sec .card:hover {
  transition: var(--transition);
  background: linear-gradient(0deg, #3c72fc 0%, rgba(0, 0, 0, 0) 100%);
}
.banner__inner-page.e-gov-bg::before {
  z-index: -1;
  opacity: 0.05 !important;
}
.blog-single__left-item .desc-content .hilight-text p {
  width: 100%;
  max-width: 100%;
}
.blog__item .gallery-img-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .overlay,
  .banner-video__wrp,
  .brand-three-area,
  .case__image,
  .banner__inner-page,
  .header__main .main-menu ul li .sub-menu.menu-image .image {
    position: relative;

    padding-top: 100px;
  }
}

@media (max-width: 1289px) {
  .phNo {
    display: none !important;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 3rem auto;
  box-shadow: 0 2px 9px -2px rgb(0 0 0 / 74%);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}

.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}

.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}

.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}

.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}

.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}

.blog-card p:first-of-type {
  margin-top: 1.25rem;
}

.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #5ad67d;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}

@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 1000px;
  }

  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }

  .blog-card .description {
    flex-basis: 60%;
  }

  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .blog-card.alt {
    flex-direction: row-reverse;
  }

  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
}

.GreenSubheader {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4em !important;
  letter-spacing: 0px;
  color: #a5b038 !important;
  font-weight: 500;
  border-bottom: 0px solid #e39a2e;
}
.YellowSubheader {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4em !important;
  letter-spacing: 0px;
  color: #f1a01f !important;
  font-weight: 500;
  border-bottom: 0px solid #e39a2e;
}

.PCBlueSubheader {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4em !important;
  letter-spacing: 0px;
  color: #1395d3 !important;
  font-weight: 700 !important;
  border-bottom: 0px solid #e39a2e !important;
}

.timeline-card {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #436285 !important;
  position: relative;
}
.timeline-card-last {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #436285 !important;
  position: relative;
}

.timeline-card::before {
  content: "";
  width: 0.18rem;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  left: 8.3px;
  z-index: -1;
}
.timeline-card:first-of-type::before {
  content: "";
  width: 0.18rem;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  left: 8.3px;
  top: 50%;
  z-index: -1;
}
.last-card-item::before {
  content: "";
  width: 0.18rem;
  height: 50%;
  background: #dfdfdf;
  position: absolute;
  left: 8.3px;
  bottom: 50%;
  z-index: -1;
}
.circle-custom {
  font-size: 0.5rem !important;
}
.timeline-item {
  display: grid;
  align-items: center;
  gap: 0.5em;
  align-content: center;
  justify-items: start;
  justify-content: space-between;
  grid-template-columns: 5% 1fr;
}
.main-icon {
  margin-right: 0.1em;
  font-size: 2.45rem !important;
}

.card-item-pcblue {
  color: #1395d3;
  position: relative;
  width: 100%;
}

.subcard {
  position: relative;
  padding: 1.5em;
  background: #fdfdfd;
  color: black;
  width: -webkit-fill-available;
  min-height: 3.3rem;
}

.timeline {
  display: block !important;
}

.subcard {
  position: static !important;
  display: block;
}
@media (max-width: 1125px) {
  .timeline-item {
    grid-template-columns: 8% 1fr;
  }
}
@media (max-width: 850px) {
  .circle-custom {
    display: none;
  }
  .last-card-item::before {
    display: none;
  }
  .timeline-card:first-of-type::before {
    display: none;
  }
  .timeline-card::before {
    display: none;
  }
  .timeline-item {
    grid-template-columns: 8% 1fr;
  }
}

.team {
  padding-bottom: 70px;
}
.team .section-title {
  text-align: left;
  margin-bottom: 50px;
}
.team__item {
  height: 430px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.team__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 48, 96, 0.8);
  content: "";
  z-index: -1;
  opacity: 0;
  -webkit-transition: all, 0.5s, ease-out, 0.5s;
  -o-transition: all, 0.5s, ease-out, 0.5s;
  transition: all, 0.5s, ease-out, 0.5s;
}
.team__item:hover:after {
  opacity: 1;
}
.team__item:hover .team__text {
  top: 0;
}
.team__item:hover .team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: initial;
  opacity: 1;
  visibility: visible;
}
.team__item:hover .team__text p {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.team__item:hover .team__text .team__social {
  opacity: 1;
  visibility: visible;
  bottom: 34px;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.team__text {
  height: 100%;
  top: 361px;
  position: relative;
  padding: 35px 30px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  position: relative;
}
.team__text .team__title h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
}
.team__text .team__title span {
  font-size: 15px;
  color: #88c417;
}
.team__text p {
  color: #e4e4e4;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team__text .team__social {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.team__text .team__social a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 34px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.team__text .team__social a:last-child {
  margin-right: 0;
}
.team__text .team__social a:hover {
  color: #88c417;
}
@media (max-width: 768px) {
  .team__item {
    height: 350px;
  }
  .team__text {
    padding: 25px 20px 20px;
  }
}
.swiper_one {
  padding: 26px 0px;
}
.span-big {
  font-size: 32px;
  color: black;
}
.bordered {
  border: 2px dotted black;
  border-radius: 22px;
  padding: 48px;
}
.bordered .btn-one i {
  font-size: 28px;
}
.bordered .btn-one {
  border-radius: 6px;
}
.color-box {
  position: absolute;
  width: 162px;
  height: 162px;
  background-color: #f0b715;
  z-index: 2;
  bottom: 0px;
  right: 25px;
  border-top: 4px solid #f3f7fb;
  border-left: 4px solid #f3f7fb;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.color-box p {
  font-size: 14px;
}
.egov-bg {
  background-image: url("/OASYS-website-V5-2025/assets/images/banner/egovernance.jpg");
}
.contact__form_one form input,
.contact__form_one form textarea {
  padding: 6px 10px;
  margin-bottom: 20px;
}
.contact__form_one form textarea {
  height: 100px;
}
.contact__form_one form label {
  margin-bottom: 6px;
  font-weight: 600;
}
.contct-btn {
  display: block;
  text-align: center;
}
.bg-contact {
  background-image: url('../images/bg/egov.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.cont-details {
  padding: 20px;
  background-color: #000000a8;
  position: relative;
}
.cont-details h4 {
  display: inline-block;
  border-bottom: 2px solid #dca519;
}
.cont-info span {
  color: white;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.cont-info i {
  font-size: 18px;
}
.cont-info p {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}
.process-number-one {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background: #f4bd2d;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.service__item {
  border-radius: 16px;
}
.service__item::after {
  background: #f8c020;
  border-radius: 16px;
}
.service__icon {
  border-radius: 10px;
}
.product-img img {
  width: 70%;
}
.service__icon img {
  width: 42px;
}
.footer__item .social-icon a {
  border: 1px solid rgb(142 142 142 / 20%);
}
.footer__item .social-icon a:hover {
  background-color: #ffffff;
}
.header__main .main-menu ul li .sub-menu {
  left: -10px;
}
.banner-two__dot-wrp {
  bottom: 16px;
}

.quote {
  background-color: #007eff;
  padding: 25px;
  color: white;
  margin: auto;
}
.quote::before {
  content: "";
  position: absolute;
  background-color: #ed930d;
  width: 50%;
  height: 12%;
  left: 0;
  bottom: -16px;
}
.quote p {
  position: relative;
  z-index: 2;
}
.quote p::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #ed930d;
  width: 32px;
  height: 7px;
  left: 50%;
  transform: translate(7px, 17px);
}
.cloud_service__item {
  background-color: #ffffff;
  box-shadow: var(--shadow);
  padding: 20px 40px;
  border-radius: 0px 4px 4px 4px;
  position: relative;
}
.service__icon_one {
  position: absolute;
  width: 70px;
  height: 70px;
  text-align: center;
}
.service__icon_one img {
  width: 38px;
  filter: invert(1);
}
.service__icon_one {
  position: absolute;
  width: 80px;
  height: 56px;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 52px;
  border-radius: 0px 34px 34px 0px;
}
.service_text {
  margin-left: 45px;
  text-align: center;
}
.cloud_service__item::before {
  content: "";
  background-color: #6ab9ff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -52px;
  top: -36px;
  z-index: -1;
  border-radius: 0px 4px 4px 4px;
}
.number {
  position: absolute;
  top: -9%;
  left: -44px;
}
.number h4,.number
h5 {
  color: white;
}

.cloud_service__item.color_box_one::before {
  background-color: #ffb117;
}
.cloud_service__item.color_box_two::before {
  background-color: #0c0093;
}
.cloud_service__item.color_box_three::before {
  background-color: #03ab49;
}
.cloud_service__item.color_box_four::before {
  background-color: #0b95ff;
}
.cloud_service__item.color_box_five::before {
  background-color: #ff0b85;
}

.service__icon_one.curve-one {
  background-color: #ffb117 !important;
}
.service__icon_one.curve-two {
  background-color: #0c0093;
}
.service__icon_one.curve-three {
  background-color: #03ab49;
}
.service__icon_one.curve-four {
  background-color: #0b95ff;
}
.service__icon_one.curve-five {
  background-color: #ff0b85;
}

.image-one img {
  border-radius: 12px;
}
.mxd {
  max-width: 100%;
  background: #ffffff;
}
.team_item_one {
  height: 350px;
}
.ino-sec p {
  margin-top: 12px;
}
.ino-card {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  padding: 20px 20px;
  box-shadow: var(--shadow);
}
.ino-icon img {
    width: 56px;
}
.mobile-img img {
  width: 290px;
}
.brochure-sec{
  background-image: url(../images/product/product-band.jpg);
  background-size: cover;
  /* background-position-x: left; */
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.review-img img {
  width: 50px;
}
.bullet-para {
  margin-left: 80px;
}
.bullet-point {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ed910e;
  border-radius: 50px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bullet-point-one {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ed910e;
  border-radius: 50px;
 right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter__item img {
  filter: invert(1);
}
.counter__item h3 {
  color: #000000;
}
.counter__item h3 span {
  color: #000000;
}
.team__content {
  max-width: 275px;
}
.get-touch::before{
  content: "";
  position: absolute;
  border-bottom: 2px solid #e6a70d;
  top: 47px;
  left: 21px;
  height: 2px;
  width: 114px;
}

 .animate {
      position: relative;
      overflow: hidden;
      background-color: #f1f0ef;
      padding: 220px 0px;
    }

 .tech-button {
      position: absolute;
      padding: 4px 18px;
      background-color: #ffffff;
      color: #000000;
      border: none;
      border-radius: 30px;
      font-size: 14px;
      cursor: pointer;
      transition: transform 0.3s ease;
      z-index: 1;
      border: 1px solid #696969;
    }

    .tech-button:hover {
      transform: scale(1.5);
      z-index: 2;
    } 
   .animate-text {
    position: relative;
    z-index: 99999;
} 
    .animate-text h2 {
    border: 2px dotted #04a8e7;
    display: inline-block;
    padding: 24px;
    border-radius: 8px;
    color: #0096d4;
    background-color: #f1f0ef;
}
.animate-text span {
    color: #fc5a00;
}
.client-box img {
    width: 140px;
}
.tech-p{
  margin-top: 6px !important;
}
.tech-img img {
    width: 60%;
}
.technology-img {
    margin: auto;
    width: 70px;
}
.technology-img img {
    width: inherit;
}
.h-box {
    min-height: 160px;
}
.btn-session {
    border: 1px solid #949494;
    color: #575757 !important;
}
.btn-session:hover, .btn-session:focus, .btn-session:target, .btn-session:visited, .btn-session:active {
    background-color: black;
    color: white !important;
}