@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --theme--highlight-color: #a7a7a7;
  --color-white: #fff;
  --color-black: #000;
  --color--facebook: #3b5998;
  --color--linkedin: #0077b5;
  --color--whatsapp: #25d366;
  --gradient--insta: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
body {
  scroll-behavior: smooth;
  font-family: "Rajdhani", sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
h1 {
  /* font-size: clamp(1.5rem, 3.8vw, 2.8rem); */
  font-size: clamp(2rem, 5vw, 6rem);
  font-weight: 700;
}
h2 {
  font-size: clamp(1.4rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--para-main);
}

h3 {
  font-size: clamp(1.3rem, 3vw, 2rem);
  color: var(--para-main);
}

h4 {
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  color: var(--para-main);
}
h5 {
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: var(--para-main);
  font-weight: 700;
}
h6 {
  font-size: 1.3rem;
}
p,
ul li,
a,
ol li {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-black);
}
ul {
  padding: 0px !important;
  margin: 0px !important;
}
figure {
  margin: 0;
}
.color_main {
  color: rgb(0, 0, 0);
}
/* keyframes start */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* shinning animation */
@keyframes shine {
  100% {
    left: 150%;
  }
}
/* rotate image animation */

@keyframes rotateYPause {
  0% {
    transform: rotateY(0deg);
  }
  20% {
    transform: rotateY(360deg);
  }
  40% {
    transform: rotateY(360deg);
  }
  60% {
    transform: rotateY(720deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
/* keyframes end */
/* button css start */
.golden-button {
  touch-action: manipulation;
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  border: none;
  border-radius: 50px;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(110, 80, 20, 0.23);
  background: white;
  border: 1px solid #3b3b3b;
  color: var(--color-black);
  /* text-shadow: 0 2px 2px rgba(250, 227, 133, 1); */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
}

.golden-button:focus,
.golden-button:hover {
  background-size: 150% 150%;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23),
    inset 0 -2px 5px 1px #5c5c5c67,
    inset 0 -1px 1px 3px rgba(95, 95, 95, 0.514);
  border: 1px solid rgba(190, 190, 190, 0.6);
  background: #000;
  color: #ffffff;
}

.golden-button:active {
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(110, 80, 20, 0.4),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

/* button css end */
/* header start */

.navbar {
  width: 100%;
  padding: 0;
  background-color: var(--color-black);
  box-shadow: 0 1px 3px rgba(226, 160, 53, 0.082);
  transition: background-color 0.5s ease-in-out;
  /* transform: translateY(-100%); */
  position: relative;
  z-index: 9;
}
.navbar .container-fluid {
  position: relative;
  z-index: 10;
}
.fixed_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  animation: slideDown 0.5s ease forwards;
}
.navbar .navbar-brand {
  /* z-index: 10;
  position: relative; */
}
.navbar .navbar-brand img {
  width: 100px;
  height: auto;
}
.scrolled_nav {
  background-color: var(--color-black);
  box-shadow: 0 1px 3px rgba(226, 160, 53, 0.082);
}
.navbar-brand {
  mix-blend-mode: multiply;
  display: inline-block;
}
.navbar-expand-lg .navbar-nav {
  flex-wrap: wrap;
}
.top_bar {
  transition: all 0.9s ease;
}
.topbar_left a i {
  font-size: 24px;
  color: var(--color-white);
}
.topbar_left a {
  border-right: 2px solid var(--color-white);
  color: var(--color-white);
}
.topbar_socials a {
  /* padding: 5px; */
  background-color: var(--color-white);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.topbar_socials a.top_facebook {
  background-color: var(--color--facebook);
}
.topbar_socials a.top_instagram {
  background: var(--gradient--insta);
}
.topbar_socials a.top_linkedin {
  background-color: var(--color--linkedin);
}

.topbar_socials a:hover {
  animation: beat 0.5s infinite alternate;
}
.nav-item {
  padding-inline: 3px;
}
.nav-item a.nav-link {
  color: var(--color-white);
  font-weight: 600;
  transition: 0.3s ease;
  font-size: 22px;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.nav-item .nav-link:focus,
.nav-item .dropdown-menu .dropdown-item:hover {
  /* background-color: var(--color-white); */
  color: var(--color-white) !important;
  /* border-radius: 8px; */
}

.dropdown-menu li {
  border-bottom: 0.3px solid #424242;
}
.dropdown-menu.show {
  background-color: var(--color-black);
  padding-top: 15px !important;
  box-shadow: 1px 1px 4px rgba(104, 76, 25, 0.7);
}
.nav-item .dropdown-menu .dropdown-item {
  color: var(--color-white);
  transition: 0.3s ease;
}
/* header end */
/* slider  start*/
.slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  /* text-align: center; */
}
.slide-content p {
  font-weight: 700;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.slider .owl-nav button.owl-next,
.slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: var(--color-white);
  background-color: #00000070;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.slider .owl-nav button.owl-next:hover,
.slider .owl-nav button.owl-prev:hover {
  background: var(--theme--highlight-color);
  color: var(--color-white);
}
.slider .owl-nav button.owl-next {
  right: 20px;
}
.slider .owl-nav button.owl-prev {
  left: 20px;
}
/* slider  end*/

/* services start */
.services {
  padding-block: 80px;
}
.single_service {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.single_service:hover {
  transform: translateY(-6px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.8);
}
.service_img {
  width: 100%;
  aspect-ratio: 1/0.45;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service_text h4 {
  margin: 20px 0;
}
.services .row .col-lg-4 {
  display: flex;
}
.brand_icon {
  top: 20px;
  right: 20px;
  width: 75px;
  aspect-ratio: 1/1;
  clip-path: circle(100%);
  position: absolute;
  z-index: 4;
}
.services p.golden-button,
.condition p.golden-button {
  margin-bottom: 20px;
}
.condition .owl-nav .owl-next,
.condition .owl-nav .owl-prev,
.team_slider .owl-nav .owl-next,
.team_slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: var(--theme--highlight-color);
  background-color: #00000070;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.condition .owl-nav .owl-next:hover,
.condition .owl-nav .owl-prev:hover,
.team_slider .owl-nav .owl-next:hover,
.team_slider .owl-nav .owl-prev:hover {
  background: var(--theme--highlight-color);
  color: var(--color-white);
}
.condition .owl-nav .owl-next,
.team_slider .owl-nav .owl-next {
  right: 20px;
}
.condition .owl-nav .owl-prev,
.team_slider .owl-nav .owl-prev {
  left: 20px;
}
/* services end */

/* home about start */
.about {
  padding-block: 80px;
  background: rgba(51, 37, 12, 0.3);
}
.about .container {
  position: relative;
  z-index: 2;
}
.overlay_img {
  z-index: -1;
  inset: 0;
}
.about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: left;
}
.about-img-2 {
  bottom: 0;
  right: 0;
  width: 300px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-list-style-one.icon-style {
  background: var(--color-white);
  padding: 20px !important;
  border-radius: 15px;
}
.site-list-style-one.icon-style li {
  font-family: "Heebo", sans-serif;
  color: var(--color-black);
  position: relative;
  font-weight: 500;
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
  vertical-align: text-top;
  font-weight: 600;
}
.site-list-style-one.icon-style li .check-list-outer span {
  width: 40px;
  height: 40px;
  background: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.main_heading h2 {
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.main_heading span {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: max-content;
  font-size: 100px;
  font-weight: 900;

  color: transparent;
  -webkit-text-stroke: 6px var(--theme--highlight-color);
  opacity: 0.4;
}
.home_form input,
.home_form textarea,
.home_form select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  outline: none;
  box-shadow: 2px 2px 8px rgb(116 81 0 / 53%);
}
.home_form input:focus,
.home_form textarea:focus,
.home_form select:focus {
  border: 2px solid var(--theme--highlight-color);
  box-shadow: 2px 2px 8px rgb(116 81 0 / 80%);
}
.select_wrapper {
  position: relative;
  width: 100%;
}

.home_form .select_wrapper::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.shinning {
  overflow: hidden;
}
.shinning::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;

  background-image: linear-gradient(
    160deg,
    rgba(165, 78, 7, 0) 0%,
    rgba(181, 126, 17, 0.281) 20%,
    rgba(254, 242, 162, 0.507) 50%,
    rgba(188, 137, 27, 0.233) 80%,
    rgba(165, 78, 7, 0) 100%
  );

  transform: skewX(-25deg);
}
.shinning:hover::after,
.single_service:hover .service_img::after {
  animation: shine 3s infinite;
}

/* home about end */

/* condition start */
.condition {
  padding-block: 80px;
}
.single_condition_wrap {
  padding: 15px 10px;
}
.condition .single_condition_wrap .service_img {
  width: 100%;
  aspect-ratio: 1/0.8;
}
/* condition end */
/* process start */
.process {
  padding: 80px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 1;
}
.process::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

.process .container {
  position: relative;
  z-index: 4;
}
.step-box-content {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}
.step-box-content:hover,
.step-box-content.active {
  background: var(--color-black);
  scale: 1.01;
}
.step-count {
  font-size: 75px;
  font-weight: 900;
  color: #b1b1b1;
  line-height: 75px;
  z-index: 2;
}
.step-box-content:hover .step-count,
.step-box-content.active .step-count {
  color: var(--color-white);
}
.step-box-content .icon-content h3 span {
  font-size: 36px;
  font-weight: 900;
  display: block;
}
.step-count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 54px solid var(--theme--highlight-color);
  opacity: 0;
  transition: 0.4s ease;
  z-index: -1;
}
.step-box-content.show-arrow .active-arrow {
  opacity: 1;
}
.step-box-content .icon-content h3 span {
  color: var(--color-black);
  transition: 0.3s ease;
}

.step-box-content.active .icon-content h3,
.step-box-content:hover .icon-content h3,
.step-box-content.active .icon-content h3 span,
.step-box-content:hover .icon-content h3 span {
  color: #fff;
}
.step-box-content.active .icon-content p,
.step-box-content:hover .icon-content p {
  color: var(--theme--highlight-color);
}

/* process end */

/* our team start */
.our_team {
  padding-block: 80px;
}
.single_team {
  border-radius: 20px;
  box-shadow: 3px 3px 8px rgba(110, 110, 110, 0.6);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.single_team .single_team_top .wt-media {
  width: 40%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  perspective: 1000px;
}
.single_team .single_team_top .wt-media .team_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}
.single_team:hover {
  transform: translateY(-6px);
  box-shadow: 5px 5px 15px rgba(56, 56, 56, 0.8);
}
.single_team:hover .wt-media .team_img {
  animation: rotateYPause 15s linear infinite;
}
.single_team .single_team_top .team_content {
  width: calc(100% - 40% - 5%);
  padding-left: 20px;
}
.bg_brand_icon {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single_team .single_team_top .team_content .wt-title {
  color: var(--color-black);
}
.single_team .single_team_top .team_content .exp {
  color: #202020;
  font-weight: 600;
  font-size: 16px;
}
.single_team .single_team_top .team_content .designation,
.single_team_bottom .member_traet p,
.single_team_bottom .member_traet_count p {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  border-radius: 50px;
  padding: 8px 12px;
  width: max-content;
  background-color: rgba(27, 27, 27, 0.6);
  margin-top: 6px;
  display: block;
}
.single_team_bottom .member_traet p,
.single_team_bottom .member_traet_count p {
  background-color: #fff;
  color: var(--color-black);
  box-shadow: 0.5px 0.5px 4px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
.single_team hr {
  color: var(--theme--highlight-color);
}
.single_team_bottom .appointment_btn .golden-button {
  font-size: 15px;
  font-weight: 700;
}
.our_team button.single_team {
  border: 0px;
}
#team_details_modal {
  background: linear-gradient(
    160deg,
    rgba(104, 47, 1, 0.486) 0%,
    rgba(105, 71, 1, 0.281) 20%,
    rgba(80, 76, 50, 0.397) 50%,
    rgba(99, 67, 0, 0.363) 80%,
    rgba(77, 34, 0, 0.233) 100%
  );
  /* background: rgba(0, 0, 0, 0.16); */
  border: none;
  width: clac(100vw - 60px);
  height: 100vh;
  overflow: hidden;
  top: 60px;
  box-shadow: 4px 4px 15px rgba(247, 178, 50, 0.815);
}

.details_modal_wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 70%, 800px);
  height: auto;
  background: var(--color-black);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
}
.detail_team__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}
.detail_team__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details_category li {
  border-radius: 8px;
  background: linear-gradient(160deg, #a7a6a6, #979796, #b8b8b8);
  width: max-content;
  padding: 5px 15px;
}
#team_details_modal .golden-button {
  padding: 5px 30px;
  height: auto;
  line-height: normal;
}
#team_details_modal .absolute_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  padding: 5px 12px;
}

/* our team end */

/* testimonial start */
.testimonial {
  padding-block: 60px;
  background: rgba(51, 37, 12, 0.5);
}

.patient_details {
  background: transparent;
  position: relative;
  overflow: hidden;
}
.patient_details::before {
  content: "";
  position: absolute;
  clip-path: polygon(85% 0, 100% 60%, 100% 0);
  width: 100%;
  height: 100%;
  left: 1px;
  top: -1px;
  background-color: var(--color-white);
  z-index: 1;
}
.single_testimonial {
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  background-color: var(--theme--highlight-color);
  margin: 50px 15px;
}
.single_testimonial .patient_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.single_testimonial .patient_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_testimonial .client_text {
  z-index: 1;
  padding: 50px 50px 50px;
  border-radius: 30px 30px 0 0;
  position: relative;
  background-color: var(--color-white);
}
.single_testimonial .client_text p {
  color: var(--color-white);
  mix-blend-mode: difference;
}
.single_testimonial .client_text::before,
.single_testimonial .client_text::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
}
.single_testimonial .client_text::before {
  font-weight: 900;
  content: "\f10d";
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: -1;
  color: var(--theme--highlight-color);
  font-size: 120px;
}
.single_testimonial .client_text::after {
  font-weight: 900;
  content: "\f10e";
  bottom: -0%;
  right: 5%;
  z-index: 3;
  font-size: 28px;
}
.single_testimonial .details_name {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-black);
}
.single_testimonial .details_name span {
  color: var(--color-white);
  font-weight: 600;
}
.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
  position: absolute;
  top: 65%;
  right: 10%;
  font-weight: 900 !important;
  font-size: 20px !important;
  color: var(--color-white) !important;
}
.testimonial .owl-nav .owl-prev {
  right: calc(10% + 100px);
}
.testi_bg {
  z-index: -1;
  overflow: hidden;
}
.testi_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
/* testimonial end */

