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

* Theme Name: KAP Child
* Theme URI: https://kapathways.com/
* Author: PrimaTree
* Author URI: https://primatree.com/
* Description: KAP Child Theme
* Version: 1.0.0
* Template: kap
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html

====================================================================================== */
:root{
    --tp-ff-heading: 'Roboto', sans-serif;
    --tp-ff-body: 'Nunito Sans',
        sans-serif;
	--tp-fz-p: inherit;
	--tp-fz-h1: 40px;

}
body, p, h1, h2, h3, h4, h5, h6{
    color: #000000;
}

.breadcrumb__list{
    color: #ffffff;
}
.breadcrumb__overlay::after{
	background: rgb(0 0 0 / 60%);
}
.breadcrumb__area.pt-150,
.breadcrumb__area.pb-150{
    padding-top: 80px;
    padding-bottom: 80px;
}

.breadcrumb__area  .breadcrumb__border{
	background-image: url('https://kap.primatree.com/wp-content/uploads/2023/10/border-back.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
	position: absolute;
	top: 100%;
}

.breadcrumb__title {
	 font-size: 40px;
}

.tutor-wrap{
    padding-top: 80px;
    padding-bottom: 80px;
}

.partners-carousel img,
.clients-carousel img{
    height: 100px;
    width: auto;
}

 @media only screen and (min-width: 576px) and (max-width: 767px) {
     :root{
         --tp-fz-h1: 32px;
     }
	 .breadcrumb__title {
		 font-size: 32px;
	}
	.breadcrumb__area.pt-150,
    .breadcrumb__area.pb-150{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tutor-wrap{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
 @media (max-width: 575px) {
     :root{
         --tp-fz-h1: 28px;
     }
	 .breadcrumb__title {
		 font-size: 28px;
	}
	.breadcrumb__area.pt-150,
    .breadcrumb__area.pb-150{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tutor-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.ekit-wid-con .elementskit-accordion .elementskit-card-body{
	padding: 20px 30px !important;
}

.elementskit-card ul{
    padding-inline-start:20px !important;
    padding-inline-end: 0 !important;
}

.footer__widget ul li a,
.footer__widget p,
.footer__widget h3,
.footer__widget h4{
	color: #ffffff;
}

.footer__social ul li a{
	color: #181818;
}
#menu-footer-bottom-en,
#menu-footer-bottom-ar{
	text-align: center
}
.featured-courses-section .container{
    padding: 0;
}
.kap-dif-sec .elementor-widget-elementskit-icon-box,
.kap-dif-sec .elementor-widget-elementskit-icon-box .ekit-wid-con,
.kap-dif-sec .elementor-widget-elementskit-icon-box .ekit-wid-con .elementskit-infobox{
	height: 100%;
}
.kap-dif-sec .elementskit-infobox{
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.kap-dif-sec .elementskit-infobox p{
	margin-bottom: 0
}
.course__item{
	padding: 0;
}
.course__item .course__content{
	padding: 0;
}
.course__item .course__title{
	padding: 20px 15px;
	margin: 0;
}
.footer__area i{
    color: #ffffff;
}
.footer__social ul li a i{
    color: #000000;
}
.footer__bottom{
    background: #1f1f1f;
}

.tax-course-tag .postbox__wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tax-course-tag .postbox__wrapper h3{
    font-size: 20px;
    margin-bottom: 0;
}
@media screen and (max-width: 600px){
    .tax-course-tag .postbox__wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .tax-course-tag .postbox__wrapper h3{
        font-size: 18px;
        margin-bottom: 0;
    }
}