/* install custom fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* site settings */
body{background-color: #fff;padding: 0px;margin: 0px;font-family: Montserrat, 'Arial'; font-size: 16px;}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 28px;}
h1 h2 h3 p{color:#000}
a{color:#000}
a:hover{color: #EA116E;text-decoration:none;}
button{background-color: #EA116E;color: #fff;font-size: 20px;border: 0px;padding: 15px;}
.box-shadow{box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);}
.text-shadow{text-shadow: 2px 2px 5px rgba(0,0,0,0.7);}
.align-items-center{position: absolute;width: 100%;top: 50%;transform: translateY(50%);}
.section{padding: 100px 0px 100px 0px;}


/* header */
#header
{
	width:100%;
	height: 100%;
	border-left: none;
	border-right: none;
	position: relative;
	padding: 0px;
}
#header .container
{
	z-index: 1100 !important;
	min-height: 700px;
	position: relative;
}
#header .logo {
	width: 291px;
	height: 140px;
	margin-left: 0px; /* يمكنك تعديل القيمة حسب الازاحة التي ترغب فيها */
}
#header .video-container
{
	position: absolute;
	top:0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	
}
#header video{
	position: absolute;
	z-index: -1;
	width: 100%;
	margin-top: 0px;
}

#header .headerImage{
	z-index: -1;
	width: 100%;
	
	transform: translateY(-20%);

}

#header .video-overlay
{
	position: absolute;
	background-color: #014D6D;
	background-image: repeating-linear-gradient(45deg, #234853 0px,#234853 1px,transparent 2px, transparent 7px);
	z-index: 0;
	width: 100%;
	min-height: 800px;
	opacity: 80%;
}

#header .caption{
	position: relative;
	z-index: 500;
	color: #fff;
	padding: 0px;
	width: 60%;
	display: inline-block;
	font-family: 'Montserrat';
	left: 20%;
	
}

#header .caption .main-caption, .secondary-caption{
	padding: 0px;
	margin: 0px;
	line-height: 60px;
}
#header .caption .main-caption
{
	font-size: 70px;
}
#header .caption .secondary-caption
{
	font-size: 38px;
	font-style: italic;
	color: #ABCDDB;
}
#header .caption button{
	font-size: 25px;
	width: 230px;
	border-radius: 35px;
	align-items:center;
}


