﻿/**
* Template Name: Mentor - v4.0.1
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* #header {
	background: #171515 !important;
	background: -webkit-linear-gradient(left, #131212, #ded7d7, #190606) !important;
	background: -o-linear-gradient(left, #f7f5f5, #ded7d7, #f7f5f5) !important;
	background: -moz-linear-gradient(left, #f7f5f5, #ded7d7, #f7f5f5) !important;
	box-shadow: 0 0 1.875rem rgb(0 0 0 / 80%) !important;
	border-radius: 20px !important;
	color: aliceblue !important;
} */
.carousel-caption {
	opacity: 0.7 !important;
	background-color: #262dbe;
	display:none !important;
}

.carousel-item {
	margin-top: 77px;
}
.courses .categoryname {
	position: absolute;
	top: 0;
	left: 60%;
	transform: translateX(-50%);
	background-color: rgb(255 255 255 / 0%) !important;
	padding: 1px 1px !important;
	border-radius: 5px;
	width: 30% !important;
}
#carouselExampleCaptions {
	
	margin-top: 10px !important;
	
}
.trainer-profile a{

	line-height:1 ;
}
.breadcrumbs {
	max-height: 150px !important;
	min-height: 150px !important;
	margin-top: 90px !important;
}
.imagcourselogo {
	width: 100%;
	height: 200px;
	top:20px;
}
.course-content h3 {
	font-size: 1.2em;
	margin: 10px 0;
	word-wrap: break-word; /* Ensures long words break and wrap to the next line */
	white-space: normal; /* Ensures text wraps normally */
}

.trainer-rank {
	display: flex;
	align-items: center;
	font-size: 1em; /* Adjust font size as needed */
	color: #444; /* Text color */
	background-color: #f7f7f7; /* Background color */
	padding: 10px; /* Padding around the content */
	border-radius: 8px; /* Rounded corners */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
	margin: 10px 0; /* Margin for spacing */
}
.course-content a {
	padding: 0px !important;
	text-align: center;
	min-width: 295px !important;
}
.categoryname a{
	
	margin: 1px 0; /* Margin for spacing */
}

	.trainer-rank i {
		margin-right: 8px; /* Space between icon and text */
		color: #2594AF; /* Icon color */
	}


.course-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* Space between cards */
	margin: 10px; /* Additional space around the container */
}

.course-item {
	flex: 1 1 calc(33.333% - 20px); /* 3 cards per row */
	min-width: 350px; /* Minimum width */
	max-width: 350px; /* Maximum width */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	min-height: 400px !important;
}

	.course-item img {
		margin-top:15px;
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

.course-content {
	padding: 15px;
	text-align: center;
}

	.course-content h3 {
		font-size: 1.2em;
		margin: 10px 0;
	}

	.course-content .categoryname {
		position: absolute;
		top: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 5px;
		box-sizing: border-box;
	}

.course-item:hover {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
	.course-item {
		flex: 1 1 calc(33.333% - 20px); /* 3 cards per row on larger screens */
	}
}

@media (max-width: 992px) {
	.course-item {
		flex: 1 1 calc(50% - 20px); /* 2 cards per row on medium screens */
	}
}

@media (max-width: 768px) {
	.course-item {
		flex: 1 1 calc(100% - 20px); /* 1 card per row on smaller screens */
	}
}

@font-face {
	font-family: sans-serif !important;
}

@font-face {
	font-family: sans-serif !important;
}

@font-face {
	font-family: sans-serif !important;
}

@font-face {
	font-family: sans-serif !important;
}

@font-face {
	font-family: sans-serif !important;
}

body {
	/* font-family: sans-serif !important; */
	color: azure !important;
	/*#444444 */
	background: -webkit-linear-gradient(left, #f7f5f5, #ded7d7, #f7f5f5);
	background: -o-linear-gradient(left, #f7f5f5, #ded7d7, #f7f5f5);
	background: -moz-linear-gradient(left,#f7f5f5, #ded7d7, #f7f5f5);
}

a {
	color: #2594AF;
	text-decoration: none;
}

	a:hover {
		color: #494c4d;
		text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
	.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #2594AF;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	transition: all 0.4s;
}

	.back-to-top i {
		font-size: 28px;
		color: #fff;
		line-height: 0;
	}

	.back-to-top:hover {
		background: #7ed899;
		color: #fff;
	}

	.back-to-top.active {
		visibility: visible;
		opacity: 1;
	}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

	#preloader:before {
		content: "";
		position: fixed;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		border: 6px solid #2594AF;
		border-top-color: #fff;
		border-bottom-color: #fff;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		-webkit-animation: animate-preloader 1s linear infinite;
		animation: animate-preloader 1s linear infinite;
	}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Header-OLD
--------------------------------------------------------------*/
#header {
	background: #fff;
	background: -webkit-linear-gradient(left, #f7f5f5, #ded7d7, #f7f5f5);
	background: -o-linear-gradient(left, #f7f5f5, #ded7d7, #f7f5f5);
	background: -moz-linear-gradient(left,#f7f5f5, #ded7d7, #f7f5f5);
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
	box-shadow: 0 0 1.875rem rgba(0,0,0,0.1);
	border-radius: 5px;
}

	#header .logo {
		font-size: 30px;
		margin: 0;
		padding: 0;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-family: "GeFlow", sans-serif;
	}

		#header .logo a {
			color: #2594AF;
		}

		#header .logo img {
			max-height: 40px;
		}

.logo1 {
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 95px;
	background: url(../img/logo.svg);
	background-size: 100px;
	background-repeat: no-repeat;
}

/*NEW HEADER*/

/*END NEW HEADER*/
/**
* Get Startet Button 
*/
	.get-started-btn:hover {
		background: #494c4d;
		color: #fff;
	}

@media (max-width: 768px) {
	.get-started-btn {
		margin: 15px 30px 0 0;
		padding: 6px 18px;
	}
}

.site-btn {
	background: #2594AF;
	color: #fff;
	border-radius: 50px;
	padding: 8px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
}

	.site-btn:hover {
		background: #494c4d;
		color: #fff;
	}

@media (max-width: 768px) {
	.site-btn {
		margin: 0 15px 0 0;
		padding: 6px 18px;
	}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar li {
		position: relative;
	}

	.navbar a {
		/*display: flex;*/
		align-items: center;
		justify-content: space-between;
		padding: 10px 0 10px 30px;
		font-family: "Poppins", sans-serif;
		font-family: GeFlow !important;
		font-size: 15px;
		font-weight: 666;
		color: #37423b;
		white-space: nowrap;
		transition: 0.3s;
	}

		.navbar a i {
			font-size: 12px;
			line-height: 0;
			margin-left: 5px;
		}

		.navbar a:hover, .navbar .active, .navbar li:hover > a {
			color: #2594AF;
		}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 30px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.3s;
		border-radius: 4px;
	}

		.navbar .dropdown ul li {
			min-width: 200px;
		}

		.navbar .dropdown ul a {
			padding: 10px;
			font-size: 18px;
			text-transform: none;
			font-weight: 500;
		}

			.navbar .dropdown ul a i {
				font-size: 15px;
			}

			.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
				color: #2594AF;
			}

	.navbar .dropdown:hover > ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover > ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}

