/*
	Theme Name: قالب enrichy
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-4.0.0.min-ar.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';

:root{
	color-scheme: light only;
	color: #4a2f7e;
	color: #5676c9;
}
header{
    min-height: 80px;
}
.sidenav{
	padding-top: 65px;
}
.sliderindex__fullheight.sliderindex{
	padding-top: calc(80px + 40px);
	padding-bottom: 40px;
	margin-top: -80px;
}
@media(min-width: 992px){
	.headerbg .navbar-nav > .nav-item + .nav-item{
		margin-right: 20px;
    }
}
.headerbg{
	z-index: 1010;
	position: relative;
	transition: .8s;
	padding: 15px 0;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link,
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 16px;
	font-weight: 700;
    padding: 10px 0;
	line-height: 17px;
	color: #151515;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link{
	color: #5676c9;
}
.headerbg .navbar .navbar-nav .nav-item,
.sidenav .navbar-nav .nav-item{
	position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item[class^="icon"]::before,
.sidenav .navbar-nav .nav-item[class^="icon"]::before{
	position: relative;
	content: '';
	display: block;
	margin-left: 10px;
}
.sidenav .navbar-nav .nav-item[class^="icon"]::before{
	margin-left: 20px;
}
.headerbg .navbar .navbar-nav .nav-item.icon-1::before,
.sidenav .navbar-nav .nav-item.icon-1::before{
	width: 22px;
	height: 22px;
	background: url(assets/img/icon-3.svg) no-repeat;
}
.headerbg .navbar .navbar-nav .nav-item.icon-2::before,
.sidenav .navbar-nav .nav-item.icon-2::before{
	width: 18px;
	height: 21px;
	background: url(assets/img/icon-4.svg) no-repeat;
}
.headerbg .navbar .navbar-nav .nav-item.icon-3::before,
.sidenav .navbar-nav .nav-item.icon-3::before{
	width: 18px;
	height: 21px;
	background: url(assets/img/icon-5.svg) no-repeat;
}
.headerbg .navbar .navbar-nav .nav-item.icon-4::before,
.sidenav .navbar-nav .nav-item.icon-4::before{
	width: 19px;
	height: 21px;
	background: url(assets/img/icon-6.svg) no-repeat;
}
.headerbg .navbar .navbar-nav .nav-item.icon-5::before,
.sidenav .navbar-nav .nav-item.icon-5::before{
	width: 22px;
	height: 22px;
	background: url(assets/img/icon-7.svg) no-repeat;
}
.headerbg .navbar .navbar-nav .nav-item.icon-6::before,
.sidenav .navbar-nav .nav-item.icon-6::before{
	width: 20px;
	height: 20px;
	background: url(assets/img/icon-8.svg) no-repeat;
}
.headerbg .navbar .navbar-nav .nav-item.icon-7::before,
.sidenav .navbar-nav .nav-item.icon-7::before{
	width: 21px;
	height: 21px;
	background: url(assets/img/icon-9.svg) no-repeat;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    right: 0;
	background-color: #fff;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9;
}
.headerbg.addbg{
	background-color: #fff;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9;
}
.iconsbars{
	background-color: #fff;
	border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iconsbars.active{
	background-color: #fff;
}
.iconsbars span{
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px 0;
	background-color: #4a2f7e;
	border-radius: 20px;
	transition: .5s;
}
.iconsbars.active span:nth-child(1){
	transform: rotate(-45deg)translate(5px, 6px);
	margin: 0;
}
.iconsbars.active span:nth-child(2){
	transform: rotate(45deg)translate(-4px, 3px);
	margin: 0;
}
.iconsbars.active span:nth-child(3){
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
}
.iconsbars__bg{
	z-index: 1002;
	transition: .8s;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	bottom: 0;
	right: -350px;
	width: 350px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	right: 0;
}
.sidenav a:hover:not(.btn,.sharesocial li a){
	color: #4a2f7e;
}
.sidenav .navbar-nav .nav-item .nav-link{
	display: flex;
	align-items: center;
	transition: .4s;
}
.sidenav .navbar-nav .nav-item.active .nav-link,
.sidenav .navbar-nav > .nav-item .nav-link:hover{
	color: #5676c9;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover img{
	filter: brightness(4000%);
}
.sidenav .navbar-nav > .nav-item .nav-link.text-danger:hover{
	background-color: #D94E4C;
	color: #fff !important;
}
.sidenav .navbar-nav .nav-item{
	padding: 10px 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #6f5275;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.sidenav .navbar-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 30px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #4a2f7e;
    color: #fff;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(21, 21, 21, 0.5);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
.breadcrumb{
	background-color: transparent;
	padding: 0;
}
.breadcrumb-item a:hover{
    color: #4a2f7e;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    padding-right: 2px;
	padding-left: 12px;
	margin-top: 3px;
}
.home .slidertitle,
.single-courses .slidertitle{
	display: none;
}
.home .afterfooter,
.single-courses .afterfooter{
	padding-top: 0 !important;
}
.btn{
	font-weight: 700;
}
.sliderindex{
	z-index: 1;
}
.sliderindex__slide .btn,
.custombtns .btn{
	padding: 7px 7px 6px;
}
.sliderindex__slide .btn-outline-secondary,
.custombtns .btn-outline-secondary{
	box-shadow: 0 0 0 5px rgba(87, 117, 201, 0.25);
}
.sliderindex__slide .btn-outline-secondary:hover .bg-secondary,
.custombtns .btn-outline-secondary:hover .bg-secondary{
	background-color: #4a66ae !important;
}
.sliderindex__slide .btn-primary{
	box-shadow: 0 0 0 5px rgba(74, 47, 126, 0.25);
}
/* Fix padding font btn */
.btn,
.form-control{
	padding: 7px 12px 6px;
}
.btn-group-lg>.btn, .btn-lg,
.form-control-lg{
	padding: 11px 15px 9px
}
.btn-group-sm>.btn, .btn-sm,
.form-control-sm{
	padding: 6px 10px 4px;
}
/* / Fix padding font btn */
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow11{
	box-shadow: 0 0 4px 1.5px rgba(10, 9, 11, 0.07);
}
.boxshadow{
	box-shadow: 0 12px 40px 0 rgba(51, 51, 153, 0.1);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow22{
	box-shadow: 0px 6px 12px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow5{
	box-shadow: 0px 10px 15px rgb(0 0 0 / 8%);
}
.boxshadow6{
	box-shadow: 0px 8px 12px rgb(0 0 0 / 5%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.singlecontentbg strong{
	color: #4a2f7e;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #4a2f7e;
	margin-bottom: 30px;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 18px;
	font-weight: 500;
}
.singlecontentbg ul li + li,
.singlecontentbg ol li + li{
	margin-top: 14px;
}
.singlecontentbg.font-small p,
.singlecontentbg.font-small ul,
.singlecontentbg.font-small ol{
	font-size: 16px;
	line-height: 1.8;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #5676c9;
}
.singlecontentbg a:hover{
	color: #49459b;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #4a2f7e;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(-360deg);
	}
}
.mfp-counter{
	direction: ltr;
	font-size: 18px;
}
.footerbg__shapes::before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(assets/img/section-4.png) no-repeat center bottom;
	background-size: cover;
	opacity: 0.35;
}
.footerbg__shapes > *{
	z-index: 4;
}
.footerbg a{
	color: rgba(255, 255, 255, 0.7);
}
.footerbg a:hover{
	color: #5676c9;
}
.footerbg .border-bottom{
	border-color: #ffffff41 !important;
}
.footerbg__links li + li{
	margin-top: 10px;
}
.nav-tabs.customtabs__style-1 {
    border-bottom: 1px solid #EEEFF1;
    padding: 0;
}
.nav-tabs.customtabs__style-1 .nav-item {
	margin-bottom: 0;
}
.nav-tabs.customtabs__style-1 .nav-link {
	padding: 15px;
	font-weight: 400;
	font-size: 16px;
	border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    text-align: center;
	color: #acacac;
}
.nav-tabs.customtabs__style-1 .nav-link img{
	transition: .8s;
	filter: grayscale(1)opacity(.4);
}
.nav-tabs.customtabs__style-1 .nav-item.show .nav-link img,
.nav-tabs.customtabs__style-1 .nav-link.active img{
	filter: inherit
}
.nav-tabs.customtabs__style-1 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-1 .nav-link.active{
	border-color: #5676c9;
    color: #5676c9;
}
.nav-tabs.customtabs__style-1 .nav-link:hover {
	color: #5676c9;
}
.rounded-24{
	border-radius: 24px;
}
.titleshape span{
	position: relative;
	color: #fff;
	padding: 0 8px;
}
.titleshape span::before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #4a2f7e;
	border-radius: 8px;
	z-index: -1;
	transform: skew(6deg, 3deg);
}
.titleshape_2 span{
	position: absolute;
	top: 5px;
	right: -15px;
	width: 40px;
	height: 24px;
	border-radius: 50px;
	background-color: rgba(87, 117, 201, 0.25);
	transform: rotate(-30deg);
}
.titleshape_2.white span{
	background-color: #ffffff35;
}
.text-decoration{
	text-decoration: underline;
}
.rounded-16{
	border-radius: 16px;
}
.rounded-32{
	border-radius: 32px;
}
.rounded-16-top{
	border-radius: 16px 16px 0 0;
}
.boxprice__title::before{
	position: absolute;
    content: '';
    width: calc(50% + 30px);
    height: calc(100% + 30px);
    background-color: #4a2f7e;
    top: -60px;
    left: -40px;
    border-radius: 50px;
    transform: rotate(20deg);
}
.boxprice__line::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	right: 0;
	top: calc(50% - 1px);
	background-color: #5676c9;
}
.sliderslick__withshadws .slick-list{
	padding: 20px;
}
.sliderslick__withshadws2{
	margin-left: -15px;
	margin-right: -15px;
}
.sliderslick__withshadws2 .boxreviews{
	margin: 20px 15px;
}
.boxteam{
	margin-top: 50px;
}
.boxteam__thu{
	margin-top: -80px;
	height: 250px;
}
.boxteam__thu::before{
	position: absolute;
	content: '';
	width: 100%;
	height: calc(100% - 80px);
	background-color: #49459b;
	border-radius: 16px;
	bottom: 0;
	left: 0;
	transition: .8s;
}
.boxteam__thu img{
	max-height: 230px;
}
.boxteam:hover .boxteam__thu::before{
	height: 100%;
	border-radius: 50px 50px 16px 16px;
}
.boxteam__name{
	transition: .8s;
}
.boxteam:hover .boxteam__name{
	background-color: #5676c9 !important;
	color: #fff !important;
}
.sliderslick__customarrows{
	padding-bottom: 80px;
}
.sliderslick__customarrows .slick-next,
.sliderslick__customarrows .slick-prev {
	top: inherit;
	bottom: 0;
}
.sliderslick__customarrows .slick-prev {
	right: calc(50% - 40px);
}
.sliderslick__customarrows .slick-next {
	right: calc(50% + 10px);
	left: inherit;
}
.sliderslick__customarrows .slick-next:before{
	content: '\f061';
}
.sliderslick__customarrows .slick-prev:before{
	content: '\f060';
}
.sliderslick__customarrows .slick-next:before,
.sliderslick__customarrows .slick-prev:before {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	transition: .8s;
}
.sliderslick__customarrows2 .slick-next,
.sliderslick__customarrows2 .slick-prev {
	top: -80px;
}
.sliderslick__customarrows2 .slick-prev {
	left: calc(10px + 48px + 10px);
	right: inherit;
}
.sliderslick__customarrows2 .slick-next {
	left: 10px;
}
.sliderslick__customarrows2 .slick-next:before{
	content: '\f061';
}
.sliderslick__customarrows2 .slick-prev:before{
	content: '\f060';
}
.sliderslick__customarrows2 .slick-next:before,
.sliderslick__customarrows2 .slick-prev:before {
	border-radius: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	transition: .8s;
}
.boxwhy{
	margin-top: 40px;
}
.boxwhy__icon{
	top: -40px;
	margin-bottom: -20px;
}
.slick-dotted.slick-slider.customsliderdots {
	margin-bottom: 70px;
}
.customsliderdots .slick-dots {
	bottom: -50px;
}
.customsliderdots .slick-dots li button {
	width: 24px;
	height: 24px;
	background-color: transparent;
	border: 2px solid #0d77c3;
	border-radius: 50px;
}
.customsliderdots .slick-dots li.slick-active button {
	width: 80px;
	background-color: #0d77c3;
	border-radius: 20px;
}
.customsliderdots.customsliderdots__2 .slick-dots li.slick-active button {
	width: 24px;
	border-radius: 50px;
}
.boxpartners{
	height: 120px;
}
.boxpartners img{
	max-height: 120px;
}
.bg-primary-50{
	background-color: #4b2f7e9f;
}
.bg-secondary-50{
	background-color: #5676c99f;
}
.bg-light-2{
	background-color: #EFF4FF;
}
.covercourses{
	z-index: 1;
}
.covercourses__bg{
	z-index: 2;
}
.fa-w30{
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
}
.colorstar .fa-star{
    color: #F8B81F;
}
.progress,
.progress-bar{
	border-radius: 2px;
}
.bg-star{
    background-color: #4a2f7e;
}
.listvideos li a{
	display: flex;
	align-items: center;
	padding: 14px 20px;
}
.listvideos li + li a{
	border-top: 1px solid #EEEFF1;
}
.listvideos li.active a{
	background-color: hsla(261, 46%, 34%, 0.10);
}
.listvideos li a:hover{
	color: #5676c9;
}
.sticky__custom_1{
	top: 80px;
}
/*--------- Responsive ----- */
@media (min-width: 992px){
	.afterfooter{z-index: 2}
	.footerbg{position: sticky;bottom: 0;z-index: 1}
	.covercourses__info{margin-top: -260px}
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
	.nav-tabs.customtabs__style-1 .nav-link{font-size: 18px;}
}
@media (max-width: 768px) {
	.sidenav{right: -100%;width: 100%;}
}
@media (max-width: 600px) {
}
@media (max-width: 500px) {
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}