/* .custom-accordion-button {
  background-color: #cfcfcf !important;
} */
.bg-custom-color {
  background-color: rgb(3, 83, 79);
}
.text-primary-color {
  color: rgb(3, 83, 79);
}
.text-secondary-color {
  color: #3ba8ad;
}
.text-light-custom {
  color: #545656;
}
.custom-border-color {
  border-color: #03534f;
}
.custom-border-color:hover {
  box-shadow: 0px 0px 30px #fdec6e;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.custom-image-hover:hover {
  zoom: 1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

.custom-image-hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

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

.custom-heading-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.text-color {
  color: rgb(255, 255, 255);
}
.text-black {
  color: #000000;
}
.font-18 {
  font-size: x-large;
}
.grad {
  background-image: linear-gradient(
    to right,
    rgb(255, 255, 255),
    #03534f,
    rgb(255, 255, 255)
  );
}
.dropdown-item:hover {
  color: white;
  background-color: #03534f;
}
.font-16 {
  font-size: larger;
  font-weight: 700;
}
.custom-main-gradient {
  background-image: linear-gradient(
    to right,
    rgb(3, 90, 251),
    rgb(195, 0, 255)
  );
}
.custom-second-gradient {
  background-image: linear-gradient(
    to right,
    rgb(3, 90, 251),
    rgb(195, 0, 255)
  );
}
.full-screen-image {
  background-image: url("../images/header3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 80vh;
}
.custom-fluid-image {
  background-image: url("../images/comman_header1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
}

.text-custom-shadow {
  text-shadow: 3px 3px #000000;
}

.hero_section_line1 {
  margin-left: 50px;
  margin-top: 250px;
  font-size: 60px;
  color: #3ba6ac;
}

.hero_section_line2 {
  margin-left: 50px;
  margin-top: 15px;
  color: #3ba6ac;
  font-size: 50px;
}

.btn-default {
  background: #03534f;
  color: white;
  padding: 10px 20px;
  border: 1px solid white;
}

.btn-default-jumbo {
  background: #03534f;
  color: white;
  padding: 20px 80px;
}

.btn-default:hover {
  background: #ffffff;
  color: #03534f;
  border: 1px solid #03534f;
}

.btn-outline-default {
  background: #ffffff;
  color: #03534f;
  padding: 10px 20px;
  border: 1px solid #03534f;
}

.btn-outline-default:hover {
  background: #03534f;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #03534f;
}

.custom-card-bg {
  background-color: #3ca8ab;
  color: white;
}

.custom-card-radius {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #3ca8ab;
}

.custom-image-rounded {
  width: 70%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.footer-area {
  padding: 40px 0px;
  background-color: #03534f;
  color: #fff;
}
.footer-area a {
  text-decoration: none;
}
.footer-area .footer-heading {
  font-size: 24px;
  color: #fff;
}
.footer-area .footer-underline {
  height: 1px;
  width: 70px;
  background-color: #ddd;
  margin: 10px 0px;
}
.copyright-area {
  padding: 14px 0px;
  background-color: #262626;
}
.copyright-area p {
  margin-bottom: 0px;
  color: #fff;
}
.copyright-area .social-media {
  text-align: end;
}
.copyright-area .social-media a {
  margin: 0px 10px;
  color: #fff;
  width: 20px;
}

.custom-image-shadow {
  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(1px 1px 1px #000000);
}

@media screen and (min-width: 576px) {
  .swiper {
    width: 100%;
    height: 580px;
  }
}

/* @media screen and (min-width: 1024px) {
} */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
