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

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Thin';
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	padding: 0;
	margin: 0;
	font-size: 18px;
	background: #fff;
	color: #535353;
	font-family: 'Roboto-Regular';
}
.homeContent {
	background: #fff;
}
a {
	transition: 0.3s;
}
body.boxed-layout {
	background: #eee;
}
body.boxed-layout .main-container {
	background: #fff;
}
.show-grid {
	border: 1px dashed rgba(255, 255, 255, 0);
	padding: 8px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	cursor: default;
}
.show-grid:hover {
	border-color: #222;
}
.right {
	right: 0;
}
.relative {
	position: relative;
	z-index: 2;
}
.clearboth {
	clear: both;
}
.spread-children * {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
}
.spread-children-large * {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
}
.container {
	position: relative;
}
.vnu {
	display: inline;
}
.row-gapless > div[class*='col-'] {
	padding: 0;
}




@media all and (max-width: 1100px) {
.col-md-push-1 {
	left: 0;
}
}

@media all and (max-width: 768px) {
.pull-left-sm {
	float: left !important;
}
.overflow-hidden-xs {
	overflow: hidden;
}
}

@media all and (max-width: 767px) {
.spread-children * {
	margin-left: 6px;
	margin-right: 6px;
}
}
/*btn1*/

.container p a {
	text-decoration: underline;
}
.container p a:hover {
	text-decoration: none;
}
.btn1 {
	border: solid 2px #0d354d;
	background: #122740 !important;
	color: #1fc5ff !important;
	transition: 0.3s;
}
.btn1:hover {
	border: solid 2px #085583;
	background: #000000;
	color: #46CFFF;
}
.btn2 {
	background: url(../images/more-btn.png) no-repeat;
	width: 41px;
	height: 41px;
	display: block;
	overflow: hidden;
	opacity: 0.8;
}
.infoBottom {
	margin-bottom: 45px;
}
.btn2:hover {
	background: url(../images/more-btn.png) no-repeat;
	opacity: 1;
}
.btn3 {
	background: url(../images/more-btn3.png) no-repeat;
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	opacity: 0.8;
}
.btn3:hover {
	opacity: 10;
}
.btn4 {
	border: solid 2px #fff !important;
	color: #fff !important;
	background: transparent !important;
}
.btn4:hover {
	border: solid 2px #DDDDDD !important;
	color: #fff !important;
 background-color:#transparent !important !important;
}
/*btn1*/
.fRight {
	float: right;
}
/*!---------- 2. MIXINS ----------*/
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.v-align-children-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.disable-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media all and (max-width: 990px) {
.v-align-children {
	display: block !important;
}
}
.slides li .container, .slides li .container .row, .slides li .container .row .col-sm-10 {
	text-align: center;
}
.slides li .container .row .col-sm-10 {
	padding: 3%;
	width: 470px;
	text-align: center;
	background: rgba(255,255,255,0.8);
	height: 185px;
	float: right;
}
.btn:hover {
	    background: #ea334c;
	color: #fff;
}
.slides li .container .row .col-sm-10 .btn {
	float: left;
	height: auto !important;
	background: none;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Roboto-Bold';
	letter-spacing: -1px;
	text-decoration: underline;
	padding: 0 !important;
	margin: 0;
	border: none;
}
.btn {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	color: #444444;
	border: solid 1px #a1a0a0;
	font-size: 14px;
	letter-spacing: 0;
	padding: 8px 23px 7px !important;
	border-radius: 50px;
	text-transform: capitalize;
	transition: 0.3s;
}
.slides li .container .row .col-sm-10 h1 {
	color: #000;
	font-size: 43px;
	line-height: 34px;
	margin: 0 0 19px;
	text-align: left;
	font-family: 'Poppins-SemiBold';
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
}
.slides li .container .row .col-sm-10 h1 span {
	color: #000;
	font-size: 69px;
	position: relative;
	top: -11px;
}
.slides li .container .row .col-sm-10 p {
	color: #ababab;
	font-size: 19px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: "Poppins-SemiBold";
}
.slides li .container .row .col-sm-10 h1 strong {
	font-size: 125px;
	color: #f25f2a;
	font-family: 'Roboto-Bold';
	line-height: 84px;
}
.bannerArrow h2 {
	font-family: "Poppins-SemiBold";
	font-size: 30px;
	margin: 0;
	padding: 29px 0 18px;
	text-transform: uppercase;
}
.bannerArrow {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.bannerArrowOut {
	background: rgba(12, 99, 128, 0.7) none repeat scroll 0 0;
	bottom: 12%;
	height: 140px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 999999;
}
.slides li .container .row {
	margin-left: 0;
	margin-right: 0;
}
.v-align-transform {
	position: relative;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	top: 52%;
	z-index: 2;
}
.align-bottom {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 2;
}
.align-top {
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 2;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
	margin-bottom: 24px;
	margin-top: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto-Medium';
}
h1.large {
	font-size: 72px;
	line-height: 80px;
	font-weight: 100;
}
h2 {
	font-size: 30px;
}
ul.social-link{
    width: 48%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}
ul.social-link li{
list-style-type: none;
    float: left;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 50%;
    padding: 8px;
    margin: 0 6.7px;
}
ul.social-link li.facebook{
	background:#3a559f;
}
ul.social-link li.linkedin{
	background:#007bb5;
}
ul.social-link li.instagram{
 background:linear-gradient( #400080, transparent), linear-gradient(    200deg, #d047d1, #ff0000,    #ffff00);
    
}
ul.social-link li a{
	font-size:18px;
	font-weight:600;
	color:#fff;
}
ul.social-link li:hover{
 background:#fff;
    
}
ul.social-link li.facebook:hover a{
	color:#3a559f;
}
ul.social-link li.linkedin:hover a{
	color:#007bb5;
}
ul.social-link li.instagram:hover a{
 color:#d047d1;
    
}

a.whatsapp-icon{
    width: 40px;
    height: 33px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 50%;
    padding: 7px 10px;
    margin: 0 6px;
    font-size: 17px;
    background: #2ab200;
    color: #ffffff;
}
/*!---------- 4. COLOURS ----------*/
.bg-primary {
	background: #47b475 !important;
}
.bg-secondary {
	background: #f8f8f8;
}
.bg-white {
	background: #fff;
}
.bg-dark {
	background: #292929;
}
.color-body {
	color: #666;
}
.image-slider {
	position: relative;
}
.cover {
	margin: 0;
	padding: 0;
}
.cover h1, .cover h2, .cover h3, .cover h4, .cover h5, .cover h6 {
	color: #ffffff;
}
.cover p, .cover span, .cover li {
	color: #ffffff;
}
.image-bg.bg-light h1, .image-bg.bg-light h2, .image-bg.bg-light h3, .image-bg.bg-light h4, .image-bg.bg-light h5, .image-bg.bg-light h6 {
	color: #222222;
}
.image-bg.bg-light p, .image-bg.bg-light span, .image-bg.bg-light li {
	color: #777777;
}
.cover:first-child .fullscreen {
	max-height: 100%;
}
.cover.fullscreen .slides > li {
	height: 100vh;
}
/*
.cover.fullscreen .slides > li div {
	height: auto;
}
*/
 
.cover .slides li .container {
	z-index: 4;
	position: relative;
	top: 240px;
}
.cover .flex-control-nav {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .9;
}
.cover .flex-control-nav:hover {
	opacity: 1;
}
.cover .align-bottom {
	padding: 0 32px;
	bottom: 16px;
}
.cover .align-top {
	padding: 0 32px;
}
.image-slider .slides {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.image-slider .slides li {
	position: relative;
}
.image-slider .slides li > img {
	width: 100%;
}
.row .image-slider {
	margin-bottom: 24px;
}
.image-slider.height-70 .slides li {
	height: 70vh;
	min-height: 600px;
}
.color-primary {
	color: #47b475 !important;
}
.color-red {
	color: #e31d3b !important;
}
.color-white {
	color: #fff;
}
.bannerIndex {
	overflow: hidden !important;
	box-shadow: none !important;
}

/*!---------- 5. SECTIONS ----------*/
 
.overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: #292929;*/
	opacity: 0.3;
	z-index: 2;
}
.MissionVisionValues .Values .listitem li {
	border-bottom: solid 1px #cccccc;
	padding: 0 0 20px 33px;
	margin-bottom: 20px;
}
.whyKorcomptenz .col-md-6 h2 {
	margin: 0 0 10px 0;
}
.MissionVisionValues .listitem {
	margin: 0 0 0 15px;
}
.MissionVisionValues .listitem li {
	line-height: 28px;
	margin: 0 0 25px;
	padding: 0 0 5px 33px;
}
.whyKorcomptenz .col-md-6 h2 img {
	margin: 0 10px 0 0;
}
.whyKorcomptenz .col-md-6 {
	padding: 0 7% 0 0;
}
.overlay-heavy:before {
	opacity: .6;
}
.bg-light.overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	opacity: 0.1;
	z-index: 2;
	display: none;
}
.image-bg h1, .image-bg h2, .image-bg h3, .image-bg h4, .image-bg h5, .image-bg h6 {
	color: #ffffff;
}
.image-bg p, .image-bg span, .image-bg li {
	color: #ffffff;
}
.image-bg .container, .image-bg div[class*='col-'] {
	position: relative;
	z-index: 3;
}
.container.image-bg .row {
	position: relative;
	z-index: 3;
}
.background-image-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #292929;
	background-size: cover !important;
	background-position: 50% 50% !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}