.custom-dropdown-menu {
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	width: 600px;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #37423b;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

	.mobile-nav-toggle.bi-x {
		color: #fff;
	}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(32, 38, 34, 0.9);
	transition: 0.3s;
	z-index: 999;
}

	.navbar-mobile .mobile-nav-toggle {
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.navbar-mobile ul {
		display: block;
		position: absolute;
		top: 55px;
		right: 15px;
		bottom: 55px;
		left: 15px;
		padding: 10px 0;
		border-radius: 6px;
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(37,148,175,1) 0%, rgba(255,255,255,1) 65%);
		overflow-y: auto;
		transition: 0.3s;
	}

	.navbar-mobile a {
		padding: 20px 20px;
		font-size: 15px;
		color: #37423b;
		BORDER-BOTTOM: solid #c1c1c1 1px;
	}

		.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
			color: #2594AF;
		}

	.navbar-mobile .getstarted {
		margin: 15px;
	}

	.navbar-mobile .dropdown ul {
		position: static;
		display: none;
		margin: 10px 20px;
		padding: 10px 0;
		z-index: 99;
		opacity: 1;
		visibility: visible;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	}

		.navbar-mobile .dropdown ul li {
			min-width: 200px;
		}

		.navbar-mobile .dropdown ul a {
			padding: 10px 20px;
		}

			.navbar-mobile .dropdown ul a i {
				font-size: 12px;
			}

			.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
				color: #2594AF;
			}

	.navbar-mobile .dropdown > .dropdown-active {
		display: block;
	}

/*---------
		Slider
		--------*/
#carouselExampleCaptions {
	width: 100%;
	margin-top: 100px;
	border-radius: 25px;
}

.carousel-inner {
	max-width: 100%;
}

.carousel-item img {
	width: 100%;
	height: 90vh;
	border-radius: 25px;
}

.carousel-caption {
	display: flex;
	top: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	.carousel-caption h1 {
		margin-bottom: 10px;
		margin: 0;
		font-size: 48px;
		font-weight: 700;
		line-height: 56px;
		color: #fff;
		font-family: "Poppins", sans-serif;
	}

	.carousel-caption h3 {
		color: #eee;
		width: 100%;
		text-align: center;
		font-size: 24px;
	}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 90vh;
	margin-top: 100px;
	background: url("../img/bg1.jpg") top center;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	border-radius: 25px;
	background-position: center
}

	#hero:before {
		content: "";
		background: rgb(6 48 51 / 72%);
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}

	#hero .container {
		padding-top: 72px;
	}

@media (max-width: 992px) {
	#hero .container {
		padding-top: 62px;
	}
}

#hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

#hero h2 {
	color: #eee;
	margin: 10px 0 0 0;
	font-size: 24px;
}

#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 50px;
	transition: 0.5s;
	margin-top: 30px;
	border: 2px solid #fff;
	color: #fff;
}

	#hero .btn-get-started:hover {
		background: #2594AF;
		border: 2px solid #2594AF;
	}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	#hero {
		height: 100vh;
	}

		#hero h1 {
			font-size: 28px;
			line-height: 36px;
		}

		#hero h2 {
			font-size: 18px;
			line-height: 24px;
		}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 20px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f6f7f6;
}

/*.section-title {
	padding-bottom: 40px;
}*/

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaaaaa;
	font-family: "Poppins", sans-serif;
}

	.section-title h2::after {
		content: "";
		width: 120px;
		height: 1px;
		display: inline-block;
		background: #9ae1af;
		margin: 4px 10px;
	}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #37423b;
}

.breadcrumbs {
	margin: 100px 50px 20px;
	text-align: center;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(1, 26, 32, 0.5)),url(../img/lesson-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 400px;
	padding: 30px 40px 30px 40px;
	color: #fff;
	border-bottom: solid 3px #2594AF;
	border-radius: 25px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.breadcrumb-item {
	color: #fff !important;
}

	.breadcrumb-item a {
		color: #fff !important;
	}

		.breadcrumb-item a:hover {
			color: #2594AF !important;
		}


@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 100px;
	}
}

