@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6, a, p, span, strong, form, input, textarea, em, ul, li, table, tr, td, th {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #383737;
}
a {
	color: #323232;
}
a:focus {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.nomargin-top {
	margin-top: 0 !important;
}
.nomargin-bottom {
	margin-bottom: 0 !important;
}
.container-fluid {
	padding-right: 52px;
	padding-left: 52px;
}
.align-flex {
	display: flex;
}
.align-div {
	display: flex;
	align-items: center;
}
/*-----------Home page css start here------*/
#header, #body, #footer {
	float: left;
	width: 100%;
}
.top-header {
	float: left;
	width: 100%;
	background: #000;
	padding: 12px 0;
}
.top-left-section figure {
	float: left;
	margin-top: 5px;
}
.top-left-section figure a {
	font-size:18px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.top-left-section figure a strong {
	font-weight: 800;
	color: #eb2226;
}
ul.top-menu {
	float: left;
	margin: 5px 0 0 20px;
}
ul.top-menu li {
	display: inline-block;
	padding: 0 10px;
	font-weight: 600;
	color:#fff;
}
ul.top-menu li a {
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .2px;
}
ul.top-menu li a sup {
	font-weight: 700;
}
ul.top-menu li a:hover, ul.top-menu li a.selected, ul.top-menu li a.active {
	color: #FFD916;
}
ul.top-menu li::after, ul.top-menu li.selected::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #FFD916;
	transition: width .3s;
	position: relative;
	bottom: -11px;
}
ul.top-menu li:hover::after, ul.top-menu li.selected::after {
	width: 100%;
	transition: width .3s;
}
.top-right-section {
	width: 100%;
	text-align: right;
}
ul.listmenu-top li {
	display: inline-table;
	padding: 0 10px;
}
ul.listmenu-top li:first-child {
	border: solid 1px #FFD916;
	border-radius: 3px;
	padding: 2px 15px;
}
ul.listmenu-top li.loginBtn {
  padding: 0 11pxpx;
  background: #444;
  border: #444 solid 1px;
  color: #fff;
  line-height: 30px;
  transition: .5s;
  height: auto;
  border-radius: 5px;
  min-width: 50px;
}
ul.listmenu-top li a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
ul.listmenu-top li a:hover, ul.listmenu-top li:first-child:hover a {
	color: #FFD916;
}
ul.listmenu-top li:first-child:hover {
	border: solid 1px #a0def6;
}
.user-avtar {
	border: solid 2px #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	margin-left: 5px;
}
.banner {
	float: left;
	width: 100%;
	/*background: url(../images/back2.jpg) repeat-x center bottom;*/
	background: url(../images/home-cover.png) no-repeat;
    background-size: cover;
   /* height: 91vh;*/
	border-bottom: solid 1px #ccc;
   /*text-align: center;*/
   padding-bottom:80px
}
.banner-head {
	/*text-align: center;*/
}
.banner-head em {
	color: #fff;
	font-size: 14px;
}
.search-bar-wrap {
	/*border: solid 1px #d2d2d2;*/
	padding: 0;
	width: 60%;
	/*background: #eeeeee;*/
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	/*margin: 0 auto;*/
	margin-top: 72px;
}
.banner h2 {
	font-size: 55px;
	line-height:65px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 13px;
	margin-top: 95px;
}
.banner h2 strong {
	font-weight: 700;
}
.banner h1 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
	display: block;
}
.banner h1 strong {
	background: #FFD916;
	color: #111;
	padding: 0 5px;
}
.search-bar-wrap ul {
  background: #344f69d4;
  border-radius: 8px 8px 0 0;
}
.search-bar-wrap ul li {
	padding: 0 0;
}
.search-bar-wrap ul li a {
	background: transparent !important;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 16px 26px;
	border: 0 !important;
	border-radius: 0;
	position: relative;
	border-left: #07213a solid 1px;
}
.search-bar-wrap ul li a sup {
	position: absolute;
	top: 20px;
	font-size: 9px;
	font-weight: 700;
	margin-left: 4px;
}
.search-bar-wrap ul li.active a sup {
	color: #eb2226;
}
.search-bar-wrap .nav-tabs > li{
   margin-bottom:0;
}
.search-bar-wrap ul li:first-child a {
	border-top-left-radius: 0;
}
.search-bar-wrap ul li.active a {
	border-left: #07213a solid 1px;
	background: #07213a !important;
	color: #fff !important;
}
.search-bar-wrap ul li:first-child.active a {
	border-top-left-radius: 8px;
}
/*.responsive-tabs-container .tab-pane {
	margin-bottom: 15px;
}*/
.responsive-tabs-container .accordion-link {
	display: none;
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #333;
}
.search-bar-wrap .tab-content {
	padding: 26px 28px;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.styled-select {
	margin-right: 0;
}
.styled-select p {
	color: #000;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: 600;
	text-align: left;
}
.search-bar-inn .form-group {
	display: inline-block;
	margin-bottom: 0;
	margin-right: -5px;
}
.styled-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: solid 1px #333;
	color: #333;
	font-weight: 400;
	padding-left: 10px;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	background: #fff url(../images/arrow-down.png) no-repeat;
	background-position: right 10px center;
	padding-top: 0px;
	vertical-align: middle;
	border-radius: 0;
	box-shadow: 0 0 0;
	width: 180px;
	display: inline-block;
}
.styled-select-input input {
	border: solid 1px #333;
	color: #333;
	font-weight: 400;
	padding-left: 10px;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	border-radius: 0;
	box-shadow: 0 0 0;
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-right: -5px;
}
.btn-search {
	background: #111;
	padding: 8px 30px;
	border-radius: 0;
	color: #fff;
	border: 0;
	font-size: 18px;
	margin-left: 1px;
}
.btn-search:hover {
	background: #000;
	color: #fff;
}
#sell-properties {
  padding: 9px 0;
}
/****Our services - {HOME} *****/
.our-services {
	float: left;
	width: 100%;
}
.service-slider-wrap {
	width: 1024px;
	/*height: 137px;*/
	height: auto;
	box-shadow: 0 4px 12px 0 rgba(48, 48, 48, 0.1);
	background-color: #fff;
	border-left: solid 15px #006d31;
	border-right: solid 15px #006d31;
	margin:0px auto 0 auto;
	position: relative;
	z-index: 3;
	padding: 0;
	text-align: center;
	padding: 20px 0px;
}
ul#lightSlider li {
	display: inline-block;
	padding: 25px 40px;
	text-align: center;
}
ul#lightSlider li a span {
	display: block;
}
ul#lightSlider li a {
	font-weight: 600;
	font-size: 15px;
	display: block;
	color: #111;
}
ul#lightSlider li a img {
	margin-bottom: 5px;
}
ul#lightSlider li:first-child {
	padding-left: 0;
}
ul#lightSlider li:last-child {
	padding-right: 0;
}
/****Property For Sale - {HOME} *****/
.saleproperty-section {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.saleproperty-section h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #111;
	text-align: center;
}
.saleproperty-section h2 span {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
	display: inline-block;
	margin-top: 5px;
	color: #7D7D7D;
	text-align: center;
}
ul.list-property-sell {
	float: left;
	width: 100%;
}
ul.list-property-sell li {
	display: inline-block;
	border: solid 1px #eee;
	width: 31.5%;
	margin-right: 30px;
	vertical-align: top;
	margin-bottom: 30px;
	border-radius: 30px;
}
ul.list-property-sell li:hover {
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.12)
}
ul.list-property-sell li:last-child {
	margin-right: 0;
	text-align: center;
	margin-bottom:0;
	padding:15px 0;
	background: #111;
	border-radius: 48px;
}
ul.list-property-sell li:nth-child(4n+4) {
	margin-right: 0;
}
ul.list-property-sell li:nth-child(3n) {
  margin-right: 0;
}
/*ul.list-property-sell li:nth-child(n+4) {
	margin-bottom: 0;
}*/
/*.view-all-pro {
	margin-top: 60px;
}*/
.view-all-pro a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.view-all-pro a:hover {
	color: #a0def6;
}
.view-all-pro a span:hover, .view-all-pro a:hover span {
	background: #a0def6;
}
.view-all-pro a span {
	width: 29px;
	height: 29px;
	background: #fff;
	display: block;
	margin: auto;
	position: relative;
	box-shadow: 0 2px 12px 0 rgba(97,84,126,0.5);
	border-radius: 100%;
	margin-top: 7px;
}
.view-all-pro a span::before {
	content: "";
	position: absolute;
	height: 7px;
	width: 7px;
	border: solid 1px #303030;
	border-top-color: rgb(48, 48, 48);
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: rgb(48, 48, 48);
	border-left-style: solid;
	border-left-width: 1px;
	transform: rotate(-45deg);
	border-left: 0;
	border-top: 0;
	top: 11px;
	left: 11px;
}
.pro-img-box {
	position: relative;
}
.pro-img-box img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.pro-img-box .prothumb {
	/* height: 251px;*/
	height: auto;
	overflow: hidden;
}
.pro-img-box .pro-city {
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: #000;
	line-height: 24px;
	font-size: 13px;
	color: #fff;
	padding: 0 10px;
	font-weight: 600;
}
.pro-content-box {
	padding: 20px 0 20px 20px;
	border: none;
	height: 250px;
}
.pro-content-box .pro-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0px;
}
.pro-content-box .pro-location {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	margin-top: 6px;
	line-height: 20px;
}
.pro-content-box .pro-location span {
	color: #999;
	font-weight: 400;
	margin: 0px 0px 9px 0px;
	display: inline-block;
}
.pro-content-box .pro-category {
	margin-bottom: 7px;
	font-size: 14px;
	color: #333;
}
.pro-content-box .pro-price {
	margin-bottom: 5px;
}
.pro-content-box .pro-price p {
	font-size: 14px;
	color: #999;
}
.pro-content-box .pro-price strong {
	color: #000;
	background: url(../images/rupeeIconNew.png) left 6px no-repeat;
	padding-left: 12px;
	font-weight: 700;
	font-size: 18px;
	padding-left: 15px;
}
.pro-content-box a.see-details {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	padding: 5px 18px 5px 18px;
	background: #000;
	font-weight: 600;
}
.pro-content-box .marketedBy {
	color: #999;
	font-size: 12px;
}
.why-us {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
	background: #3e3258;
	padding: 22px 0;
}
/*Explore Other Services css: start */