.background-image-holder img {
	display: none;
}
.background-multiply .background-image-holder {
	background-color: #47b475 !important;
	background-blend-mode: multiply;
}
.background-image-holder.fadeIn {
	opacity: 1;
}
.innerBanner.parallax > .background-image-holder, .innerBanner.parallax .slides li > .background-image-holder {
	height:46vh;
}
.landingPageBanner.parallax > .background-image-holder, .landingPageBanner.parallax .slides li > .background-image-holder {
	height: 70vh;
}
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
	height: 62vh;
	/*height: 60vh;*/
	top: -51vh;
	transition: all 0s ease !important;
	transition: opacity 0.3s ease !important;
	-webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder, .parallax:first-child .background-image-holder {
	top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder {
	top: 0;
}
#footer {
}
.cover .flex-control-nav {
	opacity: 0.9;
	transition: all 0.3s ease 0s;
}
.controls-inside .flex-control-nav {
	bottom: inherit;
	left: 2%;
	text-align: center;
	top: 50%;
	width: 80px;
	z-index: 10;
}
.flex-control-nav {
	bottom: -40px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slides, .flex-control-nav, .flex-direction-nav {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



@media all and (max-width: 767px) {
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
	top: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
}
}
/****** Main ********/
  
.scroll {
}
.scroll:hover {
	text-decoration: none;
}
.scroll:after {
/*content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	margin: auto;
	top: 10px;
	right: 0;
	left: 0;
	-webkit-animation: 3s arrow infinite ease;
	animation: 3s arrow infinite ease;*/
}
.scroll:after {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.panel {
	border: 0 none;
	border-radius: 0;
	margin: 0;
	position: relative;
}
.home {
	height: 520px !important;
}
.options .inner, .methods-continued .inner, .methods .inner {
	padding-bottom: 45px;
}
.methods-continued {
	background: #9b59b6;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
/* just for demo purpose */
html, body, .carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
/*Header*/
.Logo {
	float: left;
	padding: 0;
	position: relative;
	z-index: 99;
	width:250px;
}
/*
.Logo img
{
	width:75%;
	height:auto;
}*/
.nav-container .container {
	padding: 15px 0 0 !important;
}
.nav-container {
	/*	min-height: 135px;
    position: absolute;
    width: 100%;
	top:0;
    z-index: 999999;*/
	width: 100%;
}
.nav-bar {
	height: 125px;
	max-height: 125px;
	/* border-bottom: 1px solid #ccc; */
	background: transparent;
	width: 100%;
}
.nav-bar .module, .nav-bar .module-group {
	height: 55px;
}
.module.left, .module-group.left {
	float: left;
}
.nav-bar a {
	display: inline-block;
	height: 55px;
}
nav.fixed.scrolled {
	visibility: visible;
	opacity: 1;
}
nav.fixed {
	position: fixed;
	visibility: hidden;
	opacity: 0;
}
nav.fixed.scrolled {
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
nav.fixed.scrolled .nav-bar {
	height: 105px;
	max-height: 105px;
}
nav.fixed.scrolled .nav-bar .Logo img {
	width: 100%;
	height: auto
}
nav.fixed.scrolled .nav-bar .topNav a {
	font-size: 13px;
	display: block;
	overflow: hidden;
	float: left;
	height: auto;
	text-transform: uppercase;
	padding: 9px 16px 9px;
}
nav.fixed.scrolled .nav-bar .topNav {
	margin-bottom: 7px;
}
nav.fixed.scrolled .nav-bar .Logo {
	width: 250px;
}
nav.fixed, nav.absolute {
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}
nav.outOfSight {
	transform: translate3d(0px, -200px, 0px);
}
.homeContent .nav-container {
	z-index: 1999;
}
.menu-mobile {
	display: none !important;
}
.nav-container {
	background: transparent;
	/* position: absolute; */
	z-index: 19999;
	background: #fff;
}
nav {
	height: 135px;
}
nav.fixed.outOfSight.scrolled {
	height: 105px;
}
nav.fixed.outOfSight.scrolled .headerRight {
	float: right;
	position: relative;
	z-index: 9;
	width: 786px;
}
nav.fixed.outOfSight.scrolled .headerRightBopttom ul li a {
	color: #000;
	display: block;
	font-size: 15px;
	height: auto;
	line-height: inherit;
	padding: 12px 18px 12px 18px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	margin: 0;
}
nav.scrolled {
	transform: translate3d(0px, 0px, 0px);
	transition: all 0.3s ease 0s;
	background: #fff;
}
.headerRight {
	float: right;
	position: relative;
	z-index: 9;
	width: 815px;
}
.introTop {
	padding: 120px 0;
	text-align: center;
}
.introTop h2 {
	margin-bottom: 40px;
	color: #0e1316;
}
.introTop a.moreBtn:hover
{
	color: #fff;
	text-decoration:none;
	background: #C4001A;
}
.introTop a.moreBtn {
	border: solid 1px #ea3d55;
	border-radius: 3px;
	padding: 9px 23px;
	font-size: 17px;
	display: inline-block;
	overflow: hidden;
	color: #000;
	font-family: 'Roboto-Medium';
	cursor: pointer;
}
.introTop p {
	line-height: 29px;
	margin-bottom: 40px;
}
.homeProjectOut {
	background: url(../images/homeProjectOut-bg.jpg) repeat;
}
.headerRightTop {
	display: block;
	clear: both;
	overflow: hidden;
}
.TabOut {
	background: #c2c2c2;
	height: 120px;
}
.homeProjectImg img {
	border: solid 20px #fff;
}
.homeProjectTxt {
	width: 590px;
	height: 590px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 9% 4% 0 4%;
	color: #fff;
	background: rgba(234, 51, 76, 0.9) none repeat scroll 0 0;
}
.homeProjectTxt h2 span {
	display: block;
	overflow: hidden;
	letter-spacing: 2px;
	font-size: 16px;
}
.homeProjectTxt ul {
	padding: 0;
	margin: 0 0 30px 0;
}
.homeProjectTxt a:hover
{
	text-decoration:none;
}
.homeProjectTxt a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
	position: relative;
}
.homeProjectTxt a:before {
	background: #f5b0b7;
	height: 2px;
	width: 125px;
	content: "";
	position: absolute;
	bottom: 0;
}
.homeProjectTxt ul li {
	border: solid 2px #f28493;
	border-radius: 100%;
	font-family: 'Poppins-SemiBold';
	font-size:25px;
	text-align: center;
	margin: 0 8px 0 0;
	display: inline-block;
	width: 114px;
	padding: 39px 0 0;
	line-height: 21px;
	height: 114px;
	text-transform: uppercase;
}
.homeProjectTxt ul li span {
	display: block;
	overflow: hidden;
	font-size: 16px;
}
.homeProjectTxt h2 {
	font-family: 'Poppins-SemiBold';
	font-size: 45px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 35px 0;
}
.homeProjectOut .carousel-inner {
	position: relative;
	padding-bottom: 100px;
	background: url(../images/bottom-img.png) no-repeat right bottom;
}
.homeProjectImg {
	float: left;
	width: 920px;
	height: 590px;
}
.homeProjectImg img {
	width: 100%;
	height: auto;
}
.homeProjectOut .nav-pills > li:last-child {
	background: none;
}
.homeProjectOut .nav-pills > li {
	background: url(../images/project-line-bg.png) no-repeat right -15px;
}
.TabIn .left span:hover
{
	opacity:1;
}
.TabIn .left.carousel
{
	position:absolute;
	left:-6%;
	top:50%;
}

.TabIn .right.carousel
{
	position:absolute;
	right:-6%;
	top:50%;
}
.TabIn .left.carousel,
.TabIn .right.carousel
{
	width:48px;
	height:48px;
	overflow:hidden;
	display:block;
}
 
.TabIn .left.carousel span 
{
	width:48px;
	height:48px;
	display:block;
	overflow:hidden;
	opacity:0.5;
	background:url(../images/index-arrow.png) no-repeat left top;
	
}
.TabIn .right.carousel span:hover
{
	opacity:1;
}
.TabIn .right.carousel span
{
	width:48px;
	display:block;
	overflow:hidden;
	height:48px;
	opacity:0.5;
	background:url(../images/index-arrow.png) no-repeat right top;
	
}
.homeProjectOut .nav-pills > li > a {
	border-radius: 0;
	padding: 18px 15px;
}
.TabIn {
	padding: 75px 0 25px !important;
}
.homeProjectOut .nav-pills > li.active > a, .homeProjectOut .nav-pills > li.active > a:hover, .homeProjectOut .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #eb3d55;
	border-radius: 0;
}
.headerRightBopttom .topNav ul {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block !important;
	float: right;
	left: auto;
	margin: 0 15px 0 0;
	min-height: inherit;
	min-width: inherit;
	padding: 0;
	position: relative;
	width: auto;
	z-index: 0;
	border: none;
}
.topNav:hover {
	background: none !important;
}
.homeBottomFooter {
	padding: 120px 0;
}
.homeBottomFooter .col-md-4:last-child {
	background: none;
}
.homeBottomFooter .col-md-4 {
	background: url(../images/homeBottomFooter-line-bg.png) no-repeat right top;
	padding: 0 5%;
}
.homeBottomFooter .col-md-4 .col-sm-9, .homeBottomFooter .col-md-4 .col-sm-3 {
	padding: 0;
}
.homeBottomFooter .col-md-4 .col-sm-9 {
	width: 100%;
}
.homeBottomFooter .col-md-4 {
	padding: 20px 2%;
	margin: 0;
	text-align: center;
}
.homeBottomFooter .col-md-4 a img {
	opacity: 0.5;
	transition: 0.5s;
}
.homeBottomFooter .col-md-4 a img:hover {
	opacity: 1;
}
/**/
/* carousel */
#quote-carousel {
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	height: 41px;
	margin-top: 30px;
	width: 41px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: 92px;
	background: url(../images/arrow-img-left.jpg) no-repeat;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: 92px !important;
	background: url(../images/arrow-img-right.jpg) no-repeat;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
	display: none;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#quote-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
}

 
/**/
.homeBottomFooter .col-md-4 img {
	margin-bottom: 20px;
	margin-top: 7px;
}
.enquireNowBtn:hover
{
	color: #fff;
	text-decoration:none;
	background: #C4001A;
}
.enquireNowBtn {
	padding: 10px 14px;
	border: solid 1px #ea3d55;
	border-radius: 3px;
	display: block;
	background: url(../images/enquireNowBtn-img.png) no-repeat right center;
	overflow: hidden;
	width: 250px;
	text-align: left;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 16px;
}
.homeBottomFooter .col-md-4 h3 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.testimonialOut p {
	color: #535353;
	margin: 0 0 10px 0;
	padding: 0;
}
.testimonialOut .col-sm-3 img {
	width: 100%;
	height: auto;
	margin: 0;
}
footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	padding: 50px 0 110px;
}
footer .container a {
	color: #fff;
	display: block;
}
footer .container a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .container {
	color: #fff;
	text-align: center;
}
.testimonialOut .col-sm-3 {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 0 auto;
	float: none;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.testimonialOut small {
	color: #ea3d54;
	font-size: 15px;
	font-style: italic;
}
.headerRightBopttom .topNav ul li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: left;
	list-style-type: none;
	width: auto !important;
	margin: 0;
}
.headerRightBopttom .topNav ul li:last-child a {
	background: none;
}
.bottomNav {
	background: #fff;
	display: block;
	overflow: hidden;
	float:right;
}
.headerRightBopttom .topNav ul li a {
	padding: 35px 20px !important;
	font-size: 14px;
	background: none;
	line-height: 15px;
	margin: 0;
	text-decoration: none;
	border: 0;
	color: #a48660;
	width: auto;
	background: url(../images/top-nav-bg.jpg) no-repeat right 42px;
	text-transform: uppercase;
}
.topNav a.enquireBtn {
	color: #fff;
	background: #ea334c;
}
.topNav a.enquireBtn:hover {
	color: #fff;
	background: #C4001A;
	text-decoration:none;
}
.topNav a {
	font-size: 15px;
	display: block;
	overflow: hidden;
	float: left;
	height: auto;
	text-transform: uppercase;
	padding: 13px 25px 11px;
}
.topNav {
	display: block;
	float: right !important;
	overflow: hidden;
	border: solid 1px #cbcbcb;
	border-radius: 30px;
	margin-bottom: 14px;
}
.headerRightBopttom .topNav ul li a:hover {
	color: #000;
	background: none;
}
.searchIcon {
	float: right;
}
.headerRightBopttom {
	width: 100%;
}
.headerRightBopttom ul {
	padding: 0;
	margin: 0;
}
.headerRightBopttom ul li {
	list-style-type: none;
	/*position: relative;*/
	float: left;
	text-align: left;
	background: url(../images/menu-line-bg.jpg) no-repeat right bottom;
}
.headerRightBopttom ul li a {
	color: #000;
	display: block;
	font-size: 15px;
	height: auto;
	line-height: 19px;
	padding: 24px 20px 15px 20px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	margin: 0;
}
.mR10 {
	margin: 0 10px 0 0;
}
section {
	background: #fffl;
}
.pageNav {
	bottom: inherit;
	position: fixed;
	right: 2%;
	text-align: center;
	top: 46%;
	width: 20px;
	z-index: 10;
}
.pageNav ul li {
	list-style-type: none;
}
.pageNav a .hover-text {
	position: absolute;
	right: 20px;
	top: 5px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.pageNav .pagination > li:first-child > a, .pageNav .pagination > li:first-child > span {
	border-top-left-radius: none;
	border-bottom-left-radius: none;
	border-radius: 50%;
}
.pageNav ul li a {
	background: rgba(117, 104, 71, 0.5) none repeat scroll 0 0;
	border-radius: 50% !important;
	display: block;
	height: 11px;
	margin-bottom: 7px;
	width: 11px;
}
.pageNav ul li a.active {
	background: #3b6dcc;
}
.headerRightBopttom ul li:last-child a span::before {
	right: 0;
}
.headerRightBopttom ul li a span::before {
	background: url(../images/menu-arrow-bg.png) no-repeat;
	width: 11px;
	height: 3px;
	top: 6px;
	content: "";
	z-index: 0;
	position: absolute;
	right: -28px;
}
.headerRightBopttom ul li a::after {
	opacity: 0;
	background: #ea334c;
	width: 100%;
	height: 3px;
	bottom: 0;
	content: "";
	z-index: 99999999;
	position: absolute;
	right: 0;
	transition: 0.3s;
}
.headerRightBopttom ul li a:hover::after {
	background: #ea334c;
	width: 100%;
	opacity: 1;
	height: 5px;
	bottom: 0;
	content: "";
	z-index: 99999999;
	position: absolute;
	right: 0;
	transition: 0.3s;
}
.enquiryBtn {
	float: left;
	height: 66px;
}
.enquiryBtn a:after {
	display: none !important;
}
.enquiryBtn a:hover {
	background: url(../images/enquiry-btn.png) no-repeat right !important;
	background-size: cover !important;
}
.enquiryBtn a {
	width: 83px;
	margin: 0 0px 0 120px !important;
	height: 66px !important;
	background: url(../images/enquiry-btn.png) no-repeat right;
}
.headerRightBopttom ul li a span {
	font-size: 15px;
	display: block;
	color: #363636;
	position: relative;
}
.indexContentOut .container {
	padding: 8% 15% 5%;
	width: 100%;
}
.mB0 {
	margin-bottom: 0 !important;
}
.mB0.logoStyle {
	margin-bottom: 0 !important;
}
.indexContentOut.overview .container {
	padding: 5% 15% 5%;
	width: 100%;
}
.slider-paging-controls .flex-control-nav li a {
	background: none;
	border: 2px solid #292929;
	width: 10px;
	height: 10px;
}
.slider-paging-controls .flex-control-nav li {
	display: inline-block;
	float: none;
	margin: 0 6px;
}
.overview .resp-tabs-list {
	margin-bottom: 30px;
	text-align: center;
	transition: 0.3s;
}
.overview #slideshow .slides-nav li {
	list-style-type: none;
	float: none;
	padding: 0 20px;
	display: inline-block;
	background: url(../images/overview-tab-bg.png) no-repeat right center;
}
.overview #slideshow .slides-nav li:last-child {
	background: none;
}
/**/
.container-fluid {
	padding: 0 !important;
}

