/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.btn {
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn.btn-primary:hover {
  box-shadow: inset 260px 0 0 0 #006699 !important;
  color: white !important;
}

.btn.btn-dark {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-dark:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-primary);
  color: var(--bs-dark) !important;
}

/*** Topbar Start ***/

.search-btn {
  position: relative;
  width: 100%;
  padding: 0 0 0 25px;
}

.search-btn .form-group {
  width: 100%;
}

.search-btn button {
  position: absolute;
  right: 25px;
}

@media (max-width: 991.5px) {
  .search-btn {
    display: none;
  }
  .orderFirst {
    order: 1;
  }
  .orderSecond {
    order: 2;
  }
}

@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
  }
  .search-btn {
    display: none;
  }
  .topbar-info {
    flex-direction: column;
  }
  .topbar-info a {
    padding: 0 0 10px 0;
  }
  .topbar-icon {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 576px) {
  .topbar-top {
    display: none;
  }
}

/*** Topbar End ***/

/*** Navbar Start ***/
.bg-nav-color {
  background-color: #f0f0f0;
}
.navbar .navbar-nav {
  padding: 8px 0;
}

.navbar .navbar-nav .nav-link {
  padding: 15px 12px;
  color: #000;
  font-weight: 700;
  font-size: 17px;
  outline: none;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #006699;
  transition: 0.5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 802px) {
  .navbar .nav-item .dropdown-menus {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
}
.dropdown-item {
  padding: 10px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  transition: 0.5s;
}

.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a.active {
  background: #f0f0f0;
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

.navbar-toggler {
  background: #006699;
  color: white !important;
  padding: 5px 12px;
  border: 2px solid var(--bs-primary) !important;
}

/*** Navbar End ***/

/*** Carousel Start ***/

.carousel-item {
  position: relative;
}

.carousel-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-caption {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev {
  width: 80px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--bs-primary);
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
  opacity: 1;
}

.carousel-control-next {
  width: 80px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  background: var(--bs-primary);
  border-radius: 30px 0 0 30px;
  transition: 0.5s;
  opacity: 1;
}

#carouselId .carousel-indicators li,
#carouselId .carousel-indicators li {
  width: 24px;
  height: 24px;
  background: var(--bs-dark);
  border: 2px solid var(--bs-primary);
  border-radius: 24px;
  margin: 0 10px 30px 10px;
}

#carouselId .carousel-indicators li.active {
  background: var(--bs-primary) !important;
}

@media (max-width: 767px) {
  .flex1,
  . .flex2 {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .carousel-item {
    width: 100%;
    height: 400px;
  }

  .carousel-item img {
    height: 400px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/service/bg/b1.jpg) center center no-repeat;
  background-size: cover;
}

.contact-img,
.about-imgs,
.faq-img,
.feedback-img {
  background-size: cover !important;
}
.contact-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/contact/c1.jpg) center center no-repeat;
}
.about-imgs {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/about/a1.jpg) center center no-repeat;
}
.faq-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/about/f1.jpg) center center no-repeat;
}
.feedback-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/about/fd1.jpg) center center no-repeat;
}

/*** Carousel End ***/

/*** About Start ***/

.about-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-img img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

.experiences {
  width: 160px;
  height: 200px;
  position: absolute;
  top: -0;
  right: 0;
  padding: 35px 35px;
  text-align: center;
  border-radius: 10px;
  z-index: 3;
  animation: mymove 10s infinite;
  animation-timing-function: linear;
}

@keyframes mymove {
  from {
    top: -202px;
  }
  to {
    top: 102%;
  }
}

/*** About End ***/

/*** Project Start ***/
.project-item {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 30px 30px 30px;
  overflow: hidden;
}

.project-item::before {
  content: "";
  width: 100%;
  height: 40%;
  background: var(--bs-dark);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.project-item::after {
  content: "";
  width: 100%;
  height: 60%;
  background: var(--bs-primary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.project-left {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 22%;
  left: -18%;
  rotate: 30deg;
  z-index: 2;
}

.project-right {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 22%;
  right: -18%;
  rotate: -30deg;
  z-index: 2;
}

.project-item img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-item a {
  position: absolute;
  padding: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-360deg);
  border-radius: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.project-item:hover a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  background: var(--bs-primary);
  color: var(--bs-dark) !important;
  opacity: 1;
}

/*** prohect Start ***/

/*** Blog Start ***/

.blog-carousel {
  width: 100%;
  /* height: 100%; */
  position: relative;
}

.blog-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 80px;
  height: 50px;
  background: var(--bs-primary);
  top: -51px;
  left: 0;
  border: 0;
  border-radius: 10px 30px 30px 10px;
}

.blog-carousel .owl-nav .owl-prev {
  box-shadow: inset 0 0 0 0 var(--bs-dark);
  transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-dark);
  color: #fff !important;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
  position: absolute;
  width: 80px;
  height: 50px;
  background: var(--bs-primary);
  top: -51px;
  right: 0;
  border-radius: 30px 10px 10px 30px;
}

