*{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-family: "Swis721Light";
}
.row{
	display: block;
}
.col{
	display: inline-block;
}
.fl-rt{
	float: right;
}
.fl-lt{
	float: left;
}
.clear-prefix{
	clear: both;
}
.ele-center{
	text-align: center;
}
.ele-right{
	text-align: right;
}
.container{
	width: 100%;
}
.container-pack{
	width: 80%;
	max-width: 100%;
	min-width: 320px;
	margin: 0px auto;
	box-sizing: border-box;
}
body{
	margin:0px auto;
}

/*header css starts*/
header{
	top: 0px;
	position: fixed;
	background-color: white;
	z-index: 99999;
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
._hedlf{
}
#logo span{
	display:block;
	width: 200px;
	height: 70px;
	background-image: url("../images/logo.png");
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.connect li{
	display: inline-block;
	list-style-type: none;
	margin-left: 1em;
}
.connectSocial{
	margin-right: 15px;
}
.connectSocial li{
	margin-left: 3px !important;
}
nav{
	margin-top: 25px;
}
nav ul{
	display: block;
}
nav li{
	display: inline-block;
	list-style-type: none;
	/*margin-left: 1em;*/
}
nav li a{
	text-decoration: none;
	color: #000;
	font-family: Swis721Roman;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 15px;
	border-bottom: 4px solid transparent;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
nav ul li.active a{
	color: maroon;
	border-bottom-color: #E68B32;
}
nav ul li:hover a{
	/*color: maroon;*/
	border-bottom-color: #E68B32;
}
.connect label{
	font-size: 15px;
	margin-left: 7px;
	display: inline-block;
	vertical-align: middle;
}
/*header css ends*/

/*Icon css starts*/
.icon{
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.icon-mail{
	background-image: url(../images/icons/mail.png);
}
.icon-download{
	background-image: url(../images/icons/download-icon-61870.png);
}
.icon-call{
	background-image: url(../images/icons/call.png);
}
.icon-facebook{
	background-image: url(../images/icons/facebook.png);
}
.icon-twitter{
	background-image: url(../images/icons/twitter.png);
}
.icon-linkedin{
	background-image: url(../images/icons/linkedin.png);
}
.icon-instagram{
	background-image: url(../images/icons/insta.png);
	background-size:23px;
}
.icon-pinterest{
	background-image: url(../images/icons/pin.png);
}
.icon-blog{
	background-image: url(../images/icons/bg.png);
}
/*Icon css ends*/

/*Slider CSS Starts*/
#sliderContainer{
	/*height: 78vh;*/
	/*max-height: 400px;*/
	overflow: hidden;
}
#sliderContainer.slidermd{
	height: 56vh;
	min-height: 420px;
}
#slider{
	position: relative;
	left: 0px;
	height: 100%;
	white-space: nowrap;
	font-size:0px;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}
#slider .slide{
	height: 100%;
	display: inline-block;
	width: 100%;
}
#sliderContainer .footer{
	padding: 20px;
	position: relative;
	top: calc(-50% - 60px);
	line-height: 1px !important;
}
#sliderContainer.slidermd .footer{
	top: calc(-28vh - 60px);
}
#sliderContainer .footer .left{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url('../images/icons/ui-13-512.png');
	background-position: center;
	background-size: cover;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	opacity: .4;
	-webkit-transition:all .04s ease;
	-moz-transition:all .04s ease;
	-ms-transition:all .04s ease;
	-o-transition:all .04s ease;
	transition:all .04s ease;
}
#sliderContainer .footer .left:hover{
	opacity: 1;
}
#sliderContainer .footer .right{
	display: inline-block;
	width: 60px;
	float: right;
	height: 60px;
	background-image: url('../images/icons/ui-13-512.png');
	background-position: center;
	opacity: .4;
	background-size: cover;
	-webkit-transition:all .04s ease;
	-moz-transition:all .04s ease;
	-ms-transition:all .04s ease;
	-o-transition:all .04s ease;
	transition:all .04s ease;
}
#sliderContainer .footer .right:hover{
	opacity: 1;
}
/*Slider CSS Ends*/
.home-vision{
	text-align:center !important;
}

._few3{
	margin-top: 30px;
}

