@font-face {
	font-family: "OptimaLT";
	src: url("../font/fonts/OptimaLT.eot?#iefix") format("embedded-opentype"),
		url("../font/fonts/OptimaLT.woff") format("woff"),
		url("../font/fonts/OptimaLT.ttf") format("truetype"),
		url("../font/fonts/OptimaLT.svg#OptimaLT") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font-family: "OptimaLT", serif;
}

html {
	min-width: 350px;
}

.text-justified {
	text-align: justify;
}

.navbar-toggle .icon-bar {
	background: #fff !important;
}

.fixed-header {
	position: fixed;
	background: #f7f7f7;
	width: 100%;
	border-radius: inherit;
	top: 0;
	height: 30px;
	overflow: hidden;
}

.navbar-nav > li {
	padding: 0 15px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
}

.project-inner-nav {
	background: #947b24;
	width: 100%;
}

.project-inner-nav h3 {
	color: #fff;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.project-inner-nav .tabs {
	padding: 5px 12px;
	color: #fff;
	text-transform: uppercase;
}

.project-inner-drpdwn {
	background: #947b24 !important;
	width: 241px;
}

.dropup .caret {
	border-top: 0 dotted;
	border-bottom: 4px solid #fff;
	content: "";
}

.project-dropup .dropdown-menu a {
	display: block;
	text-align: left;
	border-bottom: 1px solid #f9f8f8;
	font-size: 14px;
}