/*thank you*/
.thankyouPopIn button.close {
    background: url(../images/cloce-btn.png) no-repeat;
    width: 35px;
    height: 35px;
    transition: 0.3s;
    position: absolute;
    top: 2%;
    right: 2%;
    opacity: 0.5;
}
.thankyouPop .modal-dialog {
    width: 930px;
       background: #ea334c;
}
.thankyouPop .modal-body {
    position: relative;
    padding: 45px;
    text-align: center;
}
.thankyouPop .modal-content {
    border-radius: 0;
    background: transparent;
}
.thankyouPop h2 {
    text-transform: capitalize;
    font-size: 33px;
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

.thankyouPop .modal-content p {
    color: #fff;
    margin: 0 0 35px 0;
    padding: 0;
}
.thankyoucontainer {
    width: 100%;
    padding: 50px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}
.thankyouPopIn button.close {
    background: url(../images/cloce-btn.png) no-repeat;
    width: 35px;
    height: 35px;
    transition: 0.3s;
    position: absolute;
    top: 2%;
    right: 2%;
    opacity: 0.5;
}
.formIn {
    display: block;
    overflow: hidden;
}
.thankyoucontainer .col-md-5 {
    width: 50%;
    padding: 0 5% 0 0;
}
.thankyoucontainer input {
    background-color: transparent;
    border-color: currentcolor currentcolor #e9e9e9;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #6c6c6c;
    float: left;
    border-radius: 0;
    padding: 5px 5px 5px 0;
    width: 100%;
    box-shadow: none;
}
.thankyoucontainer textarea {
    background-color: transparent;
    border-color: currentcolor currentcolor #e9e9e9;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #6c6c6c;
     margin: 0 0 18px;
    height: 94px;
    float: left;
    border-radius: 0;
    padding: 5px 5px 5px 0;
    width: 100%;
    box-shadow: none;
}
/**/


/*inner page*/
.intro
{
	text-align:center;
	padding:0;
}
.intro img
{
	margin-bottom:30px
}
.intro p
{
    color: #646561;
    line-height: 32px;
    margin: 0 0 65px 0;
}
.intro ul
{
	padding:0;
	margin:0;
}
.intro ul li p span
{
	font-size:15px;
	color:#6b6b6b;
	display:block;
	text-transform:uppercase;
}
.intro ul li p
{
    font-family: 'Poppins-SemiBold';
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    text-align-last: center;
}

.SpecificationOut
{
	padding:130px 0;
	background:#f1d656;
}

.projectsPageOut h2
{
	font-size:40px;
	color:#000000;
	padding:0;
	text-transform:uppercase;
	font-family: 'Poppins-SemiBold';
		margin:0 0 44px 0;
	text-align:center;
}

.FloorPlanIn
{
	text-align:center;
}
.FloorPlanIn .gallery2:last-child
{
	margin:0;
}
.FloorPlanIn .gallery2
{
	float:none;
	display:inline-block;
	width:38%;

	margin:0 5% 0 0;
}
 .FloorPlanIn .gallery2 h3 p
 {
	 padding:0;
	 margin:0;font-size:18px;
	 text-transform:none;
 }
 .FloorPlanIn .gallery2 h3
 {
	 font-size:28px;
	 color:#3B3B3B;
	 text-transform:uppercase;
	 margin:0;
	 padding:0;
 }
 .FloorPlanIn .gallery2 a
 {
	 border:solid 2px #b7b6b6;
	 display:block;
	 overflow:hidden;
	 margin-bottom:25px;
 }
 
 .amenitiesOut
 {
	 padding:120px 0;
	 background:url(../images/amenities-bg.jpg) no-repeat right top;
 }
.amenitiesIn
{
	text-align:center;
}
.amenitiesIn .col-md-4 h3
{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	color:#f1d656;
	font-family: 'Poppins-SemiBold';
}

.LocationOut
{
	padding:120px 0;
}
.LocationIn h2
{
	margin:0 0 30px 0;
}

.PaymentScheduleOut
{
	padding:100px 0;
	background:url(../images/pyment-bg.jpg) repeat;
}
.LocationIn
{
	padding:0;
	text-align:center;
}
.LocationIn .gallery img
{
	width:100%;
	height:auto;
}
.LocationIn .gallery
{
	width:90%;
	margin:0 auto;
	    box-shadow: 0 0 10px #a5a5a5;
}
.amenitiesIn.amenitiesInEight .col-md-4 {
     width: 23%;
}
.amenitiesIn.amenitiesInEight .col-md-4 h3 {
    font-size: 20px;
    padding: 0 2%;
}
.amenitiesIn .col-md-4
{
    padding: 0;
    float: none;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 27%;
		position:relative;
	
}
.amenitiesIn .col-md-8 h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #f1d656;
    font-family: 'Poppins-SemiBold';
}

.amenitiesIn .col-md-4 img
{
	width:100%;
	height:auto;
}

.amenitiesIn.amenitiesInEight .col-md-8 h3 {
    font-size: 20px;
    padding: 0 2%;
}
.amenitiesIn .col-md-8
{
    padding: 0;
    float: none;
    display: inline-block;
    margin: 0 10px 10px 0;
   position:relative;
	
}