._few3 li{
	vertical-align: top;
	margin:10px;
	list-style-type: none;
	display: inline-block;
	width: 28%;
	min-height: 205px !important;
	min-width: 280px;
	box-sizing: border-box;
	padding: 25px;
	border:1px solid black;
	border-radius: 20px;
	margin-left: 5%;
}
._few3 .first-child{
	margin-left: 0px;
}
._few3 li:first-child{
	margin-left: 0px;
}
._few3 .card{
}
._few3 .card .info{
	margin-left: 20%;
}
._few3 .card .info h4{
	color:#E68B32;
	text-transform: uppercase;
	padding: 3px 0px;
}
._few3 .card .info p{
	font-size: 15px;
}
._few3 .card .info p a{
	display: inline-block;
	margin-left: 3px;
	text-decoration:none;
	color:#E68B32;
}
._few3 .card .footer{
	height: 1px;
}
._few3 .card .footer .iconx{
	display: inline-block;
	width: 100px;
	height: 100px;
	position: relative;
	top: 25px;
	background-color: white;
	left: -75px;
	padding: 10px;
	border-radius: 100%;
	box-sizing: border-box;
	float:left !important;
}
._few3 .card .footer .iconx .disp{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	border:1px solid black;
}
._few3 .card .footer .iconx .group{
	background-position: center;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-image: url('../images/icons/group-512.png');
}
._few3 .card .footer .iconx .binacular{
	background-position: center;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-image: url('../images/icons/21421-binoculars-front-view1.png');
}
._few3 .card .footer .iconx .news{
	background-position: center;
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-image: url('../images/icons/Document__Pen-512.png');
}

._abus .row{
	margin-top: 15px;
}
._abus h2, ._abus h6{
	color: #E68B32;
}
._abus h2{
	/*padding: 10px 0px 5px !important;*/
	font-family: Swis721Light;
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
	text-transform:uppercase;
}
._abus h6{
	font-size: 18px;
	padding: 5px 0px;
}
._abus .row p{
	font-family: Swis721Roman;
	font-size: 16px;
	line-height:24px;
	/*font-weight: 600;*/

}
._abus .row p img{
	height: 50px;
	vertical-align: top;
	margin:15px 35px 15px 0px;
	display: inline-block;
}
._abus .row ul{
	margin-top: 5px;
	/*margin-left: 16px;*/
}
._abus .row ul li{
	list-style-type: none;
	padding: 3px 0px;
	font-size: 14px;
	list-style-type-color:#E68B32;
}
._abus .row ul li:before{
	content: "•";
	color: #E68B32;
	display: inline-block;
	font-size: 16px;padding: 2px;
	margin-right: 3px;
}

._projects{
	margin-top: 15px;
}
._projects .header ul li{
	list-style-type: none;
	display: inline-block;
}
._projects .header ul li h3{
	font-weight: 100;
	padding: 0px 10px;
	border-right: 1px solid black;
	cursor: pointer;
}
._projects .header ul li:last-child h3{
	border-right-color: transparent;
}
._projects .header ul li.last-child h3{
	border-right-color: transparent;
}
._projects .header ul li:first-child h3{
	padding-left: 0px  !important;
}
._projects .header ul li.first-child h3{
	padding-left: 0px  !important;
}
._projects .header ul li.active h3{
	color:#E68B32;
}


._projects .body{
	margin-top: 20px;
	line-height: 100%;
	height: 305px;
	z-index: 0;
	box-sizing: border-box;
}
._projects .body .card{
	display: inline-block;
	max-width: 260px;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 15px;
	border:1px solid #E68B32;
}
._projects .body .card .thumb{
	width: 240px;
	height: 153px;
	background: lightgray;
}
._projects .body .card .title{
	margin-top: 10px;
	text-align: center;
	color: #E68B32;
}
._projects .body .card .title h3{
	font-weight: 900;
}
._projects .body .card .title h1{
	font-weight: 100;
	font-size: 14px;
}



#pslider{
	position: relative;
	left: 0px;
	white-space: nowrap;
}
._projects #projects-slider{
	width: 100%;
	overflow:hidden;
	overflow-x: auto;
	vertical-align: middle;
}

.container.banner1{
	height: 85vh;
	background-image: url('../images/slider/Belleza1.jpg');
	background-size: 100% 100%;
	max-height: 840px;
	background-repeat: no-repeat;
	background-position: center;
}
.container .banner2{

	background-image: url('../images/contact_banner.png');
	background-size: 100%;

	background-repeat: no-repeat;
	background-position: center;
}

