@charset "UTF-8";

@font-face {
  font-family: 'Garamond-Regular';
  src:  url('/fonts/EBGaramond-Regular.ttf') format('truetype');
  }

html
{
	font-family: Garamond-Regular;
	color: #606060;
}
html:lang(ar)
{
	direction: rtl;
}
a
{
	color: #606060;
	text-decoration: none;
}
a:visited
{
	color: #606060;
}
a:hover
{
	color: #72B7E2;
}
header
{
	position: relative;
	padding: 0px;
	padding-top: 20px;
	font-size: 20px;
	background-color: #000231;
}
.navbar-nav > .nav-item > .nav-link
{
	color: white!important;
}
.navbar-nav > .nav-item > .nav-link:hover
{
	color: #72B7E2!important;
}
.navbar-nav .nav-link.active
{
	color: #72B7E2!important;
	background: none;
}
header span.sep
{
	width: 2px;
	height: 20px;
	position: relative;
	top: 15px;
	display: inline-block;
	background-color: #72B7E2;
}
.language
{
	position: absolute;
	top: 20px;
}
.language:lang(ar)
{
	left: 0px;
}
.language:lang(en)
{
	right: 0px;
}
.main-logo:lang(ar)
{
	padding-left: 40px;
}
.main-logo:lang(en)
{
	padding-right: 40px;
}
.nav-item
{
	padding: 0px 20px;
	text-transform: uppercase;
}

footer
{
}
.social-footer
{
	padding: 20px 0px;
	font-size: 30px;
	text-align: center;
}
.main-footer
{
	width: 100%;
}
.main-footer-part
{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	width: 50%;
}
.main-footer-part-title
{
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
.main-footer-part p
{
	color: #606060;
}
.sub-footer
{
	position: relative;
	color: #606060;
	font-size: bold;
}
.sub-footer-info
{
	float: left;
}
.sub-footer-credentials
{
	float: right;
}

main
{

}

.slide
{
	position: relative;
	margin: auto;
	width: 1200px;
}

.mySlides
{
	display: none;
	position: relative;
}

.mySlides img
{
	width: 100%;
}
.element
{
	width: 360px;
	margin: 0px 20px;
	display: inline-block;
	margin-bottom: 10px;
}
.element img
{
	width: 100%;
}
.header
{
	margin: auto;
	width: 1200px;
}
.header img
{
	width: 100%;
}
.header h2
{
	font-size: 28px;
}
.header p
{
	text-align: justify;
	font-size: 26px;
}
.slide h2
{
	font-size: 30px;
	width: 100%;
	text-align: center;
}
h2
{
	font-size: 30px;
	width: 100%;
	text-align: center;
}
/* Caption text */
.mySlides .name
{
	color: #606060;
	background-color: rgba(114, 183, 226, 0.9);
	font-size: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 0px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.mySlides a:hover
{
	color: black;
}
.mySlides .description
{
	color: #121212;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 3mm;
	text-align: justify!important;
	position: absolute;
	bottom: 4px;
	text-align: center;
	width: 100%;
}
.element .name
{
	font-weight: bolder;
	font-size: 26px;
	text-align: justify;
	width: 100%;
}
.element .description
{
	width: 100%;
}
.element .more a, .element .more a:visited
{
	color: black;
	font-weight: bold;
}
.wrapper
{
	width: 1200px;
	margin: auto;
}
.content .name, .download .name
{
	font-weight: bold;
}
.content img, .download img
{
	width: 100%;
}
.content .description, .download .description
{
	font-style: italic;
}
.content .text, .description .text
{
	text-align: justify;
	width: 100%;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.about
{
	text-align: justify;
	font-size: 20px;
}
.about br
{
	display: block;
    margin: 10px 0;
}
.about a
{
	font-style: italic;
	text-decoration: underline;
}
.achievments
{
	text-align: center;
}
.achievments img
{
	width: 480px;
}