.amenitiesIn .col-md-8 img
{
	width:100%;
	height:auto;
}


.SpecificationOut .container
{
	padding:0;
}
.SpecificationOut .responsive .slick-slide ul
{
	padding:0;
	margin:0;
}
.SpecificationOut .responsive .slick-slide li
{
	list-style-type:none;
	font-style: normal;
}
.SpecificationOut .responsive .slick-slide 
{
	    text-align: center;
    border: solid 1px #403f3f;
    padding: 1%;
    margin: 0 10px 0 0;
	min-height:518px;
}
.SpecificationOut .responsive img
{
 width: 170px;
    height: auto;
    padding: 0;
    margin: 0 auto 23px;
}
.SpecificationOut .responsive p
{
    color: #313131;
    font-style: normal;
    line-height: 21px;
    font-size: 15px;
	    margin-bottom: 5px;
}
.SpecificationOut .responsive p span
{
    font-size: 22px;
    display: block;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 6px;
    font-family: 'Poppins-SemiBold';
}
.SpecificationOut .responsive p strong{display:block; margin-top:5px;    font-family: 'Poppins-SemiBold';}
.intro ul li:last-child
{
	background:none;
}
.intro ul li
{
	text-align: center;
	padding:0 4%;
    list-style-type: none;
    display: inline-block;
	background:url(../images/line-bg.png) no-repeat right center;
}
.intro ul li img
{
	margin:0 0 15px 0;
}
.intro h2
{
	color:#000;
	margin-bottom:25px;
	text-transform:capitalize;
}
.ProjectDetails
{
	padding:90px 0; 
}
.innerBanner.page-title-2 {
    height: 336px;
}

.innerBanner.projectBanner.page-title-2 {
    height: 690px;
}
.innerBanner.projectBanner
{
	height:650px;
	display:flex
}

.innerBanner.projectBanner.parallax > .background-image-holder, .innerBanner.projectBanner.parallax .slides li > .background-image-holder {
    height: 82vh;
}
.innerBanner {
    overflow: hidden;
    position: relative;
}
.innerBanner
{
	height:350px;
	display:flex
}

.innerBanner .container
{
     align-items: center;
    display: flex;
}

.innerBanner h2
{
    font-size: 40px;
    color: #fff;
    /* display: inline-block; */
    position: relative;
    padding: 0 95px 0 0;
}

.innerBanner h2:before
{
	width: 90px;
    height: 3px;
    background: #f0314a;
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
}
.ReachUsTopOut .col-md-6 .icon
{
	float:left;
	width:81px;
	height:81px;
	margin:0 25px 0 0;
}
.ReachUsTopOut .col-md-6 .address h2
{
	color:#000;
	margin:0 0 8px 0;
	padding:0;
}
.ReachUsTopOut .col-md-6 .address
{
	    float: left;
    width: auto;
}
.ReachUsTopOut .col-md-6:last-child
{
    padding-right: 0;
    background: none;
    margin: 0;
	
}

.ReachUs
{
	
}

 
.ReachUsTopBottom
{
	background: url(../images/homeProjectOut-bg.jpg) repeat;
	padding:100px 0;
}
.ReachUsTopBottom .container 
{
	color:#fff;
}
.ReachUsTopBottom .container h2
{
	text-transform:uppercase;
	margin:0 0 15px 0;
}
.ReachUsTopBottom .container .clearfix .col-md-6:last-child
{
	padding:0;
}
.ReachUsTopBottom .container .col-md-12
{
	padding:0;
}
.ReachUsTopBottom .container input::placeholder,
.ReachUsTopBottom .container textarea::placeholder {
  color: #fff;
}
.ReachUsTopBottom .container .col-md-6 input,
.ReachUsTopBottom .container .col-md-12 input  {
    background-color: transparent;
    border-color: currentcolor currentcolor #f98c9b;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
    float: left;
    border-radius: 0;
    padding: 5px 5px 5px 0;
    width: 100%;
	font-size:17px;
    box-shadow: none;
	    margin-bottom: 40px;
}
.ReachUsTopBottom .container button
{
font-family: 'Roboto-Medium';
    font-size: 18px;
    padding: 10px 40px 8px !important;
    text-transform: uppercase;
    margin: 0 auto !important;
    width: 146px;
}
.ReachUsTopBottom .container .col-md-12 textarea  {
    background-color: transparent;
	font-size:17px;
    border-color: currentcolor currentcolor #f98c9b;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
    float: left;
    border-radius: 0;
    padding: 5px 5px 5px 0;
    width: 100%;
	height:125px;
    box-shadow: none;
	margin-bottom:45px;
	
}
.ReachUsTopBottom .container .col-md-6
{
	padding:0 4% 0 0;
}
.ReachUsTopBottom .container
{
	background:#ea334c;
	padding:4%;
	width:995px;
	border:solid 15px #fff;
}
.ReachUsTopOut .col-md-6 span
{
	display:block;
	overflow:hidden;
	color:#000;
	font-size:20px;
	
}
.ReachUsTopOut .col-md-6 a.locationBtn
{
border-radius: 100px;
    border: solid 2px #ea334c;
    display: block;
    overflow: hidden;
    width: 181px;
    font-size: 15px;
    color: #000;
    padding: 9px 25px 6px 40px;
    text-transform: uppercase;
    background: url(../images/location-icon.png) no-repeat 5px center;
}
.ReachUsTopOut .col-md-6 p
{
	padding:0;
	margin:0 0 15px 0;
	color:#616161;
}
.ReachUsTopOut .col-md-6 p:last-child
{
	margin: 0 0 45px 0;
}
.ReachUsTopOut .col-md-6
{
    padding: 35px 6% 35px 0;
	font-size:19px;
    background: url(../images/contact-us-line-bg.png) no-repeat right top;
    margin: 0 6% 0 0;
    width: 46%;
}

.ReachUsTopOut
{
	background:#fff;
	padding:60px 0;
	 -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
}
.innerPageTopNav {
    width: 100%;
    background: #2f3030;
    position: relative;
    z-index: 99999 !important; 
}
.innerPageTopNav .container {
    padding: 20px 0 20px;
}
.innerPageTopNav .container ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.innerPageTopNav .container ul li {
    list-style-type: none;
    font-size: 16px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
}
.innerPageTopNav .container ul li a {
    color: #fff;
    padding:4px 25px 4px 25px;
    display: block;
    overflow: hidden;
    border-radius: 35px;
    margin: 0 5px;
    font-family: 'Roboto-Bold';
	position:relative;
	transition:0.3s;
}
.innerPageTopNav .container ul li a:hover
{
	text-decoration:none;
}
.innerPageTopNav .container ul li a:before
{
	width:0;
	height:5px;
	background:#ea344c;
	content:"";
	position:absolute;
	transition:0.3s;
	bottom:0;
}
.innerPageTopNav .container ul li a:hover:before
{
	width:76px;
	height:5px;
	background:#ea344c;
	content:"";
	position:absolute;
	transition:0.3s;
	bottom:0;
}
.innerPageTopNav .container ul li.active a:before
{
 
	width:76px;
	height:5px;
	background:#ea344c;
	content:"";
	position:absolute;
	transition:0.3s;
	bottom:0;
 
}
.innerPageTopNav .container ul li.active a {

    color: #fff;
    text-decoration: none;
}
.innerPageTopNav .navbar-collapse.collapse
{
	padding:0;
}
.innerPageTopNav nav
{
	height:auto;
	  
}

.FloorPlanIn
{
	padding:120px 0;
}
.PaymentScheduleOut .container table
{
	border:0;
}
.PaymentScheduleOut .container table tr td:last-child
{
	border-right:none;
}
.PaymentScheduleOut .container table tr td
{
	padding: 18px 25px;
    font-size: 20px;
    border-bottom: solid 1px #cbcaca;
    border-right: solid 1px #cbcaca;
	color:#333333;
	
}
.enquireOut h3
{
	font-size:30px;
	color:#fff;
	padding:0;
	margin:0 0 20px 0;
}
.enquireOut a
{
    background: #fff;
    color: #ea334c;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    padding: 8px 30px 7px !important;
}
.enquireOut
{
	padding:65px 0;
	background:#ea334c;
	text-align:center;
}
.PaymentScheduleOut .container table tr th span,
.PaymentScheduleOut .container table tr td span
{
	color:#ea344c;
	font-family: 'Poppins-SemiBold';
}
.PaymentScheduleOut .container table tr th
{
	text-align:center;
	padding:20px;
	font-family: 'Poppins-SemiBold';
	font-size:25px;
	border-bottom:solid 1px #cbcaca;
}
/*about*/

.aboutUspageTop
{
	display:block;
	overflow:hidden;
}
.aboutRight
{
	background:url(../images/amenities-bg.jpg) repeat;
	padding:5% 0 5% 5%;
	float:right;
	
}
.aboutLeft {
    float: left;
    width: 720px;
    padding: 6% 0 0 0;
}
.aboutTh 
{
    font-size: 24px !important;
    text-transform: uppercase;
}
.aboutTh span
{
	font-size:45px !important;
	text-transform:capitalize;
	font-family: 'Roboto-Light';
}

.aboutUspageTop
{
	padding:0 0 0 16%;
}
.aboutUspageTop p
{
	line-height:30px;
	margin:0 0 35px 0;
}

