/*
Theme Name: Omexo Child
Theme URI: http://themehoster.com/tf/wp/omexo
Template: omexo
Author: ThemeMeta
Author URI: https://themeforest.net/user/thememeta
Description: Omexo is a Education &amp; Online Courses WordPress Theme.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 2.3.4.1741072584
Updated: 2025-03-04 12:46:24
*/
.site-branding {
    position: absolute;
    top: -10px
}
.tutor-course-details-top {
    display: none;
}
.main-navigation ul li ul a {
	color: #000;
}
.main-navigation ul li ul a:hover {
	color: #009ef7
}
.header-btm-area {
	box-shadow: none;
}
.page-banner-area {
	display: none;
}
.designation {
    font-size: 12px;
    margin-bottom: 14px;
    background: var(--bs-highlight-bg);
    color: var(--bs-black);
    padding: 4px 8px;
    border-radius: 4px;
}
figcaption {
	background: transparent;
}
.main-navigation ul .sub-menu .current-menu-item > a, .main-navigation ul .sub-menu .current-menu-ancestor > a {
    color: #009DF5
}
.slider .owl-dots .owl-dot.active {
    background-color: var(--bs-blue)!important;
}
.slider .owl-dots .owl-dot {
	background-color: #000000!important;
}
.elementor-1054 .elementor-element.elementor-element-3bc661f .slider .owl-dots {
    bottom: -40px!important;
}
.fa-arrow-right:before {
    content: "\f054"!important;
}
.fa-arrow-left:before {
    content: "\f053"!important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#gallery .swiper-slide-inner img {
	height: 200px;
	object-fit: cover;
  	width: 90%;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pulse-animation {
	animation: pulse 1.5s infinite ease-in-out;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-secondary);
	padding: 10px 24px 8px;
	font-weight: 800;	
}

@media (max-width: 767px) {	
	.header-contact-info {
		margin-bottom: 3%;
	}
	.elementor-kit-6476 button {
	    font-size: 21px!important;
	    padding: 6px 12px!important;
	}
}