* {
     paddings: 0;
     margin: 0;
  }

body {
       overflow-x: hidden;
       font-family: 'Open Sans', sans-serif;
       text-rendering: optimizelegibility !important;
       -webkit-font-smoothing: antialiased !important;
}

li {
  list-style: none;
  display: inline-block;
}

a {
   text-decoration: none;
   transition: all 500ms ease-in-out;
}

a:hover,
a:active {
     text-decoration: none;
}

h1,
h2,
h4 {
   font-family: 'PT Sans Narrow', Arial, sans-serif;
   text-transform: uppercase;
   font-weight: 700;
}

p {
   font-size: 15px;
   line-height: 21px;
}

.btn {
   transitions: all 300ms ease-in-out;
   font-weight: 500 !important;
   text-transform: uppercase;
}

.btn:hover {
     background-color: #ededed !important;
     color: #3c3c3c !important;
     border: 1px solid #fff !important;
}

/* Navigation */

.navbar {
	background-color: #222222 !important;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: 700;	
}

.navbar a {
	color: #fff !important;
	opacity: 0.7;
}

.navbar a:hover {
	opacity: 1;
	background-color: #111111 !important;
}
@media(max-width:768px) {
	.navbar-brand{
		padding: 10px;
		font-weight: 700;
		font-size: 12px;	
		width: 65%;
	}
} 
@media(max-width:768px) {
	.header-alHaseen{
		width: 65%;
		padding: 30px;
	}
}


/* HEADER */

