/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}
.container {
  max-width: 1240px;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}
.color-grey {
  color: #000;
}
.rounded {
  border-radius: 30px !important;
}
.bg-secondary {
  /* background-color: #064db5 !important; */
  background: linear-gradient(45deg, #2261be, #ff5a00db);
}
.text-muted {
  color: #ffffff !important;
}
.btn-secondary {
  background-color: #000c21;
  border-color: #000c21;
}
.form-control:focus {
  border-color: #ff5a00;
  box-shadow: 0 0 0 0.25rem rgb(255 90 0 / 39%);
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border-radius: 6px;
  background-color: #ff5a00;
  border-color: #ff5a00;
}
.navbar-collapse .caltxt {
  font-size: 18px;
}
.btn.btn-primary:hover {
  background: #064db5;
  border: 1px solid #064db5;
}

.btn.btn-secondary {
  color: var(--bs-white);
}

.btn.btn-secondary:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

.btn.btn-light {
  color: #ffffff;
  background-color: #ffffff00;
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
  0% {
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  }

  25% {
    border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
  }

  50% {
    border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
  }

  75% {
    border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
  }

  100% {
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  }
}
/*** Icon Animation End ***/

body {
  font-family: "Poppins", sans-serif;
}
/*** Navbar Start ***/
.nav-bar {
  background: var(--bs-white);
}

.sticky-top {
  transition: 1s;
}
.navbar {
  padding: 3px 0px;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 48px;
  padding: 35px 0;
  /* letter-spacing: 1px; */
  color: var(--bs-dark);
  font-size: 17px;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}
.carousel-control-prev,
.carousel-control-next {
  width: 3%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000;
  height: 70px;
  width: 30px;
}
.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: #000000;
}
.sticky-top .navbar-light .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #e0e0e0;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
}
.sticky-top .navbar-light .navbar-nav .nav-link:last-child::before {
  display: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #ff5a00;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 76px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: 0.5s;
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
  }
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
  object-fit: cover;
}
.carousel .carousel-item .button_slider {
  padding: 12px 47px;
  border-radius: 30px;
  font-weight: 500;
  background-color: #ff5a00;
  border: none;
  color: #fff;
}
.carousel-inner {
  border-radius: 20px;
}
.carousel .carousel-item,
.carousel .carousel-item img {
  height: 400px;
  border-radius: 20px;
}

.carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.carousel .carousel-indicators {
  left: 75%;
  top: 50%;
  margin-right: 25%;
  transform: translateY(-50%);
  flex-direction: column;
}

.carousel-indicators [data-bs-target] {
  display: flex;
  width: 15px;
  height: 15px;
  border: 6px solid var(--bs-white);
  border-radius: 15px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--bs-secondary);
  opacity: 1;
  transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
  background-color: var(--bs-primary);
}

@media (max-width: 992px) {
  .carousel-indicators [data-bs-target] {
    display: none;
  }
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)),
    url(../img/fact-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
  background: var(--bs-light);
}

.feature .feature-item {
  display: flex;
  border-radius: 10px;
}

.feature .feature-item .feature-icon span {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}
.about .about-item h5 {
  font-weight: 800;
}

.about .about-item .about-item-inner .about-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.about .about-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about .about-img .img-1 {
  /* width: 82%; */
  margin-right: 50px;
}

.about .about-img .img-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  border-radius: 10px;
}

/* .about .about-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 98%;
  top: 0;
  right: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  z-index: -1;
} */

.about .about-item .text-item {
  position: relative;
  padding-left: 25px;
}

.about .about-item .text-item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
} /*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}
.container {
  max-width: 1240px;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}
.color-grey {
  color: #000;
}
.bg-secondary {
  /* background-color: #064db5 !important; */
  background: linear-gradient(45deg, #2261be, #ff5a00db);
}
.text-muted {
  color: #ffffff !important;
}
.btn-secondary {
  background-color: #2860b8;
  border-color: #2761ba;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border-radius: 6px;
  background-color: #ff5a00;
  border-color: #ff5a00;
}
.navbar-collapse .caltxt {
  font-size: 18px;
}
.btn.btn-primary:hover {
  background: #064db5;
  border: 1px solid #064db5;
}

