* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto';
	font-style: normal;
}
body {
    background-color: #fff;
    color: #333;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.woff2') format('woff2'),
        url('Roboto-Medium.woff') format('woff'),
        url('Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.woff2') format('woff2'),
        url('Roboto-Light.woff') format('woff'),
        url('Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff'),
        url('Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff'),
        url('Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Thin.woff2') format('woff2'),
        url('Roboto-Thin.woff') format('woff'),
        url('Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
a {
    outline:none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
input, textarea {
	outline:none;
}
.tpbar {
	background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}
.tpbar .logo {
    float: left;
    width: 70%;
    height:auto;
    margin: 5px 0;
}
.tpbar .rtmnu {
	float:left;
	margin:40px 0 0;
}
.tpbar .rtmnu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.tpbar .rtmnu ul li {
	float:left;
	position:relative;
}
.tpbar .rtmnu a {
	display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 5px 30px;
    margin: 0 10px;
    text-decoration: none;
    text-transform:uppercase;
    transition: 0.3s;
}
.tpbar .rtmnu a:hover, .tpbar .rtmnu a:focus {
	color: #fff;
	text-decoration: none;
}
.tpbar .rtmnu li:hover>.sub-menu { 
     opacity: 100;
	 top: 100%;
     visibility: visible;
     text-align: left;
 }
.tpbar .rtmnu li .sub-menu {
     position: absolute;
     min-width: 240px;
     background: rgba(0,0,0,0.7);
     padding: 5px 20px 30px;
     z-index: 99;
     left: 0;
     border-radius: 0 0 5px 5px;
     box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1);
     top: 60px;
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
     opacity: 0;
     visibility: hidden;
 }
.tpbar .rtmnu li.offbx .sub-menu {
     min-width: 500px;
	 left: 0;
     padding: 10px 300px 10px 10px;
     background: url(../images/offpln-img1.png) 104% 50% no-repeat rgba(0,0,0,0.8);
	 border-radius: 0 110px 110px 0;
 }
.tpbar .rtmnu li.devbx .sub-menu {
     min-width: 500px;
	 left: 0;
     padding: 10px 300px 10px 10px;
     background: url(../images/dev-img1.png) 104% 50% no-repeat rgba(0,0,0,0.8);
	  border-radius: 0 110px 110px 0;
 }
.tpbar .rtmnu li .sub-menu li {
     float: none;
 }
.tpbar .rtmnu li .sub-menu li a {
     font-size: 14px;
     color: #fff;
     font-weight: 400;
     line-height: 20px;
     text-transform: none;
     letter-spacing: .5px;
     padding: 5px 10px 5px 15px;
     border-bottom: 1px solid rgba(256,256,256,0.2);
	 text-transform:inherit;
 }
.tpbar .rtmnu li .sub-menu li a:hover {
     color: #fff;
     border-bottom: 1px solid rgba(256,256,256,0.2);
 }
.tpbar .rtmnu li .sub-menu li a:hover::before {
     border-left-color: #fff;
 }
.tpbar .rtmnu li .sub-menu a::before {
     content: '';
     position: absolute;
     top: 10px;
     left: 12px;
     height: 0;
     width: 0;
     border: 5px solid transparent;
     border-left-color: #fff;
 }
.tpbar .rtcall {
	float:right;
	text-align: right;
	margin: 32px 0 0;
}
.tpbar .rtcall a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    padding: 0;
    margin: 0 0 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.tpbar .rtcall a:hover {
	color: #fff;
	text-decoration: none;
}
.tpbar .rtcall img {
	width: 26px;
	height:auto;
	margin-right: 5px;
}
/*** 
	MOBILE MAIN MENU 
			   ***/
header .mobBar {
	display:none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 24px;
	height: 3px;
	background: #fff;
	margin: 5px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0px, 0px);
	transform: rotate(45deg) translate(0px, 0px);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -11px);
	transform: rotate(45deg) translate(-4px, -5px);
}
header .mobBar .open-menu .mobNav {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: absolute;
	top: 30px;
	right:0;
	z-index:99;
	width: 320px;
	height:280px;
	background:#000;
	list-style:none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style:none;
	margin:0;
	padding:0;
}
header .mobBar .mobNav li {
	display: block;
	width:100%;
	border-bottom:1px solid #303030;
	position:relative;
}
header .mobBar .mobNav li:last-child {
	border-bottom: none;
}
header .mobBar .mobNav li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #fff;
}
.hmslider-section {
	position: relative;
	width: 100%;
}
.hmslider-section img {
	width: 100%;
	height: auto;
	display:block;
}
.hmabout-section {
	position: relative;
	padding:50px 0;
	background:#fff;
}
.hmabout-section .txt-bdr {
   /* border: 1px solid #9fc649;*/
    padding: 30px 0 30px 30px;
    margin: 40px 0 0;
}
.hmabout-section h1 {
	position:relative;
	color: #0c0c0c;
	font-size: 40px;
	font-weight:700;
	line-height:70px;
	padding:0;
	margin:0 0 10px;
	text-transform: uppercase;
}
.hmabout-section p {
	color: #0c0c0c;
	font-size: 16px;
	font-weight:300;
	line-height:26px;
	padding:10px 0;
	margin:0;
}
.hmabout-section img {
    float: right;
    width: 50%;
    height: auto;
    display: block;
    margin: 0 0 0 50px;
    border-radius: 6px;
}
.hmabout-section .more-btn {
    position: relative;
    display: inline-block;
    background-color: #9fc649;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 20px 0 0;
    border: 1px solid #9fc649;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hmabout-section .more-btn:hover {
	color: #9fc649;
	text-decoration: none;
	border-color:#9fc649;
	background:#fff;
}
/*.hmabout-section .more-btn::after {
	position:absolute;
	content: '';
	right: 15px;
	background-image: url(../images/right_arow_black.svg);
	background-repeat: no-repeat;
        background-position: 0 0;
        width: 40px;
        height: 40px;
        margin:0;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}*/
