.theme-bg a {
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-display: swap;
	color: #002e4e;
}
h3 {
	font-weight: 500;
	margin-bottom: 15px;
}
.theme-bg {
	position: relative;
}
.theme-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/pattern/theme-dark-bg.png);
	background-repeat: repeat;
}
.theme-bg-light:before {
	background-image: url(../images/pattern/1.png);
	opacity: 0.5;
	background-position: center;
}
.owl-carousel .owl-dots .owl-dot span {
	background-color: #ffce00;
}
#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 10px 15px;
	color: #444;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: inherit;
	font-weight: 600;
	text-transform: uppercase;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.listed-points li {
	list-style-type: disc;
	letter-spacing: 1px;
	color: #b31622;
	font-size: 20px;
	margin-bottom: 30px;
}
.listed-points li:last-child {
	margin-bottom: 0 !important;
}
.white-bg {
	background-color: #fff !important;
}
.grey-bg {
	background-color: rgb(5, 67, 111);
}
#primary-menu ul li a.theme-btn:hover {
	background: #fff !important;
}
.section-banner {
	width: 100%;
}
a {
	color: #05436f;
}
p {
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 24px !important;
}
p:last-child {
	margin-bottom: 0;
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark span {
	color: #fff!important
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
#oc-banner {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}
#home #header.full-header {
	background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)) !important;
}
#header.transparent-header {
	background: linear-gradient(135deg, #e61c24, #9d1421);
}
#header, #header-wrap {
	height: 60px;
}
#header {
	position: fixed;
	width: 100%;
}
#logo {
	position: absolute;
	top: 0;
	left: 30px;
	margin: 0;
	background: #fff;
	padding: 10px 20px !important;
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
}
#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
	height: inherit;
}
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
	background: #05436f;
}
#header-wrap .container {
	height: initial !important;
}
#header-wrap {
	border-bottom: none !important;
}
.section-content, #content {
	overflow: visible !important;
}
#header.sticky-header #header-wrap {
	background-color: #05436f;
}
#primary-menu ul li>a.theme-btn {
	padding: 0 10px !important;
	height: 42px;
	line-height: 38px;
}
#primary-menu li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #ffffff;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#primary-menu ul li a.theme-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: #fff;
	transition: all .4s cubic-bezier(.42, 0, .58, 1);
}
#primary-menu ul li > a span {
	display: block;
}
.call-sticky {
	display: none !important;
}
#primary-menu ul>li {
	margin: 9px 5px !important;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}