.project{
	margin-top: 15px;
}
.project h2{
	font-weight: 100;
	font-size: 26px;
	text-align: center;
	color: #E68B32;
}
.project p{
	line-height: 24px;
	font-family: Swis721Roman;
}

.project .info{
	margin-top: 15px;
}
.project .info img{
	display: block;
	max-width: 100%;
}
.project .plan, .project .details{
	box-sizing: border-box;
}
.project .details{
	float: left;
}
.project .details h3, .project .plan h3{
	padding: 5px;
	font-size: 24px;
	font-weight: 100;
	color: #E68B32;
}
.project .plan{
	margin-top: 10px;
	width: 40%;
}
.project .plan img{
	display: block;
	max-width: 480px;
}
.project .details ul{
	margin-left: 4px;
}
.project .details ul li{
	list-style-type: none;
	font-size: 16px;
}
.project .details ul li:before{
	content: "•";
	padding: 3px;
	display: inline-block;
	font-size: 18px;
}
.project .details .project_logo img{
	width: 250px;
	margin: 30px 0px;
}
.project .details .project_logo .highlight{
	margin:20px 0px;
}
.project .details .project_logo p{
	font-size: 24px;
	font-weight: 900;
	/*color: #e78c33;*/
}
.project .plan{
	float: right;
}

._amenities{
	margin-top: 50px;
	padding: 30px;
	min-height: 340px;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: top;
	align-items: center;
	background-color:#fae7d6;
}
._amenities h3{
	padding: 20px;
	margin: 25px 0px;
	font-size: 32px;
	color: #E68B32;
	text-transform: uppercase;
	font-family: "Swis721Light";
	font-weight: 100;
}
._amenities .foot{
	margin-top: 35px;
	font-size: 16px;
}
.amenitiesList{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.amenitiesList  .thumb{
	max-width: 130px;
	text-align: center;
}
.amenitiesList  .thumb img{
	width: 100%;
	display: block;
}
.amenitiesList  .thumb label{
	margin-top: 20px;
	display: block;
	font-family: Swis721Roman;
	font-size: 16px;
	color: #E68B32;
	white-space: pre-wrap;
}


._specs{
	margin-top: 15px;
}
._specs h1{
	font-weight: 100;
	color: #E68B32;
	font-size: 32px;
	text-align: center;
	margin:25px;
}
._specs .col{
	min-width: 320px;
	width: 39%;
	vertical-align: top;
}
._specs .list{
	margin:25px 0px;
}
._specs .list h4{
	color: #E68B32;
	font-size: 18px;
	padding: 10px 0px;
	/*font-weight: 100;*/
}
._specs .list ul li{
	list-style-type: none;
	line-height: 24px;
	font-size: 16px;
	padding: 5px 0px;
	font-weight: 100;
	font-family: "Swis721Roman";
}
._specs .list ul li:before{
	content:  "•";
	display: inline-block;
	font-size: 20px;
	margin-right: 3px;
}
._loc{
	background-color: #fae7d6;
}
._loc h1{
	padding: 20px;
	font-weight: 100;
	font-size: 32px;
	text-transform: uppercase;
	color: #E68B32;
}
._loc .list li{
	line-height: 24px;
	font-size: 16px;
	padding: 5px 0px;
	/*list-style-type: none;*/
	margin-left: 3px;
}
._loc .map{
	width: 60%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}
._loc .adv{
	width: 35%;
	margin-top: 10px;
	box-sizing: border-box;
	float: right;
}
._loc .adv h2{
	padding: 10px 0px;
	color: #E68B32;
	font-weight: 100;
}
._loc .adv .list{
	margin-left: 12px;
}

.career-1{
	padding-top:110px;
	padding-bottom:291px;	
}
.career-1 h1{
	color: #e78c33;
	font-size:3rem;
	font-weight: 100;
	padding: 20px;
	text-transform: uppercase;
	font-family: Swis721Light;
    margin-top: 20px;
	padding-bottom:10px;
}
.career-1 h2{
	color: #e78c33;
	font-size: 32px;
	font-weight: 100;
	padding: 20px;
	text-transform: capitalize !important;
	font-family: Swis721Light;
}
.career-1 h3{
	color: #e78c33;
	font-size: 32px;
	font-weight: 100;
	
	text-transform: capitalize !important;
	font-family: Swis721Light;
   
	padding-bottom:10px;
}

._contact{
	box-sizing: border-box;
}
._contact h3{
	color: #e78c33;
	font-size: 32px;
	font-weight: 100;
	padding: 20px;
	text-transform: uppercase;
	font-family: Swis721Light;
    margin-top: 20px;
	padding-bottom:10px;
}
._contact .con{
	background-color: #e78c33;
	padding-top: 25px;
}
._contact .details{
	width: 38%;
	min-width: 320px;
	box-sizing: border-box;
	float: left;
	color: white;
}
._contact .details h5{
	font-size: 24px;
	font-weight: 100;
}
._contact .details .row{
	padding: 5px 0px;
	font-weight: 100;
}
._contact .form{
	width: 55%;
	margin-left: 3%;
	min-width: 320px;
	box-sizing: border-box;
	float: right;
}
._contact .form .customer-details .col{
	width: 31%;
	box-sizing: border-box;
	margin-right: 2.6%;
}
._contact .form .customer-details .col input{
	width: 100%;
	padding: 5px;
	font-weight: 100;
	border:none;
	font-size: 16px;
	float: left;
	color: #E68B32;
	box-sizing: border-box;
	font-weight: 100;
}
::-webkit-input-placeholder{
	color: #E68B32;
}
::-moz-input-placeholder{
	color: #E68B32;
}
::-ms-input-placeholder{
	color: #E68B32;
}
::-o-input-placeholder{
	color: #E68B32;
}
input-placeholder{
	color: #E68B32;
}
._contact .form .customer-msg{
	margin-top: 15px;
}
._contact .form input[type="submit"]{
	background-color: #da600a;
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
	border:none;
	font-weight: 100;
	margin:10px 0px;
	display: inline-block;
}
._contact .form textarea{
	width: 100%;
	padding: 5px;
	font-size: 16px;
	height: 230px;
	font-weight: 100;
	border:none;
	resize: none;
	box-sizing: border-box;
}
._contact .form .customer-details .last-child{
	margin-right: 0px;
}

.mobile-only{
	display: none;
}
nav ul{
	display: block;
}
.nav-trigger{
	display: inline-block;
}
.nav-trigger span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../images/icons/menu.png');
	background-position: center;
	background-size: 80% auto;
	background-repeat: no-repeat;
}

