/*::selection {
	background: #3d458f;
}*/


/*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;
	color: #2a2a2a;
}*/
.errmsg {
	background-color: red;
	padding: 0 6px;
	left: 15px;
	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 {
	font-size: 24px !important;
	line-height: 26px !important;
	text-transform: none !important;
	padding: 15px 30px !important;
	color: #3db900;
	border: 2px dashed #3db900;
	background: rgba(61, 185, 0, 0.1);
	margin: 50px auto;
	display: inline-block;
}


.list-points {
	margin: 0 0 10px;
}
.list-points:last-child {
	margin-bottom: 0;
}
.list-points li {
	position: relative;
	list-style-type: none;
	padding: 0;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 35px;
	letter-spacing: 1px;
	color: #555;
	font-weight: 400;
	font-size: 16px;
}
#section-indusrial-usp .list-points li {
	border: 1px solid #3d458f;
	padding: 10px 20px;
	background-color: #f0f0f4;
}
#section-indusrial-usp li:before {
	content: none !important;
}
#section-indusrial-usp .list-points li {
	border: 1px solid #3d458f2e;
	padding: 10px 20px;
	background-color: #ffffff;
	box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
	margin-bottom: 20px;
	transition: all 0.3s linear;
}
.list-points li:last-child {
	margin-bottom: 0
}
.list-points li:before {
	content: "\e095";
	font-family: lined-icons;
	position: absolute;
	color: #3d458f;
	font-size: 20px;
	line-height: 20px;
	top: 2px;
	left: 0;
	font-weight: 400;
}
.content-wrap {
	padding: 0;
}
/*.section {
	padding: 80px 0;
}*/
.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: -75px auto 0;
	background-image: url(../images/loading.html);
	background-repeat: no-repeat;
	background-position: center;
}
.css3-spinner > div {
	display: none;
}
.white-bg {
	background-color: #fff !important;
}
.gray-bg {
	background-color: #F1F0EB !important;
}
.sm-form-control {
	height: auto;
	border: 0;
	color: #fff;
	border-bottom: 2px solid #eee;
	background: transparent;
	padding: 10px 0;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.sm-form-control:focus {
	border-color: #fff;
}
/*h1, h2, h3, h4, h5, h6 {
	color: #333;
	letter-spacing: 1px;
	-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;
}
p {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #2a2a2a;
	letter-spacing: 1px;
	line-height: 27px !important;
}
p:last-child {
	margin-bottom: 0;
}*/
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}
.theme-bg {
	position: relative;
}
.theme-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background-image: url(../images/bg/theme-bg.html);
	opacity: 1;
}
.theme-btn {
	position: relative;
	overflow: hidden;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: capitalize;
	background: transparent;
	border: 1px solid #2a2a2a;
	color: #2a2a2a;
	height: 50px;
	line-height: 46px;
	display: inline-block;
	padding: 0 60px 0 30px;
	cursor: pointer;
}
.theme-btn i {
	position: absolute;
	right: 30px;
	top: 1px;
	-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-btn:hover i {
	right: 25px;
}
.theme-btn.white-btn {
	border-color: #fff;
	color: #fff;
}
.full-width {
	width: 100%;
}
.col-middle {
	display: table;
}
.col-middle-inner {
	display: table-cell;
	vertical-align: middle;
}
#logo img {
	height: 145px !important;
}
#slider {
	top: -145px !important;
	margin-bottom: -145px !important;
}
.fslider {
	top: -100px;
	margin-bottom: -100px;
}
#header.transparent-header.full-header #header-wrap {
	border-bottom: none;
}
#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: 100px;
}
#header.full-header #logo {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
#side-panel-trigger a {
	z-index: 999;
}
.body-overlay {
	background-color: transparent;
}
#side-panel {
	background-color: transparent
}
#side-panel-trigger {
	margin-right: 50px;
	background-color: #fff;
	border-radius: 50%;
}
#side-panel {
	top: -570px;
	right: 0;
	z-index: 399;
	width: 300px;
	height: 570px;
}
#side-panel .side-panel-wrap ul {
	margin-bottom: 0;
}
#side-panel .side-panel-wrap ul li {
	list-style-type: none;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	margin-bottom: 10px;
	padding: 9px 0 !important;
	border: 1px solid #f5f5f5;
}
#side-panel .side-panel-wrap {
	padding: 50px 90px 50px 10px;
	width: 380px;
}
#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 .side-panel-wrap ul li a {
	font-size: 18px;
}
#side-panel .side-panel-wrap ul li:hover a {
	color: #3d458f;
}
#side-panel .side-panel-wrap ul li {
	-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;
}
#side-panel .side-panel-wrap ul li:hover {
	background-color: #9a2f74 !important;
	border-color: #9a2f74;
}
#side-panel .side-panel-wrap ul li:hover a {
	color: #fff;
}
body.side-panel-open .body-overlay {
	z-index: 0;
}
.futuredev {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	background: linear-gradient(135deg, #3d458f 0%, #b32e77 100%) !important;
	text-align: center;
}
.empire-bars {
	top: 30px;
	right: 80px;
	margin: 0!important;
	display: inline-block!important;
	height: 40px;
	width: 40px;
	position: fixed;
	z-index: 444!important;
}
.empire-bars span {
	top: 50%;
	display: block;
	background-color: #2a2a2a;
	margin-top: -1px;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}
.empire-bars span:after, .empire-bars span:before {
	display: block;
	content: '';
}
.empire-bars span, .empire-bars span:after, .empire-bars span:before {
	width: 23px;
	height: 1px;
	border-radius: 0;
	background-color: #2a2a2a;
	-webkit-transition: -webkit-transform ease .15s;
	transition: -webkit-transform ease .15s;
	transition: transform ease .15s;
	transition: transform ease .15s, -webkit-transform ease .15s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.empire-bars span:before {
	top: -6px;
	-webkit-transition: top .1s .14s ease, opacity .1s ease;
	transition: top .1s .14s ease, opacity .1s ease;
}
.empire-bars span:after {
	bottom: -6px;
	-webkit-transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
}
.side-panel-open .empire-bars span {
	-webkit-transition-delay: .14s;
	transition-delay: .14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-panel-open .empire-bars span:before {
	top: 0;
	-webkit-transition: top .1s ease, opacity .1s .14s ease;
	transition: top .1s ease, opacity .1s .14s ease;
	opacity: 1;
}
.side-panel-open .empire-bars span:after {
	bottom: 0;
	transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
body.side-panel-open #side-panel {
	top: 60px;
	right: 45px;
	z-index: 999 !important;
}
.swiper_wrapper .swiper-slide {
	position: relative;
}
.wave-image {
	position: absolute;
	bottom: 50px;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	max-width: 580px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 86px;
}
.swiper-pagination-bullet {
	position: relative;
}
.swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	bottom: -43px;
	left: -45px;
	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;
	color: #2a2a2a;
}
.swiper-pagination-bullet:first-child:before {
	background-image: url(../images/slider/areal-day-banner-thumb.html);
}
.swiper-pagination-bullet:nth-child(2):before {
	background-image: url(../images/slider/front-fasade-banner-thumb.html);
}
.swiper-pagination-bullet:nth-child(2):before {
	background-image: url(../images/slider/front-fasade-banner-thumb.html);
}
.swiper-pagination-bullet:nth-child(3):before {
	background-image: url(../images/slider/amenities-banner-thumb.html);
}
.swiper-pagination-bullet:nth-child(4):before {
	background-image: url(../images/slider/awards-banner-thumb.html);
}
.swiper-pagination-bullet:nth-child(5):before {
	background-image: url(../images/slider/main-banner-thumb.html);
}
.swiper-pagination-bullet:nth-child(6):before {
	background-image: url(../images/slider/slider-3-thumb.html);
}
.swiper-pagination-bullet:nth-child(7):before {
	background-image: url(../images/slider/mmr-thumb.html);
}
.swiper-pagination-bullet:nth-child(8):before {
	background-image: url(../images/slider/residential-new-thumb.html);
}
.swiper-pagination-bullet:nth-child(9):before {
	background-image: url(../images/slider/slider-3-thumb.html);
}
.swiper-pagination-bullet:nth-child(10):before {
	background-image: url(../images/slider/slider-5-thumb.html);
}
.swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #3d458f;
	z-index: 9;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	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;
	color: #2a2a2a;
}
.swiper-pagination-bullet:hover:before {
	opacity: 1;
}
.swiper-pagination-bullet:hover:after {
	opacity: 1;
}
.swiper-pagination span {
	width: 15px;
	height: 15px;
	background-color: #ffffff !important;
	border: 5px solid #3d458f;
}
.swiper-pagination {
	bottom: 60px !important;
	max-width: 580px;
	left: 50% !important;
	transform: translateX(-50%);
}
.swiper-pagination-bullet:first-child {
	left: 0;
	position: absolute;
	margin: 0 !important;
	top: -12px;
}
.swiper-pagination-bullet:nth-child(2) {
    left: 16%;
    position: absolute;
    margin: 0 !important;
    top: -25px;
}
.swiper-pagination-bullet:nth-child(3) {
	left: 32%;
    position: absolute;
    margin: 0 !important;
    top: -24px;
}
.swiper-pagination-bullet:nth-child(4) {
    left: 48%;
    position: absolute;
    margin: 0 !important;
    top: -14px;
}
.swiper-pagination-bullet:nth-child(5) {
	right: 32%;
    position: absolute;
    margin: 0 !important;
    top: -3px;
}
.swiper-pagination-bullet:nth-child(6) {
	right: 16%;
    position: absolute;
    margin: 0 !important;
    top: 1px;
}
.swiper-pagination-bullet:nth-child(7) {
	right: 0;
    position: absolute;
    margin: 0 !important;
    top: -14px;
}
.swiper-pagination-bullet:nth-child(8) {
	right: 22%;
    position: absolute;
    margin: 0 !important;
    top: 2px;
}
.swiper-pagination-bullet:nth-child(9) {
	right: 11%;
    position: absolute;
    margin: 0 !important;
    top: 0;
}
.swiper-pagination-bullet:nth-child(10) {
    right: 0%;
    position: absolute;
    margin: 0 !important;
    top: -12px;
}
.slider-caption, .nivo-caption, .flex-caption {
	top: 32% !important;
}
.nobgcolor:before{
	content: none !important;
}
.swiper_wrapper .swiper-slide:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.homeproject-caption {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0;
}
#oc-features.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1;
	background-color: #ffffff;
	color: #2a2a2a;
	bottom: 200px !important;
	top: auto;
}
#oc-features.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent !important;
	color: #2a2a2a !important;
}
#oc-features.owl-carousel .owl-nav .disabled {
	display: block !important;
}
#oc-features.owl-carousel .owl-nav .owl-next {
	right: 200px !important;
}
#oc-features.owl-carousel .owl-nav .owl-prev {
	right: 230px !important;
	left: auto !important;
}
#oc-features .owl-item:not(.active) {
	opacity: .4;
}
#section-homeproject .slider-counter {
	position: absolute;
	top: auto;
	bottom: 292px;
	left: 210px;
	z-index: 999;
	font-size: 22px;
	background-color: #fff;
}
/***Form***/