.exploreotherservices {
	background: #e4e1eb;
	width: 100%;
	margin-top: 70px;
	padding: 60px 0 70px 0;
	float: left;
}
.exploreotherservices h3 {
	font-size: 24px;
	color: #111;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 0 40px 70px;
}
.exploreotherservices .owl-item .item {
	height: 300px;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	transition: all 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	background-color: #ffffff;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.exploreotherservices .owl-item .item a {
	height: 300px;
	display: block;
	padding: 35px 0 0 24px;
}
.exploreotherservices .owl-item .current {
	box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.55);
	background: #3e3258;
}
.exploreotherservices .owl-item .current h2 {
	color: #fff;
}
.exploreotherservices .owl-item .current p {
	color: #fff;
}
.exploreotherservices .owl-item .current .arrow {
	background: url(../images/arrowwhite.svg);
}
/*.exploreotherservices .owl-item:nth-child(1) {
	background-color: #fff4f2 !important;
	width: 48px !important;
	box-shadow: none;
}*/
.exploreotherservices .owl-item .item:hover {
	box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.55);
	background: #3e3258;
}
.exploreotherservices .owl-item .item:hover h2 {
	color: #fff;
}
.exploreotherservices .owl-item .item:hover p {
	color: #fff;
}
.exploreotherservices .owl-item .item:hover .arrow {
	background: url(../images/arrowwhite.svg);
}
.exploreotherservices .arrow {
	background: url(../images/arrow.svg);
	position: absolute;
	bottom: 44px;
	right: 22px;
	width: 23px;
	height: 23px;
}
.exploreotherservices h2 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	text-align: left;
	margin: 15px 0 15px 0;
}
.exploreotherservices p {
	color: #606060;
	line-height: 1.43;
	font-size: 14px;
	font-weight: 400;
	margin-right: 5%;
	text-align: left;
}
.exploreotherservices .owl-dots {
	display: none;
}
#exploreotherservices .owl-nav {
	position: absolute;
	right: 60px;
	top: -70px;
}
#exploreotherservices .owl-prev {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 38px;
	height: 38px;
	border: none;
	margin: 0;
	border-radius: 50%;
	background: #fff;
	color: #303030;
	transition: 0.3s;
	box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
	margin: 0 15px 0 0;
}
#exploreotherservices .owl-next {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #303030;
	width: 38px;
	height: 38px;
	border: none;
	margin: 0;
	transition: 0.3s;
	border-radius: 50%;
	box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
}
#exploreotherservices .owl-prev:before {
	content: "\f104";
	font-size: 22px;
}
#exploreotherservices .owl-next:before {
	content: "\f105";
	font-size: 22px;
	padding: 0 0 0 4px;
}
#exploreotherservices .owl-next:hover {
	background: #3e3258;
	color: #fff;
}
#exploreotherservices .owl-prev:hover {
	background: #3e3258;
	color: #fff;
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: block;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
#helpfultips .owl-stage {
	margin-left: 2px;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}*/