.project-dropup a {
	padding: 5px 12px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.project-dropup .dropdown-menu a {
	display: block;
	text-align: left;
}

.centered.tab-nav {
	text-align: center;
	background: #947b24;
	z-index: 7;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	position: relative;
	display: inline-block;
	padding: 5px 26px;
	top: -1px;
}

.row.feature {
	margin: 5rem 0;
}

body {
	line-height: 1.7;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

::selection {
	color: #fff;
	background: #b08421;
}

.page-accent-heading {
	text-transform: uppercase;
	color: #497d0a !important;
	text-shadow: 2px 2px #e2e2e2;
	font-weight: bolder;
	font-size: 2rem;
}

.para-large-font {
	font-size: 1.3rem;
}

.box-image {
	min-width: 100%;
	min-height: 209px;
	background-size: cover;
	background-position: center;
}

.carousel-indicators {
	z-index: 7 !important;
}

.coloured-background {
	background: #eee;
	padding: 27px;
}

.coloured-background p {
	color: #333;
}

.shaddow-box {
	margin: 2rem 0;
	border: 4px solid #ccc;
	box-shadow: 0 2px 18px 0 rgba(56, 53, 53, 0.3);
	height: auto;
	padding: 1rem;
	min-height: 342px;
}

.shaddow-box .icons {
	border: 1px solid #bf9401;
	padding: 10px;
	border-radius: 50%;
}

.shaddow-box h4 {
	margin-top: 45px;
	text-transform: uppercase;
}

.price_figure {
	background: #bf9401;
	padding: 10px;
	font-size: 16px;
}

.pricing_table {
	text-align: center;
	line-height: 150%;
	width: 75%;
	max-width: 800px;
	padding-top: 10px;
	margin: 100px auto 0;
}

.price_block {
	width: 100%;
	color: #fff;
	float: left;
	list-style-type: none;
	transition: all 0.25s;
	position: relative;
	box-sizing: border-box;

	margin-bottom: 10px;
	border-bottom: 1px solid transparent;
}

.features {
	background: #def0f4;
	color: #000;
}

.features li {
	padding: 12px 15px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}

.footer {
	padding: 15px;
	background: #def0f4;
}

.action_button {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(#666, #333);
	padding: 5px 20px;
	font-size: 11px;
	text-transform: uppercase;
}

.pricing_table h3 {
	text-transform: uppercase;
	padding: 5px 0;
	background: #333;
	margin: -10px 0 1px 0;
}

.price_block:hover {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
	transform: scale(1.04) translateY(-5px);
	z-index: 1;
	border-bottom: 0 none;
}

.price_block:hover .price {
	background: linear-gradient(#db7224, #f9b84a);
	box-shadow: inset 0 0 45px 1px #db7224;
}

.price_block:hover h3 {
	background: #222;
}

.price_block:hover .action_button {
	background: #f9b84a;
}

.columns p {
	text-align: justify;
}

.more-detail-btn {
	width: 100%;
	display: block;
	text-align: center;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	content: "";
}

.heading-line-height {
	line-height: 40px;
}

.inner-drop-down {
	display: none;
}

.map {
	height: 500px;
	margin: 10px 0;
	border: 1px solid #ccc;
	box-shadow: 0 2px 18px 0 rgba(56, 53, 53, 0.3);
	border-radius: 4px;
	padding: 20px;
}

/******************* main slider    ///////////*************/

.main-slider {
	height: min(650px, 80vh);
	background-size: cover;
	background-position: center;
  	
}

@media only screen and (max-width: 600px) {
	.main-slider {
	  height: min(550px, 35vh);
	  background-size: cover;
	  background-position: center;
	}
  }

.inner-slider {
	min-height: 400px;
	background-size: cover;
	background-position: top;
}

.slider-img {
	height: min(650px, 80vh);
	background-size: cover;
	background-position: center;
}

.white-bg {
	background-color: #ffff;
}

.media-center {
	background-image: url("../images/media.jpg");
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	.price_block {
		width: 50%;
	}

	.price_block:nth-child(odd) {
		border-right: 1px solid transparent;
	}

	.price_block:nth-child(3) {
		clear: both;
	}

	.price_block:nth-child(odd):hover {
		border: 0 none;
	}

	.governing-body li {
		width: 90%;
	}
}

@media only screen and (min-width: 768px) {
	.price_block {
		width: 25%;
	}

	.price_block {
		border-right: 1px solid transparent;
		border-bottom: 0 none;
	}

	.price_block:last-child {
		border-right: 0 none;
	}

	.price_block:hover {
		border: 0 none;
	}
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	text-align: left;
}

.mega-menu-slider {
	min-width: 100%;
	min-height: 132px;
	background-size: cover;
	background-position: center;
	border: 2px solid #ca9b0d;
}

span.blocks-titles {
	color: #ffde77;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	text-align: left;
	display: block;
	padding: 0 11px;
}

p {
	margin: 0 0 1em !important;
}

h2,
h3,
h4 {
	font-family: "OptimaLT", sans-serif !important;
}

.animated {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.show {
	opacity: 1;
}

.pDark p {
	color: #6d6d6d;
}

.feature a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
	text-align: center;
	line-height: 41px;
}

.pDark h3 {
	color: #bebebe;
}

.btn {
	color: #fff;
	background: #b08421;
}

.btn:hover {
	color: #fff !important;
	background: #00b361;
}

.btn {
	display: inline-block;
	padding: 8px 12px;
}

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

.form-group {
	margin: 0 auto 15px;
	width: 75%;
}

.form-control {
	padding: 22px 4px;
	outline: none;
	color: #5a5a5a;
	max-width: 100%;
	display: block;
	margin: 0 0 20px;
	background: #f5f2ed;
	font-size: inherit;
	border-radius: 0 !important;
	width: 99%;
	border: 1px solid #bbb4b4;
}

a {
	color: #b08421;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.btn {
	border: 0;
	border-radius: 0;
}

.btn-primary {
	background: #b08421;
}

.form-control {
	border-radius: 0;
}

.mrgn30 {
	margin: 30px 0;
}

#top {
	margin-top: 110px;
}

.topHome {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}

.topHome:hover {
	color: #f89f9f;
}

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

.header {
	position: fixed;
	width: 100%;
	z-index: 8;
	border-radius: 0;
	border-bottom: 1px solid rgba(214, 214, 214, 0.26);
	transition: all 0.2s ease-in;
	top: 30px;
	height: 80px;
}

.header {
	background-color: rgb(91, 91, 91);
}

.navbar-nav,
nav .dropdown-menu {
	background: rgba(51, 51, 51, 0.8);
}

#myCarousel {
	margin-top: 20px;
}

/*----Nav ----*/
.header .navbar-brand {
	float: left;
	line-height: 18px;
}

.navbar-brand b {
	color: #b08421;
	font-family: "Oswald", sans-serif;
	font-weight: 900;
}

.navbar-brand b i {
	color: #fff;
	font-style: normal;
}

.logo {
	font-size: 2.2em;
	text-shadow: none;
}

.main-logo {
	width: 70px;
	margin-top: 10px;
}

.logo:hover {
	color: #5a5a5a;
}

.header .navbar {
	margin: 0;
	background: transparent;
	border: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f0d57a !important;
}

.navbar-nav > li:hover > a {
	color: #86bd2e;
}

.header .navbar-nav > li > a {
	padding: 30px 18px;
	color: #fff;
	font-size: 16px;
}

.page-section {
	width: 100%;
	height: auto;
}

.page-section h2 {
	color: #b08421;
}

.page-section p {
	font-size: 15px;
	line-height: 1.5em;
}

/*--- Banner ----*/
.banner-container {
	width: 100%;
	padding: 0;
	background-size: cover;
	position: relative;
}

.banner-container:before {
	position: absolute;
	z-index: 1;
	content: "";
	height: inherit;
	bottom: 0;
}

.banner-container > img {
	width: 100%;
}

.heading h2 {
	color: #222;
}

.heading {
	padding: 3px 10px 15px;
	margin-bottom: 30px;
	display: block;
}

.heading p {
	font-size: 1.2em;
}

img,
video,
iframe,
embed,
object {
	max-width: 100%;
	height: auto;
}

/* Features -------------------------------------------------*/
#aboutUs {
	background: #fff;
	overflow: hidden;
}

/*noinspection ALL*/
#faisalMasjid {
	background-image: url(/images/slider/faisal-masjid.jpg);
	background-size: cover;
	background-position: center;
	height: min(650px, 80vh);
}