.hmsuccess-section {
    position: relative;
    background-color: rgb(26 26 26 / 74%);
    background-image: url(../images/01.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 62% 100%;
    padding: 50px 0;
    text-align: center;
}
.hmsuccess-section .counter {
    position: relative;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 45px 0 0;
}
.hmsuccess-section .count-title {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
}
.hmsuccess-section span {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 55px;
    margin: 0;
}
.hmsuccess-section .count-text {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.hmsuccess-section p {
    margin: 0;
}
.hmsuccess-section p.addonbtn {
    color: #fff;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
}
.hmservice-section {
	position:relative;
	padding:50px 0;
	text-align: center;
	background:#fff;
}
.hmservice-section h2 {
	position:relative;
	color: #0c0c0c;
	font-size: 34px;
	font-weight:300;
	line-height:40px;
	padding:0 0 5px;
	margin:0;
}
.hmservice-section .bx {
	    position: relative;
	width:48%;
	display: inline-block;
}
.hmservice-section .bx img {
	width:100%;
	height:auto;
	display:block;
}
.hmservice-section .overly-txt {
	position: absolute;
    bottom: 0;
    background: #9fc649;
    padding: 10px 50px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
}
.hmservice-section .bx h3 {
     position: relative;
	display: block;
    color: #fff;
    font-size: 65px;
    font-weight: 100;
    line-height: 65px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.hmservice-section .bx h3::after {
	position: absolute;
    content: '';
    top: 20px;
    right: 0;
    background-image: url(../images/arrow-right-big.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 140px;
    height: 30px;
    margin: 0;
	transition: opacity .5s,transform .5s;transform-origin: left;transform: scaleX(.7);
}
.hmservice-section .bx h3:hover::after {
	    transform: scaleX(.9);
    transition: opacity .5s,transform .5s;
    transform-origin: left;
}
.hmservice-section .overly-txt a:hover {
color: #fff;text-decoration: none;
}
.hmservice-section .bx p {
	    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 10px 0;
    margin: 0;
}
.hr {
    width:100%;
    height:1px;
    background-image: linear-gradient(90deg,#fff,#329ed8,#fff);
}
.hmteam-section {
    padding:50px 0;
    background: #fff;
}
.hmteam-section h3 {
	color: #329ed8;
	font-size: 34px;
	font-weight:300;
	line-height:40px;
	padding:30px 0;
	margin:0;
}
.hmteam-section p {
	color: #0c0c0c;
	font-size: 16px;
	font-weight:300;
	line-height:26px;
	padding:0;
	margin:0;
}
.hmteam-section .more-btn {
	position: relative;
	display: inline-block;
	color: #9fc649;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	padding: 5px 30px;
	margin:30px 0 0;
	border: 1px solid #9fc649;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hmteam-section .more-btn:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #9fc649;
	background:#9fc649;
}
.hmteam-section .team-slide {
	width:100%;
}
.hmteam-section .team-slide .team-bx {
      width: 30%;
    display: inline-block;
    margin: 1%;
}
.hmteam-section .team-slide .team-bx .pic {
  overflow: hidden;
  position: relative;
  width: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hmteam-section .team-slide .team-bx .pic img {
  width: 100%;
  height: auto;
}
.hmteam-section .team-slide .team-bx .pic:hover {
  opacity: 100;
}
.hmteam-section .team-slide .team-bx .name {
	position: relative;
    padding: 20px;
    background: #f5f5f5;
    z-index: 1;
    margin-top: -65px;
    color: #0c0c0c;
    font-size: 15px;
    font-weight:300;
  line-height:24px;
}
.hmteam-section .team-slide .team-bx .name h4 {
	font-size: 26px;
	color: #329ed8;
	font-weight:300;
	line-height:30px;
	padding:10px 0;
	margin:0;
}
.hmteam-section .team-slide .team-bx .name p {
  display: block;
  font-size: 15px;
  color: #0c0c0c;
  font-weight:300;
  line-height:24px;
  padding:0;
  margin:0;
}
.luxurypro-section {
	position: relative;
	padding:50px 0;
	background:#fff;
}
.luxurypro-section h3 {
	display: block;
	color: #0c0c0c;
	font-size: 40px;
	font-weight:700;
	line-height:70px;
	padding:0 0 30px;
	margin:0;
    text-align: center;
    text-transform: uppercase;
}
.luxurypro-section .imgbx {
	position:relative;
	overflow:hidden;
}
.luxurypro-section .imgbx img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 10s;
}
.luxurypro-section .imgbx:hover img {
  -ms-transform: scale(1.4); /* IE 9 */
  -webkit-transform: scale(1.4); /* Safari 3-8 */
  transform: scale(1.4);
}
.luxurypro-section h4 {
	display:block;
	color: #0c0c0c;
	font-size: 18px;
	font-weight:400;
	line-height:30px;
	padding:0;
	margin:0;
}
.luxurypro-section p {
	color: #0c0c0c;
	font-size: 15px;
	font-weight: 300;
	line-height:26px;
	padding:10px 0;
	margin:0;
}
.luxurypro-section .txt {
/*	border:1px solid #9fc649;*/
        padding: 20px;
        margin-top: -1px;
}
.luxurypro-section .cal-btn {
	width:100%;
	text-align: center;
}
.luxurypro-section .cal-btn .btn1 {
	width: 28%;
    display: inline-block;
    border: 1px solid #329ed8;
	padding: 5px;
    margin: 1% 2% 0;
}

.hmabout-section1 {
	position: relative;
	padding:50px 0;
	background:#fff;
}
.hmabout-section1 .txt-bdr {
/*	border: 1px solid #9fc649;*/
    padding: 30px;
    margin: 40px 0 0;
}
.hmabout-section1 h3 {
    position: relative;
    color: #0c0c0c;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    padding: 0;
    margin: 0 0 23px;
    text-transform: uppercase;
}
.hmabout-section1 p {
	color: #0c0c0c;
	font-size: 16px;
	font-weight: 300;
	line-height:26px;
	padding:10px 0;
	margin:0;
}
.hmabout-section1 img {
	float:left;
	width:45%;
	height:auto;
	display:block;
	margin: 0 50px 0 0;
}
.hmabout-section1 .more-btn {
    position: relative;
    display: inline-block;
    background-color: #9fc649;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    padding: 5px 30px;
    margin: 20px 0 0;
    border: 1px solid #9fc649;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hmabout-section1 .more-btn:hover {
	color: #9fc649;
	text-decoration: none;
	border-color:#9fc649;
	background:#fff;
}
.hmconsultation-section {
    padding:50px 0;
    background: #f5f5f5;
    text-align: center;
}
/*.hmconsultation-section.enqbg {
    	background: url(../images/enq-bg.jpg);
	background-size:cover;
}*/
.hmconsultation-section .txt-bdr {
    	position:relative;
}
.hmconsultation-section .txt-bdr.contact h3 {
	color: #0c0c0c;
}
.hmconsultation-section h3 {
    position: relative;
    color: #0c0c0c;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
.hmconsultation-section p {
	color: #0c0c0c;
	font-size: 16px;
	font-weight:300;
	line-height:26px;
	padding:10px 0 20px;
	margin:0;
}
.hmconsultation-section .more-btn {
	position: relative;
	display: inline-block;
	color: #9fc649;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	padding: 5px 30px;
	margin:20px 0 50px;
	border: 1px solid #9fc649;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hmconsultation-section .more-btn:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #9fc649;
	background:#9fc649;
}
.hmconsultation-section .quickform {
    position: relative;
    width: 87%;
    margin: 0 auto;
    /* border: 1px solid #9fc649; */
    padding: 0px 50px;
}
.hmconsultation-section .quickform.contact {
	width:95%;
	/*background:#fff;*/
}

.hmconsultation-section .quickform input[type=text] {
    width: 100%;
    font-family: 'Roboto';
    background: #fff;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #0c0c0c;
    padding: 6px 22px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    height: 51px;
}
.hmconsultation-section .quickform input[type=text]::placeholder {
 color: #333;
}
.hmconsultation-section .quickform input[type=email] {
	 width: 100%;
    font-family: 'Roboto';
    background: #fff;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #0c0c0c;
    padding: 6px 22px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    height: 51px;
}
.hmconsultation-section .quickform input[type=email]::placeholder {
 color: #333;
}
.hmconsultation-section .quickform textarea {
	width:100%;
	height:100px;
        font-family: 'Roboto';
	font-size:14px;
	color:#0c0c0c;
	font-weight: 400;
	font-weight:normal;
	line-height:22px;
	padding:5px;
	margin:10px 0;
	background:#fff;
	border: 1px solid #cfcfcf;
}
.hmconsultation-section .quickform textarea::placeholder {
 color:#333;
}
.hmconsultation-section .quickform .sndbtn {
	text-align:center;
	width:130px;
}
.quickfrm-section {
	padding:50px 0;
	background: #000;
}
.quickfrm-section h3 {
	position:relative;
	color: #0c0c0c;
	font-size: 34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	margin:0;
}
.quickfrm-section p {
	color: #0c0c0c;
	font-size: 16px;
	font-weight:300;
	line-height:26px;
	padding:0;
	margin:0 0 20px;
}
.quickfrm-section .quickform {
	position:relative;
	width:65%;
	margin:0 auto;
}
.quickfrm-section .quickform input[type=text] {
	width:100%;
	font-family: 'Roboto';
	font-size:15px;
	color:#d6d6d6;
	font-weight:normal;
	line-height:22px;
	padding:15px;
	margin:10px 0;
	background:#fff;
	border:none;
}
.quickfrm-section .quickform input[type=text]:placeholder {
 color:#d6d6d6;
}
.quickfrm-section .quickform textarea {
	width:100%;
	height:150px;
	font-family: 'Roboto';
	font-size:15px;
	color:#d6d6d6;
	font-weight:normal;
	line-height:22px;
	padding:15px;
	margin:10px 0;
	background:#fff;
	border:none;
}
.quickfrm-section .quickform textarea:placeholder {
 color:#d6d6d6;
}
.quickfrm-section .quickform .sndbtn {
	text-align:center;
	width:130px;
}
.hmpropertsale-section {
    position: relative;
    background: #fff;
    padding: 50px 0;
    text-align: left;
}
.hmpropertsale-section h3 {
	color: #8eb92e;
	font-size: 24px;
	font-weight:400;
	line-height:40px;
	padding:0 0 10px;
	margin:0;
}
.hmpropertsale-section ul {
	list-style:none;
	padding:0;
	margin:0;
}
.hmpropertsale-section ul li {
	display: block;
	padding: 5px 0;
}
.hmpropertsale-section ul li a {
	display: block;
	color: #0c0c0c;
	font-size: 14px;
	font-weight:400;
	line-height:28px;
        text-decoration: none;
	border-left: 2px solid #8eb92e;
    	background-image: linear-gradient(90deg,#e6fbb8,#e6fbb8,#fff);
	padding:0 0 0 10px;
	margin:0;
}
.hmpropertsale-section ul li a:hover {
	color: #9fc649;
}
.ft-sec-wrap {
    position: relative;
    padding: 50px 0 0;
    margin: 30px 0 0;
    background: url(../images/footer-bg.jpg) no-repeat #0e6ea1;
	background-size:100% 100%;
}
.ft-sec-wrap h4 {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 100px 0 10px;
    margin: 0;
}
.ft-sec-wrap .abt {
    position: relative;
    width: 95%;
}
.ft-sec-wrap .lgo {
	width: 70%;
	height:auto;
	margin: 0 0 20px;
        display: block;
}
.ft-sec-wrap .abt p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}
.ft-sec-wrap .abt p a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}
.ft-sec-wrap .flw-links {
    position: relative;
    width: 95%;
	padding-top:20px;
}
.ft-sec-wrap .flw-links img {
	display: inline-block;
	width: 30px;
	height:30px;
	border-radius: 50%;
        margin: 5px;
	    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: 2px solid #fff;
	    opacity: 0.9;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ft-sec-wrap .flw-links img:hover {
	    opacity: 100;
}
.ft-sec-wrap .add {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    padding: 5px 0 5px 36px;
    margin: 0;
    background: url(../images/ft-add-icn.png) no-repeat 0 8px;
}
.ft-sec-wrap .ft-cntct {
    position: relative;
    margin: 10px 0 0;
}
.ft-sec-wrap .ft-cntct .ph {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    padding: 5px 0 5px 36px;
    margin: 0;
    background: url(../images/ft-ph-icn.png) no-repeat 0 7px;
}
.ft-sec-wrap .ft-cntct .ph a {
    color: #fff;
    text-decoration: none;
}
.ft-sec-wrap .ft-cntct .ph a:hover {
    color: #fff;
    text-decoration: none;
}
.ft-sec-wrap .ft-cntct .em {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    padding: 5px 0 5px 35px;
    margin: 0;
    background: url(../images/ft-eml-icn.png) no-repeat 0 7px;
}
.ft-sec-wrap .ft-cntct .em a {
    color: #fff;
    text-decoration: none;
}
.ft-sec-wrap .ft-cntct .em a:hover {
    color: #fff;
    text-decoration: none;
}
.ft-sec-wrap .ftmnu-cnt {
    position: relative;
    background-image: linear-gradient(90deg,#2982b2,#0e6ea1,#2982b2);
    margin-top: -80px;
    padding:20px 40px;
    width: 100%;
    float:left;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
}
.ft-sec-wrap .lgo-cnt {
    position: relative;
     width: 100%;
    float:left;
      text-align: center;
}
.ft-sec-wrap .lgo-cnt img {
	width: auto;
	height:auto;
	padding: 0 0 30px;
}
.ft-sec-wrap .ftmnu {
    width: 33%;
    float:left;
}
.ft-sec-wrap .ftmnu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ft-sec-wrap .ftmnu ul li {
    display: block;
    position: relative;
}
.ft-sec-wrap .ftmnu a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0 0 15px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
        -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ft-sec-wrap .ftmnu a:hover {
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 18px;
}
.ft-sec-wrap .ftmnu a::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
}
.ft-sec-wrap .coy-rgt {
    position: relative;
    padding: 30px 0 50px;
    margin: 50px 0 0;
    text-align: center;
    border-top: 1px solid #329ed8;
}
.ft-sec-wrap .coy-rgt p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.ft-sec-wrap .coy-rgt p a {
    color: #fff;
    text-decoration: none;
}
.ft-sec-wrap .coy-rgt .folow {
    text-align: right;
}
.ft-sec-wrap .coy-rgt .folow img {
    width: 24px;
    height: auto;
    margin: 0 5px;
}

/***** INNER RENT PAGE CSS *****/

.inner-sell-banner-section {
	position: relative;
	background: #000;
	padding:0;
}
.inner-sell-banner-section img {
	width: 100%;
	height:auto;
}
.inner-sell-banner-section .bantxt {
	position:absolute;
	left:0;
	right:0;
        bottom:3rem;
	z-index:1;
        width:90%;
	margin:0 auto;
	text-align: center;
}
.inner-sell-banner-section .bantxt h4 {
	display:block;
	font-size:60px;
	color:#fff;
	line-height:70px;
	font-weight: 100;
	text-transform: uppercase;
	margin:0;
}
.inner-sell-banner-section .bantxt p {
	display:block;
	font-size:28px;
	color:#fff;
	line-height:45px;
	font-weight: 100;
	margin:0;
}
.inner-sell-about-section {
    padding:50px 0;
    background: #fff;
}
.inner-sell-about-section h3 {
	position:relative;
	color: #0c0c0c;
	font-size: 34px;
	font-weight:300;
	line-height:40px;
	padding:20px 150px 30px 0;
	margin:0;
}
.inner-sell-about-section p {
	color: #0c0c0c;
	font-size: 16px;
	font-weight:300;
	line-height:26px;
	padding:10px 0;
	margin:0;
}
.inner-sell-about-section .more-btn {
	position: relative;
	display: inline-block;
	color: #9fc649;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	padding: 5px 30px;
	margin:20px 0 0;
	border: 1px solid #9fc649;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.inner-sell-about-section .more-btn:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #9fc649;
	background:#9fc649;
}
.inner-sell-service-section {
	padding:0 0 50px 0;
	background:#fff;
}
.inner-sell-service-section h3 {
	display:block;
	color: #0c0c0c;
	font-size: 34px;
	font-weight:300;
	line-height:40px;
	text-align: center;
	padding: 20px 0;
	margin:0;
}
.inner-sell-service-section .pic {
  overflow: hidden;
  position: relative;
  margin:20px 0 0;
  width: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.inner-sell-service-section .pic img {
  width: 100%;
  height: auto;
}
.inner-sell-service-section .txtbx {
	position: relative;
    padding: 20px;
    background:#329ed8;
    z-index: 1;
    margin-top: -65px;
}
.inner-sell-service-section .txtbx h4 {
	font-size: 26px;
	color: #fff;
	font-weight:300;
	line-height:30px;
	padding:10px 0;
	margin:0;
}
.inner-sell-service-section .txtbx p {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight:300;
  line-height:24px;
  padding:0;
  margin:0;
}
.inner-sell-service-section .more-btn {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	padding: 5px 30px;
	margin:20px 0 0;
	border: 1px solid #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.inner-sell-service-section .more-btn:hover {
	color: #9fc649;
	text-decoration: none;
	border: 1px solid #fff;
	background:#fff;
}
.inner-banner-section {
    position: relative;
    padding: 50px 0;
    background: #f5f5f5;
}
.inner-banner-section h3 {
	position:relative;
	color: #0c0c0c;
	font-size: 40px;
	font-weight:300;
	line-height:60px;
	letter-spacing:1px;
	padding:0 0 0 70px;
	margin:0 0 20px;
}

.inner-rent-banner-section {
	position: relative;
	background: #000;
	padding:0;
}
.inner-rent-banner-section img {
	width: 100%;
	height:auto;
}
.inner-rent-banner-section .bantxt {
	position:absolute;
	left:0;
	right:0;
        bottom:3rem;
	z-index:1;
        width:90%;
	margin:0 auto;
	text-align: center;
}
.inner-rent-banner-section .bantxt h4 {
	display:block;
	font-size:60px;
	color:#fff;
	line-height:70px;
	font-weight: 100;
	text-transform: uppercase;
	margin:0;
}
.inn-rent-section {
	position: relative;
	padding:50px 0;
	background: #fff;
}
.inn-rent-section .rent-list {
	float: left;
        width: 100%;
	text-align: center;
}
.inn-rent-section .rent-list ul {
	list-style: none;
        padding:0;
	margin:0;
}
.inn-rent-section .rent-list ul li {
	display: inline-block;
}
.inn-rent-section .rent-list ul li a {
	display:block;
	color: #0c0c0c;
	font-size: 18px;
	font-weight: 400;
	line-height:30px;
	text-decoration: none;
	padding:5px 10px;
	margin:0;
}
.inn-rent-section .rent-list ul li a:hover {
	color: #9fc649;
}
.inn-rent-section .rent-bx {
    float: left;
    width: 100%;
    margin: 16px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e5e5;
}
.inn-rent-section .rent-bx .imgbx {
	width:100%;
	float: left;
	position: relative;
        overflow: hidden;
}
.inn-rent-section .rent-bx .imgbx img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 10s;
}
.inn-rent-section .rent-bx:hover .imgbx img {
	-ms-transform: scale(1.4); /* IE 9 */
  -webkit-transform: scale(1.4); /* Safari 3-8 */
  transform: scale(1.4);
}
.inn-rent-section .rent-bx h4 {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 0 10px;
    margin: 0;
}
.inn-rent-section .rent-bx .txt {
    width:100%;
    float: left;
   /* border: 1px solid #ccc;*/
    padding: 20px;
    margin-top: -1px;
}
.inn-rent-section .locbx {
	width:100%;
	float:left;
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 400;
	line-height:30px;
	padding:0;
	margin:0;
}
.inn-rent-section .ptbx {
	width:100%;
	float:left;
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 400;
	line-height:30px;
	padding:0;
	margin:0;
}
.inn-rent-section .icnbx {
	width:100%;
	float:left;
	padding: 5px 0 10px;
}
/*.inn-rent-section .icnbx ul {
	list-style:none;
	padding:0;
	margin:0;
}*/
.inn-rent-section .icnbx ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inn-rent-section .icnbx li {
	float:left;
/*	width:60%;*/
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 400;
	line-height:30px;
/*	padding:0;*/
	margin:0;
	padding-right: 0px;
}
.inn-rent-section .icnbx li:first-child {
    /*width: 40%;*/
}
.inn-rent-section .icnbx li img {
	margin-right:10px;
}
.inn-rent-section .prcbx {
	width:100%;
	float:left;
	color: #0c0c0c;
	font-size: 18px;
	font-weight: 400;
	line-height:30px;
	padding: 10px 0 20px;
    margin: 0;
	border-top: 1px solid #ccc;
}
.inn-rent-section .cal-btn {
	width:100%;
	float:left;
	text-align: center;
}
.inn-rent-section .cal-btn .btn1 {
	width: 28%;
    display: inline-block;
    border: 1px solid #329ed8;
	padding: 5px;
    margin: 1% 2% 0;
}
.inn-rent-detail-section {
    position: relative;
    padding: 15px 0 50px;
    background: #fff;
}
.inn-rent-detail-section .imgbx {
	width:100%;
        float:left;
}
.inn-rent-detail-section .imgbx img {
	width:100%;
	height:auto;
}
.inn-rent-detail-section .prcbx p{
    /* width: 100%; */
    float: left;
    color: #2982b2;
    font-size: 26px;
    font-weight: 700;
    line-height: 37px;
    padding: 16px 13px;
    margin: -28px 0 0;
    /* border-bottom: 1px solid #9fc649; */
    border: 1px solid #e6e6e6;
}
.inn-rent-detail-section .rent-bx {
	width:100%;
        float:left;
	margin:10px 0;
	border-bottom: 1px solid #9fc649;
}
.inn-rent-detail-section .rent-bx h4 {
	display:block;
	color: #0c0c0c;
	font-size: 24px;
	font-weight:300;
	line-height:40px;
	padding:10px 0 0;
	margin:0;
}
.inn-rent-detail-section .locbx {
	float:left;
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 400;
	line-height:30px;
	padding:10px 0;
	margin:0;
	width: 33.33%;
}
.inn-rent-detail-section .ptbx {
	float:left;
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 400;
	line-height:30px;
	padding:10px 0px;
	margin:0;
	width: 25%;
}
.inn-rent-detail-section .icnbx {
	float:left;
	padding:10px 0;
	width: 41.66%;
}
.inn-rent-detail-section .icnbx ul {
	list-style:none;
	padding:0;
	margin:0;
}
.inn-rent-detail-section .icnbx li {
	display: inline-block;
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 400;
	line-height:30px;
	padding:0px 10px 0px 0px;
	margin:0;/*
	width: 30%;*/
}
.inn-rent-detail-section .icnbx li img {
	margin-right:10px;
}
.inn-rent-detail-section .feat-bx {
	width:100%;
	margin:10px 0 30px;
}
.inn-rent-detail-section .feat-bx h4 {
	display:block;
	color: #0c0c0c;
	font-size: 20px;
	font-weight:400;
	line-height:40px;
	padding:10px 0;
	margin:0;
}
.inn-rent-detail-section .feat-bx ul {
	list-style:none;
	padding:0;
	margin:0;
}
.inn-rent-detail-section .feat-bx li {
    width: 32%;
    display: inline-block;
    color: #0c0c0c;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    /* border-right: 1px solid #fff; */
    border: 1px solid #b7b2b2;
    /* background: #f5f5f5; */
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 6px;
    margin-right: 1px;
}
.inn-rent-detail-section .feat-bx li img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.inn-rent-detail-section .descbx {
	width:100%;
	float:left;
	margin:10px 0px 50px;
}
.inn-rent-detail-section .descbx h4 {
	display:block;
	color: #0c0c0c;
	font-size: 24px;
	font-weight:400;
	line-height:40px;
	padding:10px 0 0;
	margin:0;
}
.inn-rent-detail-section .descbx p {
	display:block;
	color: #0c0c0c;
	font-size: 16px;
	font-weight:300;
	line-height:26px;
	padding:10px 0;
	margin:0;
}
.inn-rent-detail-section .photobx {
	width:100%;
	float:left;
	color: #0c0c0c;
	font-size: 24px;
	font-weight: 300;
	line-height:30px;
	padding: 10px 0 20px;
    	margin: 0;
    	border-top: 1px solid #9fc649;
}
.inn-rent-detail-section .photo-frame {
	width:100%;
	float:left;
	padding: 20px;
    border: 1px solid #d2d5cc;
}
.inn-rent-detail-section .photo-frame .detail {
	width:100%;
	float:left;
}
.inn-rent-detail-section .photo-frame .detail img {
	width:100px;
	height:auto;
	float:left;
    	margin: 0 10px 0 0;
}
.inn-rent-detail-section .photo-frame .detail h4 {
    color: #0c0c0c;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0 5px;
    margin: 0;
}
.inn-rent-detail-section .photo-frame .detail p {
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 300;
	line-height:20px;
	padding: 0;
    	margin: 0;
}
.inn-rent-detail-section .cal-btn {
	width:100%;
	float:left;
	text-align: center;
	margin: 20px 0 0;
}
.inn-rent-detail-section .cal-btn .btn1 {
	width: 28%;
    display: inline-block;
    border: 1px solid #329ed8;
	padding: 5px;
    margin: 1% 2% 0;
}
.inn-rent-detail-section .share-btn {
	width:100%;
	float:left;
	text-align: center;
	padding: 20px;
    	border: 1px solid #9fc649;
	margin: 20px 0 0;
}
.inn-rent-detail-section .share-btn h4 {
	color: #0c0c0c;
	font-size: 24px;
	font-weight: 300;
	line-height:30px;
	padding: 10px 0;
    	margin: 0;
}
.inn-rent-detail-section .share-btn .btn1 {
        display: inline-block;
	padding: 15px;
	width: 60px;
}
.inn-rent-detail-section .share-btn img {
        width: 100%;
	height: auto;
}
.consultant-section {
	padding:50px 0;
	background:#a26529;
	text-align: center;
}
.consultant-section .call {
	width: 25%;
    border: 1px dashed #fff;
    display: inline-block;
    margin: 20px;
}
.consultant-section .call a {
	display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
    padding: 10px;
    margin: 0;
    text-decoration: none;
}
.consultant-section .call a:hover {
	color: #0c0c0c;
	text-decoration: none;
}
.consultant-section .call img {
	width: 38px;
	height:auto;
	margin-right: 5px;
}

.inn-contact-section {
	position: relative;
	padding:50px 0;
	background:#fff;
}
.inn-contact-section h3 {
	display:block;
	font-size:60px;
	color: #0c0c0c;
	line-height:70px;
	font-weight: 100;
	text-transform: uppercase;
        text-align: center;
        padding: 0 0 30px;
	margin:0;
}
.inn-contact-section .addrs-bx {
	width:33%;
	float: left;
	color: #0c0c0c;
	font-size: 18px;
	font-weight:300;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
        margin: 0;
}
.inn-contact-section .addrs-bx img {
	display:block;
	margin: 0 auto 10px;
}
.inn-contact-section .cntct-bx {
	width:33%;
	float: left;
	text-align: center;
}
.inn-contact-section .cntct-bx img {
	display:block;
	margin: 0 auto 10px;
}
.inn-contact-section .ph {
	display: block;
	color: #0c0c0c;
	font-size: 18px;
	font-weight:300;
	line-height: 30px;
	text-decoration: none;
	padding: 0;
        margin: 0;
}
.inn-contact-section .ph a {
	color: #0c0c0c;
	text-decoration: none;
}
.inn-contact-section .ph a:hover {
	color: #0c0c0c;
	text-decoration: none;
}
.inn-contact-section .eml-bx {
	width:33%;
	float: left;
	text-align: center;
}
.inn-contact-section .eml-bx img {
	display:block;
	margin: 0 auto 10px;
}
.inn-contact-section .em {
	display: block;
	color: #0c0c0c;
	font-size: 18px;
	font-weight:300;
	line-height: 30px;
	text-decoration: none;
	padding: 0;
        margin: 0;
}
.inn-contact-section .em a {
	color: #0c0c0c;
	text-decoration: none;
}
.inn-contact-section .em a:hover {
	color: #0c0c0c;
	text-decoration: none;
}
.whtsap-cal-fix {
    display: block;
    position: fixed;
    right: 10px;
    top: 250px;
    z-index: 999;
    width: 58px;
    height: 100%;
}
.whtsap-cal-fix img {
    display: block;
    width: 58px;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 50%;	
}
.whtsap-cal-fix a {
    display: block;
}
.fea-properties-grid {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e5e5;
}
.wpcf7-form-control {
    width: 100%;
    font-size: 14px;
    color: #0c0c0c;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 11px;
    background: #fff;
    border: 1px solid #cfcfcf;
    display: inline-block;
}
.properties-form-sidebar {
    float: left;
    width: 100%;
    display: block;
    margin: 0px;
    /* box-shadow: 0 0 5px 0 #ccc; */
    padding: 20px;
    border: 1px solid #ccc;
}
.properties-widjet-sidebar .widget {
    padding-top: 30px;
    position: relative;
    float: left;
}
.wpcf7 form .wpcf7-response-output {
    float: left;
}
.properties-sidebar h3 {
    float: left;
    color: #0c0c0c;
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0px 0px 22px;
    text-transform: uppercase;
}
.properties-sidebar input[type="submit"] {
    margin: 0px;
}
.floor-plan-table{
  border-collapse: collapse;
}
.floor-plan-table th {
    background: #f5f5f5;
    font-size: 16px;
    padding: 14px 7px 14px 13px;
    font-weight: 500;
}
.floor-plan-table td {
    font-size: 15px;
    line-height: 37px;
    padding: 5px 7px 5px 13px;
    font-weight: 400;
}
.floor-plan-table th, .floor-plan-table td {
  border: 1px solid #ccc;
}
.floor-plan-table tr td:first-child {
    background: #f5f5f5;
    text-align: center;
}
.floor-plan-table {
    width: 100%;
}
.floor-plan-table tr {
  display: none;
}

.floor-plan-table tr.active {
  display: table-row;
}
.floor-plan-table-section {
    /* float: left; */
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 91px;
}
a.load_more {
    background-color: #9fc649;
    border: 1px solid #ffffff;
    margin: 27px 0;
    font-weight: 400;
    letter-spacing: .2px;
    color: #fff !important;
    padding: 7px 12px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    float: left;
    text-align: center;
}
.hme-consultation-section {
    background-color: #F1F1F1;
    padding: 50px 0;
}
.hme-consultation-section .contbx {
    width: 100%;
    margin: 6px 0;
    padding: 0 5px 0 0;
}
.hme-consultation-section .contbxfull {
    padding: 0 5px 0 0;
}
.hme-consultation-section h3 {
    display: block;
    color: #0c0c0c;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 0 30px;
    margin: 63px 0px 0px;
    text-align: left;
    text-transform: uppercase;
}
.hme-consultation-section .txt-bdr {
    padding-right: 15%;
}
.hme-consultation-section .txt-bdr .wpcf7-form-control {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #0c0c0c;
    padding: 6px 22px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    height: 51px;
}
.hme-consultation-section .txt-bdr textarea.wpcf7-textarea {
    height: unset;
    margin-top: 9px;
    padding: 29px 22px !important;
}
.hme-consultation-section .txt-bdr div {
    text-align: left;
}
.hme-consultation-section .txt-bdr div input[type="submit"] {
    margin: 0px;
    background: unset;
    padding: 13px 47px;
    max-width: unset;
    display: inline;
    width: auto;
    background-color: #9fc649;
    color: #fff;
    font-size: 19px !important;
    text-indent: unset;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.home-developer-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}
.home-developer-section h4 {
    display: block;
    color: #0c0c0c;
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    padding: 0 0 30px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.home-developer-section .developer-slide {
    padding: 30px 16px;
}
.developer-slide-item {
    box-shadow: 0 11px 35px rgba(0,0,0,.11);
    background-color: #fff;
    width: 100%;
    object-fit: contain;
    padding: 20px;
}
.home-developer-section .developer-slide img {
    width: 100%;
    object-fit: contain;
    height: 150px;
}
header .mobBar .mobNav ul ul.sub-menu {
      margin-left: 20px;
}