.btn.btn-secondary {
  color: var(--bs-white);
}

.btn.btn-secondary:hover {
  background: #ff5a00;
  border: 1px solid #ffffff;
}

.btn.btn-light {
  color: #ffffff;
  background-color: #ff5a00;
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: #ff5a00;
  border: 1px solid #ff5a00;
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
  0% {
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  }

  25% {
    border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
  }

  50% {
    border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
  }

  75% {
    border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
  }

  100% {
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  }
}
/*** Icon Animation End ***/

body {
  font-family: "Poppins", sans-serif;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: "Poppins", sans-serif;
}
p {
  color: #222222;
}
/*** Navbar Start ***/
.nav-bar {
  background: var(--bs-white);
}

.sticky-top {
  transition: 1s;
}
.navbar {
  padding: 3px 0px;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 48px;
  padding: 35px 0;
  /* letter-spacing: 1px; */
  color: var(--bs-dark);
  font-size: 17px;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}
.carousel-control-prev,
.carousel-control-next {
  width: 3%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000;
  height: 70px;
  width: 30px;
}
.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: #000000;
}
.sticky-top .navbar-light .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #e0e0e0;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
}
.sticky-top .navbar-light .navbar-nav .nav-link:last-child::before {
  display: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #ff5a00;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 76px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: #ff5a00;
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
  padding: 0;
  border-bottom: 4px solid #ff5a00;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: 0.5s;
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid #f95902;
    color: #ff5a00;
  }

  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
  }
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
  object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
  height: 400px;
  border-radius: 20px;
}

.carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.carousel .carousel-indicators {
  left: 75%;
  top: 50%;
  margin-right: 25%;
  transform: translateY(-50%);
  flex-direction: column;
}

.carousel-indicators [data-bs-target] {
  display: flex;
  width: 15px;
  height: 15px;
  border: 6px solid var(--bs-white);
  border-radius: 15px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--bs-secondary);
  opacity: 1;
  transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
  background-color: var(--bs-primary);
}

@media (max-width: 992px) {
  .carousel-indicators [data-bs-target] {
    display: none;
  }
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgb(18 53 106), rgb(255 90 0 / 59%)),
    url(../img/fact-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
  background: var(--bs-light);
}

.feature .feature-item {
  display: flex;
  border-radius: 10px;
}

.feature .feature-item .feature-icon span {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}
.about .about-item h5 {
  font-weight: 700;
  margin-top: 25px;
  color: #ff5a00;
  font-size: 18px;
}
.about .about-item h2 {
  font-weight: 800;
  color: #2c2c2c;
}

.about .about-item .about-item-inner .about-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.about .about-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about .about-img .img-1 {
  /* width: 82%; */
  margin-right: 50px;
}

.about .about-img .img-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  border-radius: 10px;
}

/* .about .about-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 98%;
  top: 0;
  right: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  z-index: -1;
} */

.about .about-item .text-item {
  position: relative;
  padding-left: 25px;
}

.about .about-item .text-item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
}
/*** About End ***/

/*** Fact Counter Start ***/
.counter {
  /* background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)),
    url(../img/fact-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter .counter-item .counter-item-icon {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  background: #ff5a00;
  /* animation-name: icon-animat; */
  /* animation-duration: 5s; */
  /* animation-delay: 1s; */
  /* animation-direction: alternate; */
  /* animation-iteration-count: infinite; */
  /* transition: 0.5s; */
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .card {
  border-radius: 0;
  text-align: center;
}
.service .card .card-body {
  padding-bottom: 25px;
}
.service .service-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--bs-white);
  transition: 0.5s;
}
.service h1 {
  font-weight: 800;
  font-size: 38px;
}
.service .service-item:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  background: var(--bs-light);
}

.service .service-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--bs-primary);
  border-radius: 10px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover::after {
  opacity: 1;
}