/*.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}*/


/*Explore Other Services css: End */

/*TESTIMONIALS  css : Start */

.testimonials {
	background: #fff;
	margin-top: 70px;
	padding-top: 50px;
	float: left;
	width: 100%;
}
.testimonials-quote {
	width: 55%;
	float: left;
	position: relative;
}
.testimonials h1 {
	color: #303030;
	font-size: 24px;
	font-weight: 600;
	padding: 0;
	margin: 56px 0 20px 0;
}
.testimonials h1:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0px;
	width: 40px;
	height: 30px;
	background: url(../images/right-quotation-sign.svg);
}
.testimonials p {
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	margin: 7px 0 7px 0;
}
.testimonials label {
	font-size: 18px;
	font-weight: 600;
	color: #303030;
	margin-bottom: 30px;
}
#big .owl-nav {
	width: 74px;
	position: relative;
}
#big .owl-prev {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 32px;
	height: 32px;
	border: none;
	position: absolute;
	left: 0px;
	margin: 15px 0 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	transition: 0.3s;
	box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
}
#big .owl-next {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #111;
	width: 32px;
	height: 32px;
	border: none;
	position: absolute;
	right: 0;
	margin: 15px 0 0 0;
	transition: 0.3s;
	border-radius: 50%;
	box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
}
#big .owl-prev:before {
	content: "\f104";
	font-size: 22px;
}
#big .owl-next:before {
	content: "\f105";
	font-size: 22px;
	padding: 0 0 0 4px;
}
#big .owl-next:hover {
	background: #3498db;
	color: #fff;
}
#big .owl-prev:hover {
	background: #3498db;
	color: #fff;
}
#big .owl-dots {
	display: none;
}
#thumbs .item img {
	width: auto;
}
#thumbs .owl-nav {
	display: none;
}
#thumbs {
	width: 35%;
	float: left;
	margin: 0 6% 0 0;
	height: 350px;
	overflow: hidden;
}
#thumbs .owl-item {
	float: none !important;
	width: auto !important;
	position: relative;
	display: block;
}
ul#thumbs li {
	float: none;
	margin: 0 15px 0 15px;
	height: 100px;
}
ul#thumbs .owl-item img {
	border-radius: 50%;
	float: none;
	filter: grayscale(100%);
	transition: all 0.2s;
}
ul#thumbs .owl-item.current img {
	border: 3px solid #3498db;
	padding: 6px;
	width: 98px !important;
	height: 98px !important;
	transform: scale(1);
	top: -50px;
	margin: -25px 0 0 -15px;
}
ul#thumbs .owl-item:nth-child(1) img {
	width: 61px;
	height: 61px;
	position: absolute;
	top: 27px;
	left: 84px;
}
ul#thumbs .owl-item:nth-child(2) img {
	position: absolute;
	width: 61px;
	height: 61px;
	top: -76px;
	left: 259px;
}
ul#thumbs .owl-item:nth-child(3) img {
	position: absolute;
	width: 57px;
	height: 57px;
	top: -81px;
	left: 18px;
}
ul#thumbs .owl-item:nth-child(4) img {
	position: absolute;
	width: 65px;
	height: 65px;
	top: -174px;
	left: 164px;
}
ul#thumbs .owl-item:nth-child(5) img {
	position: absolute;
	width: 57px;
	height: 57px;
	top: -281px;
	left: 308px;
}
ul#thumbs .owl-item:nth-child(6) img {
	position: absolute;
	width: 65px;
	height: 65px;
	top: -301px;
	left: 65px;
}
ul#thumbs .owl-item:nth-child(7) img {
	width: 74px;
	height: 74px;
	position: relative;
	top: -381px;
	left: 226px;
}
#big {
	width: 55%;
	float: left;
}
.current img {
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}
/*TESTIMONIALS  css : End */

