@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.eot');
    src: url('../fonts/Oswald-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff'),
        url('../fonts/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/Oswald-Medium.svg#../fonts/Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.Oswald-Medium{
	 font-family: 'Oswald';
	 font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#../fonts/Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.Oswald-Bold{
	font-family: 'Oswald';
	font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bio Sans';
    src: url('../fonts/BioSans-Regular.eot');
    src: url('../fonts/BioSans-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BioSans-Regular.woff2') format('woff2'),
        url('../fonts/BioSans-Regular.woff') format('woff'),
        url('../fonts/BioSans-Regular.ttf') format('truetype'),
        url('../fonts/BioSans-Regular.svg#../fonts/BioSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.BioSans-Regular{
	font-family: 'Bio Sans';
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#../fonts/OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.OpenSans-Regular{
	font-family: 'Open Sans';
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#../OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.OpenSans-SemiBold{
	font-family: 'Open Sans';
	font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-SemiBold.eot');
    src: url('../fonts/JosefinSans-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSans-SemiBold.woff') format('woff'),
        url('../fonts/JosefinSans-SemiBold.ttf') format('truetype'),
        url('../fonts/JosefinSans-SemiBold.svg#../fonts/JosefinSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.JosefinSans-SemiBold{
	 font-family: 'Josefin Sans';
	 font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Regular.eot');
    src: url('../fonts/JosefinSans-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSans-Regular.woff') format('woff'),
        url('../fonts/JosefinSans-Regular.ttf') format('truetype'),
        url('../fonts/JosefinSans-Regular.svg#../fonts/JosefinSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.JosefinSans-Regular{
	font-family: 'Josefin Sans';
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	margin:0 auto;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
a:focus {
	outline: 0;
}
a{
	outline: 0;
}
a:focus, a:hover{
	text-decoration: unset;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
ul{
	margin:0px;
	padding:0px;
}
.padzero{
	padding:0 !important;
}
.p-l-0{
    padding-left:0 !important;
}
.p-r-0{
    padding-right:0 !important;
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes imagePlaceholderOpacityIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -moz-transform: translate3d(0, -60px, 0);
    -webkit-transform: translate3d(0, -60px, 0);
    -o-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    transform: translate3d(0, -60px, 0);
}
.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}
.animation-element.slide-bottom.in-view,
.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-top.in-view {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}
.navbar-default {
	background: none;
	margin-bottom: 0;
	height: 100%;
}
.navbar{
	border:0;
}
.navbar-brand{
	height:auto;
	padding: 5px 0px;
}
.nav.navbar-nav.social-icon {
    float: right;
	position: absolute;
	right: 0%;
	width: 100%;
	transition: all 0.5s ease;
	justify-content:flex-end;
	display:flex;
	z-index:0;
}
.navbar-header{
	z-index: 1;
	position:relative;
	max-width: 20%;
}
.navbar-nav:last-child{
	margin-right: -15px;
}
.navbar-default .navbar-nav li{
	/* width:10.3%; */
	position: relative;
	display: block;
	height: 100%;
	float: left;
	transition: all 0.3s ease;
	padding: 0px 12px;
}
/* .navbar-default .navbar-nav li:nth-child(1){ */
	/* background:url('../images/menu_home-min.png') no-repeat; */
/* } */
/* .navbar-default .navbar-nav li:nth-child(2){ */
	/* background:url('../images/menu_About-min.png') no-repeat; */
/* } */
/* .navbar-default .navbar-nav li:nth-child(3){ */
	/* background:url('../images/menu_Amenites-min.png') no-repeat; */
/* } */
/* .navbar-default .navbar-nav li:nth-child(4){ */
	/* background:url('../images/menu_Gallery-min.png') no-repeat; */
/* } */
/* .navbar-default .navbar-nav li:nth-child(5){ */
	/* background:url('../images/menu_VRX-min.png') no-repeat; */
/* } */
/* .navbar-default .navbar-nav li:nth-child(6){ */
	/* background:url('../images/menu_Contact-min.png') no-repeat; */
/* } */
/* .navbar-default .navbar-nav li:nth-child(7){ */
	/* background:url('../images/menu_Contact-min.png') no-repeat; */
/* } */
/* .navbar-default .navbar-nav li{ */
	/* background-position: center -15px !important;  */
/* } */
.navbar-default .navbar-nav li a{
	padding: initial;	
	/* position: absolute; */
	width: 100%;
	height: 100%; 
	font-size: 16px;
	/* text-indent: 20px; */
	color:#000;
	z-index:2;
}
.cta
{
    text-align:right;
    font-weight: 600;
}
.cta a
{
    font-size: 18px !important;
}
.cta1
{
    
}
li.cta1 a:focus,li.cta1 a:hover
{
    background-color: #9b8a5c !important;
}
.header-area {
    position: fixed;
	z-index: 150;
	display: block;
	top: 0;
	left: 0;
	right: 0;
    
    border-top: 3px solid #38ad6f;
    
    padding: 0 3%;
}
.header-area.sticky_header
{
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgb(30 34 40 / 6%);	
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus{
	 color: #6a521e;
}
.navbar-default .navbar-nav:hover{
	right: 0%;
}
/* .navbar-default .navbar-nav li:hover{ */
	/* width: 10.3%; */
/* } */
/* .navbar-default .navbar-nav li.bactive{ */
	/* width: 24%; */
/* } */
/* .navbar-default .navbar-nav li.bactive:nth-child(1){ */
	/* width:10.3% !important; */
/* } */
.navbar-default .navbar-nav li .bg-icon {
   color: rgba(10, 10, 10, 0.56);
    position: absolute;
    left: 40px;
    top: 8px;
    font-size: 60px;
    line-height: 80px;
	z-index:1;
}

#book-your-site {
    padding: 0% 0% 6%;
}

#book-your-site .container-fluid .col-md-7{
	margin-top:0px;
}
.vijay-raja-location-right-one{
	
}
.site-medium-head{
	font-size:36px;
	color:#024f2f;
	letter-spacing: 2.7px;
	margin-bottom: 20px;
}
.site-head {
    color: #222;
    font-size: 45px;
    margin-bottom: 30px;
}
.site-section-head {
    padding: 0px 30px;
}
.site-para{
	color:#024f2f;
	line-height: 27px;
		margin-bottom:20px;
}
.book-your {
	padding: 40px 20px;
	box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;
	
	background: rgba(255, 255, 255, 0.74);
	color: #2b2b2b;
	font-size: 16px;
	z-index: 2;
	position: relative;
	
	align-items:center;
	max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
form{
	width:100%;
}
.book-your .form-group {
    margin-bottom: 0;
}
.form-group input, .form-group #preferred_bhk{
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 0px;
    font-family: 'Bio Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    background-color: #ebebeb;
	border:0;
	margin-bottom:25px;
}
.form-group #preferred_bhk{
	cursor: pointer;
	appearance:none;
	background-color: #ebebeb;
}
.form-group.down-arrow{
	position:relative;
}
.form-group.down-arrow:before{
/*	content: "";
	position: absolute;
	width: 28px;
	height: 17px;
	background: url('../images/down-arrow-1.png') no-repeat;
	background-position: center;
	right: 26px;
	top: 18px; */
}
.sitevisit-sbt .col-md-12{
	padding: 0 !important;
}

#timer{
	padding: 15px;
	display: inline-block;
}
#otpForm2 .tick-content{
	justify-content:center;
}
::placeholder {
    color: #0b283c;
    opacity: 1;
}
.book-your .vrx-btn, .book-your-one .vrx-btn{
    background: transparent;
    max-width: 150px;
}