.service .service-item .service-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}
/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
  position: relative;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item:hover {
  border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
  box-shadow: 0 0 50px rgba(234, 0, 30, 0.3);
}

.categories .categories-item-inner .categories-img {
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
  border-top: 4px solid var(--bs-white);
  text-align: center;
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-carousel .owl-stage-outer {
  margin-top: 65px;
  margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
  position: absolute;
  top: -65px;
  padding: 10px 35px;
  color: var(--bs-white);
  background: var(--bs-primary);
  border-radius: 50px;
  transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
  right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
/*** Cars Categories End ***/

/*** Process Start ***/
.steps {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../img/bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.steps .steps-item {
  position: relative;
  background: var(--bs-secondary);
  border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
  color: var(--bs-white);
}

.steps .steps-item .setps-number {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: 40px;
  font-weight: 900;
  border: 1px solid var(--bs-white);
  border-radius: 64px;
  transform: translateY(50%);
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
/*** Process End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-content {
  position: relative;
  background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  padding: 12px 25px;
  border-radius: 10px;
  color: var(--bs-white);
  background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
  display: flex;
  justify-content: space-between;
}
/*** Blog End ***/

/*** Banner Start ***/
.banner .banner-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.banner .banner-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgb(0 0 0 / 72%);
  z-index: 2;
}

.banner .banner-item .banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  z-index: 5;
}
.banner .form_home {
  position: absolute;
  right: 78px;
  top: 32px;
  z-index: 10;
  width: 35%;
}
.banner .form_home .bg-light {
  padding: 30px 30px !important;
}
.banner .form_home .bg-light h4 {
  color: #ff5a00;
  font-weight: 600;
}

@media (min-width: 992px) {
  .banner .banner-item .banner-content h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .banner .banner-item .banner-content h1 {
    font-size: 72px;
    margin-bottom: 20px;
  }

  .banner .banner-item .banner-content p {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin-top: 100px;
  background: var(--bs-light);
  transition: 0.5s;
  z-index: 1;
}

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
  z-index: 2;
  transition: 0.5s;
}

.team .team-item:hover::after {
  height: 100%;
}

.team .team-item .team-content {
  position: relative;
  z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
  transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
  color: var(--bs-white);
}
.team .team-item:hover .team-content p {
  color: var(--bs-white);
}

.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  top: -100px;
  margin-bottom: -100px;
  border-radius: 10px;
  z-index: 3;
}

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 4;
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}

.testimonial .testimonial-item {
  position: relative;
  margin-top: 35px;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  border-radius: 70px;
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
  display: flex;
  align-items: center;
  background: var(--bs-light);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 20px 10px 0 10px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--bs-secondary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact p {
  font-weight: 500;
}
.contact .cont_form h4 {
  font-weight: 600;
  color: #2e2e2e;
}
.contact .contact-add-item {
  /* border-radius: 10px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-light);
}
.contact .contact-add-item p a {
  color: #7a8696;
}

.contact .contact-add-item .contact-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
  padding-bottom: 20px !important;
}

.footer .footer-item a {
  line-height: 35px;
  color: #ababab;
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
  color: #ababab;
}

.footer .footer-item a:hover {
  letter-spacing: 1px;
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}
.copyright .text-body {
  color: #fff !important;
}
/*** copyright end ***/

.carousel-inner .text_sec {
  position: absolute;
  top: 20%;
  z-index: 10;
  left: 75px;
}
.carousel-inner .text_sec .text-start p {
  color: #fff;
}
.carousel-inner .text_sec .text-start h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
}
.carousel-inner .text_sec .text-start h1 span {
  color: #ff5a00;
  text-transform: uppercase;
}
.home-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(18 13 9 / 52%);
  z-index: 10;
  border-radius: 20px;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  z-index: 10;
}
.service .card-title {
  font-weight: 600;
  font-size: 18px;
}
.service .card-text {
  font-size: 15px;
  color: #3e3e3e;
}
.service .card-body a {
  padding: 4px 20px;
}
.footer-item h4 {
  font-weight: 600;
}
.contact-icon i {
  color: #fff;
}