.form-icon:before, .form-close:before {
	cursor: pointer;
	font-size: 30px;
	line-height: 30px;
	display: block;
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-icon {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	line-height: 60px;
	z-index: 999;
	display: block;
	color: #fff;
	border-radius: 50%;
}
.form-icon:before {
	cursor: pointer;
	font-size: 25px;
	line-height: 49px;
	text-align: center;
	display: block;
}
.form-overlay {
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0;
	background: #000000;/* transition: background 1s, opacity 0.4s, width 0s 0.4s; */
}
.show-form-overlay .form-overlay {
	width: 100%;
	opacity: 0.7;
	z-index: 777;/* transition: background 1s, opacity 0.4s, width 0s; */
}
.show-form-overlay.form-submitted .form-overlay {
	transition: background 0.6s;
}
.col-form {
	margin-bottom: 30px;
}
#form-container {
	color: #fff;
	z-index: 888;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	width: 50px;
	max-width: 50px;
	height: 50px;
	background: #006b39;
	background: -webkit-linear-gradient(90deg, #797e30, #a69f33);
	background: -o-linear-gradient(90deg, #797e30, #a69f33);
	background: -moz-linear-gradient(90deg, #797e30, #a69f33);
	background: linear-gradient(90deg, #797e30, #a69f33);
	text-align: center;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);/* transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s; */
}
#form-container.expand {
	cursor: auto;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);
	border-radius: 0;
	width: 70%;
	height: 363px;
	max-width: 360px;
	border-radius: 0;
	padding: 0;
	transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
}
#form-close {
	cursor: pointer;
	position: absolute;
	top: 11px;
	right: 12px;
	z-index: 99;
	font-size: 25px;
	opacity: 0.6;
}
#form-close:hover {
	opacity: 1;
}
.form-icon:before {
	display: block;
}
.form-close-icon:before {
	display: none;
}
.expand.form-icon:before {
	display: none;
}
.expand.form-close-icon:before {
	display: block;
	animation: none;
}
#form-content {
	transform: translateY(150%);
	width: 100%;
	opacity: 0;
	text-align: left;
	transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s;
}
#form-content.expand {
	transform: translateY(0px);
	opacity: 1;
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s;
}
#form-content form {
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 10px 30px 30px 30px;
	box-sizing: border-box;
	text-align: left;
}
#form-head {
	text-align: center;
	padding: 15px 30px;
}
#form-head h4 {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 400;
}
#enquiry-form .sm-form-control {
	color: #fff;
}
#enquiry-form select option {
	background: #254777;
	outline: none;
}
#form-content .sm-form-control {
	border-bottom: 2px solid #fff;
	background: transparent;
	letter-spacing: 0.5px;
	color: #fff;
}
 .sm-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#fff;
}
 .sm-form-control::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
 .sm-form-control:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
 .sm-form-control:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
 #contactform .sm-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#fff;
}
 #contactform .sm-form-control::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
 #contactform .sm-form-control:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
 #contactform .sm-form-control:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
#form-content .col-form-btn {
	margin-top: 0;
}
/**End Form**/
.section-title p {
	margin-bottom: 4px;
	font-size: 18px;
	font-style: italic;
}
.section-title h2, .section-title h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 400;
}
.section-title.white-title h2, .section-title.white-title h1, .section-title.white-title p {
	color: #fff;
}
.col-homeabout-img img {
	width: 100%;
}
.col-homeabout-text {
	margin: 0 60px;
}
.main-title {
	position: absolute;
	left: 0;
	top: 20%;
}
.title1, .title2 {
	background-color: #a03077;
	text-align: center;
	padding: 5px 20px;
}
.title1 h2, .title2 h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 40px;
	line-height: 56px;
}
.title1 {
	left: -60px;
	position: relative;
}
.col-homeabout-text .theme-btn {
	margin-top: 30px;
}
/******/







.section-circle {
	text-align: center;
	padding: 100px;
}
.circle-detail {
	position: relative;
	display: inline-block;
	height: 568px;
	width: 568px;
}
.circle-img-wrapper {
	padding: 50px;
	border: 2px dashed #ddd;
	border-radius: 100%;
	height: 568px;
	width: 568px;
}
.circle-img {
	position: relative;
	height: 462px;
	border: 2px dashed #333;
	border-radius: 50%;
}
.circle-img h3 {
	margin-bottom: 0;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.circle-img > img {
	padding: 20px;
	border-radius: 100%;
	border: 2px dashed #000;
}
.sun {
	background: #f1c40f;
	position: absolute;
	height: 25%;
	width: 25%;
	z-index: 2;
}
.circle-point-wrapper {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;/*animation: rotateEarth 24s infinite;*/
}
.circle-point {
	background: #fff;
	border: 5px solid #2e7e77;
	height: 10px;
	width: 10px;
	display: block;
	margin: -5px auto 0;
	border-radius: 100%;
	opacity: 0;
}
.circle-step:hover .circle-point {
	opacity: 1;
}
.circle-step {
	position: absolute;
	background: #fff;
	border: 1px solid #eee;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 100%;
	-moz-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-ms-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-o-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-webkit-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-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;
}
.circle-step img {
	display: block;
	padding: 14px;
}
.step-1 {
	top: 12%;
	right: 116px;
	margin: 0 auto;
}
.step-2 {
	top: 30%;
	right: 40px;
}
.step-3 {
	top: 54%;
	right: 30px;
}
.step-4 {
	top: 76%;
	right: 112px;
}
.step-5 {
	top: calc(100% - 85px);
	left: 15px;
	right: 0;
	margin: 0 auto;
}
.step-6 {
	top: 76%;
	left: 106px;
}
.step-7 {
	top: 54%;
	left: 28px;
}
.step-8 {
	top: 30%;
	left: 39px;
}
.step-9 {
	top: 12%;
	left: 116px;
}
.step-10 {
	top: 22px;
	left: 252px;
}
.step-des {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 300px;
	background: #292a2c;
	color: #fff;
	font-size: 13px;
	padding: 8px 16px;
	text-align: left;
	border-radius: 5px;
	-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;
}
.circle-step.active .step-des {
	opacity: 1;
}
.step-des-1 {
	top: -85px;
	left: 60px;
}
.circle-step.step-1 .circle-point {
	margin-top: -36px;
	margin-right: -6px;
}
.circle-step.step-2 .circle-point {
	margin-top: -14px;
	margin-right: -27px;
}
.circle-step.step-3 .circle-point {
	margin-top: 2px;
	margin-right: -30px;
}
.circle-step.step-4 .circle-point {
	margin-top: 46px;
	margin-left: 61px;
}
.circle-step.step-5 .circle-point {
	margin-top: 57px;
	margin-right: 22px;
}
.circle-step.step-6 .circle-point {
	margin-top: 52px;
	margin-right: 50px;
}
.circle-step.step-7 .circle-point {
	margin-top: 28px;
	margin-left: -22px;
}
.circle-step.step-8 .circle-point {
	margin-top: -4px;
	margin-left: -29px;
}
.circle-step.step-9 .circle-point {
	margin-top: -33px;
	margin-left: -12px;
}
.circle-step.step-10 .circle-point {
	margin-top: -47px;
	margin-left: 20px;
}
.step-des span h3 {
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
}
.step-des span p {
	color: #fff;
	line-height: 21px !important;
}







/*@keyframes rotateEarth {







0% {







 transform: rotate(0deg)







}







 8.33%, 25% {







 transform: rotate(90deg)







}







 33.33%, 50% {







 transform: rotate(180deg)







}







 58.33%, 75% {







 transform: rotate(270deg)







}







 83.33%, 100% {







 transform: rotate(360deg)







}







}*/







@keyframes rotateEarth {
 0% {
 transform: rotate(0deg);
}
 4.165%, 12.5% {
 transform: rotate(45deg);
 content:"Lorem ipsum dolor sit amet";
 color:#000;
 font-size:14px;
}
 16.665%, 25% {
 transform: rotate(90deg);
}
 29.165%, 37.5% {
 transform: rotate(135deg)
}
 41.665%, 50% {
 transform: rotate(180deg)
}
 54.165%, 62.5% {
 transform: rotate(225deg)
}
 66.665%, 75% {
 transform: rotate(270deg)
}
 79.165%, 87.5% {
 transform: rotate(315deg)
}
 91.665%, 100% {
 transform: rotate(360deg)
}
}
.element-item-3 {
	top: 20%;
}
.element-item-4 {
	right: -180px;
	top: 70%;
}
.circle-step:hover .step-des {
	opacity: 1;
}
.circle-step:hover {
	background-color: #f5f5f5;
}
.step-des-2 {
	left: 97px;
	top: -30px;
}
.step-des-3 {
	left: 100px;
	top: -10px;
}
.step-des-4 {
	left: 90px;
	top: 60px;
}
.step-des-5 {
	top: 100px;
	left: -100px;
}
.step-des-6 {
	right: 70px;
	top: 80px;
}
.step-des-7 {
	right: 80px;
	top: 70px;
}
.step-des-8 {
	right: 100px;
	top: -10px;
}
.step-des-9 {
	right: 92px;
	top: -84px;
}
.step-des-10 {
	right: -130px;
	top: -130px;
}
/******/







#section-exploretheworld {
	background-color: #2a2a2a;
}
#oc-gallery .oc-item {
	margin-top: 30px;
}
#oc-gallery {
	margin-top: 160px;
}
#oc-gallery .owl-dots .owl-dot {
	position: relative;
	margin-top: 0;
	width: 33.33%;
	padding: 20px;
	height: 60px;
	top: 1px;
}
#oc-gallery .owl-dot:after {
	color: #ffffff;
	font-size: 18px;
}
#oc-gallery .owl-dot:nth-child(1):after {
	content: 'Industrial';
}
#oc-gallery .owl-dot:nth-child(2):after {
	content: 'Residential';
}
#oc-gallery .owl-dot:nth-child(3):after {
	content: 'Commercial';
}
#oc-gallery .owl-dots .owl-dot span {
	display: none;
}
#oc-gallery .owl-dots {
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #BFBFBF;
}
#oc-gallery .owl-stage-outer {
	margin-top: 40px;
}
#oc-gallery .owl-dots .owl-dot.active {
	border-bottom: 3px solid #000000;
	top: 1px;
}
#oc-testi .owl-nav {
	display: none;
}
.location-advantage-des {
	font-size: 13px;
	line-height: 16px;
}
.view-more-section {
	margin-top: 80px;
	text-align: center;
}
.innergallery {
	position: relative;
	overflow: hidden;
}
.gallery-overlay {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	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;
}
.gallery-overlay:hover {
	opacity: 1;
}
.plus-icon {
	position: absolute;
	top: calc(50% + 15px);
	font-size: 28px;
	left: 0;
	right: -1px;
	opacity: 0;
	z-index: 999;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: transparent;
	color: #ffffff;
	text-align: center;
	border-radius: 100%;
	-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;
}
.innergallery:hover .plus-icon {
	top: 50%;
	opacity: 1;
}
.col-usp {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 80px;
}
.col-usp:nth-child(6) {
	margin-bottom: 0;
	margin-left: -10%;
}
.col-usp:nth-child(6), .col-usp:nth-child(7), .col-usp:nth-child(8), .col-usp:nth-child(9) {
	margin-bottom: 0;
}
.usp-row {
	margin-top: 80px;
}
.know-more-section {
	text-align: center;
	margin-top: 80px;
}
.usp-img img {
	margin-bottom: 15px;
}
.element-item {
	position: absolute;
}
#section-usp {
	position: relative;
}
.element-item-1 {
	top: 20%;
	left: -150px;
}
.element-item-2 {
	top: 20%;
	right: -150px;
}
.element-item-2 {
	top: 60%;
	right: -220px;
}
#section-testimonials {
	background-color: #f0f0f4;
}
#oc-testi {
	max-width: 900px;
	margin: 80px auto 0;
}
#oc-testi .testi-image {
	float: none;
	margin-right: 0;
	margin: 0 auto;
}
#oc-testi .testi-image img {
	border-radius: 0;
}
#oc-testi .testimonial {
	padding: 80px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#oc-testi .testi-image img {
	width: 50px !important;
	height: 50px;
}
#oc-testi .testi-content p:before, .testi-content p:after {
	content: none;
}
#oc-testi .testi-content {
	text-align: center;
	margin-top: 30px;
}
#oc-testi .testi-content p {
	font-size: 18px;
}
#oc-testi .testi-meta {
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 30px;
}
#oc-testi.owl-carousel .owl-dots .owl-dot span {
	background-color: #3d458f;
	margin: 5px;
}
#oc-testi.owl-carousel .owl-dots .owl-dot {
	margin-top: 50px;
	margin: 50px 10px 50px;
}
#oc-testi.owl-carousel .owl-dots .owl-dot.active {
	border: 1px solid #3d458f;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