/* services catalog */
#services-catalog
{
	padding: 0px;
	margin: 0px;
	background-image: repeating-linear-gradient(45deg, #dddddd 0px,#dddddd 1px,transparent 2px, transparent 7px);
}
#services-catalog .gradient-size
{
	width: 100%;
	height: 373px;
}
#services-catalog .gradient-color-blue
{
	background: radial-gradient(#008CC7, #036E9B);
}
#services-catalog .gradient-color-pink
{
	background: radial-gradient(#EA116E, #85093E);
}
#services-catalog h2
{
	color: #fff;
}
#services-catalog{
	color: #fff;
}
#services-catalog button
{
	border-radius: 35px;
	width: 190px;
	font-size: 20px;
	background-color: #008CC7;
}

/* sub header */
#sub-header
{
	width:100%;
	padding: 20px;
	background-color: #046C99;
}

/************************************/
/* navigation menu*/
/************************************/


/*main level*/
.navbar{padding: 10px;z-index: 2000;}
.navbar-nav li{position: relative;margin-left: 25px;padding-top: 20px;padding-bottom: 20px;} 
.navbar-nav li:hover{background-color: #EA116E;padding-top: 20px;padding-bottom: 20px;}
.navbar-nav li a{padding: 20px;text-transform:lowercase !important;text-decoration:unset;font-size: 26px;color: #fff;} 
.navbar-nav li a:hover{background-color: #EA116E;color: #fff;}


/*sub levels*/ 
.navbar-nav li .sub-menu{display: none;}
.navbar-nav li .sub-menu{
	position: absolute;
	background-color: #EA116E;
	top:100%;
	left: 0;
	list-style-type: none;
	margin: 0px;
	padding:0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
	z-index: 100;
	width: 250px;
	border: 0px;
}
.navbar-nav li .sub-menu li{
	padding:0px;
	display: block;
	border-style: solid;
	border-color: #C4115E;
	border-width: 0px 0px 1px 0px;
	margin-left: 0px;
}
.navbar-nav li .sub-menu li a{
	color: #fff;
	padding: 10px 10px 10px 25px;
	font-size: 20px;
	display: block;	
}
.navbar-nav li .sub-menu li a:hover
{
	color: #000;
	background:#cee2f0;
	padding: 10px;
	display: block;
	padding: 10px 10px 10px 25px;
}
.navbar-nav .sub-menu .sub-menu{top:0%;left: 100%;}


/*level 1*/
.navbar-nav >

.menu-item-has-children:hover > 
.sub-menu{display: block;}


/*level 2*/
.navbar-nav >

.menu-item-has-children:hover > 
.sub-menu >

.menu-item-has-children:hover > 
.sub-menu{display: block;}


/*level 3*/
.navbar-nav >

.menu-item-has-children:hover > 
.sub-menu > 

.menu-item-has-children:hover > 
.sub-menu > 

.menu-item-has-children:hover > 
.sub-menu{display: block;}

/*level 4*/
.navbar-nav >

.menu-item-has-children:hover > 
.sub-menu > 

.menu-item-has-children:hover > 
.sub-menu >

.menu-item-has-children:hover > 
.sub-menu > 

.menu-item-has-children:hover > 
.sub-menu{display: block;}


/* courses */
.sample-banner
{
	background-image: url('../images/sample-banner.jpg');
	background-size: cover;
	min-height: 375px;
}


#courses-container{
	background: linear-gradient(#fff 40%, #F2F2F2 60% );
}


.lp-archive-courses
{
	margin-top: 0px;
	
}
.learn-press-courses li{
	background-color: #fff;
	border-radius: 8px;
	width: 300px !important;
	box-shadow: 0px 1px 5px 0px rgba(44, 44, 44, 0.2) !important;
	
}
.course-title, .course-info
{
	padding: 20px !important;
	color:#000;
}
.course-price
{
	margin-top: -30px !important;
}
.price{
	color: #EFEFEF;
	background-color: #C4115E;
	padding: 10px;
}
.origin-price
{
	background-color: #EFEFEF !important;
	color: #000;
}
.course-instructor
{
	display: none !important;
}
.course-thumbnail img
{
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	width: 300px;
	height: 200px;
}
/* upcoming courses widget */
#upcoming-courses .gradient-size
{
	float: left;
}
#upcoming-courses .gradient-color-blue
{
	background: linear-gradient(#008CC7 30%, #036E9B 70% );
}

.widget_lp-widget-featured-courses{
	list-style: none;
	float: left;
	margin-left: 8%;
}
.widget_lp-widget-featured-courses .course-entry{
	width: 300px;
	margin-top: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	background-color: #036E9B;
	margin-right: 20px;
	float: left;
	margin-bottom: 40px;
}
.widget_lp-widget-featured-courses .course-cover img{
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 300px !important;

}
.widget_lp-widget-featured-courses .widgettitle
{
	margin-top: 20px;
	text-align: center;
	font-style: italic;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.widget_lp-widget-featured-courses .course-title
{
	color: #fff;
	text-align: center;
	font-style: italic;
}
.widget_lp-widget-featured-courses 
.course-meta-data 
.course-meta-field
{
	color: #EFEFEF;
	font-style: italic;
	margin-top: 5px;
}
.widget_lp-widget-featured-courses 
.course-meta-data 
.course-lesson-number
{
	background-color: transparent;
}

.widget_lp-widget-featured-courses 
.course-meta-data 
.course-student-number
{
	background-color: transparent;
}

.widget_lp-widget-featured-courses 
.course-meta-field a
{
	color: #fff;
}

/* course details */
.lp-single-course{padding: 0px;}
.learn-press-breadcrumb{color: #CDCDCD;}
.learn-press-breadcrumb a{color: #CDCDCD;}
.learn-press-breadcrumb a:hover{color: #CDCDCD;text-decoration: underline;}

.lp-single-course .course-tabs
{
	background-color: #F6F6F6;
	border-radius: 15px;
	padding: 20px;
}
.lp-single-course .course-price
{
	top: 38%;
	left: 66%;
	position: absolute;
}
.lp-single-course .price{
	background-color: transparent;
	color: #000;
	font-weight: bold;
}
.lp-single-course .origin-price{
	background-color: #fff;
}
.lp-single-course .lp-course-buttons
{
	top: 32%;
	left: 82%;
	position: absolute;
}
.lp-single-course .lp-course-buttons button
{
	width: 230px;
	border-radius: 35px;
}

.lp-single-course .course-nav-tabs a:hover{
	background-color: #EA116E;
	color: #fff;
	border-color: #000 ;
}


/* fews words about us, training delivery methods */
#few-words
{
	background-color: #f1f1f1;
	clear: both;
}
#training-delivery-methods
{
	color:#fff;
	background-color: #EA116E;
	background-image: repeating-linear-gradient(45deg, 
					#DB0E66 0px,#DB0E66 1px,
					transparent 2px, transparent 7px);
}
#our-partners
{
	background-color: #fff;
}
#happy-customers
{
	background-color: #fff;
}
#happy-customers .carousel,
#our-partners .carousel
{
	padding-top: 30px;
	padding-bottom: 30px;
}
#happy-customers img, #our-partners img
{
	margin-right: 40px;
}
#few-words h2, 
#training-delivery-methods h2,
#happy-customers h2,
#our-partners h2
{
	font-style: italic;
	text-shadow: 2px 2px 5px rgba(56, 38, 38, 0.4);
}

#few-words h5, 
#training-delivery-methods h5
{
	margin-top: 15px;
}
#few-words p, 
#training-delivery-methods p,
#happy-customers p,
#our-partners p
{
	padding: 10px;
	width: 80%;
	display: inline-block;
	margin-bottom: 20px;
}


/* footer */
#footer{
	background-color: #3D3D3D;
	color:#fff;
	padding-top: 50px;
	padding-bottom: 20px;
	
}
#footer .footer__logo{
	margin-left: 50px;
	opacity: 0.4;
}
#footer a{
	color:#979797;
	text-decoration: none;
}
#footer a:hover{
	color:#C4115E;
}
#footer hr
{
	border-color: #606060;
	opacity: 0.1;
	width: 100%;
}
#footer .footer__menu{
	display: inline-flex;
	width: 100%;
	text-decoration: none;
}
#footer .footer__menu ul{
	margin-left: -38px;
	text-decoration: none;
}
#footer .footer__menu ul, .footer__menu li{
	list-style: none;
	margin-right: 15px;
	text-decoration: none;
}
#footer .footer__menu li{
	font-weight: bold;
	text-decoration: none;
}
#footer .footer__menu li .sub-menu li{
	font-weight: lighter;
	text-decoration: none;
}
#footer .footer-secondary a{
	margin-right: 15px;
	text-decoration: none;
}

