@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;
}


#grad {
background-image:linear-gradient(rgba(213,184,65,1), rgba(192,192,192,0) );
}	


.gradbrochure {
background-image:linear-gradient(rgba(10,138,205,1), rgba(200,246,90,1) );
width:100%;
	background-repeat:no-repeat;
	background-size: cover;
}


.floorplan {
background-image:url(../../Apartments/img/LTGGrand/LTG_Grand.png);
background-repeat:no-repeat;
}
.heading{
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#333333;
	text-align: left;
	font-weight: normal;
}


.pageheadwhite{
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	color:#ffffff;
	text-align: center;
	font-weight: normal;
}


.Normalfont{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#666565;
	text-align: justify;
	font-weight: normal;
	line-height: 26px;
}



.bottombackground
{
	background-image:url(../../Assets/img/Bottom/bottom.jpg);
	background-repeat:no-repeat;
		background-size: cover;
	width:100%;
}


.bannerBRVE 
{
	background-image: url(../img/BRVE/LTGBRVE.jpg);
	width:100%;
	background-size:cover;
}

.bannerTowerComm
{
	background-image: url(../img/LTGTower/LTGTower.jpg);
	width:100%;
	background-size:cover;
}



.address1	/* bottomband */
{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#edecec;
	font-weight:100;
}



@media (max-width: 768px) {

.carousel-caption{

	font-size:14px;
}
}
/*About us NEW*/
.parent{
    position: relative;
}
.over-img{
    position: absolute;
    top: -10%;
    left: -2%;
}

/*About us NEW*/


@media (max-width: 768px) {

	 .carousel
		{
		margin-top:-1px;
		}
	
	.space, .smallspace
		{
			padding-bottom:10px;
			padding-top:10px;
		}
	.carousel-caption
		{
			display:none;
		}
	.bg-transperent
		{
		background-color:#000000;
		}
	
	.pageheadinggreen 
		{
			font-size:26px;
			line-height:30px;
			font-family: 'Open Sans', sans-serif;
			color:#6cc709;
			font-weight:bold;
		}
	
	.carousel-indicators
	 	{
			display:none;
		}
	.navbar-brand
		{
			margin-bottom:-50px;
		}
		
		.heading{
		text-align:center;
}
	
		
}

/*
hover for projects*/

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/*
end portfolio filter*/


div .hl {
  border-left: 2px solid green;
  margin:20px;
  height:1px;
}


.bannergrandAppt
{
background-image:url(../../Apartments/img/LTGGrand.jpg);
	width:100%;
	background-size:cover;
}

.bannerEmerald
{
background-image: url(../../Apartments/img/LTGEmerald/LTGEmerald.jpg);
	width:100%;
	background-size:cover;
}


.bannerKBL
{
background-image: url(../../Apartments/img/KHB_L&C_S_Appt/KHB_L&C_SiliconCity_Appt.jpg);
	width:100%;
	background-size:cover;
}


.bannerbrvcity
{
background-image: url(../../Apartments/img/LTG_BRV_E_City/LTG_BRV_E_City.jpg);
	width:100%;
	background-size:cover;
}


.bannergrandAmenities
{
	background-image:url(../../Apartments/img/LTGAmenities.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

#bannergrandapt2
{
background-image:url(../../Apartments/img/LTGConstruction.jpg);
background-size:contain;
}




	
}

.bannergrand
{
background-image:url(../../IndustrialParks/img/LTG-Highyway.jpg);
}


.bannergrandapt3
{
	background-image:url(../../Assets/img/HomeBanner/LTGindia1.jpg);
}



/*---------------*/
/***** Lexi *****/
/*---------------*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}





figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
