body, html {
  height: 100% !important;
  font-family:Greta !important;
  font-size:19px;
  color:#000000;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Droid Arabic Kufi', serif;
	margin:0;
	margin-bottom: 10px;
}

i{
	font-size: 14px;
}

span{
	color:#29487f;
}

span.dropcap{
	display: block;
	float: left;
	text-align: center;
	font-size: 24px;
  	background:#29487f;
  	color:#fff;
  	width:40px;
  	height:40px;
  	padding-top: 2px;
  	margin-top: 6px;
  	margin-right: 10px;
}

/************************
***** =loader *****
************************/

.la-anim {
	position: absolute;
	display: inline-block;
	right:20px;
	top:20px;
	font-size: 100px;
	font-weight: 200;
	font-family: 'Droid Arabic Kufi', serif;
	color: #aaa;
}

.la-anim::before {
	position: absolute;
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 100%;
	color: #29487f;
	content: attr(data-content);
	text-align: left;
	white-space: nowrap;
	
	-webkit-transition: width 2s linear;
	transition: width 2s linear;
}

/**********************
******=section1*****
**********************/

#section1{
	width:100%;
	
	
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	color:#fff;
	text-align: center;
}

#section1 .container{
	padding:20% 0;
	position: relative;
	height:100%;
}

h1{
	font-weight: 900;
	text-transform: capitalize;
	letter-spacing: -3px;
	margin-bottom: 3px;
}

.header-slider ul{
	padding:0;
}

.header-slider .pager{
	position: absolute;
	bottom:20px;
	left:50%;
	margin-left: -30px;
}

.header-slider .bx-pager-item{
	display: inline-block;
	padding:0 5px;
}

.bx-pager div a{
	display: block;
	position: relative;
    overflow: hidden;
    background-color: rgba(255,255,255,0.2);
    transition: background 0.3s;
}
 
.bx-pager div a:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    transition: height 0.3s;
}
 
.header-slider .bx-pager div a:hover,
.header-slider .bx-pager div a:focus {
    background-color: rgba(255,255,255,0.4);
}

.bx-pager div a.active:after {
    height: 100%;
}

#section1 h6{
	font-weight: 900;
	letter-spacing: -1px;
	text-transform: capitalize;	
 	margin-bottom: -1px;
}

#section1 h4{
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -1px;
}

#section1 p{
	padding: 0 240px;
	font-size: 14px;
	margin-bottom: 22px;
}

/**********************
******=section2*****
**********************/



/**********************
******=section3*****
**********************/

#section3 {
    
    background-color: #fff;
    background-size:inherit;
    padding-bottom:90px;
}
#section12 {
    
    background-size:inherit;
}
header{
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}

header h3{
	font-weight: bold;
	
	margin-bottom: 5px;
	color:#444;
}

header p{
	font-size: 15px;
	margin-bottom: 0;
	color:#a0a0a0;
}

header .divider .line{
	display: inline-block;
	width:100px;
	height: 1px;
	background-color: #ddd;
	margin-bottom: 5px;
}

header .divider i{
	color:#29487f;
	margin-top: 10px; 
	padding:0 5px;
}

.about-slider{
	position: relative;
	margin-top: 5px;
	padding-left:14px;
	text-align: center;
}

.about-slider .overlay{
	position: absolute;
	top:0px;
	right:0;
	width:100%;
	height: 645px;
	background-image: url(../../img/iPad.png);
    background-size:contain;
	background-repeat: no-repeat;
	background-position: center 0px;
      margin-top: -48px;
}
ul.slider
{
    margin-left:75px;
   
}
.about-slider .slider{
	padding: 0;
}

.about-slider .slider img{
	padding: 0;
}

.about-slider .pager{
	position: absolute;
	left:5px;
	top:48%;
}

.bx-pager-item a{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px;
	font-size: 0;
}

.about-slider .bx-pager div a{
   background-color: rgba(0,0,0,0.2);
   margin-bottom: 5px;
}
 
.about-slider .bx-pager div a:after {
    background-color: #29487f;
}
 
.about-slider .bx-pager div a:hover,
.about-slider .bx-pager div a:focus {
   background-color: rgba(0,0,0,0.4);
}

.bx-pager div a.active:after {
    height: 100%;
}

.about ul{
	margin-top: 30px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 90px;
	font-family: 'Droid Arabic Kufi', serif;
}

.about  ul li{
	padding: 6px;
	position: relative;

	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.about ul li:hover,
.about ul li:focus{
	color:#444;
}

.about ul li:after{
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.06);

	content: '';
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.about ul li:hover:after,
.about ul li:active:after{
	width: 100%;
}

.about ul li i{
	padding:0 5px;
	color:#29487f;
	font-size: 14px;
}

#section3 .row{
	position: relative;
}

#section3 .about-slider{

	position: relative;
	left:-30px;
    top:150px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#section3 .about{

	position: relative;
	right:-30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}





#section12 .row{
	position: relative;
}

#section12 .about-slider{
	opacity:0;
	position: relative;
	left:-30px;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#section12 .about{
	opacity:0;
	position: relative;
	right:-30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}


/**********************
******=section4*****
**********************/

.work header{
	text-align: right;
	padding:20px;
	margin:0;
	position: relative;
	border:1px solid #eee;
	border-bottom: none;
	border-left: none;
    background:#fafafa;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.work:nth-child(4n+0) header{
	border-left: none;
}

.work header h6{
	font-weight: 300;
	color:#000000;
	margin-bottom: 5px;
    font-size:20px;
}
.tags a
{
color:#a0a0a0;
font-size:12.5px;
}
.work .tags{
	display: inline-block;
    color:#222222;
}

.work .tags a:after{
	content: ",";
	margin-right: 3px;
}

.work .tags a:last-child:after{
	content: none;
	margin:0;
}

.work .preview{
	position: relative;
	height: auto;
}

.work .preview>img{
	max-width: 100%;
    height:auto;
}

.work .overlay{
	position: absolute;
	top:0;
	right:0;
	width: 0;
	height: 100%;
	background: rgba(122,144,233,0.8);
	text-align: center;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work header:after{
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #eee;

	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work:hover header:after,
.work:active header:after{
	width: 100%;
}

.work:hover .overlay,
.work:focus .overlay,
.work:active .overlay{
	width: 100%;

	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.work .overlay p {
    position: relative;
	text-align: center;
	width:200px;
	
	padding-top:15px;
	color:#fff;
	opacity: 0;
	top:35%;
	right:28%;
    font-size:25px;
    	margin:-24px 0 0 -24px;
	display: block;
    transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
}
.work .overlay a{
	position: relative;
	text-align: center;
	width:48px;
	height: 48px;
	padding-top:15px;
	color:#fff;
	opacity: 0;
	top:40%;
	right:50%;
	margin:-24px 0 0 -24px;
	display: block;

	

	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;

}
.work  .overlay  a  i{
    font-size:25px;
}
.work:hover .overlay a,
.work:focus .overlay a{
	opacity: 1;

		transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.work:hover .overlay p,
.work:focus .overlay p{
	opacity: 1;

		transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.lightbox{
	width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: 999;
    text-align: center;
    background:rgba(0,0,0,0.8);
}

.lightbox a.lightbox-close{
    z-index: 1001;
    position: absolute;
    bottom:30px;
    left: 50%;
    margin-left: -45px;
}

.lightbox a.bg-close{
    z-index: 1001;
    position: absolute;
   	top:0;
   	left:0;
   	width: 100%;
   	height: 100%;
   	cursor: default;
   	background: transparent;
}

.lightbox .content{
   	top:0;
   	left:0;
   	width: 100%;
   	height: 100%;
    position: absolute;
    opacity: 0;
    padding-top: 50px;

    transition: opacity 0.5s linear;
}

.lightbox .content h3,
.lightbox .content p{
	color: #fff;
	padding: 0 30%;
}

.lightbox img{
    max-height: 60%;
    max-width: 60%;
    position: relative;
    margin-bottom: 15px;
  	border:20px solid #fff;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.lightbox-prev, .lightbox-next{
    position: absolute;
    top: 50%;
    display: block;
    z-index: 2001;
    padding:20px;
}

.lightbox-prev i, .lightbox-next i{
    font-size: 56px;
    color:#fff;
}

.lightbox-prev:hover, .lightbox-next:hover{
    opacity: 1;
}

.lightbox-prev{
	left:40px;
}

.lightbox-next{
    right:40px;
}

.lightbox:target {
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
}

.lightbox:target .content,
.lightbox:target a.lightbox-close{
    opacity: 1;
}
/**********************
******=section5*****
**********************/



#section5 h2{
	position: relative;
	margin-top: 100px;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -2px;
    padding-top: 50px;
    text-align:center;
    font-size:37.5px;
}

#section5 span{
	color: #7a90e9;
}

#section5 h5{
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

#section5 p{
	font-size: 13px;
	margin-bottom: 30px;
	color:#fff;
	line-height: 20px;
}

#section5 .container{
	padding:0 280px 0;
}

#section5 a{
	margin-bottom: 110px;
}