.call_butt {
  position: fixed;
  z-index: 99;
  right: 5px;
  bottom: 28%;
  width: 55px;
}
.call_butt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call_butt .call {
  background: #ea001e;
  cursor: pointer;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}
.call_butt .call:hover {
  background: #000c21;
}
.call_butt .whatsapp {
  background: #25d366;
  cursor: pointer;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
.call_butt .whatsapp:hover {
  background: #25d366;
}

.call_butt ul li a {
  color: #fff;
  font-size: 20px;
}
.dropdown-item {
  padding: 10px 18px;
}
.navbar .nav-item .dropdown-menu {
  border-radius: 0px;
}
.service_inn img {
  width: 100%;
  border-radius: 10px;
}
.service_inn h2,
h3 {
  font-size: 28px;
  font-weight: 600;
  color: #212121;
}
.service_inn .process ul {
  padding: 0;
  margin-bottom: 0;
  /* margin-left: 20px; */
}
.service_inn .process ul li {
  list-style-type: none;
  padding-bottom: 8px;
}
.service_inn .process ul li i {
  margin-right: 6px;
  color: #ea001e;
  padding-bottom: 6px;
}
.service_inn .service_cat {
  display: flex;
  gap: 26px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}
.mid_sec {
  background-color: #192641;
  padding: 26px 0px;
}
.mid_sec h2 {
  color: #ffffff;
}
.mid_sec p,
ul {
  color: #e9e9e9;
}
.service_inn.py-4 {
  padding-bottom: 0px !important;
}
.bg-breadcrumb h1 {
  font-size: 40px;
}
.service_cat_main ul {
  padding-left: 24px;
}
.service_cat_main ul li {
  list-style-type: disclosure-closed;
  color: #6e7684;
  padding-bottom: 6px;
}
.service_cat_main ul li::marker {
  color: #ea001e;
}
.mid_sec h3 {
  font-size: 20px;
  color: #ffffff;
}
.service_inn .process.delhi_in_page ul {
  margin-left: 20px;
}
.service_inn .process.delhi_in_page ul li {
  list-style-type: disc;
}
.service_inn .process.delhi_in_page ul li i {
  display: none;
}
.service_cat_main.delhi_in_page h3 {
  font-size: 20px;
}
.faq_main .accordion {
  width: 80%;
}
.accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .nav-bar {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .carousel .carousel-item,
  .carousel .carousel-item img {
    height: 500px;
  }
  .carousel-inner .text_sec .text-start h1 {
    font-size: 45px;
  }
  .container.py-5 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .container.py-4 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .wow.zoomInDown {
    display: none;
  }
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .back-to-top {
    bottom: 76px;
  }
  .top_sec p {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .top_sec .py-4 {
    padding-bottom: 0px !important;
    padding-top: 12px !important;
  }
  .mid_sec .py-4 {
    padding-top: 12px !important;
    padding-bottom: 0px !important;
  }
  .service_inn .process ul li {
    list-style-type: none;
    padding-bottom: 22px;
  }
  .bottom_sec .mt-20 {
    margin-top: 10px;
  }
  .service_inn h2,
  h3 {
    font-size: 22px;
  }
  .service_inn .service_cat {
    display: block;
  }
  .service_inn .service_cat .led_1 {
    margin-bottom: 18px;
  }
  .service_inn .service_cat .led_1:last-child {
    margin-bottom: 0px;
  }
  .service_cat_main.mb-20 {
    margin-bottom: 10px;
  }
  .bg-breadcrumb h1 {
    font-size: 26px;
  }
  .faq_main .accordion {
    width: 100%;
  }
  .sticky-top .navbar-light .navbar-brand img {
    max-height: 60px;
  }
  .carousel-inner .text_sec {
    left: 17px !important;
    padding-right: 40px;
    top: 14% !important;
  }
  .carousel .carousel-item .button_slider {
    padding: 8px 30px;
  }
  .footer {
    padding: 24px 0px !important;
  }
  .copyright .text-body {
    font-size: 12px;
  }
  .mt {
    margin-top: 2rem;
  }
  .about .about-img .img-1 {
    width: 95%;
    margin-right: 0px;
  }
  .about .about-item h5 {
    margin-top: 0px;
  }
  .navbar-collapse .caltxt {
    margin-bottom: 20px;
    font-size: 15px;
    padding: 5px 14px !important;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 2px;
  }
  .sticky-top {
    background-color: #fff5ef;
    margin-bottom: 0px;
  }
  .cont_phn .carousel-inner {
    border-radius: 0px;
  }
  .cont_phn .carousel .carousel-item,
  .carousel .carousel-item img {
    border-radius: 0px;
  }
  .cont_phn .home-slide:before {
    border-radius: 0px;
  }
}

/*** About End ***/

/*** Fact Counter Start ***/
.counter {
  /* background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)),
    url(../img/fact-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter .counter-item .counter-item-icon {
  width: 90px;
  height: 90px;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  background: #ff5a00;
  /* animation-name: icon-animat; */
  /* animation-duration: 5s; 5s;
  /* animation-delay: 1s; */
  /* animation-direction: alternate; */
  /* animation-iteration-count: infinite; */
  /* transition: 0.5s; */
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--bs-white);
  transition: 0.5s;
}
.service h1 {
  font-weight: 800;
  font-size: 38px;
  color: #2c2c2c;
}
.service .service-item:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  background: var(--bs-light);
}