.breadcrumbs h2 {
	font-size: 32px;
	font-weight: 500;
}

.breadcrumbs p {
	font-size: 14px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

	.about .content ul li {
		padding-bottom: 10px;
	}

	.about .content ul i {
		font-size: 20px;
		padding-right: 4px;
		color: #2594AF;
	}

.about .content .learn-more-btn {
	background: #2594AF;
	color: #fff;
	border-radius: 50px;
	padding: 8px 25px 9px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
}

	.about .content .learn-more-btn:hover {
		background: #494c4d;
		color: #fff;
	}

@media (max-width: 768px) {
	.about .content .learn-more-btn {
		margin: 0 48px 0 0;
		padding: 6px 18px;
	}
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
	padding: 30px 0;
}

	.counts .counters span {
		font-size: 48px;
		display: block;
		color: #2594AF;
		font-weight: 700;
	}

	.counts .counters p {
		padding: 0;
		margin: 0 0 20px 0;
		font-family: "Raleway", sans-serif;
		font-family: Cairo-Regular !important;
		font-size: 15px;
		font-weight: 600;
		color: #37423b;
	}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
	padding: 30px;
	background: #2594AF;
	border-radius: 4px;
	color: #fff;
}

	.why-us .content h3 {
		font-weight: 700;
		font-size: 34px;
		margin-bottom: 30px;
	}

	.why-us .content p {
		margin-bottom: 30px;
	}

	.why-us .content .more-btn {
		display: inline-block;
		background: rgba(255, 255, 255, 0.2);
		padding: 6px 30px 8px 30px;
		color: #fff;
		border-radius: 50px;
		transition: all ease-in-out 0.4s;
	}

		.why-us .content .more-btn i {
			font-size: 14px;
		}

		.why-us .content .more-btn:hover {
			color: #2594AF;
			background: #fff;
		}

.why-us .icon-boxes .icon-box {
	text-align: center;
	background: #fff;
	padding: 40px 30px;
	width: 100%;
	border: 1px solid #eba9c0;
	box-shadow: 2px 2px 10px #e2caca;
}

	.why-us .icon-boxes .icon-box i {
		font-size: 32px;
		padding: 18px;
		color: #2594AF;
		margin-bottom: 30px;
		background: #ecf9f0;
		border-radius: 50px;
	}

	.why-us .icon-boxes .icon-box h4 {
		font-size: 20px;
		font-weight: 700;
		margin: 0 0 30px 0;
	}

	.why-us .icon-boxes .icon-box p {
		font-size: 15px;
		color: #848484;
	}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service .icon-box {
	display: flex;
	align-items: center;
	padding: 10px;
	transition: 0.3s;
	justify-content: center;
	border: 1px solid #eba9c0;
	box-shadow: 2px 2px 10px #e2caca;
	border-radius: 25px;
	cursor: pointer;
}

.icon-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.icon-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text2 {
	margin-top: 15px;
}

	.text2 h3 {
		font-weight: 700;
		margin: 0;
		padding: 0;
		line-height: 1;
		font-size: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.text2 p {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}


/* ����� ��� ������ ����� 100% ������ ���� ���� ����� ����� ��� */
.content_wrap .image {
	height: 400px; /* ������ ���� ����� ����� ������� */
	overflow: hidden; /* ����� �� ��� �� ������ ������ �� �������� ������ */
	border-radius: 6px; /* ����� ����� ����� ������ */
}

	.content_wrap .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}



.content_wrap .news_box {
	background: #fff;
	margin: -50px auto 0;
	padding: 20px 15px;
	padding-bottom: 0;
	position: relative;
	width: 92%;
	z-index: 1;
}
	/* ��� ���� ����� ����� ������� �������� ������ */
	.content_wrap .news_box h4 {
		font-size: 18px;
		font-weight: bold;
		direction: rtl;
	}

	/* ��� ���� ����� ������ ��������� */
	.content_wrap .news_box .commment {
		margin-bottom: 0;
	}

		/* ��� ������� �������� ���� ����� */
		.content_wrap .news_box h4, .content_wrap .news_box .commment li {
			display: inline;
		}

/*-------
	join instructor
*/

.joinInstructor {
	/* �� ������ ��� ������� �������� �������� ������ ��� ������ */
	background-color: #f2f2f2;
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}

	.joinInstructor .title {
		/* �� ������ ��� ������� ��� ������ */
		font-size: 24px;
		font-weight: bold;
		color: #333;
	}

		.joinInstructor .title span:nth-child(2) {
			color: red;
		}

	.joinInstructor .des {
		/* �� ������ ��� ������ ��� ������ */
		font-size: 16px;
		color: #666;
		margin-top: 10px;
	}

	.joinInstructor .custom {
		/* �� ������ ��� ���� ��� ������ */
		background-color: #9d151e;
		color: #fff;
		margin-top: 20px;
		border: .125rem solid #9d151e;
		padding: .375rem .75rem;
		border-radius: .625rem;
		font-size: 1rem;
		font-weight: 700;
		cursor: pointer;
		width: 10rem;
		height: 3.125rem;
	}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
	padding-top: 0px;
}

