/* ===================================================================================

* Theme Name: EdCare Child
* Theme URI: https://kombee.com/
* Author: RRDevs
* Author URI: https://themeforest.net/user/rrdevs
* Description: EdCare - Education & Online Course WordPress Theme
* Version: 1.0.5
* Tested up to: 6.7
* Requires PHP: 7.4
* Template: edcare-child
* Text Domain: edcare-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
/* Arabic language styles */
html[lang="ar"] body {
	font-family: 'Tajawal', 'Cairo', sans-serif;
	font-family: 'Cairo', 'Almarai', sans-serif;
	font-family: 'Almarai', sans-serif;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

html[lang="ar"] body h1,
html[lang="ar"] body h2,
html[lang="ar"] body h3,
html[lang="ar"] body h4,
html[lang="ar"] body h5 {
	font-family: 'Tajawal', 'Cairo', sans-serif;
	font-family: 'Cairo', 'Almarai', sans-serif;
	font-family: 'Almarai', sans-serif;
}

.hero-content-3 ul.hero-list {
	display: none;
}

.header .primary-header-inner .header-logo img {
	max-width: 300px;
}

.hero-3 .hero-img-wrap-3 {
	top: auto;
	right: 15%;
	bottom: 0;
}

.whoy_choose_us_element_section section.promo-section {
    background-color: rgba(0,0,0,0.25);
}

.about_us_training_solitions .content-item {
	display: none;
}

.global_footer_menu_list {
	
}

.global_footer_menu_list ul {
	
}

.global_footer_menu_list ul li {
	
}

.global_footer_menu_list ul li a {
	
}

/* Course Notes Styles */
#add_multiple_notes_course_wise {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#add_multiple_notes_course_wise h3 {
    margin-bottom: 15px;
    color: #333;
}

.course-note {
    margin-bottom: 15px;
    position: relative;
}

.course-note textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    font-family: inherit;
    font-size: 14px;
}

.course-note .delete-note {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.course-note .delete-note:hover {
    background: #c82333;
}

#add_new_note,
#download_all_notes {
    margin-right: 10px;
    margin-bottom: 15px;
}

.tp-course-item:hover .tp-course-content {
    transform: translateY(0);
}

#kombee-submit-btn {
	text-align: center !important;
	padding: 17px 40px;
	align-content: center;
	justify-content: center;
}

.top_skills_listing_section .category-item a,
.top_skills_listing_section .edcare-el-button {
	width: 100%;
}

.d-rtl{
	direction:rtl;
}

.kombee_seller_section .category-item a{
	width: 100%;
}

.kombee_seller_section .category-item a:hover{
	color: #FFF !important; 
}

.top_skills_listing_section .category-item a:hover {
	color: #FFF !important; 
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-play-icon2{
	color: red !important;
}

.edcare-el-load #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a{
	background-color: var(--ed-color-theme-primary);
	font-family: var(--ed-ff-heading);
	color: var(--ed-color-common-white);
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 17px 40px;
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.edcare-el-load #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a:hover{
	color: var(--ed-color-common-white);
	transition: all 0.3s ease-in-out;
}

.edcare-el-load #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a:hover:before{
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.edcare-el-load #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

#kombee_testimonial_section .testi-item {
	background-color: #EBF5FF;
	border: 2px solid #E0E5EB;
}

.depth_of_learning_section .cta-btn {
	display: none;
}

.border-radius-padding img {
	padding: 16px;
}

.contact_info_section .contact-list svg {
	width: 24px;
	color: #01509F;
}

.hero-content-3 {
	padding: 310px 0 260px 0;
}

.our_signature_section > .e-con-inner {
	box-shadow: 0px 0px 40px 8px rgba(14.999999999999998, 27.00000000000002, 49.00000000000001, 0.12);
	padding: 30px;
	border-radius: 10px;
	margin: 80px auto;
	background-color: #fff;
}

.about-author-section .elementor-element-eeb19b2{
	height: 580px;
}