/*
.years {
    display: flex;
    align-items: center;
}
.years span, .years-one{
    width: 69px;
    height: 50px;
    display: block;
    background: red;
    background: url('../../../d2h2h3up3mnmpc.cloudfront.net/sprite_image-min.png') no-repeat;
    margin-right: 10px;
}
*/
#book-your-site .container-fluid .col-md-7 .col-md-4:nth-child(1) .years span{
background-position: center -24px;
}
#book-your-site .container-fluid .col-md-7 .col-md-4:nth-child(2) .years span{
	background-position: center -100px;
}
#book-your-site .container-fluid .col-md-7 .col-md-4:nth-child(3) .years span{
	background-position: center -177px;
}
.otp-btn{
	background:#1c8358 !important;
	border:0px !important;
	width:100%;
	color:#fff !important;
}
.vrx-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #0000006b;
    color: #2b2b2b;
    font-size: 21px;
    border-radius: 6px;
	letter-spacing: 1.5px;
}
.sucess{
	font-size:21px !important;
	text-transform:uppercase;
	margin-top:0px;
}
#otpForm2 .ticket-content{
	justify-content:center;
}
#book-your-site .col-md-5{
	padding:0px 15px !important;
}
#project-amenities{
	padding:7% 0%;
	background:#f7f2ec;
	float:left;
	width:100%;
}
#project-amenities .panel-heading {
    width: 25%;
	height: 88px;
	padding: 0px;
}
#project-amenities .collapse{
	 display:block !important;
	 transition-duration: .2s !important;
	transition-timing-function: linear !important;
}