/**********************
******=section6*****
**********************/
#section6{
	margin-bottom: 100px;
}

.service{
	text-align: center;
	background: transparent;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	padding-top: 40px;
	padding-bottom: 40px;
}

.service:hover{
	background: #eee;

	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.service .icon{
	position: relative;
	padding: 32px 0;
	text-align: center;
	width:92px;
	height: 92px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #eee;
	display: inline-block;
	margin-bottom: 18px;
}

.service .icon i{
	color:#444;
	font-size: 28px;
}

.service:hover .icon{
	background: #444;

	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.service:hover .icon i{
	color:#eee;

	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.service h6{
	font-weight: 300;
	color:#29487f;
	margin-bottom: 18px;
}

.service a{
	font-weight: 300;
	color:#444;
font-family: 'Droid Arabic Kufi', serif;
}

.services{
	margin-bottom: 60px;
}

.skills h4,.possibilities h4{
	font-weight: 300;
	color:#444;
	letter-spacing: -1px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

.skills h4 i,.possibilities h4 i{
	font-size: 28px;
	color: #aaa;
	padding-right: 15px;
}

.progress span{
	text-transform: capitalize;
font-family: 'Droid Arabic Kufi', serif;
	font-weight: 400;
	color:#fff;
	font-size: 10px;
}

.progress-bar{
	text-align: left;
	padding:6px 8px;
	width:0;

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.services{
	position: relative;
}

#section6 .service{
	opacity:0;
	position: relative;
	top:-50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#section6 .skills, #section6 .possibilities{
	opacity:0;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#section6 .skills{
	left:-30px;
}

#section6 .possibilities{
	right:-30px;
}

/**********************
******=section7*****
**********************/






/**********************
******=section8*****
**********************/



.team-member{
	position: relative;
}

.team-member img{
	max-width:100%;

	height: auto;
}
.imgplay
{
    left:135px;
    top:230px;
    position:absolute;
}
.team-member h4{
	position: absolute;
	bottom: 30px;
	left:20px;
	font-weight: 700;
	color:#fff;
	padding-right: 20px;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.team-member p{
	position: absolute;
	bottom: 10px;
	left:20px;
	font-weight: 400;
	color:#fff;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}


.team-member:hover h4{
	bottom: 70px;
}

.team-member:hover p{
	bottom: 50px;
}

.team-member .contact-details{
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
}

.team-member .contact-details .overlay{
	background: rgba(122,144,233,0.8);	
	width:0;
	height: 100%;
	opacity: 0;
	position: absolute;
	bottom: 0;
	right:0;
	z-index: 0;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.team-member:hover .contact-details .overlay{
	width:100%;
	opacity: 1;
}

.team-member .contact-details ul{
	margin-bottom: 0;
	width:100%;
	z-index: 100;
	text-align: center;

	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.team-member .contact-details ul li{
	padding: 0;
}

.team-member .contact-details ul a{
	padding: 14px;
	width:40px;
	height: 40px;
	text-align: center;
	color:#fff;
	display: inline-block;
	opacity: 0;
	z-index: 100;
	line-height: 14px;
	position: relative;
}

.team-member .contact-details ul i{
	font-size: 14px;
}


.team-member:hover .contact-details ul a{
	opacity: 1;
}

.team-member .contact-details ul a:hover{
	background: rgba(255,255,255,0.2);
}

#section8 .row{
	margin-bottom: 100px;
}

#section8 .team-member{
	opacity:0;
	position: relative;
	top:-30px;
	z-index: -100;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/**********************
******=section9*****
**********************/





.counters{
	margin-bottom: 100px;
}

/**********************
******=section10*****
**********************/
#section10 .container{
	text-align: center;
}

#section10 h2{
	color:#29487f;
	font-weight: 100;
	text-transform: capitalize;
	margin-top: 140px;
	letter-spacing: -3px;
}

#section10 h5{
	font-weight: 900;
	text-transform: capitalize;
	color:#444;
	letter-spacing: -1px;
}


#section10 p{
	font-size: 13px;
	padding: 0 100px;
	margin-bottom: 30px;
}

#section10 a{
	margin-bottom: 90px;
}

#section10 .col-md-3{
	position: relative;
}

#section10 .col-md-3 img{
	position: relative;
	top:150px;
	z-index: -100;
	width:100%;
}

/**********************
******=section11*****
**********************/



#section11 header h3 {
	color: #fff;
  background-color: rgb(81, 167, 191);
display: initial !important;
    padding: 2px 20px !important;

}

#section11 header .divider .line {
	background-color:rgba(255,255,255,0.1);
}

#section11 h4{
	font-weight: 300;
	color:#fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px;
	margin-bottom: 14px;
}

address p{
	font-size: 13px;
	color:#aaa;
	padding-bottom: 4px;
}

address{
	margin-bottom: 30px;
}

.social li{
	padding-right: 7px;
	padding-left: 0;
	padding-bottom: 7px;
}

.social a{
	width:50px;
	height:50px;
	padding-top: 16px;
	text-align: center;
	border:1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.social a i{
	color:rgba(255,255,255,0.5);
	font-size: 14px;
}

.social a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;

	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;

	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

.social a:hover i{
	color: #333;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.social a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;

	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

.social{
	margin-bottom: 30px;
}

.rights, .rights a{
	color:rgba(255,255,255,0.5);
}

.form .form-control{
	background-color: rgba(255,255,255,0.1);
	padding-top: 11px;
	border:1px solid transparent;
	box-shadow: none;
	color: #fff;
	font-family: 'Droid Arabic Kufi', serif;
}

.form .form-control:focus{
	border:1px solid rgba(255,255,255,0.8);
	box-shadow: none;
}

.form .col-md-6:first-child{
	padding-right: 5px;
}

.form .col-md-6:nth-child(2n){
	padding-left: 5px;
}

.form textarea{
	margin-bottom: 20px;
}

.form input.form-control{
	height:40px;
	margin-bottom: 10px;
	padding-top: 7px;
}

.form  .form-control:-moz-placeholder {
  color: #aaa;
  font-size: 12px;
 font-family: 'Droid Arabic Kufi', serif;
}
.form .form-control::-moz-placeholder {
  color: #aaa;
  font-size: 12px;
  font-family: 'Droid Arabic Kufi', serif;
}
.form .form-control:-ms-input-placeholder {
  color: #aaa;
  font-size: 12px;
  font-family: 'Droid Arabic Kufi', serif;
}
.form .form-control::-webkit-input-placeholder {
  color: #aaa;
  font-size: 12px;
 font-family: 'Droid Arabic Kufi', serif;
}

.form  .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form .form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form p{
	font-size: 11px;
	color:rgba(255,255,255,0.5);
}

.form .btn{
	float:right;
	display: block;
	margin-left: 10px;
}

.form{
	margin-bottom: 20px;
}

.form .alert {
	display: none;
	margin-top: 20px;
}

.form label {
	color:#f44459;
	font-size: 10px;
}

#section11{
	padding-bottom: 20px;
}


#section11 .col-md-offset-1{
	left:-30px;
}

#section11 .col-md-offset-2{
	right:-30px;
}



/**********************
******=Coming soon****
**********************/

#coming{
	width:100%;
	height:100%;
	position: relative;
	
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	background-image: url(../../img/section1.png);
	
	text-align: left;
	padding-top: 40px;

	color:#fff;
}

#coming .container,
#coming .container > .row,
#coming .content{
	height: 100%;
}

#coming h2{
	position: relative;
	margin-top: 40px;
	font-weight: 100;
	text-transform: capitalize;
	letter-spacing: -2px;
}

#coming h5{
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

#coming p{
	font-size: 13px;
}

#coming #countdown{
	margin: 40px 0;
	display: inline-block;
}

#coming .countdown_section{
	border: 1px solid #fff;
	width:90px;
	height:90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float:left;
	margin-right: 20px;
	text-align: center;
	display: inline-block;

	font-size: 14px;
	color:rgba(255,255,255,0.5);
}

