/********** CSS **********/

/* FAQ start */
/* @import url("https://fonts.googleapis.com/css?family=Montserrat"); */

@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

html {
  overflow-x: hidden !important;
}

.body {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.2px;
  color: #323232;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.text-decoration-underline {
  text-decoration: underline !important;
  background: #4e8fd536;
  padding: 10px 10px 10px;
  font-size: 18px;
}

.sub-title-sty {
  font-weight: 700 !important;
  background: #5292d714;
  padding: 10px 10px 10px;
}

.bg-light {
  background-color: #e9ebed !important;
}

.contact-txt-clr {
  color: #000000fa !important;
}

.object-cover {
  object-fit: cover;
}

.bg-primary-gradient {
  background: -webkit-linear-gradient(#014bac, #041f46);
}

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

.why-choose .card {
  transition: transform 1s;
}

.why-choose .card:hover {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  transition: transform 1s;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  /* border-radius: 0.5rem; */
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  /* font-weight: bold; */
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header.active {
  background-color: #1259b8;
  color: #fff;
}

.accordion-item-header:hover {
  /* background-color: #3a936f; */
  background: -webkit-linear-gradient(#1057b638, #1259b878);
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  background: #1259b8;
  align-items: center;
  display: flex;
  color: #fff;
  justify-content: center;
  border-left: 1px solid #fff;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.service-item {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.btn-mob {
  color: #444;
}

.footer {
  background: linear-gradient(0deg, #002f6c 0%, #004aac 92%);
}

/* FAQ end */

.topbar {
  background-color: #2f6bba;
  position: relative;
  padding: 3px 0;
}

.topbar::before {
  background: #3c9c89 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -60px;
  position: absolute;
  -webkit-transform: skewX(39deg);
  transform: skewX(319deg);
  width: 36%;
  top: 0;
}

.topbar .top-time {
  font-size: 14px;
}

/* team start */
.img-fluid {
  width: 100%;
  height: 150px;
}

.box {
  border-radius: 0px;
  background: #fff;
  position: relative;
  /* overflow: hidden; */
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

/* .box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 0px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.30);
    transition: all 0.3s ease;
    background-image: linear-gradient(to bottom, #FFE7C9 0%, #3a936f 100%);
  } */

.box:hover:before {
  width: 100%;
}

.box:hover .image-wrapper {
  padding: 0;
}

/* .box:hover .box-desc {
    color: #fff;
  } */

.box:hover .social li a {
  background: #fff;
  background-image: none;
  color: #000;
}

.box:hover .social li a:hover {
  background: #1d1d1d;
  color: #fff;
}

.image-wrapper {
  position: relative;
  max-width: 150px;
  max-height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  /* padding: 15px; */
  transition: all 0.5s ease;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.image-wrapper img {
  border-radius: 50%;
  transition: all 500ms ease;
}

.box-desc {
  position: relative;
}

ul.social {
  padding: 0;
}

ul.social li {
  display: inline-block;
  list-style-type: none;
}

ul.social li a {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s ease;
}

.geeks {
  overflow: hidden;
  margin: 0 auto;
}

.geeks:hover img {
  transform: scale(1.5);
}

/* team end */

/* ================= */
:root {
  --primary: #054cac;
  --secondary: #8d9297;
  --light: #f8f9fa;
  --dark: #182333;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
  border-radius: 10px 0;
}

.btn-square {
  width: 33px;
  height: 33px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-secondary {
  color: #000;
  background-color: #8d9297;
  border-color: #8d9297;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
  margin: 0 16px;
  padding: 18px 0;
  color: var(--dark);
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  font-size: 16px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active .nav-link {
  color: var(--primary);
}

.navbar .navbar-nav .active {
  border-bottom: 2px solid #004aac;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

section.vis-mis .mission .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* border: 2px solid #004aac; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 0px 3px #044dad;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 25px;
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  /* .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;

    } */
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
    padding: 0px 5px 10px 5px;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  /* background: rgba(0, 0, 0, .65); */
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--dark);
  border: 15px solid var(--dark);
  border-radius: 50px;
}

.carousel-caption .breadcrumb-item + .breadcrumb-item::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  section.top-padd.free_consultation_section.section-spacing.three-step.pt-10 {
    height: auto;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  section.top-padd.free_consultation_section.section-spacing.three-step.pt-10 {
    height: auto;
  }
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
  }

  .login-mbl-rep img,
  svg {
    height: 300px;
    vertical-align: middle;
  }

  #login-from .mt-5 {
    margin-top: 15px !important;
    margin-bottom: auto !important;
  }

  section.about-us .container-xxl.py-5 {
    margin-top: -55px;
    margin-bottom: -50px;
  }

  section.about-us .detail-img img {
    height: 300px;
    width: 100%;
  }
section.about-us .position-absolute{
  display: none;
}
  section.expert-team {
    margin-bottom: -50px;
  }

  section.service-detail {
    margin-top: -55px;
    margin-bottom: -50px;
  }

  section.service-detail img {
    height: 200px;
    width: 100%;
  }

  .service-three-mbl p {
    text-align: left;
    padding-left: auto;
    padding-right: auto;
  }

  #registration-from {
    padding: 20px !important;
  }

  h4.display-2.text-right.text-light.mb-3.slideInDown {
    font-size: 30px;
  }

  section.vis-mis .mission {
    height: auto;
  }

  section.top-padd.free_consultation_section.section-spacing.three-step.pt-10 {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/*** Facts ***/
.facts-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
}

.facts-overlay h1 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
  color: var(--primary) !important;
}

/*** Service ***/
.service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--primary);
  opacity: 0;
  transition: 0.5s;
}

.service-item:hover .service-text::before {
  height: 200%;
  opacity: 1;
}

.service-text * {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover .service-text * {
  color: #ffffff !important;
}

.service-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-item h4 {
  font-size: 22px;
  font-weight: 600;
}

/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
}

/*** Team ***/
.team-text {
  position: absolute;
  width: 75%;
  bottom: 30px;
  left: 0;
  transition: 0.5s;
}

.team-item:hover .team-text {
  width: 100%;
}

.team-text * {
  transition: 0.5s;
}

.team-item:hover .team-text * {
  letter-spacing: 2px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item img {
  width: 75px;
  height: 75px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Footer ***/

/* 19-08-2023 */
.footer .btn-mob {
  color: #f0f7f7;
}

/* 19-08-2023 */

.footer {
  color: #f7f7f7;
}

.footer .btn.btn-link {
  /* font-size: 1.2rem; */
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
  color: #f0f7f7;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  display: flex;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;

  /* #3a936f */
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 6px 0;
  font-size: 15px;
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.footer .copyright a {
  color: #b2c4dd;
}

.footer .copyright a:hover {
  color: var(--primary);
}

.service {
  height: 200px;
  width: 100%;
}

.team_member {
  height: 400px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .digital-card {
    height: auto;
  }
}

/* responsive */
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2rem;
  }

  .display-6 {
    /* font-size: 2.5rem; */
    font-size: 28px;
  }

  /* .about-us .container-xxl.py-5 {
    margin-top: -55px;
    margin-bottom: -50px;
}
.about-us .detail-img img
{
  height: 300px;
  width: 100%;
}
.faq
{
    margin-bottom: -85px;
}
.expert-team{
    margin-bottom: -50px;
}

.service-detail{
    margin-top: -55px;
    margin-bottom: -50px;
}

.service-detail img
{
  height: 400px;
  width: 100%;
} */
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
}

/* button */
.button-28 {
  appearance: none;
  background-color: transparent;
  /* border:1px solid #3a936f;
    border-radius:8px; */
  box-sizing: border-box;
  color: #3a936f;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  min-height: 40px;
  min-width: 0;
  outline: none;
  /* padding-top: 20px; */
  /* padding: 9px 9px; */
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 120px; */
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #3a936f;
  /* background-color: #3a936f; */
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

.blog-img {
  width: 201px;
  height: 100%;
  object-fit: cover;
}

/* 14-8-2023 */
.dropdown-menu[data-bs-popper] {
  left: auto;
}

.form-control {
  height: 48px;
}

.display-6.mb-0 span {
  /* font-size: 16px; */
  font-size: 28px;
  vertical-align: text-top;
  /* display: block; */
}

#footer p {
  display: flex;
  align-items: baseline;
}

body {
  /* font-size: 1.2rem; */
  font-size: 16px;
}

#registration-from .form-label {
  font-size: 1rem;
}

#registration-from label {
  font-size: 1rem;
}

/* 14-8-2023 */

/* new CSS 05-08-2023 */
#package-from {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 20px;
  padding: 20px;
  color: #000000;
  border-radius: 20px;
}