#project-amenities .collapse.in{
	height:606px !important;
	transition-duration: .6s !important;
	transition-timing-function: linear !important;
}
#project-amenities .collapse{
	height: 88px !important;
	overflow:hidden;
	
}
#project-amenities .panel-default{
	display:flex;
}
#project-amenities .collapsing{
	transition-duration: .6s !important;
	transition-timing-function: linear !important;
	transition-property: height,visibility !important;
}
#project-amenities .panel{
	background:unset;
	border:0;
	margin-bottom: 5px;
	box-shadow: unset;
}
#project-amenities .panel-body{
	padding:0;
	position:relative;
}
#project-amenities .panel-title, #project-amenities .panel-title a{
	height:100%;
	display:block;
}
#project-amenities .container{
	padding:0px 15px;
	margin-top:60px;
}
#project-amenities .container .panel-default .panel-title a{
	background-size:cover !important;
	background-position:center !important;
	position:relative;
}
#project-amenities .container .panel-default .panel-title a h4{
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 44%;
	width: 100%;
	text-align: center;
}
#project-amenities .container .panel-default:nth-child(1) .panel-title a{
	background:url('../../../d2h2h3up3mnmpc.cloudfront.net/Explore-360-min.png') no-repeat;
}
#project-amenities .container .panel-default:nth-child(2) .panel-title a{
	background:url('../../../d2h2h3up3mnmpc.cloudfront.net/icon_1001-min.png') no-repeat;
}
#project-amenities .container .panel-default:nth-child(3) .panel-title a{
	background:url('../../../d2h2h3up3mnmpc.cloudfront.net/icon_1002-min.png') no-repeat;
}
#project-amenities .container .panel-default:nth-child(4) .panel-title a{
	background:url('../../../d2h2h3up3mnmpc.cloudfront.net/icon_1003-min.png') no-repeat;
}
#project-amenities .container .panel-default:nth-child(5) .panel-title a{
	background:url('../../../d2h2h3up3mnmpc.cloudfront.net/icon_1004-min.png') no-repeat;
}
.panel-body-content {
    position: absolute;
    background: #fff;
    bottom: 50px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px;
}
.panel-body-content p{
	color:#024f2f;
	margin-bottom:0px;
}
.scale-anm {
    transform: scale(1) !important;
}
.tile {
    transform: scale(0);
    transition: all 350ms ease;
    position: relative;
    float: left;
    overflow: hidden;
	width:100%;
}
#portfolio {
    float: left;
    width: 100%;
}
.up-line {
    display: block !important;
    position: relative;
}
.up-line:before {
    display: block;
    content: "";
    position: absolute;
    background: #181818;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.web-design-development:hover .up-line:before {
    opacity: 0.6;
}
.toolbar {
    margin: 10px 0 60px;
    display: flex;
    justify-content: right;
}
.fil-cat {
    font-size: 14px;
    color: #202020;
    position: relative;
    background: 0 0; 	
	padding: 15px 25px;
	width: 100% !important;
	z-index: 1;
	transition: all 0.3s ease;
	    border: none !important;
}
.fil-cat:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background: #a9996e;
    bottom: 0;
    transition: all 0.3s ease;
	left:0;
	z-index: -1;
	border-radius:4px;
}
.gallery-line-menu {
   margin:0px 20px;
}
.gallery-line-menu:hover .fil-cat{
	color:#fff;
}
.gallery-line-menu:hover .fil-cat:before{
    height: 100%;
}
.fil-cat.button-active{
   background:#a9996e;
   color:#fff;
}
.gallery-line-menu .btn:active {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125) !important;
}
.gallery-content-inner .vrist-med-sm-head:before {
    content: unset;
}
.gallery-content-inner .vrist-med-sm-head {
    margin-bottom: 10px;
}
.gallery-content-inner .vrist-para {
    color: #3c3c3c;
    margin-bottom: 0 !important;
    line-height: normal;
}
.web-design-development .up-line img {
    transition: transform 0.7s ease-in-out;
    transform: scale(1);
	width:100%;
}
.web-design-development:hover .up-line img {
    transform:scale(1.2);
}
#photo-gallery{
	padding:6% 0% 0%;
	float:left;
	width:100%;
	background: #f7f9ee;
}
.gallery-first-img .up-line .lsb-preview img{
	height:340px;
}
.gallery-third-img .gallery-third-img-1 .up-line .lsb-preview img, .gallery-third-img .gallery-third-img-2 .up-line .lsb-preview img, 
.gallery-second-img .scale-anm .up-line .lsb-preview img{
	height:170px;
}
.gallery-third-img .gallery-third-img-3 .up-line .lsb-preview img{
	height:170px;
}
.gallery-third-img-1, .gallery-third-img-2{
	width:50%;
	float:left;
}
.w-38{
	width: 36.9999%;
	float:left;
}
.w-24{
	width: 25.999%;
	float:left;
}
.w-33
{
    width: 33.333%;
	float:left;
}
.gallery-content-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
   bottom: 150px;
    padding: 15px 25px;
    transform: translateY(100%);
    transition: 0.5s ease transform;
    z-index: 2;
    display: block !important;
    opacity: 0;
	text-align: center;
	
}
.web-design-development:hover .gallery-content-inner {
    transform: translateY(25px);
    opacity: 1;
}
.gallery-content-inner h5{
	color:#fff;
	font-size:24px;
}
.gallery-second-img .gallery-content-inner, .gallery-third-img .gallery-content-inner{
	 bottom: 60px; 
}
#project-brief {
    padding: 9% 0%;
    background: url('../../../d2h2h3up3mnmpc.cloudfront.net/vrx_bg-min.png') no-repeat;
        background-size: auto;
    background-size: cover;
    float: left;
    width: 100%;
    margin-top: 0px;
}
#project-brief .container-fluid .col-md-6:nth-child(1), #project-brief .container-fluid .col-md-6:nth-child(2){
	padding:0px 30px;
	color:#fff;
}
#project-brief .container-fluid .col-md-6:nth-child(1) img, #walkthrough-video .col-md-6:nth-child(1) .walkthrough-video-inner img{
	width:100%;
	}
