* {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	outline: none !important;
	box-sizing: border-box
}

div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
select,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'inter', Sans-serif;
	box-sizing: border-box;
	text-decoration: none;
}

.no-overflow {
	overflow: hidden
}

.left {
	float: left;
	padding: 5px;
}

.right {
	float: right
}

.clear:after {
	display: block;
	content: "";
	clear: both
}

.show {
	display: block
}

.hide {
	display: none
}

.inline {
	display: inline-block
}

.ucase {
	text-transform: uppercase
}

/*.calign{text-align:center}*/
.ralign {
	text-align: right
}

.malign {
	vertical-align: middle
}

.justify {
	text-align: justify
}

.box {
	box-sizing: border-box
}

.relative {
	position: relative
}

.maxwidth {
	padding: 0 100px !important;
	width: 100%
}

.container-box {
	padding: 20px 90px
}

.mauto {
	margin: auto
}

.mwidth {
	max-width: 100%;
	height: auto;
	margin: auto
}

.relpar {
	height: 0;
	width: 100%;
	position: relative
}

.dswitch {}

.mswitch {
	display: none
}

.lheight {
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
	font-family: 'factor', sans-serif !important;
	font-weight: 700
}

p {
	font-family: 'inter', sans-serif;
	line-height: 1.75
}

small {
	font-size: .7em
}

.bigger {
	font-size: 1.25em
}

.bigtxt {
	font-size: 3em;
	line-height: 2
}

blockquote {
	font-size: 1em;
	font-style: normal;
	color: #666;
	line-height: 1.6;
	position: relative
}

.breakthrough {
	text-decoration: line-through;
	padding: 0 10px
}

.consec {
	line-height: 3
}

.white {
	color: #fff
}

.black {
	color: #000
}

.gray {
	color: #888
}

.orange {
	color: #f58220
}

.green {
	color: #4db848
}

.blue {
	color: #005aab
}

.red {
	color: #e52c58
}

.bg-white {
	background: #fff
}

.bg-gray {
	background: #f0f5fb
}

.bg-gray-bottom {
	background: #fff url(images/bottom-bg.png) center top no-repeat;
	min-height: 202px
}

.bg-black {
	background: #222
}

.bg-blue {
	background: #005aab
}

.bg-bluel {
	background: #0079ce
}

.bg-bluelr {
	background: #1787d5
}

.bg-green {
	background: #4db848
}

.bg-red {
	background: #e52c58
}

.bg-orange {
	background: #f58220
}

.bg-smtrpb {
	background: rgba(0, 0, 0, 0.1)
}

.gradient-gb {
	background: rgb(0, 90, 171);
	background: linear-gradient(0deg, rgba(0, 90, 171, 1) 0%, rgba(77, 184, 72, 1) 100%) !important;
}

.title-border-center,
.title-border {
	padding-bottom: 15px;
	margin-bottom: 2px;
	position: relative;
	display: inline-block
}

.title-border-center:after {
	width: 30%;
	height: 3px;
	background: #4db848;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	content: ""
}

.title-border:after {
	width: 30%;
	height: 3px;
	background: #4db848;
	position: absolute;
	bottom: 0;
	left: 0;
	content: ""
}

.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.row {
	padding: 0 !important;
	margin: 0 !important
}

.ofit {
	object-fit: cover
}

.con-img i {
	font-size: 3em;
	margin: 10px
}

.visuallyhidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0
}

/*header*/
header {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0
}

header .mainhead {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	padding: 0 110px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}

header.sticky {
	position: fixed;
	top: 0;
	transition: all .2s
}

header.sticky .mainhead {
	margin-top: 0
}

header .logo img {
	height: 60px;
	width: auto;
	padding: 5px 0;
	display: block
}

header .contact {
	font-size: 1.5em;
	line-height: 60px;
	padding: 0 15px;
	border-left: 1px solid #ccc;
	cursor: pointer;
	transition: all .3s ease;
}

header .tquery {
	font-size: 1.5em;
	line-height: 60px;
	padding: 0 15px;
	border-left: 1px solid #ccc;
	cursor: pointer;
	transition: all .3s ease;
}

header .contact:hover,
header .tquery:hover {
	color: #0079ce;
}

header .menu {
	padding: 0 15px;
	cursor: pointer;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc
}

header .menu i {
	font-size: 2em;
	line-height: 60px
}

.menu-overlay {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	display: none
}

.menu-wrp {
	background: #005baa;
	position: fixed;
	right: 0;
	top: 0;
	color: #fff;
	height: 100%;
	padding: 3em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transform: translateX(100%);
	transition: all 1s ease;
	z-index: 1001
}

.menu-wrp.active {
	transform: translateX(0%);
	overflow-y: auto !important
}

.menu-wrp .menuclose {
	position: absolute;
	top: 2em;
	right: 2em;
	cursor: pointer
}

.menu-wrp .tpr-logo {
	width: 100px;
	height: auto;
	display: block;
}

.menu-wrp ul {
	display: block;
	list-style: none;
	text-transform: uppercase;
}

.menu-wrp ul li {
	display: block
}

.menu-wrp ul li a {
	line-height: 2;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	line-height: 34px !important
}

.menu-wrp ul li a i {
	font-size: .8em;
	padding: 0 5px
}

.menu-wrp .submenu {
	background: rgba(0, 0, 0, .05) !important;
	padding: 1em
}

.menu-wrp .submenu li {
	font-size: .8em
}

.menu-wrp .bottom-wrp {
	padding: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
	font-size: 1.5em;
}

.menu-wrp .bottom-wrp a,
.menu-wrp .bottom-wrp a:hover {
	color: #fff
}

.menu-wrp .bottom-wrp a strong {
	font-family: sans-serif
}

.line-anim {
	position: relative
}

.line-anim:after {
	content: '';
	display: block;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: all .3s ease;
	background: rgba(255, 255, 255, 1);
}

.line-anim:hover:after,
.line-anim.active:after {
	width: 100%
}

/*banner*/
.clsfix {
	min-height: 40vh;
	width: 100% !important
}

/*call to action*/
.ctabtn {
	border: 2px solid #fff !important;
	background-color: transparent
}

.ctalink {
	font-size: .9em;
	font-weight: 700;
	line-height: 30px;
	display: block;
	padding: 0 15px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	border: 0;
	background-color: transparent
}

.ctalink:hover {
	color: #fff
}

.ctalink:before {
	font-family: 'icomoon';
	font-size: 1.25em;
	position: absolute;
	right: 20px;
	content: '\e903';
	color: #fff
}

.transparentbtn {
	position: relative;
	width: 100%;
	cursor: pointer;
	color: #ff9a4e;
	border: 2px solid #ff9a4e;
	background-color: transparent
}

.titlebtn {
	cursor: pointer;
	font-size: .6em;
	font-weight: 700;
	margin: 0 0 0 25px;
	padding: 2px 0;
	border-bottom: 1px solid #4db848;
	color: #4db848
}