.prslider #pslider a{
	text-decoration: none;
	display: inline-block;
}
._projects .body .left, ._projects .body .right{
	display: none;
}
#contactUsContainer{
	background-color: rgba(44,44,44,.6);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 999999999999999;
	visibility: hidden;
	display: none;
}
#contact-us label{
	display: block;
	color: white;
	padding: 5px 0px;
}
#contact-us{
	display: inline-block;
	position: fixed;
	min-width: 340px;
	max-width: 550px;
	top: 10vh;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background-color: #e78c33;
	padding: 20px;
}
#contact-us .row{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
#contact-us input{
	padding: 10px;
	border:1px solid white;
	box-sizing: border-box;
	width: 100%;
}
#contact-us textarea{
	box-sizing: border-box;
	border:1px solid white;
	padding: 10px;
	width: 100%;
	height: 10vh;
	resize: none;
}
#contact-us input[type="submit"]{
	background-color: #da600a;
	border:none;
}
#contact-us .header span{
	display: inline-block;
	background-color: white;
	width: 10px;
	height: 10px;
	padding: 10px;
	color: #E68B32;
	cursor: pointer;
	line-height: 10px;
	border-radius: 100%;
}

footer{
	color: #fff;
	background-color: #E68B32;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
}
footer ul li{
	display: inline-block;
	min-width: 100px;
}
footer ul li a{
	display: block;
	color: white;
	text-decoration: none;
}
footer a{
	color: #fff;
	text-decoration: none;
}

._download{
	/*max-width: 500px;*/
	margin:0px auto;
	box-sizing: border-box;
	margin-top: 30px;
}
._download .header{
	font-size: 22px;
	font-weight: 400;
	color: #E68B32;
}
._download ul li{
	list-style-type: none;
}
._download .body{
	margin: 20px;
	box-sizing: border-box;
}
._download .body li .file{
	display: inline-block;
	width: 60%;
	float: left;
	box-sizing: border-box;
}
._download .body li a{
	display: inline-block;
	width: 20%;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icons/download-icon-61870.png);
}
._download .card{
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 4px 8px -4px black;
	margin:10px;
}
._download .card ul .file{
	padding: 10px 0px;
}