#project-brief .container-fluid .col-md-6:nth-child(2){
	display:flex;
	align-items:center;
	min-height:230px;
}
#project-brief .container-fluid .col-md-6:nth-child(2) {
    padding: 0px 45px;
}
#project-brief .site-section-head{
	padding:0;
}
#project-brief .site-section-head, #project-brief .site-para{
	color:#fff;
}
.tick-content{
	display:flex;
}
.tick-content .site-para {
    width: 26%;
    margin-bottom: 0;
    font-size: 16px;
    margin-right: 70px;
}
.tick-content .years-one {
    width: 24px;
    height: 32px;
    background-position: center -571px;
    margin-right: 6px;
}
#walkthrough-video {
    background: #f7f2ec;
    float: left;
    width: 100%;
	display:flex;
	margin-top:-2px;
}
#walkthrough-video div:first-child {
    width: 100%;
}
#walkthrough-video  .col-md-6:nth-child(1) img{
	margin-top:-1px;
}
#walkthrough-video  div .col-md-6:nth-child(3){
	height:100%;
	display:flex;
	align-items:center;
}
#walkthrough-video .col-md-6:nth-child(3) div {
    text-align: center;
    max-width: 100%;
}
#walkthrough-video .col-md-6:nth-child(3) div .site-para{
	margin-bottom:25px;
}
#walkthrough-video .col-md-6:nth-child(3) div .site-head {
    line-height: 70px;
}
.modal-dialog {
      width: 900px;
      margin: 30px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.modal{
	top:12%;
}
.close {
  position:absolute;
  right:-30px;
  top:-30px;
  z-index:999;
 font-size:35px;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.modal.fade .modal-dialog{
	transform: translate(0,-110%);  
}
.modal.in .modal-dialog{
	transform: translate(0,0) !important;
}
#walkthrough-video .col-md-6:nth-child(1) .walkthrough-video-inner .video-btn img{
	width:auto;
}
#walkthrough-video .col-md-6:nth-child(3) .vrx-btn:hover, #vijay-raja-location .col-md-4 .vijay-raja-location-right .vrx-btn:hover,
#walkthrough-video .col-md-6:nth-child(3) .vrx-btn:focus, #vijay-raja-location .col-md-4 .vijay-raja-location-right .vrx-btn:focus{
	color: #2b2b2b !important;
}
.video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -0%);
	cursor:pointer;
}
#vrx360-contact, #vijay-raja-video{
	padding:6% 0%;
	float:left;
	width:100%;
	background:url('../../../d2h2h3up3mnmpc.cloudfront.net/contact_us_bg-min.png') no-repeat;
	background-size:cover;
	margin-top: -2px;
}
#vrx360-contact{
	margin-top:0px;
}
#vrx360-contact{
	padding:7% 0% !important;
}
#vrx360-contact .site-section-head, #vrx360-contact .site-para{
	color:#fff;
	text-align:center;
}
#vrx360-contact .container .contact-inner .col-md-4 p, #vrx360-contact .container .contact-inner .col-md-4 a, .book-your-one .vrx-btn, 
footer .col-md-6 p, footer .col-md-6 a, .vijay-raja-video-content .site-para-caps, .vijay-raja-video-content p, 
.vijay-raja-video .site-para-caps, #vijay-raja-video .site-section-head{
	color:#fff !important;
}
.book-your-one .vrx-btn{
	border:1px solid #fff !important;
	width:30%;
}
#vrx360-contact .col-md-3 .vrx-btn{
	padding:14px 0px;
}
#vrx360-contact .container .contact-inner .col-md-4 p{
	font-size:16px;
	margin-bottom:10px;
}
#vrx360-contact .container .contact-inner .col-md-4 a{
	font-size:20px;
}
#vrx360-contact .container .contact-inner .col-md-4{
	text-align:center;
}
#vrx360-contact .container .contact-inner .col-md-4:nth-child(1) .years-one {
    background-position: center -710px;
}
#vrx360-contact .container .contact-inner .col-md-4:nth-child(2) .years-one {
    background-position: center -783px;
}
#vrx360-contact .container .contact-inner .col-md-4:nth-child(3) .years-one {
   background-position: center -865px;
}
#vrx360-contact .container .contact-inner .col-md-4 .years-one{
	margin:auto;
	margin-bottom: 15px;
}
.book-your-one {
    margin-top: 50px;
    text-align: center;
    float: left;
    width: 100%;
}
.book-your-one .form-group input{
	width:100%;
}
#vijay-raja-location .col-md-8 iframe, #vijay-raja-location .col-md-4 .vijay-raja-location-right{
	width:100%;
}
#vijay-raja-location .col-md-4{
	display:flex;
	min-height:451px;
	align-items:center;
}
#vijay-raja-location .col-md-4 .vijay-raja-location-right{
	text-align:center;
}
#vijay-raja-location .vijay-raja-location-right p{
	font-size:24px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.m-b{
	margin-bottom:35px;
}
#vijay-raja-location .col-md-4 .vijay-raja-location-right .site-section-head{
	font-size:36px;
} 
#book-your-site .container-fluid{
	display: flex;
	align-items: center;
}
footer{
	padding:1% 0%;
	float:left;
	width:100%;
	background:#024f2f;
}
footer .col-md-6{
	padding:0px 30px;
	font-size:18px;
}
footer .col-md-6:nth-child(2){
	text-align:right;
}
#vijay-raja-location .col-md-8{
	max-height:450px;
}
#vijay-raja-video .container-fluid .vijay-raja-video-inner .col-md-6 img{
	width:100%;
}
.vijay-raja-video-inner {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
#vijay-raja-video{
	background:#024f2f;
}
.vijay-raja-video-content .site-para-caps, .vijay-raja-video-content p{
	margin-bottom:20px;
}
.vijay-raja-video-content {
    margin-top: 50px !important;
    text-align: center;
    max-width: 70%;
    margin: auto;
}
.vijay-raja-video-inner .video-btn{
	transform: translate(-50%, -110%);
}
#vijay-raja-video .site-section-head{
	margin-bottom:50px;
}
.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}
/* #vrx360-contact .site-section-head{ */
	/* margin-top:40px; */