.header  {
	height: 500px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url(../images/ds.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.header img {
	height: 300px;
	width: 450px;
	margin: 70px 0 0 40px;
}

.header h1 {
	font-size: 40px;
	font-weight: 700;
	padding-top: 30px;
}

.header h1,
.header p,
.header button {
	margin-top: 20px;	
}

.header .btn {
	border-radius: 0px;
	margin: 40px 20px;
}

@media(max-width:768px) {
	.header {
		padding: 30px;
		height: 750px;		
	}
	.header img {
		width: 90%;
		height: 300px;
		margin: 20px 0 0 20px;
	}
	.header .btn {
		font-size: 10px;
		margin-left: 20px;		
	}
	.header h1 {
		font-size: 20px;
	}
	.header p {
		font-size: 10px;
	}
}
.header-wh {
	height: 500px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url(../images/wfr.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.header-wh h4{
	background-color: black;
	text-align: center;
	font-size: 18px;
}
.header-alHaseen {
	height: 500px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url(../images/alHaseen/alHaseen.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.header-alHaseen h4{
	/*background-color: black;*/
	text-align: center;
	font-size: 18px;
}
.header-of {
	height: 500px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	margin-top: 40px;
	background-image: url(../images/ofr.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.header-dp {
	height: 500px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	margin-top: 40px;
	background-image: url(../images/dp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.header-of h4{
	background-color: black;
	text-align: center;
	font-size: 20px;
}
.header-afs { 
	height: 500px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	margin-top: 40px;
	background-image: url(../images/marina_skyline.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.header-afs h4{
	background-color: black;
	text-align: center;
	font-size: 20px;
}
/*.header-afs-1b {
	height: 500px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url(../images/afs.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}*/

/* Services */

.services{
	padding: 80px 0 80px;
	text-align: center;
}

.services h2,
.services h4 {
	color: #4c4c4c;
	margin: 20px 0 20px;
}

.services p {
	color: #737373;
	font-size: 14px;
	padding-bottom: 40px;
}

.services i {
	height: 80px;
	width: 80px;
	font-size: 30px;
	padding: 20px 20px;
	border-radius: 50%;
	background-color: #6699cc;
	color: #fff;
}

@media(max-width:768px) {
	.services{
		padding: 30px;
	}
}

/*Pricing*/
.pricing {
	padding: 30px 0 80px;
	text-align: center;
	background-color: #3399ff;
}

.pricing h2,
.pricing p{
	color: #fff;
}

.pricing p{
	padding-bottom: 40px;
}

.pricing .packages{
	padding: 30px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 30px;	
}

.packages li{
	display: block;
	padding: 5px;
}

.packages h4,
.packages h1,
.packages b{
	color: #4c4c4c;
}

.packages p,
.packages li{
	color: #737373;
}

.packages button{
	margin-top: 10px;
}

@media(max-width:768px) {
	.pricing{
		padding: 30px;
	}
	.packages{
		width: 80%;
		margin-left: 25px;
	}
} 

/*Team*/

.team{
	padding: 10px 0 20px;
	text-align: center;
}
.brdr{
	border-bottom: 1px solid black;
}
.team b,
.team h4,
.team h2{
	margin: 20px 0 20px;
	color: #4c4c4c;
}
.team h2{
	font-size:20px;
}
.team b.rent{
	color: red;
}
.team h4.new-hdr{
	text-align: center;
}
.team p{
	color: black; 
}
.team p.off{
	color: black; /*#737373;*/
	text-align: left;
}
.team .social{
	font-size: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: #222222;
}

.team img{
	height: 150px;
	width: 150px;
	margin-top: 80px;
}
.team i{
	height: 30px;
	width: 30px;
	padding: 5px;
	font-size: 17px;
	border-radius: 50%;
	background-color: white; /*#a0db8e;*/
	color: black; /*#fff;*/
}
.team a:hover i{
	background-color: #709963;
}

/* team-ofr*/
.team-ofr{
	padding: 10px 0 20px;
	text-align: center;
}
.team-ofr img{
	height: 250px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.team-ofr h2{
	font-size:20px;
}
.team-ofr p{
	color: black; 
	text-align: left;
}

/* team-alHaseen*/
.team-alHaseen{
	padding: 10px 0 20px;
	text-align: center;
	
	*height: 500px;
	*width: 100%;
	*padding: 30px 0 30px;
	*margin-top: 10px;
	*background-image: url(../images/alHaseen/p8.jpg);
	*background-position: center center;
	*background-repeat: no-repeat;
	*background-size: 100% 100%;
	*color: #fff;	
}
.team-alHaseen img{
	height: 500px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}
.team-alHaseen img.img-small{
	height: 100px;
	width: 100%;
}
.team-alHaseen  h4.new-hdr{
	text-align: center;
}
.team-alHaseen  h4.bnr{
	*text-align: center;
	*background-color: #404040;
}
.team-alHaseen  p.info{
	text-align: center;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*.team-alHaseen banner{
	background-color: red;
	height: 300px;
	width: 300px;
	margin-top: 10px;
}*/
.team-alHaseen-bnr{
	text-align: center;
	background-color: #1F81CC;
	color: yellow;
	/*height: 50px;
	vertical-align: middle;*/
}
/*.team-alHaseen h4.new-bnr{
	text-align: center;
	background-color: #1F81CC;	
	color: white;
	height: 50px;	
	vertical-align: middle;
}*/

/*Clients*/

.clients{
	padding: 50px 0 80px;
	background-color: #3399ff;
	text-align: center;
	color: #fff;
}

.clients h2{
	color: #5e5e5e;
}

.clients p{
	padding-bottom: 40px;
	font-size: 
}

.clients img{
	width: 150px;
	opacity: 0.6;
	cursor: pointer;
	margin: 40px 0;
	transition: all 500ms ease-in-out;
}

.clients li:hover  img{
	opacity: 1;
}

/*Contact*/

.contact{
	padding: 50px 0 80px;
	padding: 10px 0 10px;
	text-align: center;
	background-color: #BFDBFF;
}

.contact p{
	padding-bottom: 80px;
	color: black;
	font-size: 18px;
}

.contact h2{
	color: black;
	margin: 20px 0 20px;
}

.contact .input-group{
	margin-bottom: 25px;
}

.contact .form-control{
	border-radius: 0 !important;
}

.contact span {
	border-radius: 0 !important;
}

.contact .btn{
	border-radius: 0;
	margin-top: 15px;
	width: 100%;
	font-size: 15px;
	background-color: #f08080;
	color: #fff;
}

.contact .btn:hover{
	background-color: #a85959 !important;
	color: #fff !important;
}

.contact1{
	background-color: #BFDBFF;
	font-size: 18px;
	width: 100%;
	vertical-align: middle;
	align: middle;
}
/*Call-header*/
.call-header{
	background-color: #222222;
	color: #cccccc;
	margin-top: 5px;
	width: 100%;
	padding: 5px;
}
.activity-header{
	background-color: #222222;
	color: white;
	margin-top: 5px;
	width: 100%;
	padding: 5px;
}

.call-header h2{
	color: white;
	font-size: 20px;
	text-align: center;	
}
.term-header{
	background-color: #1F81CC;
	color: white;
	margin-top: 5px;
	text-align: center;
	width:100%;
	padding: 5px;
}
	
/*Footer*/

.footer{
	padding: 30px;
	color: #cccccc;
	background-color: #222222;
}

.footer .social{
	font-size: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-right: 5px;	
}

.footer input{
	height: 40px;
	width: 160px;
	padding: 5px;
	border: none;
	background-color: #cccccc;
	color: #000;	
}
.footer .btn{
	padding: 10px 5px 10px;
	margin: -3px 0 0 5px;
}



















