/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.40.1687101935
Updated: 2023-06-18 18:25:35

*/

.owl-carousel .item {

    text-align: center;
}

.owl-carousel .item .item-image {
    background-color: #BF964E;
    /* Background color for each item */
    text-align: center;
    height: 120px;
    padding: 15px;
    border-radius: 10px;
}

.owl-carousel .item img {
    max-height: 80px;
    margin-bottom: 10px;
}

.owl-carousel .item h5 {
    font-size: 16px;
    color: #000000;
    /* Text color */
    font-weight: 500;
    padding-top: 10px;
    text-transform: capitalize;
}

.owl-carousel .item .item-title:hover {
    text-decoration: none;
}

.owl-carousel .owl-nav button {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #333;
}

.owl-carousel .owl-nav button:hover {
    color: #d7a661;
}

.owl-carousel .owl-dots {
    display: block !important;
    visibility: visible !important;
}

.custom-product-slider .product-item {
    position: relative;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.bundle-contents li .content-count::before {
    content: url(assets/images/item.svg);
    width: 24px;
    height: 24px;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 20px;
}

.testimonials-section {
    padding: 40px 0;

}

.testimonial-card {
    position: relative;
    padding: 30px 25px;
    text-align: right;
    border-radius: 10px;
    border: 1px solid rgba(234, 234, 234, 0.50);
    background: #FFFEFC;
}

.testimonial-card .quote-icon {
    position: relative;
    top: 0px;
    right: 0%;
    width: 50px;
}

.testimonial-card .quote-icon .fa-quote-left {
    color: #b9955b;
    font-size: 30px;
}

.testimonial-card .testimonial-text {
    color: #55646F;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.client-title {
    display: flex;
}

.client-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-card .client-name {
    color: #55646F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
    margin-top: 7px;
}

.testimonial-card p {
    margin-bottom: 10px !important;
}

.testimonialsSlider .owl-stage-outer {
    overflow: visible !important;
}

.footer-form .wpforms-form {
    display: flex;
    align-items: center;
}

.footer-form .wpforms-field-container {
    width: 90%;
    padding: 0px;
    margin-top: 0px;
}

.footer-form .wpforms-container {
    width: 100%;
}

.footer-form .wpforms-container .wpforms-field {
    padding: 0px;
}

.footer-form .wpforms-submit {
    background-image: url(assets/images/arrow.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px !important;
    background-color: white !important;
    background-position: center;
    padding: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

}

.footer-form .wpforms-submit:hover {
    background: transparent !important;
    background-color: white !important;
    background-image: url(assets/images/arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.footer-form .wpforms-submit-container {
    margin-top: 0px !important;
}

.footer-form .wpforms-field-email .wpforms-field-large {
    border-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.widget-area .widget-title {
    color: #3E95A6;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.2em!important;
}

#menu-footer li {
    
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 193.75% */
}
#menu-footer li a
{
    color: #182C34;
}
.rank-math-breadcrumb
{
    text-align: center;
}
.about-list
{
    text-align: right;
}
.flex
{
	display:flex;
}
.lesson-box h3
{
	font-weight: 500;
	font-size: 16px;
	color:#182C34;
	text-align:right;
	    margin: 1rem 0!important;
}
.lesson-box p
{
	text-align:right;
	font-weight: 500;
	font-size: 12px;
	color:#4A4A4A;
	    margin-bottom: 0.5rem!important;
}
.lesson-box p a
{
	color:#4A4A4A;
}
.img-box
{
	height:140px;
	width:100%;
}
.lesson-box img
{
	border-radius:10px 10px 0 0;
	object-fit:cover;
	height:100%;
	width:100%;
}
.lesson-box .content-box
{
	padding:20px;
}
.teacher-details
{
display: flex;
    border-top: 1px solid #EFEFEF;
    padding: 10px 0;
    justify-content: space-between;
}
.teacher-details svg,.teacher-details img
{
	width:20px;
	height:20px;
	margin-left:5px;
}
.teacher-details span
{
	font-size:14px;
	color:#182C34;
	text-align:right;
}
.lesson-box .title-box
{
	min-height:90px;
}
.lesson-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    gap: 20px;
}

.lesson-box {
    border: 1px solid #EFEFEF;
	border-radius:10px;
}

.details-button {
    padding: 6px 40px;
    background-color: #3E95A6;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
	font-size:16px;
    margin-top: 10px;
	    width: 100%;
    display: block;
    text-align: center;
}
.details-button:hover
{
	text-decoration: none;
}
.teacher-details div
{
	display:flex;
}
.teacher-details-single,.teacher-details-single div
{
	display:flex;
	    align-items: center;
    margin-left: 40px;
}
.teacher-details-single img
{
	margin-left:5px;
}
.course-info
{
	text-align:right;
	list-style: none;
	background: #F1FAFA66;
    padding: 20px 20px 1px 0;
	border-radius:4px;
}
.course-info li
{
	color:#55646F;
	font-size:16px;
	font-weight:400;
	margin-bottom:25px;
}
h4.notice
{
	color:#C84D6C;
	font-size:16px;
	font-weight:700;
	text-align:right;
}
.course-details
{
	text-align:right;
	list-style: none;
	padding-right:0!important;
}
.course-details li
{
	display:flex;
	justify-content:space-between;
	margin-bottom:25px;
	font-size:16px;
	color:#55646F;
}
.course-details li span
{
	color:#182C34;
}
.under-line
{
	position:relative;
}
.under-line:before{
	position:absolute;
	content:"";
	bottom:0;
	width:11%;
	background:#3E95A6;
	height:2px;
}
.kt-blocks-modal-link:not(.kb-btn-global-inherit)
{
	font-weight: 600;
	font-size: 14px;
	color:#3E95A6;
	width: 100%;
	border-radius: 4px;
	padding-top: 11px;
	padding-right: 32px;
	padding-bottom: 11px;
	padding-left: 32px;
	border: 1px solid #3E95A6;
	position:relative;
}
.kt-blocks-modal-link:not(.kb-btn-global-inherit):before
{
	position:absolute;
	content:url(https://testing-sites.88ninety.com/manara/wp-content/uploads/2025/03/hugeicons_share-08-1.svg);
	right: 28%;
    top: 10px;
}
.single .rank-math-breadcrumb
{
	text-align:right;
}
.same-height
{
	min-height:90px;
}
.mobile-navigation ul {
    text-align: right;
}
@media screen and (max-width: 768px) {
	.lesson-grid {
		grid-template-columns: repeat(2, minmax(200px, 1fr));
	}
}
@media screen and (max-width: 500px) {
	.lesson-grid {
		grid-template-columns:  minmax(200px, 1fr);
	}
	.img-box {
		height: 200px;
	}
	.teacher-details-single
	{
		display:block;
	}
}