/***************************************
========================================

	Author Name   : Supportip.com
	This is HTML5 template
	Template Name : Excellence Personal Portfolio Template
	Version: 1.0
	
****************************************
=======================================/


/* ----------------------------------------------------------------

 ==> Table Of Content

	01. Default
	02. Header
	03. Banner
	04. About
	05. section
	06. Portfolio 
	07. Resume
	08. Testimonial
	09. announces
	10. Contact
	11. Footer
 

---------------------------------------------------------------- */
/* ==========================================================================
01. Start Default CSS Area
========================================================================== */
html{
	overflow-x: hidden;
}
body{
	font-size: 12px;
	box-sizing: border-box;
	color: #777;
	
	overflow-x: hidden;
	
    font-weight: bold;
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  src: url(v6/DroidKufi-Regular.eot);
  src: url(v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(v6/DroidKufi-Regular.woff2) format('woff2'),
       url(v6/DroidKufi-Regular.woff) format('woff'),
       url(v6/DroidKufi-Regular.ttf) format('truetype');
}
.script-font{

  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  src: url(v6/DroidKufi-Regular.eot);
  src: url(v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(v6/DroidKufi-Regular.woff2) format('woff2'),
       url(v6/DroidKufi-Regular.woff) format('woff'),
       url(v6/DroidKufi-Regular.ttf) format('truetype');
	font-weight: 400;
}
.fw_300{
	font-weight: 300;
}
.fw_600{

  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  src: url(v6/DroidKufi-Regular.eot);
  src: url(v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(v6/DroidKufi-Regular.woff2) format('woff2'),
       url(v6/DroidKufi-Regular.woff) format('woff'),
       url(v6/DroidKufi-Regular.ttf) format('truetype');
	   
	font-weight: 600;
}
a{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover{
	text-decoration: none;
}
a a:focus{
	outline: none;
}
img{
    max-width: 100%;
}
p{
	font-weight: 400;
font-family: 'Droid Arabic Naskh', serif;
	margin: 0px;
	font-size: 14px;
	color: #e3eaef;
}
ul, ol{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ul li, ol li{
	list-style: none;
}
.gray_bg{
	/*background: #3a3973;
	background: #59a0ba;
background: linear-gradient(45deg, rgba(89, 160, 186, 1) 0%, rgba(67, 138, 133, 1) 50%, rgba(28, 74, 102, 1) 100%);*/
background: #015a91;
background: linear-gradient(180deg, rgba(1, 90, 145, 1) 0%, rgba(13, 175, 224, 1) 100%);
}
/*START PRELOADER DESIGN*/
.preloader {
	/*background: #3a3973;
	background: #59a0ba;
background: linear-gradient(45deg, rgba(89, 160, 186, 1) 0%, rgba(67, 138, 133, 1) 50%, rgba(28, 74, 102, 1) 100%);*/
background: #015a91;
background: linear-gradient(180deg, rgba(1, 90, 145, 1) 0%, rgba(13, 175, 224, 1) 100%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}
.double-bounce1, .double-bounce2{
	/*نقطة التحميل*/
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2{
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce{
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* END PRELOADER DESIGN*/

.hero-heading{
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 70px;
	letter-spacing: 0.1rem;
}
.hero-sub-heading{
	font-size: 20px;
	font-weight: 400;
	color: #e6e6e6;
	line-height: 45px;
	letter-spacing: 0.1rem;
}
.section-titile-bg{
	display: inline;
	font-size: 115px;
	font-weight: 700;
	height: 100%;
	left: -173px;
	opacity: 0.1;
	position: absolute;
	top: -14px;
	width: 100%;
	text-align: center;
}
.section-title-header p{
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 36px;
}
.section-title{
    color: #fff;
    font-size: 38px;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: 600;
	position: relative;
    z-index: 1;
}

/*اللون الداكن لنصف عناوين الأقسام*/
.section-title span{
	/*color: #015a91;
*/	color:#6dc8e3;
}
.btn{
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
	
	
}
/* الزر يضيئ بعد  النقر ثم يستقر*/
.btn:focus,
.btn:active{
	box-shadow: none;
	outline: none;
	color: #fff;
	
	background-color: #fff;
	border: 0.5px solid #fff;
}
.btn-common{
	font-size: 14px;
    padding: 10px 30px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
	background-color: #015a91;
	position: relative;
	z-index: 1;
}
button:focus{
	outline: none !important;
}







.btn.btn-secondary{
    background: #015a91;
    border-color: #015a91;
    color: #fff;
}
.btn.btn-secondary:hover{
    box-shadow: 1px 5px 12px rgba(0,0,0, 0.15);
}

/* زر تواصل معنا في البنر*/
.btn-secondary.banner_btn:hover{
    
	color: #fff !important;
	/*border-color: #1e4074;*/
	background: transparent;
	background-color: #015a91;
	border: 2px solid #fff;
	font-weight: bold;
}
.btn-secondary.banner_btn{
    background: #015a91;
    border-color: #015a91;
	color: #fff;
    text-transform: capitalize;
    margin-top: 30px;
	/*border: 0.5px solid #fff;*/
}
.btn-secondary.banner_btn .active{
	color: #1e4074 !important;
	/*border-color: #1e4074;*/
	background: transparent;
	background-color: #E1FFE9;
	border: 2px solid #0C6;
	font-weight: bold;
}






.btn.btn-secondary.ct_btn{
    width: 100%;
}
/* ScrollToTop */

a.back-to-top{
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none;
}
a.back-to-top i{
	display: block;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #015a91;
	border-radius: 20px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
a.back-to-top:hover, a.back-to-top:focus{
	text-decoration: none;
}
#loader{
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}
.square-spin{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.square-spin img{
	max-width: 64px;
}
/* Section-padding */
.section-padding {
    padding: 80px 0;
}
/* ==========================================================================
01. End Default CSS Area
========================================================================== */


/* ==========================================================================
02. Start Header Area
========================================================================== */
.navbar{
    padding: 2px 0;
}

/*اسم الموقع  الكبير في الزاوية  اليسرى العلييا  يكبر ويصغر
*/.navbar-brand p{

    font-size: 22px;
    text-transform: capitalize;
	
    -webkit-animation: sk-bounce 10.5s infinite ease-in-out;
    animation: sk-bounce 10.5s infinite ease-in-out;
    /* color: #fff; */
    font-weight: bold;
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  src: url(v6/DroidKufi-Regular.eot);
  src: url(v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(v6/DroidKufi-Regular.woff2) format('woff2'),
       url(v6/DroidKufi-Regular.woff) format('woff'),
       url(v6/DroidKufi-Regular.ttf) format('truetype');
  
   
    color: #ffffff;
    /* حد أبيض حول النص */
    text-shadow: 
        -2px -2px 0 #015a91,
         2px -2px 0 #015a91,
        -2px  2px 0 #015a91,
         2px  2px 0 #015a91;
	
	}
.bg-faded{
	background-color: transparent;
	transition: all 0.3s ease 0s;
	color:#FFF;
}
@media only screen and (max-width:768px){ 
	.bg-faded {
		/*خلفية القائمة الرئيسية لللهواتف*/
    
background: #015a91;
background: linear-gradient(180deg, rgba(1, 90, 145, 1) 0%, rgba(13, 175, 224, 1) 100%);
 
	border: 0.5px solid #030;
	padding: 20px 10px;
	color:#FFF;
	
	height:4% !important;
	max-height:auto;
		animation: fadeInDown 1s both 0.2s;
	}
}
/*نوع الخط للقائمة الرئيسية*/
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size: 12px;
	font-weight:bold;
	padding-top:15px;
    padding: 0 8px;
	direction:rtl;
}
@media only screen and (max-width:768px){ 
.navbar-light .navbar-nav .nav-link {color: #fff;}
}
@media only screen and (max-width:480px) { 
.navbar-light .navbar-nav .nav-link {padding: 6px 8px;}
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
	
	color: #0CC  !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link{
	color:#9C3 !important;
}
.navbar-light .navbar-toggler{
	color:#FFF;
	border-color: #fff;
	border-radius: 0px;
    background: #1a818f;
background: linear-gradient(180deg, rgba(26, 129, 143, 1) 1%, rgba(31, 140, 133, 1) 15%, rgba(18, 99, 94, 1) 92%, rgba(13, 98, 99, 1) 100%);
}
/* زر القائمة للهواتف*/
.navbar-light .navbar-toggler{
	float: right;
	margin: 14px;
	cursor: pointer;
    background-color: #9C9;
	border-color: #fff;
	border-radius: 0;
	color:#FFF;
margin-right:2%;
}
.navbar-light .navbar-toggler-icon{
	
	
	color:#FFF;
  /*	   background-color: #9C9;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='assets/img/icons/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

 background-image: url("assets/img/icons/menu-icon.svg");

	*/

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='16' ry='16' fill='url(%23grad)'/%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0' y1='1' x2='0' y2='0'%3E%3Cstop offset='0%' stop-color='%234abff7'/%3E%3Cstop offset='100%' stop-color='%231a4d8f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='16' y='20' width='32' height='6' rx='3' fill='white'/%3E%3Crect x='16' y='29' width='32' height='6' rx='3' fill='white'/%3E%3Crect x='16' y='38' width='32' height='6' rx='3' fill='white'/%3E%3C/svg%3E")


;
border-radius: 15px;
height:48px;
width:48px;
padding:-15px;
margin:-15px;

	border: 1px solid #0080FF;





}
.navbar-light .navbar-toggler i{
	color: #fff!important;
    background-color: #9C9;
}
.site-navigation{
    border-radius: 0px;
}
@media only screen and (max-width:480px){ 
	.collapse.show{
		display: block;
		padding: 0!important;
	}
}
/* خلفية القائمة الرئيسية للهواتف الشفافة*/
.navbar-fixed{
    z-index: 99999;
    position: fixed;
    width: 100%;
	height: 4%;
	padding:20px 0;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 45px;
	
	border: 0.5px solid #030;
	/*background: #3a3973;
	background: #1d7680;
    background: linear-gradient(180deg, rgb(13 120 133 / 52%) 5%, rgb(35 133 126 / 57%) 5%, rgb(23 74 72 / 62%) 5%, rgb(1 71 72 / 61%) 5%);*/
	background: #015a91;
background: linear-gradient(180deg, rgba(1, 90, 145, 1) 0%, rgba(21, 120, 150, 1) 100%);
}
@media only screen and (max-width:768px){ 
	.navbar-fixed {background: #015A91;}
	.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#fff;}
}
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#fff;}
@media only screen and (max-width:768px){ 
.navbar-fixed.navbar-light .navbar-nav .nav-link{color:#fff;
    }
}
/* ==========================================================================
02. End Header Area
========================================================================== */


/* ==========================================================================
03. Start Banner Area
========================================================================== */
#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
}
.banner_content{
	margin-top: 200px;
}
.banner_content strong{
    font-size: 30px;
	color: #fff;
}
.banner_content h1{
    color: #fff;
    font-size: 20px;
    margin: 2px 2 2px;
	text-align:center;
	
}
.banner_content h3{
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	text-align:center;
}

.banner_content h1 span .fw_600{
	/*الجمل المتغيرة الششارحة  لاسم الموقع*/
	font-weight: 600;
	text-align:center;
	
}
.cd-headline.clip .cd-words-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}
.banner_content p{
    color: #fff;
	font-size: 14px;
    padding-bottom: 0;
    max-width: 100%;
	text-align:right;
}
.banner-images img{
	margin-top: 60px;
}
/* ==========================================================================
03. End Banner Area
========================================================================== */


/* ==========================================================================
04. من نحن
========================================================================== */
.about-content{
	margin-top: 15px;
	
	text-align:right;
	text-align:right;
	direction:rtl;
	color: #FFF;

}
/*صورة اللوجو*/
.about-image img{
    border-radius: 30px;
	border: 3px solid #0D6263;
    margin-top: 25px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	
	
}
.about-content h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}
.about-content h3 span{
	color: #015a91;
}
.profile-wrapper{
	padding: 45px 0;
}
.profile-wrapper .btn{
	margin: 10px 10px 0px 0px;
}
.profile-wrapper .btn i{
	vertical-align: middle;
	margin-right: 5px;
}
.about-profile{
	position: relative;
	margin: 20px 0 20px 0;
}
.about-profile .pro-title{
    font-weight: 600;
    position: relative;
    width: 128px;
    display: inline-block;
    margin-bottom: 10px;
	color: #fff;
}
.about-profile .pro-title:after{
    position: absolute;
    content: ':';
    color: #fff;
    font-size: 14px;
    left: 88px;
}
.about-profile .admin-sign{
	position: absolute;
	right: 45px;
	bottom: 10px;
}
.about-profile .pro-detail{
	color: #e3eaef;
}
/* ==========================================================================
05. Start section Area
========================================================================== */
/*مربعات الخدمات*/
.sections-item{
    background: transparent;
    /*border-radius: 5px;*/
	
    border-radius: 30px;
	border: 0.5px solid #fff;
	
	box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
    padding: 50px 25px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	
}
.sections-item .icon{
    background: url(../img/section/section-icon-bg.png) no-repeat;
    width: 136px;
    height: 109px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
	
}
.sections-item .sections-content h3{
	margin-top: 10px;
	margin-bottom: 10px;
    text-align: center;
}
.sections-item .sections-content h3 a{
	font-size: 18px;
	color: #fff;
    text-align: center;
}
.sections-item:hover .sections-content h3 a{
	color: #1e4074;
}
.sections-item .sections-content p{
	line-height: 22px;
    text-align: right;
}
/* ==========================================================================
05. End section Area
========================================================================== */


/* ==========================================================================
06. Start Portfolio Area
========================================================================== */
#portfolio .mix{
	padding: 10px;
}
#portfolio .portfolio-item .shot-item{
	margin: 0px;
	
}
#portfolio .mix{
	display: none;
}

/* أزرار فلتر من نماذج النجاح - أو - معرض الصور */
.controls{
    text-align: center;
    padding-bottom: 30px;
}
.controls .active{
	color: #1e4074 !important;
	/*border-color: #1e4074;*/
	background: transparent;
	background-color: #fff;
	border: 2px solid #0C6;
	font-weight: bold;
	color:#000;
	
	
	
	
}


.controls .btn{
	
	text-transform: uppercase;
	margin: 2px;
	
	/*border: 0.5px solid #fff;*/

}


.controls .btn:not(.active):hover {
   
	color: #fff ;
	/*border-color: #1e4074;*/
	background: transparent;
	background-color: #015a91;
	border: 2px solid #fff;
	font-weight: bold;
}



.controls:hover{
	cursor: pointer;

}





.portfolio-img{
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-img img{
	width: 100%;
}
.shot-item{
	margin-right: 15px;
	border-radius: 4px;
	background: #fff;
	position: relative;
}
.shot-item img{
	width: 100%;
}
.shot-item .overlay{
	z-index:1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.shot-item:hover .overlay{
	opacity: 1;
	}
.overlay{
	opacity: 0;
}



/* أيقونة عين معاينة صور السلايدشو*/
.overlay .icons22 i{
	height: 32px;
	width: 32px;
	color: #fff;
	
	/**/right: 32%;
	position: absolute;
	/*padding-left: 14px;*/
	margin-top: -12px;
	top: 50%;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	/*background: #fff;*/
	border-radius: 25px;
}




/* أيقونة عين معاينة صور البورتفوليو*/
.overlay .icons i{
	height: 42px;
	width: 42px;
	line-height: 42px;
	color: #fff;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	top: 50%;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	/*background: #fff;*/
	border-radius: 25px;
}

.overlay .link {
	position: absolute;
	left: 60%;
	top: 50%;
	color: #fff;
}
.shot-item:hover .overlay {
	opacity: 1;
	
}
a:not([href]):not([tabindex]){
	color: #fff;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: #fff;
	font-weight: bold;
}
/* ==========================================================================
06. End Portfolio Area
========================================================================== */


/*================================================
Numbers and achievements CSS
=================================================*/
.numachives {
	position: relative;
	box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
	z-index: 1;
	text-align: center;
	/*background: #3a3973;*/
background: #1a818f;
background: linear-gradient(180deg, rgba(26, 129, 143, 1) 1%, rgba(31, 140, 133, 1) 15%, rgba(18, 99, 94, 1) 92%, rgba(13, 98, 99, 1) 100%);
	padding: 20px 10px;
	
    border: 3px solid #0D6263;
}
.numachives i{
	font-size: 85px;
	color: #e6e2e1;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: .55;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.numachives h3{
    margin-bottom: -4px;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    font-size: 38px;
}
.numachives h3 .odometer{
	position: relative;
	top: -4px;
}
.numachives p{
    color: #fff;
    margin-top: 5px;
	font-weight:bold;
}
/* ==========================================================================
04. End About Area
========================================================================== */


/* ==========================================================================
07. Start Resume Area
========================================================================== */
#resume .block-title h3{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.timeline{
    border-left: 1px solid #1e4074;
    padding: 15px 0;
}
.timeline-item{
    position: relative;
    padding: 15px 20px 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #f6f7fe;
    border-left: 2px solid #1e4074;
    transition: 0.3s ease-in-out;
}
.timeline-item:last-child{
	margin-bottom: 0;
}
.timeline-item:before{
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	width: 12px;
	height: 12px;
	top: 20px;
	left: -29px;
	border: 2px solid #1e4074;
	z-index: 2;
}
.timeline-item:after{
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #1e4074;
	border-radius: 10px;
	width: 29px;
	height: 2px;
	top: 25px;
	left: -29px;
	z-index: 1;
}
.timeline-item .item-title{
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
}
.timeline-item .item-period{
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #1e4074;
	margin-bottom: 8px;
}
.timeline-item .item-small{
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	color: #fff;
	margin-left: 5px;
	margin-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #e0e0e0;
}
/* ==========================================================================
07. End Resume Area
========================================================================== */    


/* ==========================================================================
08. Start Testimonial Area
========================================================================== */
.testimonial .qote i{
    font-size: 30px;
    margin: 15px 0;
    color: #1e4074;
}
.testimonial .pic{
    width: 250px;
    height: 100%;
    border-radius: 12%;
    overflow: hidden;
    margin: 0 auto;
    top: -60px;
    left: 0;
    right: 0;
    box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    text-align: center;
    font-weight: 500;
    padding: 20px 150px;
    position: relative;
    font-style: italic;
}
.testimonial .name{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}
.testimonial .position{
	color: #1e4074;
}
/* ==========================================================================
08. End Testimony Area
========================================================================== */


/* ==========================================================================
09. Start announces Area
========================================================================== */
@media only screen and (max-width:480px) { 
.single_announc {margin-bottom:30px;}
}
.single_announc{
	margin-bottom: 30px;
}
.announces-thumb{
	background: transparent;
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	text-align: right;
	margin-bottom: 30px;
}
.announces-thumb small {
	color: #8ef396;
	font-weight: 500;
	display: block;
}
.announces-thumb small .fa {
	margin-right: 5px;
}
.announces-thumb small,
.announces-thumb small + span {
	display: inline-block;
	vertical-align: middle;
}
.announces-thumb small + span{
	color: #e3eaef;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 2px;
}
.announces-thumb h4 {
	color: #fff;
    padding: 8px 0 12px;
    font-size: 22px;
    margin: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.announces-thumb h4:hover{
	color: #1e4074;
}
#announc-detail h2 {
	padding: 25px 0 10px 0;
}

/*  الإغلانات */
.announces-info {
	box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
	padding: 18px 30px;
	text-align:right;
}
.announces-info .announc_btn{
	margin: 20px 0px 0px 0px;
}
/* ==========================================================================
09. End announc Area
========================================================================== */


/* ==========================================================================
10. Start Contact Area
========================================================================== */
#contact{
	position: relative;
	overflow: hidden;
}
#contact #contactForm{
	margin-top: 30px;
}
.form-control{
	/*background: transparent;*/
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	border-radius: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 8px 10px;
	border: 1px solid #fff;
	color: #015a91;
}
.form-control:focus{
	background: transparent;
	color: #fff;
	box-shadow: none;
	outline: none;
	border-color: #015a91;
	
	border: 3px solid #015a91;
	color: #fff;


}

	
/* For older browsers that might require vendor prefixes */
.form-control:focus::-webkit-input-placeholder { /* For WebKit browsers (Chrome, Safari, newer Edge) */
  color: transparent;
}

.form-control:focus::-moz-placeholder { /* For Firefox */
  color: transparent;
}

.form-control:focus:-ms-input-placeholder { /* For Internet Explorer 10+ */
  color: transparent;
}


.contact-form-area{
	background: transparent;
	box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
	padding: 60px 40px;
	float:right;
	direction: rtl;
	text-align:right;
}
.contact-form-area h4{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
	margin: 10px 24px;
}
.footer-right-contact{
    padding: 0px;
    margin-top: 30px;
	font-weight: bold;
}
.footer-right-area{
	border: 1px solid #fff;
	padding: 15px 10px;
	height:100%;
}
.footer-right-contact .single-contact{
	margin: 1px 2px;
	padding: 3px 55px;
	position: relative;
	color: #fff;
	height:60px;
	
}
.footer-right-contact .single-contact p{
	/*margin-bottom: 5px;*/
	font-weight: bold;
	font-size:14px;
	text-align:right;
	width:100%;
	
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  src: url(v6/DroidKufi-Regular.eot);
  src: url(v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(v6/DroidKufi-Regular.woff2) format('woff2'),
       url(v6/DroidKufi-Regular.woff) format('woff'),
       url(v6/DroidKufi-Regular.ttf) format('truetype');
}
.footer-right-contact .single-contact p :hover{
	/*margin-bottom: 5px;*/
	font-weight: bold;
	font-size:14px;
	color:#6CF;
}
.footer-right-contact .single-contact p a{
	color: #e3eaef;
}
.footer-right-contact .contact-icon{
	background: #015a91;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	height: 40px;
	rghit: 0;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	top: 20%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	margin-right:-50px;
	
}
.footer-right-contact .contact-icon222{
	background: #015a91;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	height: 40px;
	rghit: 0;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	margin-right:-50px;
	
}
.text-danger{
	font-size: 14px;
	margin-top: 10px;
}
.list-unstyled li{
	color: #d9534f;
}
#conatiner-map{
	margin-top: 30px;
	text-align: center;
	background-color: #fff;
	height: 370px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 101;
	width: 100%;
}
/* ==========================================================================
10. End Contact Area
========================================================================== */


/* ==========================================================================
11. Start Footer Area
========================================================================== */
.footer-area{
	padding: 30px 0 20px;
   
background: #015a91;
background: linear-gradient(180deg, rgba(1, 90, 145, 1) 0%, rgba(13, 175, 
}
.footer-area .footer-text p{
	font-size: 14px;
	color: #fff;
}
/* ==========================================================================
11. End Footer Area
========================================================================== */