/* } */
/* #bootstrap-touch-slider .item .sacle-img{ */
	    /* transform: scale(1,1); */
    /* transition: transform 6s ease-in-out; */
    /* overflow: hidden; */
/* } */
/* #bootstrap-touch-slider .item.active .sacle-img { */
    /* transform: scale(1.5,1.5); */
/* } */

/*time-line-carousel*/
.milestone {
    width: 100%;
    position: relative;
    
    padding: 20px;
	border-radius: 10px;
}
.milestone ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.owl-item a {
    text-decoration: none;
    color: #6c6c6c;
    background: #fff;
    padding: 3px;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.owl-stage > div:last-child > div.years-1:after {
    width: 0;
}
.owl-carousel .owl-item img{
	width:auto;
}
.test-1 {
    width: 55% !important;
    height: auto;
    margin-top: 16%;
    position: relative;
    transform: rotate(-90deg);
    margin-left: 5%;
	transform-origin: 204px 146px;
}
.container-fluid{
	max-width:1505px;
}
.test-1::before {
    width: 5px;
    content: "";
    height: 395px;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 84px;
    right: 206px;
    border: 1px dashed #ccc;
}
.years-carousel, .years-carousel .owl-stage-outer, .years-carousel .owl-stage, .years-carousel .owl-carousel .owl-item{
	height:300px;
}
.test-1 .years-carousel img{
transform: rotate(90deg);
}
.years-1 {
    position: relative;
    height: 241px; 	
	display:flex;
	top: 0;
}
.years-1 .one-t {
    line-height: 21px;
    transform: rotate(89.9deg);
    display: block;
    width: 155px;
    position: absolute;
    left: -60px;
    bottom: 106px;
}
.one-s {
    height: 20%;
	width:32px;	
}
.owl-item.active.center .years-1 a .one-t {
    color: #a9996e;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
	bottom: 95px;	
}
.owl-item.active.center .years-1 a .one-t .site-para-caps{
	color: #38ad6f;
}
.owl-item.active.center .years-1 a .normal-img{
	visibility:hidden;
}
.owl-item .years-1 a .activee-img{
	visibility:hidden;
}
.owl-item.active.center .years-1 a .activee-img {
    visibility: visible;
    margin-top: -35px;
    width: 40px;
}
.milestone-carousel .owl-item img {
    max-width: 277px;
    margin: auto;
}
#highlights {
    padding: 5% 0% 9%;
}
#project-amenities{
	padding: 7% 0%;
}
.otp-btn, #vrx360-contact .col-md-3 .vrx-btn{
	margin-bottom:0 !important;
}
.mob-margin-bottom{
	margin-bottom:0 !important;
}
#walkthrough-video .col-md-6:nth-child(3) div .site-head{
	line-height: 60px;
	margin-bottom: 10px;
}
#highlights .container-fluid .col-md-5 {
    padding: 0px 0px 0px 30px;
}
#highlights .container-fluid .col-md-5 img{
    border: 4px solid #fff;
    box-shadow: 0px 1px 5px #0000002e;
}
#highlights .container-fluid .col-md-5 .site-head{
	margin-bottom:35px;
	padding:0;
}
.years-1 .one-t .site-para-caps{
	font-size: 20px;
	text-shadow:unset !important;
	line-height: unset;
	letter-spacing: unset;
}
.years-carousel .owl-item .years-1 a{
	text-shadow:unset !important;
	color:unset;
}
.owl-prev, .owl-next{
	width: 59px;
	  height: 50px;
    position: absolute;
	 background: url('../images/sprite_image-min.png') no-repeat !important;
	 left: 0;
    right: 0;
    margin: auto;
}
.owl-prev {
    top: -50px;
    background-position: center -250px !important;
}
.owl-nav span{
	display:none; 
}
.owl-next{
	bottom: -47px;
	background-position: center -329px !important;
}
.rotate-test .site-para-caps{
	font-size:24px;
	color:#024f2f;
	margin-top:15px;
	margin-bottom:15px;
}
.rotate-test{
text-align:center;
}
.lightspeed-box{
	z-index: 9999 !important;
}
/* .bg_load { */
    /* position: fixed; */
    /* left: 0px; */
    /* top: 0px; */
    /* width: 100%; */
    /* height: 100%; */
    /* z-index: 1000; */
    /* background: url('../images/source.gif') 50% 50% no-repeat #fff; */
