/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/


.course-mega-menu{
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 15px 30px 30px;
}
.course-mega-menu .elementor-widget-heading {
    margin-bottom: 20px !important;
}
.menu-course-list {
    text-align: left;
}
.menu-course-list li {
    list-style: none;
}
.course-mega-menu a {
    font-size: 15px;
    line-height: 27px !important;
    color: #000000 !important;
}
.course-mega-menu a:hover{
	color:#ffb606 !important;
}
.course-mega-menu li {
    padding: 4px;
}
.mobile-menu-wrapper {
        background: #ffffff;
}
.icon-wrapper {
    background: #EAEAEA !important;
}
.footer-bottom-section h2, .footer-bottom-section p {
    color: #000 !important;
}
.footer-bottom-section .elementor-button{
	border-color:#000 !important;
}
.testimonial-section .thim-ekits-testimonial__avatars, .testimonial-section .thim-ekits-testimonial__content {
    overflow: hidden;
}
.staff-section .right .social-swapper .thim-social-media {
	margin:0;
}
.staff-section .right .social-swapper i {
    font-size: 21px;
	color: #000;
    padding: 10px !important;
	line-height:21px !important;
    background: #FFB606;
    border-radius: 100%;
}
.staff-section .right .social-swapper a:hover {
    color: #222222 !important;
}
.staff-section .right .elementor-widget-text-editor ul{
	list-style:none;
	margin:15px 0;
}
.staff-section .right .elementor-widget-text-editor li {
    background: url(https://wordpress-821607-3292995.cloudwaysapps.com/wp-content/uploads/2023/03/icons8-pencil-drawing-100-1.png) no-repeat left center;
    padding-left: 36px;
    background-size: 24px 24px;
	font-size: 18px;
    line-height: 34px;
    color: #000;
}
.testimonial-section .thim-ekits-testimonial__avatars, .testimonial-section .thim-ekits-testimonial__quote-icon {
    display: none;
}
.about-section img {
    border-radius: 15px;
    border: 10px solid #fff;
}
.about-section .elementor-element-4b6c2c4 .elementor-widget-wrap.elementor-element-populated {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.term-condition-section p{
	margin-bottom:10px;
}
.toggle-section .elementor-toggle .elementor-tab-title.elementor-active {
    background: #F0F4FA;
}
.toggle-section .elementor-tab-title.elementor-active a, .toggle-section .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    color: #000 !important;
}
.toggle-section .elementor-toggle .elementor-tab-title {
    padding: 22px 15px;
    font-size: 18px;
}

@media screen and (max-width: 767px){
	.about-section .elementor-element-4b6c2c4 .elementor-widget-wrap.elementor-element-populated {
    border-radius:0;
}
	.staff-section .right .social-swapper i {
    font-size: 16px;
    padding: 8px !important;
    line-height: 16px !important;
}
	.testimonial-section .thim-ekits-testimonial__inner{
		max-width:90% !important;
	}
}
/* @media screen and (max-width: 1024){
	.navbar-nav a {
		color: red !important;
	}
	.navbar-nav a:hover, .navbar-nav a:active{
		color:#000 !important;
	}
} */