.titlebtn:hover {
	color: #4db848
}

.linkbtn {
	position: relative;
	width: auto;
	cursor: pointer;
	font-size: .9em;
	line-height: 30px;
	background: #fff;
	border: 1px solid #005aab;
	display: inline-block;
	margin: 25px 15px 15px 0;
	padding: 0 35px 0 10px;
	color: #005aab
}

.linkbtn:hover {
	color: #005aab
}

.linkbtn:hover:after {
	color: #005aab
}

.linkbtn:after {
	font-family: 'icomoon';
	font-size: 1em;
	position: absolute;
	right: 10px;
	content: '\e903'
}

.bcta {
	position: relative;
	width: auto;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	line-height: 40px;
	display: block;
	padding: 0 40px 0 15px;
	background: #005aab;
	color: #fff
}

.bcta:before {
	position: absolute;
	right: 10px;
	top: 0;
	content: "\e90f";
	font-family: 'icomoon'
}

.bcta:hover:before {}

.dwldbtn {
	position: relative;
	width: auto;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	font-size: 1.25em;
	padding: 0 20px 0 50px;
	line-height: 50px;
	display: inline-block;
	margin: 20px auto;
	color: #fff;
	background: #4db848;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .5)
}

.dwldbtn:hover {
	color: #fff
}

.dwldbtn:before {
	font-family: 'icomoon';
	position: absolute;
	left: 20px;
	content: '\e904';
	color: #fff
}

/*overview*/
@font-face {
	font-family: 'factor';
	src: local("Factor A Bold"), local("FactorA-Bold"), url(fonts/FactorABold.woff2) format("woff2"), url(fonts/FactorABold.woff2) format("woff");
	font-weight: 700;
	font-display: swap
}

.overview {
	padding: 0 250px 100px;
	position: relative;
}

.overview p {
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.5;
	text-align: center;
	font-family: 'factor' !important
}

/*page css*/
.stats-title h2 span {
	font-weight: 100 !important
}

.corousel .slox {
	background: #005aab;
	padding: 20px;
	margin: 20px;
	color: #aaa;
	height: 200px;
	position: relative;
}

.corousel .slox span {
	color: #fff;
	font-size: 1.75em
}

.corousel .slox hr {
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 2px;
	width: 100px;
	background: #fff;
	z-index: 2;
	border: none;
	opacity: 1
}

/*m3m stats*/
/*.corousel .slides{margin:10px 20px 20px !important}
.corousel .slides i{font-size:4em;line-height:70px;display:none; color: #aaa}
.corousel .slides:hover i{animation:shake 1.5s cubic-bezier(0.36,0.07,0.19,0.97) both infinite; color: #4db848}
.corousel .slides p{margin-top: 25px; font-size: .9em}
.corousel .slides p span{font-family: 'Factor', sans-serif; font-size:1.5em;font-weight:700}*/

.breadcrumb {
	position: absolute;
	top: 100px;
	padding: 0 5px;
	left: 150px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
	z-index: 2;
	font-size: .8em;
}

.breadcrumb ul {
	display: block;
	list-style: none
}

.breadcrumb ul li {
	list-style: none;
	position: relative;
	padding-right: 20px;
	float: left;
	color: #fff
}

.breadcrumb ul li a {
	color: #fff
}

.breadcrumb ul li:after {
	position: absolute;
	content: "›";
	right: 10px;
	top: 0
}

.breadcrumb ul li:last-child:after {
	content: ""
}

/*projects page title*/
.cta {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}

.pro-title {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 75%;
	text-align: center;
}

.pro-title h1,
.pro-title h2 {
	font-size: 2.5em;
	line-height: 1 !important;
	display: inline-block;
}

.pro-title p {
	font: 2.5em 'DM Serif Display', serif !important;
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #fff;
	letter-spacing: 3px
}

.cta2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pro-title2 {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background: rgb(0, 0, 0, .75);
	padding: 4em
}

.pro-title2 h2 {
	font-size: 2em;
	line-height: 1 !important
}

.highpro {
	display: block;
	list-style: none;
	margin-top: 50px;
	position: relative;
}

.highpro:before {
	width: 125px;
	height: 3px;
	background: #ff0000;
	position: absolute;
	top: -25px;
	left: 0;
	content: ""
}

.highpro li {
	display: block;
	list-style: none;
	font: 1em 'inter', sans-serif !important;
	position: relative;
	color: #fff;
	padding: 5px 0 5px 25px
}

.highpro li i {
	position: absolute;
	color: #fff;
	position: absolute;
	left: 0;
	top: 8px;
	font-size: .8em
}

.ititle .suptitle {
	display: block;
	position: relative;
	letter-spacing: 1px;
	margin-left: 5em;
	font-size: .5em;
	text-transform: uppercase;
	font-family: 'inter', sans-serif !important;
	-webkit-transform: scaleX(1) !important;
	-webkit-transition-delay: 200ms;
	-webkit-transform-origin: left;
	-webkit-transition: 800ms cubic-bezier(.15, .75, .5, 1);
	transform: scaleX(1) !important;
	transition-delay: 200ms;
	transform-origin: left;
	transition: 800ms cubic-bezier(.15, .75, .5, 1);
}

.ititle .suptitle:before {
	content: "";
	width: 4em;
	margin: 0;
	position: absolute;
	top: 50%;
	left: -5em;
	border-style: solid;
	border-width: 1px 0 0
}

.ititle .mtitle {
	font-family: 'DM Serif Display', serif !important;
	font-weight: normal;
	font-size: 1.5em;
	margin: 25px 0 35px;
	letter-spacing: 2px
}

.ititle .subtitle {
	font-size: .5em;
	margin-bottom: 35px
}

#overview .ititle .mtitle {
	margin-bottom: 0
}

.protxt {
	padding: 2em
}

.provideo {
	position: absolute;
	z-index: 3;
	color: #fff;
	left: 175px;
	vertical-align: middle;
	bottom: 20px;
	display: block;
	padding: 10px 15px 10px 50px;
	background: rgba(0, 0, 0, .5);
	font: .8em 'inter', sans-serif !important;
}

.provideo:before {
	position: absolute;
	left: 10px;
	top: 12px;
	content: '\e92e';
	font-size: 2.3em;
	font-family: 'icomoon'
}

.provideo:hover {
	color: #fff
}

.proquery {
	margin: 2em;
	padding: 2em;
	display: block;
	position: relative;
}

.proquery:before {
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: 3;
	background: #4db848;
	content: "\e95a";
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: 'icomoon';
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-animation: pulsing 1s infinite;
	animation: pulsing 1s infinite
}

.proquery .form-control {
	border: 1px solid rgba(255, 255, 255.5) !important;
	background: none;
	color: #fff
}

.proquery label {
	color: #fff
}

.probtn {
	width: 100% !important;
	background: #50b648;
	border: none;
	border-radius: 0;
	line-height: 58px;
	padding: 0 !important;
}