/* signature */
#signature{
	font-size: 11px;
	color: #979797;
	background-color: #3D3D3D;
	padding: 10px;
}
#signature a{
	color: #979797;
	text-decoration: none;
}
#signature a:hover{
	color:yellow;
}

/* Courses */
.widget_em_widget
{
	list-style:none;
	
}

.widget_em_widget .widgettitle{
	font-style: italic;
	text-shadow: 2px 2px 5px rgba(56, 38, 38, 0.4);
} 

.widget_em_widget ul{
	display: inline-flex;
	margin-top: 30px;
}

.widget_em_widget li{
	background-color: #f8f8f8;
	margin-right: 15px;
	border-radius: 10px;
	list-style: none;
	width: 25%;
	padding-bottom: 15px;
	/*box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);*/
}
.widget_em_widget .date{
	background-color: #C4115E;
	border-radius: 0px;
	list-style: none;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}
.widget_em_widget .time{
	color: #000;
	font-size: 13px;
	margin-top: 10px;
	color: #979797;
}

.widget_em_widget .location{
	color: #979797;
	font-size: 13px;
	font-weight: 500;
	padding: 5px;
}

.widget_em_widget .category > ul{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-flex;
	flex-wrap: wrap;
}
.widget_em_widget .category > ul li{
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.0);
	border: solid 0px #F6F6F6;
	font-size: 8px;
	background-color: #F2F2F2;
	padding: 5px;
	border-radius: 50px;
	margin-top: 10px;
}
.widget_em_widget .category > ul li a{ 
	color: #9A9A9A !important;
}
.widget_em_widget li > ul li{
	margin-top: 0px;
	width: 100%;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.0);
	border: solid 0px #F6F6F6;
	font-weight: 500;
}
.widget_em_widget li > ul li a{
	font-size: 19px;
	color: #000;
	margin-top: 0px;
	padding: 0px;
	margin-top: 0px;
	width: 100%;
}
.widget_em_widget li > ul li a:hover{
	color: #C4115E;
}
.widget_em_widget li > div img{
	width: 100% !important;
	border-radius: 10px 10px 0px 0px;
}

