* {
  margin: 0px;
  padding: 0px;
}

/* ---------------   Nav Bar  -------------------- */
.life-logo-nav {
  background-color: #000;
  padding: 0px 20px;
  color: #fff;
}

.life-logo-nav .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.life-logo-nav .top-left {
  text-align: left;
}

.life-logo-nav .top-left,
.life-logo-nav .top-center,
.life-logo-nav .top-right {
  flex: 1;
  text-align: center;
  margin: 5px 0;
}

.logo-nav-color {
  color: #fff;
  text-decoration: none;
}

.life-logo-nav .top-right {
  text-align: right;
}

.life-logo-nav .top-left,
.life-logo-nav .top-center,
.life-logo-nav .top-right {
  flex: 1;
  text-align: justify;
  margin: 5px 0;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff;
}

.nav-box-padding {
  padding: 0px 50px !important;
}

.nav-link {
  color: #000 !important;
  font-weight: 600 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #f24413;
  color: #fff !important;
}

/* Optional: Remove blue focus outline */
.navbar-nav .nav-link:focus,
.dropdown-menu .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}


/* styling for dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-toggle::after {
  content: " \25BC";
  font-size: 0.6em;
  margin-left: 5px;
}



.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  transition: all 0.2s ease;
  margin-top: 0;
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
}

.navbar-nav .dropdown-menu {
  top: 100%;
  left: -150%;
}

.nav-item .dropdown-toggle::after {
  font-size: 1.1rem; 
}
/* Default (Desktop) styling assumed to be already present */

@media screen and (max-width: 768px) {
  .life-logo-nav .top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .life-logo-nav .top-left,
  .life-logo-nav .top-right {
    width: 100%;
    margin: 5px 0;
  }

  .life-logo-nav .top-left a,
  .life-logo-nav .top-right a {
    display: inline-block;
    margin: 5px 10px;
    font-size: 14px;
  }

  .life-logo-nav .top-left i,
  .life-logo-nav .top-right i {
    font-size: 16px;
  }
}






/* -- Slider -- */
.p-relative {
  position: relative;
}

.fix {
  overflow: hidden;
}

.slider-bg {
  min-height: 800px !important;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slider-content {
  position: relative;
  z-index: 2;
}

.mt-100 {
  margin-top: 100px;
}

.slider-content h5 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 18px;
  border-radius: 8px;
  display: inline-block;
  color: #f59c18;
}

.s-slider-content h2 {
  margin-bottom: 25px;
}

.slider-content h2 {
  font-size: 67px;
  letter-spacing: 1.0px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 700;
}

.slider-content h2 span {
  color: #f59c18;
}

.s-slider-content p {
  font-size: 18px;
  color: #cad1d9;
  line-height: 26px;
  margin: auto;
}

.slider-btn {
  display: inline-block;
  position: relative;
}

.btn {
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 30px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background: #f26520;
  border: none;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .slider-bg {
    min-height: 500px !important;
    background-position: center center;
  }

  .slider-content {
    text-align: center;
    padding: 0 20px;
  }

  .slider-content h5 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .slider-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .s-slider-content p {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    padding: 0 10px;
  }

  .btn {
    padding: 14px 20px;
    font-size: 14px;
  }

  .mt-100 {
    margin-top: 40px;
  }
}



/* ------------------------------------------ HOME PAGE ---------------------------------------- */


/* -- About us -- */
.icon {
  height: 30px;
  margin-right: 5px;
  margin-top: -4px;
}

.heading {
  font-weight: 600;
  font-size: 19px;
}

.main-heading-box {
  border-radius: 10px !important;
  padding: 7px 6px 7px 6px !important;
  border: 1px solid #000 !important;
}

.sub-heading {
  font-size: 27px;
  font-weight: bold;
}

.about-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .about-two {
    padding: 80px 15px;
  }
}

.about-two__image {
  position: relative;
  z-index: 2;
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .about-two__image {
    max-width: 570px;
  }
}