#coming .countdown_amount{
	font-family: 'Droid Arabic Kufi', serif;
	font-size: 24px;
	color:#fff;
	margin-top: 16px;
	margin-bottom: -5px;
	display: block;
}

#coming .social{
	position: absolute;
	bottom: 40px;
	margin-bottom: 0;
}

#coming .content>p{
	position: absolute;
	bottom: 110px;
	margin-bottom: 0;
}

#coming .social a i{
	color: #fff;
}

#coming .social a:hover i{
	color: #333;
}

#coming .form .controls{
	display: table;
	width: 100%;
}
#coming .form label {
	color: #fff;
}

#coming .form .controls> * {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

#coming .form .form-control{
	width: 100%;
	background-color: rgba(255,255,255,0.2);
}

#coming .form button{
	float:none;
}

#coming .form  .form-control:-moz-placeholder {
  color: #fff;
}
#coming .form .form-control::-moz-placeholder {
  color: #fff;
}
#coming .form .form-control:-ms-input-placeholder {
  color: #fff;
}
#coming .form .form-control::-webkit-input-placeholder {
  color: #fff;
}


@media  (min-width: 320px) and (max-width: 1199px) {
	#section1,#section5,#section9,#section11{
		background-attachment: scroll;
	}

	#section2 .search-form{
		display: table-row;
		width: 200px;
	}

	#section3 .about-slider{
		opacity:1;
		left:0;
	}

	#section3 .about{
		opacity:1;
		right:0;
	}

	#section6 .service{
		opacity:1;
		top:0px;
	}

	#section6 .skills, #section6 .possibilities{
		opacity:1;
	}
	#section6 .skills{
		left:0px;
	}

	#section6 .possibilities{
		right:0px;
	}

	#section7 .col-md-4,#section7 .col-md-2{
		opacity:1;
	}

	#section7 .col-md-4,#section7 .col-md-2{
		left:0px;
	}

	#section8 .team-member{
		opacity:1;
		top:0px;
		z-index: auto;
	}

	#section11 .col-md-4{
		opacity:1;
	}
	#section11 .col-md-offset-1{
		left:0px;
	}

	#section11 .col-md-offset-2{
		right:0px;
	}
}

@media (max-width: 767px) {
	.container{
		padding-left:0px;
		padding-right: 0px;
	}
	#section1 .container{
		padding:40% 0;
	}

	h1{
		font-size: 35px;
		line-height: 35px;
	}

	#section1 p{
		padding: 0 40px;
		font-size: 12px;
	}

	.team-member{
		margin-bottom: 30px;
	}

	#section2>.container {
		padding: 100px 40px;
	}

	#section3 .container{
		width:100%;
	}

	.about ul {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.about{
		margin-bottom: 60px;
	}

	.work{
		width:100%;
		display: inline-block;
	}

	.work .preview>img{
		width:100%;
	}

	#section5 .container {
		padding: 0 50px 0;
	}

	#section3,#section6, #section7, #section8,#section11{
		padding-left: 80px;
		padding-right: 80px;
	}
	
	#section7 .clients{
		text-align: center;
		padding-top: 20px;
	}

	#section7 .clients img{
		width: 50%;
		padding-bottom: 10px;
	}

	#section9 ul li {
		padding:0 20px;
		margin: 0px;
	}

	.form .col-md-6 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

@media  (max-width: 639px) {
	#section1 .container{
		padding:40% 20px;
	}

	h1{
		font-size: 35px;
		line-height: 35px;
	}

	#section1 p{
		padding: 0 40px;
		font-size: 12px;
	}	

	#section7 .clients img{
		width: 70%;
		padding-bottom: 10px;
	}
	
	#section2 .container{
		padding-left: 0;
		padding-right: 0;
	}

	#section2 nav ul{
		width:100%;
		display: none;
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
        background:#013b69;
	}

	

	#section2 nav ul li a{
		  display: table-caption;
		margin:0 15px;
		padding: 0px 14px;
		
		
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		-o-transition: all 0.7s;
        border-right:0px;
	}

	#section2 nav ul li:last-child a{
		border-bottom: none;
	}

	#section2 nav #menu-button{
		display: initial;
		float: right;
	}

	#section2 nav #menu-button>i,
	#section2 nav .search>i{
		padding: 33px 30px;
	}

	#section2 nav ul li a:focus,
	#section2 nav ul li a:hover{
		background: none;
		color:#444;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#section2 nav ul li:focus,
	#section2 nav ul li:hover{
		background: #eee;
		color:#444;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	#section1 .container{
		padding:5% 10px;
	}

	h1{
		font-size: 35px;
		line-height: 35px;
	}

	#section1 p{
		padding: 0 10px;
		font-size: 12px;
	}	

	#section3,#section6, #section7, #section8,#section11{
		padding-left: 10px;
		padding-right: 10px;
	}
	.lightbox .content {
		padding-top: 20px;
	}

	.lightbox .content h3, .lightbox .content p {
		padding: 0 30px;
	}

	.lightbox-next {
		right: 10px;
	}
	.lightbox-prev {
		left: 10px;
	}

	#section7 .clients img{
		width: 80%;
		padding-bottom: 10px;
	}

	#section10 p {
		padding: 0 20px;
	}

		#section2 .container{
		padding-left: 0;
		padding-right: 0;
	}

	#section2 nav ul{
		width:100%;
		display: none;
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
	}

	#section2 nav ul li{
		padding:0;
		display: inline-block;
		
		font-weight: 700;
	}

	#section2 nav ul li a{
		display: block;
		margin:0 15px;
	
		border-bottom: 1px dotted #eee;
		color:#444;
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		-o-transition: all 0.7s;
	}

	#section2 nav ul li:last-child a{
		border-bottom: none;
	}

	#section2 nav #menu-button{
		display: inline-block;
		float: right;
	}

	#section2 nav #menu-button>i,
	#section2 nav .search>i{
		padding: 33px 30px;
	}

	#section2 nav ul li a:focus,
	#section2 nav ul li a:hover{
		background: none;
		color:#444;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#section2 nav ul li:focus,
	#section2 nav ul li:hover{
		background: #eee;
		color:#444;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
}








@media (min-width: 320px) and (max-width: 479px) and (orientation: portrait){

	#coming{
		height:170%;
	}


	#coming .countdown_section{
		width:70px;
		height:70px;
		margin-right: 10px;
	}

	#coming .countdown_amount{
		font-size: 20px;
		margin-top: 12px;
		margin-bottom: -5px;
	}


	#coming .content>p{
		bottom: 110px;
	}

}


@media (max-width: 767px) and (orientation: landscape) {
	#section1 h4, #section1 p{
		display: none;
	}
	#section1 .container{
		padding:10px 0;
	}

	#section1 a{
		margin-top:10px;
	}

	#coming{
		height:250%;
	}

}


@media  (max-width: 1199px) {
    ul.slider > li{
		display:none;
	}
   .header-slider .pager
   {
       display:none;
   }
    .mobile
    {
        display:initial !important;
        max-width:100%;
        height:auto;
    }
    .nomobile
    {
        display:none;
    }
}
.mobile
{
    display:none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#section1 .container{
		padding:15% 0;
	}

	.about-slider{
		padding-left:16px;
	}

	

	#section5 .container {
		padding: 0 240px 0;
	}

	#section10 .col-md-3 img{
		position: relative;
		top:170px;
		z-index: -100;
		width:100%;
	}

	.social li{
		padding-right: 5px;
		padding-left: 0;
		padding-bottom: 5px;
	}

	.social a{
		width:40px;
		height:40px;
		padding-top: 11px;
	}

	.work .overlay a{
		top:13%;
		right:50%;
		margin:-24px 0 0 -24px;
	}

}

@media (min-width: 1200px) {

}

h1
{
    font-size:55px;

}
.btn-default
{
      background-color: #013b69;
      color:#ffffff;
}
a, a:active, a:visited, a:focus {
    color: #12c;
}
@media (min-width: 640px) {
    .imgnav {
        float: right;
        width:20%;
        text-align:center;
    }

    .list-inline {
        float: left !important;
        width:80%;
          padding-top: 18px;
    }
}
@media (max-width: 639px) {
 .imgnav{
     float:left;

 }
 #menu-button
 {
     float:right;
     margin-top:30px;
 }
}
.navaspe
{
      line-height: 25px !important;
  font-size: 12px !important;
}
.navmo
{
    font-size:45px !important;
    float:left;
    margin-left:5px;
}
@media (max-width: 1199px) and (min-width:640px){
    #section2 nav ul li a {
         border-right:0px solid #fff !important;
         
          
    }
    .list-inline {
        float: none !important;
        width:100%;
        background:#013b69;
       margin-top:0px;
        
    }
     .imgnav {
        
        width:100%;
        text-align:center;
    }

     .mediapadt150
     {
padding-top:150px;
     }
}
.firsttext
{
 
    font-size:19px !important;
    line-height:22px !important;
    font-weight:normal !important;
}