.about-author-section .elementor-element-89d5c5b{
	height: 100%;
}

.about-author-section .elementor-element-eeb19b2 img{
	object-fit: cover;
	height: 100%;
}

#kombee-tp-login-input-form {
	max-width: 520px;
	border-radius: 20px;
	padding: 0;
	fill: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 40px 80px rgba(51, 65, 140, 0.12);
    margin: 0 auto;
}

#myapp {
	height: 100%;
	overflow: hidden;
}
.tutor-attachments-list {
	margin-top: 20px;
}
.tutor-attachment-item {
	margin-bottom: 10px;
}
.tutor-attachment-link {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}
.tutor-attachment-link:hover {
	background-color: #f5f5f5;
}
.tutor-attachment-name {
	margin-left: 8px;
}
.tutor-attachment-preview {
	margin-top: 0;
}

/* Fullscreen Modal Styles */
.tutor-fullscreen-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

.tutor-fullscreen-modal .tutor-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}

.tutor-fullscreen-window {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0;
	transform: none;
}

.tutor-fullscreen-content {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
}

.tutor-fullscreen-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
}

.tutor-fullscreen-preview {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.tutor-pdf-viewer {
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0 auto;
}

.tutor-modal-close-fullscreen {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.tutor-modal-close-fullscreen:hover {
	background: #fff;
	transform: scale(1.1);
}

/* BackEnd Additional CSS START */

.ar_top_skills_listing_section .category-item a{
		width: 100%;
}

#global_footer_section .elementor-icon-list-items .elementor-icon-list-icon svg {
	font-size: 17px;
	width: 17px;
	height: 17px;
}

#global_footer_section ul,
#global_footer_section ul li,
.global_footer_menu_list ul,
.global_footer_menu_list ul li {
    list-style-type: none;
}

.nice-select .contact-select-option .current{
	color:#000;
}

.kombee_industry_coverage_section .category-item a{
	width: 100%;
}

.kombee_industry_coverage_section .category-item a:hover{
	color: #FFF !important; 
}

.workshop-section{
	text-align: justify;	
}

.tp-user-menu ul li.edcare-dashboard-menu-quiz-attempts,
.tp-user-menu ul li.edcare-dashboard-menu-withdraw,
.tp-user-menu ul li.edcare-dashboard-menu-announcements,
.tp-user-menu ul li.edcare-dashboard-menu-question-answer,
.tp-user-menu ul li.edcare-dashboard-menu-purchase_history,
.tp-user-menu ul li.edcare-dashboard-menu-my-quiz-attempts {
	display: none !important;
}

.tutor-dashboard .tutor-password-strength-checker .tutor-password-field{
	text-align: unset;
}
.language-version {
	/* width: 40px; */
}

.elementor-7224 .elementor-element.elementor-element-522da1a.elementor-element {
    /* --align-self: center; */
    /* align-self: flex-end; */
	width: 44%;
	margin-right: auto;
}

.elementor-element-a373ddd{
	width: 100%;
}

/* .elementor-element-682d78fd h2.edcare-el-section-title.section-title.wow.fade-in-bottom {
    text-align: right;
}

.elementor-element-60964df6 h2.edcare-el-section-title.section-title.wow.fade-in-bottom {
    text-align: right;
} */

.elementor-element-595822fe h2.edcare-el-section-title.section-title.wow.fade-in-bottom,
.elementor-element-60964df6 h2.edcare-el-section-title.section-title.wow.fade-in-bottom,
.elementor-element-682d78fd h2.edcare-el-section-title.section-title.wow.fade-in-bottom {
	text-align: right;
}

.page-template-elementor_header_footer .header .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li:last-child {
	margin-right: 10px;
}

.ar-banner-section .hero-3 .hero-img-wrap-3{
	left: 10%;
}

.ar-banner-section img{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.ar-banner-section .row.align-items-center{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
}

.ar-banner-section .hero-content.hero-content-3{
	text-align: right;
}

.tp-instructor-info .tp-instructor-avatar {
    margin: 0 auto;
    text-align: center;
}

.tp-instructor-avatar .tp-instructor-title {
    clear: both;
    display: block;
    color: var(--ed-color-heading-primary);
}

/* BackEnd Additional CSS END */

@media(max-width:1024px) and (min-width:767px) {

	.hero-img-wrap-3 .hero-img img{
		width:80%;
	}

	.hero-content-3{
		padding: 200px 0 260px 0;
	}

	.hero-3 .hero-img-wrap-3{
		right: -100px !important;
	}

	.hero-content .section-heading .section-title {
		font-size:40px;
	}

	.ar-banner-section .hero-3 .hero-img-wrap-3 {
		left: 1%;
	}

}

@media(max-width:1440px){

	.hero-3 .hero-img-wrap-3{
		right: 0px;
	}

}

@media(max-width:768px){

	.hero-content-3 {
		padding: 160px 0 160px 0;
	}
	.about-author-section .elementor-element-b9bd445{
		flex-direction: column;
	}
	.about-author-section	.elementor-element-6200920{
		width: 100%;
	}
	.about-author-section	.elementor-element-eeb19b2{
		width: 100%;
	}
	.about-author-section .elementor-element-eeb19b2 img{
		width: 100%;
	}
	.about-author-section .elementor-element-eeb19b2{
		height: 100%;
	}
	.about-author-section .elementor-element-eeb19b2 img{
		object-fit: contain;
		/* height: 100%; */
	}

	#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails{
		padding-left: 0px !important;
	}
	.elementor-5482 .elementor-element.elementor-element-e236ec6{
		max-width: calc(100% - 24px);
	}

	.elementor-7276 .elementor-element.elementor-element-45f569b{
		max-width: calc(100% - 24px);	
	}

	#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item a{
		margin-right:0px !important;
	}

	.elementor-7224 .elementor-element.elementor-element-b5f137d {
		text-align: right !important;
	}
	.elementor-7224 .elementor-element.elementor-element-301eca7 .elementor-widget-container {
		text-align: right !important;
	}
	.elementor-7224 .elementor-element.elementor-element-522da1a.elementor-element {
		margin-left: auto;
		margin-right:unset;
	}

}

