*{

	margin:0;

	padding:0;

	box-sizing:border-box;

}

@font-face {

    font-family: 'lato';

    src: url('fonts/lato/Lato-Regular.woff2') format('woff2'),

         url('fonts/lato/Lato-Regular.woff') format('woff'),

         url('fonts/lato/Lato-Regular.eot') format('eot'),

         url('fonts/lato/Lato-Regular.ttf') format('truetype format'),;

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'latolight';

    src: url('fonts/lato/Lato-Light.woff2') format('woff2'),

         url('fonts/lato/Lato-Light.woff') format('woff'),

         url('fonts/lato/Lato-Light.eot') format('eot'),

         url('fonts/lato/Lato-Light.ttf') format('truetype format');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'latoblack';

    src: url('fonts/lato/lato-Black.woff2') format('woff2'),

         url('fonts/lato/lato-Black.woff') format('woff'),

         url('fonts/lato/Lato-Black.eot') format('eot'),

         url('fonts/lato/lato-Black.ttf') format('truetype format');

    font-weight: normal;

    font-style: normal;

}



@font-face {

  font-family: 'bookantiqua';

  src:url('fonts/bookantiqua/BookAntiqua.eot?#iefix') format('embedded-opentype'),

	  url('fonts/bookantiqua/BookAntiqua.woff') format('woff'),

	  url('fonts/bookantiqua/BookAntiqua.ttf')  format('truetype'),

	  url('fonts/bookantiqua/BookAntiqua.svg#BookAntiqua') format('svg');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'baskerville';

  src: url('fonts/baskerville-bt/BaskervilleBT-Italic.eot?#iefix') format('embedded-opentype'),

  	url('fonts/baskerville-bt/BaskervilleBT-Italic.woff') format('woff'),

  	url('fonts/baskerville-bt/BaskervilleBT-Italic.woff2') format('woff2');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'greatvibes';

  src:url('fonts/great-vibes/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),

	  url('fonts/great-vibes/GreatVibes-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'Adonis';

  src: url('fonts/adobis/Adonis.eot') format('embedded-opentype'),

  url('fonts/adobis/Adonis.woff') format('woff');

  font-weight: normal;

  font-style: normal;

}


@font-face {
  font-family: 'MinionPro-Bold';
  src: url('fonts/minionpro-blod/MinionPro-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'MinionPro-Bold';
	src:  url('fonts/minionpro-blod/MinionPro-Bold.otf')  format('opentype'),
	format('woff'),  
	font-weight: normal;
	font-style: normal;
}




body{ 
	font-family:'lato'; 
}



::selection{

	background:#1E1E1E;

	color:#fff;

	-webkit-text-fill-color:#FFFFFF;

}



i{font-style:normal;}



ul, li{

	list-style-type:none;

}

img
{
	width:100%;    
}



p{ 
	font-size:13px; 
	color: #212121; 
    line-height: 22px;

	padding:5px 0;

}



a{

	text-decoration:none;

}



img, iframe{

	width:100%;

	display:block;

}



.wrapper{

	width:100%;

	float:left;

}



.loader{

	position:fixed;

	left:0;

	right:0;

	top:0;

	bottom:0;

	background:#002238;

	z-index:9999;

}



.loader span{

	width:150px;

	position:absolute;

	left:50%;

	top:50%;

	transform:translate(-50%,-50%);

}



.fullwidth{

	width:100%;

	float:left;

}



.padding{

	padding:60px 0px;

}



.min-width{ 
	width:90%; 
	display:table; 
	margin:0 auto;

}



.row{

	margin-left:-10px;

	margin-right:-10px;

}

.scrollDown{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);cursor:pointer;z-index:9;font-size:2.5vw;color:#fff;animation:updown 1s infinite;}.scrollDown a{color:#fff;}@keyframes updown{50%{bottom:30px;} }

.header{ 
	width:100%; 
	float:left; 
	padding:15px 40px; 
	background: #262262;  
	box-shadow:0 0 10px rgba(0, 0, 0, 0.55); 
	position:relative; 
	z-index:11; 
	-webkit-transition:all 400ms ease-in-out; 
	transition:all 400ms ease-in-out;

}



.logo{

	width: 7%;
    float: right;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;

} 

.gaurs-logo{

	width:8%;

	float: left;

	display:inline-block;

	vertical-align:bottom;
	
	-webkit-transition:all 400ms ease-in-out;

	transition:all 400ms ease-in-out;

}

.callBtn
{
	position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%); 
}
.callBtn a  i {
    position: relative;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #c2ccda;
    color: #0d2142;
    font-size: 18px;
    border-radius: 50%;
    transform: rotate(90deg);
}


.banner{

	height:560px;

	position:relative;

	overflow:hidden;

}

.slider, .slider li{

	width:100%;

	height: 560px !important;

}



.slideContainer{

	width:100%;

	height:560px !important;

	float:left;

	 position:relative;

}



.slideImg{

	width:100%;

	height: 560px !important;

	display:inline-block;

	vertical-align:middle;

}

.slideImg img{

	width:100%;

	height: 560px !important; 

}



.bannerText{

	width:50%;

	display:inline-block;

	vertical-align:middle;

	text-align:center;

}



.bannerText h2{

	font:400 3vw 'bookantiqua';

	color: #e2b0ad;

    background: linear-gradient(30deg,#d68981,#ecd3d5,#d89d98);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

}



.bannerText p, h4{

	font:600 1.7vw 'baskerville';

	color: #e2b0ad;

    background: linear-gradient(30deg,#d68981,#ecd3d5,#d89d98);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	letter-spacing:normal;

}



.bannerText h4{

	font-size:2vw;

}



.border{

	width:150px;

	display:table;

	margin:20px auto;

} 
.pager 
{
	position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
} 
.pager a{ 
    display: inline-block; 
	font-size: 0;  
    width: 10px; 
    height: 10px; 
    margin: 0px 2px; 
	border: 1px solid #e8e8e8; 
	transition:all 1s; 
	border-radius: 50%;
}

.pager a.activeSlide 
{ 
	background: #262262;
}



/**********Footer**********/

.bottom{

	width: 100%;
    float: left;
    text-align: center;
    z-index: 9;
    padding: 10px;
    border-top: 1px solid #262262;
    background: #262262;
} 
.bottom a{ 
    display: table;
    text-align: center;
    margin: auto; 
} 
.bottom p{

	float: left;
    color: #ffffff;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal;

} 

.scaleTranslate{

	-webkit-transform:scale(0,0);

	-o-transform:scale(0,0);

	-moz-transform:scale(0,0);

	-ms-transform:scale(0,0);

	transform:scale(0,0);

	opacity:0;

	-webkit-transition:all 600ms;

	-o-transition:all 600ms;

	-ms-transition:all 600ms;

	-moz-transition:all 600ms;

	transition:all 600ms;

}



.heading{ 
	width: 100%;
    /* float: left; */
    padding: 0px 0px 20px;
    text-align: center;
    display: table;
}
.heading h2{
	text-align: center;
    font-size:28px;
    color: #262262;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
	text-transform: uppercase;

}
.heading h2:before{
	content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(images/divider.png) center no-repeat; 
    width: 100%;
    height: 10px;
	

}
.heading.white h2{
    color:#FFFFFF;

}
.heading.white h2:before{
    background: url(images/divider1.png) center no-repeat;
	

}

.overview
{
	position:relative;
	background: url(images/overviewbg.jpg) center no-repeat #000;
	z-index:1;	
}
.overview:before
{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
	z-index:-1;
	
}
.mainContainer{   
	
	position:relative;

} 

/*----------------floor-plan-------------------------*/ 
.projectMainBox{
	background: #f3f3f3;
}
.projectMainBox .project-list ul{
	width:100%;
	float:left;
	display: flex;
    flex-wrap: wrap;
}

.projectMainBox ul li {
    width: 32.33%;
    overflow: hidden;
    float: left;
    margin: 0px .5%;
    margin-bottom: 10px;    
	padding: 1px;
    position: relative;
    background: rgba(0, 0, 0, 0.03);

 }
 
.projectMainBox .project-list li a
{
	display:block; 
}  
/*.projectMainBox .project-list li a:before
{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	right:0px;   
	bottom:0px;
	background: rgba(8, 68, 68, 0);
	z-index:1;
	transition: all 500ms ease-in-out; 
	-moz-transition:all 500ms ease-in-out; 
	-webkit-transition: all 500ms ease-in-out; 
	-ms-transition: all 500ms ease-in-out; 
	-o-transition: all 500ms ease-in-out;
}
.projectMainBox .project-list li:hover a:before
{  
	background: rgba(8, 68, 68, 0.76);
}*/
.projectMainBox .project-list li .img { 
	float: left; 
	width: 100%; 
	padding: 5px; 
	position:relative;
}
.projectMainBox .project-list li  .img img { 
	height:270px;
	transition: 1s ease-in-out; 
	-moz-transition: 1s ease-in-out; 
	-webkit-transition: 1s ease-in-out; 
	-ms-transition: 1s ease-in-out; 
	-o-transition: 1s ease-in-out; 
}
.projectMainBox .project-list li  .img .hoverImg {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.projectMainBox .project-list li:hover  .img .hoverImg {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    opacity: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*.projectMainBox .project-list li:hover .img img { 
	transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transition: 1s ease-in-out; 
	-moz-transition: 1s ease-in-out; 
	-webkit-transition: 1s ease-in-out; 
	-ms-transition: 1s ease-in-out; 
	-o-transition: 1s ease-in-out; 
}*/
.projectMainBox .project-list li .info {
    width: 100%;
    float: left;
	min-height: 207px;
    position: relative;
    padding: 10px 20px 20px 20px;
    text-align: left;
    /* bottom: 0; */
    /* left: 0px; */
    z-index: 9;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
} 
.projectMainBox .project-list li .info h2 { 
	font-size: 16px;
    font-weight: 400;
    color:#191919;
    position: relative;
    text-align: center;
    margin-bottom: 16px;
} 
.projectMainBox .project-list li .info h2:before{
	content: '';
    position: absolute;
    bottom: -6px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #262262;
}
.projectMainBox .project-list li .info p { 
	font-size: 13px;
    font-weight: 400;
    color: #191919;
    position: relative;
    text-align: left;
    line-height: 22px;
    margin: 0px;
    padding: 6px 0px 6px 30px;
}
.projectMainBox .project-list li .info p i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 11px;
    margin-top: -12.5px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #262262;
    color: #fff;
    border-radius: 50%;
} 
.projectMainBox .project-list li .enquireBtn{
	width: 100%;
    float: left;
	cursor: pointer;
}  
.projectMainBox .project-list li .enquireBtn span {
    width: 100%;
    float: left;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 6px 5px 10px;
    margin: 0px;
    background: #262262;
} 

.social-links{
	width: 100%; 
    float: left; 
    text-align: center; 
    padding: 10px; 
    border-top: 1px solid #dedede; 
    background: #fff;
}

.social-links ul li{display:inline-block;margin:0 10px;}

.social-links ul li a{color:#909090;font-size:14px;}

.social-links ul li a:hover{color:#212121;}

.social-links ul li a i{width:30px;height:30px;line-height:30px;color:#fff;text-align: center;}

.social-links ul li a i.fa-facebook{background:#3B5EA3;}

.social-links ul li a i.fa-twitter{background:#11CFFF;}

.social-links ul li a i.fa-linkedin{background:#0084FF;}

.social-links ul li a i.fa-instagram{background:#D59F29;}

.social-links ul li a i.fa-google-plus{background:#FF3639;}

.social-links ul li a i.fa-youtube{background:#B90003;}

.social-links ul li a:hover i{
	color: #ffffff;
    background: #0b2242;
}


.call-enq{
	margin-top: 0;
    text-align: center; 
    padding: 20px 0px 0px;
}
.call-enq .footerNumbers{
	 width: 250px;
    display: inline-block;
    vertical-align: top;
    background: rgb(28, 103, 103);
    padding: 10px 10px 10px 60px;
    margin: 0 1px;
    position: relative;
    text-align: center;
}
.call-enq .footerNumbers#enqBtn:hover{height:auto;cursor:pointer;}
.call-enq .footerNumbers:hover{      background: rgb(28, 103, 103);}
.call-enq .footerNumbers i{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    font-size: 18px;
    line-height: 60px;
    background: #ffffff;
    color: #084444;
    text-align: center;
}
.call-enq .footerNumbers h4{
	letter-spacing: 2px;
    display: block;
    padding-bottom: 0px;
    font: 100 14px 'lato';
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;}
.call-enq p { 
   padding: 0px 0;
    color: #fff;
}
.bookBtn1
{    
	cursor: pointer; 
}

.doneScaleTranslate{

	-webkit-transform:scale(1,1);

	-o-transform:scale(1,1);

	-moz-transform:scale(1,1);

	-ms-transform:scale(1,1);

	transform:scale(1,1);

	opacity:1;

}



.leftTranslate{

	-webkit-transform:translate(-200px, 0);

	-o-transform:translate(-200px, 0);

	-moz-transform:translate(-200px, 0);

	-ms-transform:translate(-200px, 0);

	transform:translate(-200px, 0);

	opacity:0;

	-webkit-transition:all 600ms;

	-o-transition:all 600ms;

	-ms-transition:all 600ms;

	-moz-transition:all 600ms;

	transition:all 600ms;

}



.rightTranslate{

	-webkit-transform:translate(200px, 0);

	-o-transform:translate(200px, 0);

	-moz-transform:translate(200px, 0);

	-ms-transform:translate(200px, 0);

	transform:translate(200px, 0);

	opacity:0;

	-webkit-transition:all 600ms;

	-o-transition:all 600ms;

	-ms-transition:all 600ms;

	-moz-transition:all 600ms;

	transition:all 600ms;

}



.topTranslate{

	-webkit-transform:translate(0, -100px);

	-o-transform:translate(0, -100px);

	-moz-transform:translate(0, -100px);

	-ms-transform:translate(0, -100px);

	transform:translate(0, -100px);

	opacity:0;

	-webkit-transition:all 600ms;

	-o-transition:all 600ms;

	-ms-transition:all 600ms;

	-moz-transition:all 600ms;

	transition:all 600ms;

}



.bottomTranslate{

	-webkit-transform:translate(0, 200px);

	-o-transform:translate(0, 200px);

	-moz-transform:translate(0, 200px);

	-ms-transform:translate(0, 200px);

	transform:translate(0, 200px);

	opacity:0;

	-webkit-transition:all 1000ms;

	-o-transition:all 1000ms;

	-ms-transition:all 1000ms;

	-moz-transition:all 1000ms;

	transition:all 1000ms;

}



.doTranslate{

	-webkit-transform:translate(0, 200px);

	-o-transform:translate(0, 200px);

	-moz-transform:translate(0, 200px);

	-ms-transform:translate(0, 200px);

	transform:translate(0, 200px);

	opacity:0;

	-webkit-transition:all 500ms;

	-o-transition:all 500ms;

	-ms-transition:all 500ms;

	-moz-transition:all 500ms;

	transition:all 500ms;

}



.doneTranslate{

	-webkit-transform:translate(0, 0);

	-o-transform:translate(0, 0);

	-moz-transform:translate(0, 0);

	-ms-transform:translate(0, 0);

	transform:translate(0, 0);

	opacity:1;

}









.bookBtn{

	width: 140px;
    margin-right: 30px;
    text-align: center;
    position: relative;
    left: 1%;

}



.bookBtn a{

    display: block;
    background: #084444;
    color: #ffffff !important;
    padding: 10px 0px 8px !important; 
     border: 1px solid #118c8c;
    position: relative;
    z-index: 1; 
    -moz-transition: all 200ms ease-in-out; 
    -ms-transition: all 200ms ease-in-out; 
    -o-transition: all 200ms ease-in-out; 
    transition: all 200ms ease-in-out;

} 

.bookBtn a::before{

	content: '';
	width:100%;
    position: absolute;
    left: 0;
    right: 0;
	top:0%; 
	height:auto;
    bottom:100%; 
    background: #20877f;
    z-index: -1; 
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
 
}
.bookBtn a:hover::before{

	bottom:0; 
}

.bookBtn a::after{

	display:none;
 
}
.bookBtn a:hover::after{
	display:none;
}  
.form-box-Slide{

	position: fixed;
    width: 100%;
    left: 0px;
    top: -100%;
    right: 0px; 
    background: rgba(0, 0, 0, 0.3215686274509804);
    z-index: 999;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

}

.sub-form-box
{
	width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #1a1743;
    padding: 40px;
	border-radius: 5px;
}

.form-box-Slide h2{

	font: 400 2.5vw 'latolight'; 

    color: #dda19c;

    background: linear-gradient(30deg,#e2aaa5,#ecd4d6,#db9993);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    text-transform: uppercase;

    margin-bottom: 20px;

}

.form-box-Slide .logo1{

	width: 190px;

    margin: auto auto 15px;

}



.form-box-Slide-fixed{

	top:0px;
	bottom:0px;

}



.form-box-SlideBox{

	width:100%;
	float:left;
	position:relative; 

}



.form-box-Slide .form-div{

	width:100%;

	float:left;

	padding:5px;

}



.form-box-Slide .form-div input{

	width: 100%;
    float: left;
    padding: 12px;
    border: none;
    background: #f1f1f1;
    outline: none;

}



.form-box-Slide .form-div input::placeholder{

	color:#0b2242;

	padding-left:10px;

}



.form-box-Slide #botton{

	width: 40%;
    margin: 10px 30% 0;
	 background: #fff; 
    color: #fff;
    /* border-radius: 10px; */
    border: 0px solid #118c8c;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.48);
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

} 


.form-box-Slide #botton input[type=submit]{

	background: none;
    font-size: 15px;
    cursor: pointer; 
	color:#0b2242;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

}



.form-box-Slide #botton input[type=submit]:hover{ 
	color:#fff;

}



.form-box-Slide #botton::before{ 
    content: ''; 
    position: absolute; 
    left: 0; 
    right:0%; 
    top: 0; 
    bottom: 100%;  
    background: #0e0c46;
    z-index: -1;  
    -webkit-transition: all 200ms ease-in-out; 
    -moz-transition: all 200ms ease-in-out; 
    -ms-transition: all 200ms ease-in-out; 
    -o-transition: all 200ms ease-in-out; 
    transition: all 200ms ease-in-out;

}



.form-box-Slide #botton:hover::before {

	bottom:0;

}



.closeBtnForm{ 
	position: absolute;
    top: -36px;
    right: -36px;

}



.closeBtnForm i{

	width: 40px;
    height: 40px; 
	border-radius: 5px;
    line-height: 40px;
    text-align: center; 
    background: #1a1743;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

}



.closeBtnForm i:hover{

	background:#0e0c46; 
    color:#FFFFFF;

}



.focus-red:focus {

	border: 1px solid #dda19c !important;

    background: #ff8484 !important;

} 
.bookBtn1
{    
	cursor: pointer; 
}
.main-banner{
	display:block;
}
.tab-banner
{
	display:none;	
}
@media (max-width:1200px){

	  
}

@media (max-width:1100px){

	.header{    

	padding: 11px 30px 16px;

    text-align: center;

	}

	.navi{display:none;}

	.menuBtn{display:block;} 

	.logo a{display: block;} 

	.gaurs-logo{width:100px;    float:left;}

	.logo { width: 85px;  } 
	.callBtn { 
    	right: 30px;
	}
	.bookBtn a { 

		background:none;

		color: #353535 !important; 

		border-radius: 0;

		border: none;

	}

	.bookBtn a::before {

    	display:none; 

	}

	.bookBtn {  margin-right: 0; position: relative; right: auto; } 
	.menuContainer ul li a { font: 2.5vw 'latoblack'; } 
	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height: 478px !important; }  
	 
}

@media (max-width:1025px){
	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height: 440px !important; }
	
}

@media (max-width:900px){ 
	 
	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height: 387px !important; }  
	.projectMainBox ul li {
    	width: 49%;
	}
	.projectMainBox .project-list li .img img {
    	height: auto;
	}
}



@media (max-width:768px){  
	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height: 330px !important; }  
	
	.social-links ul li {
		display: inline-block;
		margin: 5px -2px 5px;
		width: 33.333%;
		text-align: left;
	} 

}

@media (max-width:680px){

	
.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height: 292px !important; }  
	.logo { width: 75px; } 
	.projectMainBox ul li {
    	width: 100%;   
	}
	.projectMainBox .project-list li .info { 
    	min-height: auto;
	}
	
	
}

@media (max-width:550px){ 
	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height: 665px !important; }  
	.main-banner{
		display:none;
	}
	.tab-banner
	{
		display:block;	
	}
	.call-enq .footerNumbers {
		width: 49%; 
	}
	.sub-form-box {
    	width: 90%;
		padding: 20px;
	}
	.form-box-Slide h2 {
    	font: 400 4vw 'latolight';
	}
	.closeBtnForm { 
		top: -38px;
		right: 0;
	}
	.closeBtnForm i { 
    	border-radius: 0;
	}
	
}


@media (max-width:480px){
	.logo {
		width: 84px;
	}
	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height: 580px !important; } 
	.price-lst-box {  
		padding: 20px 10px; 
	}  
	.menuContainer ul { padding-top: 26vw;}

	.menuContainer ul li a { font: 4vw 'latoblack';  padding: 10px 10px 6px; } 

	.logo a{width:100%;}

	.gaurs-logo{width:100px; float:left; padding:4px 0;}

	.slideImg{width:100%; display:table; margin:0 auto;}

	
	/*.pager{right:50%; transform:translateX(50%);}*/

	.bottom{padding-right:0; text-align:center;}

	.bottom a{float:none; display:inline-block;} 

	.heading h2{font-size: 25px;} 
	 
}

@media (max-width:450px){

	.call-enq .footerNumbers {
		width: 100%; 
		vertical-align: top;  
		margin: 4px 0px;  
	}
}
@media (max-width:425px){
	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height: 515px !important; } 
	 
 
}



@media (max-width:375px){

	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height:450px !important; } 

	.construcStatus { width: 100%; } 
	.header{padding: 10px 10px 10px;} 
	.border{width:100px;} 
	.callBtn { right:10px;} 

}



@media (max-width:320px){

	.banner, .slider, .slider li, .slider li .slideContainer, .slider li .slideContainer .slideImg, .slider li .slideContainer .slideImg img{ height:388px !important; } 
	.logo{width:75px;} 
	.heading{}  
	.mainContainer .text{width:80%; right:10%;}  
	.social-links ul li { 
		width: 50%; 
	}

	
}