.aboutUsBottom
{
	background:url(../images/about-us-bottom-bg.jpg) no-repeat;
	padding:110px 0;
}
.aboutUsBottomLeft img
{
	margin-bottom:15px;
}
.aboutUsBottomLeft
{
    float: left;
    text-align: center;
    padding: 85px 0 0 0;
}
.aboutUsBottomRight
{
	float:right;
	padding:0;
}
.aboutUsBottomRight ul
{
	margin:0;
	padding:0;
}
.aboutUsBottomRight ul li
{
    list-style-type: none;
    background: url(../images/bullets-bg.png) no-repeat left 2px;
    padding: 0 0 12px 23px;
    line-height: 23px;
}
.testimonialsOut
{
	padding:100px 0;
	background:url(../images/about-us-bottom-bg.jpg) repeat;
}
.testimonialsOut h2
{
	text-align:center;
	margin-bottom:65px;
}
.testimonialsIn
{
	margin-bottom: 65px;
    display: block;
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 65px;
}
.testimonialsIn .col-md-9 {
    padding: 0 0 0 5%;
    width: 75%;
    float: right;
}
.testimonialsIn .col-md-9 h3
{
	padding:0;
	margin:0;
	text-align:right;
}
.testimonialsIn .col-md-9:before
{
	width: 24px;
    height: 25px;
    background: url(../images/testimonials-top-icon.png) no-repeat;
    position: absolute;
    content: "";
    top: -45px;
    z-index: 999999;
    left: 52px;
}
.testimonialsIn .col-md-9:after
{
    width: 24px;
    height: 25px;
    background: url(../images/testimonials-bottom-icon.png) no-repeat;
    position: absolute;
    content: "";
    right: 0;
    bottom: -45px;
}
.testimonialsIn .col-md-9 p
{
    padding: 0;
    color: #6a6a6a;
    margin: 0 0 25px 0;
    line-height: 29px;
}
.testimonialsIn .col-md-2 img
{
	width:190px;
	height:190px;
	position:relative;
	z-index: 4;
	    background: #fff;
}
.testimonialsIn .col-md-2:before
{
width: 190px;
    height: 190px;
    content: "";
    background: #ea344c;
    top: -2px;
    position: absolute;
    z-index: 0;
    left: -2px;
}

.testimonialsIn .col-md-2:after
{
    width: 190px;
    height: 190px;
    content: "";
    background: #8a8989;
    top: 18px;
    position: absolute;
    z-index: 1;
    left: 18px;
}
.testimonialsIn .col-md-2
{
	padding: 9px;
}

.awardsHonorsOut
{
	padding:0 0 0 15%;
	display:block;
	overflow:hidden;
}
.awardsHonorsRight
{
    background: url(../images/amenities-bg.jpg) repeat;
    padding: 5% 0 5% 5%;
	width:50%;
	float:right;
}
.awardsHonorsRight img
{
	width:100%;
	height:auto;
}
.awardsHonorsLeft
{
width: 500px;
    float: left;
    padding: 175px 0 100px;
    text-align: center;

}
/*about*/

/*project*/

.projectsOut
{
	padding:120px 0;
}
.projectsOut .container
{
	text-align:center;
}
.projectsOut .container .col-md-3 
{
	padding:0;
	margin:0;
	width:28%;
}
.projectsOut .container .col-md-3 a h3 span
{
	display:block;
	overflow:hidden;
	color:#6d6d6d;
	font-size:15px;
}
.projectsOut .container .col-md-3 a h3
{
	font-size:24px;
	color:#2f3030;
	padding:0;
	margin:0 0 22px 0;
	
}
.projectsOut .container .col-md-3 a:hover readMore
{
	background:#BB0B22;
}
.projectsOut .container .col-md-3 a:hover
{
	text-decoration:none;
}
.projectsOut .container .col-md-3:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.projectsOut .container .col-md-3 .readMore
{
	border:none;
	background:#ea344c;
	color:#fff;
	font-size:12px;
	padding:8px 10px;
	display:block;
	overflow:hidden;
	width:90px;
	margin:0 auto;
	border-radius:2px;
	margin-bottom:20px;
}
.projectsOut .container .col-md-3 a div
{
	margin-bottom:20px;
	overflow:hidden;
}
.projectsOut .container .col-md-3 a img
{
	width:100%;
	height:auto;
	
	  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.projectsOut .container .col-md-3 a
{
display:block;
overflow:hidden;
padding:5%;
border:solid 1px #e7e7e7;
}

.projectsOut .container .col-md-3
{
	margin:0 5% 5% 0;
} 
/**/
.eliteEnclaveFloorPlan img
{
	width:10%;
	height:auto;
}
/*inner page End*/
#imgdiv{width: 108px;
    float: left;}
.captchatext{width:190px; float:left;}
.captchatext input{font-size:14px; border-radius:3px 0 0 3px; padding: 5px 5px 12px 0; }
.ReachUsTopBottom .container .col-md-12 .captchatext input{font-size:14px; border-radius:3px 0 0 3px; padding: 5px 5px 12px 0; }
#reload{padding-top:8px;}
.tk{padding:80px 0; text-align:center;}
@media (min-width: 1920px) {
.homeContent .container {
	padding: 0;
	width: 1280px;
}

.innerPage .container {
	width: 1280px;
}
}

@media (min-width: 1600px) and (max-width: 1919px) {
.innerBanner.parallax > .background-image-holder, .innerBanner.parallax .slides li > .background-image-holder {
    height: 56vh;
}
.innerBanner.projectBanner.page-title-2 {
    height: 553px;
}	
	.aboutUspageTop {
    padding: 0 0 0 14%;
}
.aboutLeft {
    float: left;
    width: 620px;
    padding: 6% 0 0 0;
}
.aboutRight {
    background: url(../images/amenities-bg.jpg) repeat;
    padding: 5% 0 5% 5%;
    float: right;
    width: 48%;
}
.aboutRight img
{
	width:100%;
	height:auto;
}
}

.mailMobile
{
	display:none;
}
.CallBtn
{
	display:none;
}
.planNav{ padding:0; margin:0 auto 20px; width:190px;}
 
