@font-face { font-family: cairo-bold; 
			 src: url('../fonts/Cairo/Cairo-Bold.ttf'); } 
			 
@font-face { font-family: cairo-regular; 
			 src: url('../fonts/Cairo/Cairo-Regular.ttf'); } 

@font-face { font-family: markazi-regular; 
			 src: url('../fonts/Markazi/MarkaziText-Regular.ttf'); } 

body {
  background: #fff;
  color: #444;
  font-family: cairo-regular;
		width: 100% ;
		height:100% ;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
}

@media (max-width: 768px) {
	body {
		width: 100% ;
		height:100% ;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
		}	
}	

a {
  color: #1a5783;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #a61e22;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: cairo-regular;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #1a5783;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 18px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #478CB3;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}



#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 36px;
  color: #a61e22;
  font-family: cairo-regular; 
  
  padding-bottom: 20px;
	text-align: center ;
}



.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #0c2e8a;
  font-size: 40px;
  font-family: markazi-regular;
}

#about .content h3 {
  color: #555;
  font-size: 22px;
  line-height: 26px;
  
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 24px;
  padding-right: 4px;
  color: #478CB3;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}


/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #478CB3;
}


#portfolio {
	width: 92%;
	margin: auto;
	font-family: cairo-regular;
	
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	font-family: cairo-regular;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	font-family: cairo-regular;
}
#portfolio * {
	z-index: 2;
}



/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 54px;
  display: inline-block;
  margin-bottom: 10px;
  color: #478CB3;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
	font-size: 18px;
}

#contact .contact-info h3 {
  font-size: 24px;
  font-family: cairo-regular ;
  margin-bottom: 15px;

  color: #2E77BC;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #478CB3;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
	font-family: cairo-regular;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 320px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-size: 18px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 16px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 16px;
}

#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 {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #478CB3;
}

#contact .php-email-form button[type="submit"], button[type="button"] {
  background: #075277;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover , button[type="button"]:hover {
  background: #478CB3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


	.dropdown-item:hover {color:#1D4384;}

	.barTitle {
		color:#000000;
		padding-right: 30px;
		font-size:30px;
		width:100%;
		background-color: #79A9F3;
		font-family: cairo-regular ;
	}
#portfolio {
	
	margin: 0 auto;
	
	
	
}
#portfolio .portfolio-item {
	
	margin: 0px;
	padding: 0px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;

	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 32px;
	font-family: cairo-regular
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 18px;
	font-family: cairo-regular;
	
}
#portfolio * {
	z-index: 2;
}







/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.carousel {
	width: 100%;
	height: autopx;
	margin: auto;
	font-family: cairo-regular;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
	bottom: 10%;
	color: #fff;
	left: 15%;
	right: 15%;	
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;

	text-align: center;
	z-index: 10;
}
.carousel-caption h1 , h3 {
  font-family: cairo-regular;
	color: #fff;
	text-shadow: none;
	font-size: 26px;

}
.carousel-caption h3 {

	font-size: 20px;

}
.carousel-caption p {
  
	color: #6c7279;
	text-shadow: none;
	font-size: 15px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}


.form {
	
	font-size:24px;
}

.form input, textarea {
	
	font-size:24px;
}

.card {box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);}

.modal-lg {
    max-width:90% !important;
}
	
.modal-md { max-width:60% !important; }

@media (max-width: 768px) {
  .modal-lg, .modal-md  {
	width:100%;
}
}

.modal-body { font-family: cairo-regular; }
	
@media (max-width: 768px) {
  .searchForm input, .searchForm select {
    margin-bottom: 15px;;
  }
}		
	
	.welcomeDiv { }	
	.welcomeDiv .modal-lg {
    max-width:70% !important;
}	
	
	

#fileInput, fileInput1
{
    display: none;
} 


.showResultDiv
{
width:80%;
padding:30px;
margin:30px;
text-align:center;
border:2px solid #D3F7DB;	
}


.centered-and-cropped { object-fit: cover }


.myH1
{
    font-family: 'Droid Arabic Kufi', sans-serif;
	font-size:40px;
	color:#F7F7F7;
}
.myH2
{
    font-family: 'Droid Arabic Kufi', sans-serif;
	font-size:36px;
	color:#F7F7F7;
}

.myH3
{
    font-family: 'Droid Arabic Kufi', sans-serif;
	font-size:30px;
		color:#F7F7F7;
}
.myH4
{
    font-family: 'Droid Arabic Kufi', sans-serif;
	font-size:24px;
		color:#F7F7F7;
}
.myH5
{
    font-family: 'Droid Arabic Kufi', sans-serif;
	font-size:18px;
	color:#F7F7F7;	
}