#header.full-header #primary-menu > ul {
	float: none;
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.call-sticky {
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 333;
    padding: 10px;
    font-size: 19px;
    color: #fff;
    width: inherit;
    height: inherit;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 10px 5px;
    background: #05436f;
    transition: all 0.3s linear;
}
.theme-block {
	position: relative;
}
.theme-block .theme-block-icon {
	position: absolute;
	top: calc(50% + 30px);
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	border-radius: 100%;
	background: #fff;
	color: #05436f;
	margin: 0 auto;
	text-align: center;
	z-index: 22;
	opacity: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.theme-block:hover .theme-block-icon {
	opacity: 1;
	top: 50%;
}
.theme-block .theme-block-icon:hover {
	background: #eee;
}
.theme-block:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #7f055a;
	background: -webkit-linear-gradient(155deg, #7f055a, #532b74)!important;
	background: -o-linear-gradient(155deg, #7f055a, #532b74)!important;
	background: -moz-linear-gradient(155deg, #7f055a, #532b74)!important;
	background: linear-gradient(155deg, #7f055a, #532b74)!important;
	z-index: 11;
	opacity: 0;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.theme-block:hover:after {
	opacity: 0.9;
}
.close {
	position: absolute;
	top: 50%;
	right: 15px;
	margin: 0 !important;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.close:hover {
	opacity: 0.8;
	color: #fff;
}
.errmsg {
	background-color: red;
	padding: 0 6px;
	left: 0;
	bottom: -18px;
	line-height: 18px;
	position: absolute;
	font-size: 10px;
	color: #fff
}
.errmsg1 {
	background-color: red;
	padding: 0 6px;
	left: 15px !important;
	bottom: -18px;
	line-height: 18px;
	position: absolute;
	font-size: 10px;
	color: #fff
}
#toast {
	background-color: red;
	padding: 0 4px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	margin: 0 30px;
	display: inline-block
}
.message-success {
	position: static;
	left: 0;
	right: 0;
	font-size: 18px!important;
	line-height: 24px!important;
	text-align: center;
	text-transform: none!important;
	padding: 15px 30px!important;
	color: #ffffff!important;
	border: 2px dashed #ffffff;
	letter-spacing: 0.5px;
	background: rgba(9, 135, 1, 0.6);
	margin: 30px auto;
	display: block;
	max-width: 880px;
}
.css3-spinner {
	background: #fff;
	z-index: 999;
	width: 100%;
	height: 100%
}
.css3-spinner:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background-image: url(../images/pageloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.css3-spinner>div {
	display: none
}
::selection {
	background: #ffce00
}
.col-middle {
	display: table
}
.col-middle-inner {
	display: table-cell;
	vertical-align: middle
}
.header-social {
	float: right;
	padding: 14px 0
}
#header.full-header #logo {
	border-right: none
}
.footer-bar-bottom {
	text-align: center;
	position: relative;
	margin-bottom: 65px;
	border: 0;
	background-color: transparent!important;
	padding: 10px!important;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}
.footer-social {
	display: none;
}
.modal-content {
	border: none;
	border-radius: 0;
	background-color: #ffffff;
}
#content {
	background-color: #fff;
	margin-bottom: 0 !important;
	width: 100%;
}
 [class*=section-] {
 overflow:hidden
}
.col-form {
	margin-bottom: 20px;
}
.theme-btn.white-btn {
	border: 2px solid #fff;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	height: 44px
}
.theme-btn.white-btn:before {
	background: #fff
}
.theme-btn {
	position: relative;
	overflow: hidden;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #05436f;
	color: #fff;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	padding: 0 16px;
}
.theme-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: #05436f;
	transition: all .4s cubic-bezier(.42, 0, .58, 1);
}
.theme-btn:hover:before {
	left: 0;
	right: auto;
	width: 100%
}
.theme-btn span {
	position: relative;
	z-index: 9;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}
.theme-btn:hover span {
	color: #fff
}
.theme-btn.white-btn {
	border: 2px solid #fff;
	color: #fff
}
.theme-btn.white-btn:before {
	background: #fff
}
.theme-btn.white-btn:hover span {
	color: #05436f !important;
}
.theme-btn.bg-btn {
	background: #bc8c48;
	border: 0;
	color: #fff;
	line-height: 44px
}
.full-width {
	width: 100%
}
.row-form {
	float: left;
	width: 100%
}
.col-form-footer {
	position: relative;
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 0 30px!important
}
.col-form-footer .sm-form-control {
	height: 40px!important;
	color: #fff!important;
	background: 0 0!important;
	font-weight: 700;
	letter-spacing: .2px;
	border: unset!important;
	border-bottom: 2px solid #fff!important;
	padding: 8px 0
}
.col-form-footer .sm-form-control option {
	color: #333;
	font-weight: 700
}
 .col-form-footer .sm-form-control::-webkit-input-placeholder {
 color:#fff!important
}
 .col-form-footer .sm-form-control::-moz-placeholder {
 color:#fff!important
}
 .col-form-footer .sm-form-control:-ms-input-placeholder {
 color:#fff!important
}
 .col-form-footer .sm-form-control:-moz-placeholder {
 color:#fff!important
}
.contact-form .sm-form-control option {
	color: #333;
	font-weight: 700
}
.contact-form .sm-form-control {
	color: #fff!important;
	background: 0 0!important;
	font-weight: 700;
	letter-spacing: .2px
}
 .contact-form .sm-form-control::-webkit-input-placeholder {
 color:#fff!important
}
 .contact-form .sm-form-control::-moz-placeholder {
 color:#fff!important
}
 .contact-form .sm-form-control:-ms-input-placeholder {
 color:#fff!important
}
 .contact-form .sm-form-control:-moz-placeholder {
 color:#fff!important
}
.body-overlay {
	background-color: transparent;
}
.contact-section {
	max-width: 1170px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	float: left;
	padding: 10px 15px 0px;
	width: 100%;
	background: #05436f;
	z-index: 99;
	border-top: 1px solid #fff;
}
.row-form {
	float: left;
	width: 100%;
}
.sm-form-control {
	font-size: 12px !important;
}
.col-form {
	position: relative;
	width: 25%;
	float: left;
	padding: 0 15px;
	margin: 0 0 10px!important;
}
.col-form .sm-form-control {
	height: 40px!important;
	color: #fff!important;
	background: 0 0!important;
	font-weight: 400;
	letter-spacing: .2px;
	border: unset!important;
	border-bottom: 2px solid #fff!important;
	padding: 8px 0;
}
 .col-form .sm-form-control::-webkit-input-placeholder {
 color:#fff!important
}
 .col-form .sm-form-control::-moz-placeholder {
 color:#fff!important
}
 .col-form .sm-form-control:-ms-input-placeholder {
 color:#fff!important
}
 .col-form .sm-form-control:-moz-placeholder {
 color:#fff!important
}
#side-panel {
	width: 400px;
	right: -400px;
	background: #05436f !important;
	z-index: 999;
}
#side-panel .side-panel-wrap {
	width: 400px;
	padding: 50px;
}
#side-panel-trigger {
    position: static;
    float: none;
    vertical-align: middle;
    display: inline-block;
    z-index: 333;
    margin: 0;
    border-radius: 10px 0 0 0;
    background: #05436f;
    height: 40px;
}
#side-panel-trigger a {
    width: inherit;
    height: inherit;
    color: #fff;
    font-size: 20px;
    padding: 9px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#side-panel-trigger-close {
	position: absolute;
	font-size: 27px;
	top: 5px;
	right: 15px;
	background-color: transparent !important;
	z-index: 99;
}
#side-panel-trigger-close a {
	display: block;
	background-color: transparent !important;
}
#side-panel-trigger-close:hover {
	color: #eee;
}
.no-content:before {
	content: '' !important;
}
.section-banner img {
	width: 100%;
}
body {
	overflow-x: hidden!important
}
.content-wrap {
	position: relative;
	padding: 0
}
.list-points {
	margin: 0 0 10px;
}
.list-points:last-child {
	margin-bottom: 0;
}
.list-points li {
	position: relative;
	list-style-type: none;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 35px;
	letter-spacing: 1px;
	color: #444;
	font-weight: 500;
}
.list-points li:last-child {
	margin-bottom: 0
}
.list-points li:before {
	content: "\e116";
	font-family: lined-icons;
	position: absolute;
	color: #05436f;
	font-size: 20px;
	line-height: 20px;
	top: 2px;
	left: 0;
	font-display: swap;
	font-weight: 400
}
.dark .list-points li {
	color: #fff;
}
.dark .list-points li:before {
	color: #fff;
}
.section-form h1, .section-form h2 {
	color: #fff;
	font-size: 48px;
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 800;
}
.section-form h2 span {
	color: #fff !important;
}
.section-investment-paln {
	padding: 60px 0 30px;
	background: #f8f8f8;
}
.section-title {
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
}
.section-title h1, .section-title h2 {
	position: relative;
	font-size: 44px;
	line-height: 50px;
	display: inline-block;
	text-transform: none;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0;
}
.section-title img {
	display: block;
	margin: 0px auto;
}
.theme-list {
	margin-left: 22px;
	margin-bottom: 0;
}
.theme-list li {
	position: relative;
	list-style: none;
	margin-bottom: 8px;
	letter-spacing: 1px;
	font-size: 15px;
}
.theme-list li span {
	position: absolute;
	background-color: #a6cd35;
	left: -20px;
	top: 7px;
	height: 8px;
	width: 8px;
	display: inline-block;
	transform: rotate(45deg);
}
.theme-padding-left {
	padding-left: 30px;
}
.section-title-line h2 {
	padding-bottom: 40px;
}
.white-title {
	color: #fff !important;
}
.title-tagline {
	display: block;
	color: #797979;
	letter-spacing: 1px;
	font-size: 16px;
	margin-top: 10px;
}
.section-title.white-title h1, .section-title.white-title h2 {
	color: #fff;
}
.section-title.white-title hr {
	border-top: 2px solid #ffffff;
}
.section-title h3 {
	position: relative;
	margin: 0;
	font-size: 40px;
	line-height: 46px;
	color: #333;
	display: inline-block;
}
.title-tagline {
	font-size: 16px;
	margin-top: 30px;
	display: block;
	letter-spacing: 1px;
	font-weight: 500
}
.toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
	line-height: inherit;
	padding: 15px 50px 15px 30px;
	border-radius: 5px
}
.toggle.toggle-bg .togglet i {
	left: inherit;
	line-height: normal;
	right: 24px;
	top: 50%;
	font-size: 25px;
	color: #fff;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.toggle:last-child {
	margin-bottom: 0
}
.accordion {
	margin-bottom: 0
}
.accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec {
	position: relative;
	background-color: #05436f;
	line-height: inherit;
	padding: 12px 40px 12px 70px;
	margin-bottom: 5px;
	border-top: 0;
	color: #fff;
	width: calc(100% - 25px);
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 30px 0 0 30px
}
.acctitle img {
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.accordion.accordion-bg .acctitle i {
	top: 50%;
	left: inherit;
	right: 20px;
	font-size: 30px;
	line-height: inherit;
	transform: translateY(-50%)
}
.acctitle:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -25px;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 25px solid #05436f
}
.acctitle {
	margin-bottom: 30px!important
}
.acctitle.acctitlec {
	margin-bottom: 10px!important
}
.section-form.form-white {
	background: #f5f5f5!important
}
.section-form.form-white h1 {
	color: #05436f
}
.section-form.form-white .sm-form-control {
	color: #05436f!important;
	border-bottom: 2px solid #05436f!important
}
.section-form.form-white .theme-btn.white-btn:hover span {
	color: #fff
}
.section-form.form-white .theme-btn.white-btn:hover span {
	color: #fff
}
 .section-form.form-white .sm-form-control::-webkit-input-placeholder {
 color:rgba(134,0,88,.5)!important
}
 .section-form.form-white .sm-form-control::-moz-placeholder {
 color:rgba(134,0,88,.5)!important
}
 .section-form.form-white .sm-form-control:-ms-input-placeholder {
 color:rgba(134,0,88,.5)!important
}
 .section-form.form-white .sm-form-control:-moz-placeholder {
 color:rgba(134,0,88,.5)!important
}
.flashit {
	color: #f2f;
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
 @-webkit-keyframes flash {
 0% {
 opacity: 1;
}
 50% {
 opacity: .1;
}
 100% {
 opacity: 1;
}
}
 @keyframes flash {
 0% {
 opacity: 1;
}
 50% {
 opacity: .1;
}
 100% {
 opacity: 1;
}
}
.owl-carousel:hover .owl-nav [class*=owl-] {
	left: 0;
}
.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: 0;
}
.owl-carousel .owl-nav [class*=owl-] {
	border: 1px solid #05436f;
	background-color: #05436f;
	color: #fff;
	border-radius: 0;
}
.bold {
	font-weight: 500;
}
#thankyou .section-banner {
	margin-top: 0;
}
#thankyou .section-banner img {
	margin-top: 0;
}
#thankyou #content {
	margin-bottom: 0 !important;
}
.theme-btn.white-btn.red-btn {
	background: #05436f;
}
.theme-btn.white-btn.red-btn:hover span {
	color: #05436f !important;
}
.footer-social {
	text-align: center;
	margin-bottom: 15px;
}
.footer-social .social-icon {
	border-radius: 100%;
	float: none;
	display: inline-block;
	color: #196181;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 16px;
	margin-bottom: 0;
}
.section-about-us .grey-bg {
	border-top: 2px solid #ebf4f8;
	border-bottom: 2px solid #ebf4f8;
}
.about-detail {
	background-color: #fff;
}
.col-about {
	padding: 0;
}
/*.col-about:first-child {

	background-image: url(../images/about/jpg/about-img.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

}*/