/*.proquery:after{content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; z-index: 2; border:1px solid rgba(255,255,255,.5);}*/

.stats {
	display: block;
	font-size: 1em;
	list-style: none;
	margin: 1em 0 0
}

.stats li {
	width: 25%;
	list-style: none;
	display: block;
	float: left;
	position: relative;
	font-family: 'DM Serif Display', serif !important;
	font-size: 1.75em;
	color: #005aab;
}

.stats li span {
	display: inline-block;
	font-size: .5em;
	padding: 10px 0;
	margin-top: 10px;
	color: #222;
	border-top: 2px solid #005aab;
	min-width: 30%
}

.stats li:after {
	position: absolute;
	content: "";
	width: 1px;
	top: 20px;
	bottom: 20px;
	right: 1px;
	background: #888
}

.stats li:last-child:after {
	display: none;
}

.bg-facts {
	background: url(images/bg-facts.jpg);
	background-size: cover;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .5)
}

.pfacts {
	padding: 3em 2em;
	background: rgba(0, 0, 0, .85);
}

.pfacts .plogo {
	margin: auto;
	max-height: 75px;
	display: block;
}

.facts {
	display: block;
	font-size: 1em;
	list-style: none
}

.facts li {
	width: 25%;
	list-style: none;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	font-family: 'DM Serif Display', serif !important;
	font-size: 3em;
	line-height: 1;
	color: #fff
}

.facts li span {
	display: inline-block;
	font-size: 16px;
	padding: 10px 0;
	margin-top: 10px;
	color: #aaa;
	border-top: 2px solid #005aab
}

.facts li:after {
	position: absolute;
	content: "";
	width: 1px;
	top: 20px;
	bottom: 20px;
	right: 1px;
	background: #888
}

.facts li:last-child:after {
	display: none;
}


.highlights li {
	min-height: 60px;
	position: relative;
	padding: 0 0 5px 70px;
	font-size: 1.1em;
	line-height: 1.4 !important;
	margin: 10px 0;
	list-style: none;
	border-bottom: 1px solid #ccc
}

.highlights li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #005aab;
	font-size: 1.8em;
	line-height: 45px;
	padding-top: 5px;
	text-align: center;
	content: '\e93c';
	font-family: 'icomoon';
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #005aab
}

.highlights li:after {
	position: absolute;
	width: 0%;
	height: 2px;
	background: rgba(0, 90, 171, 1);
	left: 0;
	bottom: -1px;
	content: '';
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
}

.highlights li:hover:after {
	width: 100% !important
}

.features li {
	height: 65px;
	position: relative;
	padding: 5px 0 5px 70px;
	font-size: 1.2em;
	line-height: 1.4 !important;
	margin-bottom: 15px;
	list-style: none;
	border-bottom: 1px solid #ccc
}

.features li .iconity {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: rgba(0, 90, 171, 1)
}

.features li .iconity i {
	color: #fff;
	position: relative;
	font-size: 1.4em;
	line-height: 50px;
	padding-top: 10px
}

.features li .iconity:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	transform: scale(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	background: #4db848
}

.features li:hover .iconity:before {
	transform: scaleX(1.0);
}

.features li:after {
	position: absolute;
	width: 0%;
	height: 2px;
	background: rgba(0, 90, 171, 1);
	left: 0;
	bottom: -1px;
	content: '';
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
}

.features li:hover:after {
	width: 100% !important
}

/*campaign banner*/
.campaign {
	display: block;
	/*padding: 1em*/
}

.campaign img {
	width: 100%;
	height: auto;
	padding-top: 40px;
}

.oxylist {
	margin: 10px 0
}

.oxylist li {
	position: relative;
	padding: 0 0 0 30px;
	font-size: 1.1em;
	line-height: 3 !important;
	list-style: none;
	border-bottom: 1px solid #ccc
}

.oxylist li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #4db848;
	font-size: 1.0em;
	text-align: center;
	content: '\e91f';
	font-family: 'icomoon'
}

.amenities li {
	width: 25%;
	display: block;
	float: left;
	line-height: 1.2 !important;
	list-style: none;
	color: #f0f5fb
}

.amenities li .amebox {
	margin: 0 2em 2em 0;
	padding: 2em;
	display: block;
	min-height: 270px;
	position: relative;
}

.amenities li .ametop {
	text-align: right
}

.amenities li .ametop i {
	font-size: 4em;
	padding-bottom: 1em;
	display: block;
}

.amenities li .amebot {
	text-align: left;
	margin-top: 50px;
	font-size: 1.5em;
	font-family: 'DM Serif Display', serif !important;
	position: absolute;
	right: 32px;
	left: 32px;
	bottom: 32px
}

.amenities li:nth-child(1) .amebox {
	background: rgba(0, 90, 171, 1)
}

.amenities li:nth-child(2) .amebox {
	background: #fff;
	color: #005aab
}

.amenities li:nth-child(3) .amebox {
	background: rgba(0, 90, 171, 1)
}

.amenities li:nth-child(4) .amebox {
	background: #fff;
	color: #005aab
}

.amenities li:nth-child(5) .amebox {
	background: #fff;
	color: #005aab
}

.amenities li:nth-child(6) .amebox {
	background: rgba(0, 90, 171, 1)
}

.amenities li:nth-child(7) .amebox {
	background: #fff;
	color: #005aab
}

.amenities li:nth-child(8) .amebox {
	background: rgba(0, 90, 171, 1)
}


.floorplans {
	margin: 10px 30px !important;
	position: relative;
	overflow: hidden
}

.floorplans img {
	display: block;
	width: 100%;
	height: auto;
	background: #fff
}

.floorplans .planinfo {
	position: absolute;
	left: 50px;
	right: 0;
	bottom: -60px;
	padding: 2em;
	border-left: 5px solid #005aab;
	background: #fff;
	text-align: center);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.floorplans:hover .planinfo {
	bottom: 0
}

.planinfo .bhk-info {
	font-family: 'DM Serif Display', serif !important;
	font-size: 1.75em;
}

.nomar {
	margin: 0 !important
}

.wowfactor {
	background: #fff300;
	padding: 2em
}

.wowfactor h4 {
	font-size: 1.5em;
	font-family: 'DM Serif Display', serif !important;
}

.topgrid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(6, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	height: 700px
}

.topgrid img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tg1 {
	grid-area: 1 / 1 / 7 / 4;
	position: relative;
}

.tg2 {
	grid-area: 1 / 4 / 4 / 7;
	position: relative;
}

.tg3 {
	grid-area: 4 / 4 / 7 / 7;
	position: relative;
}

.progallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.progallery img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.pic1 {
	grid-area: 1 / 1 / 3 / 2;
	position: relative;
}

.pic2 {
	grid-area: 3 / 1 / 6 / 2;
	position: relative;
}

.pic3 {
	grid-area: 4 / 2 / 6 / 3;
	position: relative;
}