#featureProperties {
	background: #e8e8e747;
	overflow: hidden;
}

.textOverImage {
	margin: 20px auto;
	position: relative;
	color: #fff;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
}

.locationInfoWrapper {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	bottom: 0;
	background: #b08421;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 20px;
}

h3.locationTitle {
	color: #fff;
	bottom: 0;
	margin: 0;
	padding: 11px;
	font-size: 17px;
}

.allLocations {
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	max-width: 1200px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #b08421 !important;
	border-radius: 50px;
}

.slick-dots li button:before {
	color: #b08421 !important;
}

.slide .second {
	padding: 30px;
}

#aboutUs .right {
	padding-left: 32px;
	float: right;
}

#aboutUs .left {
	padding-right: 32px;
	float: left;
}

#aboutUs .left {
	padding-right: 32px;
	float: left;
	text-align: center;
}

#aboutUs .right {
	float: right;
}

/* Services -------------------------------------------------*/

/* Team ---------------------------------------------------*/
.team-member {
	margin-bottom: 15px;
}

.member-img {
	overflow: hidden;
	padding: 5px;
	position: relative;
}

.team-member .member-img img {
	margin: 0 auto;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.team-member h4 {
	font-size: 19px;
	line-height: 22px;
	margin: 5px 0 0;
	text-align: center;
}

.team-member .pos {
	display: block;
	margin: 0;
	text-align: center;
}

.view-project {
	margin-top: 10px;
	width: 266px;
	color: #333;
	background: #e2bb42 !important;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold !important;
}

.view-project:hover {
	color: #fff;
	background: #b08421 !important;
}

#contactUs {
	background-color: #e0e0e0 !important;
}