.tleft
{
    text-align:right;
}
.bold
{
    font-weight:bold;
}
.newstitle
{
    margin-top:25px;
    font-size:16.5px;
    font-weight:bold;
    font-family: 'Droid Arabic Kufi', serif;
}
.mwp
{
   width:100%;
   max-width:100%;
}
.newstext
{
    font-size:19px;
    font-weight:normal;

}
.bluebutton
{
    color:#ffffff;
    font-size:19px;
    background:#29487f;
    text-align:center;
      max-width: 250px;
   
}
.bluebuttonsmall
{
  color:#ffffff;
    font-size:19px;
    background:#29487f;
    text-align:center;
    padding:5px;
    max-width:100%;
}
.pbutton
{
    color:#ffffff !important;
    font-size:16.67px;
    font-weight:bold;
      display: inline-block;
        vertical-align: middle;

}
.pbutton > span{
    font-weight:normal;
     color:#ffffff !important;

}

.marb40{
    margin-bottom:40px;
}
.fleft
{
    float:left;
}
.fright{
    float:right;
}
.marb48
{
    margin-bottom:48px;
}
@media (max-width: 1199px)  {
    .bluebuttonsmall
    {
        margin-top:10px;
        float:none;
        margin-left:20px;
      
    }
   
}
@media (min-width: 1199px) {
    .height533 {
        min-height: 533px;
    }
}
@media (min-width: 991px) {
    .mart270m {
        margin-top: -420px;
    }
}

.marr15m
{
    margin-right:-15px;
}
.bakblue
{
    background:#29487f;
      padding-bottom: 10px;
    margin-top:58px;
      
}
@media (min-width: 991px) {
    .marb195 {
        margin-bottom: 195px;
    }
    
}
.lob
{
   
    color:#fff;
    padding:20px 25px 10px 0px;
      font-size:25px;
      font-family: 'Droid Arabic Kufi', serif;
}

.lom
{
 color:#fff;
 padding:0px 10px 0 0px;
}
    .lom img {
        position:relative;
        top:5px;
    }
.lom > span{
    color:#fff;
   margin-left:5px;
   width:250px;
     display: inline-block;
   margin-right:5px;
   font-size:16px;
}
body {
   background-size: inherit;
}
.Satellite {
    font-size: 35px;
    color: #000000;
    font-family: 'Droid Arabic Kufi';
    margin-bottom: 35px;
}

.tlcenter
{
    text-align:center;
}
.softblue
{
    background-color:#013b69;
}
.mart50{
    margin-top:50px;
}
.owl-prev > i
{
    font-size:50px;
}
.owl-next > i
{
    font-size:50px;
}
.srw
{
    font-size:28px;
    color:#013b69;
}
.srwtext
{
    font-size:12.5px;
    color:#a0a0a0;
}
.mart15
{
    margin-top:15px;
}
.mart20
{
    margin-top:20px;
}
.mart30
{
    margin-top:30px;
}
.join{
  font-size: 18.75px;
  color: #013b69;
  display: inline-table;
  margin-right: 20px;
  height:54px;
}
.join > a{
  font-size: 18.75px;
  color: #013b69;
}
.software
{
    font-size:12.5px;
    color:#a0a0a0;
}
.marb50
{
    margin-bottom:50px;
}
p{
    font-size:19px;
    color:#000000;
}
.marb30
{
    margin-bottom:30px !important;
}
.downloadacc
{
    margin-top:50px;
    text-align:center;
    font-size:19px;
    color:#013b69;
}
.mart10
{
    margin-top:10px;
}
#section4{
    margin-top:70px;
    padding-bottom:85px;
}
.gallery{
 padding-bottom:85px;
 background-color:#f4f4f4;
}
img
{
    max-width:100%;
    height:auto !important;
}
iframe {
    max-width: 100%;
}
.gatapp
{
    font-size:18.75px;
    color:#013b69;
    text-align:center;
    margin-top:35px;
    margin-bottom:20px;
}
.gatapp > span{
    font-weight:bold;
      color:#013b69;
}
.marr80
{
    margin-right:80px;
}
.tlright
{
    text-align:left;
}
.tlleft
{
    text-align:right;
}
.apple
{
    display:inherit;
    margin-top:10px;
}
.apple > a
{
color:#a0a0a0;
font-size:12.5px;
}
.btn-primary
{
    background-color: #013b69;
  border-color: #013b69;
}
.mart100
{
    margin-top:100px;
}
.camera
{
    color:#fff !important;
    font-size:29px !important;
  

}
@media (max-width:1270px)
{
    .camera
    {
        font-size:21px !important;
    }
}
.arrowsalt
{
    font-size:42px;
}
.mart75
{
    margin-top:75px;
}
.marl15m
{
    margin-left:-15px;
}
.amntitle
{
    color:#fff;
    font-weight:bold;
    font-size:35px;
}
.amntext
{
 color:#fff;
    font-weight:300;
    font-size:18px;
}
.mart60
{
    margin-top:60px;
}
.tabs
{
    background-color:#29487f;
    padding-bottom:50px;
}
.nav-tabs > li.active > a
{
      background-color: #29487f;
}
.nav-tabs
{
      border-radius: 0px 0px 0 0;
}
.nav-tabs > li:first-child > a {
  border-left: 0px solid #29487f;
}
.nav-tabs > li:first-child > a {
  /* border-radius: 4px 0 0 0; */
  -webkit-border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
}
.nav-tabs > li > a
{
    border-top: 0px solid #29487f;
    font-size:25px;
}
.nav-tabs > li.active > a
{
    color:#fff;
    text-align: center;
}
.nav-tabs > li.active > a > span{
     color:#fff;
     font-size:12.5px;
       display: table;
}
.tab-content > .tab-pane
{
    background: #29487F;
      border: 1px solid #29487F;
      color:#ffffff;
}
.nav-tabs
{
      background: #c6c6c6;
}
.nav-tabs > li > a
{
    color:#fff;
    text-align:center;
}
.nav-tabs > li > a > span{
    display:table;
    color:#fff;
     font-size:12.5px;
}
.tab-pane p{
    color:#fff;
}
.videos
{
    background-color:#013b69;
    margin:50px 0px 0px;
    padding:20px 0px;
}
.amntext a {
    color:antiquewhite;
}
.moon
{
    color:#fff;
    font-size:25px;
    margin-bottom:80px;
    margin-top:10px;
}

.contitle > span{
    padding:0 20px 0 20px;
    color:#fff;
    font-size:15px;
     margin-top:-3px;
}
.contitle > img{
   vertical-align:top;
   margin-top:-3px;
}
.mart45
{
    margin-top:45px;
}
.contt
{
    font-size:12.5px;
    color:#ffffff;
    font-weight:bold;
}
.contte
{
 font-size:11px;
    color:#ffffff;
    font-weight:300;
    line-height:35px;
}
.mart35
{
    margin-top:35px;
}
.marb80
{
    margin-bottom:80px;
}
.Copyright
{
    color:#fff;
    font-size:15px;
    font-weight:lighter;
    text-align:center;

}
.Copyright > span{
    text-decoration:underline;
    color:#fff;
}
.white
{
    color:#fff;
}
@media (max-width: 319px) {
    .moonwidth
    {
        max-width:128px;
    }
    .emoon
    {  
        max-width:100px;

    }
    .Satellite
    {
        font-size:20px;
    }
}
@media (max-width: 1200px) {
    .momedia {
       display:none !important;
    }
}
.mmedia
{
    display:none;
}
@media (max-width: 1199px) {
    .mmedia {
       display:initial !important;

    }
}
.parallax-window-login{
 min-height: 650px;
    background: transparent;
    
}
.parallax-window {
    background: transparent;
    text-align:center;
    font-size:30px;
    color:#ffffff;
}
.parallax-window9{
    background: transparent;
    background-size:contain;
}
.parallax-window7{
    background:transparent url(../../img/darkbg.png);
   margin-bottom:20px;
}
.mart150
{
    margin-top:150px;
}
.parallax-window11{
    background: transparent;
  margin-top:25px;
}
@media (max-width:319px)
{
.contitle
{
      font-size: 12px;
  display: inherit;
}
}

 .main-box-head
 {
       background: #ffffff;
  color: #232323;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);

 }
 .main-box-title
 {
    letter-spacing:0px;
  border-top: 2px solid #013b69;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 15px 18px 15px;
 }
 .main-box-inside
 {
     float: left;
  width: 100%;
  padding: 20px 20px 0 20px;
  background:#ffffff;
  text-align:center;
 }
 .vce-post
 {
       background: #ffffff;
 }