/* our blog start */
.news {
  padding-block: 80px;
}
.news .single_news .golden-button {
  margin-bottom: 30px;
  margin-top: auto;
}
.news .single_news .service_text .service_para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
/* our blog end */

/* direct billing start */

.directBilling {
  padding-block: 50px;
  background: rgba(51, 37, 12, 0.2);
}
.billing_slider .single_billing {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #fff;
  border-radius: 18px;
  padding: 5px;
  border: 1px solid #eee;
}

.billing_slider .single_billing img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.35s ease;
}

.billing_slider:hover .single_billing img {
  filter: grayscale(100%) blur(2px);
  opacity: 0.7;
}

/* keep hovered item normal */
.billing_slider .single_billing:hover img {
  filter: grayscale(0) blur(0);
  opacity: 1;
}

/* direct billing end */

/* footer start */
.site_footer {
  padding-block: 60px;
  background-color: var(--color-black);
}
.footer_logo {
  width: 120px;
}
.footer_title {
  color: var(--color-white);
  font-weight: 700;
}
.footer_list li a {
  color: var(--color-white);
  transition: all 0.3s ease;
}
.footer_list li a:hover {
  color: var(--theme--highlight-color);
  transform: scale(0.95);
}
.quick_links li a {
  position: relative;
}
.quick_links li a {
  margin-left: 20px;
}
.quick_links li a::before {
  font-family: "Font Awesome 6 Free";
  /* paper plane */
  content: "\f1d8";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  color: var(--theme--highlight-color);
  transition: all 0.3s ease;
  left: -30px;
}

