header .navbar-brand {
  max-width: 250px;
}
.dropdown-menu {
  --bs-dropdown-min-width: 14rem;
}
.color-1 {
  color: #61348f;
}
.color-2 {
  color: #fda005;
}
.logo{
  width: 200px;
}
.btn-color-1 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #61348f;
  --bs-btn-border-color: #61348f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #61348f;
  --bs-btn-hover-border-color: #61348f;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #61348f;
  --bs-btn-active-border-color: #61348f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #61348f;
  --bs-btn-disabled-border-color: #61348f;
}
.btn-color-2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fda005;
  --bs-btn-border-color: #fda005;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fda005;
  --bs-btn-hover-border-color: #fda005;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fda005;
  --bs-btn-active-border-color: #fda005;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fda005;
  --bs-btn-disabled-border-color: #fda005;
}
.text-justify {
  text-align: justify;
}
.bg-grey {
  background-color: #323232;
}
/***/
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.carousel-caption {
  right: 5%;
  left: 5%;
}
.carousel-indicators {
  bottom: 0%;
}
.carousel-indicators [data-bs-target] {
  height: 7px;
  background-color: #fda005;
}
/**********/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 100%;
  font-size: 40px;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -50px;
}
.owl-dots {
  text-align: center;
}
.owl-dot {
  width: 35px;
  height: 7px;
  background: #61348f !important;
  margin: 5px;
  opacity: 0.5;
}
.owl-dot.active {
  opacity: 1;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed) {
  background: #fda005;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button.collapsed {
  background: #fda00582;
}
.services {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #61348ff2;
}
.services .container {
  position: relative;
}

.service {
  transition: all 0.5s ease-in-out;
}
.service:hover {
  background-color: #61348f;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.owl-carousel{direction:ltr}

/* ’media */


@media only screen and (max-width: 600px) {
.container{
  width: 75%;
}
}