.cta-wrapper {
	background: #3e3258;
	padding: 30px 0;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.cta-wrapper {
	background: #3e3258 url(../images/pyr-bg.png) no-repeat bottom;
	background-size: cover;
	padding: 70px 0;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.cta-wrapper h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
}
.cta-wrapper p {
	color: #fff;
	font-size: 15px;
}
.btn-post-requirment {
	background: #fff;
	color: #111;
	font-size: 14px;
	padding: 12px 42px;
	font-weight: 600;
	display: inline-block;
	margin-top: 15px;
}
.btn-post-requirment:hover {
	background: #a0def6;
	color: #000;
}
.faq-section {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.accordion-menu {
	background: #fff;
	float: left;
	width: 100%;
	margin: 80px 0 0px 0;
}
.faq-section h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
}
ul.site-topnav {
	width: 100%;
}
ul.site-topnav ul {
	display: none;
	background: #FAFAFA;
}
ul.site-topnav li:first-child {
	border-top: 0;
}
ul.site-topnav li {
	font-size: 16px;
	color: #000;
	border-top: solid 1px #ccc;
	padding: 13px 0;
	clear: both;
	font-weight: 500;
}
ul.site-topnav li a {
	padding: 8px 10px 9px 0;
	color: #111;
	display: block;
	text-decoration: none;
}
ul.site-topnav li a:hover {
	color: #777;
}
ul.site-topnav ul li {
	font-size: 14px;
	padding: 15px 25px;
	border-top: 0;
	line-height: 29px;
	font-weight: 400;
	color: #4B4B4B;
}
ul.site-topnav ul li a {
	padding-left: 36px;
	font-size: 13px;
	outline: 0;
	color: #545454;
}
ul.site-topnav li a:hover {
	color: #3e3258;
}
ul.site-topnav span {
	float: right;
}
.faq-graphic {
	float: left;
	width: 100%;
	text-align: center;
}
#footer {
	margin-top: 50px;
	background: #f5f5f5;
}
.ft-inn{
	margin-top:45px !important;
	text-align:center;
}
.footer-content {
	min-height: 150px;
	width: 100%;
	background: #f5f5f5;
	border-top: #3e3258 solid 8px;
	padding: 40px 0;
}
.list-ft-property h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	position: relative;
}
.list-ft-property ul {
	margin-bottom: 25px;
}
.list-ft-property ul:last-child {
	margin-bottom: 0;
}
.list-ft-property li {
	display: inline-block;
}
.list-ft-property li:last-child a:before {
	display: none;
}
.list-box:last-child {
    margin-top: 20px;
}
.list-ft-property li a::before {
	content: '';
	position: absolute;
	right: -7px;
	top: 3px;
	width: 1px;
	height: 13px;
	background: #909090;
}
.list-ft-property li a {
	/*;
	color:#909090;*/
	font-size: 13px;
	color: #434343;
	line-height: 18px;
	margin-right: 11px;
	position: relative;
}
.about-ft-hpb h3 {
	font-size: 20px;
	font-weight: 800;
	color: #3e3258;
}
.about-ft-hpb p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #434343;
	text-align: justify;
}
ul.ft-social {
	margin-top: 15px;
}
ul.ft-social li {
	display: inline-block;
	padding-right: 5px;
}
ul.ft-social li a {
	background: #3e3258;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 35px;
	width: 35px;
	padding: 7px 0;
	text-align: center;
}
ul.ft-social li a i {
	font-size: 20px;
}
ul.ft-social li a:hover {
	background: #111;
	color: #fff;
}
.about-ft-hpb h4 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-top: 15px;
	margin-bottom: 5px;
}
.ft-contact li {
	display: inline-block;
	color: #434343;
	margin-right: 10px;
}
.ft-contact li a {
	font-size: 14px;
	color: #434343;
}
.ft-menu {
	float: left;
	width: 100%;
	border-top: #e8e8e8 solid 1px;
	border-bottom: #e8e8e8 solid 1px;
	padding: 15px 0;
	text-align: center;
}
ul.list-ft-menu li {
	display: inline-block;
	padding-right: 46px;
}
ul.list-ft-menu li:last-child {
	padding-right: 0;
}
ul.list-ft-menu li a {
	color: #303030;
	font-size: 14px;
}
.ft-disclaimer {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.ft-disclaimer p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	color: #434343;
	text-align: justify;
}
.ft-copyright {
	float: left;
	width: 100%;
	padding: 7px 0;
	background: #3e3258;
}
.ft-copyright p {
	color: #fff;
	font-size: 13px;
}
ul.ft-copyright-menu{
	margin-top:5px;
}
ul.ft-copyright-menu li{
	padding-right:15px;
	position:relative;
	line-height:15px;
}
ul.ft-copyright-menu li a{
	color:#fff;
	font-size:13px;
}
ul.ft-copyright-menu li span {
    content: " ";
    position: absolute;
    right:4px;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
}
/*****Login Page CSS Start From Here*******/