#contactUs .btn {
	border-radius: 0 !important;
	background: #b08421;
}

.dropup .dropdown-menu {
	width: 285px;
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.team-member {
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
	height: auto;
	border-radius: 7px;
}

/*----------- floor plan ----------- */

.container h3 {
	text-align: center;
}

.min-fonts span {
	display: block;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #ababab;
	width: 40%;
	margin: 0 auto;
}

.feature-media {
	border: 2px solid #ccc;
}

/***---------ploor plan end here ------------*/
/* --Portfolio----- */

#work {
	background: #f4f7f1;
}

#portfolio .items {
	margin-bottom: 0;
}

#portfolio .items li {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}

#portfolio .items li a img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid #c3bdbd;
}

#portfolio .items li a .overlay span {
	color: #fff;
	position: absolute;
	height: 50px;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -25px;
	line-height: 50px;
}

#portfolio .items li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.breadcrumb {
	text-align: center;
}

.page-title {
	color: #ffff;
	background: #525252cf;
	padding-bottom: 20px;
}

.white-bg {
	color: #000;
	background: #ffff;
	padding-bottom: 20px;
}

.btn {
	font-weight: 200;
}

#navigation > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation > li > a {
	margin: 1px;
	color: #000000;
	background: #cccccc;
	display: block;
	padding: 5px;
	text-decoration: none;
	transition: all 400ms;
}

/*Clients*/

footer {
	background: #333;
	color: silver;
	margin-top: 5rem;
	text-align: center;
	padding-bottom: 5rem;
}

footer h4 {
	font-size: 24px;
	margin-top: 5rem;
}

footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer input.form-control {
	padding: 18px 10px;
}

.area1 a {
	margin-bottom: 10px;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

.fancybox-overlay-fixed {
	width: 100%;
	display: none;
	justify-content: center;
	align-content: center;
}

.fancybox-outer {
	display: flex;
	justify-content: center;
	align-content: flex-end;
}

.fancybox-outer h4 {
	position: absolute;
	z-index: 1000;
	margin-top: 87px;
	color: #fff;
}

.ceo {
	background-image: url(../images/management/qaiser_abbas_ceo.jpg);
	min-height: 400px;
	background-size: cover;
	margin-bottom: 15px;
	padding-top: 5px;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
	height: auto;
	border-radius: 4px;
}

@media (min-width: 360px) and (max-width: 640px) {
	.fancybox-inner {
		height: 320px !important;
	}
}

@media only screen and (max-width: 600px) {
}

@media (min-width: 769px) {
	.inner-dp {
		display: block;
	}
}

@media (min-width: 768px) {
	.header .navbar-brand {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	#faisalMasjid {
		background-image: url(/images/slider/faisal-masjid-portrait.jpg);
	}

	.governing-body li {
		width: 90% !important;
	}

	.fancybox-image {
		height: 100vh !important;
	}

	.ceo {
		background-image: url(../images/management/ceo_mobile.jpg) !important;
		min-height: 400px;
		background-size: cover;
		margin-bottom: 15px;
		padding-top: 5px;
		box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
		height: auto;
		border-radius: 4px;
	}

	.media-center {
		background-size: cover;
		background: url("../images/media.jpg") center;
		min-height: auto !important;
	}

	.casablanca-title img {
		float: none !important;
		display: block;
		margin: 40px auto;
	}

	.casablanca-title h2 {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}

	.inner-menu a.tabs {
		padding: 9px !important;
		color: #ffff;
		width: 100%;
		padding-left: 30px !important;
		border: none !important;
	}

	span.blocks-titles {
		display: inline-block;
	}

	.top-bar-links {
		display: none;
	}

	.inner-drop-down {
		display: block;
		background-color: #5b5b5b;
	}

	.min-fonts span {
		width: 100%;
	}

	.overlay-logo {
		text-align: center;
	}

	.overlay-logo img {
		width: 130px;
	}

	#dropdownMenuButton {
		padding: 10px !important;
	}

	.overlay-fancybox {
		width: 100% !important;
	}

	.overlay-fancybox .btn-outer {
		padding-top: 0;
	}

	.fancybox-inner {
		height: 270px !important;
		width: 100%;
	}

	.centered h3 {
		font-size: 15px;
	}

	#aboutUs .left {
		padding-right: 10px !important;
	}

	.navbar-nav > li {
		display: block;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus,
	.navbar-toggle {
		background-color: #b08421 !important;
	}

	.banner-container {
		background-size: contain;
	}

	.team-member .member-img img {
		max-width: 100%;
	}

	.header .navbar-nav > li > a {
		padding: 44px 10px;
	}
}

