/*
Custom Styles. Bootstrap Styles are default'
*/
/*-------------------------------------------------------------------*/
/* Header full */
/*-------------------------------------------------------------------*/
.animation-delay-7 {
  -webkit-animation-delay: .7s !important;
  -moz-animation-delay: .7s !important;
  -ms-animation-delay: .7s !important;
  -o-animation-delay: .7s !important;
  animation-delay: .7s !important;
}
.header-full {
  background-image: -webkit-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background-image: linear-gradient(to top, #f0f0f0, #f4f4f4);
}
.header-full-title {
  float: left;
  overflow: hidden;
  padding-left: 40px;
}
.header-full-title h1 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: "Muli";
  word-spacing: -7px;
  color: #000;
  font-size: 32px;
}
.header-full-title h1 a {
  color: #000;
  text-decoration: none;
}
.header-full-title h1 span,
.header-full-title h1 span a {
  color: #38d3ff;
}
.header-full-title p {
  margin-bottom: 15px;
  font-size: 1.2em;
  text-align: center;
}
.top-nav {
  float: right;
  position: relative;
}
.top-nav .dropdown {
  display: inline-block;
  margin-left: 20px;
  z-index: 60000000;
  vertical-align: top;
  line-height:30px;
}
.top-nav .dropdown a {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 7px 10px;
  color: #000;
  text-decoration: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 1px #e3e6e8;
  border-top: 0;
}
.top-nav .dropdown > a:after {
  content: none;
}
.top-nav .dropdown a i {
  font-size: 1.2em;
  color: #444;
}
.dropdown-search-box,
.dropdown-login-box {
  overflow: hidden;
  padding: 10px;
  min-width: 300px;
  box-shadow: none;
}
.dropdown-search-box .form-group,
.dropdown-login-box {
  margin: 0;
}
.dropdown-login-box h4 {
  margin: 5px  0 10px 0;
}
.dropdown-login-box .btn {
  margin-top: 10px;
}
.top-nav-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 1px #e3e6e8;
  border-top: 0;
  overflow: hidden;
  float:left;
}
.top-nav-social li {
  float: left;
  margin: 0;
}
.top-nav-social a {
  font-size: 1.5em;
  margin: 0;
  color: #444;
  display: inline-block;
  padding: 7px 10px;
  min-width: 40px;
  text-align: center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.top-nav-social a.twitter:hover {
  background-color: #00aced;
  color: #fff;
}
.top-nav-social a.facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.top-nav-social a.instagram:hover {
  background-color: #517fa4;
  color: #fff;
}
.top-nav-social a.rss:hover {
  background-color: #ef922f;
  color: #fff;
}
.top-nav-social a.linkedin:hover {
  background-color: #007bb6;
  color: #fff;
}
.top-nav-social a.git:hover {
  background-color: #666666;
  color: #fff;
}
.top-nav-social a.googleplus:hover {
  background-color: #dd4b39;
  color: #fff;
}
.top-nav-social a.youtube:hover {
  background-color: #bb0000;
  color: #fff;
}
.top-nav-social a.pinterest:hover {
  background-color: #cb2027;
  color: #fff;
}
.top-nav-social a.wordpress:hover {
  background-color: #4597be;
  color: #fff;
}
.top-nav-social a.flickr:hover {
  background-color: #ff0084;
  color: #fff;
}
.top-nav-social a.vine:hover {
  background-color: #00b48a;
  color: #fff;
}
.top-nav-social a.dribbble:hover {
  background-color: #f26798;
  color: #fff;
}
.top-nav-social a.foursquare:hover {
  background-color: #0072b1;
  color: #fff;
}
.top-nav-social a.tumblr:hover {
  background-color: #32506d;
  color: #fff;
}
* {
}
body {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 14px;	
	overflow-x: hidden !important;
	background-image: url(../images/ongoing-bg.png);
	background-repeat: repeat;
	background-position: left top;
}
/*Typography*/
a {
	color: #f1c40f;
}
a:hover {
	color: #f1c40f;
	text-decoration: underline;
}
hr {
	border-color: #e5e5e5;
	margin: 10px 0 10px 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 38px;
	font-weight: bold;
	color: #333;
}
h1.page_title {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
h2 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
h2 small {
	color: #c7c7c7;
	font-size: 12px;
}
h2.page__title {
	font-size: 30px;
	font-weight: bold;
	padding: 5px 19px;
	background-color: rgba(0,0,0,0.3);
	margin:17px 0px 0px 0px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #262626 !important;
	text-transform: none;
	font-weight: bold;
	line-height:110%;
}
h3 small {
	font-size: 14px;
	font-weight: normal;
}
h3 a {
	color: #262626;
	line-height:110%;
}
h3 a:hover {
	text-decoration: none;
	color: #f1c40f;
}
.typo {
	margin-top: 80px;
}
h4 {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
h4 a {
	color: #999999;
	text-transform: none;
}
h4 a:hover {
	text-decoration: none;
	color: #333;
}
h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #33313a;
}
h2.with__margin {
	margin-top: 70px;
	margin-bottom: 0px;
}
h2.with__margin2 {
	margin: 50px 0;
}
p.small-paragraph {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
p.smaller {
	font-size: 16px;
	color: #bababa;
	text-transform: none;
}
.relative_btn {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: -35px;
}
.headings {
	background-color: #ecf0f1;
}
.headings p {
	font-size: 14px;
	margin-bottom: 35px;
	color: #333;
}
.row.title__block {
	padding: 40px 0;
}
#feedback {
	color: #1c6107;
}
#feedback ul {
	padding-left: 0;
}
#feedback ul li {
	list-style: none;
}
.seper {
	width: 180px;
	height: 1px;
	display: block;
	border-top: 1px solid #fff;
	margin: 15px auto;
}
.headings .seper {
	border-color: #333;
}
/* Forms */
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #ffdd3c;
}
/*Buttons*/
.btn-primary {
	font-size: 14px;
	width: 142px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	text-transform: lowercase;
	border-width: 1px;
	color: #fff;
	font-weight: 300;
	border-color: #ecf0f1;
	background: #000;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #9F2532;
	border-color: #D71E23;
	color: #333;
}
.btn-info {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border-color: #333;
	background: #333;
	text-transform: lowercase;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.btn-primary1 {
	font-size: 14px;
	width: 112px !important;
	height: 35px !important;
	line-height: 35px;
	padding: 0;
	font-weight:bold;
	
	text-align:center;
	border-width: 1px;
	color: #000;
	font-weight: 300;
	border-color: #ecf0f1;
	background-color: #FFF;
}

.btn-primary1:hover, .btn-primary1:focus {
	background-color: #9F2532;
	border-color: #D71E23;
	color: #FFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
	background-color: #9e2532;
	border-color: #D71E23;
	color: #333;
}
.btn-default {
	font-size: 18px;
	text-transform: lowercase;
	font-weight: normal;
	color: #333333;
	border-color: #f1c40f;
	font-family: 'Roboto', sans-serif;
	background: #f1c40f;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: none;
	border-color: #fff;
	color: #fff;
}
button.btn-primary:focus, .btn-default:focus, .btn-info:focus {
	outline: none;
}
.btn-lg {
	width: 140px;
	height: 44px;
	text-transform: lowercase;
	line-height: 40px;
	padding: 0;
}
.btn-md {
	font-size: 14px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-top: -5px;
}
.btn-md1 {
	font-size: 14px;
	width: 110px !important;
	height: 25px !important;
	line-height: 25px;
	padding: 0;
	margin-top: -15px;
	font-weight:bold;
}
footer .btn-md, .recent-posts .btn-md {
	margin-top: 0px;
}
/*Header*/
header {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	width: 100%;
	min-height: 60px;
	position: fixed;
	z-index: 9999;
	top: 0;
	padding: 0px 0;
}
header.normal {
	position: relative;
}
.navbar-header {
	position: absolute;
	left: 50%;
	top: 0px;
}
.navbar-toggle {
	margin-right: 0;
	position: absolute;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	font-size: 30px;
	margin: 0;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	height: 70px;
	display: inline-block;
	display: block;
	background-color: #f1c40f;
	color: #fff;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
	padding: 20px 15px;
}
.navbar-default .navbar-brand a {
	text-decoration: none;
	color: #fff;
}
.navbar-default .navbar-brand span {
	color: #e74c3c;
}
/*Main Navigaion Menu*/
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default {
	background: #444444;
	border: none;
	margin-bottom: 0px;
	position: relative;
	z-index: 999;
}
.navbar-default .navbar-nav {
	padding: 0px;
}
.navbar-default .navbar-nav>li {
	padding: 0;
	margin-left: 40px;
}
.navbar-default .navbar-nav>li:hover {
}
.navbar-default .navbar-nav>li>a {
	color: #999999;
	font-size: 14px;
	padding: 20px 15px;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: capitalize;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav>li.dropdown>a {
	background: none;
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li.open>a, .navbar-default .navbar-nav>li.active>a:hover {
	background: none;
	color: #333;
}
.navbar-default .navbar-nav>li:first-child {
	margin-left: 0px;
}
ul.dropdown-menu {
	left: 0px !important;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
}
.dropdown:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
ul.dropdown-menu li {
	border-bottom: 1px solid #ededed;
}
ul.dropdown-menu li:last-child {
	border-bottom: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu li:first-child {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu>li>a {
	color: #2a2a2a;
	border-top: none;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
}
ul.dropdown-menu>li>a:hover {
	color: #fff;
	border-top: none;
	background: #2a2a2a;
}
/*Carousel*/
.slider {
	position: fixed;
	top: 0px;
	background-color: #ecf0f1;
	height: 100%;
	width: 100%;
	z-index: 5;
}
.absolute__img {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -49px;
	z-index: 99;
}
.slider .btn {
	margin: 10px;
}
.btn-red a{background: #9f2532; /* Old browsers */
background: -moz-linear-gradient(top,  #9f2532 0%, #db2027 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f2532), color-stop(100%,#db2027)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9f2532 0%,#db2027 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9f2532 0%,#db2027 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9f2532 0%,#db2027 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9f2532 0%,#db2027 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f2532', endColorstr='#db2027',GradientType=0 ); /* IE6-9 */ 
border:none !important; color:#FFF; font-size:12px;
}
.btn-red a:hover{background: #db2027 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #db2027 0%, #9f2532 100%) !important;; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db2027), color-stop(100%,#9f2532)) !important;; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #db2027 0%,#9f2532 100%) !important;; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #db2027 0%,#9f2532 100%) !important;; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #db2027 0%,#9f2532 100%) !important;; /* IE10+ */
background: linear-gradient(to bottom,  #db2027 0%,#9f2532 100%) !important;; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2027', endColorstr='#9f2532',GradientType=0 ) !important;; /* IE6-9 */
color:#ccc !important; text-decoration:none !important;
}
.carousel-caption {
	right: -600px;
	left:20%;
	top: 57%;
	font-size: 14px;
	color: #ffffff;
	text-transform: none;
	background-image: url(../images/carousel-caption.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top:35px;
}
.carousel-caption h1 {
	display: block;
	margin: 0px;
  	text-transform: uppercase;
	font-size:28px;
	font-weight: normal;
	color: #fff;
	margin-bottom:0px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.carousel-caption p {
	text-shadow: 1px 1px 3px #666666;
	font-weight: 400;
}
.carousel-caption h1 span {
	color: #ffdd3c;
	border: 2px solid #fff;
	padding: 0 4px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.carousel-control {
	background: none;
	opacity: 1;
	position: absolute;
	top: 0%;
	margin-top: 0px;
	-moz-opacity: 1;
}
.carousel-control span {
	position: absolute;
	top: 50%;
	margin-top: -27px;
}
.carousel-control .carousel-control-left {
	background: url('../images/slider/prev.png') no-repeat;
	width: 73px;
	height: 73px;
	left: 25px;
}
.carousel-control .carousel-control-right {
	background: url('../images/slider/next.png') no-repeat;
	width: 73px;
	height: 73px;
	right: 25px;
}
.carousel-control .carousel-control-left:hover {
	background: url('../images/slider/prev_a.png') no-repeat;
}
.carousel-control .carousel-control-right:hover {
	background: url('../images/slider/next_a.png') no-repeat;
}
.boxed .carousel-control .carousel-control-left {
	left: -150px;
	top: 270px;
}
.boxed .carousel-control .carousel-control-right {
	right: -150px;
	top: 270px;
}
.boxess .carousel-caption {
	top: 150px;
	margin-top: 0px;
}
.boxess {
	background-color: #333;
	position: relative;
	top: 0;
}
.boxess .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
/*Titles*/
.row.nice__title {
	background: url('../images/big_line_bg.jpg') no-repeat;
 // background-size:100% 100%;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 40px 0 60px 0;
	margin-top: -5px;
	color: #bab9b9;
}
.nice__title h2 {
	color: #fff;
}
.row.nice__title img {
	margin: 35px auto;
}
.row.nice__title p.smaller {
	color: #95a5a6;
}
/*Container*/
.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
}
.homepage {
	position: relative;
	margin-top: 33%;
	z-index: 111;
	background: #fff;
}
.row {
	padding: 45px 0;
}
.row.with__sep {
	background: url('../images/lines.png') repeat-x left bottom;
}
/*.container .row:first-child {
    padding:75px 10% 75px 10%;
}*/
p.big-paragraph {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
	color: #e8bd10;
}
.orange {
	color: #f1c40f;
	font-size: 14px;
	text-transform: none;
	padding: 0 0 10px 0;
}
.black-text {
	color: #1e1e1e;
}
.to_top {
	margin-top: -80px !important;
}
.line__bg {
	width: 100%;
	margin: 0;
	padding: 45px 0;
	color: #333;
	background: url('../images/pattern.png') repeat;
}
.line__bg.other {
	background-position: 0 100%;
	padding: 65px 0;
}
.line__bg h1 {
	color: #fff;
	line-height: 48px;
	padding: 5px 10px;
	display: inline-block;
}
.line__bg p {
	margin: 20px auto;
}
.testimonials {
	background: url('../images/WOOD_PATTERN.jpg') repeat;
	padding: 75px 0;
}
.testimonials h2 {
	color: #ffffff;
	position: relative;
	bottom: 20px;
}
.testimonials .seper {
	border-color: #ffffff;
	position: relative;
	bottom: 20px;
}
.testimonials p {
	color: #fff;
	text-transform: none;
	font-weight: normal;
	padding: 10px 0;
	font-size: 18px;
	line-height: 22px;
}
.testimonials p.smally {
	margin-top: -55px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #bab9b9;
}
.testimonials p small {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	font-weight: normal;
}
.testimonials p.small-paragrapher {
	text-transform: uppercase;
	font-size: 14px;
	padding: 40px 0 20px 0;
	font-weight: bold;
	color: rgba(255,255,255,0.8);
}
img.full-width {
	width: 100%;
}
.testimonials ol.carousel-indicators {
	bottom: -70px;
	padding-left: 0;
}
.testimonials .carousel-indicators li.active, .line__bg .carousel-indicators li:hover {
	background-color: #a42433;
	border-color: #d32326;
}
/*Icons Blocks*/
.icons__blocks {
	background: url('../images/bg_pattern.png') repeat left center;
	width: 100%;
	margin: 0;
	padding: 80px 0 80px;
}
.icons__blocks h2 {
	color: #fff;
	background: url('../images/lines.png') repeat-x left center;
}
.icons__blocks h3 a {
	color: #fff;
}
.icons__blocks h3 a:hover {
	color: #77beec;
}
.icons__blocks h2 span {
	background: url('../images/bg_pattern.png') repeat left center;
	padding: 0 40px;
}
.icons__blocks p.small-paragraph {
	position: relative;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 40px;
	color: #5c5c5c;
	font-weight: 800;
}
.icons__blocks p {
	margin-top: 20px;
}
.icons__blocks img.img-rounded {
	width: 100%;
}
.separator {
	background: url('../images/lines.png') repeat-x left 30px;
}
.separator.sub {
	position: relative;
	top: 80px;
	margin-bottom: 20px;
}
/* grey-info-block */
.grey-info-block {
	width: 100%;
	margin: 0;
	margin-top: 0px;
	z-index: 9;
	padding: 55px 0;
	color: #999;
}
.grey-info-block>.container {
	position: relative;
}
.grey-info-block h2 {
	color: #fff;
	border-color: #fff;
}
.grey-info-block h3 {
	padding-bottom: 10px;
	color: #fff;
}
.grey-info-block .col-md-6 img {
	width: 100%;
	margin: 0;
	height: auto;
}
.grey-info-block p.small-paragraph {
	padding: 15px 0 20px 0;
}
.grey-info-block img {
	margin-bottom: 20px;
}
.grey-info-block .btn {
	margin-top: 10px;
}
/*titler*/
.titler {
	padding: 30px 0;
	margin: 0;
}
.titler.project-image img {
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.titler.services {
	background: url('../images/image_1920x697.jpg');
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.titler.specs {
	background: url('../images/pattern1.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
}
.titler.amenity{
	background: url('../images/pattern2.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
}
.titler.floor {
	background: url('../images/pattern3.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
}
.titler.location {
	background: url('../images/pattern4.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
}
.titler.work {
	background: url('../images/pattern5.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
}
.titler.enquiry {
	background: url('../images/pattern6.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
}

.titler.to_do {
	background: url('../images/image_1920x1998.jpg');
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.titler.blog {
	background: url('../images/image_1920x1998.jpg');
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
/*Three Blocks*/
.three__blocks {
	padding-top: 50px !important;
	background-size: auto 100%;
	position: relative;
	z-index: 99;
}
.three__blocks p.smaller {
	color: #a4a4a4;
	font-size: 12px;
	font-weight: 300;
}
.three__blocks.bottomer {
	background-position: left bottom;
	background-size: auto auto;
}
.three__blocks .container>h3 {
	font-size: 36px;
	color: #2c3e50;
}
.three__blocks .col-md-4 h3 a {
	background: url('../images/icons/ico1.png') no-repeat center top;
	padding-top: 80px;
	padding-bottom: 0px;
	display: block;
}
.three__blocks .col-md-4 h3 a:hover {
	background: url('../images/icons/ico1_a.png') no-repeat center top;
}
.three__blocks .col-md-4.middle h3 a {
	background: url('../images/icons/ico2.png') no-repeat center top;
}
.three__blocks .col-md-4.middle h3 a:hover {
	background: url('../images/icons/ico2_a.png') no-repeat center top;
}
.three__blocks .col-md-4:last-child h3 a {
	background: url('../images/icons/ico3.png') no-repeat center top;
}
.three__blocks .col-md-4:last-child h3 a:hover {
	background: url('../images/icons/ico3_a.png') no-repeat center top;
}
.three-blocks {
	background: url('../images/line_bg.jpg') no-repeat center top;
	background-size: 100% 100%;
}
.three-blocks .container .row:first-child {
	padding: 55px 10%;
}
.three-blocks h2 {
	color: #fff;
	text-transform: none;
	padding: 0;
}
.three-blocks p {
	padding: 15px 0 0 0;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
}
.three__blocks p.smaller {
	margin-top: -10px;
	margin-bottom: 20px;
}
.three__blocks p.smaller small {
	font-size: 14px;
	color: #a5a5a5;
}
.three__blocks img {
	margin: 0 auto 20px auto;
}
.three__blocks p:last-child {
	margin-top: 30px;
}
/* Recent Posts */
.recent-posts {
	background-color: #ecf0f1;
}
.recent-posts>.container {
	position: relative;
}
.recent-posts .sep img {
	background: url('../images/bg_pattern.jpg') repeat;
}
.recent-posts .col-md-9, .recent-posts .col-md-3 {
	margin-top: 40px;
}
.recent-posts .col-md-9 .text {
	float: left;
	width: 55%;
	margin-left: 2%;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: -1px;
	margin-bottom: 0px;
	line-height: 24px;
}
.recent-posts .col-md-9 .text p {
	padding: 5px 0;
}
.recent-posts .col-md-9 .text p.small-paragraph {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: none;
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px solid #333;
	font-family: 'Roboto', sans-serif;
	color: #c7c7c7;
	font-weight: normal;
}
.recent-posts .col-md-9 img {
	width: 43%;
}
.recent-posts .col-md-9 article {
	margin-bottom: 50px;
}
.recent-posts .col-md-3 .icon-item {
	padding: 0px;
	margin-bottom: 40px;
}
.recent-posts .col-md-3 .icon-item h4 {
	padding: 0;
}
.recent-posts .col-md-3 .icon-item p.small-paragraph {
	margin-bottom: 0px;
	text-transform: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #d6d6d6;
	font-weight: normal;
}
.recent-posts .col-md-3 .icon-item img {
	float: left;
	margin-right: 10px;
}
/*Social Icons*/
.socialicon {
	position: relative;
	display: inline-block;
	width: 40px;
	margin-right: 5px;
	height: 41px;
}
.socialicon-twitter {
	background: url('../images/social/twitter.png') no-repeat;
}
.socialicon-facebook {
	background: url('../images/social/facebook.png') no-repeat;
}
.socialicon-google {
	background: url('../images/social/google.png') no-repeat;
}
.socialicon-mail {
	background: url('../images/social/mail.png') no-repeat;
}
.socialicon-twitter:hover {
	background: url('../images/social/twitter_a.png') no-repeat;
}
.socialicon-facebook:hover {
	background: url('../images/social/facebook_a.png') no-repeat;
}
.socialicon-google:hover {
	background: url('../images/social/google_a.png') no-repeat;
}
.socialicon-mail:hover {
	background: url('../images/social/mail_a.png') no-repeat;
}
/* Contact Form */
.contact-form {
}
.contact-form .col-md-6 {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0 0px 0 0;
}
/* Aside */
aside h3 {
	line-height: 11px;
	margin-bottom: 40px;
}
aside img {
	width: 100%;
	margin-bottom: 10px;
}
aside ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
aside ul li:last-child {
	border-bottom: none;
}
aside a.btn {
	margin: 20px 0 40px;
}
/* Main Content*/
.main-content h2 {
	line-height: 11px;
	margin-bottom: 40px;
}
/* Footer */
footer {
	background: #333;
	position: relative;
	z-index: 111;
	color: #939393;
	font-size: 300;
}
footer a {
	color: #f1c40f;
}
footer h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #bd0e1e !important;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-right: 40px;
	margin-top:0px;
}
footer ul{
	padding:0px 0px 0px 13px;;
	margin:0;
}
footer ul li  a{
	color:#939393;
	
}
footer ul li  a:hover{
	color:#bd0e1e;
	
}
footer .row{
	padding:0px;
}
footer hr {
	border-top: 1px solid #4e4e4e;
	margin: 40px 0 0 0;
}
footer p span {
	color: #f1c40f;
}
footer>.container>.row:first-child {
	padding: 20px 0;
}
footer .text-center {
	padding: 40px 0;
	margin: 0;
}
footer .form-group {
	width: 90%;
}
footer button.btn-default {
	position: relative;
	top: 10px;
}
footer button.btn-default:focus {
	outline: none;
}
/*Responsive - debugging default problems*/
.img-responsive {
	margin: 0 auto;
}
.no-margin {
	position: relative;
	margin: 0;
}
.no_padding {
	padding: 0px 0 80px 0;
}
.row.nothing {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.copyright {
	background-color: #bd0e1e;
	padding: 15px 0;
	color: #fff;
	position: relative;
	z-index: 200;
	margin: 0;
}
 @media(max-width:1600px) {
}
@media(max-width:1310px) {
.carousel-caption {
	font-size: 14px;
	top: 55%;
}
.carousel-caption h1 {
	font-size: 24px;
	line-height: 24px;
}
.slider .btn {
	margin: 0 10px;
}
.carousel-caption p {
	margin: 30px 0;
}
}
@media(max-width:1200px) {
.navbar-default .navbar-nav>li {
	margin-left: 10px;
}
.navbar-header {
}
}
@media(max-width:990px) {
.main__middle__container h3.heading.white {
	background: none;
}
.navbar-header {
	left: 30%;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	margin-left: 30px;
}
.icon-item {
	text-align: center;
}
.carousel-caption {
	font-size: 13px;
	top: 50%;
	margin-top: -110px;
	left: 15%;
	right: 15%;
}
.carousel-caption h1 {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 0px;
	padding: 5px;
	background: none;
}
.carousel-caption p {
	margin: 10px 0;
}
.boxess .carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
.carousel-control .carousel-control-left {
	left: 5px;
}
.carousel-control .carousel-control-right {
	right: 5px;
}
.carousel-control {
	width: auto;
}
.boxess .carousel-control {
	width: auto;
	top: 50%;
	margin-top: -27px;
}
.boxess .carousel-caption {
	top: 50%;
	margin-top: -80px;
}
.navbar-default .navbar-nav>li {
	margin-left: -5px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 10px;
}
}
@media(max-width:768px) {
.navbar-header {
	position: relative;
	margin-left: 0px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	position: relative;
	left: 0;
	margin-left: 0;
}
h1.page_title {
	padding: 20px 30px;
}
.recent-posts .col-md-9 .text {
	margin-left: 0px;
}
.navbar-toggle {
	top: 25px;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.three-blocks p {
	padding: 20px 0 10px 0;
	margin-bottom: 0px;
}
.recent-posts .col-md-9 .text, .recent-posts .col-md-9 img {
	float: left;
	width: 99%;
}
header.with-boxed {
	height: auto;
}
.homepage {
	margin-top: 72%;
}
.carousel-control-left{ display:none;}
.carousel-control-right{ display:none;}
}
@media(max-width:767px) {
.navbar-collapse {
	height: 0px;
	border-top: none;
	overflow: hidden;
}
.navbar-collapse.in {
	overflow: visible;
}
.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.navbar-collapse.navbar-left {
	margin-top: 80px;
	margin-bottom: 0px;
}
.navbar-collapse.in {
	display: block !important;
}
.navbar-default .navbar-nav {
	padding: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu>li {
	display: block;
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #1a1a1a;
	display: block;
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus:hover {
	color: #333;
	background-color: transparent;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 15px;
}
.navbar-default .navbar-nav>li {
	display: block;
	padding: 10px 0;
	text-align: center;
	margin-left: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
	background-color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #333;
	top: 5px;
	right: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #333;
}
.navbar-default .navbar-nav>li a {
	padding: 5px 0;
}
.three-blocks {
	background-size: 100% 100%;
}
}
@media(max-width:700px) {
.slider .btn {
	display: none;
}
}
@media(max-width:575px) {
.carousel-caption {
	display: none;
}
}
.carousel-fade {
 .carousel-inner {
 .item {
 opacity: 0;
 transition-property: opacity;
}
 .active {
 opacity: 1;
}
 .active.left,  .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
 .next.left,  .prev.right {
 opacity: 1;
}
}
.carousel-control {
	z-index: 2;
}
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.navbar .nav > li > a:hover {
	background-color: #f8f8f8;
	color: #333;
	box-shadow: 0 0 0 1px #efefef inset;
}
/* Portfolio */
#portfolio {
	padding: 30px 0px 40px 0px;
	overflow: hidden;
}
#portfolio ul.controls {
	padding: 0px 0 20px 2px;
	overflow: hidden;
	margin: 20px 0;
	border-bottom: #F1C40F solid 2px;
}
#portfolio ul.controls li {
	float: left;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 15px;
	cursor: pointer;
}
#portfolio ul.controls li:hover, #portfolio ul.controls li.active {
	padding: 4px 15px;
	color: #F1C40F;
	margin: 0 -1px;
	border: 1px solid #F1C40F;
}
#portfolio ul#Grid {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}
#portfolio ul#Grid li {
	padding: 0 1px 1px 0;
	margin: 0;
	display: none;
	position: relative;
}
#portfolio ul#Grid li a {
	display: block;
	position: relative;
	color: #fff;
}
#portfolio ul#Grid li span.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #000;
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#portfolio ul#Grid a.link {
	padding: 0px 10px;
	height: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	line-height: 30px;
	background: #F1C40F;
}
#portfolio ul#Grid li:hover a.link {
	background: #F1C40F;
	opacity: 0.9;
}
#portfolio ul#Grid a.link span {
	color: #f9f9f9;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid a.link:after {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #F1C40F;
	border-width: 10px;
	margin-left: -10px;
}
#portfolio ul#Grid a.link:before {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #F1C40F;
	border-width: 16px;
	margin-left: -16px;
}
#portfolio ul#Grid li:hover a.link {
	padding: 10px 10px;
	height: auto;
	overflow: visible;
	text-decoration: none;
}
/*
MENU CSS
*/
a.submenu {
	display: none;
	position: absolute;
	right: 5px;
	top: -50px;
	width: 44px;
	height: 34px;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	background: url('../images/submenu.png') top left no-repeat;
}
a.submenu:hover {
	background: url('../images/submenu.png') bottom left no-repeat;
}
.menuBar {
}
.menuBar ul {
	margin: 0px;
	list-style: none;
	float: left;
}
.menuBar .m_right {
	float: right;
}
.menuBar li {
	margin: 0;
	position: relative;
	float: left;
}

.menuBar li .submenu-icon{
	
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;	
	
}
.menuBar li:first-child {
	margin-left: 0px;
}
.menuBar li a {
	color: #fff;
	font-size: 11px;
	padding: 20px 15px;
	display: block;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: capitalize;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	line-height: 0px;
	outline: none;
	font-weight:500;
}
.menuBar li a:hover {
	background-color: #F8F8F8;
	box-shadow: 0 0 0 1px #EFEFEF inset;
	color: #333333;
	text-decoration: none;
}
.menuBar li.active a {
	color: #fff;
}
.menuBar li ul {
	position: absolute;
	left: 0px;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
	height: 0px;
}
.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
}
.menuBar li li {
	margin: 0px;
	float: none;
	border-bottom: 1px solid #ededed;
}
.menuBar li li a {
	color: #2a2a2a;
	border: 0px;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}
.menuBar li li a:hover {
	color: #fff;
	background: #333;
}
 @media(min-width:768px) {
.menuBar, .menuBar ul {
	display: block !important;
}
.menuBar li {
	margin-left: 0px;
}
.menuBar li a {
	font-size: 11px;
	padding: 20px 15px;
}
}
 @media(min-width:992px) {
.menuBar li {
}
.menuBar li a {
	font-size: 14px;
	padding: 18px 15px;
}
}
@media(min-width:1200px) {
.menuBar li {
	margin-left: 0px;
}
.menuBar li a {
	font-size: 13px;
}
}
@media only screen and (max-width: 767px) {
a.submenu {
	display: block;
}
.menuBar {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px;
	float: none;
	max-height: 350px;
	overflow: auto;
	width: 100%;
	display: none;
}
.menuBar ul {
	padding: 0px;
	margin: 0px;
	float: none;
}
.menuBar .m_right {
	padding: 0px;
	float: none;
}
.menuBar li {
	margin: 0px;
	float: none;
	text-align: center;
}
.menuBar li a {
	padding: 15px 0px;
	outline: 0px;
	font-size:12px;
}
.menuBar li ul {
	position: static;
	left: 0px;
	top: 0px;
	opacity: 1;
	visibility: visible;
	display: none;
	height: auto;
}
.menuBar li li {
	border: 0px;
}
.menuBar li.dropdown:hover. .menuBar li.dropdown.active {
border-bottom: #1BA39C solid 0px;
}
.menuBar li.current {
	border-bottom: #333 solid 2px;
}
.slider {
	top: 60px;
	overflow: hidden;
	max-width: 100%;
}
.main__middle__container {
	overflow: hidden;
	max-width: 100%;
}
footer {
	overflow: hidden;
	max-width: 100%;
}
.carousel-caption {
	display: none;
}
.carousel-control .carousel-control-right, .carousel-control .carousel-control-left {
	margin-top: -50px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
#portfolio ul.controls li {
	padding: 5px 10px;
}
}
@media(min-width:768px) and (max-width:991px) {
.menuBar ul {
	padding: 0px;
}
#portfolio ul#Grid a.link {
	font-size: 18px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
.slider {
	position: absolute;
}
.boxess {
	position: static;
}
.menuBar li ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto;
	display: none !important;
}
.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
	display: block !important;
}
.carousel-caption {
	top: 55%;
}
.carousel-caption a.btn {
	display: none;
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	min-width: 100%;
	height: auto;
}
/* Columns */
.one_half_pad {
	width: 44%
}
.one_third_pad {
	width: 27%
}
.one_fourth_pad {
	width: 19%
}
.one_fifth_pad {
	width: 14%
}
.one_sixth_pad {
	width: 10.5%
}
.two_fifth_pad {
	width: 37%
}
.two_third_pad {
	width: 60%
}
.two_fourth_pad {
	width: 43%
}
.two_fifth_pad {
	width: 33%
}
.three_fifth_pad {
	width: 58.4%
}
.three_fourth_pad {
	width: 74%
}
.four_fifth_pad {
	width: 67.2%
}
.five_sixth_pad {
	width: 82.67%
}
.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.5%
}
.one_fourth {
	width: 22%
}
.one_fifth {
	width: 16.8%
}
.one_sixth {
	width: 13.33%
}
.two_fifth {
	width: 37.6%
}
.two_third {
	width: 65.33%
}
.two_fourth {
	width: 48%
}
.three_fifth {
	width: 58.4%
}
.three_fourth {
	width: 74%
}
.four_fifth {
	width: 67.2%
}
.five_sixth {
	width: 82.67%
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%
}
.banner-image {
    float: left;
    margin-top: 99px;
    width: 100%;
}
.banner-image img {
    max-width: 100%;
}
.mainBg{
	background-image: url(../images/ongoing-bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.inner-content{
	float:left;
	color:#333333;
	font-size:12px;	
}
.inner-content h1{
	font-size:22px;
	font-weight:400;
	font-family:'Roboto';
	margin-top:0px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:4px 0px;
	margin-bottom:20px;
}
.leftText{
	font-size:25px;
	padding-bottom:12px;
}
.ongoing-projects{
	padding-top:95px;	
}
.ongoing-projects .three__blocks{
	padding-top:0px!important;
}
.subHead{
	font-size: 14px;
	padding:0px 0px 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
	margin-bottom: 8px;
	margin-top: -2px;
	
}
.list { padding-left:35px !important; text-align:left !important;}
.list li{
	list-style-image: url(../images/arrow.png);
	padding: 5px 0px !important;
}
.newsContent{
	color:#333;
	text-align:justify;
	font-size:13px;
	}
.ongoingBg{
	
	
	background-image: url(../images/shade-top.png);
	background-repeat: repeat-x;
	background-position: top;
	}
.ongoingProject{
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.ongoingProjectRight{
	color:#FFF;
	background: -webkit-linear-gradient(#9C1616, #791D1D); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#9C1616, #791D1D); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#9C1616, #791D1D); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#9C1616, #791D1D); /* Standard syntax */
	margin-left:-1px;
	padding:3px;
	height:171px;
	
	}
.ongoingProjectRight p{
	font-size:12px;
}
.OngoingHead {
	font-size: 17px;
	color: #FFFFFF !important;
	text-transform: none;
	font-weight: normal;
	line-height: 74%;
	padding-bottom: 15PX;
}
.no_padding1 {
padding: 0px 0px 10px 0px;
}

.testmonialsBox{
	border: 1px solid #ccc;
	background-color: rgba(166,142,110,0.1);
	box-shadow: 0px 0px 9px #a68e6e;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom: 34px;
	}
.testmonialsc{
	padding:10px;
	text-align:justify;}
.testmonialsName{
	font-size:12px;
	font-weight:bold;
	text-align:right;
	float:right;
	}
.contactAddbox{
	border: 1px solid #ccc;
	background-color: rgba(166,142,110,0.1);
	box-shadow: 0px 0px 9px #a68e6e;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom: 34px;
	}
.contactc{
	padding:10px;
	text-align:justify;}
.no_padding2{
	padding: 0px 0 50px 10 !important;
}
.contactHead{
	font-size: 14px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
	margin-bottom: 8px;
	margin-top: -2px;
	
}
.no_paddingAd{
padding: 0px 0 0px 0;
margin-bottom: -10px;
}
.OngoingLeftBox{
	background: #444444;
	color: #FFF;
	border: 1px solid #C0C0C0;
	width:100%;
}
.OngoingLeftBox h3{
	font-size:15px;
	padding:8px;
	margin:0px;
	text-align:center;
	color:#FFFFFF !important;
	text-transform:uppercase; 
}
.padding_bottom{
	padding: 0px 0 0px 0;
	margin-bottom: 20px;
}
.fp h4 {
	text-align: center;
	font-size:14px;
	display:block;
}
.fp img {
	opacity: 1.0;
    filter: alpha(opacity=100);
     /* For IE8 and earlier */
}

.fp h4 {
	text-align: center;
	font-size:14px;
	display:block;
}
.fp h4:hover {
	color: #000000;
}
.fp a {color:#635856;}
.fp-button{margin-top:5px; margin-left:13px;}
	
.col-md-9 p{
	text-align:justify;
	font-size:13px;
	}
.projectName{
	float: right !important;
	margin-bottom: 20px;
	padding: 20px 0px 0px 1170px;
	height: 404px;
	width: 210px;
	z-index: 11;
	position: fixed;
	top: 80px;
}
.projectName div{
	border: 1px solid #99181C;
	padding:10px;
	background: rgba(255, 255, 255, 0.8);
}
.projectName div h2{
	
	padding-left: 5px;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1282A;}
.projectName div p{
	padding: 0px 8px;
	
	font-size: 16px;
}
.full-view{	
	position: absolute;left:0px; bottom:25px; right:79px; text-align:right;}
	
.full-view div{
	color:#FFF;
	float:right;
	width:376px;
	height:100px;
	padding:0px 10px 10px 10px;
	background: rgba(000, 000, 000, 0.8);}
.full-view div h2{
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	margin:0px;
	text-align:center;
	font-size:22px;
	color:#FFF !important;
	}
.full-view div h3{
	font-family: 'Roboto';
	font-style: normal;
	font-weight:normal;
	margin:-9px 0px 0px 0px;
	text-align:right;
	font-size:18px;
	padding: 10px 14px 0px 13px;
	color:#FFF !important;
	}
.project-content{
	margin-top:25px;
	width:200px;
}
.project-content p{
	text-align:justify;
}
.project-content h2{
	font-size: 14px;
	background-color:#444444;
	color: #FFFFFF;
	padding: 0px 22px;
	margin-bottom: 10px;
	position: absolute;
	margin-left: -27px;
	margin-top: -51px;
	display: inline;
}
.project-content .content-detail{
	border:solid 1px #999;
	margin-top: 77px;
	padding:20px;
}
.content-detail{ min-height:550px;}
.banner-image{
	position:relative;
}
.projectstyle{
		margin:0px;
		padding-left:45px;
		color:#000000;
		text-align:left;
		text-transform:capitalize;
	} 
.projectstyle li{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	list-style-image:url(../images/arrow.png)}
.enquiryButton{
	background-image: none !important;
	border: solid 1px #e3e6e8;
	padding-top:8px;
	padding-bottom:3px;
	background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
}
.floorPlanBox{
	float:left;
	background-image:url(../images/floorplan.png);
	background-repeat: no-repeat;
	width:194px;
	height:161px;
	text-align:center;
	margin-right:30px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.floorPlanBox a{
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	color:#003592;
}
.floorPlanBox a:hover{
	font-size:18px;
}
.sitebybox { width: 180px;  padding: 3px; } 
.sitebybox:hover {
	-moz-box-shadow: 0px 0px 10px #900;
	-webkit-box-shadow: 0 0 10px #900;
	box-shadow: 0 0 10px #900;
 }
 .management-box{
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
}
.management-head{ height:100px; width:100%; float:left; margin-bottom:10px;}
.management-head p{
	font-size: 15px;
	padding:10px 0px 10px 110px !important;
	margin-top:29px !important;
	margin-left:10px;
	background-color: #E5E5E5; font-weight:normal; text-transform:uppercase;}
.management-head-h2{
	font-size: 15px;
	padding:20px 0px 20px 10px;
	margin:0px 0px 10px 0px !important;
	background-color: #E5E5E5; font-weight:normal;text-transform:uppercase; line-height:0px !important;}
.management-head img{ float:left;}
.sitebybox1 img {
  -webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
 
.sitebybox1 img:hover {
  
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}