.planNav ul{padding:0; margin:0; border: solid 1px #ccc; border-radius:6px;  display: block;  overflow: hidden;}
.planNav ul li{list-style:none; float:left; border-right:solid 1px #ccc;}
.planNav ul li:last-child{border-right:none;}
.planNav ul li button{background:#f7f8f8; border:none; margin:0;     padding: 8px 17px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;}
	
.planNav ul li button:hover{background:#d81e36;color:#fff;}
.planNav ul li.active button{background:#ea344c; color:#fff;}
.planNav ul li.active button:hover{background:#ea344c;color:#fff;}
.div2{display:none;}
.div3{display:none;}
.div2 .gallery2{margin-right:5px; margin-bottom:20px;}
.div2 .gallery2 a{margin:0 0 8px;}
.div2 .gallery2 h3{font-size:16px;}
.the-bliss-floor .div1 .gallery-items{
	    width: 20%;
    margin: 10px;
}
.vaanavil .div1 .gallery-items{
	width:50%;
}
.vaanavil .div2 .gallery-items{
	width:17%;
	margin:0 1%;
}
.e-enclave .gallery-items{
	width:50%;
}

@media (min-width: 1367px) and (max-width: 1599px) {
 
}

@media (min-width: 1280px) and (max-width: 1500px) {
.headerRightBopttom ul li a{padding:24px 15px 15px 15px;}
.awardsHonorsLeft {
    width: 500px;
    float: left;
    padding: 116px 0 50px;
    text-align: center;
}	
.innerBanner.page-title-2 {
    height: 256px;
}
	.aboutUspageTop {
    padding:0 0 0 8%;
}
.aboutLeft {
    float: left;
    width: 550px;
    padding: 6% 0 0 0;
}
.aboutLeft h2 br
{
	display:none;
}
.aboutRight {
    background: url(../images/amenities-bg.jpg) repeat;
    padding: 5% 0 5% 5%;
    float: right;
    width: 48%;
}
.aboutRight img
{
	width:100%;
	height:auto;
}	
	
.projectsPageOut h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.SpecificationOut h2
{
	margin-bottom:45px;
}

.slick-prev,
.slick-next
{
	width:30px !important;
	height:30px !important;
	    bottom: -70px !important;
	background-size:cover !important;
}
.slick-prev {
    right: 40px !important; 
}
.slick-next
{
	    background: url(../images/right-arrow.png) no-repeat 0 0 !important;	
		background-size:cover !important;
}
 
.FloorPlanIn .gallery2 img
{
	width:100%;
	height:auto;
}
.FloorPlanIn .gallery2 a img
{
	 border: solid 1px #b7b6b6;
 
}
 .FloorPlanIn .div2 .gallery2 a img
{
	 border: solid 1px #b7b6b6;
	 width:auto;
 
}
/*.FloorPlanIn .gallery2 {
    width: 270px;
}*/
.FloorPlanIn .gallery2 a {
    /* border: solid 2px #b7b6b6; */
	border:none;
}
.SpecificationOut,
.amenitiesOut,
.FloorPlanIn,
.LocationOut,
.PaymentScheduleOut{
    padding: 90px 0;
}
.PaymentScheduleOut .container table tr td {
    padding: 9px 20px;
    font-size: 17px;
    border-bottom: solid 1px #cbcaca;
    border-right: solid 1px #cbcaca;
    color: #333333;
}
.PaymentScheduleOut .container table {
    border: 0;
   /* width: 850px;*/
 
}
.PaymentScheduleOut h2
{
	margin-bottom: 5px;
}
.LocationIn .gallery img {
    width: 90%;
}
.amenitiesIn .col-md-4 h3
{
	    font-size: 18px;
}
.SpecificationOut .responsive p span {
    font-size: 19px;

    margin-bottom: 0;
    font-family: 'Poppins-SemiBold';
}
.SpecificationOut .responsive img {
    width: 110px;
    height: auto;
    padding: 0;
    margin: 5px auto 5px;
}
.intro p {
    color: #646561;
    line-height: 25px;
    margin: 0 0 30px 0;
	 
}
.intro ul li img {
    margin: 0 0 0px 0;
}
.intro ul li {
    text-align: center;
    padding: 0 3%;
}
.intro ul li p {
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    line-height: 22px;
}


.intro img {
    width: 209px;
    height: auto;
    margin: 0 0 14px 0;
}
.intro ul li img 
{
	width:auto;
}
.innerPageTopNav .container ul li
{
	font-size:14px;
}
.innerPageTopNav .container {
    padding: 15px 0 17px;
}
.PaymentScheduleOut .container table tr th {
    text-align: center;
    padding: 20px 0 17px;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    border-bottom: solid 1px #cbcaca;
}
.enquireOut h3 {
    font-size: 24px;
}

.enquireOut a {
    background: #fff;
    color: #ea334c;
    font-size: 12px;
    font-family: 'Poppins-SemiBold';
    padding: 9px 26px 7px !important;
}

.enquireOut {
    padding: 40px 0;
    background: #ea334c;
    text-align: center;
}

/**/
.innerBanner.projectBanner.parallax > .background-image-holder, .innerBanner.projectBanner.parallax .slides li > .background-image-holder {
    height:82vh;
}
.innerBanner.projectBanner.page-title-2 {
    height: 476px;
}
/**/
body
{
	font-size:16px;
}
nav .nav-bar .Logo {
    width: 250px;
}
.home {
    height: 400px !important;
}
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    height: 69vh;
    /* height: 60vh; */
    top: -48vh;
}
.homeProjectOut .carousel-inner
{
	background:none;
	    padding-bottom: 50px;

}
.TabIn {
    padding: 40px 0 25px !important;
}
.homeProjectImg {
    float: left;
    width: 845px;
    height:537px;
    overflow: hidden;
    border-bottom: solid 10px #fff;
}
.homeProjectTxt {
      width: 424px;
    height: 422px;
    padding: 10% 4% 0 4%;
    margin: 45px 0 0;
}
.homeProjectTxt a:before
{
	width:98px;
}
.introTop
{
    padding: 80px 0;
}

.homeBottomFooter {
    padding: 60px 0;
}
.slides li .container .row .col-sm-10 h1 {
    color: #000;
    font-size: 33px;
}
.slides li .container .row .col-sm-10 p {
    color: #ababab;
    font-size: 15px;
}
.slides li .container .row .col-sm-10 {
    padding: 3%;
    width: 410px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    height: 164px;
    float: right;
}
.cover .slides li .container {
    z-index: 4;
    position: relative;
    top: 183px;
}
#quote-carousel {
    margin-bottom: 0;
    padding: 0 10px 30px 10px;
}
#quote-carousel .carousel-control.right {
    right: 60px !important;
}
#quote-carousel .carousel-control.left {
    left: 60px;
}
.nav-container .container {
    padding: 10px 0 0 !important;
}
nav.fixed.scrolled .nav-bar .Logo {
    width: 210px;
}
.TabOut {
    background: #c2c2c2;
    height: 60px;
}
.homeProjectOut .nav-pills > li > a img
{
	width:90px;
	height:auto;
}
.TabIn h3
{
	font-size:20px;
	margin-bottom:10px;
}
.homeProjectImg img {
    border: solid 10px #fff;
}
.homeProjectOut .nav-pills > li > a
{
	height: 60px;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.nav-justified > li {
    display: block;
    width: 33.33%;
    /*width: 25%;*/
	float:left;
}
.introTop a.moreBtn
{
	    font-size: 12px;
    padding: 7px 18px;
}
.homeProjectTxt h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
}
 
 .homeProjectTxt h2 span
 {
	 font-size:11px;
 }
.homeProjectTxt ul li span {

    font-size: 10px;
}

.homeProjectTxt ul li {
    font-size: 18px;
    width: 75px;
    height: 75px;
    padding: 19px 0 0;
     line-height: 15px;

}
.homeProjectOut .nav-pills > li {
    background: url(../images/project-line-bg.png) no-repeat right -1px;
    padding: 0;
    margin: 0;
    background-size: contain;
}
.introTop p {
    line-height: 29px;
    margin-bottom: 20px;
}
.introTop h2 {
    margin-bottom: 20px;
    color: #0e1316;
}
footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    padding: 50px 0 45px;
}
.homeProjectTxt p br
{display:none;
}
.homeProjectTxt p {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 15px 0;
}
.homeProjectTxt a
{
	font-size:14px;
}
.homeProjectTxt h2,
.homeProjectTxt ul
{
	margin:0 0 15px 0;
}
nav.fixed.scrolled .nav-bar {
    height: 82px;
    max-height: 82px;
}
.nav-bar {
    height: 100px;
    max-height: 100px;
}
 
nav.fixed.outOfSight.scrolled {
    height: 82px;
}
nav
{
	height:100px;
}
nav.fixed.scrolled .nav-bar .topNav a {
    font-size: 11px;
    display: block;
    overflow: hidden;
    float: left;
    height: auto;
    text-transform: uppercase;
    padding: 6px 16px 5px;
}
nav.fixed.outOfSight.scrolled .headerRightBopttom ul li a {
    font-size: 12px;
    padding: 10px 17px 10px ;
}
nav.fixed.outOfSight.scrolled .headerRight {
    float: right;
    position: relative;
    z-index: 9;
    width: 660px;
}
nav .nav-bar .Logo img {
    width: 100%;
    height: auto;
}
nav .headerRight {
    float: right;
    position: relative;
    z-index: 9;
    width: 788px;
}
nav .nav-bar .topNav {
    margin-bottom: 7px;
}
nav .nav-bar .topNav a {
    font-size: 13px;
    display: block;
    overflow: hidden;
    float: left;
    height: auto;
    text-transform: uppercase;
    padding: 9px 16px 9px;
}
nav .headerRightBopttom ul li a {
    color: #000;
    display: block;
    font-size: 15px;
    height: auto;
    line-height: inherit;
    padding: 12px 18px 9px 18px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    margin: 0;
}

 .FloorPlanIn .div2  .gallery2{width:25%;}
 .SpecificationOut .responsive .slick-slide{min-height: 465px;    height: 465px;
    overflow-y: scroll;}

	
.modal.deg-full-view .modal-dialog{
	width:630px;
}

	
	
}
 .SpecificationOut .responsive .slick-slide::-webkit-scrollbar {
    width: 5px;
}
 
 .SpecificationOut .responsive .slick-slide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
 
 .SpecificationOut .responsive .slick-slide::-webkit-scrollbar-thumb {
  background-color: #776200;
  outline: 1px solid #776200;
}
@media (min-width: 1280px) and (max-width: 1365px) {
}

@media (min-width: 992px) and (max-width: 1279px) {
	.aboutUspageTop {
    padding:0px 0 0 3%;
}
.awardsHonorsLeft h2
{
	font-size:20px;
}
.innerBanner.projectBanner.page-title-2 {
    height: 400px;
}
.awardsHonorsOut {
    padding: 0 0 0 1%;
    display: block;
    overflow: hidden;
}
.awardsHonorsLeft {
    width: 50%;
    float: left;
    padding: 70px 5% 50px 5%;
    text-align: center;
    margin: 0 auto;
}
.aboutLeft {
    float: left;
    width: 500px;
    padding: 6% 0 0 0;
}
.aboutLeft h2 br
{
	display:none;
}
.aboutRight {
    background: url(../images/amenities-bg.jpg) repeat;
    padding: 5% 0 5% 5%;
    float: right;
    width: 40%;
}
.aboutRight img
{
	width:100%;
	height:auto;
}	
	
.projectsPageOut h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.SpecificationOut h2
{
	margin-bottom:45px;
}

.slick-prev,
.slick-next
{
	width:30px !important;
	height:30px !important;
	    bottom: -70px !important;
	background-size:cover !important;
}
.slick-prev {
    right: 40px !important; 
}
.slick-next
{
	    background: url(../images/right-arrow.png) no-repeat 0 0 !important;	
		background-size:cover !important;
}
 
.FloorPlanIn .gallery2 img
{
	width:100%;
	height:auto;
}
.FloorPlanIn .gallery2 a img
{
	 border: solid 2px #b7b6b6;
}
.FloorPlanIn .gallery2 {
    width: 270px;
}
.FloorPlanIn .gallery2 a {
    /* border: solid 2px #b7b6b6; */
	border:none;
}
.SpecificationOut,
.amenitiesOut,
.FloorPlanIn,
.LocationOut,
.PaymentScheduleOut{
    padding: 90px 0;
}
.PaymentScheduleOut .container table tr td {
    padding: 9px 20px;
    font-size: 17px;
    border-bottom: solid 1px #cbcaca;
    border-right: solid 1px #cbcaca;
    color: #333333;
}
.PaymentScheduleOut .container table {
    border: 0;
   /* width: 850px;*/
 
}
.PaymentScheduleOut h2
{
	margin-bottom: 5px;
}
.LocationIn .gallery img {
    width:100%;
}
.amenitiesIn .col-md-4 h3
{
	    font-size: 18px;
}
.SpecificationOut .responsive p span {
    font-size: 19px;

    margin-bottom: 0;
    font-family: 'Poppins-SemiBold';
}
.SpecificationOut .responsive img {
    width: 110px;
    height: auto;
    padding: 0;
    margin: 5px auto 5px;
}
.intro p {
    color: #646561;
    line-height: 25px;
    margin: 0 0 30px 0;
}
.intro ul li img {
    margin: 0 0 0px 0;
}
.intro ul li {
    text-align: center;
    padding: 0 3%;
}
.intro ul li p {
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    line-height: 22px;
}


.intro img {
    width: 209px;
    height: auto;
    margin: 0 0 14px 0;
}
.intro ul li img 
{
	width:auto;
}
.innerPageTopNav .container ul li
{
	font-size:14px;
}
.innerPageTopNav .container {
    padding: 15px 0 17px;
}
.PaymentScheduleOut .container table tr th {
    text-align: center;
    padding: 20px 0 17px;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    border-bottom: solid 1px #cbcaca;
}
.enquireOut h3 {
    font-size: 24px;
}

.enquireOut a {
    background: #fff;
    color: #ea334c;
    font-size: 12px;
    font-family: 'Poppins-SemiBold';
    padding: 9px 26px 7px !important;
}

.enquireOut {
    padding: 40px 0;
    background: #ea334c;
    text-align: center;
}

.innerPageTopNav .container ul li a
{
	    padding: 4px 6px 4px 6px;
}
	
body
{
	font-size:16px;
}
nav .nav-bar .Logo {
    width: 250px;
}
.home {
    height: 400px !important;
}
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    height: 69vh;
    /* height: 60vh; */
    top: -48vh;
}
.homeProjectOut .carousel-inner
{
	background:none;
	    padding-bottom: 50px;

}
.TabIn {
    padding: 40px 0 25px !important;
}
.homeProjectImg {
    float: left;
    width: 845px;
    height:510px;
    overflow: hidden;
    border-bottom: solid 10px #fff;
}
.homeProjectTxt {
       width: 424px;
    height: 422px;
    padding: 10% 4% 0 4%;
    margin: 45px 0 0;
}
.homeProjectTxt a:before
{
	width:98px;
}
.introTop
{
    padding: 80px 0;
}

.homeBottomFooter {
    padding: 60px 0;
}
.slides li .container .row .col-sm-10 h1 {
    color: #000;
    font-size: 33px;
}
.slides li .container .row .col-sm-10 p {
    color: #ababab;
    font-size: 15px;
}
.slides li .container .row .col-sm-10 {
    padding: 3%;
    width: 410px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    height: 164px;
    float: right;
}
.cover .slides li .container {
    z-index: 4;
    position: relative;
    top: 183px;
}
#quote-carousel {
    margin-bottom: 0;
    padding: 0;
}
#quote-carousel .carousel-control.right {
    right: 60px !important;
}
#quote-carousel .carousel-control.left {
    left: 60px;
}
.nav-container .container {
    padding: 10px 0 0 !important;
}
nav.fixed.scrolled .nav-bar .Logo {
    width: 210px;
}
.TabOut {
    background: #c2c2c2;
    height: 60px;
}
.homeProjectOut .nav-pills > li > a img
{
	width:90px;
	height:auto;
}
.TabIn h3
{
	font-size:20px;
	margin-bottom:10px;
}
.homeProjectImg img {
    border: solid 10px #fff;
}
.homeProjectOut .nav-pills > li > a
{
	height: 60px;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.nav-justified > li {
    display: block;
    width: 24%;
	float:left;
}
.introTop a.moreBtn
{
	    font-size: 12px;
    padding: 7px 18px;
}
.homeProjectTxt h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
}
 
 .homeProjectTxt h2 span
 {
	 font-size:11px;
 }