.about-logo {
	display: inline-block;
}
.about-des h3 {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 20px;
}
.about-detail-item-right .about-logo {
	margin: 0 0 15px 30px;
}
.about-detail-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed#c8dce3;
}
.about-detail-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.amenities-bg:before {
	background-image: url(../images/pattern/amenities-bg.png);
	background-repeat: repeat;
}
.yellow-bg {
	background-color: #fff0b3;
}
.creme-bg {
	background-color: #fee7cb;
}
.about-us-inner {
	padding: 60px;
}
.col-amenities:last-child {
	background: #6fc7ae;
	padding: 0;
	position: relative
}
.col-amenities:last-child:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/pattern/1.png);
	background-repeat: no-repeat;
	opacity: 0.2;
	background-position: right;
}
.amenities-detail {
	padding: 30px;
}
.amenities-item span {
	text-align: center;
	display: block;
	padding: 10px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #05436f;
	background-color: #fde6ce;
}
.section-title h4 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
}
#oc-amenities.owl-carousel .owl-nav [class*=owl-], #oc-clubhouse.owl-carousel .owl-nav [class*=owl-] {
	border: 2px solid #ffffff;
	background-color: #05436f;
	color: #ffffff;
	border-radius: 100%;
	opacity: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#oc-amenities.owl-carousel .owl-nav [class*=owl-]:hover, #oc-clubhouse.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #1fa2c3 !important;
}
#oc-amenities.owl-carousel .owl-nav .owl-prev, #oc-amenities.owl-carousel .owl-nav .owl-next {
	left: -50px !important;
	right: auto !important;
}
#oc-amenities.owl-carousel:hover .owl-nav [class*=owl-] {
	left: -50px;
}
#oc-amenities.owl-carousel .owl-nav .owl-prev {
	top: 50%;
	transform: translateY(-22px);
}
#oc-amenities.owl-carousel .owl-nav .owl-next {
	top: 50%;
	transform: translateY(22px);
}
#oc-clubhouse.owl-carousel .owl-nav .owl-prev, #oc-clubhouse.owl-carousel .owl-nav .owl-next {
	right: -50px !important;
	left: auto !important;
}
#oc-clubhouse.owl-carousel:hover .owl-nav [class*=owl-] {
	left: -50px;
}
#oc-clubhouse.owl-carousel .owl-nav .owl-prev {
	top: 50%;
	transform: translateY(-22px);
}
#oc-clubhouse.owl-carousel .owl-nav .owl-next {
	top: 50%;
	transform: translateY(22px);
}
.row-clubhouse {
	margin: 60px 0 0 0;
}
.connectivity-inner {
	padding: 60px;
}
.col-connectivity:last-child {
	background-color: #fff;
}
.connectivity-detail-item {
	padding: 60px 60px 60px 120px;
}
.connectivity-des .acctitle:before {
	content: none;
}
.connectivity-list li {
	position: relative;
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
	list-style: none;
	display: block;
	letter-spacing: 1px;
}
.connectivity-list li:before {
	content: "";
	border-bottom: 1px dotted #333;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -9px;
	display: inline-block;
}
.connectivity-left {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	padding-right: 15px;
}
.connectivity-right {
	position: relative;
	float: right;
	background: #ffffff;
	font-weight: 600;
	vertical-align: middle;
	padding-left: 15px;
}
.connectivity-des p {
	margin-bottom: 10px;
}
.connectivity-des .acctitle {
	padding: 10px 20px 10px 10px;
	background-color: #05436f;
	color: #fff;
	margin-bottom: 10px !important;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.connectivity-main {
	background-color: hsla(33, 91%, 91%, 0.9);
	position: relative;
	padding: 40px;
}
.connectivity-des .acctitle i {
	left: auto;
	right: 20px;
}
.connectivity-des .acc_content {
	padding: 10px;
}
.connectivity-main:before {
	background-image: url(../images/pattern/polonez-pattern.png);
	/*opacity: 0.5;*/

	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: repeat;
}
.proximity-tab-col:last-child {
	background-color: #6fc7ae;
}
.proximities-list-desc ul {
	position: relative;
}
.proximities-list-desc ul:before {
	content: none;
	border-bottom: 1px dotted #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -9px;
	display: inline-block;
}
.proximities-list-desc ul li {
	list-style-type: none;
	color: #fff;
	background: #6fc7ae;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	position: relative;
}
.proximities-list-desc ul li span {
    position: absolute;
    background-color: #ffffff;
    left: -24px;
    top: 8px;
    height: 8px;
    width: 8px;
    display: inline-block;
    transform: rotate(45deg);
}
.proximities-list-desc ul li.right {
	float: right;
	padding-right: 0!important;
	padding-left: 10px;
}
.col-prox {
	padding: 0 80px;
}
#section-proximities .owl-dots {
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
}
#section-proximities .owl-carousel .owl-dots .owl-dot span {
	display: none;
}
#section-proximities .owl-carousel .owl-dots .owl-dot {
	position: relative;
	margin-top: 15px;
}
#section-proximities .owl-dot.active:after {
	color: #05436f;
	font-weight: 700;
	border-bottom: 2px solid #05436f;
	padding-bottom: 5px;
}
#section-proximities .owl-dot:after {
	margin-right: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#section-proximities .owl-dot:last-child:before {
	display: none;
}
#section-proximities .owl-dot:nth-child(1):after {
	content: 'Restaurants';
}
#section-proximities .owl-dot:nth-child(2):after {
	content: 'Schools';
}
#section-proximities .owl-dot:nth-child(3):after {
	content: 'Colleges';
}
#section-proximities .owl-dot:nth-child(4):after {
	content: 'Malls';
}
#section-proximities .owl-dot:nth-child(5):after {
	content: 'Hospitals';
}
.proximities-inner {
	margin-top: 80px;
}
.connectivity-main h3, .connectivity-main p {
	position: relative;
}
.col-plans-image img {
	width: 100%;
}
.col-plans-image {
	-moz-box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
	-ms-box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
	-o-box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
	box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
}
.col-plans-desc {
	padding: 10px;
	background-color: #05436f;
	text-align: center;
}
.col-plans-desc h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.col-plans-image {
	position: relative;
}
.col-plans-image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	opacity: 0;
	z-index: 9;
	background: #05436fd9;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.col-plans-inner a:hover .col-plans-image:before {
	opacity: .95;
}
.col-plans-image i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 11;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	margin: 0 auto;
	color: #fff;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.col-plans-inner a:hover i {
	opacity: 1;
}
.contact-inner, .plans-main {
	padding: 60px;
}
.map {
	height: 500px;
}
.map .fluid-width-video-wrapper {
	padding: 0 !important;
	height: 100%;
}
.col-contact {
	background-color: #05436f;
}
.top-social {
	position: fixed;
	z-index: 555;
	top: 50%;
	left: 20px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-social .social-item {
	display: block;
	margin-bottom: 10px;
}
.top-social .social-icon {
	background: #fff;
	float: none;
	margin: 0;
	-moz-box-shadow: 0 0 10px rgba(115,115,115,0.4);
	-ms-box-shadow: 0 0 10px rgba(115,115,115,0.4);
	-o-box-shadow: 0 0 10px rgba(115,115,115,0.4);
	-webkit-box-shadow: 0 0 10px rgba(115,115,115,0.4);
	box-shadow: 0 0 10px rgba(115,115,115,0.4);
	border-radius: 100%;
	border: none;
}
.address h3 {
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.address p {
	color: #fff;
}
#section-connectivity .source-line {
	color: #fff;
	float: right;
	margin-top: 5px;
	font-size: 10px;
}
#section-proximities .source-line {
	margin-top: 5px;
	font-size: 10px;
}
.proximity-tab-img .source-line {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	color: #fff;
	text-shadow: 0 1px 4px #333;
}
#section-about-mayfair:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 99, 146, 0.8);
}
.section-title.white h2 {
	color: #fff;
}
.address h5 {
	margin-bottom: 7px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}
.rera-desc {
	padding: 30px 0 0;
}
.rera-desc p {
	color: #fff;
}
.rera-desc p a {
	color: #fff;
	transition: all 0.3s linear;
}
.rera-desc p a:hover {
	color: #20a5c6;
}
#section-disclaimer p {
	color: #333;
	font-size: 13px;
	line-height: 20px !important;
}
.col-amenities .source-line {
	color: #fff;
	font-size: 10px;
	line-height: 30px;
	float: left;
}
.amenities-text .section-title {
	margin-bottom: 0 !important;
}
.row-outdoor .source-line {
	float: right;
}
#section-about-us .source-line {
	position: absolute;
	font-size: 10px;
	color: #fff;
	bottom: 2px;
	right: 5px;
	text-shadow: 0 1px 4px #333;
}
.col-contact:last-child .col-contact-inner {
	padding: 60px;
}
#oc-amenities.owl-carousel .owl-nav [class*=owl-] i, #oc-clubhouse.owl-carousel .owl-nav [class*=owl-] i {
	line-height: 30px;
}
.social-icon i {
	color: #05436f;
	line-height: 32px !important;
}
.keyfeatures-main {
	padding: 60px;
}
/**************/

