/*
	Theme Name: قالب أكاديمية هندسة الأجيال
*/
@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.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';

:root{
	color-scheme: light only;
	color: #db7f9f;
	color: #3ab5da;
}
header{
    min-height: 120px;
}
.headerbg{
	z-index: 80;
	position: relative;
	padding: 25px 0;
    transition: .8s;
	background-color: transparent;
}
.headerbg .navbar-brand img{
	height: 70px;
	transition: .6s;
}
@media(min-width: 992px) and (min-height: 650px){
	.sliderindex.sliderindex__fullheight, .sliderindex.sliderindex__fullheight .sliderindex__slide{
		margin-top: -120px;
		height: 100vh;
	}
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    right: 0;
	padding: 6px 0;
	background-color: #fff;
}
.headerbg.sticky .navbar-brand img{
	height: 40px;
}
.sliderindex{
	z-index: 1;
}
.sliderindex.sliderindex__fullheight .sliderindex__slide{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sliderindex__photo{
	width: 90%;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	left: 0;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover{
	color: #db7f9f;
}
.sidenav .navbar-nav > .nav-item .nav-link.active{
	background-color: #db7f9f;
	color: #fff;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #db7f9f;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
.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: #eac230;
    color: #fff;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
.btn{
	font-weight: 500;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.boxshadow2{
	box-shadow: 0px 0px 25px 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%);
}
.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 h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #3ab5da;
	margin-bottom: 30px;
	font-weight: 500;
}
.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: 19px;
	line-height: 1.7;
}
.singlecontentbg ul li + li,
.singlecontentbg ol li + li{
	margin-top: 14px;
}
.singlecontentbg.font-small p{
	margin-bottom: 7px;
}
.singlecontentbg.font-small p,
.singlecontentbg.font-small ul,
.singlecontentbg.font-small ol{
	font-size: 17px;
	line-height: 1.6;
}
.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: #3ab5da;
}
.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: #3ab5da;
    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;
}
.bg-primary-50{
	background-color: rgba(219, 127, 159, 0.1);
}
.bg-secondary-50{
	background-color: rgba(58, 181, 218, 0.1);
}
.svgblock{
	display: block;
	margin-top: -50px;
	position: relative;
	z-index: 4;
}
.svgblock path{
	fill: #f8f4ff;
}
.svgblock2 path{
	fill: #f8f9fa;
}
.svgblock3{
	transform: rotate(180deg);
}
.svgblock3 path{
	fill: #f8f9fa;
}
.boxtitle__counter{
	counter-reset: section;
}
.boxtitle__counter [class^="col"]{
	counter-increment: section;
}
.boxtitle__counter [class^="col"] .boxtitle__number::before{
	position: relative;
	content: counter(section);
}
.bg-white-50{
	background-color: rgba(255, 255, 255, 0.45);
}
.counter{
	background-color: rgba(0, 0, 0, 0.02);
}
.customsliderdots.slick-dotted.slick-slider{
	margin-bottom: 80px;
}
.customsliderdots .slick-dots {
	bottom: -60px;
}
.customsliderdots .slick-dots li button {
	width: 15px;
	height: 15px;
	background-color: #3ab5da35;
	border-radius: 50px;
	border: 0;
}
.customsliderdots .slick-dots li.slick-active button {
	background-color: #3ab5da;
	width: 50px;
	border-radius: 20px;
}
.boxreviews__even{
    margin-bottom: 60px;
}
.boxreviews__even .slick-next,
.boxreviews__even .slick-prev {
    top: -110px;
}
.boxreviews__even .slick-prev {
    right: inherit;
    left: calc(40px + 10px + 10px);
}
.boxreviews__even .slick-next {
    left: 10px;
}
.boxreviews__even .slick-next:before,
.boxreviews__even .slick-prev:before {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.customaccordion .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 5px;
	position: relative;
	padding: 1px;
}
.customaccordion .card::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: linear-gradient(0deg, #db7f9f35 0%, #3ab5da35 100%);
	top: 0;
	left: 0;
}
.customaccordion .card .card-header {
	position: relative;
    padding: 0;
    background-color: transparent;
    border: 0;
}
.customaccordion .card .card-header a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #db7f9f;
    background-color: #fff;
	z-index: 2;
    padding: 15px 25px;
    padding-left: 45px;
    position: relative;
	border-radius: 4px 4px 0 0;
}
.customaccordion .card .card-header a.collapsed:hover {
	color: #db7f9f;
}
.customaccordion .card .card-header a.collapsed {
	color: #2f2f2f;
	background-color: #fff;
	border-radius: 4px;
}
.customaccordion .card .card-header a:before {
    position: absolute;
	font-size: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 18px;
    left: 16px;
	content: "\f068";
}
.customaccordion .card .card-header a.collapsed:before {
	content: "\2b";
}
.customaccordion .card .card-body {
	position: relative;
	z-index: 2;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    border: 0;
	border-radius: 0 0 4px 4px;
	padding: 0 25px 20px 40px;
}
.customaccordion .card .card-body p:last-child {
    margin-bottom: 0;
}
.bg-colored-custom1{
	background-size: 55% auto;
	background-position: top right;
}
.bg-colored-custom1::before{
	background: linear-gradient(90deg, #fff 52%, transparent 150%);
}
.listcheck li{
	position: relative;
	padding-right: 35px;
	margin-bottom: 10px;
}
.listcheck li::before{
	position: absolute;
	content: '\f058';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #db7f9f;
	top: 0;
	right: 0;
}
.boxreviews2{
	min-height: 400px;
	margin-top: 70px;
}
.boxreviews2__user-img{
	margin-right: 40px;
	top: -70px;
	margin-bottom: -70px;
}
.boxreviews{
	border-radius: 30px;
	padding: 20px;
	min-height: 550px;
}
.boxreviews.boxreviews_3{
	padding-top: 70px;
	min-height: 350px;
}
.boxreviews::before{
	position: absolute;
	content: '\f10d';
	background-color: #db7f9f;
	color: #fff;
	border-radius: 0 30px 0 30px;
	top: 0;
	right: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 50px;
	height: 50px;
}
.boxstudyprogram,
.boxstudyprogram .bg-primary{
	transition: .8s;
}
.boxstudyprogram:hover{
	transform: translateY(-4px);
	color: #3ab5da;
}
.boxstudyprogram:hover .bg-primary{
	background-color: #3ab5da !important;
	border-radius: 10px !important;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
	header{min-height: 70px;}
	.headerbg{padding: 15px 0;}
	.headerbg .navbar-brand img{height: 40px;}
	.sliderindex.sliderindex__fullheight, .sliderindex.sliderindex__fullheight .sliderindex__slide{height: inherit;}
	.sliderindex.sliderindex__fullheight .sliderindex__slide{padding-top: 30px;padding-bottom: 30px;}
	.custombg__1::before{width: 97%;border-radius: 10px 0 0 10px;}
	.custombg__1::after{right: calc(97% - 10px - 10px);width: 10px;top: 10px;height: calc(100% - 10px - 10px);}
	.sliderindex__photo{width: 50%;}
}
@media (max-width: 768px) {
	.admin-bar .headerbg{top: 46px;}
	.slidertitle{min-height: 150px;}
}
@media (max-width: 600px) {
	.admin-bar .headerbg.sticky{top: 0px;}
	.boxreviews__even .slick-next, .boxreviews__even .slick-prev{top: inherit;bottom: -60px;}
}
@media (max-width: 500px) {
	.custombg__1::before{width: 100%;border-radius: 0;}
	.custombg__1::after{display: none;}
}
@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;}
}