@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;
}

*,ul,h1,h2,h3,h4,h5,h6,p{margin:0; padding:0;}
*,a{text-decoration:none !important;}
li{ list-style:none;}



.royal{
	background:url(../images2/royal-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:fixed;
	width:100%;
	height:100%;
}
.royal-tech-ville{
	background:url(../images2/royal-tech-ville-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:fixed;
	width:100%;
	height:100%;
}
.royal-kodai{
	background:url(../images2/royal-kodai-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:fixed;
	width:100%;
	height:100%;
}

.logo{
	padding:0;
}
.call{
	padding:0;
	margin-top: 30px;
    text-align: right;
}
.call h3, .call h4, .call h5{
	display:inline-block;
	color:#fff;
}
.call h3{
	background:url(../images2/call.png) left center no-repeat;
	padding-left: 22px;
    margin-right: 15px;
}
.call h4{
	background:url(../images2/mail.png) left center no-repeat;
	padding-left: 25px;
	background-position: 0px 4px;
    margin-right: 15px;
}
.call h3 a, .call h4 a{
	color:#fff;
	font-size:17px;
	font-weight: 600;
}
.call h5 a img{
	margin-left: 5px;
}
.call h5 a:hover img{
	animation: swing 1s ease;
}

.call h5 a{
    display: inline-block;
}
.call h5 a:last-child{
	display:none;
}

.slider{
    width: 83%;
	box-shadow: 0px 10px 40px #333;
}
.slider img{
	width:100%;
}
.slick-slide:focus{
	outline:0 !important;
}
.slick-prev {
    left: 130px;
	z-index:1;
	top:72% !important;
}
.slick-prev::before {
    content:url(../images2/prev.png);
}
.slick-next {
    left: 170px;
	z-index:1;
	top:72% !important;
}
.slick-next::before {
    content:url(../images2/next.png);
}

.download-brochure{
	position:absolute;
	bottom:27%;
	left:130px;
}
.download-brochure a{
    background: #ffd220;
    padding: 12px 55px 12px 20px;
    color: #000;
    background-image: url(../images2/download.png);
    background-repeat: no-repeat;
    background-position: 200px 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.specs{
	padding:0;
}
.specs-1, .specs-5, .specs-6{
	padding:25px;
	text-align:center;
	background:#cf2450;
	height:100%;
}
.specs-5{
	background:#8f510d;
	min-height:200px;
}
.specs-6{
	background:#184008;
	min-height:200px;
}
.specs-1:after, .specs-5:after, .specs-6:after{
	content:url(../images2/shape.png);
	display:inline-block;
	position:absolute;
	margin-left: 163px;
    margin-top: -50px;
	z-index:1;
}
.specs-5:after{
	content:url(../images2/shape-1.png);
}
.specs-6:after{
	content:url(../images2/shape-2.png);
}
.specs-1 h2, .specs-5 h2, .specs-6 h2{
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	font-weight:600;
}
.specs-1 h3, .specs-5 h3, .specs-6 h3{
	text-transform:uppercase;
	font-size:45px;
	color:#f4c715;
	font-weight:700;
}
.specs-1 h3:before, .specs-5 h3:before, .specs-6 h3:before{
	content:url(../images2/rupee.png);
	display:inline-block;
	padding-right:5px;
}
.specs-1 p, .specs-5 p, .specs-6 p{
	font-size:13px;
	color:#ccc;
}

.specs-2{
	background:rgba(0, 0, 0, .75);
	padding:20px 40px;
	border-right:1px solid rgba(255, 255, 255, .1);
}
.specs-2 h2, .specs-2 h3, .specs-2 h4{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding-left:40px;
	margin-bottom:10px;
}
.specs-2 h2:before{
	content:url(../images2/overview.png);
	display:inline-block;
	padding-right:10px;
	position:absolute;
	margin-top:0px;
	margin-left:-40px;
}
.specs-2 h3:before{
	content:url(../images2/location.png);
	display:inline-block;
	padding-right:10px;
	position:absolute;
	margin-top:0px;
	margin-left:-40px;
}
.specs-2 h4:before{
	content:url(../images2/amenities.png);
	display:inline-block;
	padding-right:10px;
	position:absolute;
	margin-top:0px;
	margin-left:-40px;
}
.specs-2 p{
	font-size:13px;
	color:#ccc;
	padding-left:40px;
}
.specs-2 p:before{
	content:url(../images2/arrow.png);
	display:inline-block;
	padding-right:7px;
}
.specs-2 h6{
	font-size:11px;
	color:#ffd220;
	padding-left:40px;
	text-transform:uppercase;
	display:inline-block;
	margin-top:8px;
	cursor:pointer;
}
.specs-2 h6:after{
	content:url(../images2/readmore.png);
	display:inline-block;
	padding-left:5px;
}

.specs-3{
	background:rgba(0, 0, 0, .75);
	padding:20px 0px 20px 20px;
	border-right:1px solid rgba(255, 255, 255, .1);
}
.specs-3 h3{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding-left:40px;
	margin-bottom:10px;
}
.specs-3 h3:before{
	content:url(../images2/location.png);
	display:inline-block;
	padding-right:10px;
	position:absolute;
	margin-top:0px;
	margin-left:-40px;
}
.specs-3 p{
	font-size:13px;
	color:#ccc;
	padding-left:40px;
}
.specs-3 p:before{
	content:url(../images2/arrow.png);
	display:inline-block;
	padding-right:7px;
}
.specs-3 h6{
	font-size:11px;
	color:#ffd220;
	padding-left:40px;
	text-transform:uppercase;
	display:inline-block;
	margin-top:8px;
	cursor:pointer;
}
.specs-3 h6:after{
	content:url(../images2/readmore.png);
	display:inline-block;
	padding-left:5px;
}



.specs-4{
	background:rgba(0, 0, 0, .75);
	padding:20px 0px 20px 20px;
	border-right:1px solid #2d2c3e;
}
.specs-4 h4{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding-left:40px;
	margin-bottom:10px;
}
.specs-4 h4:before{
	content:url(../images2/amenities.png);
	display:inline-block;
	padding-right:10px;
	position:absolute;
	margin-top:0px;
	margin-left:-40px;
}
.specs-4 p{
	font-size:13px;
	color:#ccc;
	padding-left:40px;
}
.specs-4 p:before{
	content:url(../images2/arrow.png);
	display:inline-block;
	padding-right:7px;
}
.specs-4 h6{
	font-size:11px;
	color:#ffd220;
	padding-left:40px;
	text-transform:uppercase;
	display:inline-block;
	margin-top:8px;
	cursor:pointer;
}
.specs-4 h6:after{
	content:url(../images2/readmore.png);
	display:inline-block;
	padding-left:5px;
}

.view-1, .view-2, .view-3{
    position: fixed;
    top: 14%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 65%;
    height: 63%;
	left:3%;
	padding:20px 30px;
	margin:0 auto;
}
.view-1 p, .view-2 p, .view-3 p{
	display: inline-block;
}
.view-1 h6, .view-2 h6, .view-3 h6{
	cursor:pointer;
	display: inline-block;
	float:right;
	text-align:right;
	font-size:25px;
}
.popup-heading{
	padding-bottom:20px;
	border-bottom:1px solid #999;
}
.popup-content{
	margin-top:20px;
}
.popup-content h2{
	font-size:17px;
	color:#ffd220;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:5px;
}
.popup-content p{
	font-size:14px;
	color:#ddd;
	line-height:24px;
}
.popup-content p b{
	font-size:23px;
}

.bank{
	padding:0;
	margin: 15px 0;
}
.bank img{
	padding: 0 5px;
}
.bank ul{
}
.bank ul li{
	font-size:14px;
	color:#ddd;
	background:url(../images2/arrow.png) left center no-repeat;
	padding-left:20px;
    margin-bottom: 10px;
	background-position: 0px 8px;
}



.form{
	position:absolute;
	top: 18%;
    background: #fff;
	border-radius:7px;
    width: 22%;
    right: 7%;
    z-index: 1;
}
.form h2{
	text-align:center;
	background:#ffd220;
	padding:17px 0;
	color:#000;
	font-size:21px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:7px 7px 0 0;
}
.form iframe {
    min-height: 350px;
	padding: 30px;
	width: 100%;
}
.form-group {
    margin-bottom: 5px;
    padding: 5px 15px;
    width: 100%;
}
#form1{
     margin-bottom: 15px;
    margin-top: 14px;
}
input.form-control1 {
    width: 100%;
	height: 40px;
	border:none;
	background:#f3f3f3;
	padding-left: 15px;
    border-radius: 4px;
}
textarea.form-control1.txt_area {
    width: 100%;
    margin-bottom: -5px;
	border:none;
	background:#f3f3f3;
	padding: 10px 0 0 15px;
    border-radius: 4px;
}
input.form-control1.submit {
	background:#424242 !important;
	color:#fff;
}
input:focus, textarea:focus, select:focus, textarea.form-control1.txt_area:focus{
	outline:none;
	border-bottom:1px solid #5c2da1;
}