#oc-testi.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1;
}
#oc-testi.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1;
	left: -56px;
	border: none;
	background-color: transparent;
	font-size: 22px;
	color: #3d458f;
}
#oc-testi.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -56px;
}
#oc-testi.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #3d458f !important;
}
#oc-testi .testi-content .theme-btn {
	border: none;
	padding: 0 60px 0 0;
	color: #3d458f;
	font-weight: 600;
	height: inherit !important;
	line-height: 20px;
	margin-top: 20px;
}
#section-talktoourexpert {
	background-image: url(../images/talk-to-our-expert-bg.html);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#section-talktoourexpert:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#homemodal {
    background-color: #000;
}
#homemodal .modal-dialog {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
#homemodal .modal-dialog {
    max-width: 600px !important;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.modal-body {
    padding: 0px;
}
button.i-agree.button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -52px;
    background-color: #9a2f74;
}
button.i-agree.button:hover {
    background-color: #2c347a;
}
#popup-vid .mfp-close {
    position: fixed;
    color: #fff;
    font-size: 50px;
}
#homemodal .modal-body h3 {
    text-align: center;
	margin-bottom: 20px;
}
#homemodal .modal-body {
    padding: 30px 0 80px 30px;
}
#homemodal .modal-content {
    border-radius: 0;
}
.home-form {
	max-width: 800px;
	width: 100%;
	margin: 50px auto 0;
}
.home-form .col-form .sm-form-control {
	border: 1px solid #fff;
	padding: 10px;
}
.home-form .input-group-append {
	margin-top: 30px !important;
	text-align: center;
}
.home-form .input-group-append .theme-btn {
	height: 43px;
	background-color: #fff;
	border: none !important;
	padding: 10px;
	width: 100%;
	-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;
	line-height: 20px !important;
}
.home-form .input-group-append .theme-btn:hover {
	background-color: #e5e5e5;
}
.home-form .input-group-append .theme-btn img {
	width: 22px;
}
.home-form .col-form textarea {
	padding: 10px !important;
}
#footer {
	background-color: #fff;
	border-top: none;
}
#footer {
	position: relative;
	margin-top: 0px !important;
}
.footer-inner {
	padding: 60px 120px;
}
.copyright-text {
	padding: 20px;
	text-align: center;
}
.footer-rera p {
	font-size: 18px;
	margin-bottom: 4px;
}
.footer-rera h3 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.footer-menu ul {
	margin-bottom: 0;
	text-align: center;
}
.footer-menu ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
}
#gotoTop {
    /* position: relative; */
    /* float: right; */
    background-color: transparent;
    color: #2a2a2a;
    right: 20px !important;
    bottom: 20px !important;
    border-radius: 0;
    border: 1px solid #2a2a2a;
    font-size: 18px;
}
#gotoTop:hover {
	background-color: #3d458e;
	color: #fff;
	border: 1px solid #3d458e;
}
.footer-divider {
	border: 1px solid #cecece;
	margin: 60px 0;
}
.f-contact-details {
	text-align: center;
}
.f-contact-details h3 {
	color: #868686;
	font-size: 18px;
	margin-bottom: 10px;
}
.bottom-row {
	padding: 0 !important;
}
.f-contact-details p {
	font-size: 16px;
	line-height: 24px !important;
}
.footer-contact p {
	margin-bottom: 2px;
}
.footer-contact p a {
	color: #2a2a2a;
}
.footer-contact p a:hover {
	color: #3d458e;
}
.social-icon i {
	color: #fff !important;
}
.social-icon i:last-child {
	color: #fff !important;
}
.copyright-text span {
	font-size: 14px;
}
.powered-by {
	top: 30%;
	position: absolute;
	right: -40px;
	transform: rotate(-90deg);
}
.powered-by-text:hover {
	color: #3d458e;
}
.footer-menu ul li a:hover {
	color: #3d458e;
}
.inner-page-title p {
	margin-bottom: 4px;
	font-size: 22px;
	font-style: italic;
}
.inner-page-title h2, .inner-page-title h1 {
	font-size: 70px;
	line-height: 60px;
	font-weight: 400;
}
.inner-page-title.white-title h2, .inner-page-title.white-title h1, .inner-page-title.white-title p {
	color: #fff;
}
.inner-page-banner {
	position: relative;
	height: 400px;
}
.inner-page-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inner-page-banner:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(144, 116, 142, 0.5);
}
#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap, #header.sticky-header ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
	top: 100px;
}
#aboutus #page-menu, #aboutus #page-menu-wrap {
	height: 0;
	line-height: 0;
}
#aboutus #page-menu-wrap {
	background-color: transparent;
	box-shadow: none !important;
	height: 0;
	line-height: 0;
}
#aboutus #page-menu nav li:hover a, #aboutus #page-menu nav li.current a {
	background-color: transparent;
}
#aboutus #page-submenu-trigger {
	opacity: 1;
	pointer-events: auto;
	color: #2a2a2a;
}
#aboutus #page-submenu-trigger {
	opacity: 1;
	margin-right: 64px;
	background-color: #3d458f;
	border-radius: 50%;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#aboutus #page-menu nav {
	display: none;
	position: absolute;
	float: none;
	width: 200px;
	top: 84px;
	left: auto;
	right: 75px;
	height: auto;
	background-color: transparent;
	z-index: 11;
}
#aboutus #page-menu nav ul {
	height: auto;
	background-color: transparent;
}
#aboutus #page-menu nav li {
	float: none;
	background-color: #3d458f;
	margin-bottom: 10px;
	border-radius: 20px;
	text-align: center;
	-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;
	color: #2a2a2a;
}
#aboutus #page-menu nav li:hover {
	background-color: #175a56
}
#aboutus #page-menu nav li a {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	border-radius: 0;
	font-size: 16px;
}
#aboutus #page-menu.pagemenu-active nav {
	display: block;
}
#aboutus .empire-bars {
	top: 30px;
	right: 80px;
	margin: 0!important;
	display: inline-block!important;
	height: 40px;
	width: 40px;
	position: fixed;
	z-index: 444!important;
}
#aboutus #page-submenu-trigger span {
	top: 50%;
	display: block;
	background-color: #ffffff;
	margin-top: -1px;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}
#aboutus #page-submenu-trigger span:after, #aboutus #page-submenu-trigger span:before {
	display: block;
	content: '';
}
#aboutus #page-submenu-trigger span, #aboutus #page-submenu-trigger span:after, #aboutus #page-submenu-trigger span:before {
	width: 23px;
	height: 1px;
	border-radius: 0;
	background-color: #ffffff;
	-webkit-transition: -webkit-transform ease .15s;
	transition: -webkit-transform ease .15s;
	transition: transform ease .15s;
	transition: transform ease .15s, -webkit-transform ease .15s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#aboutus #page-submenu-trigger span:before {
	top: -6px;
	-webkit-transition: top .1s .14s ease, opacity .1s ease;
	transition: top .1s .14s ease, opacity .1s ease;
}
#aboutus #page-submenu-trigger span:after {
	bottom: -6px;
	-webkit-transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
}
#aboutus .pagemenu-active #page-submenu-trigger span {
	-webkit-transition-delay: .14s;
	transition-delay: .14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#aboutus .pagemenu-active #page-submenu-trigger span:before {
	top: 0;
	-webkit-transition: top .1s ease, opacity .1s .14s ease;
	transition: top .1s ease, opacity .1s .14s ease;
	opacity: 1;
}
#aboutus .pagemenu-active #page-submenu-trigger span:after {
	bottom: 0;
	transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.col-aboutus-img {
	padding-right: 20px;
}
.row-aboutus {
	margin-top: 60px !important;
}
.whyempire-image {
	text-align: center;
	margin-top: 60px;
}
.col-empireindustries-inner {
	padding: 0 40px;
	text-align: center;
}
.col-empireindustries-inner h3 {
	font-size: 30px;
	font-weight: 500;
}
.col-empireindustries-inner .theme-btn, .col-aboutus-inner .theme-btn {
	border: none;
	padding: 0 60px 0 0;
	color: #3d458f;
	font-weight: 600;
}
#page-menu-wrap {
	background-color: #3d458f;
	text-align: center;
}
#page-menu nav li {
	float: left;
	display: table;
	border-right: none;
}
#aboutus-new #page-menu nav li {
	width: 16.6%;
}
#page-menu nav {
	text-align: center;
	float: none;
	padding: 0;
}
#page-menu nav li a {
	font-size: 16px;
	height: inherit;
	line-height: 42px;
	margin: 0;
	padding: 10px 15px;
	border-radius: 0;
	height: 62px;
	vertical-align: middle;
	display: table-cell;
}
#page-menu, #page-menu-wrap {
	text-shadow: none;
	height: 62px;
}
#page-menu nav ul {
	height: inherit;
}
#page-menu nav li:last-child {
	border-right: 0;
}
.cntfeedback-inner {
	height: 100%;
	background-color: #fff;
	padding: 40px;
}
.element-item-11 {
	top: 0;
}
.element-item-12 {
	right: 0;
}
.element-item-13 {
	top: 10%;
	left: -90px;
}
.element-item-14 {
	right: -90px;
	bottom: 0;
}
#empireindustries .modal-content {
	border-radius: 0;
}
#empireindustries .modal-body, #about-us .modal-body {
	padding: 40px;
	border: 4px solid #3d458f;
}
#empireindustries .modal-body .close, #about-us .modal-body .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	background-color: #3d458f;
	opacity: 1 !important;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 10px;
}
#empireindustries .modal-dialog {
	top: 50%;
	transform: translateY(-50%);
}
#section-contactfeedback {
	background-color: #f0f0f4;
}
.cntfeedback-inner {
	height: 100%;
	background-color: #fff;
	padding: 40px;
}
#cntfeedback-form {
	background-image: url(../images/contact-feedback/bg.html);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}