.contact_list li a i {
  color: var(--theme--highlight-color);
  margin-right: 10px;
  scale: 1.2;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_list li a span {
  /* flex-grow: 1; */
  width: calc(100% - 30px);
}
.developed_by a {
  color: var(--color-white) !important;
  font-weight: 600;
  transition: all 0.3s ease;
}
.developed_by a:hover {
  font-weight: 900;
}

/* footer end */
/* back to top */
.arrow_cover {
  position: fixed;
  bottom: 5%;
  right: 5%;
  transform: rotate(180deg);
  cursor: pointer;
  z-index: 99;
}

.arrow span {
  display: block;
  width: 20px;
  height: 20px;

  border-right: 3px solid;
  border-bottom: 3px solid;

  border-image: linear-gradient(
    160deg,
    #a54e07,
    #b47e11,
    #fef1a2,
    #bc881b,
    #a54e07
  );
  border-image-slice: 1;

  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

/* back to top end */
/* crumbs start */
.crumbs {
  background: linear-gradient(
    160deg,
    #4923038f,
    #5239079a,
    #706b4794,
    #5f450e8a,
    #3b1c028c
  );
  padding-block: 80px;
}
.crumbs_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.crumbs_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb_nav ol li.breadcrumb-item a {
  color: var(--color-white) !important;
  transition: all 0.3s ease;
  font-weight: 900;
}
.breadcrumb_nav ol li.breadcrumb-item a:hover,
.breadcrumb_nav ol li.breadcrumb-item.active {
  color: var(--color-black) !important;
  font-weight: 900;
}
/* crumbs end */
/* $$$$$$$$$$ abotus page start $$$$$$$$$$ */
.about_directbilling {
  background: transparent;
  padding-block: 50px;
}
.page_why_choose_us {
  padding-block: 80px;
}
.page_why_choose_us .site-list-style-one {
  background: var(--color-black);
  color: var(--color-white);
}
.pageaboutform {
  overflow: hidden;
}
.pageaboutform .home_form {
  z-index: 5;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin-inline: auto;
  backdrop-filter: blur(6px);
  background: rgba(20, 20, 20, 0.397);
}

/* $$$$$$$$$$ abotus page end $$$$$$$$$$ */

/* $$$$$$$$$$ testimonial page start $$$$$$$$$$ */
.page_testimonials {
  padding-block: 80px;
}
.page_testimonials .single_testimonial {
  margin: 0;
}
/* $$$$$$$$$$ testimonial page end $$$$$$$$$$ */
