/*
	Theme Name: MasterStudy
	Theme URI: https://stylemixthemes.com/masterstudy/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: MasterStudy is the best WordPress theme for the Education & Learning Center - for educational organizations, who sell courses and organize classes locally. Using Masterstudy you can easily setup a WordPress site for your education company.
	Version: 4.8.133
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
	Text Domain: masterstudy
*/

.box-styl span.blue-1 {
    font-size: 20px;
}
.service-slider .slick-prev::before {
    content: '\f053'; 
}
.service-slider .slick-next::before {
    content: '\f054';
    
}
.service-slider .slick-arrow::before {
    font-size: 14px !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
    color: #000;
    opacity: 1;
    border: solid 1px #000;
    border-radius: 50px;
    padding: 10px 13px;
}

.service-slider .slick-prev {
    position: absolute;
    top: inherit;
    bottom: -50px;
    left: 40%;
    z-index: 99;
}

.service-slider .slick-next {    
    position: absolute;
    top: inherit;
    bottom: -50px;
    right: 41%;
    z-index: 99;
}
.service-slider .slick-arrow:hover::before {
    color: #fff !important;
    background: #4da3d9 !important;
    border-color: #4da3d9 !important;
}
.service-slider .slick-arrow:hover::before {
    color: #fff;
    background:#4da3d9;
}
.stm_image_box.stm_image_box__style_3 img {
    margin: 0 auto !important;
}


.icon-box .stm_image_box__image i {
    background: transparent !important;
    border: none  !important;
}

.icon-box .stm_image_box__image img {
    width: 35%;
    margin-bottom: 10px !important;
    border-radius: none !important;
}
.icon-box .stm_image_box__title h3 {
    margin: 0 !important;
    font-size: 20px !important;
    padding: 0 !important;
    font-weight: 300 !important;
	font-family: DM Sans !important;
}
.icon-box .stm_image_box__textarea {
    font-size: 11px !important;
    line-height: 17px !important;
    margin-top: 10px !important;
}

.founder-content{
    opacity: 0;
    transform: translateY(40px);   
    transition: all 0.5s ease;
}

.founders-image{
    overflow: hidden;
}

.founders-image:hover .founder-content{
    opacity: 1;
    transform: translateY(0);  
}
@media (max-width: 767px) {
    body .top_bar_info li.hidden-info {
        display: none !important;
    }
	.service-slider .slick-next {
		bottom: -48px;
		right: 24%;
	}
	.service-slider .slick-prev {
		top: inherit !important;
		bottom: -48px;
		left: 22%;
	}
	br {
		display: none;
	}
	.testimonial-box {
            padding: 40px 20px;
        }
}
.stm_lms_courses__filter_actions input[type=submit] {
    outline: none;
}

.stm-lms-course__lesson-content iframe {
    width: 100%;
}

	
	
	
	
	