.login-wrap {
	float: left;
	width: 100%;
	margin-top: 1px;
}
.do-or-dont h2{
	font-size:28px;
	font-weight:600;
	margin-bottom:20px;
	line-height:34px;
}
.do-or-dont p{
	font-size:14px;
	line-height:22px;
	margin-bottom:5px;
	 color:#111;
}
.do-or-dont ul {
	 width:100%;
	 height:auto;
	 margin:0;
	 padding:0;
	 position:relative;
}
.do-or-dont li {
	 width:100%;
	 height:auto;
	 list-style:none;
	 margin:0;
	 padding:10px 0 10px 25px;
	 color:#111;
	 font-size:14px;
	 line-height:19px;
	 position:relative
}
.do-or-dont li:before {
	 content:"";
	 position:absolute;
	 left:0;
	 top:17px;
	 width:10px;
	 height:5px;
	 border-left:2px solid #111;
	 border-bottom:2px solid #111;
	 transform:rotate(-45deg)
}
.login-form {
	background: #fff;
	padding: 45px;
	border-bottom: solid 1px #d4dbe0;
    border-left: solid 1px #d4dbe0;
    border-right: solid 1px #d4dbe0;
	width:100%;
}
.login-form h2 {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.login-form em {
	font-size: 16px;
	text-align: center;
	display: block;
	font-style: normal;
	margin-top: 7px;
}
.login-form em a {
	color: #3498db;
	text-decoration: underline;
}
.login-form em span {
	color: #3498db;
	text-decoration: underline;
}
.login-form form {
	margin: 15px 0;
}
.login-form label {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	text-align: left;
}
.login-form input[type="text"], input[type="password"],input[type="tel"],input[type="email"],input[type="number"] {
	border-radius: 0;
	border: solid 1px #d4dbe0;
	color: #2b2b2b;
	height: 44px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	box-shadow: none;
}
.login-form input:focus[type="text"], input:focus[type="password"] {
	color: #2b2b2b;
	background-color: #fff;
	border: 1px solid #000;
	outline: 0;
	box-shadow: inset 0 -1px 0 0 #111;
}
.forgot-position {
	position: relative;
}
.forgot-password {
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
}
.forgot-password a {
	color: #3498db;
	text-decoration: underline;
}
/* The container */
.checkbox-wrap {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-weight:normal !important;
	font-size: 15px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border:solid 1px #ccc;
}
.checkbox-wrap:hover input ~ .checkmark {
	background-color: #fff;
	border:solid 1px #ccc;
}
.checkbox-wrap input:checked ~ .checkmark {
	background-color: #3498db;
	border:solid 1px #3498db;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-wrap input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-wrap .checkmark:after {
	left: 8px;
	top: 3px;
	width: 7px;
	height: 14px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-submit {
	color: #fff;
	background: #111;
	border-color: #111;
	padding:10px 24px;
	font-size:16px;
	line-height:24px;
	border-width: 0;
	display: inline-block;
	min-height:44px;
	text-align: center;
	font-weight:600;
}
.btn-submit:hover{
	background:#3498db;
}
.or-signin{
	text-align:center;
	font-size:14px;
	color:#111;
	padding:7px 0;
}
ul.list-signin{
	text-align: center;
    width: 100%;
    display: flex;
}
ul.list-signin li{
	display:inline-block;
	border:solid 2px #111;	
	margin-right:10px;
	width: 100%;
}
ul.list-signin li a{
	padding:8px 22px;
	font-size:17px;
	color:#000;
	font-weight:600;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
}
ul.list-signin li:first-child a{
	color:#4267B2;
}
ul.list-signin li:first-child a:hover{
	background:#4267B2;
	color:#fff;
}
ul.list-signin li:last-child a:hover{
	background:#f5f5f5;
}
.ft-signup{
	text-align:center;
	color:#111;
	font-size:16px;
	margin-top:20px;
}
.ft-signup a {
	color: #3498db;
	text-decoration: underline;
}
.ft-copyright-inn {
	float: left;
	width: 100%;
	padding:27px 0;
	background: #202730;
}
.ft-copyright-inn p {
	color: #fff;
	font-size: 13px;
}
.banner-inn{
	background:#fff;
	padding: 70px 0 70px 0;
}
.banner-inn h2 {
	font-size:30px;
	font-weight:600;
	color: #111;
	margin-bottom:5px;
}
.banner-inn-head p {
	color: #7d7d7d;
	font-size:14px;
}
.about-content{
	float:left;
	width:100%;
	margin-top:70px;
}
.about-content h2{
	font-size:24px;
	font-weight:600;
	color: #111;
	margin-bottom:10px;
}
.about-content p{
	font-size:15px;	
	color: #111;
	line-height:23px;
}
.table-responsive{
	margin-top:35px;
}
.table-responsive table{
	margin-bottom:0;
}
.table-responsive table tr th{
	background:#f5f5f5;
	color:#111;
	font-weight:600;
	font-size:16px;
	padding:11px 20px;
}
.table-responsive table tr td{
	padding:8px 20px;
	font-size:14px;
}
.our-team{
	float:left;
	width:100%;
	margin-top:70px;
}
.our-team{
	float:left;
	width:100%;
	margin-top:70px;	
}
.our-team h2{
	font-size:24px;
	font-weight:600;
	color: #111;
	margin-bottom:20px;
}
.ceo-message{
	border-left:5px solid #3e3258;		
	padding-left:20px;
}
.ceo-message p{
	font-size:14px;	
	color: #111;
	line-height:26px;
}
.banner-contact{
    background:#CCC;
    height: 600px;
}
.content-rfq {
	display:table;
	width:100%;
}
.content-rfq .cright-portion {
	margin-top:-500px;
	padding:0;
	position:relative;
	width:95%;
	float:right;
}
.banner-txt::before {
	left: 0;
	right: auto;
}
.banner-txt {
	padding: 30px 0 20px 0;
	position: relative;
}
.banner-txt h2 {
	color: #fff;
	font-size:38px;
	font-weight:600;
}
.banner-txt p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}
.form-wrapper:after {
    height: 348px;
    width: 10px;
    background: #ff4c65;
    position: absolute;
    left: -10px;
    top: 15%;
    content: "";
}
.form-wrapper {
	background: #fff;
	padding:0px 20px;
	position: relative;
}
.form-wrapper sup {
	color:#029602;
}
.form-wrapper .formField {
    margin-bottom: 7px;
	position: relative;
}
.form-wrapper input[type="text"], .form-wrapper input[type="password"], .form-wrapper input[type="email"], .form-wrapper input[type="number"] {
    width: 100%;
    height: 47px;
    border: 1px solid #ddd;
    padding: 0;
    font-size:13px;
	margin-bottom:20px;
	color:#000;
	padding-left: 10px;
}
.input-textarea{
	width:100%;
    border: 1px solid #ddd;
	padding:10px;
}
.form-wrapper input:focus[type="text"], .form-wrapper input:focus[type="password"], .form-wrapper select:focus, .form-wrapper textarea:focus{
	color: #2b2b2b;
	background-color: #fff;
	border: 1px solid #000;
	outline: 0;
	box-shadow: inset 0 -1px 0 0 #111;
}
.form-wrapper select::placeholder {
	 color: #383737;
	 opacity: 1
}
.form-wrapper input::placeholder {
	 color: #383737;
	 opacity: 1
}
.form-wrapper textarea::placeholder {
	 color: #383737;
	 opacity: 1
}
.form-wrapper label{
	font-size:14px;
	color:#111;	
	font-weight:600;
}
.form-wrapper select {
    width: 100%;
    height: 47px;
    border: 1px solid #ddd;
    padding: 0;
    padding-right: 0px;
    font-size: 13px;
    -webkit-appearance: none;
    background:#fff url(../images/arrow-down.png) no-repeat; 
    background-size: 8px;
    background-position:96% center;
    background-color: #fff;
    padding-right: 20px;
	margin-bottom:20px;
	padding-left: 10px;
	padding-right: 15px;
}

ul.ct-important-links li {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 15px 0;
    padding-left: 29px;
    position: relative;
}
ul.ct-important-links li a {
    color: #333;
}
ul.ct-important-links li a:hover {
    color: #ef2b55;
}
ul.ct-important-links li::before {
    background: #ef2b55 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 13px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    transform-origin: 0 100% 0;
    width: 8px;
}
ul.ct-important-links span{
	background:#3ecadd;
	display:block;
	padding:10px 25px;
	font-size:18px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}
.cleft-portion {   
    float: left;
    padding: 0 20px;
    width: 100%;
}
.cleft-portion h1{
	margin-top:25px;
	font-size:24px;
}
.cleft-portion h1 span{
	font-weight:600;
}
.ct-cu-address{
	margin:38px 0 0 0;	
}
.ct-cu-address h2{	
    font-size:24px;
	font-weight:600;
}
.ct-cu-address p{
	font-size:14px;
	font-weight:400;
	line-height:21px;
}
.ct-contact{
	margin:10px 0 0 0;
	border:solid 1px #e6f1f2;
    padding:25px;
	background:#f2fdff;
	border-radius:4px;
}
.ct-contact h3{
	font-size:15px;
	color:#111;
	font-weight:600;
	margin-bottom:15px;
}
ul.list-contact{
	margin-top:15px;
}
ul.list-contact li{
	vertical-align:middle;	
	margin-bottom:15px;
	list-style-type: none;
}
ul.list-contact li a{
    font-size:14px;
	color:#333;
}
ul.list-contact li span.icon-call{
	background:url(../images/phone.png) no-repeat;
	width:28px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;	
}
ul.list-contact li span.icon-email{
	background:url(../images/mail.png) no-repeat;
	width:28px;
	height:27px;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;	
}
ul.list-contact li strong{
	text-transform:uppercase;
}
ul.ct-social {
	margin-top: 15px;
}
ul.ct-social li {
	display: inline-block;
	padding-right:2px;
}
ul.ct-social li a {
	background: #3e3258;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height:29px;
	width:29px;
	padding:3px 0;
	text-align: center;
}
ul.ct-social li a i {
	font-size:16px;
}
ul.ct-social li a:hover {
	background: #111;
	color: #fff;
}
.postproperty-wrap{
	background:#f5f5f5;
}
.postproperty-wrap h4{
	font-weight:600;
}
.postproperty-wrap label{
	color:#585858;
}
ul.radioBlock{
	width:100%;
}
ul.radioBlock li {
	display:inline-block;
    margin-left: 20px;
}
ul.radioBlock li:first-child{
    margin-left:0;
}
ul.radioBlock li label{
   font-weight:400;
   font-size:14px;
}
.postproperty-form {
	background: #fff;
	padding: 45px;
	border: solid 1px #d4dbe0;
	width:100%;
}
.postproperty-form select {
	 color: #ccc;
}
.postproperty-form input::placeholder {
	 color: #ccc;
}
.postproperty-form textarea::placeholder {
	 color: #ccc;
} 
.postproperty-form h2 {
	font-size: 35px;
	font-weight: 700;
}
.postproperty-form em {
	font-size: 16px;
	display: block;
	font-style: normal;
	margin-top: 7px;
}
.postproperty-rightside{
	padding:60px 0;
}
.postproperty-rightside h4{
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
}
.postproperty-rightside p{
	font-size:14px;	
	color: #111;
	line-height:25px;
}
.Plot-Area input{
	margin-bottom:0 !important;
}

.price-box{
	background:#f7f7f7;
	padding:40px 40px;
	margin-bottom:20px;
}
.price-box h4{
	font-weight:600;
	margin-bottom:10px;
}
.price-box .form-group, .price-box input{
	margin-bottom:0 !important
}
.upload-prophoto{
	margin:0 0 30px 0;
}
.upload-prophoto em{
	font-size:16px;
	font-weight:600 !important;
}
.upload-prophoto p{
	font-size:13px;
	line-height:18px;
}
.upload-proinn{
	border:dashed 1px #ccc;
	padding:40px 20px;
	margin:10px 0 5px 0;
	text-align:center;
}
.photo-info{
	background: #fef6f6;
	border: 1px solid rgba(228,102,108,.58);
	width:430px;
	margin: 0 auto 14px;
	border-radius: 44px;
	padding:19px 20px;
}
.photo-info span{
	font-weight:700;
	font-size:17px;
}
.upload-proinn a{
	font-size:18px;
	font-weight:800;
}
/****Dashboard*****/
.dashboard-wrap {
    width: 100%;
    margin-top: 40px;
    border: solid 2px #f0f0f0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: left;
}

ul.list-dashboard{
	background: #f0f0f0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 10px;
}
ul.list-dashboard li{
	display: inline-block;
    padding: 5px 0;
    border-right: solid 1px #f0f0f0;
    padding-right: 5px;
}
ul.list-dashboard li:last-child{
	border-right:0;
}
ul.list-dashboard li a{
	color:#fff;
	font-size:14px;
	padding:5px 20px;
	font-weight:600;	
}
ul.list-dashboard li a:hover, ul.list-dashboard li a.active-link{
	background:#000;
}
.div-content-edit{
	padding:15px;
	background:#fff;
	width:100%;
	float:left;
}
.edit-page-list{
	background: #fff;
    width: 100%;
    float: left;
    margin-left: 0px;
}
.edit-page-list ul li{	
	border-bottom:solid 1px #e8e8e8;
}
.edit-page-list ul li a{
	    padding: 10px 0;
    font-size: 13px;
    background: #fff;
    display: block;
    font-weight: 600;
}
.edit-page-list ul li a:hover, .edit-page-list ul li a.active-plink{
	
	color:#3498db;
}
.edit-page-details{
	    background: #fff;
    width: 100%;
    float: left;
}
.edit-page-details h4{
	font-size:18px;
	color:#000;
	font-weight:600;
}
#profileDetailsWrap {
	float:left;
	width:100%;
    border: 1px solid #d2d2d2;
    color: #222121;
    font-size: 13px;
    margin: 5px 0 20px 0;      
}
#profileDetailsWrap .profileLable {
    width: 172px;
    float: left;
	background:#f5f5f5;
	border-right: 1px solid #d2d2d2;
	padding: 20px 0;
	min-height: 323px;
}
#profileDetailsWrap .profileLable ul li {
    width: 155px;
    margin: 0 0 5px 0;
    text-align: right;
    padding: 0 15px 0 0;
}
#profileDetailsWrap .profileDetailBox {
    width: 485px;
    float: left;
	padding: 20px 0;
}
#profileDetailsWrap .profileDetailBox ul li {
    width: 580px;
    margin: 0 0 5px 0;
    text-align: left;
    padding: 0 0 0 15px;
}
#profileDetailsWrap .profileDetailBox ul li a.link-click {
    color: #d8232a;
    font-size: 12px;
	text-decoration:underline;
}
.verifiedCNo {
    color: #029602 !important;
    padding:0 10px;
}
.pro-hight-wrap{
	background:#f7f7f7;
	padding: 20px;
	margin-top:15px;
}
.pro-img-box {
    /*background-color: #ddd;*/
	text-align:center;
}
.link-photo
{
	border:#e5e5e5 solid 1px;
    color:#666;
	font-size:13px;
	text-align:center;
	padding:2px 3px;
	font-weight:600;
}
.pro-hight-content p{ 
	font-size:13px;
	line-height:28px;
	color:#6C6C6C;
}
.pro-hight-content span{ 
	font-weight:600;
	font-size:14px;	
	color:#111;
}
.list-status{
	margin-left:20px;
}
ul.list-probutton{
	margin-top:10px;
}
ul.list-probutton li{
	display:inline-block;
	margin-right:7px;
}
ul.list-probutton li a{
	color: #fff;
	background: #111;
	border-color: #111;
	padding:4px 16px;
	font-size:13px;
}
ul.list-probutton li a:hover{
	background:#3498db;
}
ul.list-probutton li:nth-last-child(2) a 
{
	background:#fff;
	color:#111;
	border:solid 1px #111;
}
ul.list-probutton li:last-child a{
	background:none;
	color:#111;
	text-decoration:underline;
	vertical-align: top;
}
.list-status-underprocess{
	color:#F00;
	font-style:normal;
}
.list-status-approved{
	color:#093;
	font-style:normal;	
}
.property-single-wrap{
	float:left;
	width:100%;
	padding:40px 0;
}
.property-single-wrap h1{
	font-size:26px;
	font-weight:700;
}
.pro-single-location{
	font-size:14px;	
}
.proimg-gallery{
	float:left;
	width:100%;
	margin:20px 0;
	border:solid #ddd 1px;	
}
.proimg-units{
	padding:20px 20px 10px 20px;	
	float:left;
	width:100%;
}
.call-best-deal{
	position:relative;
}
.call-best-deal span{
	background:#000;
	position:absolute;
	bottom:40px;
	padding:12px 27px;
	color:#fff;
	font-size:17px;
	font-weight:600;
}
.call-best-deal span a{
	color:#fff;
}
.prosingle-price{
	float:left;
}
.prosingle-price p{
	font-size:14px;
}
.prosingle-price p span{
	font-weight:600;
	background:#d60808;
	padding:3px 10px;
	color:#fff;
}
.prosingle-sale {
	float:right;
}
.prosingle-sale p{
	border-radius: 0 8px 8px 0;
	background-color: #f8e81c;
	padding:2px 10px;
}
.prosingle-sale p{
	color:#111;
	font-weight:600;
	font-size:14px;
}
.land-units{
	margin:0 20px 20px 20px;
}
.land-units p{
	font-size:14px;
	line-height:22px;
}
.land-units p span{
	font-weight:600;
}
.land-units p em{
	font-size:13px;
	color:#093;
}
.Property-single-Description{
	float:left;
	width:100%;
	margin:20px 0;
	border:solid #ddd 1px;	
	padding:20px;
}
.Property-single-Description h2{
	font-size:21px;
	font-weight:600;
	padding-bottom:15px;
	position: relative;
}
.Property-single-Description h2::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 45px;
	background: #3e3258;
}
.Property-single-Description p{
	font-size:14px;
	line-height:28px;
	padding-top:10px;
}
ul.Share-property {
	margin-top:25px;
	float:left;
	width:100%;
}
ul.Share-property li{
	display:inline-block;
	margin-right:15px;
}
.btn-facebook{
	color: #43609c;
	border:solid 1px #43609c;
	padding: 4px 16px;
}
.btn-facebook:hover{
	color: #fff;
	background:#43609c;
}
.btn-twitter{
	color: #55acee;
	border:solid 1px #55acee;
	padding: 4px 16px;
}
.btn-twitter:hover{
	color: #fff;
	background:#55acee;
}
.btn-linkedin{
	color: #0177b5;
	border:solid 1px #0177b5;
	padding: 4px 16px;
}
.btn-linkedin:hover{
	color: #fff;
	background:#0177b5;
}
.send-single-enquiry{
	border:solid 2px #3e3258;
	padding:25px;
	margin-top:10px;
	float: left;
	width: 100%;
}
.send-single-enquiry h2{
	font-size:17px;
	font-weight:600;
	color:#000;
	margin-bottom:5px;
}
.send-enquiry-form{
	padding:15px 0px;
}
.send-enquiry-form:after{
	display:none;
}
/*.send-enquiry-form .btn-submit{
	background:#0177b5;
}
.send-enquiry-form .btn-submit:hover{
	background:#111;
}*/
.send-single-enquiry p{
	font-size:14px;
	color:#2a2a2a;
	text-align:center;
}
.send-enquiry-call{
	color: #0177b5;
	border:solid 1px #0177b5;
	padding:12px 16px;
	display:block;
	text-align:center;
}
.send-enquiry-call a{
	color: #0177b5;
	font-size:20px;
	font-weight:600;
}
.property-main h2{
	margin-bottom:20px;
}
.search-filter-inn{
	text-align:center;
	margin-bottom:30px;
}
.search-filter-inn .form-group{
	margin-right:10px;
}
.search-filter-inn .form-group .styled-select select
{
	width:280px;
}
.search-filter-inn .form-group .styled-select-input p{
	text-align:left;
	font-weight:600;
}
.search-filter-inn .form-group .btn-search{
	margin-left:15px;
}
.accordionmenu-sitemap{
	margin:45px 0;
	float:left;
	width:100%;
}
ul.sitemap-topnav {
	width: 100%;
}
ul.sitemap-topnav ul {
	display: none;
	background: #FAFAFA;
}
ul.sitemap-topnav li:first-child {
	border-top: 0;
}
ul.sitemap-topnav li {
	font-size: 16px;
	color: #000;
	border-top: solid 1px #ccc;
	padding:6px 0;
	clear: both;
	font-weight: 500;
}
ul.sitemap-topnav li a {
	padding:3px 10px 3px 0;
	color: #111;
	display: block;
	font-size: 13px;
	text-decoration: none;
}
ul.sitemap-topnav li a:hover {
	color: #777;
}
ul.sitemap-topnav ul li {
	font-size: 13px;
	padding:2px 25px;
	border-top: 0;
	font-weight: 400;
	color: #4B4B4B;
}
ul.sitemap-topnav span {
	float: right;
}
.table-term tr td{
	padding: 25px 35px !important;
}
.table-term ul li{
	list-style:disc;
	margin:0 20px;
}
.table-term ol li{
	list-style:upper-roman;
}
.litbrnbg {
    background: #faf8f3;
	width: 100%;
	display: block;
	padding: 6px 0px 6px 16px;
	margin:2px 0 5px;
}
.testimonials-form-wrap{
	float:left;
	width:100%;
	margin-top:50px;
}
.testimonials-form{
	border:solid 1px #ddd;
	padding:20px;
	float:left;
	width:100%;
	position: relative;
}
.testimonials-form:after {
    height:255px;
    width: 10px;
    background: #ff4c65;
    position: absolute;
    left: -10px;
    top: 15%;
    content: "";
}
.testimonials-form h4{
	font-size:22px;
	font-weight:700;
	background:#fff;
	padding:3px 5px;
	position:absolute;
	top:-16px;
}
.testimonials-form .form-group{
	margin-bottom:5px;
}
.testimonials-form p{
	font-size:13px;
	margin-bottom:10px;
}
.testimonials-form label{
	font-weight:600;
	font-size:12px;
	margin-bottom:0;
	line-height:0;
}
.testimonials-form input[type="text"], .testimonials-form input[type="password"] {
    width: 100%;
    height:37px;
    border: 1px solid #ddd;
    padding: 0;
    font-size:12px;
	color:#000;
	padding-left: 10px;
}
.testimonials-form .input-textarea{
	width:100%;
    border: 1px solid #ddd;
	padding:10px;
	height:220px !important;
}
.testimonials-form input:focus[type="text"], .testimonials-form input:focus[type="password"], .testimonials-form select:focus, .testimonials-form textarea:focus{
	color: #2b2b2b;
	background-color: #fff;
	border: 1px solid #000;
	outline: 0;
	box-shadow: inset 0 -1px 0 0 #111;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
  .gridpr{
  }
  .gridpr li{
    border: solid 1px #f2f2f2;
  }
  .gridpr li:hover{
    border: solid 1px f2f2f2;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
  }


.banner-cap{
	 font-weight:bold;
	  color: white;
	   font-size: 30px;
	    text-shadow: none;
	     padding: 10px 0px;
	      line-height: 30px;
	       font-family: 'Open Sans', sans-serif;
}

ul.listmenu-top li:last-child {
    display: none;
}
ul.listmenu-top li {
    vertical-align: middle;
}

/* General styles for all menus */
 ul.listmenu-top li{vertical-align:middle;}
#showRightPush{background:none;border: 0;padding: 0 8px;margin: 7px 0 0 0;}
   #showRightPush span {width: 27px;height: 2px;background:#FFF;margin: 5px 0;display:block;}
.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

/*New Added*/
.nribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.nribbon::before,
.nribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.nribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #2980b9;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.nribbon-top-left {
  top: -10px;
  left: -10px;
}
.nribbon-top-left::before,
.nribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.nribbon-top-left::before {
  top: 0;
  right: 0;
}
.nribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.nribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/*Sold Out*/
.sribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.sribbon::before,
.sribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid red;
}
.sribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: red;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.sribbon-top-left {
  top: -10px;
  left: -10px;
}
.sribbon-top-left::before,
.sribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.sribbon-top-left::before {
  top: 0;
  right: 0;
}
.sribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.sribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/*Exclusiv*/
.eribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.eribbon::before,
.eribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid green;
}
.eribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: green;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  /*font: 700 18px/1 'Lato', sans-serif;*/
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.eribbon-top-left {
  top: -10px;
  left: -10px;
}
.eribbon-top-left::before,
.eribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.eribbon-top-left::before {
  top: 0;
  right: 0;
}
.eribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.eribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.home-ribbon .eribbon::before, .home-ribbon .eribbon::after {
    border: 11px solid green;
}
.home-ribbon .eribbon{
    width: 100px;
    height: 100px;
}
.home-ribbon .eribbon-top-left span{
    right: -25px;
    top: 30px;
}
.home-ribbon .eribbon span{
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    width: 175px;
    padding: 2px 0;
    padding-left: 10px;
}

