/* Base */
body {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 1rem;
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.bg-light {
  background: #f9f9f9 !important; }

.line-height-sm {
  line-height: 1.3; }

.line-height-xs {
  line-height: 1; }

.site-wrap {
  position: relative; }
  .site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }
  .offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden; }
    .offcanvas-menu .site-wrap:before {
      opacity: 1;
      visibility: visible; }

.btn {
  position: relative;
  top: 0; }
  .btn.btn-2 {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000; }
  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn.btn-primary {
    color: #fff; }
  .btn.btn-outline-primary:hover {
    color: #fff !important; }
  .btn.btn-black {
    background: #000 !important;
    color: #fff; }
    .btn.btn-black:hover {
      background: #333333 !important; }
  .btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover {
      background: #fff;
      color: #000; }

.bg-black {
  background: #000; }

.form-control {
  height: 47px; }

.form-control-sm {
  height: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.form-control:active, .form-control:focus {
  border-color: #a6ce45; }

.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }


.inner-section {
	margin-top: -12px;
  padding: 12px 0; 
}



.page-title h1{
	font-size: 20px;
	color: #000;
	padding-top: 8px;
	padding-bottom: 3px;
	font-weight: 500;
}



.site-section {
  padding: 3em 0; 
}
  @media (min-width: 768px) {
    .site-section {
      padding: 2.5em 1em; } 
}
  .site-section.site-section-sm {
    padding: 1em  0; 
	margin-bottom: 1.5em;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden;
  background-position: center center; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(31, 60, 136, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(83, 205, 226, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(124, 189, 30, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9); }

@media (max-width: 767.98px) {
  .display-3, .display-2, .display-4 {
    font-size: 2rem !important; } }

@media (max-width: 991.98px) {
  .bg-md-height {
    height: 300px; } }

@media (max-width: 767.98px) {
  .bg-sm-height {
    height: 300px; } }

.text-gray-100 {
  color: #f8f9fa !important; }

.text-gray-200 {
  color: #e9ecef !important; }

.text-gray-300 {
  color: #dee2e6 !important; }

.text-gray-400 {
  color: #ced4da !important; }

.text-gray-500 {
  color: #adb5bd !important; }

.text-gray-600 {
  color: #6c757d !important; }

.text-gray-700 {
  color: #495057 !important; }

.text-gray-800 {
  color: #343a40 !important; }

.text-gray-900 {
  color: #212529 !important; }

.row-wrap {
  margin-left: 15px;
  margin-right: 15px; }

.overflow-hidden {
  overflow: hidden; }

.row-items {
  height: calc(50% - 15px);
  margin-bottom: 15px; }
  .row-items.last {
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .responsive-md-height {
    height: 500px !important;
    margin-bottom: 15px; } }

.site-footer {
  padding: 4em 0;
  background: #333333; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 2em 0 0; } }
  .site-footer p {
    font-size: 14px;
	color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
.site-footer ul {
    margin-top: -1em; }
  .site-footer ul li {
    margin-bottom: 0px; }
.site-footer ul li a{
    font-size: 14px; }
  .site-footer .footer-heading {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
    padding-bottom: 10px; }
    .site-footer .footer-heading:before {
      content: "";
      background: #fff;
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: 0; }
.developers{
	padding-left: 2.4em;
}
.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }
.reserved{
	 border-top: 1px solid #cec8c8;
	margin-top: -2em;
}
.reserved p{
	
	padding-top: 2em;
}

/* Navbar */
.site-navbar-top .site-logo {
  font-size: 2rem; }

.site-navbar-wrap {
  position: relative;
  z-index: 1;
  width: 100%; }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  position: absolute;
  z-index: 99; }
  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #000; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #fff; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        letter-spacing: .05em;
        color: rgba(255, 255, 255, 0.6);
		  text-transform: uppercase;
	font-weight: bold;
		  font-size: .8rem;
        text-decoration: none !important; }

        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; 
}
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; 
}
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px;
}
.dropdown-menu {
	margin-top: 1.8em;
	border: none;
	width: 200px
}

.dropdown-menu li{
	color: #000;	
	margin-top: -6px;
	padding-left: 15px;
	font-size: 15px;
	
}
.dropdown-menu li a{
	color: #000;
	font-size: 15px;
	padding-bottom: 4px
}
.dropdown-menu li:hover{
	background-color: #a6ce45 ;
	color: #fff;
}
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; 
}
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #a6ce45 !important; 
}
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px;
}
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; 
}
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #a6ce45; 
}
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; 
}
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; 
}
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #a6ce45; 
}
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; 
}
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; 
}
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; 
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; 
}
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; 
}
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
}
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; 
}
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; 
}
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; 
}
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; 
}
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; 
}
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; 
}
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; 
}
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; 
}
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #a6ce45; 
}
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #a6ce45; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 440px;
    height: calc(20vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
    min-height: 440px;
    height: calc(30vh); }
  .site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em; }
  .site-blocks-cover h1 {
    font-weight: 900;
	font-size: 1.5rem;
    color: #fff;
    font-weight:bold;
    letter-spacing: .1em;
    text-transform: uppercase; }
  .discover {
	font-size: .9rem ;
    color: #fff;
    font-weight: normal;
	display: block;
	text-transform:lowercase;
	  padding-bottom: 1.8rem;
	  padding-top: .8rem;
    letter-spacing: .1em;}
  .site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  .site-blocks-cover.subscribe h2 {
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff; }
  .site-blocks-cover.subscribe p {
    font-size: 1rem !important;
    font-weight: 100; }
  .site-blocks-cover .property-offer-type {
    letter-spacing: .2em;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px; }

