/*
header {
	position: absolute;
	width: 100%;
}

.menu-header {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px !important;
	z-index: 2;
}

.banner-content h3 {
	width: 100% !important
}

.logo-box {
	top: -17px !important;
}

.scroll-top {
	display: none;
}

.service-box {
	top: -80px !important;
}

.fit-fill img {
	object-fit: fill !important;
}

.event-img .event-date-box p {
	font-size: 20px !important;
}

div:nth-child(1) > .event-box img {
	opacity: 70%;
}

.event-box > div > div > h6  {
	font-size: 20px !important;
}

.event-content p  {
	font-size: 15px !important;
}

div:nth-child(1) > .event-box .event-content p  {
	text-align: justify;
}

.popular-course-box p {
	text-align: justify;
}

.teacher-img {
	flex-basis: content !important;
}

.p404 {
	position: absolute;
	top: -270px;
	z-index: 99;
	left: 0;
	right: 0;
}

.p404-head {
	margin: 0;
}

main {
	min-height: 245px;
}

.ayoub-div-navigation .has-child .ayoub-div-navigation__submenu-container {
	top: 200%;
	gap: 0 !important;
}

.ayoub-div-navigation__container > li > a:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: -25px;
  bottom: -25px;
  background-color: transparent;
}

.current-menu-item .ayoub-div-navigation__submenu-container > li > a:before {
	content: none !important;
}

.current-menu-item .ayoub-div-navigation__submenu-container > li > a {
	color: var(--ayoub--preset--color--primary-light) !important;
}

.current-menu-ancestor:before {
	content: "" !important;
	position: absolute !important;
	opacity: 1 !important;
	background: var(--ayoub--preset--color--primary) !important;
	margin: 0 auto !important;
	height: 3px !important;
	left: 0 !important;
	right: 0 !important;
	top: -20px !important;
	width: calc(100% - 3px) !important;
}

.current-menu-ancestor {
	color: var(--ayoub--preset--color--primary) !important;
}

:where(.ayoub-div-social-links:not(.is-style-logos-only)) .ayoub-social-link-instagram {
	background-color: var(--ayoub--preset--color--ternary);
}

:where(.ayoub-div-social-links:not(.is-style-logos-only)) .ayoub-social-link-youtube {
	background-color: var(--ayoub--preset--color--secondary);
}

header :where(.ayoub-div-social-links:not(.has-white-background-color)) .ayoub-social-link-linkedin {
	background-color: var(--ayoub--preset--color--fourth) !important;
}

.event-box {
	position: relative
}

.completed-stamp {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 70%;
	pointer-events: none;
}

.completed-stamp img {
	height: 100%;
}

.media-icon {
	width: 23px !important;
}

.media-icon-container {
	gap: 5px !important;
	width: 50%;
}

.testimonial-sec, .about-us-content {
	text-align: justify;
}

.about-content > p {
	font-size: 14px !important;
}

.profit-img > img {
	width: 145% !important;
}

.service-info-box > div > div {
	transition: all .4s ease-out 0s;
	cursor: pointer;
}

.service-info-box > div > div:hover {
	transform: scale(1.1);
}

a.ayoub-div-button__link {
	position: relative;
	transition: color 0.4s linear;
	z-index: 1;
}

.first-btn a.ayoub-div-button__link:hover {
	color: var(--ayoub--preset--color--primary) !important;
}

.second-btn a.ayoub-div-button__link:hover {
	color: var(--ayoub--preset--color--ternary) !important;
}

.event-box a.ayoub-div-button__link:hover, .third-btn a.ayoub-div-button__link:hover {
	color: var(--ayoub--preset--color--secondary) !important;
}

.fourth-btn a.ayoub-div-button__link:hover {
	color: var(--ayoub--preset--color--fourth) !important;
}

a.ayoub-div-button__link::before {
	content: "";
  position: absolute;
	z-index: 1;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background-color: #fff2e3;
	transition: transform 0.5s ease;
	transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0);
}

a.ayoub-div-button__link:hover::before {
	transform: scaleX(1);
  z-index: -1;
}

.event-box a.ayoub-div-button__link:before {
	border-radius: 5px;
}
*/