.homeProjectTxt ul li span {

    font-size: 10px;
}

.homeProjectTxt ul li {
    font-size: 18px;
    width: 65px;
    padding: 19px 0 0;
    height: 65px;
    line-height: 15px;

}
.homeProjectOut .nav-pills > li {
    background: url(../images/project-line-bg.png) no-repeat right -1px;
    padding: 0;
    margin: 0;
    background-size: contain;
}
.introTop p {
    line-height: 29px;
    margin-bottom: 20px;
}
.introTop h2 {
    margin-bottom: 20px;
    color: #0e1316;
}
footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    padding: 50px 0 45px;
}
.homeProjectTxt p br
{display:none;
}
.homeProjectTxt p {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 15px 0;
}
.homeProjectTxt a
{
	font-size:14px;
}
.homeProjectTxt h2,
.homeProjectTxt ul
{
	margin:0 0 15px 0;
}
nav.fixed.scrolled .nav-bar {
    height: 82px;
    max-height: 82px;
}
.nav-bar {
    height: 100px;
    max-height: 100px;
}
 
nav.fixed.outOfSight.scrolled {
    height: 82px;
}
nav
{
	height:100px;
}
nav.fixed.scrolled .nav-bar .topNav a {
    font-size: 11px;
    display: block;
    overflow: hidden;
    float: left;
    height: auto;
    text-transform: uppercase;
    padding: 6px 16px 5px;
}
nav.fixed.outOfSight.scrolled .headerRightBopttom ul li a {

    font-size: 12px;
    padding: 10px 12px 10px 10px;
}
nav.fixed.outOfSight.scrolled .headerRight {
    float: right;
    position: relative;
    z-index: 9;
    width: 582px;
}
nav .nav-bar .Logo img {
    width: 100%;
    height: auto;
}
nav .headerRight {
    float: right;
    position: relative;
    z-index: 9;
    width: 645px;
}
nav .nav-bar .topNav {
    margin-bottom: 7px;
}
nav .nav-bar .topNav a {
    font-size: 13px;
    display: block;
    overflow: hidden;
    float: left;
    height: auto;
    text-transform: uppercase;
    padding: 9px 16px 9px;
}
nav .headerRightBopttom ul li a {
    color: #000;
    display: block;
    font-size: 13px;
    height: auto;
    line-height: inherit;
    padding: 13px 13px 11px 12px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    margin: 0;
}
}

@media (max-width: 768px) {
.amenitiesIn.amenitiesInEight .col-md-4 {
    width: 100%;
}	
.ProjectDetails {
    padding: 8%;
}
.intro ul li img {
    margin-bottom: 30px;
    width: 53px;
    height: auto;
    margin: 0 !important;
}
.intro img {
    margin-bottom: 17px;
    width: 159px;
    height: auto;
}
.intro ul li p {
    font-family: 'Poppins-SemiBold';
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    text-align-last: center;
    margin: 0 0 23px 0;
}
.intro ul li p span {
    font-size: 11px;
    color: #6b6b6b;
    display: block;
    text-transform: uppercase;
}
.projectsPageOut h2{
    font-size:19px;
}
.SpecificationOut {
    padding: 6%;
    background: #f1d656;
}
.SpecificationOut .responsive img {
    width: 165px;
    height: auto;
    padding: 0;
    margin: -2px auto 1px;
}
.FloorPlanIn {
    padding: 6%;
}
.FloorPlanIn {
    text-align: left;
}
.FloorPlanIn .gallery2 {
    float: none;
    display: block;
    width: 46%;
    margin: 0 6% 0 0;
    float: left;
}
.FloorPlanIn .gallery2 a img
{
	width:100%;
	height:auto;
}
.FloorPlanIn .gallery2 h3 {
    font-size: 23px;
    color: #3B3B3B;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
}
.FloorPlanIn .gallery2 h3 p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-transform: none;
}
.FloorPlanIn .gallery2 a {
    border: solid 2px #b7b6b6;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
}
.PaymentScheduleOut .container
{
	padding:0;
}
.PaymentScheduleOut .container table tr td {
    padding: 9px;
    font-size: 15px;
    border-bottom: solid 1px #cbcaca;
    border-right: solid 1px #cbcaca;
    color: #333333;
}
.PaymentScheduleOut
{
	padding:6%;
}
.LocationOut {
    padding: 6%;
}
.LocationIn .gallery {
    width: 100%;
    margin: 0 auto;
}


.amenitiesOut {
    padding: 6%;
    background: url(../images/amenities-bg.jpg) no-repeat right top;
}
.amenitiesIn .col-md-4 {
    width: 31%;
    float: left;
    display: block;
}
.amenitiesIn .col-md-4 h3
{
	font-size:16px;
}
.intro p {
    color: #646561;
    line-height: 25px;
    margin: 0 0 15px 0;
}
.innerPageTopNav .navbar-toggle {
    color: #fff;
    width: 97%;
    height: 30px;
    padding: 0 4%;
    text-align: left;
    background: url(../images/sub-menu-arrow-bg.png) no-repeat right;
    float: none;
} 
#quote-carousel .carousel-indicators {
	bottom: -20px !important;
}
#quote-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
}
#quote-carousel .carousel-indicators li.active {
	margin: 0px 5px;
	width: 20px;
	height: 20px;
}
.intro ul li {
    text-align: center;
    padding: 0 4%;
    list-style-type: none;
    display: inline-block;
    background: url(../images/line-bg.png) no-repeat right center;
}	
.innerPageTopNav .container {
    padding:0;
}
.innerPageTopNav .container ul li a {
color: #fff;
    padding: 10px 15px;
    display: block;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
font-family: 'Roboto-Medium';
    position: relative;
    transition: 0.3s;
    text-align: left;
    border-bottom: solid 1px #656767;
}
.innerPageTopNav .container ul li {
    display: block;
    font-size: 12px;
}
.innerPageTopNav .container,
.innerPageTopNav .navbar-collapse
{
	padding:0;
}
h2 {
    font-size: 25px;
}
.ReachUsTopOut {
    background: #fff;
    padding: 5%;
}
.ReachUsTopOut .col-md-6 .icon {
    float: none;
    width: 81px;
    height: 81px;
    margin: 0 0px 20px 0;
}
.ReachUsTopOut .col-md-6 {
    padding: 35px 6% 35px 0;
    font-size: 19px;
    background: none;
    margin: 0 6% 0 0;
    width: 100%;
}
.ReachUsTopOut .col-md-6:last-child
{
	border:none;
}
.ReachUsTopBottom .container {
    background: #ea334c;
    padding: 10%;
    width: 100%;
    border: none;
}
.ReachUsTopBottom {
    padding: 0;
}
.ReachUsTopOut .col-md-6 {
padding: 0 0 40px 0;
    font-size: 19px;
    background: none;
    margin: 0 0 40px 0;
    width: 100%;
    border-bottom: solid 1px #ccc;
    display: block;
    overflow: hidden;
}
footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    padding: 30px 0 30px;
}
.innerBanner.projectBanner.page-title-2 {
    height: 250px;
}
.innerBanner.page-title-2 {
    height: 180px;
}	
.innerBanner h2:before
{
	display:none;
}
.aboutTh span {
    font-size: 35px !important;
}
.aboutUspageTop {
    padding: 0;

}
.aboutUsBottom {
    background: url(../images/about-us-bottom-bg.jpg) no-repeat;
    padding: 5%;
}
.aboutUsBottomLeft {
    float: none;
    text-align: center;
    padding: 5px 0 26px 0;
}
.aboutLeft {
    float: none;
    width: 100%;
    padding: 5%;
}
.aboutLeft h2 br
{
	display:none;
}
.aboutUspageTop p {
    line-height: 23px;
    margin: 0 0 16px 0;
}
.aboutRight img
{
	width:100%;
	height:auto;
}
.aboutRight {
    background: url(../images/amenities-bg.jpg) repeat;
    padding: 5%;
    float: right;
}
.innerBanner h2
{
	padding: 0;
	font-size: 25px;
}
.aboutTh {
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: center !important;
}	
.TabOut
{
	display:none;
}
.TabIn {
    padding: 6% !important;
}
.homeProjectImg {
    float: left;
    width: 100%;
    height: auto;
}
.homeProjectTxt {
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 0;
    position: relative;
    top: 0;
    right: 0;
    padding: 5%;
    color: #fff;
    background: rgba(234, 51, 76, 0.9) none repeat scroll 0 0;
    display: block;
    overflow: hidden;
}
.homeProjectImg img {
    border: solid 0px #fff;
}
.TabIn .left.carousel
{
	    left: 0;
}
.TabIn .right.carousel
{
	    right: 0;
}
.homeProjectOut .carousel-inner {
    position: relative;
    padding-bottom: 0;
    background: none;
}
.homeBottomFooter {
    padding: 0;
}
.homeBottomFooter .col-md-4 {
	padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    text-align: center;
    border-bottom: solid 1px #efefef;
    background: none;
}
.introTop h2 {
    margin-bottom: 20px;
}
.introTop p {
    line-height: 25px;
    margin-bottom: 20px;
}
body
{
	font-size:16px;
}
.home {
    height:381px !important;
}
 .slides li .container .row .col-sm-10 h1 {
    color: #000;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 8px;
 }
 .slides li .container .row .col-sm-10 {
    padding: 3%;
    width: 290px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    height: 115px;
    float: right;
}