.vce-lay-g {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    min-height: 177px;
}
.vce-post
{
      box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
article
{
      display: block;
}
.vce-lay-g .vce-featured-header
{
      position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20px 0 20px;
  z-index: 20;
}
.vce-lay-g .vce-featured-info
{
      z-index: 2;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.vce-lay-g .vce-featured-info .meta-category a.category-1 {
  background-color: #EBA924;
}
.vce-featured-info .meta-item a, .vce-lay-g .vce-featured-info .meta-category a
{
      color: #FFF !important;
  -webkit-backface-visibility: hidden;
  background-color: #EBA924;
}
.vce-lay-g .entry-title
{

}
.vce-lay-g .vce-featured-info .meta-category a
{
    font-size: 13px;
  line-height: 23px;
  text-decoration: none;
  padding: 0 10px;
    border-radius: 4px;
  margin: 0 2px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
}
lay-g .entry-title {
    margin: 0 auto 7px;
    max-width: 600px;
    line-height: 36px;
}
.vce-lay-g .entry-title a, .vce-lay-g .entry-title a:hover
{
      font-size: 30px;
  color: #FFF;
}
.vce-lay-g .entry-meta
{
      line-height: 24px;
}
.vce-lay-g .entry-meta div
{
    color: #FFF;
}
.entry-meta div
{
      font-size: 14px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
}
.vce-featured-header-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  background: #013b69;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vce-lay-g .vce-featured-header {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20px 0 20px;
  z-index: 20;
}
.vce-loop-wrap
{
      float: left;
  width: 100%;
}
.vce-sid-right .vce-lay-c
{
      margin: 0 20px 20px 0;
}
.vce-post
{
      background: #ffffff;
}
.vce-lay-c {
  width: 375px;
  float: left;
  padding-bottom: 10px;
}
.vce-post
{
      box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.vce-lay-c .meta-image {
  float: left;
  margin-bottom: 12px;
  width: 100%;
}
.meta-image {


  z-index: 10;
  max-width: 100%;
}
.entry-header {
  margin-bottom: 10px !important;
  margin-top:10px;
  float: left;
  width: 100%;
}
 .meta-category {
  text-align: center;
  display: block;
 
}
.vce-lay-c .meta-category a {
  font-size: 14px;
  display: inline-block;
 
}
a.category-1 {
  color: #013b69;
  font-size:19px !important;
  line-height:20px;
   margin-bottom:10px;
}
.vce-lay-c .entry-title {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 4px;
  line-height: 28px;
  font-size: 22px;
}
h2.entry-title
{
    font-size:22px;
}
.entry-title a
{
      color: #232323;
    
}
.vce-lay-c .entry-meta {
  text-align: center;
}
.entry-meta div
{
      color: #9b9b9b;
}
.entry-meta div, .entry-meta div a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
}
.vce-lay-c .entry-content {
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  line-height: 22px;
}
.vce-lay-c p {
  margin-bottom: 10px;
}
.vce-sid-right .vce-lay-c
{
      margin: 0 20px 20px 0;
}
#section15{
    padding-top:50px;
}
#section16
{
      padding-top:50px;
}
a.category-6 {
  color: #000;
}
.vce-lay-c p {
  margin-bottom: 10px;
}
.vce-lay-c .entry-content {
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  line-height: 22px;
}
.entry-content > p {
    text-align:right;
}
.lisart {
    background-size: inherit;
    margin-bottom:20px;
    z-index:99;
}
.sidebar {
  width: 300px;
  float: right;
  padding-top: 15px;
}
aside
{
      display: block;
}
.sidebar .widget
{
      color: #444444;
}
.sidebar .widget {
  background: #f9f9f9;
}
.sidebar .widget
{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.sidebar .widget {
  font-size: 14px;
  line-height: 22px;
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.09);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.09);
  margin: 0 0 30px;
}
.sidebar .widget-title {
  background: #ffffff;
  color: #232323;
}
.sidebar .widget-title
{
      box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.sidebar .widget-title {
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
  font-size: 18px;
  line-height: 28px;
  padding: 12px;
  text-align: center;
  margin-bottom: 0;
  border-top: 2px solid #013b69;
}
.widget_categories ul {
  padding: 0;
}
.widget ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom:0px;
}
widget ul, .widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories li {
  margin-bottom: 0;
  position: relative;
}.widget_categories li {
  padding: 0;
  border: none;
}
 
 .sidebar .widget li a
 {
       color: #444444;
         border-bottom: 1px solid #51AED2;
 }
 .widget li a {
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
 .widget_categories a {
  padding: 0 20px 0 0px;
  display: block;
  position: relative;
  line-height: 42px;
  color: #787878;
  text-decoration: none;
}
 .meta-item > span
 {
     color:#013b69;
 }
 .vcard.author > span
 {
 color:#000;
 }
 .category-text{
color:#013b69;
 }
 .mks_ads_widget ul.large img, .mks_adswidget_ul.large img {
  width: 300px;
  height: 250px;
}
 .meta-image
 {
     text-align:center;
 }
 .main-box-single
 {
       background: #ffffff;
 }
 .main-box
 {
     box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
 }
 .main-box
 {
     padding: 0;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);

 }
 main
 {
       display: block;
 }
 article
 {
       display: block;
 }
 .vce-single .entry-header {
  margin: 30px 0;
  text-align: center;
}
 h1.entry-title {
  font-size: 35px;
  line-height: 55px;
  margin: 0 auto 15px;
  padding: 0;
  
}
 .fn > a
 {
color:#013b69;
 }
 .author
 {
     margin-left:2px;
 }
 .vce-single .meta-image img
 {
       width: 100%;
 }