.service .service-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--bs-primary);
  border-radius: 10px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover::after {
  opacity: 1;
}

.service .service-item .service-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}
/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
  position: relative;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item:hover {
  border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
  box-shadow: 0 0 50px rgba(234, 0, 30, 0.3);
}

.categories .categories-item-inner .categories-img {
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
  border-top: 4px solid var(--bs-white);
  text-align: center;
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-carousel .owl-stage-outer {
  margin-top: 65px;
  margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
  position: absolute;
  top: -65px;
  padding: 10px 35px;
  color: var(--bs-white);
  background: var(--bs-primary);
  border-radius: 50px;
  transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
  right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
/*** Cars Categories End ***/

/*** Process Start ***/
.steps {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../img/bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.steps .steps-item {
  position: relative;
  background: var(--bs-secondary);
  border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
  color: var(--bs-white);
}

.steps .steps-item .setps-number {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: 40px;
  font-weight: 900;
  border: 1px solid var(--bs-white);
  border-radius: 64px;
  transform: translateY(50%);
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
/*** Process End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-content {
  position: relative;
  background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  padding: 12px 25px;
  border-radius: 10px;
  color: var(--bs-white);
  background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
  display: flex;
  justify-content: space-between;
}
/*** Blog End ***/

/*** Banner Start ***/
.banner .banner-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.banner .banner-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0px;
  background: rgb(0 0 0 / 72%);
  z-index: 2;
}

.banner .banner-item .banner-content {
  position: absolute;
  width: 54%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-bottom: 0;
  /* padding: 80px; */
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 5;
  padding-left: 80px;
}

@media (min-width: 992px) {
  .banner .banner-item .banner-content h2 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #ff5a00 !important;
    font-weight: 700;
  }

  .banner .banner-item .banner-content h1 {
    font-size: 49px;
    margin-bottom: 20px;
  }

  .banner .banner-item .banner-content p {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin-top: 100px;
  background: var(--bs-light);
  transition: 0.5s;
  z-index: 1;
}

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
  z-index: 2;
  transition: 0.5s;
}

.team .team-item:hover::after {
  height: 100%;
}

.team .team-item .team-content {
  position: relative;
  z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
  transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
  color: var(--bs-white);
}
.team .team-item:hover .team-content p {
  color: var(--bs-white);
}

.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  top: -100px;
  margin-bottom: -100px;
  border-radius: 10px;
  z-index: 3;
}

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 4;
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}