@media (max-width: 760px) {
	.price_block,
	.pricing_table {
		width: 100% !important;
	}

	ul.dropdown-menu.megamenu-content {
		width: 100% !important;
		padding-top: 0 !important;
	}

	.scroll-link,
	#dropdownMenuButton4,
	#dropdownMenuButton1,
	#dropdownMenuButton2,
	#dropdownMenuButton3 {
		padding: 7px 12px;
		font-size: 14px;
	}

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background: none !important;
		color: #f0d57a;
		padding: 15px;
		background: #635d4b;
	}

	.mega-blocks {
		border: none !important;
	}

	.mega-menu-slider {
		min-height: 143px;
	}

	.header .navbar-nav > li > a {
		padding: 7px 12px;
		font-size: 14px;
	}

	@media (max-width: 480px) {
		.navbar-brand {
			font-size: 12px !important;
		}

		.centered .tabs {
			border: none !important;
		}

		.banner-container {
			background-size: contain;
		}

		.banner-container > img {
			width: 100%;
			height: 240px;
		}

		.page-section {
			padding: 0;
		}

		.page-section h2 {
			font-size: 2em;
		}

		.page-section p {
			font-size: 1em;
			margin: 0 0 20px;
		}
	}

	@media (max-width: 320px) {
		.banner-container {
			background-size: contain;
		}
	}

	.contact-parlex {
		padding-top: 0;
		background: #161616;
	}

	.parlex-back {
		padding: 30px 0;
	}

	/*Price table*/

	.btn:hover {
		color: #333 !important;
		background: #b08421 !important;
	}

	.navMinimize {
		margin-top: -110px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.media-center {
		background-size: cover;
		background: url("../images/media.jpg") center;
		min-height: 45vh !important;
	}

	.navbar-nav > li {
		padding: 0 10px;
		font-size: 16px;
		text-transform: uppercase;
	}

	#dropdownMenuButton {
		padding: 30px 10px !important;
	}

	.header .navbar-nav > li > a {
		padding: 28px 10px !important;
	}

	.megamenu .dropdown.megamenu-fw .dropdown-menu {
		left: 27px !important;
		right: 0;
		width: 93% !important;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.media-center {
		background-size: cover;
		background: url("../images/media.jpg") center;
		min-height: 100vh !important;
	}

	.project-inner-nav {
		top: 20.6%;
	}

	.megamenu .dropdown.megamenu-fw .dropdown-menu {
		left: -32px !important;
		right: 0;
		width: 107% !important;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.main-slider-carousel-inner {
		height: 45vh !important;
	}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
	.centered.tab-nav {
		top: 80px !important;
	}

	.media-center {
		background-size: cover;
		background: url("../images/media.jpg") center;
		min-height: 100vh !important;
	}
}

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: landscape) {
	.ceo {
		background-image: url(../images/management/ceo_mobile_landscape.jpg);
		min-height: 400px;
		background-size: cover;
		margin-bottom: 15px;
		padding-top: 5px;
		box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
		height: auto;
		border-radius: 4px;
	}
}