#cntfeedback-form:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.element-item-6 {
	top: 80px;
	left: -140px;
}
.element-item-5 {
	right: -200px;
}
.cntfeedback-inner address {
	margin-bottom: 0;
}
.cntfeedback-inner address p span {
	color: #3d458f;
}
.cntfeedback-inner address p strong {
	font-weight: 500;
	color: #3d458f;
	font-size: 18px;
}
.cntfeedback-inner address p {
	margin-bottom: 5px;
}
.contact-form {
	margin-top: 60px;
}
.contact-form .col-form .sm-form-control {
	border: 1px solid #fff;
	padding: 10px;
}
.contact-form .input-group-append .theme-btn {
	height: 43px;
	width: 100%;
	background-color: #fff;
	border: none !important;
	padding: 10px !important;
	-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;
	line-height: 20px !important;
}
.contact-form .input-group-append .theme-btn:hover {
	background-color: #e5e5e5;
}
.contact-form .input-group-append .theme-btn img {
	width: 22px;
}
.contact-form .col-form label {
	color: #fff;
	text-transform: inherit;
	font-size: 18px;
	font-weight: 200;
}
.your-requirement {
	margin-right: 20px;
	margin-bottom: 0;
}
.checkbox-style {
	opacity: 0;
	position: absolute
}
.checkbox-style, .checkbox-style-2-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer
}
.checkbox-style-2-label {
	position: relative
}
.checkbox-style-2-label:before {
	content: '';
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	padding: 4px;
	margin-right: 10px;
	line-height: 1;
	text-align: center
}
.checkbox-style-2-label.checkbox-small:before {
	border: 2px solid #ddd;
	width: 16px;
	height: 16px;
	margin: 0 8px 1px 0
}
.checkbox-style:checked+.checkbox-style-2-label:before {
	background: #3d458f;
	box-shadow: inset 0 0 0 4px #fff
}
.checkbox-style:checked+.checkbox-style-2-label.checkbox-small:before {
	box-shadow: inset 0 0 0 2px #fff
}
.homeloan-text-info {
	padding: 0 0 0 60px;
}
.element-item-8 {
	top: 0;
	left: -130px;
}
#section-homeloan .element-item-7 {
	right: -140px;
	bottom: -100px;
}
#section-benefitsmsme {
	background-color: #f1f0eb;
}
.benefitsmsme-text {
	max-width: 900px;
	margin: 60px auto 0;
}
.disclaimer-body p {
	font-size: 13px;
	text-align: center;
	line-height: 24px !important;
}
.disclaimer-body {
	height: 650px;
	overflow: auto;
}
 .disclaimer-body::-webkit-scrollbar {
 width: 4px;
 background-color: #F5F5F5;
}
 .disclaimer-body::-webkit-scrollbar-thumb {
 background-color: #3d458f;
}
 .disclaimer-body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #F5F5F5;
}
.benefitsmsme-text .acctitle {
	color: #fff;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: 200;
	padding: 10px 0 10px 25px;
	border: 1px solid #fff;
	margin-bottom: 30px;
}
.benefitsmsme-text .acc_content {
	padding: 0 25px 20px 25px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
}
.benefitsmsme-text .acc_content ul {
	margin-bottom: 0;
}
.benefitsmsme-text .acc_content ul li {
	margin-left: 20px;
	letter-spacing: 1px !important;
	margin-bottom: 20px;
	list-style: circle;
}
.benefitsmsme-text .acc_content ul li:last-child {
	margin-bottom: 0;
}
.benefitsmsme-text .acctitle i {
	left: auto;
	right: 20px;
}
.benefitsmsme-text .acctitle-last {
	margin-bottom: 0 !important;
}
.benefitsmsme-text .acc_content-last {
	padding: 20px 25px !important;
}
.col-idealindustries {
	width: 20%;
	float: left;
	text-align: center;
}
.row-idealindustries {
	margin-top: 80px;
}
.col-idealindustries {
	width: 20%;
	float: left;
	text-align: center;
}
.col-idealindustries {
	margin-bottom: 80px;
	padding: 0 10px;
}
.idealindustries-img img {
	width: 60px;
	margin-bottom: 15px;
}
.col-idealindustries:nth-child(11), .col-idealindustries:nth-child(12), .col-idealindustries:nth-child(13) {
	margin-bottom: 0;
}
.col-idealindustries:nth-child(11) {
	margin-left: 20%;
}
.element-item-15 {
	top: 10%;
	left: -90px;
}
.element-item-16 {
	right: -90px;
	bottom: 0;
}
#section-loanassistance {
	background-color: #2a2a2a;
}
.loanassisatnce-text-info {
	padding: 0 60px 0 0;
	text-align: right;
}
.loanassistance-text p {
	color: #fff;
}
#section-benefitsmsme {
	background-image: url(../images/knowledge-center/benifits-msme.html);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