.myH6
{
    font-family: 'Droid Arabic Kufi', sans-serif;
	font-size:14px;
	color:#F7F7F7;	
}

.dark
{
	color:#464444;
}

.trainee
{
width:60%;
height:90px;
padding:30px;
font-size:22px;	
}
.traineeLinks
{
float:left;
margin-left:30px;	
font-size:16px;
}

.profile
{
padding:30px;
border:#F5F4F4 20px solid;	
margin:35px;
}


.noteBox
{
width:300px;
min-height:150px;
border:3px solid #CAF8CE ;
padding:20px;
text-align:center;
font-size:20px;
color:#0B9F13;	
margin:10px;
margin-top:30px;
}
.cvBox
{
width:300px;
height:300px;
padding:30px;
text-align:center;
font-size:20px;
margin:10px;
color:#ED6E70;
cursor:pointer;
}	


.adminDiv
{
padding:30px;
border:#F5F4F4 2px solid;	
margin:35px;
}
.reddot {
  height: 20px;
  width: 20px;
  background-color: #F7373A;
  border-radius: 50%;
  display: inline-block;
  margin-top:3px;
}

.greendot {
  height: 20px;
  width: 20px;
  background-color:#2ABB24;
  border-radius: 50%;
  display: inline-block;
    margin-top:3px;
}

.label_div
{
width:20%; 
height:50px;
padding:5px;
font-size:22px;
}

.info_div
{
height:50px;
width:50%; 
padding:5px;
font-size:24px;	
font-weight:bold;	
color:#5F5B5B;
border-bottom:#F7F7F7 solid 1px;
}
.details_div
{
width:98%;
}

.details_div span 
{
display:inline-block ;	
}



	
.profile
{
padding:30px;
border:#F5F4F4 20px solid;	
margin:35px;
}


#dropBox , #dropBox2{
    border: 3px dashed #C9C7C7;
    border-radius: 10px;
    background: #F3F4F5;
    cursor: pointer;
    min-height: 60px;
    padding: 10px 10px;
    box-sizing: border-box;
}
#dropBox p , #dropBox2 p {
    text-align: center;
    font-size: 16px;
}

#fileInput, #fileInput2
{
    display: none;
} 

.trainee
{
width:60%;
height:90px;
padding:30px;
font-size:22px;	
}
.traineeLinks
{
float:left;
margin-left:30px;	
font-size:16px;
}

.profile
{
padding:30px;
border:#F5F4F4 20px solid;	
margin:35px;
}


.noteBox
{
width:300px;
min-height:150px;
border:3px solid #CAF8CE ;
padding:20px;
text-align:center;
font-size:20px;
color:#0B9F13;	
margin:10px;
margin-top:30px;
}
.cvBox
{
width:300px;
height:300px;
padding:30px;
text-align:center;
font-size:20px;
margin:10px;
color:#ED6E70;
cursor:pointer;
}	

#profileBox
{
text-align:center;
cursor:pointer;
}
#fileInput1
{
    display: none;
} 
.adminDiv
{
padding:30px;
border:#F5F4F4 2px solid;	
margin:35px;
}
.reddot {
  height: 20px;
  width: 20px;
  background-color: #F7373A;
  border-radius: 50%;
  display: inline-block;
  margin-top:3px;
}

.greendot {
  height: 20px;
  width: 20px;
  background-color:#2ABB24;
  border-radius: 50%;
  display: inline-block;
    margin-top:3px;
}

.label_div
{
width:20%; 
height:50px;
padding:5px;
font-size:22px;
}

.info_div
{
height:50px;
width:50%; 
padding:5px;
font-size:24px;	
font-weight:bold;	
color:#5F5B5B;
border-bottom:#F7F7F7 solid 1px;
}
.details_div
{
width:98%;
}

.details_div span 
{
display:inline-block ;	
}
	
.searchForm{
font-size: 22px;
}
.searchForm select
{
height:60px;
width:100%;
font-size:24px;	
background-color:#FFF;
border:1px solid #747373;
padding-right:10px;	
}

.searchForm input
{
height:60px;
width:100%;
font-size:24px;	
background-color:white;
border:1px solid #747373;
direction:rtl;
padding: 10px;
}
.searchForm input[type=submit]
{
height:60px;
width:100%;
padding-left:15px; padding-right:15px;

border:1px solid #BCBABA;
background-color:white;
}

.searchForm input[type=submit]:hover
{
border:1px solid #9AC8EF;
background-color:#D0F0F9;
}	


	