.caption-text {
  letter-spacing: .2em;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px; }

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px; }

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 60px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px; }
  .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.social-icon span {
  font-size: 20px; 
}

.social-icon:hover {
  color: #eec60a !important;
  background: #1a3373; 
}

.property-entry {
  -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
  background: #fff; 
	
}
.property-name h3{
	font-size: 21px;
	color: #000;
	padding-top: 7px;
}

.property-name h3:hover {
	color: #a6ce45;
}
.homesng ul li {
	padding-right: 12px;
}
.homesng ul li a{
	font-size: 15px;
}

.ribbon {
	width: 140px;
	height: 30px;
	background:#A2A2A2;
	font-size: 14px;
	padding: 3px 0 0 25px;
	color: #fff;
	margin-top: 1em;
}



.ribbon:before{
content: "";
position:  absolute;
top:14px;
right: 5px;
border-left: 5px solid #D8D8D8;
border-right: 5px solid #D8D8D8;
border-top: 15px solid #D8D8D8;
border-bottom: 15px solid #D8D8D8;
}

.ribbon:after{
content: "";
position: absolute;
top: 14px;
right: 140px;
border-left: 9px solid #fff;
border-right:15px solid #A2A2A2;
border-top: 15px solid #A2A2A2;
border-bottom: 15px solid #A2A2A2;
}







  .property-entry .property-body {
    position: relative; 
	padding: 0px 10px 0 15px; 
}


  property-entry .property-favorite {
    position: absolute;
    border-radius: 50%;
    top: -60px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center; 
}
    property-entry .property-favorite span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); 
}
    property-entry .property-favorite:hover, .property-entry .property-favorite.active {
      background: #f23a2e;
      color: #fff; 
}
  .property-entry .offer-type-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8; 
}
.offer-agent {
	border-top: 1px solid #e6e6e6;
}

  .property-entry .property-thumbnail {
    overflow: hidden;
    position: relative;
    display: block; 
}
    .property-entry .property-thumbnail .offer-type {
      display: block;
      margin-bottom: 5px;
      padding: 1px 7px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 9px;
      border-radius: 4px; 
}
    .property-entry .property-thumbnail img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); 
}


  .property-entry  {
    font-size: 1.2rem; 
}

  .property-entry  {
      color: #000; 
}

.property-body h2{
	 margin-top: -20px;
}

 .property-body h2 a {
      color: #a6ce45; 
	 font-size: 16.5px; 
	 margin-top: -42px;
	 font-weight: bold;
}
.property-body p{
	font-size: 15px;
	color: #373435;
}

.more-details {
      color: #a6ce45; 
	 font-size: 16px; 
}


  .property-entry .property-location {
    font-size: .9rem; 
	  color: #373435;
}

.property-icon {
      color: rgba(0, 0, 0, 0.3);
}

.property-entry .property-specs-number {
    font-size: 1.2rem;
    color: #000;
}
  
.property-specs-wrap {
  	list-style: none;
  	padding: 0;
  	margin: 0; 
}
.property-specs-wrap li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; 
}