.testimonial .testimonial-item {
  position: relative;
  margin-top: 35px;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  border-radius: 70px;
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
  display: flex;
  align-items: center;
  background: var(--bs-light);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 20px 10px 0 10px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--bs-secondary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
  /* border-radius: 10px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background: #102a52;
  padding-bottom: 20px !important;
}

.footer .footer-item a {
  line-height: 35px;
  color: #ababab;
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
  color: #ababab;
}

.footer .footer-item a:hover {
  letter-spacing: 1px;
  color: #ff5a00;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #ff5a00;
}
/*** copyright end ***/

.carousel-inner .text_sec {
  position: absolute;
  top: 20%;
  z-index: 10;
  left: 75px;
}
.carousel-inner .text_sec .text-start p {
  color: #fff;
}
.carousel-inner .text_sec .text-start h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
}
.carousel-inner .text_sec .text-start h1 span {
  color: #ff5a00;
  text-transform: uppercase;
}
.home-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(18 13 9 / 52%);
  z-index: 10;
  border-radius: 20px;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  z-index: 10;
}
.service .card-title {
  font-weight: 700;
  font-size: 18px;
}
.service .card-text {
  font-size: 15px;
  color: #3e3e3e;
}
.service .card-body a {
  padding: 6px 0px;
  width: 82%;
  font-weight: 500;
  border-radius: 30px;
}
.footer-item h4 {
  font-weight: 600;
}
.contact-icon i {
  color: #fff;
}

.call_butt {
  position: fixed;
  z-index: 99;
  right: 5px;
  bottom: 28%;
  width: 55px;
}
.call_butt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call_butt .call {
  background: #ff5a00;
  cursor: pointer;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}