.row-about {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-about:first-child {
	width: 65%;
	height: 700px !important;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.col-about:last-child {
	box-sizing: border-box;
	width: 45%;
	height: 430px;
	padding: 60px 100px;
	margin: 85px 0 0 -10%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.col-about:first-child img {
	width: 100%;
}
.col-connectivity:first-child {
	position: relative;
	z-index: 9;
}
.col-connectivity {
	width: calc(50% - 2px);
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.col-connectivity:first-child a {
    display: block;
    width: calc(100% + 80px);
}
.col-connectivity-img {
	padding: 30px;
	background-color: #fee7cb;
	-moz-box-shadow: 0 0 10px rgba(115,115,115,.15);
	-ms-box-shadow: 0 0 10px rgba(115,115,115,.15);
	-o-box-shadow: 0 0 10px rgba(115,115,115,.15);
	-webkit-box-shadow: 0 0 10px rgba(115,115,115,.15);
	box-shadow: 0 0 30px rgba(115,115,115,.2);
	text-align: center;
}
.col-connectivity-img img {
	max-width: 750px;
}
#section-about-mayfair {
	background-image: url(../images/mayfair/jpg/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.about-mayfair-text {
	padding: 40px;
	background-color: #fff;
	margin-top: 20px;
}
.section-footerdesc {
	background-color: #fee7cb;
	text-align: center;
	padding: 20px 60px;
}
.about-mayfair-text {
	text-align: center;
}
.mayfair-logo img {
	width: 270px;
	margin-bottom: 20px;
}
#section-bank {
	margin-bottom: 15px;
}
.bank-logo {
	margin-bottom: 10px;
}
.bank-logo img {
	width: 230px;
}
.col-fcontact a, .col-fcontact b {
	color: #fff;
	letter-spacing: 1px;
}
.fcontact {
	margin-top: 20px;
}
.fcontact-title {
	color: #fff;
}
.stretched #gotoTop {
    bottom: 10px;
    right: 10px;
}
#gotoTop:hover {
    background-color: #6fc7ae;
}
.whatsapp {
    position: relative;
    right: 4px;
    width: 40px;
    float: none;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 222;
    border-radius: 10px 0 0 0;
    background: #64b161;
    transition: all .3s linear;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sticky-btn {
    position: fixed;
    top: 50%;
    right: -118px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 222;
}
.callwhatsapp img {
    max-width: 40px;
    padding: 8px 5px;
}
#enquire_submit {
    font-weight: 500;
}
.dark .input-group-addon, .dark .input-group-btn .btn-default {
    background-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.25);
}
.dark .input-group-addon i {
    color: #05436f;
}
.input-group-addon {
    border-radius: 0;
}
.col-plans {
    margin-bottom: 30px;
    width: calc(25% - 5px);
    display: inline-block;
    float: none;
}
.row-plans {
    text-align: center;
}
.plans-main .tabs {
    margin-bottom: 0;
}
.plans-main {
    padding: 60px 120px 30px;
}
.plans-main ul{
    text-align: center;
    border-bottom: none !important;
}
.plans-main ul.tab-nav:not(.tab-nav-lg) li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}
.plans-main .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    top: 0;
    height: 41px;
    line-height: 41px;
    color: #05436f;
	border-bottom: 2px solid #05436f;
}
.plans-main .tabs.tabs-bb ul.tab-nav li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    color: #05436f;
}
.plans-main .tab-container {
    padding-top: 30px;
}
.plans-mainy ul.tab-nav:not(.tab-nav-lg) li a, .plans-main ul.tab-nav:not(.tab-nav-lg) li a {
    height: 41px;
    line-height: 41px;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0b3455;
}
.col-connectivity:first-child a{
	position:relative;
}
.col-connectivity:first-child a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    background: rgba(5, 67, 111, 0.8);
	-moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.col-connectivity:first-child:hover a:before {
    opacity: 1;
}
.col-connectivity-img{
	position:relative;
}
.col-connectivity-img i{
position: absolute;
    top: calc(50% + 15px);
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #ffffff;
    color: #05436f;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    opacity: 0;
    z-index: 999;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.col-connectivity:first-child:hover .col-connectivity-img i{
    top: 50%;
    opacity: 1;
}
.col-plans-desc h3 sup {
    text-transform: lowercase;
}
.artistic-image, .stock-image{
	position:relative;
}
.artistic-image:after {
    content: "Artistic Image";
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    color: #fff;
    z-index: 11;
    font-size: 9px;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px 6px;
}
#oc-clubhouse .artistic-image:after {
	display:none;
}
#oc-clubhouse .amenities-img {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 25px;
}
#oc-clubhouse .amenities-item span {
    min-height: 105px;
}
.stock-image:after {
    content: "Stock Image";
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    color: #fff;
    z-index: 11;
    font-size: 9px;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px 6px;
}
/*counter css start here */

.countdown-detail {
    position: fixed;
    top: 60px;
    border: 1px solid #fff;
    border-top: 0;
    right: 80px;
    background-color: #044370;
    /* background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #c39331 30%, #c59533 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #e4bf69 62.5%, #5d4a1f 100%); */
    padding: 10px 10px;
    border-radius: 0 0 5px 5px;
}
.countdown-amount {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #fff;
}
span.countdown-period {
	font-size: 12px;
	color: #ddd;
	font-weight: 600;
}
.countdown-detail h3 {
    font-size: 17px;
    color: #fff;
    font-weight:400;
    letter-spacing:1px;
    text-align: center;
}
.countdown-detail h3 span {
    display: block;
    color: #eee;
    font-size: 11px;
}
.call-sticky a {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 2px;
}
#logo img {
    max-width: 330px;
}
.know-more-button {
    text-align: center;
    margin-top: 30px;
}
.know-more-button button:hover {
    border: 2px solid #05436f;
}
#section-connectivity p b {
    color: #05436f;
}
.aboutmayfair-des p {
    text-align: justify;
}
/***** Responsive CSS *****/

