
  .theme_slider_1 {
    text-align: left;
  }
  .heading, .desc, .slider_button {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s ease;
  }
  .slider_button {
    transform: translateX(-50px);
  }
  .visible {
    opacity: 1;
    transform: translate(0);
  }
  .button {
    transition: background-color 0.3s ease;
    border-radius: 8px;
  }
  header{
	display: flex;
	justify-content: center;
}
body{
	margin: 0;
	padding: 0;
}
.slider{
	padding-left: 10%;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #f8f9fa;
  border: none;
  font-size: 40px; 
  padding: 5px 15px;
  color: #000;
  cursor: pointer;
  border-radius: 50%;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #ddd; 
}
.read_all{
    display: flex;
    justify-content: center;
}
.fun-number {
    transition: all 0.3s ease;
  }



.owl_testimonial1 .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.owl_testimonial1 .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
h3 {
  font-family: 'Tajawal', sans-serif;
  font-size: 40px;
  font-weight: 600 !important;
}
.blog section a{
  text-decoration: none !important;
}


.owl-nav button {
  background: #f0f0f0; 
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.owl-nav button:hover {
  background: #ddd; 
}

.owl-nav button i {
  font-size: 18px;
  color: #333;
}
.side_menu a{
  text-decoration: none;
}
.breadcrumb a{
  text-decoration: none;
}



.side-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #24466b;
  color: white;
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 20px;
}

.side-menu.active {
  right: 0;
}

.side-menu .close-menu {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 20px;
}

.side-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu-list li {
  margin-bottom: 15px;
}

.side-menu-list li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}


.side-menu-list {
  list-style: none;
  padding: 0;
}

.side-menu-list li {
  padding: 10px;
}

.submenu {
  list-style: none;
  padding: 0;
  display: none; /* Hide initially */
}
.dropdown.active .submenu {
  max-height: 200px; /* Adjust based on submenu content */
}
.submenu li {
  margin-top: 5px;
  background: #2f4660;
  border-left: 3px solid #13375f;
}

.dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown i {
  transition: transform 0.3s ease-in-out;
}

.dropdown.active .submenu {
  display: block;
}

.dropdown.active i {
  transform: rotate(180deg); /* Rotate the icon */
}
.submenu{
  overflow-y: scroll;
}