
body{
	font-family: 'Cairo', sans-serif;
	direction: rtl;
	/* overflow: hidden; */
}

a{
	text-decoration: none; 
}
button{
	background: transparent;
	border: none;
	/*outline: none !important;*/ 
}
 .page-link:focus{
 	 border: 1px solid #dee2e6;
	box-shadow:none;
 }
a:hover, button:hover{
	opacity: 0.5 !important;
	-webkit-transition:  0.5s; /* Safari */
    transition:  0.5s;
	text-decoration: none; 

}
.carousel-indicators{
	margin:  0px;
}
.navbar-brand{
	margin: 10px 0px;
	padding: 0px;
}
.navbar-brand img{
	padding: 0px;
}
.header-indicators{
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	padding: 5px;
	height: 20px;
}
.carousel-indicators li:hover, button:hover{
 	cursor: pointer;
}

.carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 0.5;
	background-color: #dbbd40; 
}
.carousel-indicators li.active{
	background-color: #dbbd40; 
	opacity: 1 !important;
}
.carousel-inner{
	position: relative;
}

.slide-txt{
	position: absolute;
	z-index: 98;
	color: #03569d;
	top: 40%;
	right: 10%;
	font-size: 1.3em;
	padding: 5px;
	border-radius: 10px;
	text-align: center; 
	background-color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
}
.carousel-item p span{
	font-weight: lighter;
	color: #424242;
}

.fixed{
	position: fixed;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
	top: 0px;
	width: 100%;
}
nav, .navbar {
	padding-top: 0px !important;
}
nav ul li{
	margin: 0px 7px;
}
.navbar-light .navbar-nav .nav-link{
	color: #03569d;
}
.language{
	background-color: #03569d !important;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: table;
}
.language .nav-link{
	display: table-cell;
	vertical-align: bottom;
	color: white !important;
}

.navbar-light .navbar-nav .active .nav-link{
	color: #03569d;
	font-weight: bold;
	border-bottom: 3px solid #ddbd3e; 
}
.dropdown-menu{
	right: 0 !important;
}

.fullH{
	height: 100vh; 
}
.headerImgs, .headerImgsTwo{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.headerImgs{
	background-image: url(../imgs/slide.jpg);

}
.headerImgsTwo{
	background-image: url(../imgs/slide2.jpg);

}


/*_________________________bootstrap edits_________________________*/

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
} 
.navbar-expand-lg .navbar-nav {
    margin-left:20px;
}

}


/*______________________________ end of header style _____________________*/


.VisionSec{
	clear: both;
	display: block;
	margin-top: 20px ;
	text-align: center;
	padding: 20px 10px;
	
}
.VisionSec b i {
	font-size:2.5em;
	margin: 10px 0px; 
	color: #034d8d;
}
.title{
	color: #034d8d;
	margin: 30px 0px;
}
.inner-title{
	color: #034d8d;
	margin: 10px 0px;
}
.news-title{
	margin-bottom: 10px;
	color: #034d8d; 
}

.ser-slide h4{
	color: #034d8d;

}
.services{
	margin: 4em 0px;
}
/*___________________________ end of vision section ________________*/