.meta-author {
  display: block;
  text-align: center;
  position: relative;
  z-index: 11;
}

  .meta-author img {
  border-radius: 50%;
  border: 5px solid #FFF;
  margin: -57px 0 10px 0;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
}
 .meta-author-wrapped
 {
       color: #9b9b9b;
 }
 .meta-author-wrapped {
  display: block;
  font-size: 19px;
}
 .fn
 {
       font-size: 14px;
 }
 meta-author-wrapped .fn a {
  font-size: 19px;
}
.entry-headline
{
      margin: 30px auto 30px;
}
.entry-headline p
{
      font-weight: 400;
      font-size: 22px;
  line-height: 30px;
    margin-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-content
{
      margin: 30px auto 30px;
}
.entry-content > p{
    font-size:19px;
}
.entry-footer
{
      margin: 30px auto 30px;
}
footer
{
      display: block;
}
.meta-tags a {
  margin-right: 5px;
  color:#013b69;
  font-size: 19px;
}
.main-box
{
      background: #f9f9f9;
}
.main-box
{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
    padding: 0;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
}
.main-box-title
{
    background: #ffffff;
  color: #232323;
    font-size: 22px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 15px 18px 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.main-box-inside {
  float: left;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.vce-sid-right .vce-lay-d
{
      margin: 0 20px 20px 0;
}
.vce-post
{
      background: #ffffff;
}
.vce-lay-d {
  width: 375px;
  float: left;
  min-height: 100px;
  padding: 0 10px 0 0;
}
.vce-lay-d .meta-image {
  float: left;
  margin-right: 15px;
  height: 100%;
}

.vce-post img , .meta-image img
{
    transition: transform 0.3s ease-in-out;
}
.vce-lay-d img {
  float: left;
  min-height: 100px;
  max-height: 100px;
  max-width: 145px;
}
.vce-lay-d .vce-format-icon
{
margin-top: -23px;
}
.vce-format-icon {
  display: block;
  top: 50%;
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -60px;
}
.vce-lay-d .vce-format-icon i
{
    height: 46px;
  width: 46px;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 22px;
  border: 3px solid rgba(255,255,255,1);
}
.vce-format-icon i {
  background: rgba(74,74,74,0.5);
  border: 5px solid rgba(255,255,255,1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
  display: inline-block;
  border-radius: 50%;
  z-index: 1000;
  color: rgba(255,255,255,1);
  text-shadow: 0 1px 3px rgba(0,0,0,0.20);
  -webkit-backface-visibility: hidden;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.vce-lay-d .entry-header {
  padding: 3px 0 0;
  margin: 0;
}
.vce-lay-d .meta-category a
{
      font-size: 13px;
  line-height: 19px;
}
.meta-category span
{
      color: #9b9b9b;
}
.meta-category span {
  font-size: 12px;
  line-height: 12px;
}
.vce-lay-d .meta-category a
{
    font-size: 13px;
  line-height: 19px;
}
.vce-lay-d .entry-title {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}
.entry-title a
{
      color: #232323;
      font-size: 15px;
}
.entry-title a{
    text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.vce-prev-link
{
    position: relative;
  width: 375px;
  margin: 0 15px 20px 0;
  display: inline-block;
  vertical-align: top;
}
.vce-prev-next-link {
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 50px;
}
.vce-pn-ico {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -70px;
  width: 100%;
}
.vce-pn-ico .fa {
  background: rgba(74,74,74,0.5);
  border: 5px solid rgba(255,255,255,0.9);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
  display: inline-block;
  border-radius: 50%;
  z-index: 1000;
  color: #FFF;
  text-shadow: 0 1px 3px rgba(0,0,0,0.20);
  height: 80px;
  width: 80px;
  padding: 18px 0 0 0;
  font-size: 35px;
  line-height: 37px;
}
.prev-next-nav {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 20px 20px 0;
  text-align: center;
  float: left;
  width: 100%;
}
.vce-prev-link, .vce-next-link {
  position: relative;
  width: 375px;
  margin: 0 15px 20px 0;
  display: inline-block;
  vertical-align: top;
}
.whitebac
{
    background:#fff;
    z-index:99;
}
.main-box{
      background: #f9f9f9;
}
.main-box{
  padding: 0;
  margin-bottom: 30px;
  float: left;
  position:relative;
  z-index:999;
  width: 100%;
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.07);
}
.main-box-title
{
      background: #ffffff;
  color: #232323;
}
.main-box-inside {
  float: left;
  background:#F9F9F9;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.vce-sid-right
{
      margin: 0 20px 20px 0;
}
.bkwhite
{
    background:#ffffff;
    z-index:99;
}
.entry-header-news{
      margin-bottom: 10px !important;
  margin-top: 10px;
}
.fleft
{
    float:left;
}
.marb20
{
    margin-bottom:20px;
}
.data-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.data-image img {
  border-radius: 50%;
  width: 112px;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
  border: 5px solid #FFF;
}
.data-content {
  margin: 0 0 0 145px;
}
.data-content .author-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
.updatedlarge
{
    color:#fff !important;
}
.vce-prev-next-link
{
  color: #013b69;
}
.vce-prev-next-link
{
     color: #013b69;
}
.pull-right {
  float: right!important;
}
.login-content .form-login {
  position: relative;
  z-index: 99;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.form-login {
   background-color: #013b69;
  padding: 45px;
  margin-bottom: 70px;
}
form-login h2 {
  font-family: 'Droid Arabic Kufi', serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.text-capitalize {
  text-transform: capitalize;
}
.form-email input
{
    font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  color: #111111;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: 0;

}
.form-password input
{
    font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  color: #111111;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: 0;
  
}
.form-check {
  margin-top: 20px;
}
.form-check #check {
  display: none;
}
.form-check label
{
    font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.form-check .icon {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #FFF;
  text-align: center;
  line-height: 19px;
  font-size: 10px;
  color: transparent;
  margin-right: 10px;
}
.icon {
  width: auto;
  display: inline-block;
}
[class*=" md-"] {
  font-family: 'md-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-check a {
  float: right;
}
.form-check a
{
    font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.form-submit-1 .mc-btn {
  
  margin-top: 25px;
  line-height: 40px;
}
s
{
    background-color: #37ABF2;
  color: #fff;
}
.mc-btn {
  display: inline-block;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Droid Arabic Kufi', serif;
  font-size: 19px;
  height: 40px;
  line-height: 40px!important;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.form-login .link {
  margin-top: 80px;
  text-align: center;
}
.form-login .link a
{
 font-weight: 700;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
}
.form-login .link .icon {

 font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}
.icon {
  width: auto;
  display: inline-block;
}
form-login .link a {
  font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.form-login h2 {
  font-family: 'Droid Arabic Kufi', serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
 
}
.mart70
{
    margin-top:70px;
}
.form-check #check:checked~label .icon {
  color: #fff;
}
.form-login .form-fullname {
  position: relative;
  overflow: hidden;
  border-radius: 4px;

    margin-bottom: 30px;
}
.form-login .form-fullname input {
  width: 50%;
  float: right;
  border-radius: 0;
  margin-top: 0;
}
.form-fullname input
{
    font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  color: #111111;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
}
.form-login .form-fullname:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.form-datebirth input
{
    font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  color: #111111;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: 0;

  margin-bottom: 30px;
}
.form-email input,.form-password input
{
    font-family: 'Droid Arabic Kufi', serif;
  font-size: 14px;
  color: #111111;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: 0;
  
   margin-bottom: 30px;
}
.page-content {
  padding-top: 110px;
  
}

.alert {
  padding: 20px 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
}

.alert {
  padding: 20px 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
}
.conform
{
    font-size:30px;
    color:#000000;
      margin-bottom: 30px;
}
.form-control
{
      background-color: #013b69;
     color:#ffffff;
}
.contacts-widget .contacts-info-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.contacts-widget .contacts-info-list > li {
  position: relative;
  padding-left: 50px;
  min-height: 32px;
  display: table;
}
contacts-widget .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2f2f2f;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.contacts-widget .contacts-info-list > li .info-item {
  display: table-cell;
  vertical-align: middle;
}
.contacts-widget .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
    background: #013b69;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.contacts-widget .contacts-info-list > li + li {
  margin-top: 22px;
}
.info-item > a{
    color: #888888;
}
#googleMap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  padding: 20px;
}
.map
{
    margin-top:40px;
}
.ulicop
{
    font-size:18px;
    text-decoration:underline;
    line-height:28px;
      color: rgb(34, 31, 31);
}
.ulicop > li
{
  margin-top: 15px;
}
.otpage{
      background-color: #fff;
  font-size: 19px;
  color: rgb(98, 107, 117);
  display: inline-block;
  padding: 5px;
    margin-left: 23px;
}
hr {
  border: none;
  border-top: dotted 1px;
  width: 100%;
  height: 10px;
  color: #221F1F;
}
.picop
{
    font-size:18px;
   color: #221F1F;
      margin-left: 23px;
}
.pticop
{
    font-size:28px;
     color: #221F1F;
       margin-left: 23px;
}
.required {
  color: Yellow;
}
.sundown {
  color: #000000;
}
.red {
  color: #ff0000;
}
.pmember
{
    text-align:center;
    font-size: 24px;
      color: #ffffff;
}

.member {
  background-color: #013b69;
  padding: 45px;
  margin-bottom: 70px;
}
.twom
{
    color:#fff;
     font-size: 18px;
     margin-top:20px;
}
.type
{
       color: #ffffff;
 text-align:right;
  font-size: 14pt;
  margin-bottom:20px;
}
.pmem{
    color:#fff;
    font-size:14px;
    float: right;
  
    
}

.mselect > select
{
    margin-left:10px;
}
.mselect
{
  color:#fff;
    font-size:14px;
    float:right;
     margin-left: 10px;
      max-width:112px;
      width:112px;
}
.acde
{
  color:#fff;
    font-size:19px;
 
}
/*.mwidth112
{
    max-width:112px;
    width:112px;
}*/
input.file {
  
    background-color: #fff;
      padding-top: 6px;
    font-size: 20px;
    
    
    filter: alpha(opacity=0);
}
.Observation > p
{
      color: #221F1F;
    font-size:30px;
    text-align:center;
    margin-top:20px;
}

.obtit
{
  color: #221F1F;
       font-size:20px;
        margin-top:60px;
        text-align:right;
}
.obwid
{
    font-size:19px;  
    float:right;
}
@media (min-width:450px)
{
    .obwid
    {
      max-width: 350px;
  width: 350px;
    }

}
.required > span{
   color: Yellow;
   max-width:350px;
 width:350px;
}
.sel 
{
  font-size:19px;
    width: 160px;
}
.obrad{
      display: inline-block;
}
.obrad > span{
    color:#fff;
    font-size:20px;
}
.spanwit
{
    color:#fff;
    font-size:14px !important;
}
.fsize14
{
    font-size:14px;
}
@media (min-width:589px)
{
.orient img
{
    margin-right:20px;
   
}
.orient input
{
    margin-bottom:30px;
}
}
@media (min-width:550px)
{
    .obtexta
{
      width: 500px;
  height: 300px;
}
}
@media (max-width:350px)
{
input.fileob
{
  max-width:100%;
}
}
input.fileob
{
      background-color: #fff;
  padding-top: 0px;
  padding-left: 10px;
  font-size: 19px;
}
 input[type="submit"] {
 
  background-repeat: repeat-x;
  text-align: center;
  width: 100px;
  cursor: pointer;
  border: solid 0px;
}
 .obborder
 {
       background-color: rgb(81, 167, 191);
 }
input[type="radio" i], input[type="checkbox" i] {
    background-color:#ffffff;
    color:#ffffff;
}
.ulicop > li > a{
   color: rgb(34, 31, 31);
}
.Membership_Type > label{
    color:#fff;
}

.list-unstyled li a
{
    width:300px !important;
    text-align:right !important;
    padding:10px;
    color:#000000 !important;
    line-height:25px !important;
}
.list-unstyled li a:hover {
    color:#ffffff !important;
}
.newstext span
{
    color:#000000;
}

.secclear
{
    clear:both;
    padding:10px 0px;
}
.clr
{
    clear:both;
}
h2 a{
    color:#000000;
}
.evtimg
{
    margin:10px auto;
}

.sitetitle h1{
      text-align: center;
  background-color: #013b69;
  color: #ffffff;
  font-size: 33px;
  padding: 40px 0px;
  margin-bottom:-10px;
}
.fullwidth
{
    width:100%;
}
.owl-carousel {
    direction:ltr;
}
#section13
{
    overflow:hidden;
}
.srwtitles
{
    text-align:center;
    font-family:'Droid Arabic Kufi';
    color:#000000;
}
.spaceme{
    margin:30px 0px 0px;
}
.observertitle
{
    font-size:20px;
}
.observerinfo
{
    margin:5px 0px;
    font-size:15px;
}
.mainmenu
{
    background:url(../../img/menusep.png) repeat-y;
}
.obs h1
{
    font-size:30px;
}
.obs .green
{
    color:#009000;
}
.obs .required
{
    color:#ff00ff;
    font-size:28px;
}
.socialicon
{
    margin:0px 10px;
    max-width:40px;
}
.form-login a,.form-login a:active,.form-login a:visited,.form-login a:focus
{
    color:#ffffff;
}
label.error {
    position: absolute;
    right: 143px;
    top: -27px;
    border: solid 1px #000;
    background: #ff0000;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
    padding: 5px 10px;
    color:#ffffff;
    border-radius:5px;
}
.form-login div
{position:relative;


}
.newscontent img
{
    width:100%;
    margin:0px 0px 10px;
}
.orange img
{
    height:100%;
    max-width:100%;
}
#owl-demo .item.orange
{
    padding:0px;
    margin:0px;
}
.topspace
{
    margin-top:10px;
}
.bluebuttonsmall a
{
    color:#ffffff;
    font-family:greta;
    font-size:16px;
}
.contitle
{
    padding:10px !important;
}
.amnimg
{
    height:150px;
}
/*----Menu ------------*/
#mainmenu
{
    position: relative;
	background-color: #013b69;
	z-index: 9999;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
    font-family: 'Droid Arabic Kufi', serif;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
}


.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: center; /* add to align vertical */
}
.fullheight
{
    height:100%;
}
.parallax-window
{
    height:500px;
}
.parallax-window7
{
    height:520px;
}
.parallax-window9
{
    height:420px;
}
@media (max-width:1200px) and (min-width:992px)
{
    .parallax-window7
{
    height:620px;
}
}
@media (max-width:991px)
{
    .parallax-window7
{
    height:1000px;
}
    .fullheight
{
    height:auto !important;
}
    .img-container {
    position: relative;
   display:block;
   margin:25px auto;
   right:0px;
   text-align:center;
}
    #section3 .about-slider
    {
        top:0px;
    }
}
.muh19,.saf19,.raa19,.rat19,.jua19,.jut19,.raj19,.sha19
{
    display:none;
}
.top140
{
    margin-bottom:20px;
}
.obyear
{
    font-size:24px;
}
tr:nth-of-type(odd)
{
    text-decoration:none !important;
}
.countryname
{
    font-size:20px;
}
.friendslist
{
    color:#29487f;
}
.centertext
{
    text-align:center;
}
.lom
{
    position:relative;
}
.lom img
{
    position:absolute;
    top:0;
    bottom:0;
    margin: auto;
}
.lom span
{
    margin-right:40px;
}
.obs h2
{
    font-size:25px;
}
.sunup
{
    color:#fb8301;
}
.software
{
    text-align:center;
    color:#000000;
    font-size:16px;
}
header p
{
    font-size:16px;
    color:#000000;
}
.amntext
{
    font-size:19px;
}
.amntext a
{
    color:#fcfe4a;
}
.newscontent
{text-align:center;}
#section14 h2{
    font-size:27px;
}
.contt
{
    font-size:25px;
}
.contte a
{
    font-size:17px;
    color:#fcfe4a;
}
.verytopheader
{
    height:43px;
    background:#013b69;
    line-height:43px;
    color:#ffffff;
}
.verytopheader a
{
    color:#f7ff39;
}
.media-top
{
    list-style:none;
}
.media-top li, .media-top-2 li {
    display: inline-block;
}
.media-top .item{
    margin:5px 0px;
}
.media-top .item a{
    padding: 0px 8px;
    color: #ffffff;
}
.username
{
    color:#ffffff;
}
.sitetitle
{
    background:url(../../img/headbg.jpg) no-repeat;
    background-size:cover;
}
.org
{
    font-size:30px;
    color:#e82929;
}
.countryname
{
    color:#4580ae;
}
.obtit
{
    font-size:24px;
    font-weight:bold;
}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 16px;
    height:43px;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	border: solid 1px #ccc;
	padding: 0px 10px 0px 32px;
	width: 55px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
    background-color:transparent;
    border:none;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.searchbar input:-moz-placeholder {
	color: #999;
}
.searchbar input::-webkit-input-placeholder {
	color: #999;
}
.searchbar input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}

.searchbar input[type=search]:focus {
	width: 250px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.searchbar input:-moz-placeholder {
	color: transparent;
}
.searchbar input::-webkit-input-placeholder {
	color: transparent;
}
.searchbar
{
    position:relative;
}
.searchbar .fa
{
    position:absolute;
    left:0px;
    top:5px;
    color:#ffffff;
    pointer-events:none;
}
.searchheight
{
    height:1200px;
}
.sitetitle h1
{
    background-color:transparent;
}
.dropdown-menu
{
    z-index:99999;
}

.meta-item.date
{
    margin-left:50px;
}
h2 small
{
    margin-right:10px;
    font-size:16px;
    color:#4c0b5f;
}
.newspack h2
{
    margin:20px 10px;
    color:#12c;
}
.menulang a
{
    font-size:17px;
}
.newsticker
{
    text-align:center;
    white-space:nowrap;
}
.htmlcontainer h1, .htmlcontainer h1 p
{
    font-size:35px;
}
.htmlcontainer font[color=yellow]
{
    color:#800000 !important;
}
.ddlcountry
{
    background:#ffffff;
    height:33px;
    width:180px;
    color:#000000;
    display:inline-block;
    padding:5px;
}
a.ddlcountry
{
    color:#000000;
}
.photonote
{
    color:#ffffff;
    font-size:18px;
}
.bigbtn
{
    font-size:18px;
}
pre
{
    font-size:15px;
}
.type
{
    font-size:19px;
    color:#87cfff;
    font-weight:bold;
      margin-bottom:30px;
      margin-top:50px;
}
.pmem,.mselect
{
    font-weight:bold;
    font-size:19px;
    margin-bottom:0px;
}
.prodimgs
{text-align:center;}
.twom a{
    color:#ebe124;
}
.countryname
{
    margin-top:30px;
}



.prodimgs
{text-align:center;}
.twom a{
    color:#ebe124;
}
#profession-error
{
      top: 20px;
}
#phone-error
{
  top: 5px;
}
#state-error
{
 top: 5px;
}
#city-error
{
 top: 5px;
}
@media (min-width:992px)
{
#hdnNationality-error
{
    top: 1000px;
    z-index: 99999;
   
    font-size:10px;
}
}
@media (max-width:991px)
{
#hdnNationality-error
{
    top: 950px;
    z-index: 99999;
}
}
@media (max-width:479px ) and (min-width:424px)
{
#hdnNationality-error
{
    top: 730px;
    z-index: 99999;
}
}
@media (max-width:423px)
{
#hdnNationality-error
{
    top: 760px;
    z-index: 99999;
}
}
@media (max-width:482px)
{
#hdnNationality-error
{
    top: 790px;
    z-index: 99999;
}
}
@media (max-width:335px)
{
#hdnNationality-error
{
       top: 840px;
    z-index: 99999;
}
}
@media (max-width:328px)
{
#hdnNationality-error
{
       top: 870px;
    z-index: 99999;
}
}
@media (min-width:992px)
{
#hdnCountry-error
{

    font-size:10px;
    top: 1060px;
    z-index: 99999;
}
}
@media (max-width:991px)
{
#hdnCountry-error
{
    top: 890px;
    z-index: 99999;
}
}
#profession-error
{
    z-index:9999;
}
.marb10
{
    margin-bottom:10px;
}
.marr8
{
    margin-left:8px !important;
}
.fname
{
        text-align: right;
    float: right;
    width:50%;
    margin-right:10px;
   color:#fff;
}
.lname
{
    text-align: right;
    float: right;
  color:#fff;
}

.flname
{
   padding:10px 0;
}
@media (max-width:320px)
{
    .lname {
        font-size:12px;
    }
    .fname {
          font-size:12px;
    }

}
.preg
{
color:#fff;
margin-right:10px;
margin-top:20px;
}

@media (max-width:475px)
{
    label.error
    {
        font-size:10px;
    }
}
#hdnCountry-error
{
    font-size:10px;
}
#hdnNationality-error
{
    font-size:10px;
}
@media (max-width:991px) {
    #hdnCountry-error {
        top: 1070px;
       
    }

    #hdnNationality-error {
        top: 1150px;
       
    }
}
@media (max-width:768px)
{
#hdnCountry-error
{
   top:1030px;
  
}
#hdnNationality-error
{
    top:1100px;
   
}
}
@media (max-width:423px)
{
#hdnCountry-error
{
   top:1100px;
  
}
#hdnNationality-error
{
    top:1160px;
   
}
}
@media (max-width:334px)
{
#hdnCountry-error
{
   top:1150px
  
}
#hdnNationality-error
{
    top:1250px;
   
}
}
@media (max-width:321px)
{
#hdnCountry-error
{
   top:1200px
  
}
#hdnNationality-error
{
    top:1300px;
   
}
}
.cwh
{
    color:#fff !important;
}
.type > span
{
    color:#fff !important;

}
.fologin
{
    background:#013B69;
}
.pad30 {
    padding: 30px;
}
    .text-capitalize
{
    text-align:center;
    color:#fff;
     margin-top:20px;
    padding-bottom:10px;
}
       input.first-name
    {
        max-width:100%;
    }
       input.last-name
    {
        max-width:100%;

    }
       .acde
{
  color:#fff;
    font-size:19px !important;
 
}
            .social-footer
       {
           float:right;
       }
              .Mandatory
           {
               color:yellow;
               margin-bottom:30px;

           }
                   .Mandatory
           {
               color:yellow;
               margin-bottom:30px;
           }
           .fsize16
           {
               font-size:19px;
           }
           .pmem.fsize16 span
           {
               font-size:12px;
               color:#65CFFF;
           }

         label.error
         {
               top:initial !important;
         }
           @media (max-width:335px)
              {
                  .hsdn
                  {
                      display:none;
                  }
              }
            .fxib
              {
                  padding-bottom: 20px;
    display: inline-block;
              }
            @media(max-width:375px)
{
    .lom > span {
        display:inline !important;
        margin-right:0px;
    }
    .lom img
    {
        position:initial !important;
    }
}
                         @media (max-width:350px)
              {
                  .amntext
                  {
                      font-size:12px;
                     position: absolute;
    display: inline-table;
                  }
                  .amntitle{
                      font-size:33px !important;
                  }
              }
                           @media (max-width:991px)
       {
 .social-footer
       {
           float:none;
       padding-top:20px;
           }
 #section11 header h3
 {
     margin-left:0px !important;
         display: inline-block !important;
 }
       }
                           .fsize45
                           {
                               font-size:45px;
                           }
                           .fix > div
                        {
                            display:inline;
                        }
                           .observ
                        {
                            width:100%;
                            white-space:normal;
                            max-width:100%;
                            overflow-wrap:break-word;
                            overflow-x:hidden;
                        }
                           a.editable
                           {
                               color:#ffffff;
                           }
                           .countcont
                           {
                               padding:10px 0px;
                           }

                           @media (max-width:799px)
                           {
                              .verytopheader{
                                  height:auto;
                              }
                              .imgnav
                              {
                                  float:right;
                                  width:auto !important;
                              }
                              .tacenter
                              {
                                  max-height:140px;
                                  padding:20px;
                              }
                              .sitetitle
                              {
                                  display:none;
                              }
                              .mobiletitle
                              {
                                  display:inline-block;
                                  float:right;
                                  padding:50px 0px;
                              }
                              .mobiletitle h1,.mobiletitle h2{
                                  color:#fff;
                                  text-align:center;
                                  font-size:20px;                                  
                              }
                              .menu-button
                              {
                                  text-align:center;
                                  font-size:20px;
                                  padding:50px 20px !important;
                                  float:left;
                              }
                           }
@media (min-width:800px) {
    .mobiletitle
                              {
                                  display:none;
                              }
}
.newbg
{
    background: #013b69 url(../../img/bglow.jpg) no-repeat center center;
    height:300px;
}

.hsdn
{
    margin-top:120px;
    text-align:center;
    color:#013b69;
     -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.icopsitetitle
{
    background:#000 url(../../img/icopbg.jpg) no-repeat center center;
}
.icopsitetitle h1{
      text-align: center;
  background-color: #013b69;
  color: #ffffff;
  font-size: 33px;
  padding: 20px 0px 0px;

}
.icopsitetitle h2{
      text-align: center;
  background-color: #013b69;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 0px 30px;
    margin-bottom:-10px;
}
.icopsitetitle h1,.icopsitetitle h2
{
    background-color:transparent;
}
a.ddlcountry
{
    color:#000000;
}
.uacnsitetitle
{
    background:#000 url(../../img/uacnbg.jpg) no-repeat center center;
}
.uacnsitetitle h1{
      text-align: center;
  background-color: #013b69;
  color: #ffffff;
  font-size: 33px;
  padding: 20px 0px 0px;
  -webkit-text-stroke: 1px black;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;

}
.uacnsitetitle h2{
      text-align: center;
  background-color: #013b69;
  color: #ffffff;
  font-size: 24px;
  padding: 15px 0px 30px;
    margin-bottom:-10px;
    text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.uacnsitetitle h1,.uacnsitetitle h2
{
    background-color:transparent;
}
.uacselector
{
    text-align:center;
    margin:0px 0px 20px;
}
.uacselector select
{
    width:200px;
    height:40px;
}
.uacimg img
{
    width:100%;
    margin:10px;
}
.uacimgdesc
{
    width:100%;
    text-align:center;
    margin:0px 0px 20px;
}
.uacndesc
{
    text-align:center;
    margin:20px 0px 0px 0px;
}
.uachr
{
    width:60%;
}
.newheader h1.hsdn{
    line-height:55px !important;
}
.uacsection iframe{
    max-width:100% !important;
}
 .google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .parallax-window11
    {
        background:url("../../img/contact.jpg") no-repeat;
    }
      .instit
  {
      color:#ffffff;
      font-size:12px;
  }
      .current a
      {
          background-color:#013b69 !important;
          color:#fff;
      }
.newscontent div {
    min-height: 300px;
}

.allNewsText{
    font-size:22px;
}



.form-group {
    width: 25%;
    align-self: center;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.allNews {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 25px 0px;
}

.NewsLabel {
    font-family: 'Droid Arabic Kufi', serif;
}

.newsText {
    color: #000 !important;
}

    .newsText:hover {
        text-decoration: unset;
    }

    @media (max-width:700px){
        .form-group {
            width: auto;
            align-self: center;
            text-align: center;
            margin: auto;
            margin-bottom: 15px;
        }
    }