.blog-carousel .owl-nav .owl-next {
  box-shadow: inset 0 0 0 0 #000000;
  transition: 0.5s;
}

.blog-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #fff !important;
}

/*** Blog End ***/

/*** Pricing Start ***/
.pricing-item {
  transition: 0.5s;
}

.pricing-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  margin: -20px 0 20px 0;
}

.pricing-label {
  border-bottom: 20px solid var(--bs-light);
  border-radius: 0 0 300px 300px;
  transition: 0.5s;
}

.pricing-item:hover .pricing-label {
  border-color: rgba(0, 0, 0, 0.5);
}

.pricing-item:hover .pricing-label.pricing-featured {
  border-color: rgba(255, 255, 255, 0.5);
}

/*** Pricing End ***/

/*** Call To Action start ***/

.call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

/*** Call To Action End ***/

/*** Team Start ***/
.team-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-item .team-icon {
  position: absolute;
  top: 15px;
  right: -80px;
  rotate: -30deg;
  transition: 0.5s;
  visibility: hidden;
}

.team-item:hover .team-icon {
  visibility: visible;
  margin-right: 95px;
  rotate: 0deg;
}

.team-item .team-icon .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}

.team-item .team-content {
  box-shadow: inset 0 0 0 0 var(--bs-dark);
  transition: 1s;
}

.team-item:hover .team-content {
  box-shadow: inset 550px 0 0 0 var(--bs-dark);
  color: var(--bs-primary) !important;
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--bs-light);
  z-index: 1;
}

.testimonial-content::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  bottom: -15px;
  rotate: 45deg;
  z-index: -5;
  background: var(--bs-light);
}

.testimonial-carousel {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 40px;
  background: var(--bs-primary);
  color: var(--bs-dark);
  font-size: 22px;
  top: 14%;
  left: 0px;
  border-radius: 30px 0 0 30px;
  box-shadow: inset 0 0 0 0 var(--bs-dark);
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-dark);
  color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
  left: auto;
  right: 0px;
  border-radius: 0 30px 30px 0;
}

.testimonial-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-dark);
  color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-secondary);
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-primary);
}

/*** testimonial End ***/

/*** Contact Start ***/
.contact-link a i,
.contact-link a h5,
.contact-link a.h5 {
  transition: 0.5s;
}

.contact-link a i:hover,
.contact-link a h5:hover,
.contact-link a.h5:hover {
  color: var(--bs-primary) !important;
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background: linear-gradient(rgb(0, 0, 0), rgb(0, 16, 5));
  background-size: cover;
  color: rgba(255, 255, 255, 0.7);
  /* margin-top: 4rem; */
}

.footer-item,
.footer-item a {
  color: #fff;
  text-transform: capitalize;
}

/*** Footer End ***/

/*** Copywright Start ***/

.copyright .copyright-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright .copyright-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .colloer-cng {
  color: #fff700;
}