.pic4 {
	grid-area: 1 / 2 / 4 / 3;
	position: relative;
}

.pic5 {
	grid-area: 1 / 3 / 3 / 4;
	position: relative;
}

.pic6 {
	grid-area: 3 / 3 / 6 / 4;
	position: relative;
}

.gtitle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 1.5em;
	font-family: 'DM Serif Display', serif !important;
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
}

.my-table {
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	background: #fff
}

.my-table td,
.my-table th {
	padding: 15px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.my-table td {
	border-right: 1px solid #eee
}

.my-table thead th {
	color: #fff;
	background: #005aab;
	border-top: 1px solid #ddd;
}

.my-table td:first-child {
	border-left: 1px solid #ddd;
	font-weight: bold;
}

@media (max-width: 767px) {
	.my-table {
		display: block;
		width: 100%
	}

	.my-table thead,
	.my-table tbody,
	.my-table thead th {
		display: block;
		border-right: none;
	}

	.my-table thead th:last-child {
		border-bottom: none
	}

	.my-table thead {
		float: left
	}

	.my-table tbody {
		width: auto;
		position: relative;
		overflow-x: auto
	}

	.my-table td,
	.my-table th {
		padding: 20px .625em .625em;
		height: 60px;
		vertical-align: middle;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		width: 120px;
		text-overflow: ellipsis
	}

	.my-table thead th {
		text-align: left;
		border-bottom: 1px solid #eee
	}

	.my-table tbody tr {
		display: table-cell
	}

	.my-table tbody td {
		display: block
	}
}

.accordion {
	margin: 0 auto 100px;
	border-top: 1px solid #ddd
}

.accordion li {
	border-bottom: 1px solid #ddd;
	position: relative;
	list-style: none;
}

.accordion li p {
	display: none;
	padding: 10px 0;
	color: #444
}

.accordion a {
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 600;
	line-height: 3
}

.accordion a:after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	position: absolute;
	right: 10px;
	content: " ";
	top: 17px;
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.accordion p {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 2;
	padding: 10px
}

a.active:after {
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pox-50 {
	padding: 50px
}

.connectivity {
	position: absolute;
	border: 5px solid #fff;
	padding: 1.5em;
	top: 50px;
	left: -150px;
	right: 0;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.loclist {
	display: block;
	font-size: 1em;
	list-style: none
}

.loclist li {
	width: 25%;
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	font-family: 'DM Serif Display', serif !important;
	font-size: 1.3em;
	color: #005aab;
}

.loclist li span {
	display: block;
	color: #222;
	font-size: .7em;
	font-family: 'inter', sans-serif
}

.loclist li i {
	font-size: 2em;
	padding-bottom: 10px;
	color: #005aab
}

.cupdate {
	background: url(images/construction-update.jpg);
	background-size: cover;
	position: relative;
	min-height: 500px
}

.cupdate .pro-update {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.pro-update .play {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 0 auto 25px auto;
	text-align: center;
	display: block;
	background: #005aab
}

.pro-update .play i {
	font-size: 2em;
	line-height: 100px;
	color: #fff
}

.pro-update h3 {
	font-family: 'DM Serif Display', serif !important;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: normal
}


/*scroll down*/
.down-arrow {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
	text-align: center;
	z-index: 2;
}

.down-arrow a {
	width: 100px;
	color: #fff;
	font-size: .8em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.down-arrow .scroll {
	background: #fff;
	width: 30px;
	height: 50px;
	display: inline-block;
	border-radius: 20px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.line {
	border-left: 2px solid red;
	height: 10px;
	width: 2px;
	margin-top: 5px;
	margin-left: -1px;
	position: absolute;
}

.down-arrow strong {
	width: 100%;
	float: left;
}

.line {
	animation: bounce 2s infinite;
	opacity: 1;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(10px);
	}

	40% {
		transform: translateY(30px);
	}

	60% {
		transform: translateY(15px);
	}
}

.pulsing-heart {
	position: relative;
	padding-left: 50px;
	white-space: nowrap
}

.pulsing-heart::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	background: url(images/heart.svg) no-repeat;
	background-size: contain;
	height: 40px;
	width: 50px;
	-webkit-animation: pulsing 1s infinite;
	animation: pulsing 1s infinite
}

@-webkit-keyframes pulsing {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.7)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes pulsing {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.7)
	}

	100% {
		transform: scale(1)
	}
}

.prop-category .catone,
.prop-category .catthree,
.prop-category .cattwo {
	width: 33.33%;
	min-height: 350px;
	position: relative;
	overflow: hidden;
}

.incat {
	position: absolute;
	left: 25px;
	top: 25px;
	right: 25px;
	bottom: 25px;
	background: #fff;
	border-radius: 10px;
	transition: all .3s ease;
	padding: 20px;
}

.incat:hover {
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	-webkit-box-shadow: 2px 2px 5px rgba(163, 163, 163, .37);
	box-shadow: 2px 2px 5px rgba(163, 163, 163, .37)
}

.incat .catico {
	border-radius: 50px;
	height: 100px;
	width: 100px;
	text-align: center;
}

.incat .catico i {
	line-height: 100px;
	font-size: 4em;
	display: inline-block;
}

.incat a {
	color: #888 !important
}

.incat a:hover {
	color: #888 !important
}

.incat .cat-title {
	margin-top: 60px;
	font-size: 1.2em;
	position: relative;
}

.incat .cat-title:before {
	position: absolute;
	content: "";
	top: -20px;
	height: 3px;
	width: 50px;
	background: #aaa;
}

.opaq {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.incat:hover .opaq {
	opacity: 1
}

.catbtn {
	position: absolute;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 50px 0 0 50px;
	top: 40px;
	right: 0;
	border: 10px solid #f0f5fb;
	border-right: none;
}

/*projects boxed*/
.projects-box {
	width: 33.33%!important;
	position: relative;
	padding: 0 10px 25px 0;
	transition: all .3s ease;
	float: left;
}

.projects-box .project-info {
	background: #fff;
	padding-bottom: 0px;
	-webkit-box-shadow: 2px 2px 7px rgba(163, 163, 163, .37);
	box-shadow: 2px 2px 7px rgba(163, 163, 163, .37)
}

.projects-box .project-info a {
	color: #005aab;
	text-decoration: none;
}

.projects-box2 {
	width: 50%;
	position: relative;
	padding: 25px;
	transition: all .3s ease;
	float: left;
}

.projects-box2 .project-info {
	background: #fff;
	padding-bottom: 10px;
	-webkit-box-shadow: 2px 2px 7px rgba(163, 163, 163, .37);
	box-shadow: 2px 2px 7px rgba(163, 163, 163, .37)
}

.projects-box2 .project-info a {
	color: #005aab
}

.projects-head {
	padding: 10px 0 0;
	text-align: center;

}

.projects-head .protitle,
.projects-head h4,
.projects-head h3 {
	font-size: 1.3rem;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 0px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.projects-head p {
	font-weight: 400;
	color: #222;
	font-size: .85em;
	margin-bottom: 10px
}

.pricing {
	margin: 0;
	text-align: center;
	display: flex;
	z-index: 2;
	position: relative;
	list-style: none;
	background: rgb(0, 90, 171);
	background: linear-gradient(0deg, rgb(3 92 175 / 97%) 0%, rgb(16 153 6) 100%) !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, .8)
}

.pricing li {
	display: block;
	font-size: .9em;
	list-style: none;
	flex: 1;
	-ms-flex: 1;
	padding: 5px 0;
	line-height: 1.3 !important;
	color: #fff
}

.pricing li:first-child {
	border-right: 1px solid rgba(255, 255, 255, .25)
}

.pricing li small {
	font-size: .8em;
	font-weight: 700
}

.rera {
	position: absolute;
	left: 0;
	right: 0;
	padding: 8px 13px;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	font-size: .75em;
	color: #fff
}

.details {
	padding: 6px 6px;
	font-size: .8em;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	color: #222
}

/*homevideo*/
.homevideo {
	position: relative;
}

.homevideo:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 2
}

.homevideo img {
	display: block;
	width: 100%;
	height: auto;
}

.homevideo .playbtn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #fff
}

.homevideo .playbtn i {
	font-size: 6em
}

.homevideo .playbtn:hover {
	color: #fff
}

/*awards & accolades*/
.award {
	margin: 25px !important;
	text-align: center;
}

.award i {
	font-size: 11em;
	display: block;
	margin: 25px auto;
	color: #ccb497;
}

.award p {
	text-align: center;
	font-weight: 400;
	color: #ccb497
}

.award p span {
	font-weight: 400 !important;
	font-size: .8em;
	color: #222;
	margin-top: 10px
}

/*commitment*/
.commitment-bg {
	background: #f0f5fb
		/*url(images/bg-sub.png)*/
		no-repeat center center;
	background-size: cover;
}

.commitment .comgroup {
	display: block;
}

.commitment .combox {
	width: 16%;
	margin: 20px 0;
	text-align: center;
	float: left;
}

.commitment .combox i {
	font-size: 5em;
	margin: 20px 0;
	display: block;
	color: #816442
}

.commitment .combox p {
	color: #2a2525;
	font-size: .9em
}

/*testimonials*/
.teslide {
	margin: 0px 50px 25px 0px !important
}

.teslide img {
	width: 100%;
	height: auto;
	border: 0px solid #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}

.mylist {
	display: block;
	list-style: none;
	font-size: 1em;
	margin: 15px 0 0
}

.mylist li {
	position: relative;
	list-style: none;
	display: block;
	line-height: 2;
	padding-left: 25px
}

.mylist li:before {
	content: "\e90f";
	font-family: "icomoon";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: .8em;
	color: #4db848
}


/*home form*/
.iform {
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}

.iform .iheader {
	position: absolute;
	top: -100px;
	font-size: 1.2em;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 36px;
	padding: 0 2.5em;
	font-weight: 700;
	color: #000
}

.iform .iheader i {
	font-size: 2em
}

.iform .txtboxes,
.iform .btnbox {
	width: 25%;
	padding: 1.5em;
	float: left
}

.iform .btnbox {
	border-radius: 0 15px 15px 0;
}

.iform .ihead {
	font-size: 1em;
	padding-bottom: .5em;
	text-transform: uppercase
}

.iform .ihead span {
	white-space: pre;
	font-weight: 500;
	color: rgba(255, 255, 255, .4);
}

.iform .itext,
.iform .subutton {
	font-size: 1.2rem;
	display: block;
	width: 100%;
	height: 2.1875rem;
	margin: auto;
	color: #fff;
	border: 0;
	border-bottom: solid 1px #fff;
	border-radius: 0;
	outline: 0;
	background-color: transparent
}

.iform .subutton {
	text-align: center;
	background: #fff;
	border-radius: 2em;
	font-weight: 700;
	color: #4db848
}

.iform input::-webkit-input-placeholder {
	color: #fff !important
}

.iform input:-moz-placeholder,
.iform input::-moz-placeholder {
	color: #fff !important
}

.iform .form-field input:-ms-input-placeholder {
	color: #fff !important
}

.iform input:-webkit-autofill,
.iform input:-webkit-autofill:hover,
.iform input:-webkit-autofill:focus,
.iform input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0;
	-webkit-text-fill-color: #fff !important
}


.form-floating {
	width: 90%;
	margin: 0 5%;
	border-radius: 0
}

.form-control {
	border-radius: 0
}

.switch {
	display: block
}

.mswitch {
	display: none
}

/*form modals*/
.modal-header {
	/*! background-color: #50b648; */
	/*! background-image: linear-gradient(315deg, #50b648 0%, #054ebd 74%); */
	/*! color: #fff; */
	/*! margin: -2em 2em 0; */
	border-radius: 5px;
	padding: .5em 1em
}

.form-col {
	margin: 1em;
	box-sizing: border-box;
	position: relative
}

.form-col p {
	font-size: .75em
}

.textbox {
	background: #fff;
	border: none;
	border-bottom: 2px solid #ccc;
	font-size: 1em;
	padding: 0;
	line-height: 40px;
	width: 100%;
	color: #444
}

.btn-spl {
	padding: 0 1em !important;
	line-height: 36px;
	border-radius: 20px;
	border: 2px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px !important;
	background: #50b648;
	color: #fff !important
}

.col-80 {
	width: 80%
}

.col-75 {
	width: 75%
}

.col-70,
.col-7x {
	width: 70%
}

.col-65 {
	width: 65%
}

.col-60 {
	width: 60%
}

.col-50 {
	width: 50%
}

.col-40 {
	width: 40%
}

.col-35 {
	width: 35%
}

.col-33 {
	width: 33.333%
}

.col-30,
.col-3x {
	width: 30%
}

.col-25 {
	width: 25%
}

.col-20 {
	width: 20%
}

.row-100 {
	height: 100vh
}

.row-50 {
	height: 50vh
}

.gallery {
	display: block
}

.gallery img {
	display: block;
	width: 100%;
	height: auto
}

/*tables*/
.shake {
	animation: shake 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite
}

@keyframes shake {

	5%,
	45% {
		transform: translate3d(-1px, 0, 0)
	}

	10%,
	40% {
		transform: translate3d(2px, 0, 0)
	}

	15%,
	25%,
	35% {
		transform: translate3d(-2px, 0, 0)
	}

	20%,
	30% {
		transform: translate3d(2px, 0, 0)
	}

	50% {
		transform: translate3d(0, 0, 0)
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

/* fixed form */
.fixed-form {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99;
	display: none
}

.formnew {
	display: block;
	padding: 1em 5em;
	text-align: center
}

.enqt {
	font-size: 1.5em;
	font-family: 'DM Serif Display', serif !important;
	line-height: 40px
}

.tbox {
	background: rgba(255, 255, 255, .9);
	border: none;
	font-size: 1em;
	padding: 0 0 0 10px;
	line-height: 40px;
	width: 100%;
	color: #444
}

.ibox {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 15px;
	line-height: 20px;
	background: rgba(0, 0, 0, .8);
	z-index: 8
}

.ibox .iquery,
.ibox .iwhatsapp {
	width: 50%;
	padding: 10px 0 25px 0;
	font-weight: bold;
	line-height: 20px;
	font-weight: 1em;
	float: left;
	text-align: center;
	box-shadow: 1px 0 0 rgba(255, 255, 255, .3)
}

.ibox .iquery i,
.ibox .iwhatsapp i {
	font-size: 20px
}

.ibox .iphon {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
	;
	-webkit-transform: translateX(-50%);
	background: #045baa;
	border: 2px solid #fff
}

.ibox .iphon i {
	font-size: 1.2em;
	line-height: 50px
}

.ibox a,
.ibox a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold
}

@media screen and (min-width: 240px) and (max-width: 1024px) {
	.ibox {
		display: block
	}

	.formnew {
		display: none
	}

	.down_arrow {
		display: none
	}
}

.getintouch {
	margin: 25px auto
}

.myform {
	display: block
}

.myform .formtitle {
	font-size: 2em
}

.form-section {
	width: 47%;
	margin: 0 3% 3% 0;
	position: relative
}

.form-section2 {
	width: 100%;
	margin: 0 0 15px;
	position: relative
}

.form-section3 {
	width: 22%;
	margin: 0 3% 3% 0;
	position: relative
}

.form-section i,
.form-section2 i,
.form-section3 i {
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 40px;
	font-size: 1em;
	color: #3444
}

input.error,
textarea.error,
select.error,
.textbox.error {
	border: 2px solid #ff6969 !important;
	color: #fff
}

input.error:focus,
textarea.error:focus,
select.error:focus,
.textbox.error:focus {
	border: 0;
	color: #fff
}

.inputxt::-webkit-input-placeholder {
	color: #444
}

.inputxt:-moz-placeholder {
	color: #444
}

.inputxt::-moz-placeholder {
	color: #444
}

.inputxt:-ms-input-placeholder {
	color: #444
}

footer {
	background: #1d1c36;
	width: 100%;
	padding: 0px 0
}

.footer-contacts {
	display: box;
	list-style: none;
	justify-content: center !important;
	align-items: center !important;
	margin: 0px 0
}

.footer-contacts li {
	width: 33%;
	float: left;
	list-style: none;
	margin: 25px 0;
	padding: 0 25px 0 50px;
	position: relative;
	font-size: 18px;
	line-height: 1.25 !important
}

.footer-contacts li a {
	color: #fff
}

.footer-contacts li a i {
	position: static;
	font-size: 1.25em;
	display: inline-block;
	color: #fff
}

.footer-contacts li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.5em;
	padding: 0px 10px 0 0;
	color: #4db848
}

.contacts-us {
	display: box;
	list-style: none;
	margin: 25px 0;
	color: #000
}

.contacts-us li {
	width: 100%;
	float: left;
	list-style: none;
	margin: 25px 0;
	padding: 0 25px 0 75px;
	position: relative;
	font-size: 1.15em;
	line-height: 1.25 !important
}

.contacts-us li a {
	color: #fff;
	margin-top: 10px;
}

.contacts-us li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 3em;
	padding: 10px 10px 0 0;
	color: #4db848
}