/* } */
.scrollToTop{
    background-image: url('../../../d2h2h3up3mnmpc.cloudfront.net/scroll_img.png');
    background-repeat: no-repeat;
    bottom: 40px;
    cursor: pointer;
    display: none;
    height: 64px;
    position: fixed;
    right: 44px;
    width: 47px;
    z-index: 99;
}
.mob-fix{
	position: fixed;
	z-index: 9;
	bottom: 150px;
	right: -15px;
    background-position: -7px -793px;
	background-color: #024f2f;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
    width: 59px !important;
}
.btn.focus, .btn:focus, .btn:hover, .btn:focus-visible, .btn, input:focus-visible{
	outline:0;
	border:0;
}
.carousel-inner  .item  img{
	width:100% !important;
}
#highlights .container-fluid .col-md-7{
	position: relative;
	float: left;
	height: 450px;

}
#highlights .container-fluid .col-md-8{
	width:45% !important;
	position: absolute;
	top: 10px;
	right:90px;
}
#otpForm1, #otpForm2{ 
	animation-name:fadeIn;
	animation-duration:1s;
}
@media  (max-width: 767px){
    
    .mobcta
	{
	    display:initial !important;
	    position: relative;
    top: 12px;
    left: -15px;
    font-weight: 600;
	}
	.altercta
	{
	    display: block !important;
	}
	.altercta .span-b
	{
	    border: none !important;
	}
	.altercta span img
	{
	    padding-top: 15px;
	}
	.mobcta a
	{
	    color:#333;
	    font-size: 17px;
    font-weight: 600;
	}
    .view-box img {
    margin-bottom: 12px;
    }
    .header-area.sticky_header .v-logo {
    max-width: 60px !important;
    }
	.book-your .form-group #preferred_bhk{
		appearance:none;
		background:unset;
		background-color:#ebebeb;
	}
	.form-group.down-arrow:before{
		right:10px;
	}
	#project-brief .container-fluid{
		display:block !important;
	}
	.navbar-header{
		max-width:unset;
	}
	
	.privacy-page-content{
		padding:0px 0px;
	}
	.privacy-flex{
		display:block !important;
	}
	.privacy-policy{
	    max-height: 500px;
		margin-top: 45px;
		text-align: center;
	}
	.header-area{
		height:auto;
		text-align: center;
	}
	.navbar-brand{
		padding: 5px 15px;
		margin-top: 0;
	}
	.navbar-brand img{
		max-width:60px;
	}
	.navbar-toggle{
		margin-top: 14px;
		margin-right: 15px;
	}
	.mob-pazero, .navbar-collapse, #project-brief .container-fluid .col-md-6:nth-child(1), 
	#project-brief .container-fluid .col-md-6:nth-child(2){
		padding:0 !important;
	}
	.nav.navbar-nav.social-icon{
		position:unset;
		height: auto;
		border-top: 1px solid #000;
		padding: 0px 0px;
		background-color: #024f2f;
		display:block;
	}
	.navbar-default .navbar-nav li{
		float:unset;
		width:100%;
		background: unset !important;
		box-shadow: unset;
		padding:0px 6px;
		color: #fff;
		border-bottom: 2px solid;
	}
	.navbar-default .navbar-nav li:hover, #project-amenities .panel-heading, .w-38, .w-24, .w-33{
		width: 100%;
	}
	.navbar-nav, .navbar-nav:last-child, #project-amenities .container{
		margin:0px;
	}
	.navbar-default .navbar-nav li a{
		position:unset;
		padding: 8px 15px;
		text-indent: unset;
		color: #fff;
	}
	.navbar-default .navbar-nav li.cta1{
	    margin: 10px 0;
	    display:none;
	}
	.navbar-default .navbar-nav li.cta
	{
	    display:none;
	}
	.navbar-default .navbar-nav li .bg-icon{
		display:none;
	}
	.book-your{
		margin-top:0px;
		padding: 25px 20px;
		text-align: center;
	}
	.vrx-btn{
		max-width: 60%;
		font-size: 14px;
		padding: 10px 20px;
		letter-spacing:0;
	}
	.years{
		display:block;
		text-align:center;
		margin-bottom:15px;
	}
	.years span{
		margin-bottom:5px !important;
		margin:auto;
	}
	#vijay-raja-video .site-section-head {
		margin-bottom: 25px;
	}
	.video-btn img{
		max-width: 50px;
	}
	.vijay-raja-video-inner .video-btn {
		transform: translate(-50%, -180%);
	}
	.vijay-raja-video-content{
		margin-top: 20px !important;
		max-width: 100%;
	}
	.site-head{
		text-align:center;
		font-size:34px;
	}
	#project-amenities .container{
		padding:0px 15px;
	}
	#project-amenities .panel-default{
		display:block;
	}
	.panel-heading{
		border:0px;
	}
	.panel-body img{
		width:100%;
		max-height: 245px;
	}
	.panel-body-content{
		padding: 20px;
		text-align: center;
		width:100%;
		position:unset;
	}
	#project-amenities .collapse.in {
		height: 250px !important;
		transition-duration: .29s !important;
		transition-delay:0s; 
	}
	.panel-group{
		margin-bottom:0px;
	}
	#project-amenities .collapse{
		height: 58px !important;
		transition-duration: .2s !important;
	}
	.panel-body-content .site-para{
		line-height: 20px;
		font-size:13px;
	}
	.toolbar{
		display:block;
		margin: 10px 0 20px;
	}
	.fil-cat::before{
		content:unset;
	}
	.gallery-line-menu:hover .fil-cat{
		color:#202020;
	}
	.fil-cat.button-active{
		color: #fff !important;
	}
	.gallery-line-menu{
		max-width:50%;
		margin: auto;
		margin-bottom: 8px;
	}
	#project-brief .container-fluid .col-md-6:nth-child(1), #project-brief .container-fluid .col-md-6:nth-child(2){
		text-align:center;
	}
	#project-brief .container-fluid .col-md-6:nth-child(2){
		display:block;
	}
	#project-brief .container-fluid .col-md-6:nth-child(1) img{
		margin-bottom:20px;
	}
	.tick-content .site-para{
		margin-right:0;
		text-align:left;
		width:50%;
	}
	#walkthrough-video{
		display:block;
	}
	#walkthrough-video .col-md-6:nth-child(2) div{
		max-width:100%;
	}
	#walkthrough-video .col-md-6:nth-child(2) div .site-head{
		line-height:40px;
	}
	#walkthrough-video .col-md-6:nth-child(2){
		min-height:auto;
		padding:20px 0px;
	}
	.book-your-one .form-group input{
		width:100%;
	}
	.form-group input{
		margin-bottom:20px;
	}
	.book-your-one .vrx-btn{
		width: 30%;
	}
	footer{
		text-align:center;
		padding: 2% 0;
	}
	.modal-dialog{
		max-width:90%;
	}
	.modal{
		top:30%;
	}
	.close{
		right:0px;
		top:-34px;
	}
	.navbar-collapse{
		border:0px;
	}
	#vijay-raja-location .col-md-4{
		padding: 20px 0px !important;
		min-height:auto;
	}
	footer .col-md-6:nth-child(2){
		text-align:center;
	}
	#project-brief{
		padding: 7% 0% 5%;
	}
	#highlights .container-fluid .col-md-5{
		padding:0;
	}
	#highlights .container-fluid .col-md-5 .site-head{
		margin-bottom:20px;
	}
	#highlights .container-fluid .col-md-8{
		position:unset;
		width:100% !important;
		margin-top: 30px;
	}
	#highlights .container-fluid .col-md-7{
		height:auto;
	}
	#highlights {
		padding: 5% 0% 2%;
	}
	.owl-prev {
		top: 88px;
		right: unset;
		transform: rotate(-89deg);
		transform-origin: 30px 20px;
		left: -30px;
	}	
	.milestone-carousel .owl-item img{
		max-width: 260px;
	}
	.owl-next{
		
		right: -12px;
		transform: rotate(-89deg);
		transform-origin: 30px 20px;
		left:unset;
	}
	.owl-prev, .owl-next{
		margin:unset;
		top: 168px;
	}
	#highlights .container-fluid .col-md-5 img{
		width:100%;
	}
	/* .amenities-owl-carousel .owl-item img{ */
		/* height:auto !important; */
	/* } */
	.amenities-owl-carousel .owl-prev, .amenities-owl-carousel .owl-next{
		transform: unset;
		top:unset !important;
		bottom:0 !important;
	}
	.amenities-owl-carousel .owl-prev{
		left: 100px !important;
		right:unset !important;
	}
	.amenities-owl-carousel .owl-next {
		right: 110px !important;
		left: unset !important;
	}
	.amenities-owl-carousel .owl-nav{
		margin-top:46px;
		position:relative; 
		top:20px;
	}
	#bootstrap-touch-slider, .carousel-inner, .carousel-inner .item, .carousel-inner .item img{
		height:auto !important;
	}
	#book-your-site .container-fluid{
		display:block;
	}
	.studio-spl{
	    width:100% !important;
	}
	
	
}
@media(min-width:1600px) and (min-width:1210px){
	.container-fluid{
		max-width:1600px;
	}
	.test-1::before{
		height: 510px;
		bottom: 28px; 
		right: 257px;
	} 
	#highlights{
		padding: 0% 0% 9%;
	}
	#highlights .container-fluid .col-md-7{
		margin-top: 30px;
	}
	#highlights .container-fluid .col-md-5{
		padding: 80px 0px 0px 30px;
	}
}
.rotate-test ul{
	margin-top: 20px;
	padding-left: initial;
	list-style: disc;
}
.site-para-caps.site-para-caps-list {
    font-size: 15px;
    text-align: left;
    color: #000;
    margin: 0px 0px 10px;
}
#loader {
    height: 80% !important;
	top:10px;
}
.amenities-owl-carousel .owl-item img{
	height:235px; 
}
.amenities-slide{
	position: absolute;
	bottom: 20px;
	width: 60%;
	margin: auto;
	right: 0;
	left: 0;
	text-align: center;
}
.amenities-owl-carousel .item:before{
	position:absolute;
	content:"";
	background: #2525254a;
	left:0;
	right:0;
	top: 0;
	bottom: 0;
	width:100%;
	height:100%;
	opacity:90%;
}
.amenities-slide .site-para{
	margin-bottom: 0;
	font-size: 18px;
	color: #fff;
	position:relative;
}
.amenities-slide .site-para:before{
	position:absolute;
	content:"";
	width: 42%;
	height: 3px;
	background: #fce802d6;
	left: 0;
	right: 0;
	margin: auto;
	top: 32px;
}
.amenities-owl-carousel .owl-next {
    right: -70px;
    left: unset; 
}
.amenities-owl-carousel .owl-prev{
    left: -70px;
    right: unset;
}
.amenities-owl-carousel .owl-next{
	background: url('../../../d2h2h3up3mnmpc.cloudfront.net/next11-min.png') no-repeat !important;
}
.amenities-owl-carousel .owl-prev{
	background: url('../../../d2h2h3up3mnmpc.cloudfront.net/prev11-min.png') no-repeat !important;
}
.amenities-owl-carousel .owl-prev, .amenities-owl-carousel .owl-next{
	background-position: center !important;
	margin: unset;
	top: 44%;
}
.vijay-raja-location-right-one .col-md-6:nth-child(1) .years span{
	background-position: center -1006px;
}
.vijay-raja-location-right-one .col-md-6:nth-child(2) .years span{
	background-position: center -1091px;
}
html, body{
	height:100%;
}
#bootstrap-touch-slider, .carousel-inner, .carousel-inner .item, .carousel-inner .item img{
	
}
.fade .item:first-child
{
    top: 85px;
}
.book-your .form-group .otpForm input{
	border:0 !important;
}
.BioSans-Regular.btn
{
    background: #1c8358;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 15px !important;
    text-transform: uppercase;
}
#thank_you{
	color: #fff;
	font-family: 'Bio Sans'; 
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	display: inline-block;
}
#otp-form-full-width .container-fluid .col-md-12 .site-section-head{
	padding:0;
}
#otp-form-full-width {
    padding: 6% 0% 7%;
	    background: #f7f2ec;
	    background: url(../images/bg.jpg);
}