.introTop br
{
	display:none;
}
.introTop
{
	padding:0;
}
.homeContent .container
{
	padding:5%;
}
.cover .slides > li {
    height: 50vh;
}	
nav {
    height: 60px;
}	
.nav-bar, nav.fixed.scrolled {
    opacity: 1;
    height: 57px;
    background: #fff;
    visibility: visible;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
nav.outOfSight .nav-bar {
    min-height: 57px;
    padding: 0;
    height: 57px;
}
.nav-bar, nav.fixed.scrolled {
    opacity: 1;
    height: 57px;
    background: #fff;
    visibility: visible;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
nav.fixed.outOfSight.scrolled {
    height: 57px;
}
nav.fixed.scrolled .nav-bar {
    height: 57px;
    max-height: 57px;
}
nav.fixed.scrolled .nav-bar .Logo img {
width: 180px;
    height: auto;
	
	
}
nav.fixed.outOfSight.scrolled .headerRight {
    float: right;
    position: relative;
    z-index: 9;
    width: 100%;
}	
	.bottomNav {
	background:none;
	display: block;
	overflow: hidden;
	float:none;
}
.headerRightBopttom ul li {
    list-style-type: none;
    /* position: relative; */
    float: none;
    text-align: left;
    background: none;
}
.headerRightBopttom ul li a,
nav.fixed.outOfSight.scrolled .headerRightBopttom ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 19px;
    padding: 15px 15px 13px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    display: block;
    overflow: hidden;
	border-bottom: solid 1px #f36f5d !important;
}
.headerRight
{
    width: 100%;
    float: right;
}
.nav-container .container {
    padding: 0 !important;
}
.nav-bar, nav.fixed.scrolled {
    opacity: 1;
    height: 57px;
    background: #fff;
    visibility: visible;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.Logo {
    padding: 5px 0 0 5px;
	width:200px;
}
.testimonialsIn .col-md-9:before {
    width: 24px;
    height: 25px;
    background: url(../images/testimonials-top-icon.png) no-repeat;
    position: absolute;
    content: "";
    top: -37px;
    z-index: 99;
    left: 30px;
}
.awardsHonorsOut {
    padding: 0;
    display: block;
    overflow: hidden;
}
.awardsHonorsLeft {
    width: 100%;
    float: none;
    padding: 10% 2%;
    text-align: center;
}
.awardsHonorsRight {
    background: url(../images/amenities-bg.jpg) repeat;
    padding: 5%;
    width: 100%;
    float: none;
}
.Logo a img {
    width: 180px;
    height: auto;
}
.headerRightBopttom.menu {
    padding: 7px;
    float: right;
    width: 100%;
    background: transparent;
}
.menu {
    position: fixed;
    top: 0;
    min-height: 50px;
    padding: 0;
    height: 50px;
}
.menu-mobile {
    width: 40px;
    height: 40px !important;
    font-size: 0;
    border-radius: 50%;
    float: right;
    background: #f04b35 url(../images/mobile-menu-bg.png) no-repeat center center;
    position: absolute;
    right: 8px;
    top: 7px;
}


.mailMobile
{
	display:block;
}
.mobileCallBtn
{
	width: 40px;
    height: 40px !important;
    font-size: 0;
    border-radius: 50%;
    float: right;
    background: #ec3047 url(../images/call-icon.png) no-repeat center center !important; 
	font-size: 0 !important;
    padding: 0 !important;
}
.enquireBtn
{
	width: 40px;
    height: 40px !important;
    font-size: 0;
    border-radius: 50%;
    float: right;
    background: #ec3047  url(../images/mail-icon.png) no-repeat center center !important; 
	font-size: 0 !important;
    padding: 0 !important;
}
.topNav {
    display: block;
    float: right !important;
    overflow: hidden;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 96px;
    margin:0 35px 0 0;
}
.mobileCallBtn

{
	width: 40px ;
    height: 40px  !important;
    font-size: 0;
    border-radius: 50%;
    float: right;
    background: #FFC3BB url(../images/mobile-menu-bg.png) no-repeat center center;
	font-size: 0;
    padding: 0;
	margin:0 4px 0 0;

}
.testimonialsIn .col-md-9 {
    padding: 0;
    width: 100%;
    float: none;
    text-align: center;
}
.testimonialsIn {
    margin-bottom: 37px;
    display: block;
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 65px;
    border-bottom: solid 1px #ccc;
}
.testimonialsIn .col-md-9 p {
    line-height: 23px;
}
.testimonialsIn .col-md-2 {
    padding: 9px;
    width: 200px;
    margin: 0 auto 35px;
}
.testimonialsIn .col-md-9 {
    padding: 0 0 0 5%;
    width: 100%;
    float: none;
    text-align: center;
}
.testimonialsOut .container
{
	padding:0;	
}
.testimonialsOut {
    padding: 5%;
    background: url(../images/about-us-bottom-bg.jpg) repeat;
}
.enquireOut h3 {
    font-size: 24px;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
}
.enquireOut a {
    background: #fff;
    color: #ea334c;
    font-size: 13px;
    font-family: 'Poppins-SemiBold';
    padding: 9px 23px 6px !important;
}
.thankyouPop .modal-dialog {
    width: 95%;
}
.thankyouPop .modal-body {
    padding: 5% 2%;
}
.thankyoucontainer {
    width: 100%;
    padding: 5%;
}
.thankyoucontainer .btn-default{    float: left;
    margin-top: 10px;}
.PopupInputTop {
    margin-bottom: 18px;
}
.thankyoucontainer .col-md-5 {
    width: 100%;
    padding: 0 5% 0 0;
}
.thankyoucontainer textarea
{
	margin-bottom:15px;
}
.projectsOut {
    padding: 30px 0;
}
.projectsOut .container .col-md-3{width:100%;}
.ReachUsTopBottom .container button{margin-top:10px !important;}
}

@media (max-width: 500px) {
.FloorPlanIn .gallery2 {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    float: left;
}	
.amenitiesIn.amenitiesInEight .col-md-4 {
    width: 100%;
}	
h2 {
    font-size: 20px;
}

.amenitiesIn .col-md-4 {
    width:100%;
    float: none;
    display: block;
}
.amenitiesIn .col-md-4 h3 {
	font-size:16px;
}
.homeProjectTxt p br
{
	display:none;
}
}
@media (max-width: 455px) {
.amenitiesIn.amenitiesInEight .col-md-4 {
    width: 100%;
}		
.homeProjectTxt ul li {
    border: solid 2px #f28493;
    border-radius: 100%;
    font-family: 'Poppins-SemiBold';
    font-size: 25px;
    text-align: center;
    margin: 0 8px 0 0;
    display: inline-block;
    width: 90px;
    padding: 25px 0 0;
    line-height: 21px;
    height: 90px;
    text-transform: uppercase;
}
.homeProjectTxt ul li span {
    display: block;
    overflow: hidden;
    font-size: 14px;
}
.cover .slides > li {
    height: 48vh;
}
.cover .slides li .container{top: 288px;}
.homeProjectTxt h2{font-size: 30px;}
#quote-carousel .carousel-control.left {
    left: 50px;}
	#quote-carousel .carousel-control.right {
    right: 50px;}
}
@media (max-width: 380px) {
.homeProjectTxt ul li {
    border: solid 2px #f28493;
    border-radius: 100%;
    font-family: 'Poppins-SemiBold';
    font-size:19px;
    text-align: center;
    margin: 0 8px 0 0;
    display: inline-block;
    width: 75px;
    padding: 18px 0 0;
    line-height: 21px;
    height: 75px;
    text-transform: uppercase;
}
.nav-container {
 
	 position: absolute;  
	z-index: 999999;
 
}
}


.intro ul.intro_list li.listv{
	width:236px;
}
.intro ul.intro_list li
{
	position:relative;
	background:none;
	padding:0 18px;
}
.intro ul.intro_list li p
{
	padding: 10px 40px;
    background: transparent;
}
.intro ul.intro_list li p .down-list-icon::before{
	content:"\e259";
	
}
.intro ul.intro_list li p span
{
	font-family: 'Poppins';
    color: #333;
	font-size: 40px;
	font-weight:700;
}
.intro ul.intro_list li:hover ul.sub-intro_list{
	display:block;
	
}
.intro ul.intro_list li ul.sub-intro_list
{
	border-top:1px solid #ccc;
	    z-index: 10;
    position: absolute;
    left: 18px;
    top: inherit;
    width: 200px;
	display:none;
	 transition: all 1s ease-in-out;
}
.intro ul.intro_list li ul.sub-intro_list li
{
	padding:0;
 float:inherit;
 width:100%;
   
}
.intro ul.intro_list li ul.sub-intro_list li p
{
padding: 10px;
    width: 100%;
    font-size: 13px;
   
}


.table-style{
	max-width:800px;
	margin:30px auto;
	border:1px solid #ddd;
}
.table-style thead{background:#ef455b}

.table-style thead tr th{color:#FFFFFF;text-align:center;padding: 12px;    font-size: 22px;font-weight: normal;}

.table-style tbody tr td{color:#333333;padding: 12px;}


.table-Temview tbody tr td:first-child{border-right:1px solid #ddd;}

.table-style tbody tr td span{color:#ef455b;}






.TV-List {
	margin-bottom:30px;
}
.TV-List p{
	margin-bottom:10px;
}

.popup{ position: absolute; top: 0;}
.popcontent{z-index:100; position:relative; background:#fff; padding:20px 40px 30px;}
.popLeft{float:left;}
.popLeft h2.popup-title {
  font-weight:600;
}
.popRight{float:right; width: 95%; padding-left: 60px;}
 .popcontent .cnt223{clear:both; display:block; overflow:hidden; text-align:center; min-height:inherit; margin:0 auto;  height: 61px;}
 .popcontent .cnt223 .x{    right: auto;
    width: 100px;
    background: #ff7800;
    text-align: center;
    color: #fff;
    padding: 5px 0 10px;
    display: block;
    margin: 0 auto;
    float: none;
    position: relative;
   }
.fa-chevron-left{display: none;}
.fa-chevron-right{display: none;}
 