.sliderList{
	height: 100%;
	white-space: nowrap;

}
.sliderList .prslider{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
	white-space: nowrap;
}
#pslider{
	margin-top: 25px;
}
.prslider .left{
	width: 10%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	background-image: url('../images/icons/ui-13-512.png');
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999 !important;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.prslider #pslider{
	width: 80%;
	float: left;
	box-sizing: border-box;
	overflow-x: scroll;
}
.prslider .right{
	width: 10%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	box-sizing: border-box;
	background-image: url('../images/icons/ui-13-512.png');
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999 !important;
}

.floorSlider{
	width: 430px;
	height: 320px;
}

#ps2{
	width: 100%;
	height: 320px;
	overflow: hidden;
}
#ps2 .psslider{
	height: 100%;
	/*background-color: #fae7d6;*/
	white-space: nowrap;
	font-size: 0px;
	box-sizing: border-box;
	position: relative;
}
#ps2 .psslider .psslide{
	box-sizing: border-box;
	display: inline-block;
	height: 320px;
	width: 100%;
	transition: all 0.4s ease-in;
}
.pagination{
	position: relative;
	top: -35px;
	padding: 5px;
	text-align: center;
	width: 40%;
	margin: 0px auto;
	border-radius: 15px;
	/*background-color: rgb(55,55,55);*/
}
.pagination span{
	box-shadow: 0px 3px 12px -3px black; 
	display: inline-block;
	width: 4px;
	padding: 1px;
	height: 4px;
	margin: 0px 8px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	vertical-align: bottom;
	background-color: rgb(121,121,121);
}
.pagination span:hover{
	transform:scale(1.2);
}
.pagination span.active{
	border-radius: 50%;
	transform:scale(1.9);
	background-color: #E68B32;
}

#floorzoom{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 999999999;
	background-color: rgba(5,5,5,.8);
}
.floor_zoom{
	box-shadow: 0px 0px 6px -2px black;
	position: fixed;
	top: 100px;
	background-color: #fff;
	bottom: 100px;
	left: 100px;
	right: 100px;
	min-width: 320px;
	min-height: 420px;
	max-width: 900px;
	max-height: 700px;
	margin: 0px auto;
	border-radius: 5px;
	border:7px solid white;
	background-image: url('../images/slider/P18572304.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	/*overflow: hidden;*/
	font-size: 0px;
	cursor: pointer;
}
.floor_zoom .header{
	text-align: right;
}
.floor_zoom .header span{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: ;
	background-image: url('../images/icons/close.png');
	background-size: 15px 15px;
	background-position: center center;
	background-repeat: no-repeat;
}
.btn{
	background-color: #da600a;
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
	border:none;
	text-decoration: none;
	font-weight: 100;
	margin:10px 0px;
	display: inline-block;
}
@media only screen and (min-width: 1400px){
	._few3{
		margin-top: 8%;
	}
}

/*Dropdown for download tab*/
	.dropdown-list-ul {
		    list-style-type: none;
		    margin: 0;
		    padding: 0;
		    overflow: hidden;
		    /*background-color: #333;*/
		}
		.dropdown-list-li .dropdown-list-a, .dropbtn {
		    display: inline-block;
		    color: black;
		    text-align: center;
		    padding: 14px 16px;
		    text-decoration: none;
		}
		/*.dropdown-list-li .dropdown-list-a:hover, .dropdown:hover .dropbtn {
		    background-color: red;
		}*/
		.dropdown-list-li.dropdown {
		    display: inline-block;
		}
		.dropdown-content {
		    display: none;
		    position: absolute;
		    background-color: #fff;
		    min-width: 160px;
		    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
		    z-index: 1;
		}
		.dropdown-content .dropdown-list-a {
		    color: black;
		    padding: 12px 16px;
		    text-decoration: none;
		    display: block;
		    text-align: left;
			border-bottom-color:transparent ! important;
		}
		.dropdown-content .dropdown-list-a:hover {
			background-color: #f1f1f1;
			color:#E68B32;
		}
		.dropdown:hover .dropdown-content {
		    display: block;			
		}