.studio-spl{
	width:33.33%;
}
.privacy-policy{
	padding:10% 0% 5%;
	height:100%;
}
.privacy-policy .site-head{
	padding:0;
}
#policy footer{
	position: fixed;
	bottom: 0;
}
.privacy-flex{
	display:flex;
}
.privacy-flex.col-md-6:nth-child(1) p:nth-child(2) a{
	margin-left:15px;
}
.privacy-page-content{
	padding: 0px 30px;
}
#policy .header-area{
	background: #024f2f;
}
/* exrub-css */
#project-brief .container-fluid{
	display:flex;
	align-items:center;
}
/* .vijay-raja-location-right img{ */
	/* max-width: 100px; */
/* } */
#project-brief .container-fluid .col-md-6:nth-child(1){
	text-align:center;
}
#project-brief .container-fluid .col-md-6:nth-child(1) img{
	width:auto !important;
}


@media(min-width:768px) and (max-width:991px){
    .navbar .cta1{
        display: none !important;
    }
    .v-logo {
    max-width: 80px !important;
    }
    #highlights .owl-carousel .owl-nav button.owl-next, #highlights .owl-carousel .owl-nav button.owl-prev, #highlights .owl-carousel button.owl-dot{
        display: none;
    }
    #highlights .mob-pazero {
    margin-bottom: 40px;
    }
    .view-box img{
        margin-bottom: 15px;
    }
    footer {
    padding: 2% 0%;
    }
}

