@font-face {
	font-family: 'Pacifico';
	src: url('pacifico.eot');
	src: url('pacifico.eot?#iefix') format('embedded-opentype'),  url('pacifico.woff') format('woff'),  url('pacifico.ttf') format('truetype'),  url('pacifico.svg#Pacifico') format('svg');
}
#disqus_thread {
	margin-top: 20px;
}

.blue {
	background: #3498db;
	color: #fff;
}
.blue h3 {
	background: #fff;
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center;
	height: 200px;
}
.blue h3 img {
	height: 190px;
	width: 100%;
}
.button {
	background: #3498db;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 48%;
}
.buttons {
	padding: 0 20px 20px;
	margin-bottom: 10px;
}
.buttons .button {
	background: #FFF;
	color: #3498db;
	float: left;
	margin: 5px;
}
.center .slick-center h3 {
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	color: #e67e22;
	opacity: 1;
	transform: scale(1.08);
}
.center h3 {
	opacity: 0.8;
	transition: all 300ms ease;
}
.content {
	margin: auto;
	padding: 20px;
	width: 100%;
}
.content:after, .buttons::after {
	clear: both;
	content: "";
	display: table;
}
.destroy {
	font-weight: 400;
	margin-top: 40px;
}
.features {
	display: block;
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	text-align: center;
}
.features li {
	margin: 20px 0;
}
.filter .button {
	background: #FFF;
	color: #3498db;
	margin-bottom: 40px;
}
.fixed-header {
	background: #FFF;
	box-shadow: 2px 0 5px rgba(0,0,0,0.5);
	display: none;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.fixed-header .header-content {
	margin: auto;
	width: 600px;
}
.fixed-header .subheading {
	display: none;
}
.fixed-header h1.title {
	float: left;
	font-size: 24px;
	margin: 0;
}
.fixed-header ul.nav {
	float: right;
	margin: 0;
	padding: 5px;
}
.fixed-header ul.nav li {
	margin: 0 0 0 10px;
}
.header {
	padding: 20px 0;
}
.margin-40 {
	margin-bottom: 40px;
}
.more, .button.first {
	margin-top: 40px;
}
.red {
	background: #e74c3c;
	color: #fff;
}
.slick-slide .image {
	padding: 10px;
}
.slick-slide img {
	border: 5px solid #FFF;
	display: block;
	width: 100%;
}
.slick-slide img.slick-loading {
	border: 0
}
.slick-slider {
	margin: 30px auto 50px;
}
.subheading {
	color: #555;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	margin: 10px auto;
	text-align: center;
}
.white {
	background: #fff;
	color: #3498db;
}
.white pre, .white hr {
	background: #3498db;
}

body, html {
	
}
code {
	color: #000;
	overflow-x: scroll;
}
h1 {
	color: #3498db;
	font-family: Pacifico;
	font-size: 72px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto 10px;
	text-align: center;
}
h1.title {
	font-size: 96px;
}
h2 {
	font-family: Pacifico;
	font-size: 36px;
	margin: 20px auto;
	text-align: center;
}
h4 {
	font-family: Pacifico;
	font-size: 28px;
	margin: 20px auto;
	text-align: center;
}
hr {
	background: #fff;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: center;
}
p.guff {
	font-size: 16px;
}
pre {
	background: #fff;
	margin: 0 10px 20px;
	padding: 10px;
}
section {
	width: 100%;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: white url(./ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/* Icons */
@font-face {
	font-family: "slick";
	src: url("../slick/fonts/slick.eot") url("../slick/fonts/slick.eot");
	src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: #FFF;
	top: 24%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
.slick-prev:before {
	content: "\2190";
	color: #000;
}
.slick-next {
	right: -25px;
}
.slick-next:before {
	content: "\2192";
	color: #000;
}
/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
}


/* Custom CSS */

.amenities {
	width: 308px !important;
	height: 300px;
	font-family: 'Times New Roman';
    color: #464646;
	text-transform:uppercase;
    font-size: 18px;
    font-weight: 300;
    margin: 0 60px 0 18px;
}
.amenities h3 {
	margin: 15px 0 0 10px;
	padding: 0;
	text-transform: capitalize;
}
.amenities p {
	margin: 8px 0 0 -75px !important;
	padding-left: 0px !important;
	font-weight: normal;
	font-size: 15px;
}


.back-text {
	color: #FFF;
	width: 86%;
	text-align: center;
	margin-left: 7% !important;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
.back-btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	display: block;
	background-color: #0062A8;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 75px;
	font-size: 14px;
}
.projects_div{
	padding:2% 0;	
}

.projects_div h1{
	font-family: 'SortsMillGoudyRegular';
	color: #ce9c2b;
    font-size: 28px;
    font-weight: bold;
    padding: 5% 0 0 4.5%;
    text-transform: uppercase;
	text-align:left;
 
}
.projects_div .project_citi_heading{
	padding:0% 0 0 4.5% !important;
}
.projects_div h3{
	font-family: 'SortsMillGoudyRegular';
	color: #000;
    font-size: 18px !important;
    font-weight: normal;
	    font-style: italic;
    padding: 2% 0 0 5%;
    text-transform: inherit;
	text-align:left;
	margin-bottom: 4px !important;
}
.projects_div h2{
	line-height:16px;	
	font-family: 'SortsMillGoudyRegular';
    font-size: 24px;
    font-weight: normal;
    padding: 1% 0 1% 5%;
	text-align:left;
	margin:10px 0 0;
	text-transform:inherit;
	color: #343434;

}
#main_wss, #main_gds. #main_swds p{
	min-height:0 !important;	
}

.projects_div p{
	color: #343434;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
	padding: 0% 5%;
    margin: 5px 0 0 !important;
	text-align: justify;
	min-height: 50px;

}
.projects_div ul{
	margin-left:2%;	
}
.projects_div ul li{
	color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 22px;
	padding: 0% 1%;
    margin-top: 0;
}
.projects_div .amenities_heading{
	padding:3% 0;	
	text-align:center;
}
.projects_div .amenities_heading_below{
	font-size:22px;
	color: #ce9c2b;
	line-height:35px;	
}
.projects_div .img-responsive{
	padding:10px;
	height:365px;
	width:100%;	
}
.projects_div img{
	padding:10px;
}
.lahore-area-list,  .lahore1-content {
	display: none;
}
.projects_div {
	background-color: rgba(255, 255, 255, 0.90);
	border: 1px solid #c1c1c1;
	height: auto;
	margin-top: 14%;
	position: relative;
}

.project_left_menu {
	height: auto;
    padding: 0 7px 3% 7px;
	background:url(../img/navigation_bg.png);
	background-repeat:no-repeat;
	opacity: 0.95;
}
.project_left_menu .active{
	background-color: rgb(250, 243, 221);
}
div#arrow {
	font-family: 'Times New Roman';
    color: #464646;
	text-transform:uppercase;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 15px 8px 5px;
    margin: 10% 0;
    height: 45px;
    text-align: center;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 100% 104%;
    background-position: 0px 3px;
	
}

.nav-tabs li ul li a {
    color: #3f444a;
    cursor: pointer;
    font-size: 12px;
	
}

.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#f1_container {
	position: relative;
	width: 100%;
	height: 250px;
	z-index: 1;
	perspective: 1000;
	padding:10px;
}