/*emi*/
.emi-calculator-tag{
	position:absolute;
	top:90px;
	right:0;
}
.emi-calculator-tag ul li a
{
	color:#fff;background:#000;color:#fff;font-size:12px;padding:10px 10px;
}
.emi-calculator{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 1000;
	transform: translateX(-100%);
	overflow: auto;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.emi-calculator.open {
	transform: translateX(0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.emi-calculator .container-slide{
	/height:700px;/
}
.closebtn {
	color: #000;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 0;
	z-index:999;
}
.noscroll {
	overflow: hidden !important;
}
body.modal-open {
    overflow: hidden !important;
}
.emi-calculator input{
    border: 2px solid #ddd !important;
    font-size: 19px !important;
    font-weight: 700;
}
.emi-calculator h4 {
    text-align: center;
    margin: 20px 0;
    font-size: 28px;
    font-weight: 700;
}
.emi-calculator .form-wrapper{
    border: solid 1px #f2f2f2
}
/*EMI*/
#outer {
	width: 90%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	font-weight: 500;
}
#cover {
	border: 2px solid #111;
	padding: 15px 0
}
.main {
	table-layout: fixed;
	width: 94%;
	border: 0;
	border-collapse: collapse;
	margin: 0 auto;
}
.main td {
	padding: 0 8px;
	vertical-align: middle;
	text-align: left;
	border: 0;
	font: 500 16px arial
}
.main input {
	width: 100%;
	border: 1px solid #ccc;
	margin: 2px 0;
	padding: 0 2%;
	height: 22px;
	text-align: right;
	font-weight: 400;
	font-size: 14px;
}
.main select {
	width: 100%;
	border: 1px solid #ccc;
	margin: 2px 0;
	background: #fff;
	height: 22px;
	font-weight: 400;
	font-size: 14px;
}
.w50 {
	width: 50%
}
.main button {
	width: 100%;
	font-weight: 500;
	margin: 3px 0;
}




/* Fixed Social Links */
.social-links {
    position: fixed;
	top:24vh;
	right: 0;
    z-index: 5;
    width: 55px;
    transition: all .3s ease-in-out;
}
.vh-40 {
    top: 40vh!important;
}
.social-links ul li a {
    background: #FFD916;
    color: #111;
    padding: 12px 10px;
    position: relative;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    transition: none;
}
.social-links ul li:first-child a {
    border-radius: 30px 0 0 0;
}
.social-links ul li:first-child a::before {
	content: "";
	display: block;
	width: 58px;
	height: 58px;
	position: absolute;
	border-radius: 50%;
	top: -58px;
	right: 0px;
	box-shadow: 28px 28px 0 0 #FFD916;
	/* transform: rotate(90deg); */
	z-index: -1;
}
.social-links ul li:first-child:hover a::before {
    box-shadow: 28px 28px 0 0 #333;
}
.social-links ul li:last-child a {
    border-radius: 0 0 0 30px;
}
.social-links ul li:last-child a::before {
	content: "";
	display: block;
	width: 58px;
	height: 58px;
	position: absolute;
	border-radius: 50%;
	bottom: -58px;
	right: 0;
	box-shadow: 28px 28px 0 0 #FFD916 ;
	transform: rotate(-85deg);
	z-index: -1;
}
.social-links ul li:last-child:hover a::before {
    box-shadow: 28px 28px 0 0 #111;
}
.social-links ul li a:hover {
    background: linear-gradient(41deg, #111 30%, #333 100%);
    color: #fff;    
}
.social-links ul li a i {
    font-size: 22px;
}
.social-links ul li a span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    text-align: center;
}
.app-hpt{
	font-size:15px;font-weight:700;line-height: 15px;
}