/* Course List */
.css-events-list
{
	/* code */
}
.css-events-list h3
{
	padding: 10px;
	background-color:#008CC7;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
	padding-left: 20px;
}
.css-events-list .events-table
{
	margin: 0px 10px 30px 0px;
	width: 100%;

}
.css-events-list .events-table thead tr th
{
	display: none;
}
.css-events-list .events-table tbody tr:nth-child(odd)
{
	background-color: #EFEFEF;
}
.css-events-list .events-table tbody tr td
{
	padding: 40px 20px 40px 20px;
}
.css-events-list .events-table tbody tr:nth-child(odd) td:first-child
{
	background-color: #DB0E66;
	width: 250px;
	color: #fff;
	border-right: solid #C4115E 8px;
}
.css-events-list .events-table tbody tr:nth-child(even) td:first-child
{
	height: 20px;
	padding: 0px;
}
.css-events-list .events-table tbody tr td:first-child
{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.css-events-list .events-table tbody tr td:last-child
{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.css-events-list .events-table tbody tr td .date
{
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
}
.css-events-list .events-table tbody tr td a
{
	font-size: 25px;
	font-weight: 500;
}
.css-events-list .events-table tbody tr td i
{
	font-size: 13px;
	color:#606060;
	font-style: normal;
}

/* Courses Search */
.em-events-search-form, .em-search-form
{
	
	border-radius: 10px;
}

/* Course details */
.em-single-course 
{
	background-color: #f8f8f8;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.em-single-course .em-when ul li
{
	display: inline-flex;
	list-style: none;
	margin-right: 10px;
	font-size: 18px;
	padding: 10px;
	background-color: #CDCDCD;
	border-radius: 10px;
	align-items: center;
}
.em-single-course .em-when ul li:first-child
{
	background-color: #DB0E66;
	color: #fff;
	border-radius: 10px;
	margin-left: -40px;
}
.em-single-course .em-when ul li:last-child
{
	background-color: #008CC7;
	color: #fff;
	border-radius: 10px;
}
.em-single-course .category ul{
	margin-top: 10px;
	list-style: none;
	flex-wrap: wrap;
	display: inline-flex;
	border: 0p;
	background-color: #f8f8f8;
	padding: 0px;
}
.em-single-course .category ul li{
	background-color: #F6F6F6;
}
.em-single-course .category ul li > ul li{
	font-size: 10px;
	padding: 3px;
	border-radius: 10px;
	margin-right: 10px;
	background-color: #e0e0e0;
	border: solid 1px #CDCDCD;
	padding: 5px 10px 5px 10px;
	opacity: 0.5;
	font-style: italic;
}
.em-single-course .category ul li > ul li:hover{
	opacity: 1;
}
.em-single-course .category ul li > ul li a{ 
	color: #000 !important;
}
.em-single-course .em-location{ 
	font-size: 18px;
}