#f1_card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
	transform: rotateY(180deg);
	
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.face img {
	height: 100%;
}
.face.back {
	display: block;
	transform: rotateY(180deg);
	-webkit-backface-visibility: display;
	box-sizing: border-box;
	padding: 10px;
	color: white;
	text-align: center;
	background-color: #e4e4e4;
}
.face.back p {
	margin-top: 5%;
    text-align: justify;
	color: #000;
    font-size: 14px;
	font-family: "Roboto Condensed", sans-serif;
}
.item .c-bg-img-center{
	margin:10px;	
}
.owl-carousel .item {
	/*padding: 10px;*/
	/*border: 1px solid;*/
	margin-left: 2px;
	background-color:#f5ba35;
}
.item-top{
	border-bottom:3px solid #fff;	
}
.item .item-top h2 {
	text-align: left;
	margin: 10px 0 0;
	padding:10px 0 0 10px;
	color: #000;
	font-size: 24px;
    font-weight: bold;
}
.item .item-top p {
	text-align: left;
	margin: 5px 0;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	padding-left:10px;
}

.owl-next {
	position: absolute;
	right: -40px;
	top: 40%;
}
.owl-prev {
	position: absolute;
	left: -40px;
	top: 40%;
}
.lahore-area-list, .lahore1-content {
	display: none;
}
.after_slider{
		background-size:100% 100%;
}
.after_slider_height{
	height:560px !important;	
}
.after_slider_height p{
	visibility: visible; 
	animation-name: fadeInDown; 
	opacity: 1;
	color: #5c6873; 
	margin:3% 0 0 37%; 
	text-align:justify;
	font-weight: 500; 
	font-size:15px; 
	font-family: "Roboto Condensed, sans-serif";	
}
#image-head{
	background-size:100% 100%;
	min-height:750px;
}
.about-section p{
	font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'SortsMillGoudyRegular';
}
.about-section-bottom p{

	font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px 30px;
    text-align: justify;
    font-family: 'SortsMillGoudyRegular';
    width: 40%;
}
.about-section-low-bottom p{

	font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 190px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.48);
    text-align: justify;
    font-family: 'SortsMillGoudyRegular';
}






