#login-from {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.788) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
  padding: 20px;
  color: #000000;
  border-radius: 20px;
}

#registration-from {
  background: #ffffff;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;   */
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
  padding: 41px;
  color: #000000;
  border-radius: 20px;
}

section.gramepay {
  background: #805d2a1c;
}

.wow.fadeInUp.bg-white.p-3.border-radi {
  border-radius: 9px;
  height: 448px;
}

.box.shadow-sm.p-4.bx-hight {
  height: 520px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #1f385c;
}

h1.display-4.text-black.animated.slideInDown {
  font-size: 40px;
}

/* ************ DATE:19/03/2024 ************ */
.btn-primary {
  color: #fff !important;
  background: -webkit-linear-gradient(#4685d9, #004aac);
  border-color: #4685d9;
  border-radius: 10px 0;
  transition: 1s ease;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ffffff;
  border-color: #4685d9;
  border-radius: 0 10px;
  transition: 1s ease;
}

.btn-light,
.btn-outline-light {
  border-radius: 10px 0;
  transition: 1s ease;
}

.btn-light:hover,
.btn-outline-light:hover {
  border-radius: 0 10px;
  transition: 1s ease;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #fff;
}

.btn-outline-secondary:hover {
  color: #000;
  background: -webkit-linear-gradient(#feffff, #fffefe);
  border-color: #3b9981;
}

.btn-outline-secondary {
  color: #000;
  background: -webkit-linear-gradient(#45bddf, #398f64);
  border-color: #3b9981;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 21px;
}

/* 
.btn-outline-primary {
    color: #004aac;
    border-color: #42b2c0;
} */

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background: -webkit-linear-gradient(#45bddf, #398f64);
  border-color: #3d9f8e;
}

.btn-outline-success:hover {
  color: #000;
  background: -webkit-linear-gradient(#45bddf, #398f64);
  border-color: #198754;
}

/* .btn-outline-primary {
    color: #151515;
    border-color: #8d9297;
} */

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #182333;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-link:hover,
.nav-link:focus {
  color: #13161a;
}

.footer .copyright .d-flex a {
  color: #ffffff;
  border-color: #ffffff;
}

.d-flex.flex-column.justify-content-center.text-center.bg-primary.h-100.p-3 {
  border-radius: 10px;
}

.gramepay-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: -webkit-linear-gradient(#4685d9, #004aac);
  text-align: center;
}

.gramepay-icon img {
  height: 55px;
  width: 55px;
  margin-top: 10px;
}

.back-prt-hgt {
  padding: 60px;
}

.back-prt {
  background: #221d1617;
  padding: 25px 0 25px;
  padding: 60px;
}

.team-card .description {
  font-size: 14px;
  color: #032144;
}

.team-card {
  background-color: #fff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  box-shadow: rgb(14 30 37 / 9%) 0px 2px 4px 0px,
    rgb(14 30 37 / 17%) 0px 2px 16px 0px;
  padding: 20px;
  max-width: 100%;
  border-radius: 0;
  height: 100%;
}

.team-card:hover {
  box-shadow: inset 1px 0px 20px rgb(22 22 22 / 13%);
  background: -webkit-linear-gradient(#3f7fd51f, #004aac40);
  transform: translateY(-1px);
}

.choose-feature {
  background-color: var(--white-color);
  padding: 20px 20px 20px 70px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  max-width: 285px;
  text-align: left;
}

.box-title {
  font-size: 20px;
  line-height: 1.217;
  font-weight: 600;
  margin-top: -0.2em;
  color: #080809;
}

.choose-feature .box-title {
  margin-bottom: 5px;
  font-size: 17px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.title-area {
  margin-bottom: -11px;
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 7px;
}

.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
  margin-top: -0.2em;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
}

.choose-feature {
  background-color: var(--white-color);
  padding: 20px 20px 20px 70px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
  border-radius: 10px;
  /* box-shadow: rgb(14 30 37 / 8%) 0px 2px 4px 0px, rgb(14 30 37 / 20%) 0px 2px 16px 0px; */
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  max-width: 285px;
  text-align: left;
  height: 140px;
}

.choose-feature .box-icon {
  width: 80px;
  height: 80px;
  line-height: 60px;
  text-align: center;
  background: -webkit-linear-gradient(#45bddf, #398f64);
  border-radius: 999px;
  border: 10px solid var(--smoke-color2);
  position: absolute;
  top: -20px;
  left: -20px;
  padding-left: 8px;
  padding-top: 3px;
}

.box-icon img {
  height: 44px;
  margin-left: 6px;
  width: 63%;
  margin-top: 24px;
}

.prt {
  background: #a5d9df;
}

.pratik img {
  height: 514px;
}

.img-grmepay {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.facts-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(0 0 0 / 78%);
}

/* ********** NIRVANA PACKAGE ********** */

h5.text-center {
  font-size: 20px;
  font-weight: 700;
}

h2.text-center {
  font-size: 34px;
  /* background: -webkit-linear-gradient(#245a42, #181612); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

span.title-span {
  font-size: 40px;
  background: -webkit-linear-gradient(#45bddf, #398f64);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}

section.free_consultation_section.section-spacing.three-step {
  padding: 40px;
}

.text-clor {
  color: #000 !important;
}

.three-step .process-circle-1 svg {
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
}

.three-step .process-circle-1 {
  /* background: #257ad2; */
  background: -webkit-linear-gradient(#1f60b6, #7bb4ff);
  height: 80px;
  margin: auto;
  width: 80px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.act-help .shape-lft,
.act-help .shape-rgt {
  width: 30%;
  height: 100%;
  background: #257ad2;
  top: 0;
}

.three-step .card-content {
  background: #257ad2;
  background-image: -webkit-linear-gradient(#70adff, #044dae);
  border-radius: 0px 23px;
  padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .three-step .card-content .box {
    height: auto !important;
  }
}

@media (max-width: 992px) {
  .three-step .card-content {
    margin-bottom: 25px;
  }
}

.three-step .card-content .box {
  background: #fff;
  padding: 15px;
  border-radius: 23px 0px;
  position: relative;
  /* min-height: 200px; */
  height: 332px !important;
  margin-top: -72px;
  box-shadow: 1px -5px 15px #1648551f;
}

.three-step .process-circle-1 span {
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  width: 50px;
  margin: auto;
  display: block;
  text-align: center;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}

.three-step .process-circle-1 span p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-family: "Alfa Slab One";
}

.act-help .expert-section-one {
  z-index: 99;
}

.act-help .shape-lft {
  position: absolute;
  right: 0;
}

.act-help .shape-rgt {
  position: absolute;
  left: 0;
}

.act-help .img-border-we-help {
  border-radius: 20px 0;
  border: 6px solid #fff;
}

@media (max-width: 768px) {
  .hero-banner-four p {
    text-align: left;
  }

  .Self-Assessment {
    height: auto !important;
  }

  .act-service .mx-m-auto,
  .main-accountant-service.act-service .mx-m-auto {
    margin: auto;
  }

  .act-help .shape-lft,
  .act-help .shape-rgt {
    width: 100%;
    height: 20%;
    background: #257ad2;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .three-step .card-content .box {
    height: auto !important;
  }

  section.top-padd.free_consultation_section.section-spacing.three-step.pt-10 {
    height: auto !important;
  }
}

/*  */
.cart-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cart {
  /* width: calc(25% - 20px); */
  /* Adjust width as needed */
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  /* margin-bottom: 20px; */
  position: relative;
  height: 100%;
}

.cart:before {
  content: "";
  position: absolute;
  background: #266ab9;
  height: 100px;
  width: 100px;
  z-index: -1;
  left: -7px;
  top: -7px;
  border-radius: 0 0;
}

.cart:after {
  /* content: ''; */
  position: absolute;
  background: #fff;
  height: 100px;
  width: 100px;
  z-index: -1;
  right: -7px;
  bottom: -7px;
  border-radius: 18px 0;
}

.cart h3 {
  margin-bottom: 10px;
}

.cart p {
  /* height: 205px; */
}

h5.fnt-szie {
  font-size: 22px;
}

.top-padd {
  padding: 40px 0px 20px;
}

section.top-padd.free_consultation_section.section-spacing.three-step.pt-10 {
  height: 527px;
}

.col-md-8.mx-auto.d-block.wow.fadeInUp {
  width: 100%;
}

/** ********** FUNERAL SERVICES ********** **/
.images-part {
  padding: 15px;
}

.box-cnt {
  display: flex;
  align-items: self-start;
  position: relative;
  padding: 10px;
}

.box-cnt img {
  width: 130px;
  max-width: 100%;
}

.box-cnt h3 {
  margin-left: 15px;
  font-size: 18px;
  margin-bottom: 0;
}

.box-cnt p {
  margin-left: 15px;
  color: #000;
}

.box-cnt p {
  margin-left: 15px;
  color: #000;
  margin-bottom: 0;
}

.box-cnt {
  display: flex;
  align-items: self-start;
  position: relative;
  margin-bottom: 0;
  padding: 10px;
}

.box-cnt span {
  font-size: 32px;
  font-weight: 600;
  font-family: "Alfa Slab One";
  opacity: 0.1;
  position: absolute;
  display: none;
  left: 30px;
  top: -21px;
}

.bb-line {
  width: 95%;
  margin: 20px auto;
  height: 3px;
  background: #fff;
}

.box-img-cnt {
  width: 50px;
}

.bb-line {
  width: 85%;
  margin: 15px;
  margin-bottom: 15px;
  height: 3px;
  background: #fff;
  margin-top: 15px !important;
}

.bg-cnthelp {
  background: #f1f1f1;
  padding: 80px 0;
}

.box-cnt h3 {
  margin-left: 15px;
  font-size: 20px;
  margin-bottom: 0;
  color: #29323c;
}

.bg-images {
  background-image: url(../img/1724143502.jpg) !important;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

section.bg-cnthelp.bg-images::after {
  position: absolute;
  top: 0;
  z-index: 999;
  background: -webkit-linear-gradient(#1057b3e3, #041f46cc);
  /* background: #152e36f7; */
  width: 100%;
  height: 100%;
  content: "";
}

.bg-images div {
  position: relative;
  z-index: 1000;
  color: #fff;
}

.bg-images h3,
.bg-images p {
  position: relative;
  z-index: 1000;
  color: #fff;
}

.box-img-cnt {
  width: 80px;
  background: #fff;
  height: 80px;
  padding: 12px;
  border-radius: 50px;
}

.box-img-cnt {
  width: 80px;
  background: #fff;
  height: 80px;
  padding: 12px;
  margin: 0 10px;
  border-radius: 50px;
}

.bb-line {
  width: 85%;
  margin: 15px auto;
  height: 4px;
  /* background: #fff; */
  background: repeating-linear-gradient(45deg, #30ddff, #3a9472 100px);
}

.box-left h3 {
  margin-left: 45px;
  font-size: 20px;
  margin-bottom: 0;
  color: #29323c;
}

.box-left p {
  margin-left: 65px;
  color: #000;
  margin-bottom: 0;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #182333a8;
  border-color: #182333a1;
  margin: 10px;
}

.btn-outline-dark {
  margin: 10px;
}

/* DATE : 22/03/2024 */

.crs-sec {
  /* background: #fff; */
  padding: 15px;
  border-radius: 15px;
  position: relative;
  /* z-index: 9999; */
}

.bg-stats::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-linear-gradient(#1057b3e3, #041f46cc);
  width: 100%;
}

.crs-sec {
  /* background: #fff; */
  padding: 15px;
  border-radius: 15px;
  position: relative;
  height: 100%;
  /* z-index: 9999; */
}

.bg-stats {
  background: url(https://img.freepik.com/free-photo/we-are-so-happy-you-came-visit-us_637285-8390.jpg?t=st=1711008982~exp=1711012582~hmac=2edb28294049345b549af9cf56095199eb5adb2788022f127372b66b0eba1df2&w=740)
    center center no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.bg-stats {
  background: url(https://img.freepik.com/free-photo/we-are-so-happy-you-came-visit-us_637285-8390.jpg?t=st=1711008982~exp=1711012582~hmac=2edb28294049345b549af9cf56095199eb5adb2788022f127372b66b0eba1df2&w=740)
    center center no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.cart .icon {
  width: 60px;
  padding: 3px;
  display: flex;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 11px;
  background: linear-gradient(45deg, #014aac, #00254a);
  margin: 0 auto;
  margin-bottom: 15px;
}

.cart .icon img {
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
}

img.img-size-box {
  height: 99px;
  width: 30%;
  /* border-radius: 50%; */
  /* border: 5px solid #004aac; */
  box-shadow: 6px 6px 0px 0px #004aac;
}

.img-fluid-team {
  width: 100%;
  height: 120px;
}

.cart-height {
  height: 100%;
}

p.py-3.cart-heights {
  /* height: 244px; */
}

.team-section .title span {
  font-weight: bold;
  color: #1f385c;
}

.team-section .title h3 {
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.team-section img.img-size-box {
  height: 120px;
  width: 120px;
}

.team-cart {
  /* width: calc(25% - 20px); */
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  /* margin-bottom: 20px; */
}

section.team-section {
  background: #f3f3f3;
}

section.section-height {
  background: #f5f5f5;
}

p.text-center.cls-cbv {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

/* ********* BANNER IMAGE ********* */
.slider-container {
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 684px;
}

/* Media Queries for Tablet */
@media (max-width: 768px) {
  .slide {
    min-width: 100%;
  }
}

/* Media Queries for Mobile */
@media (max-width: 480px) {
  .slide {
    min-width: 100%;
  }
}

.slide-content {
  position: absolute;
  top: 20%;
  left: 20%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
}

.slide-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 16px;
  margin-bottom: 0;
}

/* Media Queries for Tablet */
@media (max-width: 768px) {
  .slide-content {
    top: 10%;
    left: 10%;
    padding: 10px;
  }
}

/* Media Queries for Mobile */
@media (max-width: 767px) {
  .slide-content {
    top: 5%;
    left: 5%;
    padding: 5px;
  }

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

.slide img {
  width: 100%;
  height: 684px;
  object-fit: cover;
  object-position: center;
}

.three-step {
  position: relative;
}

.three-step:after {
  content: "";
  background: -webkit-linear-gradient(#1057b3e3, #041f46cc);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.three-step .container {
  position: relative;
  z-index: 99;
}

.three-step h2 {
  position: relative;
  z-index: 999;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .three-step .card-content .box {
    height: 280px !important;
  }
}

@media only screen and (min-width: 414px) and (max-width: 896px) {
  span.title-span {
    font-size: 35px !important;
  }

  .back-prt-hgt {
    padding: 0;
  }
}

.text-body {
  color: #004aac !important;
  font-weight: 500;
  position: relative;
  margin-left: 43px;
}

.text-body.text-white {
  color: #fff !important;
}

.text-body.text-white:before {
  background: #fff;
}

.text-body:before {
  position: absolute;
  width: 33px;
  height: 2px;
  content: "";
  background: #014bad;
  left: -41px;
  margin: 0;
  top: 50%;
}

img.mx-auto.d-block.h-100.img-fluid {
  margin-top: 50px;
}

/* banner  */
.banner-slider .owl-nav {
  position: absolute;
  right: 2%;
  bottom: 15%;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
}

.banner-slider .owl-nav .owl-prev,
.banner-slider .owl-nav .owl-next {
  border: 2px solid #004aac;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004aac;
}

.banner-slider .owl-nav .owl-prev {
  margin-bottom: 10px;
}

.banner-slider .bg-background-area {
  height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-slider .bg-background-area::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 67%) 25%,
    rgb(0 0 0 / 35%) 72%,
    rgb(0 212 255 / 0%) 100%
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner-slider .banner-ctn h2 {
  font-size: 56px;
  font-weight: 700;
}

.banner-slider .banner-ctn {
  position: relative;
}

.u-heading {
  position: relative;
}

.u-heading:before {
  position: absolute;
  content: url(../img/line-img1.png);
  width: 100%;
  right: 0;
  left: 0;
  top: 26px;
}

.service-item .date-blog {
  position: absolute;
  top: 0;
  background: #074eac;
  left: 0;
  color: #fff;
  padding: 4px;
}

.related-blogs .blog-img {
  width: 100px;
  height: 100%;
  object-fit: cover;
}

.gramepay-section .card {
  position: relative;
}

.gramepay-section .card:before {
  content: "";
  position: absolute;
  background: #cadaed96;
  height: 150px;
  width: 150px;
  z-index: -1;
  left: -7px;
  top: -7px;
  border-radius: 0 0;
}

/* Media Queries for Mobile */
@media (max-width: 767px) {
  .banner-slider .banner-ctn h2 {
    font-size: 29px;
  }

  .banner-slider .bg-background-area {
    height: 57vh;
  }

  .banner-slider .owl-nav .owl-prev,
  .banner-slider .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }

  .banner-slider .owl-nav {
    bottom: 1%;
  }
}

.service-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 249px;
}

/* Keeps buttons aligned */
.button-container {
  display: flex;
  justify-content: center;
  margin-top: auto;
  /* Pushes the button to the bottom of the container */
}

.service-text .small {
  padding: 8px 16px;
  font-size: 14px;
  text-align: center;
}

/* Optional: set a maximum height for content to control overflow */
.content-text {
  max-height: 110px;
  /* Adjust as needed */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ================= */
.cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

/* Center-align buttons at the bottom of each card */
.btn-primary {
  margin-top: auto;

  align-self: center;
}

.wow.fadeInUp.bg-white.p-3 {
  height: 100%;
}

/* 
.card {
    border-radius:0;
    margin:10px auto;
}
.card-title {
	text-transform: uppercase;
	color: #E44424;
}

.card-text {
	margin-top:10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	color:#000000;
}
a.btn, a.btn:visited {
    color:#333333;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card {
	margin: 15px; 
	box-sizing: border-box; 
  } */

.card.p-3.h-100.moresre {
  background: linear-gradient(to right, #ffffff4a, #034cae47);
}

.card.p-3.h-100.mmoresre {
  background: linear-gradient(to right, #034cae47, #ffffff4a);
}

.card.p-2.h-100.rounded-0 {
  background: linear-gradient(to right, #034cae14, #ffffff4a);
}

section.bg-grey.why-choose {
  background-image: url(../img/about-banner.png) !important;
}

section.new-servicee {
  padding-top: 60px;
  padding-bottom: 60px;
}

h2.text-whitte.mb-5 {
  margin-bottom: 78px !important;
}

.flip-container {
  perspective: 1000px;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 320px;
  height: 200px;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

.back {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 459px;
}

.new-addre {
  margin-left: 1px !important;
  /* margin-top: 30px !important; */
}

.p-3.border-1.border-primary.border {
  margin-bottom: 21px;
}

b.addres-maintit {
  color: #04377b;
  font-weight: 500;
}

a.dropdown-toggle.nav-link {
  font-weight: 500;
}

img.img-border-we-help.package1 {
  border-radius: 0px 20px 0px 20px;
  border: 1px solid #1159b7;
}

img.img-border-we-help.package2 {
  border: 1px solid #3a7bd1;
  border-radius: 20px 0px 20px 0px;
}

@media only screen and (max-width: 768px) {
  .shape-lft {
    display: none;
  }

  .shape-right {
    display: none;
  }

  .section-spacing {
    padding: 42px 0px 0px 0px !important;
  }

  .title-two h2 {
    padding: 15px 0px !important;
  }

  .position-relative {
    text-align: center;
  }
}

.pytb {
  padding: 33px 0px;
}

/* home page package card  */
.package-card .box {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 14px;
}

.package-card .box:hover::before {
  transform: scale(1.5);
  filter: blur(5px);
}
.package-card .box .box-content {
  position: absolute;
  top: 77%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgb(0 0 0 / 72%);
  padding: 0 7px;
  box-sizing: border-box;
  transition: 0.9s;
}
/* .package-card .box:hover .box-content {
  top: 0;
} */
.package-card .box .box-content .heading {
  position: relative;
  margin: 7px 0 20px;
}
.package-card .box .box-content .heading h1 {
  font-size: 19px;
  margin-bottom: 5px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.package-card .box .box-content p {
  opacity: 0;
}
.package-card .box:hover .box-content p {
  opacity: 1;
  transition: 1s ease-out;
}

.more-text {
  display: none;
}

.cta-section {
  background: -webkit-linear-gradient(#014bac, #041f46);
  border-radius: 30px;
  padding: 30px 20px;
  margin-top: -48px;
  position: relative;
  z-index: 8;
}
.cta-section h6 {
  color: #fff;
}
.cta-section h2 {
  color: #fff;
}
