/* Whatsapp Button */
.whatsappbutton {
  width: 48px;
  background-color: #179b6a;
  border-radius: 50%;
  padding-left: 8px;
  padding-top: 8px;
  border: 1px solid #179b6a;
  padding-right: 8px;
  padding-bottom: 8px;
  position: fixed;
  z-index: 9999;
  bottom:85px;
  right: 25px;
}

/* Whatsapp Button */

/* Owl Carousel - Slide */
.service-carousels p {
  font-size: 16px !important;
  background-color: #f5f5f7;
  color: #000 !important;
  padding: 8px;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}

.owl-carousel-slide .item {}

.owl-carousel-slide .owl-nav button.owl-prev {
  left: 10px;
  background: #fff;
  width: 38px;
  height: 38px;
}

.owl-carousel-slide .owl-nav button.owl-next {
  right: 10px;
  background: #fff;
  width: 38px;
  height: 38px;
}


#reference-carousel .owl-dots {
  margin-top: 0px;
}


.owl-carousel-slide .owl-dots {
  text-align: center;
  padding-top: 0;
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
  width: 100%;
  margin-left: 50%;
  z-index: 9999;
  display: list-item;
  margin-top: -20px;
  justify-content: center;
  text-align: center;
  place-items: center;
  place-content: center;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 70px;
}

.owl-carousel-slide .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border: 1px solid #4e4e4e;
  margin: 0px 3px;
}

.owl-carousel-slide .owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-carousel-slide .owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-carousel-slide .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.owl-carousel-slide .owl-nav button span {
  font-size: 35px;
  margin-top: -27px;
  left: 13px;
  position: inherit;
  /* border-radius: 250px; */
  color: #000;
  display: none;
}

.owl-carousel-slide .owl-nav button:focus {
  outline: none;
}

.owl-carousel-slide .owl-item img {
  width: 100%;
  height: 100%;
  right: 0;
  object-fit: cover;
}

/* Owl Carousel - Slide */

.service-content {
  background-color: #fff;
}

.sec-title {
  font-weight: 400 !important;
}

.sec-title span {
  font-weight: 400 !important;
}

.footer-title .title,
.feature-text .title {
  font-family: Poppins;
  font-weight: 500;
}

.specialwidth {
  max-width: 100% !important;
  margin-top: 75px;
}

.m0 {
  margin-top: 0px !important;
}

.tj-header-area.sticky .logo-area {
  display: none;
}

.logo-area-two {
  display: none;
}

.tj-header-area.sticky .logo-area-two {
  display: block;
}


.tj-header-area.sticky .tj-menu-area ul li a {
  color: #000;
}

.tj-header-area.sticky .tj-menu-area .sub-menu li a {
  color: var(--tj-color-theme-primary);
}

.tj-header-area.sticky .info-right-item .info-navbar ul li button {
  background: var(--tj-color-theme-primary);
}

.bg-gray {
  background-color: #f5f5f7;
}

.bg-white {
  background-color: #fff !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 992px) {
  .pt50 {
    padding-top: 25px !important;
  }

  .pb50 {
    padding-bottom: 25px !important;
  }
}


@media (min-width: 800px) and (max-width: 1499px) {

  .tj-menu-area ul li a {
    font-size: 14px;
  }

  .tj-menu-area ul {
    gap: 10px;
  }

  .tj-hero-section .tj-sec-heading .sec-title {
    font-size: 48px;
    line-height: 58px;
  }

  .tj-hero-section .tj-sec-heading .desc p {
    font-size: 14px;
  }

  .tj-hero-section .tj-sec-heading .sec-title span {
    font-size: 48px;
    line-height: 58px;
  }

  .tj-primary-btn2 {
    font-size: 14px;
    padding: 17px 20px 19px 20px;
  }

  .tj-sec-heading-three .title span {
    font-size: 48px;
  }

  .about-content-three .desc p,
  .contact-left-content-two .desc p,
  .service-details-item p {
    font-size: 14px;
  }

  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 32px;
  }

  .breadcrumb-wrapper {
    padding-top: 170px;
    padding-bottom: 41px;
  }

  .widget_nav_menu .footer-menu ul li {
    margin-bottom: 10px;
  }

  .footer-info .desc p {
    font-size: 14px;
  }


}

@media only screen and (max-width: 799px) {

  .copyright-menu {
    display: none;
  }

  .widget_nav_menu {
    display: none;
  }

  .logo-area {
    max-width: 150px;
  }

  .logo-area a img {
    width: 100%;
    width: 155px;
    position: absolute;
    margin-top: -25px;
  }
}

@media only screen and (min-width: 799px) {

  .canva_expander {
    display: none !important;
  }
}

.about-text>div>div {
  color: white;
}


.carousel-indicators button.thumbnail {
  width: 100px;
}

.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}

.carousel-indicators {
  position: static;
}

@media screen and (min-width: 992px) {
  .carousel {
    max-width: 70%;
    margin: 0 auto;
  }
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 90px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .carousel {
    max-width: 90%;
    margin: 0 auto;
  }
}

.s-custom{
  padding: 10px 23px 20px !important;
}