#section-benefitsmsme:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
}
.element-item-17 {
	right: -40px;
	bottom: -40px;
}
.element-item-18 {
	top: -40px;
	left: -40px;
}
#section-careers {
	padding: 120px 0;
	background-color: #F1F0EB;
}
.careers-text {
	padding: 0 60px;
}
.careers-text p a {
	color: #3d458f;
}
.careers-text p a:hover {
	color: #3d458e;
}
.careers-text p {
	font-size: 22px;
	line-height: 32px !important;
}
.testimonials-image {
	display: inline-block;
}
.testimonials-text {
	display: inline-block;
	width: calc(100% - 300px);
	vertical-align: middle;
	padding: 20px;
}
.col-testimonials {
	margin-bottom: 30px;
}
.theme-block-detail {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-ms-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-o-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-webkit-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	box-shadow: 0 0 10px rgba(115,115,115,0.15);
}
.theme-block-img {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.theme-block-img img {
	width: 100%;
}
.theme-block-detail h3 {
	position: relative;
	margin: 0;
	padding: 12px 15px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.theme-block-icon {
	position: absolute;
	top: calc(50% + 15px);
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background: #ffffff;
	color: #e40064;
	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;
}
.theme-block-detail:hover .theme-block-icon {
	top: 50%;
	opacity: 1;
}
.theme-block-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	background: #e40064;
	background: -webkit-linear-gradient(155deg, #e40064, #9b1777);
	background: -o-linear-gradient(155deg, #e40064, #9b1777);
	background: -moz-linear-gradient(155deg, #e40064, #9b1777);
	background: linear-gradient(155deg, #e40064, #9b1777);
	-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-detail:hover .theme-block-img:before {
	opacity: 0.9;
}
.project-banner {
	position: relative;
}
.project-banner:before {
/*content: "";



	position: absolute;



	right: 0px;



	bottom: 0px;



	left: 0px;



	height: 20%;



	width: 100%;



	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));



	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));



	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));



	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));*/



}
.project-title {
	position: absolute;
	left: auto;
	bottom: 50px;
	z-index: 9;
	right: 0;
}
.project-title h1 {
	color: #fff;
	margin: 0 60px 0 0;
	background: #d9317d;
	padding: 10px 30px;
}
#industrial-spaces .project-title h1 {
	background: #3d458f;
}
.project-title span {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #050505;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	right: 0;
	position: absolute;
	bottom: 73px;
}
.section-project-title h2 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
}
.project-rera-detail .project-rera-img {
	width: 90px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.project-rera-img img {
	max-width: 100px;
}
.project-rera-detail a {
	display: block;
	font-size: 16px;
}
.project-rera-des {
	display: inline-block;
	width: calc(100% - 119px);
	vertical-align: middle;
}
.project-rera-des h4 {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.project-rera-no {
	letter-spacing: 1px;
	font-weight: 700;
}
.project-tagline span {
	font-size: 24px;
	letter-spacing: 1px;
	font-style: italic;
	margin-bottom: 10px;
	display: block;
}
.project-tagline h3 {
	font-weight: 400;
}
.property-info-detail h3 {
	font-weight: 500;
	margin-bottom: 5px;
}
.section-plans, .section-site-progress {
	padding-bottom: 50px;
}
.section-plans {
	background-image: url(../images/theme-bg.html) !important;
}
.section-plans .theme-block-img {
	border-bottom: 1px solid #eee;
}
.site-progress-bg {
	background-image: url(../images/project/residential-spaces/site-progress/bg.html);
}
.site-progress-bg {
	padding: 30px 0;
	height: 380px;
}
.site-progress-wrapper {
	position: relative;
	margin-top: -60px;
	padding: 0 15px;
}
.col-site-progress {
	margin-bottom: 30px;
}
.site-progress-bg:before {
/*content: "";



    position: absolute;



    right: 0px;



    top: 0px;



    left: 0px;



    height: 30%;



    width: 100%;



    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));



    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));



    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));



    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));*/



}
.col-site-progress .theme-block-detail h3 {
	position: absolute;
	bottom: 0;
	padding: 15px 25px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.5px;
}
.col-site-progress .theme-block-img:after, .specification-item .theme-block-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-repeat: repeat;
	background-position: 0 bottom;
	background: -moz-linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: -webkit-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: -webkit-linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: -o-linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: -ms-linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6fa', endColorstr='#00ffffff', GradientType=1);
}
.col-site-progress .theme-block-detail .theme-block-des {
	position: relative;
	z-index: 99;
}
.section-project-title {
	position: relative;
}
.section-project-title-inner {
	margin-bottom: 30px;
}
.section-project-title-inner h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}
.section-project-title-inner h3 span {
	color: #333;
}
.section-specification {
	background-image: url(../images/theme-bg.html);
}
.site-progress-item {
	margin-bottom: 30px;
}
.site-progress-item:last-child {
	margin-bottom: 0;
}
.specification-dis li {
	list-style-position: inside;
	padding: 0;
	color: #3d458f;
	letter-spacing: 1px;
	margin-bottom: 0;
	list-style-type: circle;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.specification-dis span {
	color: #333;
	font-weight: 400;
	font-style: italic;
}
.specification-detail {
	position: relative;
	display: block;
	text-align: left;
}
.specification-detail img {
	position: relative;
	/* max-width: 80px; */



	padding: 11px;
	display: block;
	-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;
}
.specification-detail h3 {
	width: calc(100% - 70px);
	color: #490121;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	-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;
}
.specification-dis {
	margin: 0;
}
.col-specification {
	margin-bottom: 30px;
}
.specification-icon {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	width: 50px;
	height: 50px;
	margin: 0 15px 0 0;
	vertical-align: middle;
	border-radius: 100%;
	background: #b81760;
	text-align: center;
	-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;
}
.specification-detail .specification-icon img:first-child {
	margin-top: 0;
}
.specification-detail:hover .specification-detail img:first-child {
	top: -80px;
}
.specification-detail:hover .specification-icon img:first-child, .theme-tab-nav li.ui-state-active a .specification-icon img:first-child {
	margin-top: -50px;
}
.specification-detail:hover .specification-icon, .theme-tab-nav li.ui-state-active .specification-detail .specification-icon {
	background: #fff;
}
.col-amenities:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	right: -1px;
	border-right: 1px dashed #ddd;
}
.col-amenities:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed #ddd;
}
.row-amenities {
	overflow: hidden;
	margin: 0;
}
.col-amenities {
	padding: 0;
}
.amenities-detail img {
	max-width: 60px;
	margin-bottom: 15px;
}
.amenities-detail h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	font-weight: 400;
	font-style: italic;
}
.amenities-detail {
	padding: 15px 30px;
	text-align: center;
}
#page-menu .menu-col-4 li {
	width: 25%;
}
#page-menu .menu-col-5 li {
	width: 20%;
}
.project-disclaimer {
	margin-top: 30px;
}
.project-disclaimer span {
	font-size: 12px;
	letter-spacing: 1px;
}
.theme-tab-nav li {
	width: 50%;
	padding-right: 30px;
	float: left;
	display: inline-block;
	list-style: none;
	margin-bottom: 15px;
}
.theme-tab-nav {
	position: relative;
	float: left;
	width: 60%;
	margin-bottom: 0;
	margin-right: 30px;
	padding: 30px 30px 15px;
	background: #d9317d;
}
.theme-vertical-tabs .tab-container {
	width: calc(40% - 30px);
	float: left;
	padding: 0;
}
.theme-tab-nav:before {
	content: "";
	position: absolute;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	top: -30px;
	left: -30px;/* background: #d9317d; */
}
.theme-tab-nav li.ui-state-active a h3, .theme-tab-nav li a:hover h3 {
	color: #fff;
}
.theme-vertical-tabs {
	padding-top: 30px;
	margin: 0;
}
.specification-des-detail h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.specification-des-img {
	width: 100%;
	display: inline-block;
	margin: 0 0 30px;
	vertical-align: middle;
}
.specification-des-detail {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.phase {
	text-align: center;
	padding: 20px;
	margin-top: 30px;
	background-color: #3d458f;
}
.phase h3 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 18px;
}
.phase p {
	color: #fff;
}
#media .one-page-menu li {
	width: 20%;
}
.col-management-img img {
	border: 5px solid #3e4690;
}
.col-homeabout-img img {
	border: 5px solid #3d458f;
}
.video-section {
	text-align: center;
	margin-top: 40px;
}
.circle-year {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 20px !important;
	color:#fff !important;
}
.big {
	font-size: 23px;
}
.commercial-info {
	background: linear-gradient(135deg, #3d458f 0%, #b32e77 100%) !important;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
}
.commercial-info p {
	color: #fff;
}
.menu-col-6 ul li {
	width: 16.66%;
}
.industrialamenities-text p {
	background-color: #3d458f;
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
}
.partners-info {
	text-align: center;
	margin-top: 50px;
}
.partners-info h3 {
	color: #3d458f;
}
.partners-logo img {
	margin-bottom: 10px;
}
.col-approvals {
	width: 20%;
	float: left;
}
.col-approvals .feature-box.fbox-outline .fbox-icon {
	border: 1px solid #3d458f;
}
.col-approvals .feature-box .fbox-icon i, .col-approvals .feature-box .fbox-icon img {
	background-color: #3d458f;
}
.col-approvals .feature-box p {
	color: #333;
}
.col-approvals .feature-box.fbox-center:not(.fbox-bg) h3:after {
	border-top: 2px solid #3d458f;
}
.col-approvals .fbox-effect .fbox-icon i:hover, .col-approvals .fbox-effect:hover .fbox-icon i {
	background-color: #3d458f !important;
}
.col-approvals .fbox-effect .fbox-icon i:after {
	box-shadow: 0 0 0 2px #3d458f;
}
.col-approvals .feature-box.fbox-center:not(.fbox-bg):hover h3:after {
	border-top: 2px solid #3d458f !important;
}
.row-approvals {
	margin-top: 50px !important;
}
.header-follow {
	text-align: right;
	height: 100px;
}
.footer-social {
	position: absolute;
	right: 10%;
	top: 54%;
	transform: translateY(-50%);
}
.f-contact-details .social-icon {
	margin-bottom: 0;
}
.menu-col-2 ul li {
	width: 50%;
}
#page-wrap {
	position: absolute;
	top: 50px;
	left: 47%;
	transform: translateX(-50%);
}
.badge {
	position: absolute;
	/*width: 1200px;*/
	border-radius: 100%;
	transform: rotate(-361deg);
	right: 0;
	left: 0;
	background-color: transparent;
	top: 23px;
}
h1 span {
	height: 200px;
	position: absolute;
	width: 20px;
	left: 0;
	top: 0;
	transform-origin: bottom center;
}
.char {
	display: inline-block;
	text-align: center;
	color: #757575 !important;
	font-size: 28px;
}
.char1 {
	transform: rotate(30deg);
}
.char2 {
	transform: rotate(60deg);
}
.char3 {
	transform: rotate(90deg);
}
.char4 {
	transform: rotate(120deg);
}
.char5 {
	transform: rotate(150deg);
}
.char6 {
	transform: rotate(180deg);
}
.char7 {
	transform: rotate(210deg);
}
.char8 {
	transform: rotate(240deg);
}
.char9 {
	transform: rotate(270deg);
}
.char10 {
	transform: rotate(300deg);
}
.char11 {
	transform: rotate(330deg);
}
.char12 {
	transform: rotate(360deg);
}
#section-usp #oc-gallery .owl-dot:after {
	color: #a13077;
}
#section-usp #oc-gallery .owl-dots .owl-dot.active {
	border-bottom: 2px solid #a13077;
}
.usp-new .usp-img img {
	width: 53px !important;
	margin: 0 auto 20px;
	height: 53px;
}
.usp-new .col-usp:nth-child(6) {
	margin-left: 0;
}
/*.about-new {
	padding: 120px;
}*/
.home-new .innergallery, .section-project .theme-block-img {
	border-radius: 50%;
	cursor: pointer;
}
.section-project .theme-block-detail {
	background: #f9f9f9 !important;
	box-shadow: none !important;
}
.home-new .gallery-overlay {
	border-radius: 50%;/*background: linear-gradient(135deg, rgba(61,69,143,0.8) 0%, rgba(179,46,119,0.8) 100%) !important;*/
}
.home-new .innergallery:hover img {
	transform: scale(1.1);
}
.home-new .innergallery img {
	transition: all 0.3s linear;
}
.home-new .step-des {
	z-index: 99 !important;
}
.home-new .step-des-9 {
	right: -120px !important;
	top: -104px !important;
}
.home-new .step-des-8 {
	right: -80px;
	top: -70px;
}
.home-new .step-des-7 {
	right: -130px;
	top: -90px;
}
.home-new .step-des-6 {
	right: -80px;
	top: 100px;
}
.points-desc img {
	border-radius: 50%;
	transition: all 0.3s linear;
}
.points-desc {
	position: relative;
	overflow: hidden;
}
.points-overlay {
	border-radius: 50%;
	text-align: center;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	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;
}
.industrial-overlay {
	background: linear-gradient(135deg, rgba(61,69,143,0.9) 0%, rgb(61, 69, 143, 0.9) 100%) !important
}
.residential-overlay {
	background: linear-gradient(135deg, rgba(179,46,119,0.9) 0%, rgb(179, 46, 119, 0.9) 100%) !important
}
.mix-overlay {
	background: linear-gradient(135deg, rgba(61,69,143,0.9) 0%, rgba(179,46,119,0.9) 100%) !important;
}
.points-overlay ul {
	margin-bottom: 0;
}
.points-overlay ul li {
	list-style-type: none;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.points-overlay ul li:last-child {
	margin-bottom: 0;
}
.points-overlay ul {
	margin-bottom: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.points-overlay:hover {
	opacity: 1;
}
.points-desc:hover img {
	transform: scale(1.1);
}
.points-img {
	overflow: hidden !important;
}
.points-overlay ul p {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	margin-bottom: 22px;
}
.points-overlay ul p:after {
	content: "";
	width: 20%;
	height: 2px;
	background-color: #fff;
	left: 50%;
	right: 0;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	bottom: -6px;
}
#oc-usp {
	margin-top: 50px;
}
.home-new #section-exploretheworld {
	background-color: transparent !important;
}
.home-new #section-usp {
	background-color: #2a2a2a !important;
}
.home-new #oc-gallery .owl-dot:after {
	color: #000000;
}
.walktowork-img img {
	height: auto;
	width: 100%;
}
.col-walktowork {
	width: 70%;
	float: left;
}
.col-walktowork:last-child {
	width: calc(30% - 10px);
}
.walktowork-text {
	padding: 0 150px;
}
.walktowork-right {
	top: 60%;
	position: absolute;
	transform: translateY(-50%);
}
.walktowork-right img {
	border-radius: 50%;
}
#section-walktowork {
	background-color: #414991 !important;
}
.walktowork-text {
	padding: 80px 150px;
}
.walktowork-text p {
	color: #fff;
}
.col-connectivity .accordion {
	margin-bottom: 0;
	padding: 0 30px 0 30px;
	max-height: 400px;
	overflow-y: auto;
}
.col-connectivity:last-child {
	background-color: #982f74;
}
.col-connectivity .accordion .acctitle {
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
}
.col-connectivity .accordion .acctitle i {
	left: auto;
	right: 0;
	font-size: 18px;
	line-height: 64px;
}
.col-connectivity .accordion .acc_content {
	padding-left: 0;
}
.col-connectivity .accordion .acc_content {
	padding-left: 0;
	color: #fff;
}
.col-connectivity .accordion .acc_content ul {
	margin-bottom: 0;
}
.col-connectivity .accordion .acc_content ul li {
	list-style-type: none;
	font-size: 16px;
}
 .col-connectivity .accordion::-webkit-scrollbar {
 width: 6px;
 background-color: #982f74;
}
 .col-connectivity .accordion::-webkit-scrollbar-thumb {
 background-color: #3e4690;
}
 .col-connectivity .accordion::-webkit-scrollbar-track {
 background-color: #982f74;
 opacity: 1;
}
.row-empireindustries {
	background-color: #fff !important;
	margin-bottom: 30px !important;
	box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
}
.row-empireindustries:last-child {
	margin-bottom: 0 !important;
}
.whyempire-circle-text {
	text-align: center;
}
.whyempire-circle-text h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #3d458f;
}
.feature-detail {
	position: relative;
	width: 600px;
	height: 600px;
	border: 1px solid #3d458f;
	border-radius: 50%;
	margin: 80px auto 0;
}
.feature-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #fff;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	border-radius: 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;
}
.feature-icon:hover, .feature-icon.open {
	background: #2d7af2;
	background: -webkit-linear-gradient(155deg, #3d458f, #972f74);
	background: -o-linear-gradient(155deg, #3d458f, #972f74);
	background: -moz-linear-gradient(155deg, #3d458f, #972f74);
	background: linear-gradient(155deg, #3d458f, #972f74);
}
.feature-icon-img {
	opacity: 1;
	-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;
}
.feature-icon:hover .feature-icon-img, .feature-icon.open .feature-icon-img {
	opacity: 0;
}
.feature-icon-img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-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;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.feature-icon-hover {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	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;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.feature-icon:hover .feature-icon-hover, .feature-icon.open .feature-icon-hover {
	opacity: 1;
}
.feature-icon1 {
	top: -3%;
	left: 60%;
}
.feature-icon2 {
	top: 20%;
	left: 88%;
}
.feature-icon3 {
	top: 53%;
	left: 94%;
}
.feature-icon4 {
	top: 85%;
	left: 75%;
}
.feature-icon5 {
	top: 95%;
	left: 45%;
}
.feature-icon6 {
	top: 82%;
	left: 10%;
}
.feature-icon7 {
	top: 55%;
	left: -4%;
}
.feature-icon8 {
	top: 26%;
	left: -1.5%;
}
.feature-icon9 {
	top: 0%;
	left: 24%;
}
/*.feature-icon10 {
	top: 42%;
	left: -5%;
}
.feature-icon11 {
	top: 19%;
	left: 3%;
}*/
.feature-info-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.feature-info-wrapper.text {
	width: 100%;
	text-align: left;
	background: none;
}
.feature-info-wrapper.text p {
	color: #000000 !important;
}
.feature-info {
	position: absolute;
	top: 50%;
	padding: 0 30px;
	width: 100%;
	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;
}
.feature-info.open {
	opacity: 1;
	z-index: 9 !important;
}
.feature-info h4 {
	position: relative;
	color: #000;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.feature-info h4:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #2d7af2;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.feature-info p {
	color: #ffffff;
}
.feature-icon:hover .feature-icon-hover, .feature-icon.open .feature-icon-hover {
	opacity: 1;
}
.feature-icon-img {
	-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;
	width: 32px;
}
.location-advantage-detail {
	position: relative;
	width: 550px;
	height: 550px;
	margin: 0 auto;
	background: transparent;
	/*background: #fff;*/
	border-radius: 100%;
	border: 3px solid #757575;
}
#location-advantage, #location-advantage-res {
	width: 550px;
	height: 550px;
	margin: 10px auto;
	z-index: 9;
	position: relative;
	border-radius: 50%;
	animation: spin 20s linear infinite;
}
.location-advantage-item, .location-advantage-item-res {
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	background: #A71112;
	border: 2px solid #A71112;
	font-weight: 500;
	cursor: pointer;
	-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;
	animation: spin 20s linear infinite reverse;
}
.location-advantage-item:nth-child(1):hover, .location-advantage-item-res:nth-child(1):hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
}
 @keyframes spin {
 100% {
 transform: rotate(1turn);
}
}
#location-advantage:hover, #location-advantage:hover .location-advantage-item, #location-advantage-res:hover, #location-advantage-res:hover .location-advantage-item-res {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.location-advantage-wrapper {
	position: relative;
	/*margin-bottom: 100px;*/
}
.location-advantage-logo {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 9;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.location-advantage-icon-main {
	position: relative;
	width: 80px;
	height: 80px;
}
.location-advantage-icon-main img {
	position: absolute;
	left: 0;
	top: 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;
}
.location-advantage-icon-hover {
	opacity: 0;
}
.location-advantage-item:hover .location-advantage-icon-hover, .location-advantage-item-res:hover .location-advantage-icon-hover {
	opacity: 1;
}
.location-advantage-item:hover .location-advantage-icon, .location-advantage-item-res:hover .location-advantage-icon {
	opacity: 0;
}
.location-advantage-item:hover, .location-advantage-item-res:hover {
	background: #ED2226;
	border-color: #ED2226;
	z-index: 9;
}
.location-advantage-des {
	position: absolute;
	top: calc(100% + 5px);
	/*color: #ED2226;*/
	color: #000;
	padding: 7px 15px;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 20px;
	min-width: 240px;
	border-radius: 5px;
	background: #fff;
	z-index: 99;
	border: 1px solid #3d458f;
	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;
	font-weight: 500;
}
.location-advantage-item:hover .location-advantage-des, .location-advantage-item-res:hover .location-advantage-des {
	opacity: 1;
}
.location-advantage-item:hover .circle-year, .location-advantage-item-res:hover .circle-year {
	color: #fff;
}
.location-advantage-detail h3 {
	position: absolute;
	left: 0;
	right: 0;
	margin-bottom: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.about-new .element-item-1 {
	top: 0;
}
.about-new .element-item-2 {
	top: 70%;
	right: -140px;
}
/*home page*/

.swiper-industrial-spaces:before {
	background-color: inherit !important;
}
/*about us page core-values section*/

#section-core-values {
	background-color: #3d458f;
}
.section-title.white h1, .section-title.white h2 {
	color: #fff;
}
.core-values-carousel .owl-stage {
	padding-top: 60px
}
.corevalues-image img {
	border-radius: 0;
}
.core-values-carousel .owl-item {
	opacity: .8;
	transition: transform .3s ease;
	transform: scale(0.8);
}
#oc-corevalues {
	margin-top: 50px;
}
#oc-corevalues.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1;
}
#oc-corevalues.owl-carousel:hover .owl-nav .owl-prev {
	left: -36px;
}
#oc-corevalues.owl-carousel:hover .owl-nav .owl-next {
	right: -36px;
}
#oc-corevalues.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent !important;
	color: #196181 !important;
}
/*.owl-carousel .owl-nav [class*=owl-] {

    top: 55%;

    border: none;

    color: #fff;

    background-color: transparent;

    font-size: 50px;

}*/