.about-two__image__one {
  position: relative;
  display: inline-block;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 446 605" xmlns="http://www.w3.org/2000/svg"><path d="M-0.00622559 40.1849C-0.00622559 13.8666 24.9721 -5.27938 50.3865 1.55858L416.387 100.034C433.854 104.734 445.994 120.571 445.994 138.66V565C445.994 587.091 428.085 605 405.994 605H39.9938C17.9024 605 -0.00622559 587.091 -0.00622559 565V40.1849Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 446 605" xmlns="http://www.w3.org/2000/svg"><path d="M-0.00622559 40.1849C-0.00622559 13.8666 24.9721 -5.27938 50.3865 1.55858L416.387 100.034C433.854 104.734 445.994 120.571 445.994 138.66V565C445.994 587.091 428.085 605 405.994 605H39.9938C17.9024 605 -0.00622559 587.091 -0.00622559 565V40.1849Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.about-two__image__one img {
  max-width: 100%;
  height: 600px;
}

@media (max-width:767px) {
  .about-two__image__one img {
    max-width: 100%;
    height: 418px;
  }

}

.about-two__image__border {
  position: absolute;
  right: 55px;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
  animation: zumpXtwo 700ms infinite alternate;
}

.about-two__image__two {
  position: absolute;
  right: 0;
  bottom: 75px;
  max-width: 272px;
  animation: movebounce3 3s linear infinite;
}

@media (max-width: 767px) {
  .about-two__image__two {
    display: none;
  }
}

