@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
body {
	font-size:14px;
	line-height:18px;
}
header, nav, section, article, content, aside, footer, a {
	display:block;
}
.container {
	margin:0 auto;
	width:1155px;
	height:auto;
}
h1, h2, h3, h4, h5, h6, .heading a {
	color:#000;
	text-transform:uppercase;
}
h2 {
	font-weight:normal;
}
.left {
	float:left;
}
.right {
	float:right;
}
input[type="text"] {
}
input[type="submit"]
{
	cursor:pointer;
}
input[type="email"], input[type="tel"]
{
	margin-top:12px;
}

textarea {
    height: 136px;
    margin: 0 0 0 30px;
    padding: 15px 10px;
    resize: unset;
    width: 35%;
}
/*---------------------------------- [Index Page] ---------------------------------------*/
.header-section {
	width:100%;
	height:660px;
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
}
.header {
    float: left;
    width: 100%;
	position:relative;
}
.headerDiv, .banner-bottom {
    width: 100%;
}
.logo {
	width:20%;
}
.menuBar {
	width:80%;
	margin-top:3em;
}
.menu {
	border-radius:5px;
	background:linear-gradient(to bottom, #347A1B 10%, #2F7D17 30%, #246513 60%, #266817 90%);
}
.menu li {
	padding:10px 25px;
	float:left;
	border-right:4px solid #225616;
}
.menu li:last-child {
	border:none;
}
.menu li a {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.menu li a:hover, .categoryHead a:hover, .categoryCol, .categoryCol:hover, .submenu li, .submenu li:hover {
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.menu li a:hover {
	color:#CBEC96;
}
.submenu {
    background:#fff;
    color: #000;
	margin: 10px 0 0 -27px;
	display:none;
	position:absolute;
	font-size:14px;
	text-align:center;
	width:128px;
}
.submenu li a {
    color: #000;
}
.menu li:hover .submenu {
	display:block;
}
.submenu li:hover {
	background:#a8cc34;
}
.submenu li a:hover {
	color:#fff;
}
.submenu li {
    display: block;
    float: none !important;
	margin: 0 !important;
    padding: 10px !important;
	border-bottom:2px solid #225616;
	border-right:none;
}
.banner-bottom {
	margin-top:30em;
	background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 4%, rgba(68, 136, 34, 0.07) 21%, rgba(72, 139, 37, 0.36) 39%, rgba(16, 105, 36, 0.9) 60%, rgba(32, 74, 12, 0.9) 100%);
	background: -o-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 4%, rgba(68, 136, 34, 0.07) 21%, rgba(72, 139, 37, 0.36) 39%, rgba(16, 105, 36, 0.9) 60%, rgba(32, 74, 12, 0.9) 100%);
	background: -ms-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 4%, rgba(68, 136, 34, 0.07) 21%, rgba(72, 139, 37, 0.36) 39%, rgba(16, 105, 36, 0.9) 60%, rgba(32, 74, 12, 0.9) 100%);
	background: -moz-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 4%, rgba(68, 136, 34, 0.07) 21%, rgba(72, 139, 37, 0.36) 39%, rgba(16, 105, 36, 0.9) 60%, rgba(32, 74, 12, 0.9) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 4%, rgba(68, 136, 34, 0.07) 21%, rgba(72, 139, 37, 0.36) 39%, rgba(16, 105, 36, 0.9) 60%, rgba(32, 74, 12, 0.9) 100%);

}
.contentLeft {
	width:36%;
	padding:5em 0 1.55em;
}
.contentInner {
	width:16%;
	padding:7em 0 0 3em;
}
.contentRight {
	width:44.3%;
}
.contentLeft h3, .contentLeft h4 {
	background:#FFF500;
}
.contentLeft h3 {
	padding:0.6em;
	font-size:18px;
}
.contentLeft h4 {
	padding:0.2em 0.6em;
	margin-top:0.1em;
	font-size:16px;
}
.contact, .mainSection, .welcomeDiv, .contentSection, .ongoingProjects, .projectCategory, .propertyLocation {
	width:100%;
}
.mobileIcon {
	background:#DB2323;
	padding:0.5em 0.9em;
	border-radius:50%;
}
.contactHead {
	color:#fff;
	font-size:18px;
	margin-bottom:0.2em;
}
.contactHead, .phoneNo {
	margin-left:0.5em;
	letter-spacing:0.5px;
}
.phoneNo {
	color:#FEF504;
	font-size:18px;
}
.categoryCol {
	width:28.8%;
	position:relative;
	top:-45px;
	height:147px;
	text-align:center;
	background:url(../images/project-bg.png) no-repeat;
	padding-right:1.65em;
}
.categoryCol:hover {
	transform:scale(1.1);
}
.noMrgn {
	margin:0 !important;
}
.categoryCol::after {
	content:"";
	background:url(../images/shadow.png) no-repeat;
	height:26px;
	position:absolute;
	bottom:-2em;
	left:-6em;
	width:313px;
}
.categoryCol img {
	margin-top:2em;
}
.categoryHead {
	margin-top:1em;
}
.categoryHead a {
	color:#204E14;
}
.categoryHead a:hover {
	color:#fff;
}
.contentSection {
	box-shadow:0px 0px 5px #B3B3B3;
}
.welcomeIntro {
	width:53%;
	padding:5em 1em;
}
.welcomeImage {
	width:40%;
	margin:3em 0;
	padding-left:2em;	
	padding-right:1em;
}
.welcomeHead {
	color:#3F5723;
	letter-spacing:1px;
	margin-bottom:1.8em;
	text-transform:unset;
	font-size:28px;
	font-weight:bold;
}
.welcomeInfo {
	color:#474747;
	font-size:17px;
	line-height:28px;
	text-align:justify;
	letter-spacing:0.6px;
}
.readMore {
	margin-top:1em;
	float:right;
}
.readMore a {
	color:#34641A;
	font-size:16px;
}
.propertyLocation {
	padding:0 1px;
	box-sizing:border-box;
	margin-bottom:4em;
}
.propertyImg img {
	width:100%;
	border:4px solid #fff;
	box-sizing:border-box;
	box-shadow:0px 0px 8px #B4B4B4;
}
.newLaunch {
	margin-top:1.5em;
	font-size:22px;
	font-weight:bold;
}
.newLaunch, .green {
	color:#33641a;
}
.projectDiv {
	background:#E2A911;
	margin:0 0.2em;
	text-align:center;
	padding:2em 0;
}
.locationDiv {
	margin-top:1.5em;
}
.projectDesc {
	padding:0em 12em;
	letter-spacing:1px;
	line-height:25px;
	font-size:18px;
}
.projectDiv h2 {
	font-size:25px;
	margin-bottom:1em;
}
.cloned h3 {
	margin:0.7em 0;
}
.cloned h4 a {
	color:#34641A;
	font-size:16px;
	text-transform:initial;
	font-weight:normal;
	text-align:right;
}
.ongoingPart
{
	background: url("../images/ongoing_bg.png")  scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 406px;
    padding: 46px 0 18px;
    width: 100%;
	background-size:cover;
	/* min-width:1349px; */
	}
