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

img {
	vertical-align: middle;
	max-width: 100%;
}
html {
	overflow-x: hidden;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a {
	transition: 0.3s ease;
	text-decoration: none;
}
body {
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	background: url(../img/footer-bg.jpg) no-repeat top center;
	background-size: cover;
}
.top-div {
	width: 100%;
	padding-bottom: 60px;  /*background:url(../img/top-banner.jpg) no-repeat top left;*/
	background-size: cover;
}
.container {
	width: 1280px;
	margin: 0px auto;
	padding: 0px;
}
.logo {
	float: left;
	padding: 25px 0px 0px;
}
.main-nav {
	float: left;
}
.main-nav ul {
	margin: 55px 0px 0px 90px;
	padding: 0px;
}
.main-nav ul li {
	list-style-type: none;
	float: left;
}
.main-nav ul li a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 10px;
	text-decoration: none;
}
.main-nav ul li a:hover {
	color: #069edb;
}
.top-contact {
	float: right;
	margin: 55px 0px 0px 24px;
}
.top-phone a {
	font-size: 15px;
	color: #fff;
	background: url(../img/phone-icon.png) no-repeat top left;
	padding: 5px 0px 2px 25px;
	text-decoration: none;
}
.top-phone a:hover {
	color: #069edb;
	background: url(../img/phone-icon.png) no-repeat top -30px left;
}
.top-email a {
	font-size: 15px;
	color: #fff;
	background: url(../img/email-icon.png) no-repeat top 3px left;
	padding: 0px 0px 0px 35px;
	text-decoration: none;
}
.top-email a:hover {
	color: #069edb;
	background: url(../img/email-icon.png) no-repeat top -18px left;
}
.top-phone {
	margin: 0px 35px;
	float: left;
}
.top-email {
	float: left;
}
.top-enquiry {
	float: left;
	margin: -7px 0px 0px 25px;
}
.top-enquiry a {
	font-size: 15px;
	color: #fff;
	background: #069edb;
	text-decoration: none;
	padding: 8px 20px 4px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	position: relative;
	display: block;
}
.tag-line {
	margin: 20px 0px;
}
.tag-line h1 {
	font-size: 48px;
	color: #1679c2;
	text-align: center;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tag-line h4 {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 35px;
}
.owl-carousel {
	width: 90% !important;
	margin: auto;
	overflow: visible;
}
.img.box {
	/* margin-left: 80px; */

	border: 4px solid rgb(115 171 214);
	padding: 15px;
	position: relative;
	margin-right: 30px;
}
.project-descripation {
	position: absolute;
	bottom: 70px;
	background: #fff;
	width: 48%;
	left: -15%;
	border: 1px solid #898989;
	padding: 15px;
	box-shadow: 0px 0px 25px #898989;
}
.project-descripation h3 {
	font-size: 22px;
	color: #393939;
	margin-top: 5px;
}
.project-descripation p {
	font-size: 16px;
}
.project-features {
	width: 100%;
}
.project-features-left {
	width: 50%;
	float: left;
	background: url(../img/icon-room.jpg) no-repeat top 5px left;
	padding-left: 35px;
	padding-top: 8px;
	font-weight: 400;
	color: #000000;
}
.project-features-right {
	width: 50%;
	float: left;
	background: url(../img/area-icon.jpg) no-repeat top 1px left;
	padding-left: 32px;
	padding-top: 8px;
	font-weight: 400;
	color: #000000;
}
.know-more a {
	background: #3b3b3b;
	color: #fff;
	font-size: 13px;
	padding: 6px 10px 4px;
	border-radius: 5px;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	position: relative;
	display: block;
	width: 107px;
	text-align: center;
}
.know-more {
	margin-top: 25px;
	margin-bottom: 10px;
}
.owl-dots {
	display: none;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 47%;
	width: 100%;
	z-index: 999;
}
.owl-prev {
	left: -6%;
	position: absolute;
	background: url(../img/left-arrow.png) no-repeat top left !important;
	background-color: transparent !important;
	font-size: 20px !important;
	width: 44px !important;
	height: 44px !important;
	z-index: 999;
	color: transparent !important;
	border-radius: 0px !important;
	transition: 0.3s ease;
}
.owl-next {
	right: -6%;
	position: absolute;
	background: url(../img/right-arrow.png) no-repeat top left !important;
	background-color: transparent !important;
	font-size: 20px !important;
	width: 44px !important;
	height: 44px !important;
	z-index: 999;
	color: transparent !important;
	border-radius: 0px !important;
	transition: 0.3s ease;
}
.owl-prev:hover {
	background: url(../img/left-arrow.png) no-repeat top -48px left !important;
}
.owl-next:hover {
	background: url(../img/right-arrow.png) no-repeat top -48px left !important;
}
.about-box {
	background: url(../img/content-bg.jpg) no-repeat top center;
	background-size: cover;
	border-bottom: 1px solid #cbcbcb;
	padding: 45px 0px;
}
.about-box-left h2 {
	font-size: 40px;
	font-weight: 300;
	color: #000;
	background: url(../img/about-heading-bg.png) no-repeat top left;
	position: relative;
	padding: 10px 0px 8px 55px;
	border-bottom: 1px solid #dcdee1;
	display: inline-block;
	margin-bottom: 50px;
	margin-top: 0px;
}
.about-box-left h2 span {
	font-size: 20px;
	color: #069edb;
	font-weight: 500;
	position: absolute;
	right: 0px;
	bottom: -28px;
}
.about-box-left p {
	font-weight: 300;
	font-size: 18px;
	color: #444444;
	line-height: 40px;
	padding: 10px 70px 30px 0px;
	margin-bottom: 0px;
}
.about-box-left {
	border-right: 1px solid #b1b1b1;
	margin-right: 15px;
}
.about-box-right h2 {
	font-size: 40px;
	font-weight: 300;
	color: #000;
	background: url(../img/about-heading-bg.png) no-repeat top left;
	position: relative;
	padding: 10px 0px 8px 55px;
	border-bottom: 1px solid #dcdee1;
	margin-bottom: 20px;
	margin-top: 0px;
}
.about-box-right ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.about-box-right ul li {
	list-style-type: none;
	width: 49%;
	text-align: center;
	display: inline-block;
	text-align: center;
}
.about-box-right ul li h3 {
	font-size: 50px;
	font-weight: bold;
	color: #069eda;
	margin-bottom: 0px;
	margin-top: 15px;
}
.about-box-right ul li p {
	font-size: 15px;
	font-weight: 300;
}
.about-box-right ul li.experience-div h3 {
	padding-top: 50px;
	background: url(../img/about1.png) no-repeat top center;
	line-height: 42px;
}
.about-box-right ul li.lakh-div h3 {
	padding-top: 50px;
	background: url(../img/about2.png) no-repeat top center;
	line-height: 42px;
	color: #797979;
}
.about-box-right ul li.living-div h3 {
	padding-top: 50px;
	background: url(../img/about3.png) no-repeat top center;
	line-height: 42px;
	color: #797979;
}
.about-box-right ul li.apartments-div h3 {
	padding-top: 55px;
	background: url(../img/about4.png) no-repeat top center;
	line-height: 42px;
}
.about-box-right ul li.commercial-div h3 {
	padding-top: 60px;
	background: url(../img/about5.png) no-repeat top center;
	line-height: 42px;
}
.footer-div {
/* padding-top: 99px; */

	/* background: url(../img/footer-bg.jpg) no-repeat top center; */

	/* background-size: cover; */

}
.footer-top img.f_logo {
	text-align: center;
	display: block;
	margin: auto;
	margin-bottom: 40px;
}
.footer-top ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.footer-top ul li {
	display: inline-block;
	padding: 20px 0px 60px 0px;
	vertical-align: text-top;
}
.footer-top ul li.address-box {
	background: url(../img/footer-location.png) no-repeat top 10px center;
	padding-top: 80px;
}
.footer-top ul li.number-box {
	background: url(../img/footer-phone.png) no-repeat top center;
	padding-top: 80px;
}
.footer-top ul li.emailid-box {
	background: url(../img/footer-email.png) no-repeat top 17px center;
	padding-top: 80px;
}
.footer-top ul li p {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	border-right: 1px solid #7c7c7c;
	padding: 0px 45px;
	min-height: 130px;
}
.footer-top ul li:last-child p {
	border-right: 0px solid #7c7c7c;
}
.footer-top ul li p span {
	font-size: 18px;
	font-weight: 500;
	color: #069edb;
}
.footer-bottam {
	background: rgba(61, 147, 199, 0.77);
	height: 75px;
	padding-top: 30px;
}
.footer-bottam p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 0px;
}
.footer-bottam p a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 0px;
	text-decoration: none;
}
.footer-bottam p a:hover {
	color: #000;
}
.top-enquiry a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.top-enquiry a:hover:before, .top-enquiry a:focus:before, .top-enquiry a:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.know-more a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 5px;
}
.know-more a:hover:before, .know-more a:focus:before, .know-more a:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999999999999999999999999999999999999999;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 5px 8px 5px 20px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 30px;
	margin-left: 0px;
	border-bottom: 1px solid #818181;
	width: 100%;
}
#mySidenav .top-phone {
	margin: 0px;
	width: 100%;
	padding: 0px 20px;
	margin-bottom: 20px;
}
#mySidenav .top-email {
	margin: 0px;
	width: 100%;
	padding: 0px 20px;
	margin-bottom: 20px;
}
#mySidenav .top-phone a {
	padding: 0px 0px 2px 25px !important;
}
#mySidenav .top-email a {
	background: url(../img/email-icon.png) no-repeat top 6px left;
	padding: 0px 0px 0px 35px !important;
}
#mySidenav .top-email a:hover {
	background: url(../img/email-icon.png) no-repeat top -20px left;
}
#mySidenav .top-enquiry {
	margin: 10px 0px 0px 20px;
}
#mySidenav .top-enquiry a {
	color: #fff;
}
.mob-btn {
	display: none;
}
.top-contact {
	display: none;
}
.s_banner {
}
.s_banner ul {
    /* display: grid
; */
    /* overflow: hidden; */
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 0%;
    grid-row-gap: 5px;
    margin: 0 auto;
    width: 100%;
    display: flex
;
    flex-direction: row;
}
}
.s_banner ul li {
	list-style-type: none;
	background-color: #fff;
	margin: 0 1%;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 1%;
	-webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
	transition: box-shadow .2s, transform .2s, opacity .2s;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.s_banner ul li:hover {
	/* box-shadow: 0 15px 20px rgba(0, 0, 0, .2); */
	/* -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .2); */
	/* -webkit-transform: translate(0, -8px); */
	/* transform: translate(0, -8px); */
}
.s_banner ul li:hover img {
	 
}
 @media only screen and (min-width: 980px) and (max-width:1200px) {
.container {
	width: 98%;
	margin: 0px auto;
	padding: 0px;
}
.s_banner ul {/*grid-template-columns: repeat(1, 1fr);

	grid-column-gap: 10%;

	width: 50%;

	max-width: 470px;

	grid-row-gap: 55px*/;
	/* width: 50%; */

    /* max-width: 470px; */

	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.s_banner ul li {
	display: inline-block;
	width: 47%;
	margin: 0 1%;
}
.footer-bottam .col-md-6 {
	text-align: center;
}
.footer-bottam p {
	text-align: center;
}
}
 @media only screen and (min-width: 769px) and (max-width: 980px) {
.container {
	width: 98%;
	margin: 0px auto;
	padding: 0px;
}
.footer-bottam .col-md-6 {
	text-align: center;
}
.footer-bottam p {
	text-align: center;
}
.footer-div {
	padding-top: 0;
}
.footer-top ul {
	display: block;
}
.footer-top ul li {
	display: block;
	padding: 0px;
	vertical-align: text-top;
	width: 100%;
	margin: 0 auto 20px;
}
.s_banner ul {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.s_banner ul li {
	display: inline-block;
	width: 47%;
	margin: 0 1%;
}
.footer-top ul li p {
	min-height: inherit;
	border-right: none;
	border-bottom: 1px solid #7c7c7c;
	padding: 0 0 15px;
}
}
 @media only screen and (min-width: 641px) and (max-width: 768px) {
.container {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}
.footer-bottam .col-md-6 {
	text-align: center;
}
.footer-bottam p {
	text-align: center;
}
.footer-div {
	padding-top: 0;
}
.img.box {
	margin: 0 auto;
}
.project-descripation {
	position: relative;
	bottom: 0;
	width: 100%;
	left: 0;
}
.project-descripation br {
	display: none;
}
.tag-line h1 {
	font-size: 30px;
}
.footer-top ul {
	display: block;
}
.footer-top ul li {
	display: block;
	padding: 0px;
	vertical-align: text-top;
	width: 100%;
	margin: 0 auto 20px;
}
.s_banner ul {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.s_banner ul li {
	display: inline-block;
	width: 47%;
	margin: 0 1%;
}
.footer-top ul li p {
	min-height: inherit;
	border-right: none;
	border-bottom: 1px solid #7c7c7c;
	padding: 0 0 15px;
}
}
 @media only screen and (min-width: 481px) and (max-width: 640px) {
.container {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}
.footer-bottam .col-md-6 {
	text-align: center;
}
.footer-bottam p {
	text-align: center;
}
.footer-div {
	padding-top: 0;
}
.img.box {
	margin: 0 auto;
}
.project-descripation {
	position: relative;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 5%;
}
.project-descripation br {
	display: none;
}
.tag-line h1 {
	font-size: 30px;
}
.footer-top ul {
	display: block;
}
.footer-top ul li {
	display: block;
	padding: 0px;
	vertical-align: text-top;
	width: 100%;
	margin: 0 auto 20px;
}
.s_banner ul {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.s_banner ul li {
	display: inline-block;
	width: 47%;
	margin: 0 1%;
}
.footer-top ul li p {
	min-height: inherit;
	border-right: none;
	border-bottom: 1px solid #7c7c7c;
	padding: 0 0 15px;
}
}
 @media only screen and (min-width: 200px) and (max-width: 480px) {
.container {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}
.footer-bottam .col-md-6 {
	text-align: center;
}
.footer-bottam p {
	text-align: center;
}
.footer-div {
	padding-top: 0;
}
.img.box {
	margin: 0 auto;
}
.project-descripation {
	position: relative;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 5%;
}
.project-descripation br {
	display: none;
}
.tag-line h1 {
	font-size: 24px;
}
.tag-line h4 {
	font-size: 18px;
	margin: 0 auto;
}
.footer-top ul li p {
	padding: 0;
	min-height: inherit;
	border-right: none;
	border-bottom: 1px solid #7c7c7c;
}
.tag-line h1 {
	font-size: 20px;
}
.footer-top ul {
	display: block;
}
.footer-top ul li {
	display: block;
	padding: 0px;
	vertical-align: text-top;
	width: 100%;
	margin: 0 auto 20px;
}
.s_banner ul {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.s_banner ul li {
	display: inline-block;
	width: 100%;
	margin: 20px auto;
}
.footer-top ul li p {
	min-height: inherit;
	border-right: none;
	border-bottom: 1px solid #7c7c7c;
	padding: 0 0 15px;
}
.top-div {
	padding-bottom: 0px;
}
}


.anlight {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    overflow: hidden;
    right: 0px;
}


.anlight {
	position: relative;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	overflow: hidden;
	right: 0px;
}
.anlight::before {
	position: absolute;
	top: 100%;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	content: '';
	transition: 0.5s;
}
.anlight::after {
	position: absolute;
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	content: '';
	transition: 0.5s
}
.imgh img {
	width: 100%;
	display: block;
}
.imgh:hover .anlight::before, .imgh:hover .anlight::after {
	top: 0px;
	left: 0px;
}