.link-intern {
  color: #2a2a2a !important;
  font-weight: 700 !important;
}
.bgCng {
  height: 100%;
  position: relative;
}
#ecosystem .bgCng::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 400px;
  width: 40%;
  height: 90%;
  background: #c1c8a9;
  opacity: 0.6;
  z-index: -1;
  border-radius: 22% 78% 100% 0% / 0% 57% 43% 100%;
  box-shadow: 3px 3px 20px -15px rgba(128, 128, 128, 0.402);
  transition: 0.4s;
  animation: bubble1 3s linear infinite alternate;
}
#ecosystem .bgCng::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 400px;
  width: 45%;
  height: 95%;
  background: #c1c8a9;
  opacity: 0.3;
  z-index: -1;
  border-radius: 8% 92% 64% 36% / 30% 28% 72% 70%;
  box-shadow: 3px 3px 20px -15px rgba(128, 128, 128, 0.342);
  transition: 0.4s;
  animation: bubble 3s linear infinite alternate;
}
.eqCng {
  height: 100%;
  position: relative;
}
#equityShare .eqCng::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  min-width: 400px;
  width: 40%;
  height: 95%;
  background: #c1c8a9;
  opacity: 0.6;
  z-index: -1;
  border-radius: 100% 0 0 0;
  box-shadow: 3px 3px 20px -15px rgba(128, 128, 128, 0.402);
  transition: 0.4s;
  animation: bubble1 3s linear infinite alternate;
}
#equityShare .eqCng::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 2%;
  min-width: 400px;
  width: 45%;
  height: 95%;
  background: #c1c8a9;
  opacity: 0.3;
  z-index: -1;
  border-radius: 100% 0 0 0;
  box-shadow: 3px 3px 20px -15px rgba(128, 128, 128, 0.342);
  transition: 0.4s;
  animation: bubble 3s linear infinite alternate;
}
#troup-based .trBg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #d2d7c1;
}
#troup-based .trBg .bubble1 {
  position: absolute;
  top: 10%;
  right: 45%;
  opacity: 0.4;
  background-color: #f8fff3;
  width: 250px;
  aspect-ratio: 1 / 1;
  z-index: -2;
  border-radius: 50%;
}
#troup-based .trBg .bubble2 {
  position: absolute;
  top: 25%;
  right: 35%;
  opacity: 0.4;
  background-color: #f8fff3;
  width: 170px;
  aspect-ratio: 1 / 1;
  z-index: -2;
  border-radius: 50%;
}
#troup-based .trBg .bubble3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: white;
  width: 150px;
  aspect-ratio: 1 / 1;
  z-index: -2;
  border-radius: 0 0% 50% 0;
}
#troup-based .trBg .bubble4 {
  position: absolute;
  bottom: 5%;
  right: 72%;
  opacity: 0.4;
  background-color: #f8fff3;
  width: 230px;
  aspect-ratio: 1 / 1;
  z-index: -2;
  border-radius: 50%;
}
#troup-based .trBg .bubble5 {
  position: absolute;
  bottom: 18%;
  right: 60%;
  opacity: 0.4;
  background-color: #f8fff3;
  width: 170px;
  aspect-ratio: 1 / 1;
  z-index: -2;
  border-radius: 50%;
}
.flex1,
.flex2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.div-footer-three {
  width: 30%;
}
.div-footer-item4 {
  width: 30%;
}
.footer-div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .div-footer-three {
    width: 40%;
    padding: 0 50px 0 0;
  }
  .div-footer-item1,
  .div-footer-item4 {
    width: 33%;
  }
  .div-footer-item2,
  .div-footer-item6 {
    width: 25%;
  }
  .div-footer-item3 {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .div-footer-three {
    width: 35%;
  }
  .div-footer-item1 {
    width: 35%;
  }
  .div-footer-item2 {
    width: 28%;
  }
  .div-footer-item3 {
    width: 35%;
  }
  .div-footer-item4 {
    width: 35%;
  }
  .div-footer-item6 {
    width: 28%;
  }
}

@media (min-width: 715px) and (max-width: 992px) {
  .div-footer-three,
  .div-footer-item1,
  .div-footer-item2,
  .div-footer-item3,
  .div-footer-item4,
  .div-footer-item5,
  .div-footer-item6 {
    width: 48%;
  }
}
@media (min-width: 350px) and (max-width: 715px) {
  .div-footer-three,
  .div-footer-item1,
  .div-footer-item2,
  .div-footer-item3,
  .div-footer-item4,
  .div-footer-item5,
  .div-footer-item6 {
    width: 100%;
  }
  #ecosystem .bgCng::before {
    max-width: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  #ecosystem .bgCng::after {
    max-width: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  .wow {
    padding: 0 18px;
  }
  .footer {
    padding: 0 !important;
  }
  .list-items {
    padding: 0 0 0 15px;
  }
  body p {
    text-align: start !important;
  }
  .brand_logo {
    max-height: 29px;
  }
}
@media (min-width: 600px) and (max-width: 700px) {
  .about-img img {
    width: 80% !important;
  }
}
@media (min-width: 700px) and (max-width: 800px) {
  .about-img img {
    width: 70% !important;
  }
}
@media (min-width: 800px) and (max-width: 991.5px) {
  .about-img img {
    width: 60% !important;
  }
}

.icon-conect {
  display: flex;
  gap: 12px;
  font-size: 29px;
  color: #fff;
}
.margin-top {
  margin-top: 10px;
}
.btn-link i {
  color: #006699;
  font-size: 20px;
}
ul .list-item {
  list-style: none;
}
.about-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-img img {
  width: 100%;
}
.owl-prev,
.owl-next {
  display: none !important;
}
/* Only apply offcanvas style on small screens */
@media (min-width: 802px) {
  .nav-bar-btn-close {
    display: none;
  }
}
@media (max-width: 802px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    padding: 1rem;
    background-color: #f8f9fa;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1050;

    /* ✅ scrollbar enable */
    overflow-y: auto;
  }

  .offcanvas-collapse.show {
    transform: translateX(0);
  }
  .dropstart .dropdown-toggle::before {
    transform: rotate(-90deg);
  }
  /* .dropstart {
    top: 0;
    right: 100% !important;
  } */
}

.offcanvas-collapse::-webkit-scrollbar {
  width: 6px;
}
.offcanvas-collapse::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.offcanvas-collapse::-webkit-scrollbar-track {
  background: transparent;
}

@media (min-width: 802px) {
  .d-flex-home {
    display: flex !important;
  }
}
.padding-footer-element{
  padding-left: 24px;
}
.footer-location-span{
  text-align: left ;
}