@media only screen and (max-width: 700px) {

	.mobile-side-menu .side-menu-list li span {
		font-size: 14px;
		width: 80%;
	}
	.header .primary-header-inner .header-logo img {
		max-width: 250px;
	}
	.about_us_training_solitions .content-img-wrap {
		height: auto;
	}
	.about_us_training_solitions .content-img-wrap .content-img-1 {
		position: unset;
		transform: none;
		margin: 0 auto 20px;
		max-width: 100%;
	}

	.about_us_training_solitions .content-img-wrap .content-img-2 {
		position: unset;
		margin: 0 auto 20px;
		max-width: 100%;
	}
	.about_us_training_solitions .content-img-wrap .content-img-3 {
		position: unset;
		margin: 0 auto 20px;
		max-width: 100%;
	}
	.about_us_training_solitions .content-img-wrap .border-shape {
		display: none;
	}
	.hero-content-3 {
		padding: 120px 0 120px 0;
	}
}

html[lang="ar"] .page-header .shapes .shape.shape-3 {
    left: 0;
    right: auto;
}

html[lang="ar"] .page-header .shapes .shape.shape-3 img {
    transform: rotateY(180deg);
}

html[lang="ar"] .page-header .shapes .shape.shape-1 {
    right: 50px;
    transform: rotateY(180deg);
    left: auto;
}

html[lang="ar"] .page-header .bg-img {
    transform: rotateY(180deg);
}

html[lang="ar"] .page-header .overlay {
    background: linear-gradient(-90deg, #F3F7FB 43.21%, rgba(243, 247, 251, 0.24) 63.66%);
}

.home_hero_banner_section_ar {
    direction: ltr;
}