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

	body {
	font-family: 'Open Sans', sans-serif;
}
.logo {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nav-pills li span {
	display:inline-block;
}
.index .carousel {
	margin-top:-120px;
}
.banner {
	margin-top:-120px;
}
.innerbanner {
	margin-top:-120px;
}
.callline {
	margin-top:-16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
#bannertext {
	position: relative;
}
.text-block {
	position: absolute;
	bottom: 170px;
	left: 120px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
	font-weight:bold;
}
.text-block_inner {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
	font-weight:bold;
}
.Bannersubhead_inner {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.text-block_mob {
	position: absolute;
	bottom: 300px;
	left: 10px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight:bold;
	line-height:30px;
}
.Bannersubhead {
	position: absolute;
	bottom: 140px;
	left: 120px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.Bannersubhead_mob {
	position: absolute;
	bottom: 245px;
	left: 10px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:18px;
}
.board.active {
	background-color:#ffffff;
	margin: 1px;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.board:hover {
	background-color:#FFFFFF;
	margin: 1px;
	height: auto;
	width: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 5px;
}
/*why-ltg starts*/

.why-ltg {
	background-color:#f1f1f1;
	position:relative;
	overflow:hidden;
}
.why-ltg:before {
	color: #e5e5e5;
	content: "LTGINDIA";
	font-size: 500px;
	line-height: 408px;
	position: absolute;
	right: -1840px;
	top:0;
}
.why-ltg .container {
	padding-top:45px;
	padding-bottom:60px;
}
.why-ltg h3.section-heading1 {
	margin-bottom:20px;
	font-size:36px;
	font-family: 'Open Sans', sans-serif;
}
.icon-why-ltg {
	width:70px;
	height:70px;
	display:inline-block;
	margin-bottom:50px;
	margin-top:25px;
}
.icon-why-ltg.icon-1 {
	background-position:-25px 0px;
}
.icon-why-ltg.icon-2 {
	background-position:-106px 0px;
}
.icon-why-ltg.icon-3 {
	background-position:-183px 0px;
}
.why-ltg .thumbnail {
	padding:15px 15px;
	background-color:transparent;
	border:0 none;
	transition:all 0.5s;
}
.why-ltg .thumbnail:hover, .why-ltg .thumbnail.active {
	box-shadow:0 1px 0 0 rgba(36, 38, 47, 0.10), 0 38px 82px 0 rgba(0, 0, 0, 0.18);
	background-color:#ffffff;
}
.hover.active {
	box-shadow:0 1px 0 0 rgba(36, 38, 47, 0.10), 0 38px 82px 0 rgba(0, 0, 0, 0.18);
	background-color:#ffffff;
}
.why-ltg .sub-heading {
	font-size:16px;
	padding:20px;
	margin-bottom:30px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
}
.why-ltg .thumbnail-caption p {
	color:#58595B;
	font-size:14px;
	line-height:20px;
}
/*why-ltg ends*/


/*Section heading Starts here*/
.section-heading {
	font-weight: 300;
	font-size:34px;
	color:#000000;
	position: relative;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
}
.section-headingwhite {
	font-weight: 300;
	font-size:34px;
	color: #FFFFFF;
	position: relative;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
}
.section-headingbold {
	font-weight: bold;
	font-size:34px;
	color:#d90917;
	position: relative;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
}
.section-heading:before {
	content: ' ';
	background:#F01D2C;
	box-shadow:0 4px 8px 0 rgba(240, 29, 44, 0.3);
	width:30px;
	height:3px;
	position: absolute;
	bottom: 0;
}
.section-heading.text-center:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.section-heading.top:before {
	top:0;
}
.pageheading1 {
	font-weight: 300;
	font-size:34px;
	color:#000000;
	position: relative;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
}
/*Section heading Ends here*/

/*icons-url-starts*/
.icons1 {
	background-image: url(../img/Icons/sprite.png);
	background-repeat: no-repeat;
}
.icons-amenities {
	background-image: url(../img/Icons/Hand2hand_LTG.png);
	background-repeat: no-repeat;
}
/*icons-url-ends*/


.pageheading {
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	color:#333333;
	text-align: center;
	font-weight: normal;
}
.pageheadwhite {
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	color:#FFFFFF;
	text-align: center;
	font-weight: normal;
}
.pageheadbold {
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	color:#333333;
	text-align: center;
	font-weight: bold;
}
.pageheadwhitebold {
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.heading {
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#333333;
	text-align: left;
	font-weight: normal;
}
.ltg {
	background-image:url(../img/Icons/ltg.png);
	background-color:#f1f1f1;
	width:100%;
}
.pageheadwhite {
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	color:#ffffff;
	font-weight: normal;
}
.headingcent {
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:#333333;
	text-align: center;
	font-weight:bold;
}
.Normalfont {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#666565;
	text-align: justify;
	font-weight: normal;
	line-height: 26px;
}
.Normalfontdark {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#2b2b2b;
	text-align: justify;
	font-weight: normal;
	line-height: 26px;
}
.Normalfontwhite {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
}
.Normalfontcent {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#000000;
	text-align: center;
	font-weight: normal;
	line-height: 26px;
}
.SmallNormal {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#666565;
	text-align: justify;
	font-weight: normal;
	line-height: 20px;
}
.Normalfontbold {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#000000;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
}
.Normalfontcent a {
	color:#2592d6;
	padding:25px;
}
.Normalfontgold {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#000000;
	text-align: center;
	font-weight: normal;
	line-height: 26px;
	padding-bottom:10px;
	padding-top:10px;
}
.Normalfontgold a {
	color:#ffffff;
}
.get {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#ffffff;
	text-align: justify;
	font-weight: normal;
	line-height: 26px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color:#626262;
	opacity:0.3;
	color: #FFFFFF;
	cursor: pointer;
	padding: 15px;
	border-radius: 60%;
}
.carousel-caption {
	font-size:40px;
}
.smallspace {
	padding-bottom:20px;
	padding-top:10px;
}
.spacemob {
	padding-bottom:20px;
	padding-top:10px;
}
.space {
	padding-bottom:50px;
	padding-top:50px;
}
.bigspace {
	padding-bottom:75px;
	padding-top:75px;
}
.bottombackground {
	background-image:url(../img/Bottom/bottom.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	width:100%;
}
#contacthomepage {
	background-image:url(../img/contactusback.jpg);
	width:100%;
	background-repeat:no-repeat;
	margin-top:5px;
}
.withus	/* bottomband */ {
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	color:#9ec3f3;
	padding-left:2px;
	letter-spacing: 1.2px;
}
.office	/* bottomband */ {
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	color:#9ec3f3;
	padding-left:12px;
	letter-spacing: 1.2px;
}
.gettext	/* bottomband */ {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#edecec;
}
#ltg	/* bottomband */ {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing: 1px;
	font-style: normal;
}
.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;
}
.index .carousel {
 margin-top:0px;
}
 .banner {
 margin-top:0px;
}
 .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;
}
 .Normalfontwhite {
 font-family: 'Open Sans', sans-serif;
 font-size:14px;
 color: #FFFFFF;
 text-align: justify;
 font-weight: normal;
 line-height: 16px;
}
}
/*
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;
}
.projects {
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	text-align:center;
}
.bannergrandapt1 {
	background-image:url(../../Township/img/LTG_Township.jpg);
	width:100%;
	background-size:contain;
}
.bannergrandapt2 {
	background-image:url(../../Apartments/img/LTGConstruction.jpg);
	width:100%;
	background-size:cover;
}
.bannergrandapt3 {
	background-image:url(../img/HomeBanner/LTGindia1.jpg);
	width:100%;
	background-size:cover;
}
.bannergrandapt4 {
	background-image:url(../img/HomeBanner/LTG-Highyway.jpg);
	width:100%;
	
	background-size:cover;
}
.quote {
	background-color:#FFFFFF;
	border-radius:20px;
}
.nav-pills .nav-item a {
	padding:0px;
	margin:0px;
}
/*About us NEW*/
.parent {
	position: relative;
}
.over-img {
	position: absolute;
	top: -10%;
	left: -2%;
}

/*About us NEW*/