@media (max-width:1699px) {
.amenities-item span {
	min-height: 62px;
}
.col-about:first-child {
	height: inherit !important;
}
.col-plans-desc h3 {
    font-size: 14px;
}
}
 @media (max-width:1599px) {
.section-title h2 {
	font-size: 48px;
	line-height: 54px
}
#header.full-header #logo {
	width: 380px;
}
#primary-menu ul li > a {
	padding: 10px 6px;
}
.address h3 {
	font-size: 26px;
}
.col-contact:last-child .col-contact-inner {
	padding: 40px;
}
.col-about:last-child {
	margin: 55px 0 0 -10%;
}
.col-connectivity-img img {
	max-width: 600px;
}
.col-plans {
    width: calc(33.33% - 5px);
}
.col-plans-desc h3 {
    font-size: 16px;
}

}
 @media (max-width:1499px) {
#primary-menu ul li > a {
	font-size: 13px;
}
.col-about:last-child {
	padding: 40px;
}
.col-about:last-child {
	margin: 35px 0 0 -10%;
}
}
 @media (max-width:1399px) {
.col-plans-desc h3 {
    font-size: 14px;
}
.list-points li {
	font-size: 14px
}
.section-form .sm-form-control {
	padding: 8px;
	font-weight: 400
}
.section-form h1, .section-form h2, .section-title h2 {
	font-size: 42px;
	line-height: 50px
}
#header.full-header #logo {
	width: 350px;
	padding: 10px !important;
}
#primary-menu ul li > a {
	font-size: 12px;
	padding: 10px 5px;
}
#primary-menu ul li>a.theme-btn {
	padding: 0 6px !important;
}
.about-logo img {
	width: 250px;
}
.about-des h3 {
	font-size: 20px;
}
.col-connectivity-img img {
	max-width: 520px;
}
}
 @media (max-width:1299px) {
.plans-main {
    padding: 60px 60px 30px;
}
.stretched #gotoTop {
    bottom: 70px;
    right: 10px;
}
.col-about:last-child {
	margin: 10px 0 0 -10%;
}
.about-logo {
	display: inline-block;
	margin-bottom: 10px;
}
}
 @media (max-width:1250px) {
body.stretched #header.full-header .container {
	width: 100%;
	padding: 0 20px;
}
#logo {
	left: 20px;
}
#primary-menu ul li > a {
	font-size: 11px;
}
}
@media (min-width:992px) and (max-width:1550px) {
#oc-clubhouse .amenities-item span {
    min-height: 147px;
}
}
 @media (max-width:1199px) {
#oc-banner {
    top: 0;
    margin-bottom: 0;
}
.countdown-detail {
    top: 100px;
    right: 26px;
}
.col-connectivity:first-child a {
    width: 100%;
}
.col-plans-desc h3 {
    font-size: 16px;
}
.col-plans {
    width: calc(50% - 5px);
}
.plans-main {
    padding: 60px 120px 30px;
}
.col-connectivity-img {
	width: 100%;
}
.col-connectivity {
	width: 100%;
}
.col-connectivity-img img {
    max-width: none;
    width: 100%;
}
.col-about:first-child {
	width: 100%;
}
.col-about:last-child {
	width: 100%;
	height: inherit !important;
	margin: 0 !important;
}
.col-plans:first-child {
	margin-left: 0;
}
#primary-menu-trigger {
	color: #000;
	top: 24px !important;
	left: 0 !important;
}
#primary-menu ul li > a span {
	display: block;
	color: #333 !important;
	font-size: 14px !important;
	text-shadow: none;
}
#primary-menu ul li:hover > a span, #primary-menu ul li.current > a span {
	color: #05436f !important;
}
#primary-menu ul li > a {
	padding: 14px 18px!important;
	color: #000 !important;
}
.section-content {
	margin-top: 103px !important;
}
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
	background: #fff !important;
}
body.stretched #header.full-header .container {
	width: 100%;
	padding: 0;
}
#primary-menu-trigger {
	opacity: 1;
	pointer-events: auto;
	top: 23px;
	margin-top: 0;
	left: 10px;
	z-index: 1;
}
#home #header.full-header {
	background: #fff !important;
	z-index: 999 !important;
}
#logo a.standard-logo {
	display: block;
}
#logo {
	position: relative;
	left: 0;
	background: transparent;
	display: block;
	height: inherit;
	float: none;
	margin: 0 auto 0 !important;
	max-width: none;
	text-align: center;
	border: 0 !important;
	padding: 8px 0 !important;
	box-shadow: none;
}
#primary-menu {
	display: block;
	float: none;
}
#primary-menu > ul, #primary-menu > div > ul {
	display: none;
	float: none !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#primary-menu ul li {
	float: none;
	margin: 0 !important;
	text-align: left !important;
	border-top: 1px solid #EEE;
}
#header, #header-wrap {
	height: auto !important;
}
#header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
	height: auto !important;
}
.col-connectivity {
	height: inherit !important;
}
.section-title img {
	width: 130px;
}
.col-contact {
	height: inherit !important;
}
.section {
	padding: 30px 0;
}
.message-success {
	font-size: 20px!important;
	line-height: 30px!important;
	padding: 10px 15px!important;
	margin: 30px;
}
#thankyou .section-form {
	position: static;
	padding: 30px!important
}
#thankyou .section-banner {
	margin-top: 0!important
}
.section-title h2 {
	font-size: 32px;
	line-height: 40px
}
.section-form h2 i {
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}
.section-form.open h2 i {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.section-form h1, .section-form h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px;
	cursor: pointer;
}
insomniacs {
	max-width: 100%;
	height: auto!important
}
}
 @media (min-width:992px) and (max-width:1199px) {
.menu-phone {
	position: absolute;
	z-index: 999 !important;
	right: 15px;
	margin: 18px 0;
	height: 44px !important;
}
.menu-phone a:hover {
	background-color: #1fa5c6;
}
.menu-phone a {
	line-height: 44px !important;
}
#wrapper {
	width: 1000px
}
#header.transparent-header.floating-header .container {
	width: 1030px;
	padding: 0 30px
}
#header.transparent-header.floating-header.sticky-header .container {
	width: 970px;
	padding: 0 15px
}
#primary-menu.sub-title ul>li>a {
	padding-left: 15px;
	padding-right: 15px
}
#primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
	width: 940px
}
.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
	width: 1030px
}
.sidebar {
	width: 210px
}
.sidebar .widget iframe {
	width: 210px!important
}
}
 @media (max-width:991px) {
.countdown-detail {
    position: relative;
    width: 100%;
    top: 0;
    bottom: 0;
    border: none;
    right: 0;
    padding: 0 15px 15px;
}
.plans-main {
    padding: 30px 0px 30px;
}
.theme-list {
   text-align: left;
}
.row-clubhouse {
    margin: 30px 0 0 0;
}
.proximities-inner {
    margin-top: 0px;
}
.connectivity-detail-item {
    padding: 30px;
}
.col-prox {
    padding: 0 60px;
}
.col-plans {
	margin-bottom: 30px;
}
.col-plans:last-child {
	margin-bottom: 0;
}
.footer-bar-bottom {
	margin-bottom: 44px !important;
}
.section-content {
	margin-top: 0 !important;
}
#primary-menu ul li > a {
	font-size: 14px;
}
#header-wrap {
	position: relative;
	z-index: 999 !important;
	background-color: #fff;
}
#section-proximities .owl-dots {
	top: -70px;
}
#oc-images {
	margin-top: 80px;
}
.proximity-tab-col {
	height: auto !important;
	min-height: 400px !important
}
.col-prox ul:last-child {
	margin-bottom: 0 !important;
}
.col-contact:last-child .col-contact-inner {
	padding: 40px;
}
.aboutus-image {
	background-position: center;
}
.col-about {
	height: inherit !important;
}
.col-amenities {
	height: inherit !important;
}
.amenities-text .section-title {
	margin-bottom: 30px !important;
}
#oc-amenities.owl-carousel .owl-nav .owl-prev, #oc-clubhouse.owl-carousel .owl-nav .owl-prev {
	top: 50%;
	transform: translateY(-50%);
}
#oc-amenities.owl-carousel .owl-nav .owl-prev, #oc-clubhouse.owl-carousel .owl-nav .owl-prev {
	left: -20px !important;
	right: auto !important;
}
#oc-amenities.owl-carousel .owl-nav .owl-next, #oc-clubhouse.owl-carousel .owl-nav .owl-next {
	right: -20px !important;
	left: auto !important;
}
#oc-amenities.owl-carousel .owl-nav .owl-next, #oc-clubhouse.owl-carousel .owl-nav .owl-next {
	top: 50%;
	transform: translateY(-50%);
}
#side-panel-trigger a {
	font-size: 18px;
	padding: 8px 10px;
}
#side-panel-trigger {
	right: -70px;
}
.contact-section {
	display: none;
}
#header {
	position: relative;
}
#logo img {
	margin: 0 auto;
}
#home #header.full-header {
	background: transparent !important;
}
.section-banner img {
	margin-top: 0;
}
#primary-menu ul li > a span {
	color: #05436f !important;
}
.dark #primary-menu:not(.not-dark) ul li, .dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, .dark #primary-menu:not(.not-dark) ul ul li, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-2 > ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-3 > ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-4 > ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-5 > ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 li {
	border-top-color: #eee !important;
}
.section-banner {
	margin-top: 0;
}
#logo {
	left: 0;
	right: 0;
}
.call-sticky {
	display: block !important;
	border-top: 1px solid #fff;
}
#side-panel .side-panel-wrap {
	padding: 50px 30px;
}
.rera-text span {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0;
	display: block
}
.know-more {
	font-size: 15px
}
.list-points li {
	padding-left: 25px
}
.list-points li:before {
	font-size: 15px;
	line-height: 20px;
	top: 3px
}
#wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none
}
#header.full-header .container, .container-fullwidth {
	padding: 0!important;
	margin: 0 auto;
	width: 100% !important;
}
.sidebar.col_last {
	float: none;
	margin-bottom: 0!important;
	padding-bottom: 0;
	border-bottom: 0
}
#header, #header-wrap, #header.sticky-style-2, #header.sticky-style-2 #header-wrap, #header.sticky-style-3, #header.sticky-style-3 #header-wrap {
	height: auto!important
}
#header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
	min-height: 60px
}
#header.sticky-header #header-wrap {
	position: relative
}
#header.semi-transparent, #header.transparent-header {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	z-index: auto
}
#header.dark.semi-transparent, #header.dark.transparent-header {
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
}
#header.transparent-header.floating-header {
	margin-top: 0
}
#header.transparent-header.floating-header .container {
	width: 750px;
	padding: 0 15px;
	border-radius: 0
}
#header.transparent-header+#google-map, #header.transparent-header+#page-title.page-title-parallax, #header.transparent-header+#slider, #header.transparent-header.floating-header+#slider, #slider+#header.transparent-header {
	top: 0;
	margin-bottom: 0
}
.slider-parallax .slider-parallax-inner {
	position: relative
}
#header.transparent-header+#page-title.page-title-parallax .container {
	padding-top: 0
}
#header-trigger, .header-extras, .top-advert {
	display: none
}
#logo {
	position: static;
	display: block;
	float: none;
	margin: 0 auto 0!important;
	max-width: none;
	text-align: center;
	border: 0!important;
	box-shadow: none;
}
#logo a.standard-logo {
	display: block;
	text-align: center;
}
#primary-menu {
	display: block;
	float: none;
}
#primary-menu-trigger {
	display: block;
	opacity: 0;
	pointer-events: auto;
	top: 15px;
	margin-top: 0;
	left: 0;
	z-index: 1;
	color: #000;
}
#primary-menu .container #primary-menu-trigger {
	top: 5px;
	left: 0
}
#primary-menu>div>ul, #primary-menu>ul {
	display: none;
	float: none!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