.facilities-feature {
  	list-style: none;
  	padding: 0;
  	margin: 0; 
}
.facilities-feature li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px; 
}

.property-specs-feat {
    font-size: .8rem;
    color: #000;
	border-right: 1px solid #6D6D6D;
	padding-right: 5px;
	margin-right: 0px;
	
}

.verified {
	padding: 9px 8px;
	background: #a6ce45;
	opacity: .9;
	width: 115px;
	margin-top: -4em;
	color: #fff;

}

.property-verified {
	padding: 9px 8px;
	background: #a6ce45;
	opacity: .9;
	width: 145px;
	color: #fff;
	text-align: center;
	z-index: 100;
	position: absolute;
	top: 19.7%;
}

 .aux-info {
    list-style: none;
    padding: 0;
    margin: 0; 
}

    .aux-info li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; 
}


  .property-entry .property-specs {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em; 
}
  .property-entry .property-price {
    font-size: 1.5rem; 
	  margin-top: -10px;
	  font-weight: bolder;
}
  .property-entry.horizontal property-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; 
}
  .property-entry.horizontal property-favorite {
    top: auto !important;
    right: auto !important;
    left: -70px !important;
}
    @media (max-width: 991.98px) {
      .property-entry.horizontal property-favorite {
        left: auto !important;
        top: -60px !important;
        right: 10px !important; } 
}

  .property-entry:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }



.property-specs {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em; 
}


.site-section-title h2 {
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .1em; 
}

.form-search {
  background: #364e68;
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  -webkit-box-shadow: 0 0px 30px 0px rbga(0, 0, 0, 1);
  box-shadow: 0 0px 30px 0px rbga(0, 0, 0, 1); 
}
  .form-search label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, 0.3); 
}
  .form-search .form-control {
    border: none; 
}
  .form-search .btn[type="submit"] {
    height: 47px; 
}

.select-wrap {
  position: relative; 
}
  .select-wrap .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
    font-size: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
}
  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; 
}
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
}
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #fff; 
}
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }

.block-13 .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px; }

.block-13 .owl-dots {
  text-align: center; }
  .block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .block-13 .owl-dots .owl-dot > span {
      line-height: 0;
      display: inline-block;
      width: 28px;
      height: 4px;
      border: none;
      float: left;
      background: #cccccc;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .block-13 .owl-dots .owl-dot.active > span {
      background: #a6ce45; }

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; 
}




  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }

.service {
  display: block; 
}
  .service .icon {
    font-size: 60px;
    color: #a6ce45; 
}
  .service .service-heading {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 1rem; 
}
  .service p {
    color: rgba(0, 0, 0, 0.6); 
}
  .service .read-more {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
}

.view-options .icon-view {
  font-size: 20px;
  color: gray; 
}
  .view-options .icon-view.active {
    color: #000; 
}

.view-options a {
  font-size: 14px;
  color: gray; 
}
  .view-options a:hover {
    color: black; 
}
  .view-options a.active {
    color: #000; 
}