.about-two__image__two img {
  width: 100%;
  height: auto;
  border: 10px solid var(--ienet-white, #fff);
  border-radius: 20px;
  filter: drop-shadow(0px 1px 8.5px rgba(var(--ienet-base-rgb, 223, 35, 57), 0.15));
}

.about-two__image__experiance {
  width: 182px;
  background-color: var(--ienet-base, #f23d12);
  position: absolute;
  left: -24px;
  top: 74px;
  text-align: center;
  padding: 0;
  padding: 30px 15px 23px;
}

@media (max-width: 767px) {
  .about-two__image__experiance {
    left: -15px;
  }
}

.about-two__image__experiance::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 47px 30px 0;
  border-color: transparent var(--ienet-black, #251444) transparent transparent;
}

.about-two__image__experiance__icon {
  font-size: 50px;
  line-height: 50px;
  color: var(--ienet-white, #fff);
}

.about-two__image__experiance__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--ienet-white, #fff);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.about-two__image__experiance__text {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: var(--ienet-white, #fff);
}

.about-two__content {
  position: relative;
  padding-left: 30px;
  padding-top: 16px;
}

@media (max-width: 1199px) {
  .about-two__content {
    padding: 45px 0 0;
  }
}

.about-two__content .sec-title {
  padding-bottom: 19px;
}

.about-two__content__text {
  margin: 0 0 28px;
}

@media (min-width: 1200px) {
  .about-two__content__text {
    padding-right: 10px;
  }
}

.about-two__content__box {
  position: relative;
  padding: 0 0 0 101px;
  min-height: 80px;
  margin-bottom: 30px;
}

.about-two__content__box__icon {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  font-size: 50px;
  color: var(--ienet-base, #000);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--ienet-white, #fff);
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 2;
  transition: all 400ms ease;
}

.about-two__content__box__icon::after {
  position: absolute;
  content: "";
  background-color: var(--ienet-base, #000);
  width: 140%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 6px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 600ms ease;
}

.about-two__content__box:hover .about-two__content__box__icon {
  color: var(--ienet-white, #fff);
}

.about-two__content__box:hover .about-two__content__box__icon::after {
  height: 140%;
}

.about-two__content__box__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 6px;
}

.about-two__content__box__text {
  line-height: 26px;
  margin: 0;
}

.about-two__content__user {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 45px;
}

.about-two__content__user__text {
  font-size: 16px;
  font-weight: 600;
  color: var(--ienet-base, #DF2339);
  text-transform: uppercase;
  border: 1px solid rgba(var(--ienet-base-rgb, 223, 35, 57), 0.2);
  border-radius: 100px;
  padding: 1px 9px;
}

.about-two__content__user__image {
  display: flex;
  align-items: center;
}

.about-two__content__user__image img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--ienet-gray, #F7F5F1);
}

.about-two__content__user__image img+img {
  margin-left: -20px;
}

.about-two__content__user__rm {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: var(--ienet-black, #251444);
  background-color: var(--ienet-white, #fff);
  border: 3px solid var(--ienet-gray, #F7F5F1);
  margin-left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-two--about-page {
  position: relative;
}

.about-two--about-page .about-two__content__box__icon {
  background-color: var(--ienet-gray, #F7F5F1);
}

.icon-world:before {
  content: "\e91b";
}



/* --- Services --- */
.service-box {
  padding: 90px 30px 50px 30px;
}

.tp-service__bg {
  background-size: cover;
}

.tp-service__section-wrapper {
  margin-bottom: 45px;
}

.tp-section-subtitle.section-subtitle-border {
  position: relative;
}

.service-box-2 {
  margin-top: 20px !important;
}

.tp-section-subtitle {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f23d12;
  display: inline-block;
  margin-bottom: 15px;
}

.icon-height {
  height: 85px !important;
}

.tp-service__right-box p {
  margin-bottom: 0;
  padding-left: 20px;
  margin-left: 25px;
  position: relative;
  color: #fff;
}

.tp-service__right-box p::after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 42px;
  background-color: #f23d12;
  content: "";
}

.tp-service__item:hover {
  background-color: #000;
}


.tp-service__item {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  border: 1px solid #edeeee;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  height: 200px;
}


@media (max-width:767px) {
  .tp-service__item {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    border: 1px solid #edeeee;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    height: 200px;
    margin-top: 10px;
  }
}

.tp-service__box-shape span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #ffb302;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-service__icon {
  margin-bottom: 17px;
}

.z-index {
  position: relative;
  z-index: 1;
}

.tp-service__icon span {
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  right: 27%;
}

.tp-service__title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
}

.we-offer-title{
  color: #000;
  text-decoration: none;
}
.tp-service__item:hover .we-offer-title{
  color: #fff;
}

/* -----  Why us  ----- */

.techwix-about-section-06 {
  padding-bottom: 200px;
}

.section-padding-03 {
  padding-top: 83px;
  padding-bottom: 100px;

}

@media (max-width:767px) {
  .section-padding-03 {
    padding: 10px;
  }
}

.techwix-about-section-06 .about-img {
  position: relative;
  margin-top: 70px;
  z-index: 1;
}

@media (max-width:767px) {
  .techwix-about-section-06 .about-img {
    position: relative;
    margin-top: 70px;
    z-index: 1;
    margin-bottom: 100px;
  }
}

.techwix-about-section-06 .about-img .shape-1 {
  position: absolute;
  left: 0;
  top: -25%;
  -webkit-animation: round-01 7s linear infinite;
  animation: round-01 7s linear infinite;
  z-index: -1;
  filter: grayscale(1);
}

.techwix-about-section-06 .about-img .image {
  padding-left: 70px;
}

.techwix-about-section-06 .about-img .image img {
  border-radius: 50%;
  height: 383px;
}

.techwix-about-section-06 .about-content-wrap {
  padding-right: 115px;
}

@media (max-width: 767px) {
  .techwix-about-section-06 .about-img .image img {
    border-radius: 50% !important;
    height: 241px !important;
    left: 20px !important;
    margin-left: -14px !important;
    margin-top: 10px !important;
  }

  .techwix-about-section-06 .about-img .shape-1 {
    position: absolute;
    left: 0;
    top: -25%;
    -webkit-animation: round-01 7s linear infinite;
    animation: round-01 7s linear infinite;
    z-index: -1;
    height: 391px;
  }

  .techwix-about-section-06 .about-content-wrap {
    padding: 15px;
  }
}

@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

.tik-icon-styling {
  color: #f23d12;
  margin-right: 10px;

}



/* ----- Counter  --------- */
.techwix-counter-section {
  background: #e5effa;
  padding-top: 60px;
  padding-bottom: 80px;
}

.techwix-counter-section .counter-wrap {
  margin-top: -30px;
}

.single-counter {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.single-counter .counter-img {
  height: 95px;
  width: 95px;
  line-height: 95px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.single-counter .counter-content {
  margin-left: 20px;
}

.single-counter .counter-content span {
  font-size: 40px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #086ad8;
}

.single-counter .counter-content p {
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c4d56;
}

.techwix-counter-section-02 .counter-wrap {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  margin-bottom: -120px;
  position: relative;
  z-index: 5;
  padding: 15px 25px 75px;
}

.techwix-counter-section-02 .single-counter {
  position: relative;
  margin-left: 30px;
}

.techwix-counter-section-02 .single-counter::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #e1e1e1;
  width: 1px;
  height: 220px;
  transform: translateY(-44%);
}

.techwix-counter-section-02 .single-counter.single-counter-4::before {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .techwix-counter-section-02 .counter-wrap {
    padding: 15px 55px 75px;
  }

  .techwix-counter-section-02 .single-counter {
    margin-left: 0px;
  }

  .techwix-counter-section-02 .single-counter::before {
    display: none;
  }
}

@media only screen and (max-width: 449px) {
  .techwix-counter-section-02 .counter-wrap {
    padding: 15px 28px 75px;
  }
}

.techwix-counter-section-03 {
  background: #010642;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.techwix-counter-section-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #f23d12eb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single-counter-02 {
  margin-top: 30px;
}

.single-counter-02 span {
  font-size: 73px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}

.single-counter-02 p {
  font-size: 21px;
  line-height: 77px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: bold;
}

.techwix-counter-section-04 {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.techwix-counter-section-04::before {
  display: none;
}

.techwix-counter-section-04 .counter-wrap {
  background: linear-gradient(55deg, #693eaa 25%, #47bbff 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: -110px;
  padding-top: 65px;
  padding-bottom: 95px;
}

.techwix-counter-section-04 .counter-wrap .single-counter-02 span {
  color: #ffffff;
}


/* ----- What We do ----- */
.our-feature {
  padding: 50px 0px 20px 0px;
}

@media (max-width:767px) {
  .our-feature {
    padding: 50px 15px;
  }
}

.section-title {
  margin-bottom: 40px;
}

.feature-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 30px;
  margin-bottom: 15px;
}

.feature-list ul li::before {
  content: '\f14a';
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 900;
  color: #f59c18;
}

.feature-body-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-top: 1px solid #39251a1a;
  margin-top: 40px;
  padding-top: 40px;
}

.feature-body-list .feature-item {
  width: calc(50% - 15px);
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.feature-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.feature-body-list .feature-item .icon-box {
  height: 40px;
  width: 40px;
  margin-right: 15px;
}

.feature-item .icon-box {
  position: relative;
  background-color: #f59c18;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  overflow: hidden;
  z-index: 1;
}

.feature-item .icon-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #39251a;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  height: 100%;
  height: 100%;
}

.feature-body-list .feature-item .icon-box img {
  max-width: 20px;
}

.feature-item .icon-box img {
  position: relative;
  max-width: 24px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.feature-body-list .feature-item-content {
  width: calc(100% - 55px);
}

.feature-item-content {
  position: relative;
  width: calc(100% - 70px);
  z-index: 1;
}

.feature-body-list .feature-item-content h3 {
  font-size: 18px;
}

.feature-item-content h3 {
  font-size: 20px;
  line-height: 1.3em;
  text-transform: capitalize;
}

.feature-image {
  margin: 0 25px;
}

.feature-image figure {
  display: block;
}

figure {
  margin: 0;
}

/* .feature-image img {
  width: 100%;
  aspect-ratio: 1 / 1.45;
  object-fit: cover;
} */

.feature-image img {
  width: 100%;
  /* aspect-ratio: 1 / 1.45; */
  /* object-fit: cover; */
  margin-bottom: -36px;
}

@media (max-width:767px) {
  .feature-image img {
    width: 100% !important;
    /* aspect-ratio: 1 / 1.45; */
    /* object-fit: cover; */
    margin-bottom: 36px;
    margin-top: -106px !important;
  }
}

.feature-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 3px;
}

.feature-item .icon-box {
  position: relative;
  background-color: #000000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  overflow: hidden;
  z-index: 1;
}

.feature-item .icon-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #39251a;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  height: 100%;
  height: 100%;
}

.feature-item .icon-box img {
  position: relative;
  max-width: 43px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.feature-item-content {
  position: relative;
  width: calc(100% - 70px);
  z-index: 1;
}

.feature-item-content h3 {
  font-size: 20px;
  line-height: 1.3em;
  text-transform: capitalize;
}

.feature-item-content p {
  margin: 10px 0 0 0;
}

.feature-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}




/* --- Testimonial --- */
.testi-section {
  background-color: #000;
  padding: 60px 0;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-container {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.testi-card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  flex: 0 0 calc(33.3333% - 13.33px);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .testi-card {
    flex: 0 0 100%;
  }
}

.testi-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.testi-nav button {
  background-color: #f23d12;
  border: none;
  color: white;
  font-size: 20px;
  margin: 0 10px;
  padding: 3px 14px;
  border-radius: 3px;
  cursor: pointer;
}

.testi-nav button:hover {
  background-color: #f59c18;
}

.card-text {
  font-size: 15px;
  margin-bottom: 25px;
}

.testimonials .card {
  border-bottom: 3px #007bff solid !important;
  transition: 0.5s;
  margin-top: 60px;
}

.testimonials .card i {
  background-color: #007bff;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}



/* 
.testi-section {
  background-color: #000;
  padding: 60px 0;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-container {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.testi-card {
  background-color:
    #ffffff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  flex: 0 0 calc(33.3333% - 13.33px);
  box-sizing: border-box;
}

.testi-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.testi-profile img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #000;
}

.testi-client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}

.testi-profession {
  font-size: 0.85rem;
  color: #000;
  text-transform: uppercase;
}

.testi-text {
  font-size: 0.95rem;
  color: #000;
}

.testi-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.testi-nav button {
  background-color: #f23d12;
  border: none;
  color: white;
  font-size: 20px;
  margin: 0 10px;
  padding: 3px 14px;
  border-radius: 3px;
  cursor: pointer;
}

.testi-nav button:hover {
  background-color: #f59c18;
}

.card-text {
    font-size: 15px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
  .testi-card {
    flex: 0 0 100%;
  }
}


.testimonials .card {
  border-bottom: 3px #007bff solid !important;
  transition: 0.5s;
  margin-top: 60px;
}

.testimonials .card i {
  background-color: #007bff;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}
 */




/* ------------------------------  Footer --------------------------- */
.footersection {
  padding: 35px 50px 5px 50px;
  overflow: hidden;
  text-align: left;
  background: #000;
  z-index: 1;
}

.footer-para {
  padding: 0px 35px;
}

.footer-para-width {
  width: 421px;
}

@media (max-width: 767px) {
    .footer-para-width {
        width: 260px;
    }
}

.footercontent a {
  margin: 0 3px;
}

.footercontent a i {
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  height: 30px;
  width: 30px;
  margin: auto;
  line-height: 28px;
  font-size: 16px;
  border-radius: 50%;
}

.footercontent a i:hover {
  color: #000;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
}



.footersection+hr {
  margin-top: 30px;
}

.footertitle {
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: .15em;
  color: #fff;
}

.footercolwidth {
  font-size: 12px;
  margin-left: -38px;
  font-size: 13px;
  line-height: 1.43;
  font-weight: 400;
  letter-spacing: .1em;
}

footer p {
  line-height: 18px;
  font-size: 12px;
  color: #fff;
}

.footercolwidth li {
  margin-top: 24px;
  color: #fff;
  list-style: none;
}

.footercolwidth li a {
  color: #fff;
  text-decoration: none;
}

.width-insurances {
  line-height: 7px;
}

.footermenulist {
  text-align: center;
  font-size: 13px;
  line-height: 1.43;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: -20px;
  margin-left: -20px;
}

.footermenulist>li {
  display: inline-block;
  margin-bottom: 17px;
  width: 100%;
  text-align: left;
}

.footermenulist a,
.footermenulist a:focus,
.footermenulist a:active {
  color: #fff;
}

.footermenulist a:hover {
  color: #336699;
}


.copyrights {
  text-align: center;
  color: #87919F;
}

@media (min-width: 768px) {

  .footermenulist {
    text-align: left;
  }
}

@media(max-width:767px) {
  .productframe {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footercolwidth {
    margin-left: -20px;
  }
}

.slider-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}




/* ----- Brand We Work with  ------ */
.brand-box {
  padding: 50px 0px 50px 0px;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 50px;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.brand-logo {
  border: 1px solid #00000026;
  flex: 0 0 auto;
  /* background-color: #00000040; */
  padding: 10px;
  border-radius: 20px;
}





/* ------------------------  ALL PAGE HEADER  ---------------------- */

/* .page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(10, 10, 10, 0.8)), url('assets/Images/Slider/all-page-header.jpg') center center no-repeat;
  background-size: cover;
} */

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
  color: var(--primary);
}

.all-header-size {
  font-weight: 600 !important;
  color: #fff4f4 !important;
}


/* -------------------------------  ABOUT US PAGE  ------------------------ */

/* about us */
.about-page-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.about-page-img img {
  position: absolute;
  width: 60%;
  height: 80%;
  object-fit: cover;
  border-radius: 20px 0px 20px 0px;
}

.about-page-img img:nth-child(2) {
  margin: 20% 0 0 40%;
  border: 10px solid #fff;
}

.about-page-img::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 5px solid #f23d12;
  z-index: -1;
}

.about-page-box {
  padding: 50px 0px 100px 0px;
}

.about-page-img .about-page-img-overlay {
  position: absolute;
  width: 60%;
  height: 80%;
  margin: 20% 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px 0px 20px 0px;
}

.about-page-para {
  margin-top: 20px;
}

.about-page-tik {
  border: 1px solid;
  border-radius: 30%;
  padding: 2px;
  margin-right: 10px;
}

.about-page-text {
  font-weight: 500;
  color: #444040;
  font-size: 17px;
  margin-bottom: 10px;
}

.about-page-heading {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 10px 0 15px 0;
}

.about-page-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.about-page-feature-list {
  list-style: none;
  padding-left: 0;
}




/* ---- Vision Mission  ---- */




.sp {
  padding: 100px 0px;
}

@media(max-width:767px){
  .sp {
  padding: 20px 0px;
}
}

.space30 {
  height: 30px;
}

.blog4 .blog4-box .image {
  border-radius: 7px;
  overflow: hidden;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.blog4 .blog4-box .image img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.4s;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.blog4 .blog4-box .heading4 {
  border-radius: 7px;
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  margin: -130px 30px 0px 30px;
  position: relative;
  z-index: 1;
}

@media(max-width:767px){
  .blog4 .blog4-box .heading4 {
    border-radius: 7px;
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    margin: -100px 0px 30px 0px;
    position: relative;
    z-index: 1;
}
}

.heading4 h3 a {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  transition: all 0.4s;
}

.space16 {
  height: 16px;
}

.heading4 p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #676879;
  transition: all 0.4s;
}

.image.image-anime {
  overflow: hidden;
  position: relative;
}

.image.image-anime img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
}

.image.image-anime:hover img {
  transform: scale(1.1);
}


.image.image-anime {
  position: relative;
  overflow: hidden;
}

.image.image-anime img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

.image.image-anime::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.image.image-anime:hover img {
  transform: scale(1.1);
}

.image.image-anime:hover::after {
  opacity: 0.4;
}


.vm-icon {
  border: 1px solid #f5af19;
  background: #f5af1966;
}




/* -----  Why Us  ----- */


.work-process__four {
  background-color: #f0f8ff;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 70px 0px 70px 0px;
}

.work-process__four-title .subtitle-one {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1490196078);
}

.subtitle-one,
.subtitle-two,
.subtitle-three,
.subtitle-four {
  position: relative;
  text-transform: capitalize;
  font-family: var(--heading-font);
  color: var(--primary-color-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.87;
  display: inline-block;
  margin-bottom: 14px;
  background: rgba(14, 89, 242, 0.1019607843);
  padding: 1px 25px;
  border-radius: 10px;
}

.work-process__four-title h2 {
  color: #000000;
  margin-bottom: 30px;
}

.work-process__four-title p {
  color: #3e3e3e;
  width: 85%;
  text-transform: none;
  margin-bottom: 40px;
  margin-top: 20px;
}

.work-process__four-single-item {
  position: relative;
  border: 1px solid #000;
  padding-left: 20px;
  background-color: #ffffff;

}

.work-process__four-single-item i {
  background: rgba(255, 255, 255, 0.1019607843);
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
}



.work-process__four-single-item h4 {
  color: #000000;
  margin-bottom: 10px;
}

.work-process__four-single-item p {
  color: #000000;
  width: 90%;
  text-transform: none;
}



/* ---- Contact Us  ------ */

.contact-page-box{
  background-color: #0000040f;
    padding: 50px !important;
    border-radius: 20px;
}


.contact-page{
  padding: 50px 0px 100px 0px;
}

.contact-page .contact-boxs {
  padding-right: 60px;
}

.heading1 h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
  color: #000;
}

.heading1 p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #676879;
  transition: all 0.4s;
}

.contact-page .contact-boxs .contact-box {
  display: flex;
  align-items: center;
  background-color: #F8F9FA;
  border-radius: 7px;
  padding: 20px 24px;
  margin-top: 30px;
  transition: all 0.4s;
}

.contact-page .contact-boxs .contact-box .icon {
  height: 60px;
  width: 60px;
  background-color: rgba(14, 55, 177, 0.1725490196);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}

.contact-page .contact-boxs .contact-box .heading {
  padding-left: 16px;
}

.contact-page .contact-boxs .contact-box .heading h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}

.contact-page .contact-boxs .contact-box .heading a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #676879;
  display: inline-block;
  text-decoration: none;
}

.contact-page .contact-boxs .contact-box {
  display: flex;
  align-items: center;
  background-color: #F8F9FA;
  border-radius: 7px;
  padding: 20px 24px;
  margin-top: 30px;
  transition: all 0.4s;
}

.contact-form-details {
  background-color: #F8F9FA;
  padding: 32px;
  border-radius: 7px;
}

.contact-form-details .single-input input,
.contact-form-details .single-input textarea {
  padding: 16px;
  border: none;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
  color: #676879;
}

.btn1 {
  background-color: red;
  padding: 5px 20px 5px 20px;
  border: 1px solid red;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}

.map-box{
  margin-top:50px;
  border-radius: 20px !important;
}


@media (max-width: 991px) {
  .contact-page {
    padding: 40px 0px 80px 0px;
  }

  .contact-page .contact-boxs {
    padding-right: 0;
  }

  .heading1 h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading1 p {
    font-size: 15px;
    line-height: 24px;
  }

  .contact-page .contact-boxs .contact-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .contact-page .contact-boxs .contact-box .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .contact-page .contact-boxs .contact-box .heading {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .contact-page-box {
    padding: 30px !important;
  }

  .heading1 h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading1 p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-form-details {
    padding: 24px;
  }

  .contact-form-details .single-input input,
  .contact-form-details .single-input textarea {
    padding: 14px;
    font-size: 14px;
  }

  .btn1 {
    font-size: 14px;
    padding: 5px 16px;
  }

  .map-box {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .contact-page {
    padding: 30px 0px 60px 0px;
  }

  .contact-page-box {
    padding: 20px !important;
  }

  .heading1 h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-form-details {
    padding: 20px;
  }

  .btn1 {
    width: 100%;
    text-align: center;
  }
}
  




/* -----------------------   Security  Page  ---------------------- */

.align-product-center {
    justify-content: center;
    align-items: center;
}

.service-page-box{
  padding: 0px 40px 40px 40px;
}

.service-area {
    position: relative;
    overflow: hidden;
}

.service__shape {
    position: absolute;
    right: -100px;
    top: 80px;
    z-index: -1;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.sway_Y__animation {
    animation: sway_Y 3s linear infinite alternate;
}

@keyframes sway_Y {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(20px);
	}
}

.service__item {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 40px 30px;
    box-shadow: 0px 4px 25px 0px #0000000f;
        height: 300px;
}

.service__item .service-shape {
    position: absolute;
    top: 22px;
    right: 0;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}

.service__icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background-color: #3c72fc1a;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}
.service__item h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-title{
  color:#f23d12;
}

.service__item p {
    transition:all 0.3s ease-in-out;
}

.service__item.active p {
    color: var(--white);
    opacity: 90%;
}

.service__item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--gradient-bg);
    transition: var(--transition);
    z-index: -1;
}

.service__item.active::after {
    width: 100%;
    right: unset;
    left: 0;
}
/* 
.service__item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #3c72fc -10.59%, #00060c 300.59%);
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
 */

.service__item-2{
  height: 310px;
}

.service-shape img{
  filter: grayscale();
}

.service-shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* White overlay with 50% opacity */
  pointer-events: none; /* Allows clicks to pass through if needed */
}

 @media (max-width:767px){
  .service__item {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 40px 30px;
    box-shadow: 0px 4px 25px 0px #0000000f;
        height: auto;
}
.service__item-2{
  height: auto;
}

 }



 /**Service page Start***/

.center-screen-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.Service-Page {
    background-color: #fff;
    padding: 30px 100px 30px 100px;
}

.Service-Page-content {
    margin-right: 30px;
}

    .Service-Page-content .section-title {
        margin-bottom: 30px;
    }

.Service-Page-info-list {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-bottom: 30px;
}

.Service-Page-info-item {
    margin-bottom: 30px;
}

.title-icon{
  height: auto;
  width: 20px;
}

    .Service-Page-info-item:last-child {
        margin-bottom: 0;
    }

    .Service-Page-info-item h3 {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .Service-Page-info-item i {
        color: #0b3b85;
    }
    /*.Service-Page-info-item h3:before{
    content: '\f058';
    position: absolute;  
    font-weight: 900;
    font-size: 20px;
    color: #0b3b85;
    display: inline-block;
    line-height: normal;
    top: 1px;
    left: 0;
}*/

    .Service-Page-info-item p {
        margin-bottom: 0;
    }

.Service-Page-images {
    position: relative;
    padding: 0 70px 0 80px;
}

.Service-Page-img-1 figure {
    display: block;
    border-radius: 20px;
}

.Service-Page-img-1 img {
    width: 100%;
    height: 460px;
    aspect-ratio: 1 / 1.356;
    border-radius: 20px;
    object-fit: cover;
}

.Service-Page-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(46%);
    width: 100%;
    max-width: 220px;
    z-index: 1;
}

   .Service-Page-img-2 figure {
    display: block;
    border: 2px solid #ff0000;
    border-radius: 20px;
    overflow: hidden;
    width: fit-content;
    padding: 20px;
    background-color: #e2e2e2;
}
    .Service-Page-img-2 img {
        width: auto;
        /*aspect-ratio: 1 / 1.2;*/
        object-fit: cover;
    }


.company-timing {
    position: absolute;
    bottom: 40px;
    right: 0;
    background-color: #0b3b85;
    border-radius: 20px;
    width: 100%;
    max-width: 240px;
    padding: 15px;
    margin: 8px 8px 0 0;
}

    .company-timing h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin: 0 35px 15px 0;
    }

    .company-timing ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .company-timing ul li {
            font-size: 16px;
            line-height: normal;
            color: #fff;
            margin-bottom: 15px;
            display: flex;
            justify-content: space-between;
        }

            .company-timing ul li span {
                width: 50%;
                font-weight: 600;
            }

            .company-timing ul li:last-child {
                margin-bottom: 0;
            }

    .company-timing figure {
        position: absolute;
        top: -8px;
        right: -8px;
        border: 8px solid #fff;
        border-radius: 50%;
    }

    .company-timing img {
        max-width: 44px;
    }

.image-anime {
    position: relative;
    overflow: hidden;
}

    .image-anime:hover:after {
        height: 250%;
        transition: all 600ms linear;
        background-color: transparent;
    }

    .image-anime:after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255,255,255,.3);
        transform: translate(-50%,-50%) rotate(-45deg);
        z-index: 1;
    }

@media (max-width: 768px) {
    .Service-Page-img-1 img {
        height: auto;
    }

    .Service-Page-images {
        max-width: 100%;
        padding: 0 40px 0 50px;
    }

    .Service-Page {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
}
}
/**Services page End**/