.site-btn {
	background: #2594AF;
	border: 0;
	padding: 10px 35px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.features .icon-box {
	/*display: flex;*/
	align-items: center;
	padding: 10px;
	transition: 0.3s;
	justify-content: center;
	border: 1px solid #eba9c0;
	box-shadow: 2px 2px 10px #e2caca;
	border-radius: 25px;
	cursor: pointer;
}

	.features .icon-box i {
		font-size: 32px;
		padding-right: 5px;
		line-height: 1;
	}

	.features .icon-box h3 {
		font-weight: 700;
		margin: 10px;
		padding: 0;
		line-height: 1;
		color: #dc3a3a;
		font-size: 18px;
		/*padding-right: 5px;*/
		padding-left: 5px;
	}

		.features .icon-box h3 a {
			color: #37423b;
			transition: 0.3s;
		}

	.features .icon-box:hover {
		border-color: #2594AF;
	}

		.features .icon-box:hover h3 a {
			color: #2594AF;
		}

.features .school {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(1, 26, 32, 0.5)),url(/PortalTheme/img/c-bg.jpg);
	border-radius: 25px;
}

.icon-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.icon-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-count {
	font-size: 14px;
	margin-top: 10px;
}

.text2 {
	margin-top: 15px;
}

.features .bg-light {
	border-radius: 5%;
	overflow: hidden;
	border: 1px solid #eba9c0;
	box-shadow: 2px 2px 10px #e2caca;
	background-color: #eae5e5 !important;
}


	.features .bg-light .image {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.features .bg-light .teamimage {
		width: 100%;
		height: 350px;
		object-fit: cover;
	}

.btn-primary {
	background: #11043d;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
	border-radius: 25px;
	min-height: 225px;
	max-height: 350px;
	background-color: #fff;
	border: 1px solid #eba9c0;
	box-shadow: 2px 2px 10px #e2caca;
	cursor: pointer;
}

	.courses .course-item:hover {
		border: 1px solid #cfcfcf;
	}

.courses .course-content {
	padding: 15px;
	border-radius: 0px;
	background-color: #e1e3dc;
}

.courses .categoryname {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px 10px;
	border-radius: 5px;
}

.courses .course-content h3 {
	font-weight: 700;
	font-size: 20px;
}

	.courses .course-content h3 a {
		color: #37423b;
		transition: 0.3s;
	}

		.courses .course-content h3 a:hover {
			color: #2594AF;
		}

.courses .course-content p {
	font-size: 14px;
	color: #777777;
	height: 37px;
	overflow: hidden;
}

.courses .course-content h4 {
	font-size: 14px;
	background: -webkit-linear-gradient(left, #5f2327, #be2648, #d33f80);
	background: -o-linear-gradient(left, #5f2327, #be2648, #d33f80);
	background: -moz-linear-gradient(left,#5f2327, #be2648, #d33f80);
	padding: 7px 14px;
	color: #fff;
	margin: 0;
	border-radius: 10px;
}

.courses .course-content .price {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	color: #37423b;
}

.courses .trainer {
	padding-top: 10px;
	border-top: 1px solid #eef0ef;
}

	.courses .trainer .trainer-profile img {
		max-width: 50px;
		border-radius: 50px;
	}

	.courses .trainer .trainer-profile span {
		padding-left: 10px;
		font-weight: 600;
		font-size: 16px;
		color: #5a6c60;
		padding-right: 10px;
	}

	.courses .trainer .trainer-rank {
		font-size: 18px;
		color: #494c4d;
	}


/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/
.trainers .member {
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #eef0ef;
}

	.trainers .member img {
		margin: -1px -1px 30px -1px;
	}

	.trainers .member .member-content {
		padding: 0 20px 30px 20px;
	}

	.trainers .member h4 {
		font-weight: 700;
		margin-bottom: 2px;
		font-size: 18px;
	}

	.trainers .member span {
		font-style: italic;
		display: block;
		font-size: 13px;
	}

	.trainers .member p {
		padding-top: 10px;
		font-size: 14px;
		font-style: italic;
		color: #aaaaaa;
	}

	.trainers .member .social {
		margin-top: 15px;
	}

		.trainers .member .social a {
			color: #7e9486;
			transition: 0.3s;
		}

			.trainers .member .social a:hover {
				color: #2594AF;
			}

		.trainers .member .social i {
			font-size: 18px;
			margin: 0 2px;
		}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
	padding-left: 50px;
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px 30px 30px 60px;
	margin: 30px 15px;
	min-height: 200px;
	border: 1px solid #eef0ef;
	position: relative;
	background: #fff;
}

	.testimonials .testimonial-item .testimonial-img {
		width: 90px;
		border-radius: 10px;
		border: 6px solid #fff;
		position: absolute;
		left: -45px;
	}

	.testimonials .testimonial-item h3 {
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0 5px 0;
		color: #111;
	}

	.testimonials .testimonial-item h4 {
		font-size: 14px;
		color: #999;
		margin: 0;
	}

	.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
		color: #c1ecce;
		font-size: 26px;
	}

	.testimonials .testimonial-item .quote-icon-left {
		display: inline-block;
		left: -5px;
		position: relative;
	}

	.testimonials .testimonial-item .quote-icon-right {
		display: inline-block;
		right: -5px;
		position: relative;
		top: 10px;
	}

	.testimonials .testimonial-item p {
		font-style: italic;
		margin: 15px auto 15px auto;
	}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

	.testimonials .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background-color: #fff;
		opacity: 1;
		border: 1px solid #2594AF;
	}

	.testimonials .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #2594AF;
	}

@media (max-width: 767px) {
	.testimonials .testimonial-wrap {
		padding-left: 0;
	}

	.testimonials .testimonial-item {
		padding: 30px;
		margin: 15px;
	}

		.testimonials .testimonial-item .testimonial-img {
			position: static;
			left: auto;
		}
}