.core-values-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}
.corevalues-image a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 19%;
}
.corevalues-content h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	color: #196181;
	margin-bottom: 10px;
}
.corevalues-content .listed-points {
	padding-left: 0;
}
.corevalues-content {
	text-align: center;
}
.corevalues-content .listed-points li {
	color: #333;
	list-style-type: none;
}
.corevalues-content p {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily);
	font-size: var(--basefontsize);
}
.corevalues-meta {
	text-align: center;
	margin-top: 20px;
}
.core-values-carousel .owl-stage {
	padding-top: 60px
}
.corevalues-image img {
	border-radius: 0;
	width: 60px !important;
	height: 60px;
}
.core-values-carousel .owl-item {
	opacity: .8;
	transition: transform .3s ease;
	transform: scale(.8)
}
#oc-corevalues {
	margin-top: 50px
}
#oc-corevalues.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1
}
#oc-corevalues.owl-carousel:hover .owl-nav .owl-prev {
	left: -36px
}
#oc-corevalues.owl-carousel:hover .owl-nav .owl-next {
	right: -36px
}
#oc-corevalues.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent!important;
	color: #fff !important
}
.owl-carousel .owl-nav [class*=owl-] {
	top: 55%;
	border: none;
	color: #fff;
	background-color: transparent;
	font-size: 50px
}
.core-values-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1)
}
.core-values {
	border: 0 !important;
	box-shadow: 0 0 35px rgba(140, 152, 164, .2) !important;
 border-radius: .25rem !important;
	padding: 25px !important;
	height: 300px !important;
	background: #fff !important;
}
.corevalues-image {
	float: none;
	margin: -75px auto 0;
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #9c2f75;
	position: relative;
	text-align: center
}
.corevalues-content h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	color: #196181;
	margin-bottom: 10px
}
.corevalues-content .listed-points {
	padding-left: 0
}
.corevalues-content {
	text-align: center
}
.corevalues-content .listed-points li {
	color: #333;
	list-style-type: none
}
.corevalues-content p {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily);
	font-size: 17px;
	line-height: 24px !important;
}
/***** infrastructure *****/

.infrastructure-detail {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 600px;
	left: 24%;
}
.infrastructure-detail h4 {
	color: #b9bab8;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 0;
}
.infrastructure-detail h1 {
	color: #ffff;
	margin-bottom: 0;
}
.infrastructure-detail p {
	color: #b9bab8;
}
.infrastructure-wrapper {
	background-color: #fff;
	box-shadow: 0 0 12px rgba(115, 115, 115, 0.1);
}
.infrastructure-wrapper .infrastructure-title {
	background-color: #9c2f75;
	color: #fff;
	padding: 20px 60px;
	font-size: 22px;
	letter-spacing: 1px;
}
.infrastructure-question {
	padding: 40px 60px;
}
.infrastructure-wrapper .acctitle i {
	right: 0 !important;
	left: auto !important;
}
.infrastructure-wrapper .acctitle i {
	right: 0 !important;
	left: auto;
	font-size: 22px;
	color: #adadad;
	line-height: 85px !important;
}
.infrastructure-wrapper .acctitle {
	padding: 30px 0 30px 80px!important;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #9c2f75;
}
.infrastructure-wrapper .acc_content {
	letter-spacing: 1px;
}
.infrastructure-wrapper .acc_content {
	padding: 0 0 15px 0px;
}
.list-points li:before {
	content: "\e095";
	font-family: lined-icons;
	position: absolute;
	color: #3d458f;
	font-size: 20px;
	line-height: 20px;
	top: 2px;
	left: 0;
	font-weight: 400;
}
.infrastructure-icons {
	margin-right: 20px;
}
/*project*/