.table tr {
	border-top: 1px solid rgba(105, 102, 103, 0.7);
}

/*slick sider*/
.slider {
	width: 100%;
	margin: auto
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: pointer
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	margin: 0;
	min-height: 1px
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide .stitle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 1.5em;
	font-family: 'DM Serif Display', serif !important;
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(images/load.gif) center center no-repeat
}

.prev {
	right: -50px
}

.next {
	left: -50px
}

.prev,
.next {
	font-size: 2em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	line-height: 1;
	background: #fff;
	border: none;
	z-index: 1;
	color: #005aab;
	padding: 5px 10px;
	background: none
}

.slick-dots {
	position: absolute;
	bottom: -20px;
	height: 14px;
	z-index: 2;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	color: transparent;
	cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #aaa;
	transition: all .25s ease;
}

.slick-dots li.slick-active button:before {
	background: #4db848;
	height: 14px;
	width: 14px;
	top: -3px;
	left: -3px
}

/*fancybox*/
.fancybox-enabled {
	overflow: hidden
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
	z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s, visibility 0 linear .25s;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s, visibility 0
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
	top: 0;
	right: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>div {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, 0.4);
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
	background: rgba(30, 30, 30, 0.6)
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, 0.8)
}

.fancybox-button:after,
.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
	opacity: .3
}