/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details h3 {
	font-size: 20px;
	margin: 0px 0 15px 0;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}

	.course-details h3:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		background: #eef0ef;
		bottom: 0;
		right: 0;
	}

	.course-details h3:after {
		content: '';
		position: absolute;
		display: block;
		width: 60px;
		height: 1px;
		background: #2594AF;
		bottom: 0;
		right: 0;
	}

.course-details .course-info {
	background: #f6f7f6;
	padding: 10px 15px;
	margin-bottom: 15px;
}

	.course-details .course-info h5 {
		font-weight: 400;
		font-size: 16px;
		margin: 0;
		font-family: "Poppins", sans-serif;
	}

	.course-details .course-info p {
		margin: 0;
		font-weight: 600;
	}

	.course-details .course-info a {
		color: #494c4d;
	}

	.course-details .course-info:hover a {
		color: #2594AF;
	}

	.course-details .course-info:hover p {
		color: #2594AF;
	}

	.course-details .course-info:hover {
		background: #e7e7e7;
	}


.custom-link {
	display: inline-block;
	padding: 10px 20px;
	color: #007bff;
	text-decoration: none;
	border-radius: 5px;
	margin-right: 10px;
}


	.custom-link.active,
	.custom-link:hover {
		background-color: #007bff;
		background: -webkit-linear-gradient(left, #5f2327, #be2648, #d33f80);
		background: -o-linear-gradient(left, #5f2327, #be2648, #d33f80);
		background: -moz-linear-gradient(left,#5f2327, #be2648, #d33f80);
		color: #fff;
	}

	.custom-link.active {
		text-decoration: underline;
	}


/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
.course-info {
	cursor: pointer;
}

.active-tab {
	cursor: pointer;
	border: solid 2px #c83f75;
	background-color: #c83f75 !important;
}

	.active-tab a {
		color: #ffffff !important
	}

	.active-tab p {
		color: #ffffff !important
	}

.cource-details-tabs {
	overflow: hidden;
	padding-top: 0;
}

	.cource-details-tabs .nav-tabs {
		border: 0;
	}

	.cource-details-tabs .nav-link {
		border: 0;
		padding: 12px 15px 12px 0;
		transition: 0.3s;
		color: #37423b;
		border-radius: 0;
		border-right: 2px solid #e2e7e4;
		font-weight: 600;
		font-size: 15px;
	}

		.cource-details-tabs .nav-link:hover {
			color: #2594AF;
		}

		.cource-details-tabs .nav-link.active {
			color: #2594AF;
			border-color: #2594AF;
		}

	.cource-details-tabs .tab-pane.active {
		-webkit-animation: fadeIn 0.5s ease-out;
		animation: fadeIn 0.5s ease-out;
	}

	.cource-details-tabs .details h3 {
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 20px;
		color: #37423b;
	}

	.cource-details-tabs .details p {
		color: #777777;
	}

		.cource-details-tabs .details p:last-child {
			margin-bottom: 0;
		}

@media (max-width: 992px) {
	.cource-details-tabs .nav-link {
		border: 0;
		padding: 15px;
	}

		.cource-details-tabs .nav-link.active {
			color: #fff;
			background: #2594AF;
			background: -webkit-linear-gradient(left, #5f2327, #be2648, #d33f80);
			background: -o-linear-gradient(left, #5f2327, #be2648, #d33f80);
			background: -moz-linear-gradient(left,#5f2327, #be2648, #d33f80);
		}
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
	border: 0;
	padding: 0 30px;
	margin-bottom: 60px;
	position: relative;
}

.events .card-img {
	/* width: calc(100% + 60px); */
	margin-left: -30px;
	overflow: hidden;
	z-index: 9;
	border-radius: 0;
	/* width: 577px;
  height: 320px; */
}

	.events .card-img img {
		max-width: 100%;
		transition: all 0.3s ease-in-out;
	}

.events .card-body {
	z-index: 10;
	background: #fff;
	border-top: 4px solid #fff;
	padding: 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	margin-top: -60px;
	transition: 0.3s;
}

.events .card-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

	.events .card-title a {
		color: #37423b;
		transition: 0.3s;
	}

.events .card-text {
	color: #5e5e5e;
	height: 137px;
	overflow: hidden;
}

.events .read-more a {
	color: #777777;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: 0.3s;
}

	.events .read-more a:hover {
		color: #2594AF;
	}

.events .card:hover img {
	transform: scale(1.1);
}

.events .card:hover .card-body {
	border-color: #2594AF;
}

	.events .card:hover .card-body .card-title a {
		color: #2594AF;
	}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	border: 1px solid #eef0ef;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.pricing h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #777777;
	background: #f8f8f8;
}

.pricing h4 {
	font-size: 36px;
	color: #2594AF;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

	.pricing h4 sup {
		font-size: 20px;
		top: -15px;
		left: -3px;
	}

	.pricing h4 span {
		color: #bababa;
		font-size: 16px;
		font-weight: 300;
	}

.pricing ul {
	padding: 0;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

	.pricing ul li {
		padding-bottom: 16px;
	}

	.pricing ul i {
		color: #2594AF;
		font-size: 18px;
		padding-right: 4px;
	}

	.pricing ul .na {
		color: #ccc;
		text-decoration: line-through;
	}

.pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	background: #f8f8f8;
	text-align: center;
}

.pricing .btn-buy {
	background: #2594AF;
	display: inline-block;
	padding: 8px 35px;
	border-radius: 50px;
	color: #fff;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	transition: 0.3s;
}

	.pricing .btn-buy:hover {
		background: #494c4d;
	}

.pricing .featured h3 {
	color: #fff;
	background: #2594AF;
}

.pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #2594AF;
	color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	padding-top: 5px;
}

	.contact .info {
		width: 100%;
		background: #fff;
	}

		.contact .info i {
			font-size: 20px;
			color: #2594AF;
			float: left;
			width: 44px;
			height: 44px;
			background: #ecf9f0;
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 50px;
			transition: all 0.3s ease-in-out;
		}

		.contact .info h4 {
			padding: 0 0 0 60px;
			font-size: 22px;
			font-weight: 600;
			margin-bottom: 5px;
			color: #37423b;
		}

		.contact .info p {
			padding: 0 0 0 60px;
			margin-bottom: 0;
			font-size: 14px;
			color: #494c4d;
		}

		.contact .info .email, .contact .info .phone {
			margin-top: 40px;
		}

			.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
				background: #2594AF;
				color: #fff;
			}

	.contact .php-email-form {
		width: 100%;
		background: #fff;
	}

		.contact .php-email-form .form-group {
			padding-bottom: 8px;
		}

		.contact .php-email-form .error-message {
			display: none;
			color: #fff;
			background: #ed3c0d;
			text-align: left;
			padding: 15px;
			font-weight: 600;
		}

			.contact .php-email-form .error-message br + br {
				margin-top: 25px;
			}

		.contact .php-email-form .sent-message {
			display: none;
			color: #fff;
			background: #18d26e;
			text-align: center;
			padding: 15px;
			font-weight: 600;
		}

		.contact .php-email-form .loading {
			display: none;
			background: #fff;
			text-align: center;
			padding: 15px;
		}

			.contact .php-email-form .loading:before {
				content: "";
				display: inline-block;
				border-radius: 50%;
				width: 24px;
				height: 24px;
				margin: 0 10px -6px 0;
				border: 3px solid #18d26e;
				border-top-color: #eee;
				-webkit-animation: animate-loading 1s linear infinite;
				animation: animate-loading 1s linear infinite;
			}

		.contact .php-email-form input, .contact .php-email-form textarea {
			border-radius: 4px;
			box-shadow: none;
			font-size: 14px;
		}

			.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
				border-color: #2594AF;
			}

		.contact .php-email-form input {
			height: 44px;
		}

		.contact .php-email-form textarea {
			padding: 10px 12px;
		}

		.contact .php-email-form button[type="submit"] {
			background: #2594AF;
			border: 0;
			padding: 10px 35px;
			color: #fff;
			transition: 0.4s;
			border-radius: 50px;
		}

			.contact .php-email-form button[type="submit"]:hover {
				background: #494c4d;
			}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	font-size: 15px;
	background-color: #a0bedc69;
}

	#footer .footer-top {
		padding: 60px 0 30px 0;
		background: #a0bedc69;
		background: -webkit-linear-gradient(left, #f7f5f5, #a0bedc69, #f7f5f5);
		background: -o-linear-gradient(left, #f7f5f5, #a0bedc69, #f7f5f5);
		background: -moz-linear-gradient(left,#f7f5f5, #a0bedc69, #f7f5f5);
	}

		#footer .footer-top .footer-contact {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-contact h4 {
				font-size: 22px;
				margin: 0 0 30px 0;
				padding: 2px 0 2px 0;
				line-height: 1;
				font-weight: 700;
			}

			#footer .footer-top .footer-contact p {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 0;
				font-family: "Raleway", sans-serif;
				color: rgba(0,0,0,0.1);
			}

		#footer .footer-top h4 {
			font-size: 16px;
			font-weight: bold;
			color: rgba(0,0,0,0.1);
			position: relative;
			padding-bottom: 12px;
		}

		#footer .footer-top .footer-links {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-links ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}

				#footer .footer-top .footer-links ul i {
					padding-right: 2px;
					color: rgba(0,0,0,0.1);
					font-size: 18px;
					line-height: 1;
				}

				#footer .footer-top .footer-links ul li {
					padding: 10px 0;
					display: flex;
					align-items: center;
				}

					#footer .footer-top .footer-links ul li:first-child {
						padding-top: 0;
					}

				#footer .footer-top .footer-links ul a {
					color: #777777;
					transition: 0.3s;
					display: inline-block;
					line-height: 1;
				}

					#footer .footer-top .footer-links ul a:hover {
						text-decoration: none;
						color: #2594AF;
					}

	#footer .footer-newsletter {
		font-size: 15px;
	}

		#footer .footer-newsletter h4 {
			font-size: 16px;
			font-weight: bold;
			color: #444444;
			position: relative;
			padding-bottom: 12px;
		}

		#footer .footer-newsletter form {
			margin-top: 30px;
			background: #fff;
			padding: 6px 10px;
			position: relative;
			border-radius: 50px;
			text-align: left;
			border: 1px solid #e0e5e2;
		}

			#footer .footer-newsletter form input[type="email"] {
				border: 0;
				padding: 4px 8px;
				width: calc(100% - 100px);
			}

			#footer .footer-newsletter form input[type="submit"] {
				position: absolute;
				top: -1px;
				right: -1px;
				bottom: -1px;
				border: 0;
				background: none;
				font-size: 16px;
				padding: 0 20px 2px 20px;
				background: #2594AF;
				color: #fff;
				transition: 0.3s;
				border-radius: 50px;
				box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
			}

				#footer .footer-newsletter form input[type="submit"]:hover {
					background: #494c4d;
				}

	#footer .credits {
		padding-top: 5px;
		font-size: 13px;
	}

		#footer .credits a {
			color: #494c4d;
			transition: 0.3s;
		}

			#footer .credits a:hover {
				color: #2594AF;
			}

	#footer .social-links a {
		font-size: 18px;
		display: inline-block;
		background: #11043d;
		color: #fff;
		line-height: 1;
		padding: 8px 0;
		margin-right: 4px;
		border-radius: 25%;
		text-align: center;
		width: 40px;
		height: 40px;
		transition: 0.3s;
	}

		#footer .social-links a:hover {
			background: #494c4d;
			color: #fff;
			text-decoration: none;
		}