#primary-menu>div>ul {
	margin-top: 60px!important
}
body:not(.top-search-open) #primary-menu-trigger {
	opacity: 1;
	-webkit-transition: opacity .2s .2s ease, top .4s ease;
	-o-transition: opacity .2s .2s ease, top .4s ease;
	transition: opacity .2s .2s ease, top .4s ease
}
body.top-search-open #primary-menu-trigger {
	opacity: 0
}
body.side-push-panel #side-panel-trigger-close a {
	display: block;
	position: absolute;
	z-index: 12;
	top: 0;
	left: auto;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #444;
	text-align: center;
	background-color: rgba(0,0,0,.1);
	border-radius: 0 0 0 2px
}
#primary-menu.style-5>ul {
	padding-right: 0;
	margin-right: 0;
	border-right: 0
}
#primary-menu ul li {
	float: none;
	margin: 0!important;
	text-align: left!important;
	border-top: 1px solid #eee
}
#header.split-menu #primary-menu:not(.mobile-menu-off-insomniacs)>ul:not(:first-child)>li:first-child {
	border-top: 1px solid #eee
}
#primary-menu ul li:first-child {
	border-top: 1px solid #eee !important;
}
#primary-menu ul>li>a, #primary-menu.style-2>div>ul>li>a {
	padding: 14px 18px!important;
	border: none!important;
	margin: 0!important;
	color: #000 !important;
	text-shadow: none !important;
}
#primary-menu.style-5>ul>li>a>div {
	line-height: 22px
}
#primary-menu.style-5>ul>li>a>div i {
	display: inline-block;
	margin: 0 6px 0 0;
	top: -1px;
	width: 16px;
	font-size: 14px;
	line-height: inherit
}
#primary-menu.style-6>ul>li.current>a:after, #primary-menu.style-6>ul>li>a:after {
	display: none
}
#primary-menu.sub-title.style-2>div>ul>li, #primary-menu.sub-title>ul>li {
	background: 0 0!important;
	margin-left: 0
}
#primary-menu.sub-title>div>ul>li>a, #primary-menu.sub-title>ul>li>a {
	line-height: 22px;
	font-size: 13px;
	border-top: none
}
#primary-menu.sub-title ul li>a span {
	display: none!important
}
#primary-menu.style-3 ul li.current>a, #primary-menu.style-3 ul li:hover>a, #primary-menu.sub-title div ul>li.current>a, #primary-menu.sub-title div ul>li:hover>a, #primary-menu.sub-title ul li.current>a, #primary-menu.sub-title ul li:hover>a {
	background-color: transparent!important;
	color: #444;
	text-shadow: none
}
#primary-menu ul:not(.windows-mobile-menu) li>a i.icon-angle-down:last-child {
	display: none
}
#primary-menu>.container>ul>li.sub-menu>a, #primary-menu>ul>li.sub-menu>a {
	background-image: url(../images/icons/submenu.png);
	background-position: right center;
	background-repeat: no-repeat
}
#primary-menu ul li.mega-menu {
	position: relative
}
#primary-menu ul li .mega-menu-content, #primary-menu ul ul:not(.mega-menu-column) {
	position: relative;
	width: auto;
	max-width: none;
	background: 0 0!important;
	box-shadow: none;
	border: 0;
	border-top: 1px solid #eee;
	z-index: 1;
	top: 0;
	padding-left: 15px
}
#primary-menu ul li .mega-menu-content {
	padding-left: 0
}
#primary-menu ul ul:not(.mega-menu-column) ul {
	top: 0!important;
	left: 0
}
#primary-menu ul li .mega-menu-content.menu-pos-invert, #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column) {
	left: 0;
	right: 0
}
#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
	right: 0
}
#primary-menu ul ul li {
	float: none;
	margin: 0;
	border-top: 1px solid #eee
}
#primary-menu ul ul li>a {
	padding: 11px 5px!important;
	font-size: 13px;
	text-transform: none;
	font-weight: 400
}
#primary-menu ul ul li:hover>a {
	background-color: transparent!important;
	font-weight: 600;
	padding-left: 5px;
	color: #f68b1f
}
#primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content, .floating-header #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
	width: auto;
	margin: 0;
	top: 0
}
#header.full-header #primary-menu ul li.mega-menu .mega-menu-content, .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
	width: auto!important;
	margin: 0!important
}
#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
	padding: 0
}
#primary-menu ul li .mega-menu-content ul {
	display: block!important;
	position: relative;
	opacity: 1!important;
	top: 0;
	left: 0;
	min-width: inherit
}
#primary-menu ul li .mega-menu-content ul ul {
	border-top: 1px solid #eee
}
#primary-menu ul li .mega-menu-content ul.mega-menu-column {
	float: none;
	width: auto;
	margin: 0;
	border-left: 0!important;
	padding-left: 15px;
	border-top: 1px solid #eee
}
#primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child {
	border: 0
}
#primary-menu ul li .mega-menu-content ul {
	width: 100%!important
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
	padding: 0 0 0 15px
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title {
	margin: 0
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
	font-size: 13px;
	font-weight: 600;
	text-transform: none!important;
	padding: 11px 5px!important;
	line-height: 22px!important;
	color: #444!important
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
	background-color: transparent;
	color: #f68b1f!important
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
	color: #f68b1f!important
}
#primary-menu ul li .mega-menu-content.style-2 li {
	border-top: 1px solid #eee
}
#primary-menu ul li .mega-menu-content.style-2 li:first-child {
	border-top: 0
}
#primary-menu ul li .mega-menu-content.style-2 ul>li>a:hover {
	padding-left: 5px
}
#primary-menu>div>#side-panel-trigger, #primary-menu>div>#top-cart, #primary-menu>div>#top-search a {
	margin: 20px 0!important
}
#primary-menu ul.windows-mobile-menu li.sub-menu {
	position: relative
}
#primary-menu ul.windows-mobile-menu li.sub-menu a {
	background-image: none!important
}
#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
	position: absolute;
	cursor: pointer;
	width: 32px;
	height: 50px;
	line-height: 51px;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 0!important;
	text-align: center!important
}
#primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
	display: none
}
#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
	margin: 0!important
}
#primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger {
	text-align: center!important;
	height: 45px;
	line-height: 45px
}
#primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i {
	display: inline-block;
	line-height: 45px
}
#header.sticky-style-3 #top-cart .top-cart-content {
	top: 40px
}
#top-search a {
	right: 43px
}
#top-search form {
	height: 100px!important
}
#primary-menu>div>#top-search form {
	height: 60px!important
}
#top-search form input {
	font-size: 24px
}
#top-account {
	margin: 33px 0 32px;
	right: 75px
}
#top-account a.btn span {
	display: none
}
body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
	position: relative!important;
	top: 0!important
}
#page-submenu-trigger {
	opacity: 1;
	pointer-events: auto;
	color: #fff
}
#page-menu.pagemenu-active #page-submenu-trigger {
	background-color: rgba(0,0,0,.2)
}
#page-menu nav {
	display: none;
	position: absolute;
	float: none;
	width: 200px;
	top: 43px;
	left: auto;
	right: 15px;
	height: auto;
	background-color: #f68b1f;
	z-index: 11
}
#page-menu.pagemenu-active nav {
	display: block
}
#page-menu nav ul {
	height: auto;
	background-color: rgba(0,0,0,.2)
}
#page-menu nav li {
	float: none
}
#page-menu nav li a {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	border-radius: 0
}
#page-menu ul ul {
	position: relative;
	width: auto;
	top: 0;
	background-color: transparent
}
#page-menu ul ul a {
	padding-left: 25px
}
.sticky-responsive-menu #header {
	min-height: 100px;
	-webkit-transition: min-height .4s ease;
	-o-transition: min-height .4s ease;
	transition: min-height .4s ease
}
.sticky-responsive-menu #header-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sticky-responsive-menu #header.sticky-style-2, .sticky-responsive-menu #header.sticky-style-3 {
	min-height: 160px
}
.sticky-responsive-menu.device-touch #header, .sticky-responsive-menu.device-touch #header-wrap, .sticky-responsive-menu.device-touch #logo, .sticky-responsive-menu.device-touch #logo img, .sticky-responsive-menu.device-touch #primary-menu-trigger, .sticky-responsive-menu.device-touch #side-panel-trigger, .sticky-responsive-menu.device-touch #top-account, .sticky-responsive-menu.device-touch #top-cart, .sticky-responsive-menu.device-touch #top-search a {
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important
}
#header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
	min-height: 60px
}
.responsive-sticky-header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	-webkit-backface-visibility: hidden
}
.responsive-sticky-header:not(.static-sticky) #logo, .responsive-sticky-header:not(.static-sticky) #logo img {
	height: 60px
}
.responsive-sticky-header:not(.static-sticky) #primary-menu-trigger {
	top: 5px
}
.responsive-sticky-header #primary-menu>.container>ul, .responsive-sticky-header #primary-menu>ul {
	max-height: 300px;
	overflow-y: scroll
}
.responsive-sticky-header #primary-menu>.container>ul, .responsive-sticky-header #primary-menu>ul {
	margin-bottom: 20px!important
}
.responsive-sticky-header:not(.static-sticky) #side-panel-trigger, .responsive-sticky-header:not(.static-sticky) #top-cart, .responsive-sticky-header:not(.static-sticky) #top-search a {
	margin: 20px 0
}
.responsive-sticky-header:not(.static-sticky) #top-search form {
	height: 60px!important
}
.responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content {
	top: 40px
}
body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-insomniacs>div>ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-insomniacs>ul {
	position: fixed;
	display: block;
	z-index: 499;
	width: 280px;
	height: 100%;
	height: calc(100vh);
	max-height: none!important;
	margin: 0!important;
	left: 0!important;
	top: 0!important;
	padding: 35px 25px 60px!important;
	background-color: #fff;
	border-right: 1px solid #eee!important;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(-280px, 0, 0);
	-o-transform: translate3d(-280px, 0, 0);
	transform: translate3d(-280px, 0, 0);
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d
}
body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-insomniacs.from-right>div>ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-insomniacs.from-right>ul {
	left: auto!important;
	right: 0;
	border-right: 0!important;
	border-left: 1px solid #eee!important;
	-webkit-transform: translate3d(280px, 0, 0);
	-o-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0)
}
body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-insomniacs>div>ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-insomniacs>ul {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease!important;
	-o-transition: -o-transform .3s ease-in-out, opacity .2s ease!important;
	transition: transform .3s ease-in-out, opacity .2s ease!important
}
body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-insomniacs>div>ul.show, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-insomniacs>ul.show {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.portfolio .portfolio-item {
	width: 33.33333333%
}
.portfolio-2 .portfolio-item {
	width: 50%
}
.portfolio-1 .portfolio-item {
	width: 100%
}
.portfolio-1 .portfolio-item .portfolio-image {
	float: none!important;
	margin: 0!important;
	margin-bottom: 10px!important
}
.portfolio-1 .portfolio-item .portfolio-image, .portfolio-1 .portfolio-item .portfolio-image a, .portfolio-1 .portfolio-item .portfolio-image img, .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 100%;
	height: auto
}
.portfolio-1 .portfolio-desc {
	width: 100%
}
.portfolio-1.portfolio-fullwidth {
	margin: 0 0 -60px 0
}
.portfolio-1.portfolio-fullwidth .portfolio-item {
	margin-bottom: 60px;
	padding-bottom: 0;
	border-bottom: 0;
	overflow: hidden
}
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
	float: none;
	margin: 0 0 20px 0!important
}
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img, .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}
.portfolio-1.portfolio-fullwidth .alt .portfolio-desc, .portfolio-1.portfolio-fullwidth .portfolio-desc {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	background-color: transparent;
	left: 0;
	right: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
	left: 50%
}
.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 50%
}
.device-touch .portfolio-parallax .portfolio-item .portfolio-desc, .device-touch .portfolio-parallax .portfolio-overlay {
	opacity: 1
}
.portfolio-ajax-modal, .shop-quick-view-ajax {
	width: 90%!important
}
.ievent .entry-title h2, .small-thumbs .entry-title h2 {
	font-size: 18px
}
.entry-meta li {
	font-size: 12px;
	margin: 0 10px 10px 0
}
.post-grid {
	margin-right: -20px
}
.post-grid .entry {
	width: 226px;
	margin-right: 20px
}
.post-grid.grid-2, .post-grid.grid-3 {
	margin-right: -30px
}
.post-grid.grid-2 .entry, .post-grid.grid-3 .entry {
	width: 345px;
	margin-right: 30px
}
.post-masonry-full .entry {
	width: 33.3%!important
}
.post-masonry-full.grid-3 .entry {
	width: 50%!important
}
.testimonials-grid.grid-3 li {
	width: 50%
}
.section>.testimonial {
	padding: 0 40px!important;
	max-width: none
}
.promo:not(.promo-full) {
	padding: 30px 20px!important
}
.promo.promo-dark h3 {
	line-height: 1.6
}
.promo a.button {
	position: relative!important;
	top: 0!important;
	margin: 20px 0 0!important;
	left: 0!important;
	right: 0
}
#contact-form-overlay-mini {
	float: none;
	width: auto;
	max-width: 380px;
	margin: 0 auto
}
.button.button-full {
	font-size: 22px
}
.button.button-full i {
	top: 3px!important
}
.error404 {
	font-size: 180px
}
.landing-form-overlay {
	position: absolute;
	width: 100%;
	max-width: 400px;
	right: auto;
	left: 50%;
	margin-left: -200px;
	bottom: 0
}
}
@media (max-width:767px) {
.top-social {
    left: 5px;
}
.col-about:last-child {
    padding: 15px;
}
#section-disclaimer {
	padding: 30px 40px;
}
.aboutus-image {
	padding: 30px;
}
.col-address {
	height: inherit !important;
	margin-bottom: 30px;
}
.rera-desc {
	padding: 0;
}
#logo {
	background: transparent;
	padding: 10px !important;
	border-radius: 0;
}
#header {
	margin-top: 50px;
}
#home #header.full-header {
	background: none !important;
	margin-top: 0;
}
#side-panel-trigger {
	z-index: 999;
}
#logo {
	box-shadow: none;
}
.call-sticky:hover {
	color: #fff;
}
.message-success {
	font-size: 16px!important;
	line-height: 22px!important;
}
#side-panel-trigger {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}
#side-panel-trigger a {
	padding: 15px!important;
}
#side-panel {
	width: 100%;
	right: -100%;
	z-index: 9999;
}
#side-panel .side-panel-wrap {
	width: 100%;
}
.list-points li {
	line-height: 20px
}
.location-detail h4 {
	font-size: 14px
}
.acctitle img {
	left: 10px;
	max-width: 30px
}
.accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec {
	padding: 12px 30px 12px 50px;
	border-radius: 0;
	width: 100%
}
.acctitle:before {
	display: none
}
.accordion.accordion-bg .acctitle i {
	right: 16px
}
.accordion.accordion-bg .acc_content {
	padding: 10px 0 15px 0
}
.section-title h2 {
	font-size: 26px;
	line-height: 32px;
}
body {
	padding: 0!important
}
#wrapper {
	width: 100%!important
}
.container-fullwidth {
	margin: 0 auto;
	padding: 0 15px!important
}
h1 {
	font-size: 28px
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 16px
}
.one-page-arrow {
	display: none!important
}
#slider:not(.swiper_wrapper) .slider-caption, #top-social, .camera_caption, .ei-title, .flex-caption, .nivo-caption, .slider-arrow-bottom-sm, .slider-arrow-top-sm, .slider-caption .button, .slider-caption p {
	display: none!important
}
.slider-caption h2 {
	margin-bottom: 0!important
}
.flex-control-nav li {
	opacity: 1!important
}
.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
	height: 60px
}
.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li, .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
	display: block;
	width: 80px!important;
	height: 60px!important
}
.col_five_sixth, .col_four_fifth, .col_full, .col_half, .col_one_fifth, .col_one_fourth, .col_one_sixth, .col_one_third, .col_three_fifth, .col_three_fourth, .col_two_fifth, .col_two_third, .postcontent, .postcontent.bothsidebar, .sidebar {
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom: 50px!important
}
.sidebar.col_last {
	margin-bottom: 0!important
}
form .col_five_sixth, form .col_four_fifth, form .col_full, form .col_half, form .col_one_fifth, form .col_one_fourth, form .col_one_sixth, form .col_one_third, form .col_three_fifth, form .col_three_fourth, form .col_two_fifth, form .col_two_third {
	margin-bottom: 25px!important
}
#page-title {
	padding: 20px 0 25px;
	text-align: center
}
#page-title h1 {
	line-height: 1.5;
	font-size: 24px
}
#page-title .breadcrumb {
	position: relative!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	margin: 15px 0 0!important
}
#page-title #portfolio-navigation, #portfolio-ajax-title #portfolio-navigation {
	position: relative;
	top: 0;
	left: 0;
	margin: 15px auto 0
}
#portfolio-ajax-title {
	text-align: center
}
.portfolio-filter {
	border: none;
	border-radius: 0;
	margin-bottom: 20px
}
.portfolio-filter li {
	width: 33.33%;
	margin: 0 0 20px 0!important
}
.portfolio-filter li a {
	text-align: center;
	border-left: none;
	padding: 12px 18px!important;
	border-radius: 2px!important
}
.portfolio-filter li a:hover {
	color: #f68b1f
}
.portfolio-filter li.activeFilter a {
	color: #fff;
	margin: 0
}
.portfolio-filter.style-2 li a, .portfolio-filter.style-3 li a {
	border-radius: 22px!important
}
.portfolio-shuffle {
	display: none
}
.ievent .entry-image, .small-thumbs .entry-image {
	float: none!important;
	width: 100%!important;
	margin: 0 0 20px!important
}
.entry-title h2, .post-grid .entry-title h2 {
	font-size: 18px!important;
	font-weight: 600
}
.entry-meta li {
	font-size: 11px;
	margin: 0 10px 10px 0
}
#posts .entry-meta li i {
	display: none
}
#posts .entry-meta li:last-child i, #posts.post-grid .entry-meta li i {
	display: inline-block
}
.post-grid {
	margin-right: 0!important
}
.post-grid .entry, .post-masonry-full.grid-3 .entry {
	float: none!important;
	width: 100%!important;
	margin-right: 0!important;
	border-right: 0!important
}
.post-timeline .entry.entry-date-section {
	margin-left: 0
}
.post-timeline .entry-timeline, .timeline-border {
	display: none!important
}
.postcontent .post-timeline {
	padding-left: 0
}
.post-masonry-full .entry {
	padding: 40px!important
}
.button.button-desc {
	padding: 20px 17px;
	font-size: 15px;
	max-width: 100%
}
.button.button-desc span {
	font-size: 11px
}
.tabs-responsive .tab-container {
	padding: 0!important
}
.tabs-responsive .tab-container:not(.accordion-border) {
	border: 0
}
.testimonials-grid li {
	float: none;
	width: auto!important;
	padding-left: 0;
	padding-right: 0
}
.team.team-list .team-image {
	float: none;
	width: 100%;
	margin-right: 0
}
.team.team-list .team-title {
	margin-top: 15px
}
.title-block {
	padding: 2px 0 3px 15px;
	border-left-width: 5px
}
.title-block-right {
	padding: 2px 15px 3px 0;
	border-right-width: 5px
}
.title-block h1+span {
	font-size: 18px
}
.title-block h2+span {
	font-size: 17px
}
.title-block h3+span {
	font-size: 15px
}
.title-block h4+span {
	font-size: 13px
}
.heading-block h1 {
	font-size: 30px
}
.heading-block h2 {
	font-size: 26px
}
.heading-block h3 {
	font-size: 22px
}
.heading-block h4 {
	font-size: 19px
}
.heading-block h1+span {
	font-size: 20px
}
.heading-block h2+span {
	font-size: 18px
}
.heading-block h3+span, .heading-block h4+span {
	font-size: 17px
}
.heading-block~p:not(.lead) {
	font-size: 15px
}
.emphasis-title h1, .emphasis-title h2 {
	font-size: 44px!important
}
.wedding-head {
	font-size: 48px
}
.wedding-head .and, .wedding-head .first-name, .wedding-head .last-name {
	display: block;
	margin: 0 0 15px;
	text-align: center
}
.wedding-head .first-name span, .wedding-head .last-name span {
	font-size: 36px
}
.wedding-head .and {
	font-size: 120px
}
.news-carousel .overlay {
	display: none
}
#copyrights .col_half {
	text-align: center
}
#copyrights .col_half:last-child {
	display: none
}
#copyrights .footer-logo {
	margin-left: auto;
	margin-right: auto
}
}
 @media (min-width:480px) and (max-width:767px) {
#header.full-header .container, .container, .container-fullwidth {
	width: 100%!important
}
.container.vertical-middle {
	width: 100%!important
}
.full-screen:not(.force-full-screen) .container.vertical-middle {
	width: 470px!important
}
#top-search form input {
	padding-right: 60px
}
.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.insomniacs-slider-grid) .swiper-slide {
	height: 300px!important
}
.swiper_wrapper .slider-caption h2 {
	font-size: 36px
}
#header.transparent-header.floating-header .container {
	width: 470px;
	padding: 0 15px
}
.post-grid:not(.post-masonry) .entry-image iframe {
	height: 246px
}
.clients-grid.grid-4 li, .clients-grid.grid-6 li, .clients-grid:not(.grid-3):not(.grid-2) li {
	width: 33.33%
}
.button.button-full {
	font-size: 18px
}
.button.button-full i {
	top: 2px!important;
	margin-left: 3px!important
}
.error404, .error404-wrap .error404 {
	font-size: 160px
}
.landing-video {
	position: relative;
	top: 12px;
	width: 333px;
	height: 187px;
	margin: 19px 0 0 53px
}
}
 @media (max-width:600px) {
.keyfeatures-main {
	padding: 30px;
}
.about-us-inner, .connectivity-inner, .contact-inner, .plans-main {
	padding: 30px;
}
.about-logo img {
	width: 200px;
}
.about-logo {
	margin-right: 0;
	margin-bottom: 20px;
}
.about-detail {
	padding: 15px;
}
.connectivity-main {
	padding: 30px;
}
.connectivity-left {
	display: block;
	vertical-align: inherit;
	padding-right: 0;
}
.connectivity-right {
	float: none;
	vertical-align: inherit;
	padding-left: 0;
}
.connectivity-list {
	margin-bottom: 0;
}
.address h3 {
	font-size: 24px;
}
.address h5 {
	font-size: 17px;
}
.rera-desc p {
	font-size: 12px;
}
#section-disclaimer {
	padding: 30px;
}
}
 @media (max-width:479px) {
.col-plans {
	padding: 0;
}
.connectivity-des .acctitle {
	font-size: 14px;
}
.aboutus-image {
	background-position: bottom center;
}
.col-contact:last-child .col-contact-inner {
	padding: 30px;
}
.about-detail {
	display: block;
}
.col-about {
	display: block !important;
}
.about-des h3 {
	font-size: 17px;
}
.col-contact {
	display: block;
}
.contact-inner-main {
	display: block;
}
.address h3 {
	font-size: 19px;
}
.rera-desc p {
	word-break: break-all;
}
.amenities-detail {
	padding: 30px 30px 40px 30px;
}
.col-amenities .source-line {
	font-size: 8px;
	line-height: 20px;
	position: absolute;
	bottom: 4px;
	right: 30px;
}
.about-detail-item {
	padding: 15px !important;
	text-align: center;
}
.about-logo {
	width: inherit;
}
.about-logo img {
	width: 200px;
}
.connectivity-main {
	text-align: center;
}
.about-detail {
	padding: 0;
}
#section-proximities .owl-dot:after {
	font-size: 12px;
}
#oc-images {
	margin-top: 120px;
}
#section-proximities .owl-dots {
	top: -130px;
}
.col-contact-inner {
	text-align: center;
}
#section-disclaimer {
	padding: 30px;
	text-align: center;
}
.call-sticky {
	font-size: 13px;
}
.footer-bar-bottom {
	margin-bottom: 38px !important;
}
.proximities-list-desc ul li.right {
	float: none;
	padding-left: 0;
	font-weight: 600;
}
.proximities-list-desc ul li {
	display: block;
	padding-right: 0;
	font-size: 14px;
}
.proximity-tab-col:last-child {
	min-height: 430px !important;
}
.proximities-list-desc ul {
	position: relative;
	margin-bottom: 15px;
}
.proximity-tab-col:first-child {
	height: 100% !important;
	min-height: inherit!important;
}
.footer-bar-bottom {
	margin-bottom: 44px;
}
.footer-social {
	display: block;
	margin-bottom: 0;
	margin-top: 6px;
}
#oc-amenities.owl-carousel .owl-nav .owl-prev, #oc-clubhouse.owl-carousel .owl-nav .owl-prev {
	left: 8px !important;
	right: auto !important;
	bottom: -30px !important;
	top: auto;
}
#oc-amenities.owl-carousel .owl-nav .owl-next, #oc-clubhouse.owl-carousel .owl-nav .owl-next {
	left: 42px !important;
	right: auto !important;
	bottom: -30px !important;
	top: auto !important;
}
#oc-amenities.owl-carousel .owl-nav .owl-prev, #oc-clubhouse.owl-carousel .owl-nav .owl-prev, #oc-amenities.owl-carousel .owl-nav .owl-next, #oc-clubhouse.owl-carousel .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.col-amenities .source-line {
	float: right;
}
.footer-social .social-icon {
	width: 34px;
	height: 34px;
	font-size: 14px;
}
.owl-nav {
	display: block
}
.owl-carousel .owl-nav [class*=owl-] {
	width: 28px;
	height: 36px;
	font-size: 20px !important;
	line-height: 30px !important;
}
.owl-carousel .owl-nav [class*=owl-] i {
	line-height: 24px !important;
}
.top-social {
	display: none;
}
#myModalLabel {
	font-size: 16px
}
.close {
	font-size: 24px
}
.modal-header .close {
	margin-top: -1px
}
#header.full-header .container, .container, .container-fullwidth {
	width: 100%!important
}
.container.vertical-middle {
	width: 100%!important
}
.full-screen:not(.force-full-screen) .container.vertical-middle {
	width: 310px!important
}
#top-search form input {
	padding-right: 30px
}
#top-account a.btn {
	padding-left: 8px;
	padding-right: 8px
}
#top-account a.btn i:last-child {
	display: none
}
.ei-slider, .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.insomniacs-slider-grid) .swiper-slide {
	height: 180px!important
}
.swiper_wrapper .slider-caption h2 {
	font-size: 28px
}
#header.transparent-header.floating-header .container {
	width: 310px;
	padding: 0 15px
}
.portfolio-filter li {
	width: 50%
}
.portfolio:not(.portfolio-1) {
	margin: 0
}
.portfolio .portfolio-item {
	width: 100%
}
.post-grid:not(.post-masonry) .entry-image iframe {
	height: 157px
}
.mpost .entry-image {
	float: none;
	margin: 0 0 20px 0
}
.mpost .entry-image, .mpost .entry-image a, .mpost .entry-image i, .mpost .entry-image img {
	width: 100%;
	height: auto
}
.mpost .entry-image i {
	height: 150px;
	line-height: 150px
}
.si-share span {
	display: none
}
.parallax .entry-overlay, .parallax .entry-overlay-meta {
	left: 50%!important;
	right: 0!important;
	margin: 0 0 0 -140px!important;
	width: 280px!important
}
.parallax .entry-overlay {
	width: 288px!important
}
.parallax .countdown-section {
	width: 64px;
	height: 64px;
	margin: 0 8px 0 0;
	font-size: 11px;
	padding: 0;
	padding-top: 12px
}
.parallax .countdown-amount {
	font-size: 20px
}
.button.button-full {
	font-size: 16px
}
.button.button-full i {
	top: 2px!important;
	margin-left: 3px!important
}
.emphasis-title h1, .emphasis-title h2 {
	font-size: 40px!important
}
.error404, .error404-wrap .error404 {
	font-size: 120px
}
.landing-video {
	position: relative;
	top: 9px;
	width: 212px;
	height: 119px;
	margin: 19px 0 0 34px
}
.landing-form-overlay {
	margin-left: -155px
}
.button.button-desc {
	padding: 20px 17px;
	font-size: 15px;
	max-width: 100%
}
.button.button-desc span {
	font-size: 11px
}
}
 @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
 #header.split-menu #logo a.standard-logo, #logo a.standard-logo {
 display:none
}
 #logo a.retina-logo {
 display:block
}
 #header.split-menu #logo a.retina-logo {
 display:inline-block
}
 .form-process, .owl-carousel.owl-loading, .preloader, .preloader2 {
 background-image:url(../images/preloader@2x.gif);
 background-size:24px 24px
}
 .dark .form-process, .dark .owl-carousel.owl-loading, .dark .preloader, .dark .preloader2 {
 background-image:url(../images/preloader-dark@2x.gif)
}
}
 @media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:991px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991px), only screen and (min-device-pixel-ratio:2) and (max-width:991px), only screen and (min-resolution:192dpi) and (max-width:991px), only screen and (min-resolution:2dppx) and (max-width:991px) {
 #logo a.standard-logo {
 display:none
}
 #logo a.retina-logo {
 display:inline-block
}
}