/*Editor1*/
.v-logo{
	max-width: 150px;
}
.header-area.sticky_header .v-logo
{
    max-width: 80px;
}
.amen-img img{
	max-width: -webkit-fill-available;
    width: 100%;
}
.amen-img{
    border: 4px solid #fff;
    box-shadow: 0px 7px 15px #00000024;
    margin-bottom: 25px;
}
#amenities-row{
	    padding: 6% 0% 1%;
}
.site-para-caps{

	letter-spacing: 1px;
}
.amen-img h3{
	font-size:20px;
	letter-spacing: 1px;
	padding: 12px 5px;
    text-align: center;
    color: #000;
    background: #f6f7f8;
    text-shadow: 0 0 black;
}
.pt
{
    padding-top:10px !important;
}
.nav.navbar-nav.social-icon
{
    top: 24px;
}
#overview{
    padding: 5% 0;
    float: left;
    width: 100%;
    background: #f7f9ee;
}
.view-box{
    box-shadow: 0px 1px 5px #0000002e;
    padding: 20px 5px;
    margin-bottom: 20px;
    background: #fff;
}
.view-box h3{
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.view-box img{
    background: #ebedec;
    padding: 10px;
    border-radius: 5px;
    max-width: 65px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
}
.navbar-default .navbar-toggle {
    border-color: #38ad6f !important;
    background-color: #38ad6f !important;
}

.mobcta
{
    display:none;
}
.whatsapp
{
    position: fixed;
    z-index: 999999999;
    right: 0;
    bottom: 5px;
}
.or
{
    text-align: center;
    font-size: 35px;
    font-family: 'Oswald';
}

.altercta{
    display: flex;
    text-align: center;
    font-weight: 600;
}
.altercta .span-b
{
    border-right: 3px solid;
}
.altercta span
{
    margin: 10px 0;
    width: 50%;
}
.altercta span a
{
    font-size: 18px;
    color:#333;
}
#highlights .container-fluid .col-md-5 a
{
    background: #1c8358;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
}
#highlights .container-fluid .col-md-5
{
    text-align: center;
}
#map img{
    width: 100%;
}