.fancybox-button--left:after,
.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor
}

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--left {
	border-bottom-left-radius: 5px
}

.fancybox-button--right {
	border-bottom-right-radius: 5px
}

.fancybox-button--close:after,
.fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px)
}

.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s
}

.fancybox-arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, 0.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px 24px
}

.fancybox-arrow--right {
	right: 0
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
	left: 0
}

.fancybox-show-nav .fancybox-arrow {
	opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, 0.4);
	border-top: 6px solid hsla(0, 0%, 100%, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0
	}

	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0
	}
}

.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent
}

.fancybox-button--play:before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px
}

.fancybox-button--pause:before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px
}

.fancybox-button--thumbs,
.fancybox-thumbs {
	display: none
}

@media (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block
	}

	.fancybox-button--thumbs span {
		font-size: 23px
	}

	.fancybox-button--thumbs:before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px
	}

	.fancybox-thumbs>ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0
	}

	.fancybox-thumbs>ul>li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box
	}

	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1)
	}

	.fancybox-thumbs>ul>li>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.fancybox-thumbs>ul>li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}

	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		opacity: 1
	}
}

.col-401 {
	width: 100%
}

.col-501 {
	width: 50%;
	width: 100%
}

.col-601 {
	width: 100%
}

.col-651 {
	width: 100%
}

.col-701 {
	width: 100%
}

.col-751 {
	width: 100%
}

.col-801 {
	width: 100%
}