.purpSec{
	height: auto;
	margin: 10px 0px;
	width: 100%;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
.purpSec img{
	float: left;
	margin: 0px;
	padding: 0px;
}

.purpInner{
	background-color: #03569d;
	height: 80%;
	width: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}
.purpTxt{
	float: right;
	top: 30px;
	color: #cecece;
	font-weight: bold;
	padding-right: 10%;
	/*margin: 20px 0px 0px 0px;*/
	font-size: 1.5em;
	text-align: right;
}
.blueLine{
	width: 100px;
	margin-bottom: 20px ;
	border: 3px solid #dbbd40;
	clear: both;
}
.em5{
	margin-top: 5em ;
}
.projects .row{
	margin: 10px 0px;
}
.rght{
	
	float: right;
}
canvas {
  position: absolute;
  /* -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); */
  right: 0px;
  z-index: 90;
  opacity: 0.7;
}

.carousel-control-next, .carousel-control-prev{
	color: #034d8d;
	opacity: 1 !important;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
	color: #034d8d;
}
.whyTxt{
	text-align: center;
}
.mdle{
	float: none;
	margin: auto;
}
.whyUs{
	margin: 20px 0px;
}

.projects{
	margin: 20px 0px;	
	overflow: hidden;
	padding: 10px 0px;
}
.FullHight{
	height: 100%;
	padding: 0px;
	margin: 0px !important;
}
.portfolio-card{
	text-align: center;
	color: #034d8d;
	display: block;
	padding: 10px 0px; 
	box-shadow: 5px 5px 20px  #dfdfdf;
}
.projects span{
	height: 100% !important;
}

.portfolio-card p {
	margin: 10px 0px;
}
.portfolio-card img{
	width: 100%;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.portfolio-card img:hover{
	filter: unset;
	-webkit-filter: unset;
}
.ser-inner{
	display: flex;
  align-items: center;
  justify-content: center;
}

.ser-slide img{
	width: 20%;
	float: right;
}

.ser-indicators{
	position: unset;
}

/*________________________ start of client slider style _______________________*/


.new-dir{
	direction: ltr !important;
}

#resource-slider {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5em;
  margin: auto;
  border-radius: 3px;
}

#resource-slider .arrow {
  cursor: pointer;
  position: absolute;
  width: 2em;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: 0;
}
.resources {
	width: 100%;
	margin: 0px;
}
.ourClients{
	margin: 5em 0px;
}
.ourClients button i {
	font-size: 2em;
}

.ourClients .next{
	right: 0px;
}
.ourClients .prev{
	left: 0px;
}
#resource-slider .resource-slider-frame {
  position: absolute;
  top: 0;
  left: 2em;
  right: 2em;
  bottom: 0;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  overflow: hidden;
}

#resource-slider .resource-slider-item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
}

.client1{
	background-image: url(../imgs/client1.jpg);
}
.client2{
	background-image: url(../imgs/client2.jpg);
}
.client3{
	background-image: url(../imgs/client3.jpg);
}
.client4{
	background-image: url(../imgs/client4.jpg);
}


.resource-slider-inset{
	background-position: center center ;
	background-repeat: no-repeat;
}
#resource-slider .resource-slider-inset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0.5em 0.25em;
  overflow: hidden;
}

@media ( max-width: 60em ) {
  #resource-slider .resource-slider-item {
    width: 33.33%;
  }

}

@media ( max-width: 45em ) {
  #resource-slider .resource-slider-item {
    width: 50%;
  }
}

@media ( max-width: 30em ) {
  #resource-slider .resource-slider-item {
    width: 100%;
  }

}


.resource-slider-item img{
	width: 100%;
	height: 100%;
}