.site-pagination a {
  display: inline-block;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #333333;
  border: 1px solid #e6e6e6; }
  .site-pagination a:hover {
    -webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #cccccc; }
  .site-pagination a.active {
    border: 1px solid transparent;
    background: #7cbd1e;
    color: #fff; }
    .site-pagination a.active:hover {
      border: 1px solid transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }

.site-pagination span {
  display: inline-block;
  width: 20px; }

.unit-8 .accordion-item .heading {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 0; }
  .unit-8 .accordion-item .heading > a {
    padding-left: 35px;
    position: relative;
    color: #000; }
    .unit-8 .accordion-item .heading > a:before {
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 18px;
      top: .1em;
      left: 0; }
    .unit-8 .accordion-item .heading > a[aria-expanded="true"]:before {
      font-family: 'icomoon';
      position: absolute;
      content: "\e316";
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #a6ce45;
      color: #fff;
      border: 1px solid #a6ce45; }
    .unit-8 .accordion-item .heading > a[aria-expanded="false"]:before {
      content: "\e313";
      color: #ccc;
      font-family: 'icomoon';
      position: absolute;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }

.unit-8 .accordion-item .body-text {
  padding: 5px 0;
  padding-left: 30px; }

.widget {
  padding: 10px;
  margin-bottom: 10px; 
}

  .widget .widget-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em; }

.form-contact-agent .form-control {
  height: 37px; }



.gal-item img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1; }

.gal-item:hover img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: .5; }

.how-it-works{
	padding:2.3em 0 3em 0;
}
.exprience-lms{
background:#7abd1f;
padding:2.3em 0 2em 0;
}
.exprience-lms h4{
font-size:23px;
letter-spacing:0px;
font-weight:700;
color:#fff;
}
.exprience-agile-right{
text-align:center;
}
.exprience-agile-right a{
padding:10px 10px;
font-size:16px;
display:block;
color:#fff;
letter-spacing:2px;
border: 1px solid #fff;
}
.topic {
	margin-top: -3em;
}

.topic h1{
	font-size: 18px;
	padding-top: 1.5em;
}
houses{
	
	padding: 1em 0em .7em 0em;
	font-size: 15px;
	color: #4E4E4E;
}
.furnished {
	margin-top: 13px;
	padding: 1em 0em .7em 0em;
}
.furnished h3 {
	color: #000;
	font-weight: 500px;
	font-size: 18px;
}

ul.extra-listings {
	margin-left: -2.3em;
	padding-right: 1.5em;
}

ul.extra-listings li {
display: inline-block;
	
}

ul.extra-listings li a{
display: inline-block;
font-size: 15px; 
color: #4E4E4E;
}
.space{
	margin-top: -.8em;
}
.recent{
	margin: 13px 0;
}




.view-options{
	margin-left: -.8em;
}

.view-options h5{
	font-size: 15px;
}

.request {
	padding: 1.5em 1em;
	border: 1px solid #ddd;
}


.feature-top h5 {
    font-size: 13.5px;
    color: #000;
	padding-left: 10px;
	
}

.feature-top a{
	font-size: 13px;
    color: #fff;
    padding: .9em .7em;
    background: #a6ce45;
	margin-top: 1.3em;
	margin-left: 10px;
}
.feature-top a:hover{
    color: #fff;
}

.post-request{
	padding: 1em 1em;
	margin-top: 1em;
	border: 1px solid #ddd;
}
.post-request h4{
	color: #000;
	font-size: 20px;
	font-weight: 900px;
}


.search{
	padding: 1em 1em;
	margin-top: 1em;
	border: 1px solid #ddd;
}
.search h4{
	color: #000;
	font-size: 20px;
	font-weight: 900px;
}



.properties-top{
	border: 1px solid #ddd;
	padding: 0 1em 1em 1em;
}



.feature-logistics{
	padding: 1em 1em 1em 1em;
	text-align: center;
	margin: 12px 0;
	
}
.feature-crs-logistics h5 {
    font-size: 1.2em;
    color: #000;
    font-style: italic;
	padding: 10px 0;
}

.feature-crs-logistics a {
	font-size: 1em;
    color: #fff;
    padding: 8px 1em;
    background: #a6ce45;
}
.feature-crs-logistics a:hover {
    color: #fff;
}
.yourplace h5,.yourplace-grid h5 {
    font-size: 1.1em;
    text-transform: capitalize;
	color: #777;
}
.sel2 {
    width: 95%;
    padding: .3em 1em;
    font-size: 1em;
    margin: 1em 0;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #BBBBBB;
}
.sel3 {
    width: 95%;
    padding: .3em 0em;
    font-size: 1em;
    margin: 1em 0;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #BBBBBB;
	
	
}

.yourplace-grid {
    padding: 0 10px;
		
}
.yourplace-grids1 {
    margin-top: 1em;
}
.search1 input[type="submit"] {
    width: 50%;
    background: #2da9e1;
    border: none;
    outline: none;
    color: #fff;
    padding: .4em;
    margin-top: 1em;
}
.property-lagos h3{
	font-size: 16px;
	padding: 15px 0 10px;
	
}
.property-lagos{
	padding: 0em .5em 0em .5em;
	border: 1px solid #ddd;
}

.estate-agent-list{
	padding: .6em .5em 0em .5em;
	border: 1px solid #ddd;
}
.estate-agent-list ul li a{
	font-size: 16px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; 
}
  .table th,
  .table td {
    padding: .6em 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table, td, th, a {
	  color: #000;
	  font-size: 11.2px;
}

.table, td, a:hover {
   	  color: #a6ce45; 
}




/**properties**/
.sharing {
	font-size: 2em;
}
.share-links  {
	padding: 1em 0 0 0;
	border-width: 100%;
	
}
.share-links a {
	color: #FFFFFF;
	text-decoration: none;
}
.facebook-share-btn {
	background: #3B5998 ;
	padding: .6em 1em .5em 1em;
}
.facebook-share-btn i {
	color: #FFFFFF;
	font-size: 1.5em;
	border-right: 1px solid #fff;
	padding-right: .3em;
}
.twitter-share-btn {
	background: #33CCFF ;
	padding: .6em 1em .5em 1em;
}
.twitter-share-btn i {
	color: #FFFFFF;
	font-size: 1.5em;
	border-right: 1px solid #fff;
	padding-right: .3em;
}
.linkedin-share-btn {
	background: #4875B4 ;
	padding: .6em .7em .5em .7em;
}
.linkedin-share-btn i {
	color: #FFFFFF;
	font-size: 1.5em;
	padding-right: .3em;
}
.screen-reader-text {
	display: none;
}

.pinterest-share-btn {
	background: #c8232c ;
	padding: .6em .7em .5em .7em;
	margin-left: .3em;
}
.pinterest-share-btn i {
	color: #FFFFFF;
	font-size: 1.5em;
}
.whatsapp-share-btn {
	background: #25D366 ;
	padding: .6em .7em .5em .7em;
	margin-left: .3em;
}
.whatsapp-share-btn i {
	color: #FFFFFF;
	font-size: 1.5em;
}
.email-share-btn {
	background: #000000 ;
	padding: .6em 1em .5em 1em;
	margin-left: .3em;
}
.email-share-btn i {
	color: #FFFFFF;
	font-size: 1.5em;
}
.estate a{
padding:10px 10px;
font-size:16px;
display:block;
color:#fff;
letter-spacing:2px;
	background: #a6ce45;
	text-align: center;
}

/*-- advertise page --*/
.advertise-with-us{
	padding: 1.5em 0em 2em;
}
.advertise-with-us-agile-right{
	text-align: center;
	margin-top: 5em;
}
.advertise-with-us-agile-right a{
	color:#000;
}
.exprience-agile-left h1 {
	font-size: 20px;
	color: #000;
}
.exprience-agile-left p{
	font-size: 15px;
	color: #000;
}
.exprience-agile-left  a{
	font-size: 25px;
	color: #000;
}
.about{
	padding-top:2em;
	padding-bottom:2em;
}
.about h3{
	font-size: 20px;
	color: #000;
}
.people-left{
	float:left;
	width:40%;
}
.people-left ul{
	padding:0;
	margin:0;
}
.people-left ul li{
	list-style-type:none;
	padding-bottom: 1em;
}

.numer{
	float: left;
	padding: .5em 1em;
	color: #fff;
	background:#a6ce45;
}

.numer-right{
	float: right;
    width: 85%;
}
.numer-right h4{
	margin:0;
	text-align:left;
	color:#000000;
	font-size:14px;
	padding-top:8px;
}
.numer-right h4 a{
	color:#a6ce45;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}
.people-right{
	float:left;
	width:40%;
}
.people-right ul{
	padding:0;
	margin:0;
}
.people-right ul li{
	list-style-type:none;
	padding-bottom: .7em;
}

.links ul li span{
	color: #a6ce45;
	font-size: 1.5em;
		padding: 0em 1em;

}
.links ul li{
	font-size:14px;
	color:#000;
	
}
.exprience-agile-left p span{
	color: #a6ce45;
	font-size: 1.5em;
		padding: 0em .5em 0 0;
}
.exprience-agile-left p a{
	color: #a6ce45;
	font-size: 1.3em;
}

/*-- //advertise index--*/

/*-- //pricing page--*/
/*-- main --*/
main-row {
    width: 835px;
    margin: 0 auto !important;
} 
.pricing-grid {
    float: left; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	margin-top: 3em;
}
.pricing-grid:nth-child(2) {
    margin: 0 1em;
}
/*Pricing table and price blocks*/ 
.price-head h3 {
	color: #404042;
	font-size: 3em;
	text-decoration: none;
	font-weight: 700;
} 
/*----*/  
.agileinfo-price  h2 {
	font-size: 2em;
	color: #fff;
	font-weight: 300;
}
.agileinfo-price ,.agileinfo-price .three {
	background: #8c25ec;
	padding: 1em 0; 
	text-align: center;
}
agileinfo-price.two{
	background: #f39c0f; 
}
.agileinfo-price.three {
	background: #e83454; 
}
.agileinfo-price  ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
	padding: 0;
}
.agileinfo-price  ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
	list-style: none;
}
.agileinfo-price  ul li{
	list-style: none;
}
agileinfo-price  h5 {
	padding: 11px 0;
	font-style: italic;
	font-size: 13px;
	color: #F0EBEB;
}
ul.count,.pricing-grid1 ul li a,ul.count,.pricing-grid2 ul li a,ul.count,.pricing-grid3 ul li a{
	font-size: 15px;
	display: block;
	text-decoration: none;
	font-weight: 400;
	padding: 10px 20px;
}
.price-bg {
    background: #fff; 
    padding: 1.5em;
}
.instant-activation {
	text-align: center;
	color: #fff;
}
p.price-label-3 {
	color: #000000;
	text-align: center;
}
.price-bg  span {
    font-weight: bold;
    font-size: 2.6em;
    line-height: 0.8em;
    margin-right: 5px;
}
.price-bg p  {
	
    font-size: .8em;
}
.price-bg ul {
	padding: 0;
	margin-top: 1em;
}
.price-bg ul li{
	list-style: none;
} 
.buy {
    padding: 1em 0 0;
    text-align: center;
}
.buy a {
    font-size: 1em;
    color: #fff; 
    padding: .5em 1.5em;
    display: inline-block;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
buy a:hover {  
    border: 1px solid #8c25ec;
    background: none;
    color: #7409d7; 
}
.buy.buy-two a {
    background: #f39c0f;
}
.buy.buy-two a:hover {  
    border: 1px solid #f39c0f;
    background: none;
    color: #f39c0f;
    font-weight: 500;
}

ul.count li {
    border-bottom: 1px dashed #dadada;
    padding: 1em 0;
    text-align: center;
    color: #888;
    font-size: 1em;
    font-weight: 400;
}
/*-- start-pricing-tabels --*/
/*-- cube shadow --*/ 
.openhouse-main {
    width: 268px; 
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
	-ms-perspective: 1000px;
    perspective: 1000px;
} 
.show-front { 
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	left:-2px;
}

.show-front figure {
    display: block;
    position: absolute;
    width: 271px;
    height: 135px;
}

.show-front.panels-backface-invisible figure {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
} 

.show-front .top.top-three { 
	background: -webkit-linear-gradient(54deg, #c51635 0%, #e62748 75%);  
	background: -moz-linear-gradient(54deg, #c51635 0%, #e62748 75%);  
}
.show-front .front  {
	-webkit-transform: translateZ( 100px );
	-moz-transform: translateZ( 100px );
	-o-transform: translateZ( 100px );
	-ms-transform: translateZ( 100px );
	transform: translateZ( 100px );
}  
.show-front .top {
    -webkit-transform: rotateX( 75deg ) translateZ( 88px );
    -moz-transform: rotateX( 75deg ) translateZ( 88px );
    -o-transform: rotateX( 75deg ) translateZ( 88px );
	-ms-transform: rotateX( 75deg ) translateZ( 88px );
    transform: rotateX( 75deg ) translateZ( 88px );
} 
.show-front.show-front {
	-webkit-transform: translateZ( -100px );
	-moz-transform: translateZ( -100px );
	-o-transform: translateZ( -100px );
	-ms-transform: translateZ( -100px );
	transform: translateZ( -100px );
} 
.show-front.show-top {
	-webkit-transform: translateZ( -100px ) rotateX(  -90deg );
	-moz-transform: translateZ( -100px ) rotateX(  -90deg );
	-o-transform: translateZ( -100px ) rotateX(  -90deg );
	-ms-transform: translateZ( -100px ) rotateX(  -90deg );
	transform: translateZ( -100px ) rotateX(  -90deg );
}
.agileits-shadow {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0); 
	-o-transform: translateZ(0); 
	-ms-transform: translateZ(0); 
    transform: translateZ(0); 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
	-moz-transition-property: transform; 
    transition-property: transform;
}
.agileits-shadow:hover, .agileits-shadow:focus, .agileits-shadow:active {
    -webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.agileits-shadow:before { 
    position: absolute;
    z-index: -1;
    content: '';
    top: 94%;
    left: 5%;
    height: 44px;
    width: 90%;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.agileits-shadow:hover:before, .agileits-shadow:focus:before, .agileits-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-o-transform: translateY(5px);
	-ms-transform: translateY(5px);
    transform: translateY(5px);
} 

/*-- //cube shadow --*/   


/*-- //property-request--*/  
.property-request{
	border: 1px solid #999999;
	padding: 25px 20px 17px;
	margin-bottom: 20px;
}
.property-request h3{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.request-title {
	margin-top:-12px;
}
.request-title a{
	font-size: 14px;
}
.developer{
	margin-top: -10px;
}
/*-- //property-request--*/  


/*-- //property-details--*/ 
.tothetop {
  z-index: 1; 
  width: 80px;
  height: 30px;
  position: absolute !important;
  top: 19.7%;
  padding: 2px 0 0;
  background: #525252;
  opacity: .6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 330px;
}

.tothetop p{
  color: #000;
  font-size: 16px; 
}

.back-to-list{
	border: .8px solid #dddddd;
	background: #fcfcfc;
	padding: 10px 15px;
	color: #a6ce45;
}

.back-to-list  a{
	color: #a6ce45;
	font-size: 15px;
	text-decoration: underline;
	
}
.property-desc{
	padding: 10px 0px 8px 0px;
}

.property-desc h4{
	font-weight: 580;
	color: #000;
	font-size: 19px;
}

.property-desc span  {
	font-size: 16px;
}
.property-details-price{
	font-size: 20px;
	padding-top: 7px;
	color: #a6ce45;
	font-weight: 700;
}
.picture-numbering {
	text-align: center;
	
}
.picture-numbering p{
	text-align: center;
	font-size: 15px;
	background: #999;
	padding: 0 7px;
	top: -1em;
}
.property-facilities {
	background: #fcfcfc;
	text-align: center;
}
.bedrooms {
	border: .8px solid #dddddd;
	padding: 8px 0;
}
.property-facilities span {
	font-size: 15px;
}
.save-fav{
	border: .8px solid #dddddd;
	padding: 4px 0 0px;
	margin-top: 10px;
}
.save-fav ul li{
	list-style: none;
}
.save-fav ul li a{
	font-size: 15px;
	color: #a6ce45;
}
.call-to-action{
	margin-top: 10px;
	padding: 15px 10px;
}
.call-to-action p{
	font-size: 20px;
	color: #000000;
}
.show-number p{
	font-size: 21px;
	color: #878686;
}
.show-number p a {
	background: #a6ce45;
	padding: 9px 10px;
	color: #fff;
}
.show-number p a:hover {
	background: #b6dd58;
	color: #fff;
}
.derow{
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.mapp{
	border-bottom: 1px solid #dddddd;
	
	
}
.tablink {
  background-color: #fff;
  color: #000;
  float: left;
  outline: none;
	list-style: none;
  cursor: pointer;
  padding: 11px 0px;
  font-size: 17px;
	width: 30%;
	height: 10%;
}


.tablink:hover {
  background-color: #fff;
}

/* Style the tab content */
.tabcontent {
  color: black;
  display: none;
  padding: 50px 10px 0 10px;
  text-align: left;
}

.tabcontent h1 {
	font-size: 18px;
	padding-top: 18px;
	font-weight: 550;
	
	
}
.tabcontent p{
	font-size: 15px;
}
#details {background-color:white;}
#map {background-color:white;}
#Tokyo {background-color:blue;}
#Oslo {background-color:orange;}

.section-title-wr h3{
	font-size: 16px;
	color: #000;
	font-weight: 580;
}

.update {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; 
}
  .update th,
  .update td {
    padding: .6em 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ddd;
	  color: #000;
	  font-size: 13.2px;
}
.disclaimer {
	margin-top: 10px;
	background: #efffc8;
}
.email-agent {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 0 1em 1em 1em;
}

.homesng1 {
	padding: 10px 0;
}
.homesng1 h4 {
	padding-left: 38px;
	font-size: 15;
	color: #000;
	font-weight: 350;
}
.homesng1 ul li {
	padding-right: 10px;
	display: inline-block;
	list-style: none;
}
.homesng1 ul li a{
	font-size: 14px;
}
.marketer-name {
	padding: 10px 0 0 12px;
}
.marketer-name img{
	width: 120px;
	height: 45px;
}
.marketer-name p {
	padding-top: 1em;
}
.marketer-name p a{
	font-size: 15px;
}
.mbadiwe {
	padding: 0px 0 0 9px;
}
.mbadiwe p{
	font-size: 14.5px;
	color: #878686;	
}
.show-number-details {
	padding: 0px 0 0 9px;
}
.show-number-details p{
	font-size: 15px;
	color: #878686;
}
.show-number-details p a {
	background: #a6ce45;
	padding: 6px 10px;
	color: #fff;
}
.show-number-details p a:hover {
	background: #b6dd58;
	color: #fff;
}



.marketer-web-details {
	padding: 0px 0 0 10px;
}

.marketer-web-details p a{
	font-size: 15px;
}
.marketer-web-details p{
	color: #878686;	
}



.property-share-icons ul li{
	padding: 12px 14px 5px;
    background-color: #626262;
	list-style: none;
	display: inline;
	margin-left: 10px;
}

.property-share-icons ul li .facebook{
	padding: 12px 14px 5px;
    background-color: #3b5998;
	list-style: none;
	display: inline;
	margin-left: 10px;
}


.property-share-icons ul li a span{
  color: #fff;
  font-size:25px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
}

.market-house {
	margin-bottom: 10px;
}


.footer.two ul{
	margin:0;
	padding:0 0 0 25px;
}
.footer.two ul li{
	list-style-type:none;
	display:inline-block;
    line-height: 1.5em;
	margin: 0px 0 10px 0;
}

.footer.two ul li i {
    font-size: 25px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
	list-style-type: none;
	
	padding: 5px 10px 5px;
    background-color: #626262;
	
}
.footer.two ul li i.fa.fa-facebook-square {
	background:#5d82d2;
}
.footer.two ul li i.fa.fa-twitter {
	background:#1da1f2;
}
.footer.two ul li i.fa.fa-whatsapp {
	background:#25d366 ;
}
.footer.two ul li i.fa.fa-linkedin {
	background:#007bb5;
}
.footer.two ul li a{
	color:#fff;	
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration:none;
	list-style-type: none;
}
.modal-body h6{
	font-size: 15px;
	font-weight: bold;
}
.modal-body p{
	font-size: 13px;
}

/*-- //property-details--*/ 


/*-- //subscriptions--*/ 
.subscriptions-page{
	padding-top: 10px;
	margin-top: 1em;
	border: 1px solid #ddd;
	padding-left: 10px;
}
.subscriptions-page h4{
	color: #000;
	font-size: 20px;
	font-weight: 900px;
}
.subs-features {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 15px;
}
.subscriptions-page1{
	padding-top: 8px;
	margin-top: 1em;
	border-top: .5px solid #ddd;
	border-bottom: .5px solid #ddd;
	padding-left: 10px;
}
.subs-features1 {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 0px;
}
.subs-features p{
	padding-top: 15px;
	font-size: 15px;
}
.boosts{
	margin-top: -2px;
}
.never-expires{
	margin-top: -1em;
}
.cheque{
	padding-bottom: 1.5em;
}
.threethousand{
	padding-bottom: 20px;
}

.panel-body h4{
	font-size: 25px;
	font-weight: 900px;
}
.transaction {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.table-cart-subtotal th,
  .table-cart-subtotal td {
    vertical-align: top;
    border-top: 1px solid #000;
}

.table-cart-subtotal, td, th, a {
	  color: #000;
	  font-size: 12.5px;
}

.table-cart-subtotal, td, a:hover {
   	  color: #000000; 
}
.subscriptions-page1 h5{
	color: #000;
	font-size: 18px;
	font-weight: 900px;
}
.badge {
	background: #a6ce45;
	padding: 4px 4px;
}
/*-- //subscriptions--*/ 

.list-check li{
	list-style-type:none;
    line-height: 1.5em;
	margin: 0px 0 10px 0;
	
}
.list-check li i{
	color: #a6ce45;
}

.list-check li a{
	color: #a6ce45;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
}
.real-estate-seminar {
	padding: 10px 0 5px 15px;
}

.real-estate-seminar p{
	color: #fff;
	font-size: 14px;
	font-style: italic;
}
.featured-estate-agents{
	padding: 15px 0 10px 15px;
}
.author-name{
	font-weight: 900;
	font-size: 15px;
}
.section-title-wr h3{
	font-size: 17px;
}
.section-title-wr p{
	font-size: 15px;
	color: #000;
}

.section-title-wr p a{
	font-size: 15px;
	color: #a6ce45;
	text-decoration: underline;
}