/*mobile site css*/
@media screen and (min-width: 240px) and (max-width: 1024px) {
	header {
		top: 0;
		left: 0;
		right: 0
	}

	header.sticky {
		padding: 0
	}

	header .logo img {
		padding: 10px;
		height: 60px
	}

	header .mainhead {
		margin-top: 0;
		border-radius: 0;
		padding: 0
	}

	header .contact span {
		display: none;
	}

	header.sticky .mainhead {
		border-radius: 0
	}

	.breadcrumb {
		left: 0;
		top: 58px;
		font-size: .7em
	}

	.pro-title {
		width: 100%;
		text-align: center;
		padding-top: 50px
	}

	.pro-title h1 {
		font-size: 1.5em;
		display: block;
	}

	.pro-title p {
		display: block;
		margin-left: 0;
		padding-left: 0;
		border: none;
		font-size: 1.25em !important
	}

	.cta2 {
		position: static !important
	}

	.pro-title2 {
		position: static !important;
		padding: 2em !important;
		transform: none;
		background: #000;
	}

	.maxwidth {
		padding: 0 1em !important;
		width: 100%
	}

	.container-box {
		padding: 2em 1em
	}

	.stats-title p {
		font-size: 1.2em
	}

	.projects-box,
	.projects-box2 {
		width: 100%;
		position: relative;
		padding: 10px 0 !important;
	}

	.prop-category .catone,
	.prop-category .catthree,
	.prop-category .cattwo {
		width: 100%;
		padding: 3% 0;
		min-height: 300px
	}

	.incat {
		position: static
	}

	.incat:hover {}

	.incat .opaq {
		opacity: 1
	}

	.ititle .mtitle {
		font-size: 1.2em;
		margin: 15px 0 15px
	}

	.progallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(12, 1fr);
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}

	.pic1 {
		grid-area: 1 / 1 / 4 / 2;
	}

	.pic2 {
		grid-area: 4 / 1 / 9 / 2;
	}

	.pic3 {
		grid-area: 9 / 1 / 13 / 2;
	}

	.pic4 {
		grid-area: 1 / 2 / 5 / 3;
	}

	.pic5 {
		grid-area: 5 / 2 / 10 / 3;
	}

	.pic6 {
		grid-area: 10 / 2 / 13 / 3;
	}

	.topgrid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(6, 1fr);
		height: 50vh !important;
	}

	.tg1 {
		grid-area: 1 / 1 / 4 / 5;
	}

	.tg2 {
		grid-area: 4 / 1 / 7 / 3;
	}

	.tg3 {
		grid-area: 4 / 3 / 7 / 5;
	}

	.clsfix {
		min-height: 40vh
	}

	.overview {
		padding: 2em 1em
	}

	.overview p {
		font-size: 1.5em
	}

	.overview::after {
		display: none;
	}

	.commitment .combox {
		width: 33.33%;
		margin: 10px 0
	}

	.commitment .combox i {
		font-size: 3em
	}

	.commitment .combox p {
		font-size: .8em;
		height: 50px
	}

	.headline-parent {
		padding: 1em !important
	}

	.page-headline {
		position: static
	}

	.corousel .slides {
		margin: 15px 10px !important
	}

	.corousel .slides i {
		font-size: 4em;
		line-height: 65px;
		margin-bottom: 10px
	}

	.corousel .slides p {
		font-size: 1em
	}

	.corousel .slides p span {
		font-size: 1.1em
	}

	.title-border-center,
	.title-border {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.prev,
	.next {
		background: #fff !important;
		height: 50px;
		width: 40px;
		border-radius: 5px;
		font-size: 1.5em
	}

	.prev {
		border-radius: 50px 0 0 50px;
		right: -16px !important
	}

	.next {
		border-radius: 0 50px 50px 0;
		left: -16px !important
	}

	.teslide {
		margin: 25px !important
	}

	.teslide img {}

	.stats {
		font-size: 1.25em;
		list-style: none;
		color: #fff
	}

	.stats li {
		width: 50%;
		padding: 15px 0;
		float: left;
		display: block;
		line-height: 1.5;
		position: relative;
		box-sizing: border-box
	}

	.col-80,
	.col-75,
	.col-70,
	.col-65,
	.col-60,
	.col-50,
	.col-40 {
		width: 100%
	}

	.col-35,
	.col-30,
	.col-25,
	.col-20 {
		width: 50%
	}

	.col-33 {
		width: 100%
	}

	.slick-dots {
		bottom: -20px !important
	}

	.award i {
		font-size: 4em;
		margin: 15px auto;
	}

	.dswitch {
		display: none
	}

	.mswitch {
		display: block
	}

	.pulsing-heart {
		padding-left: 40px
	}

	.pulsing-heart::before {
		top: -10px;
		left: 0;
		height: 30px;
		width: 40px
	}

	.protxt {
		padding: 1em
	}

	.proquery {
		margin: 0;
		padding: 1em
	}

	.stats li {
		font-size: 1em;
		width: 50%
	}

	.stats li span {
		font-size: 12px
	}

	.stats li:after {
		display: none;
	}

	.pfacts {
		padding: 1
	}

	.pfacts .plogo {
		margin: 0 auto 20px;
		max-height: 50px;
		display: block;
	}

	.facts {
		display: box
	}

	.facts li {
		width: 50%;
		font-size: 2em;
		margin-bottom: 10px
	}

	.facts li span {
		font-size: 14px
	}

	.facts li:after {
		display: none
	}

	.amenities li {
		width: 50%
	}

	.amenities li .amebox {
		margin: 1em;
		padding: 1em;
		min-height: 100px;
		position: relative;
	}

	.amenities li .ametop i {
		font-size: 4em;
		padding-bottom: 1em;
		display: block;
	}

	.amenities li .amebot {
		text-align: left;
		margin-top: 50px;
		font-size: 1em;
		font-family: 'DM Serif Display', serif !important;
		position: absolute;
		bottom: 32px
	}

	.highlights li {
		height: auto;
		position: relative;
		padding: 0 0 10px 60px;
		font-size: .9em
	}

	.highlights li:before {
		font-size: 1.5em;
		line-height: 35px;
		width: 40px;
		height: 40px
	}

	.highlights li:after {
		position: absolute;
		width: 0%;
		height: 2px;
		background: rgba(0, 90, 171, 1);
		left: 0;
		bottom: -1px;
		content: '';
		-webkit-transition: all .75s ease;
		transition: all .75s ease;
	}

	.highlights li:hover:after {
		width: 100% !important
	}

	.gtitle,
	.stitle {
		line-height: 20px;
		font-size: .9em
	}

	.features li {
		height: auto;
		min-height: 55px;
		padding: 0 0 10px 60px;
		font-size: .9em
	}

	.features li .iconity {
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
		height: 40px
	}

	.features li .iconity i {
		line-height: 40px;
		padding-top: 10px
	}

	.oxylist li {
		font-size: 1em;
		line-height: 2 !important
	}

	.connectivity {
		position: static;
		border: 5px solid #fff;
		padding: 1em;
		margin-top: 25px
	}

	.loclist {
		display: block
	}

	.loclist li {
		width: 50%;
		display: block;
		font-size: 1em;
		float: left;
		margin-bottom: 15px
	}

	.loclist li span {
		display: block;
		color: #222;
		font-size: .7em;
		font-family: 'inter', sans-serif
	}

	.loclist li i {
		font-size: 3em;
		padding-bottom: 10px;
		color: #005aab
	}

	.pox-50 {
		padding: 1em
	}

	.cupdate {
		min-height: 40vh
	}

	.pro-update h3 {
		font-size: 1.5em
	}

	footer {
		padding-top: 25px
	}

	.footer-contacts li {
		width: 100%;
		margin: 10px 0
	}

	.iform {
		left: 15px;
		right: 15px;
		bottom: 0
	}

	.iform .txtboxes {
		width: 100%;
		padding: 1em;
		float: none;
		border-radius: 0
	}

	.iform .btnbox {
		width: 100%;
		padding: 1em;
		float: none;
		border-radius: 0 0 15px 15px
	}

	.iform .ihead {
		font-size: .7em;
		padding-bottom: .5em;
	}

	.iform .ihead span {
		white-space: pre;
		font-weight: 500;
		color: #000
	}

	.ibox {
		display: block
	}

	.formnew {
		display: none
	}
}