footer{
	width: 100%;
	padding: 20px 0px 0px 0px; 
	margin-top: 20px ;
	background:url(../imgs/footer.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #03569d;
}


.con-us{
	/*padding-top: 2em;*/
	color: white;
}

.con-us h3{
	margin: 20px 0px;
	display: block;
	clear: both;
}

.con-us p {
	font-size: 1.7em;
	margin: 10px 0px;

}
.con-us p span {
	margin: 0px 5px;
	font-size: 0.6em !important;
}
.con-us ul li{
	display: inline-block;
	font-size: 2em;
	margin: 0px 15px;
}
.con-us a{
	color: white;
	display: block;
}
.con-us ul{
	padding-right: 0px
}
.Links {
	margin: 10px 0px;
}

.send-us input, .send-us textarea {
	padding: 7px;
	opacity: 0.8;
	border-radius: 10px;
	outline: none;
	border: none;
	margin: 10px 0px;
}
.send-us textarea{
	min-height: 250px;
}


.send-us button, .main-btn{
	margin: 5px auto;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 10px;
	color: white;
	width: 30%;
	background-color: #dbbd40;
	font-weight: bold;
}
.main-btn{
	width: auto;
	margin: 5px auto;

	font-weight: lighter;
	font-size: 0.8em;
}

.greyLine{
	width: 100%;
	display: block;
	padding: 5px 0px;
	clear: both;
	margin: 10px 0px 0px 0px ;
	background-color: #141414;
	color: white;
	text-align: center;
}
.greyLine p{
	font-size: 0.7em;
	margin: 0px ;
}


/*________________________________ end of footer style ____________________ */



@media (max-width: 1100px){
	.purpTxt{
		font-size: 1.2em;
	}
}


@media (max-width: 900px){
.ser-inner{
	display: block;
	text-align: center;
}

.ser-inner ul{
	padding: 0px
}
.ser-inner img{
	display: block;
	width: 40%;
	margin: auto;
	float: none;
}

}


.innerHeader .news div{
	float: none;
	margin: 10px auto;
}
	.portfolio-card{
		margin: 10px 0px;
	}
	.purpSec img{
		margin: 20px 0px;
	}
	.rght{
		float:none;
	}

.innerHeader{
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.innerHeader .headerImgs{
	height: 200px;
}


/*_______________________________ gallery inner _______________________*/



#gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:800px){
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
canvas{
	display: none;
} 
}

.card{
  width:100%;
  height:auto;
  margin: 4% auto;
  cursor: pointer;
}
.modal-img,.model-vid{
  width:100%;
  height:auto;
}
.modal-body{
  padding:0px;
}

.news-div span{
	font-size: 0.9em;
}
.news-date{
	color: #acacac !important;
	font-size: 0.8em;
	display: block;
	clear: both;
	margin: 5px;

}
.act-news{
	cursor: context-menu;
	opacity: 0.5;
	box-shadow: 5px 5px 20px  #dfdfdf;
}

.news{
	cursor: pointer;

}
.news, .news-inner{
	color: black;
	padding: 10px 0px;
	margin: 20px 0px;
	border: 1px solid #eee;
}
.pagination{
	justify-content: center;
}
.news-inner .auto{
	margin: 10px auto;
}


.news-inner{
	padding: 10px; 
}
.pagination li{
	margin: 0px;

}
.pagination  li a{
	color: #034d8d;
	font-size: 0.8em;
}
.pagination  li a:hover, .pagination .act{
	background-color: #034d8d;
	color: white;
}

.imp{
	border: 1px solid #eee;
	margin: 20px 0px;
}
.imp-news{
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 10px 0px;
	border-bottom: 1px solid #acacac;
	padding-right: 10px;
	display: block;
}
.imp-title{
	color: #034d8d;	
	border-bottom:1px solid #eee;
	padding-bottom:  10px;
	margin: 10px 0px;
}
.imp-news span{
	color: black;
	font-size: 0.8em;
}
.news:hover, .imp-news:hover{
	color: black;

	box-shadow: 5px 5px 20px  #dfdfdf;
	-webkit-transition:  0.5s; /* Safari */
    transition:  0.5s;

}

.auto{
	margin: auto;display: block;float: none;
}
.send-us{
	border-radius: 20px;
	overflow: hidden;
}


.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0px;
	background-color: white;
}

.loader img{
	position: absolute;
	z-index: 9999;
	top: 43%;
	left:  43%;
}

.video{
	background-color: rgba(000, 000, 000, 0.9);
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0px;
	right:0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	z-index: 999; 
}
.videoCard{
	padding: 10px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	border-radius: 10px;
}
.videoCard .fas{
	cursor: pointer;
	color: white;
	border: 1px solid #cecece;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 20px 5px;
}
.videoCard span{
	color: #cecece;
	font-size: 0.8em;
	margin-top: 10px
	
}
.videoCard iframe{
	margin: auto
}

@media (max-width:600px){
	#gallery{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
  } 
  }

  @media (max-width: 767px){
	.purpTxt{
		font-size: 1.3em;
		text-align: center;
		padding: 10px;
		top: 20px;
	}
	.video iframe, .videoCard{
		width: 100%;
	}
	.innerHeader a {
	text-align: center;
}}