.locHead {
	font-weight:bold;
	width:23%;
}
.details {
	width:75%;
	margin-left:0.3em;
}
.arrow {
	width:7%;
}
.arrow-img {
	cursor:pointer;
}

.ongoingScroll
{
	background:#fff;
	width:86%;
	height:375px;
	position:relative;
	margin:0 auto;
}
.quickPart
{
	background: url("../images/quickbg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 161px;
    padding: 75px 0;
    width: 100%;
	min-width:1349px;
}
.quickContact
{
    height: 170px;
    width: 150px;
	float:left;
}
.submitBtn, .quickContact {
	background:#34641A;
}
.quickContact h3 {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
	line-height:23px;
}
.enquiry
{
	width:53%;
	float:left;
}
.textPart
{
	width:37%;
	float:left;
}
.textPart {
	margin-left:0.8em;
}
.textPart input[type="email"], .textPart input[type="tel"], .textPart input[type="text"] {
    padding:1em;
    width: 89%;
}
.textPart input, .textarea {
	border:2px solid #6FBC45;
    opacity: 0.7;
}
.submitBtn {
	color: #fff;
    float: right;
    padding:0.9em 2.2em;
    position: relative;
    top: 126px;
	border:none;
}
.contactPart
{
    float: left;
    height: 200px;
    margin: 0 0 0 45px;
    width: 30%;
	background: rgba(0, 0, 0, 0.4);
    -pie-background:  rgba(0, 0, 0, 0.4);	
}

.footerlogo {
    float: left;
    width: 21%;
}

.footernav > a {
    color: #000;
    font-size: 16px;
    margin: 0 0 0 48px;
    text-transform: uppercase;
	float:left;
}

.footernav {
    width: 61%;
}
.footernav, .fbPart {
	margin-top:3em;
}
.contactPart ul
{
	margin: 10px 0 0 25px;
    padding: 0 0 0 60px;
	background:url(../images/home.png) no-repeat;
}
.contactPart li {
    line-height: 21px;
    margin: 0;
    padding: 0;
	color:#fff;
	font-size:16px;
}
.mobile
{
	background: url("../images/mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    margin: 15px 0 0 25px !important;
	height:30px;	
}
.mail
{
background: url("../images/mail.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    margin: 10px 0 0 25px !important;
	height:30px;
}

.footerPart {
	background:url(../images/footerimg.jpg) repeat ;
	height:155px;
	width:100%;
	float:left;
	padding-top:2em;
	padding-bottom:1.75em;
}
.fbPart
{
	width:18%;
}

.fbPart > img {
    display: block;
    margin: 0 auto;
}

.fbPart > h2 {
    float: left;
    text-align: center;
    width: 100%;
	margin-bottom:1em;
	font-size:16px;
}

.fbPart > a {
	margin:0 5.5em;
}
.copyrights {
	margin-top:1em;
	width:100%;
}
.copyrights p {
    float: left;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
	color:#302828;
	font-size:12px;
	letter-spacing:1px;
	line-height:12px;
}
.copyrights a
{
	color:#302828;
	width:27%;
	margin:0 auto;
}
.copyrights a:hover {
	color:#40861B;
}
/*------------------------------ [About Us Page] -------------------------------*/
.aboutContent {
    float: left;
    width: 100%;
	padding:2em 0;
}
.aboutContent h1, .galleryPart h1{
    float: left;
    font-size: 25px;
    padding: 15px 0;
	letter-spacing:1px;
	 width: 100%;
	 color:#39B317;
}

.aboutContent > p {
    float: left;
    font-size: 17px;
    line-height: 25px;
    margin: 18px 0 5px 0;
	letter-spacing:0.5px;
}
.intro {
    width: 100%;
	line-height: 30px !important;
}
.aboutContent > img {
    display: block;
    float: right;
    margin: 23px 0 0;
}
/*--------------------------------- [Gallery Page] -------------------------*/
.galleryPart
{
	width:100%;
	float:left;
}
/*-------------------------------- [Contact Us Page] ---------------------------*/
.contactContent
{
	width:100%;
	float:left;
	padding:1.5em 0;
}
.addressPart
{
	width:50%;
	float:left;
}
.addressPart h1 {
    float: left;
    font-size: 26px;
    font-weight: normal;
    padding: 25px 0;
	width:100%;
	color:#39B317;
}
.addressPart > ul {
    float: left;
    width: 100%;
	background:url(../images/building33.svg) no-repeat ;
	padding: 0 0 0 55px;
}
.addressPart > ul li {
	font-size:16px;
	line-height:22px;
}
.telicon {
    background: url("../images/telephone90.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 23px;
    margin: 15px 0 10px;
    padding: 0 0 0 32px;
	    line-height: 25px;

}
.mobicon
{
	background: url("../images/smartphone55.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    line-height: 25px;
    margin: 15px 0 10px;
    padding: 0 0 0 32px;
}
.emailicon
{
	background: url("../images/email109.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    line-height: 25px;
    margin: 15px 0 10px;
    padding: 0 0 0 32px;
	float: left;
}

.emailicon > a {
    color: #000;
    line-height: 21px;
	font-size:16px;
}

.enquiryform {
    float: right;
    margin: 26px 0;
    width: 50%;
}
#contact label
{
	color: black;
	display: inline-block;
	text-align: left;
	width: 100px;
	margin: 4px 0 0 31px;
	padding:0;
	font-size:16px;
}
#contact input, #contact textarea 
{
	border:1px solid #D5D5D5;
	padding:0.6em 1em;
	background:#fff;
}
#contact input:focus, #contact textarea:focus {
	border:1px solid #E2A910;
}

#contact_name {
    height: 20px;
    width: 230px;
}

#contact_email {
    height: 20px;
    width: 230px;
}
#contact_phone {
    height: 20px;
    width: 230px;
}

#contact_message {
    height: 110px;
    margin-left:1px;
    width: 300px;
}
.submitvalue {
    float: right !important;
    margin: 0 !important;
    position: unset !important;
	background:#34641A !important;
	color:#fff;
	letter-spacing:0.5px;
	font-size:15px;
}

.form > h2 {
    color: #E2A910;
    float: left;
    width: 100%;
}
#contact div
{
	float: left;
	margin: 20px 0 0 5px;
	width: 100%;
	padding:0;
}
textarea
{
	vertical-align: top;
	height: 8.5em;
	resize:none;
}
.error
{
	display: none;
	margin-left: 10px;
}		
.error_show
{
	color: red;
	font-size: 12px;
	margin-left: 8px;
    font-weight: 500;
}
input.invalid, textarea.invalid
{
	border: 2px solid red;
}
input.valid, textarea.valid
{
	border: 2px solid green;
}
.ongoingPro
{
	width:100%;
	float:left;
	padding:2em 0;
}
.ongoingPro > h1
{
	color:#a8cc34;
	margin:0px;
	padding:0.6em 0;
	font-size:34px;
    text-shadow:1px 1px 1px #fff;
	text-align:left;
	font-weight:400;
    text-align:center;
}
.descriptionPart, .videoPart
{
	width:49%;
	float:left;
	padding:0 0 20px 0;
	
}
.videoPart
{
	margin:0 0 0 2%;
	height:400px;
}

.descriptionPart > h1, .galleryPart h2, .videoPart h1 {
    float: left;
    font-size: 22px;
    padding: 15px 0;
    width: 100%;
	color:#FBAB34;
	letter-spacing:1px;
}
.projectDetails {
	margin-top:2em;
}
.descriptionPart > p {
    float: left;
    line-height: 24px;
    padding: 0;
	margin-top:0.8em;
	letter-spacing:0.5px;
	font-size:16px;
}
.mapDirection, .mapDirection img {
	width:100%;
}
.mapDirection {
	margin-bottom:2em;
}
.locationView {
	width:90%;
	margin:0 auto;
	box-shadow:0px 0px 10px #BCBCBC;
	padding:1em;
}