.section-highlights {
	background-color: #3d458f;
}
.section-highlights .section-project-title p {
	color: #fff !important;
}
.section-highlights .section-project-title h2 {
	color: #fff !important;
}
.highlights-benefits-detail {
	text-align: center;
	padding: 20px;
	background: #fff;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
}
.highlights-benefits-icon {
	position: relative;
	margin-bottom: 15px;
}
.highlights-benefits-icon img {
	max-width: 80px;
}
.highlights-benefits-detail {
	text-align: center;
	padding: 20px;
	background: #fff;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
}
.highlights-benefits-des span {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}
.col-highlights-benefits {
	margin-bottom: 30px;
}
.section-project .theme-block-detail:hover .theme-block-img:before {
	opacity: 0.9;
}
.project-industrial-spaces .theme-block-img:before, #industrial-spaces .theme-block-img:before {
	background: #3d458f;
}
.project-industrial-spaces .theme-block-icon, #industrial-spaces .theme-block-icon {
	color: #3d458f;
}
.project-commercial-spaces .theme-block-img:before {
	background: linear-gradient(135deg, #3d458f 0%, #b32e77 100%) !important;
}
.section-project-title p {
	margin-bottom: 4px;
	font-size: 18px;
	font-style: italic;
}
#residential-spaces #page-menu-wrap {
	background-color: #d9317d;
}
#residential-spaces #page-menu nav li {
	border-right: 1px solid #c01d67;
}
#residential-spaces .theme-tab-nav:before {
	display: none;
}
.title-tagline {
	margin-top: 10px;
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
}
.section-specification .theme-vertical-tabs {
	padding-top: 0;
}
.theme-block-detail .amenities-title {
	position: absolute;
	bottom: 0;
	padding: 15px 25px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.5px;
	z-index: 9;
}
.theme-block-des span {
	padding: 12px 25px;
	display: block;
	letter-spacing: 0.5px;
	font-size: 16px;
}
#residential-spaces .section-specification {
	padding-bottom: 50px;
}
.section-premium-commercial-space {
	background: linear-gradient(135deg, #3d458f 0%, #b32e77 100%) !important;
}
.section-premium-commercial-space .corevalues-image {
	background: linear-gradient(135deg, #3d458f 0%, #b32e77 100%) !important;
}
.section-premium-commercial-space .corevalues-content {
	text-align: left;
}
.section-premium-commercial-space .corevalues-content h3 {
	font-size: 20px;
	line-height: 30px;
	color: #8c357f;
}
.section-premium-commercial-space .list-points li {
	margin-bottom: 5px;
}
.section-premium-commercial-space .list-points li:before {
	color: #8c357f;
}
.section-premium-commercial-space .corevalues-image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	margin: 0 auto;
	width: 50px !important;
	height: 50px !important;
}
.specification-des-detail .list-points li {
	margin-bottom: 15px;
}
.section-specification .section-project-title-inner {
	max-width: 860px;
	margin: 0 auto 30px;
}
.section-specification .title-tagline {
	margin-bottom: 15px;
}
.specification-item {
	margin-bottom: 50px;
}
.specification-item:last-child {
	margin-bottom: 0;
}
#commercial-spaces .project-title h1 {
	background: linear-gradient(135deg, #3d458f 0%, #b32e77 100%) !important;
}
/*residential-spaces page*/

#residential-spaces .section-specification .container {
	padding-bottom: 80px;
}
#residential-spaces .section-amenities {
	padding-bottom: 50px;
	background-color: #fff;
}
.awesome {
	width: 100%;
	margin: 0 auto;
	color: #313131;
	font-weight: bold;
	font-size: 18px;
	font-weight: 600 !important;
	-webkit-animation: colorchange 20s infinite alternate;
}
 @-webkit-keyframes colorchange {
 0% {
 color: #3d458f;
}
 10% {
 color: #d9317d;
}
 20% {
 color: #b9367d;
}
 30% {
 color: #454c93;
}
 40% {
 color: #c55a94;
}
 50% {
 color: #34495e;
}
 60% {
 color: #d9317d;
}
 70% {
 color: #3d458f;
}
 80% {
 color: #b9367d;
}
 90% {
 color: #454c93;
}
 100% {
 color: #c55a94;
}
}
.res-amenities-row {
	margin-top: 40px;
}
.col-management:last-child {
	text-align: right;
}
.col-management:first-child {
	text-align: right;
}
.contact-map {
	width: 100%;
	height: 450px;
}
.contact-map .fluid-width-video-wrapper {
	height: 450px !important;
	padding: 0 !important;
}
#callback-bottom-project option {
	color: #333;
}
#oc-innerusp {
	margin-bottom: 30px;
}
.image-tag {
	position: absolute;
	bottom: 15px;
	right: 10px;
	text-align: right;
}
.image-tag h5 {
	margin-bottom: 0;
}
.image-tag p {
	color: #fff;
	margin-bottom: 0;
	font-size: 10px;
	line-height: 12px !important;
	text-shadow: 2px 2px 4px #000;
	font-weight: 600;
}
.col-points-last .image-tag {
	text-align: center;
	left: 0;
	right: 0;
	bottom: 12px;
}
.col-points-last .image-tag h5 {
	color: #fff;
	text-shadow: 2px 1px 3px #000;
}
.col-innergallery .image-tag {
	left: 0;
	right: 0;
	text-align: center;
}
.col-innergallery .image-tag h5 {
	color: #fff;
	text-shadow: 2px 1px 3px #000;
}
/*about us circle new secion*/
.feature-img-info {
	position: absolute;
	opacity: 0;
	text-align: center;
	top: 35%;
	/* left: 25%; */
	display: block;
	width: 100%;/* transform: translate(-50%); */
}
.feature-img-info.open {
	opacity: 1;
}
.feature-img-info1 {
	background-image: url(../images/about-us/offers/vitrum.html);
	background-position: center;
	height: 100%;
	top: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.feature-img-info2 {
	background-image: url(../images/about-us/offers/mftm.html);
	background-position: center;
	height: 100%;
	top: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.feature-img-info3 {
	background-image: url(../images/about-us/offers/mcat.html);
	background-position: center;
	height: 100%;
	top: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.feature-img-info4 {
	background-image: url(../images/about-us/offers/equipment.html);
	background-position: center;
	height: 100%;
	top: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.feature-img-info5 {
	background-image: url(../images/about-us/offers/commercial.html);
	background-position: center;
	height: 100%;
	top: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.feature-img-info6 {
	background-image: url(../images/about-us/offers/grabbit.html);
	background-position: center;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.feature-img-info7 {
	background-image: url(../images/about-us/offers/foods.html);
	background-position: center;
	height: 100%;
	top: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.feature-img-info8 {
	background-image: url(../images/about-us/offers/business-centre.html);
	background-position: center;
	height: 100%;
	top: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.feature-img-info9 {
	background-image: url(../images/about-us/offers/industrial-centrum.html);
	background-position: center;
	height: 100%;
	top: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.project-banner .image-tag h5 {
	color: #fff;
	text-shadow: 2px 1px 3px #000;
}
.idealindustries-img p {
	height: 54px;
}
.testimonials-text p {
	font-size: 16px;
}
#section-whyempire {
	padding: 80px 150px 100px;
}
.infrastructure-icons {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cntfeedback-inner address a {
	word-break: break-all;
	transition:all 0.3s linear;
}
.cntfeedback-inner address a:hover {
    color: #3d458f;
}
.inner-page-banner .inner-page-title h2, .inner-page-banner .inner-page-title h1 {
	margin-bottom: 0;
}
.inner-page-banner .inner-page-title {
	padding: 0 20px;
}
.quote:before {
	color: #dcdde8;
	top: -14px;
}
blockquote {
	padding: 0;
	margin: 0 !important;
}
#section-infrastructure .element-item-7 {
	right: -140px;
}
#project .theme-block-img {
	box-shadow: none !important;
	border-radius: inherit !important;
}
.res-amenities-row .col-theme-block {
	margin-bottom: 30px;
}
#section-industrialconnectivity {
	background-image: url(../images/theme-bg.html) !important;
	padding: 80px 120px;
}
.ind-specification-item .theme-block-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-repeat: repeat;
	background-position: 0 bottom;
	background: -moz-linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: -webkit-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: -webkit-linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: -o-linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: -ms-linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
	background: linear-gradient(to top, rgba(0,0,0,.8) 15%, rgba(255,255,255,.1) 60%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6fa', endColorstr='#00ffffff', GradientType=1);
}
.ind-specification-item .col-theme-block {
	margin-bottom: 30px;
}
.feature-info-wrapper-text.text .feature-info p {
	color: #333;
}
.feature-info-wrapper-text.text {
	position: relative;
	height: 100% !important
}
.disclaimer-body {
	padding-right: 30px;
}
#oc-corevalues .owl-dots {
	display: none;
}
.col-management-inner p {
	text-align: justify;
}
.feature-info .theme-btn {
	border: none;
	padding: 0 60px 0 0;
	color: #3d458f;
	font-weight: 600;
}
blockquote footer:before {
	position: absolute;
	left: 0;
}
.blockquote-footer {
	margin-left: 20px;
}
.feature-info-modal .modal-body {
	padding: 40px;
	border: 4px solid #3d458f;
}
.feature-info-modal .modal-body .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	background-color: #3d458f;
	opacity: 1 !important;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 10px;
}
.feature-info-modal .modal-content {
	border-radius: 0;
}
.feature-info-modal .modal-dialog {
	top: 50%;
	transform: translateY(-50%) !important;
	max-width: 800px;
	width: 100% !important;
}
/*.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9999999 !important;
}*/
#page-menu-wrap {
	z-index: 99 !important;
}
#page-menu nav li a {
	line-height: 22px !important;
}
.industrial-map {
	text-align: center;
}
#content {
	width: 100%;
}
#section-homeconnectivity {
	padding: 80px 120px;
}
#commercial-spaces .one-page-menu ul li {
	width: 100%;
}
.home-map {
	height: 100%;
}
.home-map img {
	height: 100%;
}
/*home page round circle*/
div#project-advantage {
	position: absolute;
	top: 40%;
	left: 30%;
}
.project-advantage-item {
	position: absolute;
	top: calc(100% + 5px);
	/*color: #9e2f75;*/
	/*color: #ED2226;*/
	color: #fff;
	font-weight: 500;
	padding: 15px 1px;
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 20px;
	min-width: 240px;
	z-index: 9;
	text-align: center;
}
.project-advantage-item p {
	text-align: center;
}
.swiper-project-banner1:before {
	background-color: inherit !important;
}
#project .project-commercial-spaces .image-tag {
	text-align: center !important;
	left: 0;
	right: 0;
}
#project .project-commercial-spaces .image-tag h5 {
	color: #fff;
	text-shadow: 2px 1px 3px #000;
}
.loan-disclaimer {
	font-size: 13px;
	line-height: 18px !important;
}
.f-contact-details p span, .footer-rera h3 span, .cntfeedback-inner address p .cnt-number {
	font-size: 16px;
	font-weight: 400;
}
.footer-rera h3 span, .cntfeedback-inner address p span {
	color: #2a2a2a;
}
.col-connectivity .accordion .acc_content ul li span {
	font-size: 14px;
}
.contact-form .col-form .sm-form-control {
}
.contact-form .col-form label span {
	font-weight: 400;
	font-size: 16px;
}
.footer-contact p a i {
	margin: 0 !important;
	float: none !important;
	font-size: 18px;
	display: inline;
	vertical-align: middle;
}
.footer-contact p a span {
	display: inline;
	vertical-align: middle;
}
#customer-testimonials #section-testimonials {
	background-color: #F9F9F9 !important;
}
#section-newsletter {
	background-color: #f0f0f4 !important;
}
#section-indusrial-usp .list-points li:hover {
	transform: scale(1.1);
	cursor: pointer;
}
.col-indusrial-usp {
	height: 100%;
	margin-top: 20px;
}
.futuredev-info.sticky {
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 9;
}
.futuredev-info.sticky + .content {
	padding-top: 102px;
}
#futuredev-info h2 {
	color: #fff;
	margin-bottom: 0;
	font-size: 24px;
}
#project-advantage1 {
	display: none !important;
}
.swiper_wrapper {
	height: inherit !important;
}
.slider-parallax .slider-parallax-inner, .swiper_wrapper .swiper-container, .swiper-wrapper, .swiper_wrapper .swiper-slide, .swiper_wrapper .swiper-slide img {
	height: inherit !important;
}
#slider .container {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.discover-section {
	margin-top: 20px;
}
.disclaimer-text-footer {
	padding: 20px 120px;
	background-color: #f9f9f9;
}
.disclaimer-text-footer p {
	font-size: 13px;
	line-height: 20px !important;
	margin-bottom: 0;
	text-align: justify;
}
.project-tagline span {
	margin-bottom: 0;
}
.project-tagline {
	margin-bottom: 10px;
}
.project-rera-des-left {
	width: 40%;
	float: left;
}
.project-rera-des-right {
	width: 60%;
	float: right;
}
.project-rera-des-left .phase {
	margin-top: 0;
	padding: 10px;
	margin-right: 20px;
}
.col-property-img img {
	width: 100%;
}
.col-industryusp-text {
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-ms-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-o-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-webkit-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	box-shadow: 0 0 10px rgba(115,115,115,0.15);
	padding: 20px;
	text-align: center;
	height: 150px;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	transition: all 0.3s linear;
}
.col-industryusp {
	margin-bottom: 30px;
	display: table;
}
.col-industryusp-text p {
	color: #3d458f;
}
.col-industryusp:hover .col-industryusp-text {
	transform: scale(1.1);
	cursor: pointer;
	box-shadow: 0 0 10px rgba(115,115,115,0.4);
}
.col-industrial-map .theme-block-img, .col-industrial-map .theme-block-detail {
	border-radius: 0 !important;
}
.usp-imgs {
	margin: 30px;
	transition: margin .4s ease-out;
	display: block;
	position: relative;
}
#oc-usp .owl-item.active.center .usp-imgs {
	margin: 0;
	transition: margin .4s ease-out;
}
#header.full-header.sticky-header #logo {
	background-color: #fff !important;
}
#logo {
	background-color: #fff;
	position: absolute;
	left: 50px;
	background: #fff;
}
#home #logo {
	background-color: transparent !important;
}
.enquire-btn {
    position: fixed;
    top: 500px;
    transform: rotate(-90deg);
    right: -71px;
    background-color: #3d458f;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all 0.3s linear;
    z-index: 99;
}
.enquire-btn:hover {
	background-color: #3d458f;
}
.enquire-btn:hover {
	background-color: #ab2e76;
	color: #fff;
}
#header.sticky-header #logo img {
	height: 100px !important;
}
#header.sticky-header #logo {
	background-color: transparent !important;
}
.modal-content {
	border-radius: 0;
}
#enquire-modal h4 {
	text-align: center;
	color: #fff;
	font-weight: 900;
}
#enquire-modal .modal-header {
	background-color: #3d458f;
}
#enquire-modal .close {
	color: #fff;
	opacity: 1;
	margin-top: 0 !important;
	font-weight: 100 !important;
}
#enquire-modal .modal-body {
	padding: 20px;
}
#enquire-modal .sm-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#333;
}
#enquire-modal .sm-form-control::-moz-placeholder { /* Firefox 19+ */
 color: #333;
}
#enquire-modal .sm-form-control:-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
#enquire-modal .sm-form-control:-moz-placeholder { /* Firefox 18- */
 color: #333;
}
#enquire-modal .sm-form-control {
	color: #333;
}
.modal-open #enquire-modal.modal {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0 !important;
}
#section-plans .col-theme-block {
    margin-bottom: 30px;
}
/*#section-plans .col-theme-block:nth-child(5),
#section-plans .col-theme-block:nth-child(6),
#section-plans .col-theme-block:nth-child(7),
#section-plans .col-theme-block:nth-child(8) {
    margin-bottom: 0 !important;
}*/
#contactform-e .sm-form-control:focus {
    border-color: #3d458f;
}
#thankyou .inner-page-banner:before {
    content: none;
}
.message-success h1 {
    font-size: 30px;
    line-height: 38px;
}
.thankyouinner .inner-page-banner {
    height: inherit !important;
}
.thankyouinner .inner-page-banner .inner-page-title.message-success {
    position: relative;
    top: 0;
    transform: none;
}
#media .inner-page-banner:before {
    background-color: transparent;
}
#media .inner-page-banner .inner-page-title {
    display:none;
}
.banner-play {
    top: 50%;
    display: block;
    position: absolute;
    z-index: 9;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.banner-play i {
    color: #ae1e1d;
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: block;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid #ffffff;
    border-radius: 100%;
    line-height: 58px;
    text-align: center;
    left: 0;
    padding-left: 5px;
    -webkit-animation: pulse-white 2s ease-out infinite;
    -moz-animation: pulse-white 2s ease-out infinite;
    animation: pulse-white 2s ease-out infinite;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0 auto;
}
@-webkit-keyframes pulse-white {
 0% {
 -webkit-transform:scale(1);
 box-shadow:0 0 rgb(255, 255, 255)
}
 50% {
 -webkit-transform:scale(1);
 box-shadow:0 0 0 8px rgba(255,215,0,0)
}
 100% {
 -webkit-transform:scale(1);
 box-shadow:0 0 rgba(255,215,0,0)
}
}
 @-moz-keyframes pulse-white {
 0% {
 -moz-transform:scale(1);
 box-shadow:0 0 rgb(255, 255, 255)
}
 50% {
 -moz-transform:scale(1);
 box-shadow:0 0 0 8px rgba(255,215,0,0)
}
 100% {
 -moz-transform:scale(1);
 box-shadow:0 0 rgba(255,215,0,0)
}
}
 @keyframes pulse-white {
 0% {
 -moz-transform:scale(1);
 -ms-transform:scale(1);
 -webkit-transform:scale(1);
 transform:scale(1);
 box-shadow:0 0 rgb(255, 255, 255)
}
 50% {
 -moz-transform:scale(1);
 -ms-transform:scale(1);
 -webkit-transform:scale(1);
 transform:scale(1);
 box-shadow:0 0 0 8px rgba(255,215,0,0)
}
 100% {
 -moz-transform:scale(1);
 -ms-transform:scale(1);
 -webkit-transform:scale(1);
 transform:scale(1);
 box-shadow:0 0 rgba(255,215,0,0)
}
}
#homevidmodal .mfp-close {
    color: #fff;
    top: -30px;
    right: -30px;
}
.col-digitour-img a img{
    transition: 0.3s all;
}
.col-digitour-img a img {
    opacity: 0.8;
}
.col-digitour-img a:hover img {
    opacity: 1;
}
#section-digitour {
    padding-top: 0px;
}
#homevidmodal.modal {
    z-index: 1040;
}
.modal-backdrop {
    z-index: 1038;
}
#homevidmodal .divcenter {
    top: 50%;
    transform: translateY(-50%);
	padding: 0 20px;
}
#mfp-close1 {
    position: absolute;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 30px !important;
    line-height: initial;
    padding: 0;
    top: -30px;
    right: 0px;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project-rera-detail {
    display: inline-block;
    width: 100%;
}
#virtual-experience {
    background-color: rgba(0, 0, 0, 0.9);
}
#virtual-experience .modal-dialog {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 800px;
}
#virtual-experience .modal-content {
    border: 4px solid #3d458f;
	border-top:none !important;
}
#virtual-experience .modal-content .close {
    position: absolute;
    right: 0px;
    top: 3px;
    padding: 10px;
    background-color: #3d458f;
    opacity: 1 !important;
    color: #fff;
    width: 50px;
    height: 46px;
    font-size: 30px;
    line-height: 0;
}
#virtual-experience .modal-header {
    padding: 15px;
    border-bottom: none;
}
.col-vr-inner h3 {
    color: #fff;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 10px;
}
.col-vr:first-child {
    margin-bottom: 20px;
}
#virtual-experience .modal-header {
    background-color: #3d458f;
}
#virtual-experience .modal-header h4 {
    color: #fff;
    text-align: center;
	font-weight: 800;
}
#virtual-experience .modal-body {
    padding: 30px;
}
.col-vr-inner {
    text-align: center;
}
.col-vr-inner .theme-btn {
    height: 34px;
    color: #fff;
    line-height: 32px;
    border: none;
    font-size: 14px;
    width: 100%;
    background-color: #3d458f;
    padding: 0 35px 0 30px;
}
.col-vr-inner .theme-btn i {
    position: absolute;
    right: 135px;
}.col-vr-inner img {
    width: 100%;
}
.col-vr-desc {
    position: absolute;
    bottom: -7px;
    text-align: center;
	left: 0;
    right: 0;
}
.col-vr-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.col-vr-img {
    position: relative;
}
.vr-hidden{
	display:none;
}
#homemodal button.mfp-close {
    display: none;
}
.col-vr-inner .theme-btn:hover {
    background-color: #902f73;
}
.virtual-btn {
    position: fixed;
    top: 280px;
    transform: rotate(-90deg);
    right: -102px;
    background-color: #3d458f;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all 0.3s linear;
    z-index: 99;
}
.virtual-btn:hover {
    background-color: #ab2e76;
    color: #fff;
}
#project-advantage .circle-year
{
	color: #ED2226 !important;
	font-weight: 700;
}