.new-con {
	margin: 9px 0px !important;
}

@font-face {
	font-family: 'icomoon';
	src: url(fonts/icomoon33993399.eot?gxdhmw);
	src: url(fonts/icomoon33993399.eot?gxdhmw#iefix) format("embedded-opentype"), url(fonts/icomoon33993399.ttf?gxdhmw) format("truetype"), url(fonts/icomoon33993399.woff?gxdhmw) format("woff"), url(fonts/icomoon33993399.svg?gxdhmw#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-power:before {
	content: "\e95c"
}

.icon-cinema:before {
	content: "\e95d"
}

.icon-ampt:before {
	content: "\e95e"
}

.icon-coffee:before {
	content: "\e95f"
}

.icon-escalator:before {
	content: "\e960"
}

.icon-cook:before {
	content: "\e905"
}

.icon-butler:before {
	content: "\e906"
}

.icon-gym:before {
	content: "\e900"
}

.icon-golf:before {
	content: "\e92f"
}

.icon-ekey:before {
	content: "\e930"
}

.icon-polo:before {
	content: "\e931"
}

.icon-deck:before {
	content: "\e932"
}

.icon-pool:before {
	content: "\e933"
}

.icon-security:before {
	content: "\e934"
}

.icon-cctv:before {
	content: "\e935"
}

.icon-jogging:before {
	content: "\e937"
}

.icon-service:before {
	content: "\e938"
}

.icon-car:before {
	content: "\e939"
}

.icon-shopping:before {
	content: "\e93a"
}

.icon-cart:before {
	content: "\e93b"
}

.icon-premium:before {
	content: "\e93c"
}

.icon-touch:before {
	content: "\e93d"
}

.icon-smarthome:before {
	content: "\e93e"
}

.icon-bathtub:before {
	content: "\e93f"
}

.icon-balcony:before {
	content: "\e940"
}

.icon-kitchen:before {
	content: "\e941"
}

.icon-modular-kitchen:before {
	content: "\e942"
}

.icon-study:before {
	content: "\e943"
}

.icon-pet:before {
	content: "\e944"
}

.icon-bed:before {
	content: "\e945"
}

.icon-dining:before {
	content: "\e946"
}

.icon-toilet:before {
	content: "\e947"
}

.icon-fork:before {
	content: "\e948"
}

.icon-helpline:before {
	content: "\e949"
}

.icon-kids-play:before {
	content: "\e94a"
}

.icon-movie:before {
	content: "\e94b"
}

.icon-fashion:before {
	content: "\e94c"
}

.icon-floor:before {
	content: "\e94d"
}

.icon-ac:before {
	content: "\e94e"
}

.icon-alexa:before {
	content: "\e94f"
}

.icon-bowling:before {
	content: "\e950"
}

.icon-spa:before {
	content: "\e951"
}

.icon-school:before {
	content: "\e952"
}

.icon-hall:before {
	content: "\e953"
}

.icon-garden:before {
	content: "\e954"
}

.icon-kids-park:before {
	content: "\e955"
}

.icon-park:before {
	content: "\e956"
}

.icon-cricket:before {
	content: "\e957"
}

.icon-tennis-court:before {
	content: "\e958"
}

.icon-av-room:before {
	content: "\e959"
}

.icon-mail:before {
	content: "\e95a"
}

.icon-dropdown:before {
	content: "\e91c"
}

.icon-trophy:before {
	content: "\e928"
}

.icon-diamond:before {
	content: "\e929"
}

.icon-partner:before {
	content: "\e92a"
}

.icon-sandclock:before {
	content: "\e924"
}

.icon-quality:before {
	content: "\e92c"
}

.icon-train:before {
	content: "\e925"
}

.icon-airport:before {
	content: "\e926"
}

.icon-eway:before {
	content: "\e927"
}

.icon-city:before {
	content: "\e923"
}

.icon-money:before {
	content: "\e91d"
}

.icon-rupee:before {
	content: "\e920"
}

.icon-first:before {
	content: "\e921"
}

.icon-second:before {
	content: "\e91e"
}

.icon-commercial:before {
	content: "\e90a"
}

.icon-hkey:before {
	content: "\e915"
}

.icon-floor-plan:before {
	content: "\e917"
}

.icon-house:before {
	content: "\e918"
}

.icon-plan:before {
	content: "\e922"
}

.icon-maps:before {
	content: "\e91b"
}

.icon-bar:before {
	content: "\e95b"
}

.icon-rera:before {
	content: "\e91a"
}

.icon-menu:before {
	content: "\e901"
}

.icon-prev:before {
	content: "\e902"
}

.icon-next:before {
	content: "\e903"
}

.icon-brochure:before {
	content: "\e904"
}

.icon-file:before {
	content: "\e907"
}

.icon-launch:before {
	content: "\e908"
}

.icon-key:before {
	content: "\e909"
}

.icon-map-location:before {
	content: "\e92b"
}

.icon-map:before {
	content: "\e90c"
}

.icon-whatsapp:before {
	content: "\e90d"
}

.icon-facebook:before {
	content: "\e90e"
}

.icon-twitter:before {
	content: "\e910"
}

.icon-youtube:before {
	content: "\e911"
}

.icon-instagram:before {
	content: "\e913"
}

.icon-linkedin:before {
	content: "\e914"
}

.icon-status:before {
	content: "\e936"
}

.icon-close:before {
	content: "\e90b"
}

.icon-check:before {
	content: "\e91f"
}

.icon-pointer:before {
	content: "\e919"
}

.icon-gift:before {
	content: "\e916"
}

.icon-headphone:before {
	content: "\e90f"
}

.icon-call:before {
	content: "\e92d"
}

.icon-location:before {
	content: "\e912"
}

.icon-play:before {
	content: "\e92e"
}

.form-box input {
  border: 1px solid #a29d9d;
  margin-bottom: 10px;
}
.modal-content{
    background: #f1f1f1!important;
}

.heg-set .projects-head{
   	height: 134px; 
}

.heg-set .projects-head{
     	height: 134px; 
}
.ftr-box p {
  font-size: 14px;
  line-height: 1.4;
  padding: 0px 0;
}

.projects-box {
  width: 100%;
  padding: 10px 0 !important;
}