p {
	line-height: 2;
}

.f-600 {
	font-weight: 600;
}

.txt-end {
	text-align: end;
}

.dots {
	display: inline-flex;
	;
	width: 180px;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.dot2 {
	display: inline-block;
	;
	width: 180px;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

* {
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important;
	/Firefox/
}

.certificate {
	background-image: url(../img/imkan-certificates.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding-bottom: 77%;
	background-size: contain;
	font-size: 800px
}

.cer-text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

	.cer-text .certificate-date {
		position: absolute;
		left: 5.125em;
		top: 11.25em;
		font-size: .025em;
	}

	.cer-text .certificate-content {
		margin-top: .335em;
	}

	.cer-text .certificate-user-name {
		font-size: .0375em;
		font-family: "GeFlow", serif;
		font-weight: bold;
		color: #2ec0f3
	}

	.cer-text .certificate-course-name {
		font-size: .0325em;
		font-family: "GeFlow", serif;
		margin-top: .5em;
		color: #2ec0f3
	}

.bi-play-circle {
	font-size: 1.4rem;
}

.bi-check {
	font-size: 1.4rem;
}

/*//////////////////////////////////////////////////////////////////
  [ login ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	background: url("../img/bg1.jpg") top center;
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

	.container-login100::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.65);
	}

.wrap-login100 {
	width: 800px;
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
}

.wrap-contactus {
	width: 600px;
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
}
/*------------------------------------------------------------------
  [ Form ]*/

.login100-form {
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
}

.login100-form-logo {
	font-size: 60px;
	color: #333333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
}

.login100-form-title {
	/* font-family: Ubuntu-Bold; */
	font-size: 28px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

/*------------------------------------------------------------------
  [ Input ]*/

.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
}

.input100 {
	font-family: sans-serif;
	font-size: 16px;
	color: #555555;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	padding: 15px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

/*---------------------------------------------*/
.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	padding-right: 20px;
	top: 0;
	left: 0;
	pointer-events: none;
}

	.focus-input100::before {
		content: "";
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 1px;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		background: #2594AF;
		background: -webkit-linear-gradient(left, #23555f, #2594AF, #3fbad3);
		background: -o-linear-gradient(left, #23555f, #2594AF, #3fbad3);
		background: -moz-linear-gradient(left,#23555f, #2594AF, #3fbad3);
		background: linear-gradient(left, #23555f, #2594AF, #3fbad3);
	}

	.focus-input100::after {
		/* font-family: Linearicons-Free; */
		font-size: 18px;
		color: #999999;
		content: attr(data-placeholder);
		display: block;
		width: 100%;
		position: absolute;
		top: 40px;
		left: 35px;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

.input100:focus {
	padding-left: 60px;
}

	.input100:focus + .focus-input100::after {
		left: 23px;
		color: #d41872;
	}

	.input100:focus + .focus-input100::before {
		width: 100%;
	}

.has-val.input100 + .focus-input100::after {
	left: 23px;
	color: #d41872;
}

.has-val.input100 + .focus-input100::before {
	width: 100%;
}

.has-val.input100 {
	padding-left: 60px;
}

/*------------------------------------------------------------------
  [ Input ]*/

.input200 {
	/* font-family: Ubuntu-Regular; */
	font-size: 20px;
	color: #555555;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	padding: 15px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

/*------------------------------------------------------------------
  [ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.login100-form-btn {
	/* font-family: Ubuntu-Bold; */
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 160px;
	height: 42px;
	border-radius: 21px;
	background: #be2648;
	background: -webkit-linear-gradient(left, #5f2327, #be2648, #d33f80);
	background: -o-linear-gradient(left, #5f2327, #be2648, #d33f80);
	background: -moz-linear-gradient(left,#5f2327, #be2648, #d33f80);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

	.login100-form-btn::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		border-radius: 21px;
		background-color: #555555;
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	.login100-form-btn:hover {
		background-color: transparent;
	}

		.login100-form-btn:hover:before {
			opacity: 1;
		}



/*------------------------------------------------------------------
  [ Alert validate ]*/

.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	/* font-family: Ubuntu-Bold; */
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: "\f12a";
	font-family: FontAwesome;
	font-size: 16px;
	color: #c80000;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}



.btn-line {
	text-decoration: none !important;
	font-size: 14px;
	line-height: 1.7;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	font-family: Cairo-Regular !important;
	font-size: 15px;
	font-weight: 666;
	color: #37423b;
	white-space: nowrap;
	transition: 0.3s;
}

	.btn-line:hover {
		color: #2594AF;
	}

.l-2::before {
	line-height: 2 !important;
	padding-right: 10px;
	padding-left: 10px;
}

.main {
	place-items: center;
	min-height: 700px;
}
/* .course-content{
     background-color: #fff;
     padding: 10px;
 }
 .courses .course-item {
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #eef0ef;
    cursor: pointer;
}
.courses .course-item:hover {
    border: 1px solid #cfcfcf;
} */
/*.course-item img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-bottom: solid 2px #2594AF;
}*/

.courses .course-content h3 {
	height: 40px;
	overflow: hidden;
}

iframe {
	min-width: 100%;
	min-height: 500px;
	width: auto;
	height: auto;
}

.color-green {
	color: #2594AF
}

.l2 {
	line-height: 2;
}

.courses .course-item:hover a {
	color: #2594AF
}


/*----------------------
	navtabs 
	------------*/
	.get-started-btn {
       
        background: -webkit-linear-gradient(left, #0c5293, #26be74, #309947);
        background: -o-linear-gradient(left, #5f2327, #be2648, #d33f80);
        background: -moz-linear-gradient(left, #5f2327, #be2648, #d33f80);
       
}
.get-started-btn {
	margin-left: 22px;
	/* background: -webkit-linear-gradient(left, #5f2327, #be2648, #d33f80); */
	background: -o-linear-gradient(left, #5f2327, #be2648, #d33f80);
	background: -moz-linear-gradient(left,#5f2327, #be2648, #d33f80);
	color: #fff;
	border-radius: 50px;
	padding: 8px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 15px;
	display: inline-block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #ffffff;
	/* background-color: #2594AF; */
	/*background: -webkit-linear-gradient(left, #5f2327, #be2648, #d33f80);*/
	 background: -webkit-linear-gradient(left, #0c5293, #26be74, #309947); 
	/* background: -webkit-linear-gradient(left, #5f2327, #be2648, #d33f80); */
	/* background: -o-linear-gradient(left, #5f2327, #be2648, #d33f80); */
	/* background: -moz-linear-gradient(left,#5f2327, #be2648, #d33f80); */
	border-color: #2594AF;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #ffffff;
	/* background-color: #2594AF; */
	/* background: -webkit-linear-gradient(left, #5f2327, #be2648, #d33f80); */
	/* background: -o-linear-gradient(left, #5f2327, #be2648, #d33f80); */
	/* background: -moz-linear-gradient(left,#5f2327, #be2648, #d33f80); */
	border-color: #2594AF;
	border-radius: 50px;
	padding: 8px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 15px;
	display: inline-block;
}

.form-control {
	line-height: 1.9;
	border-radius: 4.25rem;
}

	.form-control:focus {
		color: #212529;
		background-color: #fff;
		border-color: #2594AF !important;
		box-shadow: none
	}

.btn-check:focus + .btn, .btn:focus {
	border: #2594AF solid 1px;
	box-shadow: 0 0 0 0.25rem rgb(37 148 175 / 25%);
}

.breadcrumb-item + .breadcrumb-item {
	padding-top: 4px;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #2594AF;
	border-radius: 50px;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
	border-radius: 50px;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
	border-radius: 50px;
}

#countdown {
	direction: ltr
}

.onlyNumbers {
	text-align: right;
}

.profile-email, .profile-civilId, .profile-birthDate {
	text-align: right;
}

.price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	color: #444444;
	font-weight: 600;
	margin-right: 0;
	letter-spacing: 0;
}

.current-price {
	font-size: 18px;
	font-weight: bold;
	color: green;
}

.old-price {
	font-size: 14px;
	text-decoration: line-through;
	color: red;
}

.course-count {
	font-size: 14px;
	color: #777;
	margin-top: 5px;
}


/*Subject*/
.subject {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
}

	.subject .collapsible {
		width: calc(100% - 10px);
		margin: 2px;
		border: 1px solid #ccc;
		border-radius: 5px;
		overflow: hidden;
	}

	.subject .collapsible-header {
		padding: 10px;
		background-color: #f0f0f0;
		text-align: center;
		cursor: pointer;
	}

.collapsible-content > div {
	display: flex; /* استخدم العرض المرن للعناصر الداخلية */
	flex-wrap: wrap; /* للتحكم في عرض العناصر على عدة أسطر */
	gap: 20px; /* المسافة بين العناصر الداخلية */
	width: calc(100% - 10px);
	margin: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}

.subject .collapsible-button {
	background: none;
	border: none;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.subject .text2 {
	font-size: 16px;
}

.subject .category-link {
	text-decoration: none;
	color: #333;
}


.subject .custom-col {
	margin-top: 5px;
	text-align: center;
}

	.subject .custom-col a {
		text-decoration: none;
		color: #333;
	}

	.subject .custom-col h3 {
		font-size: 10px;
	}

@media (max-width: 767px) {
	.subject {
		width: 100%;
	}

		.subject .collapsible {
			width: 100%;
			margin: 10px 0;
		}
}

.category-link {
	display: block; /* جعل الرابط عرضه كامل */
	text-decoration: none; /* إزالة تأثيرات الزخرفة على النص */
	border: 1px solid #ccc; /* إضافة بوردر */
	padding: 5px; /* تباعد داخلي للبوردر */
	text-align: center; /* محاذاة النص في الوسط */
	margin-bottom: 5px; /* تباعد بين العناصر */
}

/*----------
Start About Style Page
--------------------------*/

.subjecttab .nav-tabs {
	border-bottom: 2px solid #40afce;
	border-right: 2px solid #40afce;
}

	.subjecttab .nav-tabs .nav-link {
		color: #fa8c43;
		border-radius: 0;
		font-weight: 600;
	}

		.subjecttab .nav-tabs .nav-link .active {
			color: #40afce;
			font-weight: 600;
			border-color: #40afce #40afce #40afce;
			box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
		}

.subjecttab .tab-content {
	padding: 25px 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

	.subjecttab .tab-content p {
		color: #777;
		line-height: 2;
		font-weight: 600;
	}

.subjecttab.about-tabs .about-info {
	background-color: #fff;
	padding: 10px 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
}

.subjecttab.about-tabs h3 {
	color: #77A8CA;
	margin-bottom: 20px;
}

.about-tabs .about-info p,
.services-info p {
	color: #777777f0;
	font-weight: 600;
}