.call_butt .call:hover {
  background: #000c21;
}
.call_butt .whatsapp {
  background: #25d366;
  cursor: pointer;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
.call_butt .whatsapp:hover {
  background: #25d366;
}

.call_butt ul li a {
  color: #fff;
  font-size: 20px;
}
.dropdown-item {
  padding: 10px 18px;
}
.navbar .nav-item .dropdown-menu {
  border-radius: 0px;
}
.service_inn img {
  width: 100%;
  border-radius: 30px;
}
.service_inn h2,
h3 {
  font-size: 28px;
  font-weight: 600;
  color: #212121;
}
.service_inn .process ul {
  padding: 0;
  margin-bottom: 0;
  /* margin-left: 20px; */
}
.service_inn .process ul li {
  list-style-type: none;
  padding-bottom: 8px;
}
.service_inn .process ul li i {
  margin-right: 6px;
  color: #ea001e;
  padding-bottom: 6px;
}
.service_inn .service_cat {
  display: flex;
  gap: 26px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}
.mid_sec {
  background-color: #192641;
  padding: 26px 0px;
}
.mid_sec h2 {
  color: #ffffff;
}
.mid_sec p,
ul {
  color: #e9e9e9;
}
.service_inn.py-4 {
  padding-bottom: 0px !important;
}
.bg-breadcrumb h1 {
  font-size: 40px;
}
.service_cat_main ul {
  padding-left: 24px;
}
.service_cat_main ul li {
  list-style-type: disclosure-closed;
  color: #6e7684;
  padding-bottom: 6px;
}
.service_cat_main ul li::marker {
  color: #ea001e;
}
.mid_sec h3 {
  font-size: 20px;
  color: #ffffff;
}
.service_inn .process.delhi_in_page ul {
  margin-left: 20px;
}
.service_inn .process.delhi_in_page ul li {
  list-style-type: disc;
}
.service_inn .process.delhi_in_page ul li i {
  display: none;
}
.service_cat_main.delhi_in_page h3 {
  font-size: 20px;
}
.faq_main .accordion {
  width: 80%;
}
.accordion-button:focus {
  box-shadow: none;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(43 96 182 / 42%);
}
.marq {
  display: flex;
  background-color: #2861b9;
  color: #fff;
  padding: 3px 0px;
}
.cont_add {
  display: flex;
  flex-direction: column;
}
.text-primary {
  color: #ff5a00 !important;
}
.services_content {
  padding: 25px 2px;
}
.services_content h2 {
  color: #000;
  font-size: 25px;
  line-height: 1.4;
}
.services_content p {
  color: #222222;
}
.services_content ul li {
  color: #4a4a4a;
}
.sidebar-area {
  margin-bottom: -10px;
  position: sticky;
  top: 30px;
  margin-bottom: 30px;
}
.sidebar_in {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
  background-color: transparent;
  position: relative;
  background-color: #fff3ef;
  margin-bottom: 30px;
  border-radius: 20px;
}
.sidebar-area .sidebar_title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #000000;
}
.sidebar-area .sidebar_title img {
  display: block;
  padding-top: 10px;
  /* filter: grayscale(1); */
  width: auto;
}
.sidebar-block-categories {
  padding-left: 0;
}
.sidebar-block-categories li {
  list-style-type: none;
}
.sidebar-block-categories li a {
  background-color: #fff;
  padding: 5px 5px 5px 30px;
  margin: 0 0 10px 0;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  color: #000000;
  font-weight: 500;
}
.sidebar-block-categories li a span {
  min-width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5a00;
  color: var(--white-color);
  border-radius: 30%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sidebar-block-categories li a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  background-image: url(../img/arrow.png);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
form.form-style1.modal_forms.white_bgform {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.sidebar-area .form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.sidebar-area form.form-style1.modal_forms.white_bgform input,
form.form-style1.modal_forms.white_bgform select {
  background: #fff;
  color: #000;
  padding-left: 20px;
}
.sidebar-area .form-style1 textarea,
.form-style1 input,
.form-style1 .form-control,
.form-style2 textarea,
.form-style2 input,
.form-style2 .form-control,
.form-style3 textarea,
.form-style3 input,
.form-style3 .form-control {
  height: 60px;
  background-color: var(--smoke-color);
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  border-radius: 30px;
  border: 0;
}
.sidebar-area form.form-style1.modal_forms button.vs-btn.style {
  background: #ff5a00;
  width: 100%;
  border-radius: 30px;
  padding: 16px 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.mobview_phn {
  color: #2861b9 !important;
  font-weight: 600;
  display: none;
}
.mobile-section {
  display: none;
}

@media (max-width: 767px) {
  .nav-bar {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .carousel .carousel-item,
  .carousel .carousel-item img {
    height: 314px;
  }
  .carousel-inner .text_sec .text-start h1 {
    font-size: 32px;
  }
  .container.py-5 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .container.py-4 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .wow.zoomInDown {
    display: none;
  }
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .back-to-top {
    bottom: 76px;
  }
  .top_sec p {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .top_sec .py-4 {
    padding-bottom: 0px !important;
    padding-top: 12px !important;
  }
  .mid_sec .py-4 {
    padding-top: 12px !important;
    padding-bottom: 0px !important;
  }
  .service_inn .process ul li {
    list-style-type: none;
    padding-bottom: 22px;
  }
  .bottom_sec .mt-20 {
    margin-top: 10px;
  }
  .service_inn h2,
  h3 {
    font-size: 22px;
  }
  .service_inn .service_cat {
    display: block;
  }
  .service_inn .service_cat .led_1 {
    margin-bottom: 18px;
  }
  .service_inn .service_cat .led_1:last-child {
    margin-bottom: 0px;
  }
  .service_cat_main.mb-20 {
    margin-bottom: 10px;
  }
  .bg-breadcrumb h1 {
    font-size: 26px;
  }
  .faq_main .accordion {
    width: 100%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 7%;
  }
  .service h1 {
    font-size: 24px;
  }
  .service .pb-5 {
    padding-bottom: 2rem !important;
  }
  .service .card-body a {
    width: 56%;
  }
  .container.cont_phn {
    padding: 0;
  }
  .mobile-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: block;
    background: #fff;
  }

  .mobile-section .btn {
    border-radius: 0;
    border: 0;
  }
  .mobile-section .btn-success {
    background: #ff5a00 !important;
    border-color: #ff5a00;
    width: 32.5%;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
  }
  .mobile-section a .fa,
  .mobile-section a .fab {
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
  }
  .mobview_phn {
    display: block;
  }
}
