/* 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"; 
  min-height:1152px;
 }

  a:hover {
	  color:#edd170;
  }
::-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;
  color: black;
  }
  a:hover {
    text-decoration: none; }

.letter-spacing-1 {
  letter-spacing: .1em; }

.letter-spacing-2 {
  letter-spacing: .2em; }

.text-black {
  color: #000 !important; }

.text-white-5 {
  color: rgba(255, 255, 255, 0.5); }

.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;
  background: white;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  }
  .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;
    background-color: #1a70bb;
    border-color: #1a70bb;
    }
    .btn-primary:hover {
    color: #fff;
    background-color: #0878A4;
    border-color: #0878A4;
    }
  .btn.btn-outline-primary {
    border-color: #fff;
    color: #fff;
    border-width: 2px; }
    .btn.btn-outline-primary:hover {
      color: #fff !important;
      background: #000;
      border-color: #000; }
  .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, .form-control-same-height {
  height: 47px; }

.form-control-sm {
  height: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.form-control:active, .form-control:focus {
  border-color: #ababab;
  }

.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.site-section {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 2em 0;
      } }
  .site-section.site-section-sm {
    padding: 1em 0;
    }

.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(248, 157, 19, 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: 40px 0;
  margin:40px 0;
  background: #5f5f5f; 
  border-bottom:4px solid #1a70bb;
  color:#FFF;
  }
  @media (min-width: 768px) {
    .site-footer {
      padding: 40px 0; } 
  }
  @media (max-width: 768px) {
    .footer-brand{
		margin-bottom:10px;
	}
	.footer-contact{
		margin-bottom:10px;
	}
	.footer-links{
		margin-bottom:10px;
	}		
  }
  .site-footer p {
    color: #fff; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
    padding-bottom: 15px; }
    .site-footer .footer-heading:before {
      content: "";
      background: #fff;
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: 0; }

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }



/* Blocks */
@media (min-width: 568px) {
	.site-blocks-cover {
		background-size: cover !important;
	}
}
.site-blocks-cover {
  background-repeat: no-repeat;
  background-position: center center; }
  .site-blocks-cover .text {
    text-align: center;
    position: absolute;
    top: 200px;
    background: #00000066;
    padding: 10px;
    width: 100%;
	height:200px;
    }
    @media (max-width: 991.98px) {
      .site-blocks-cover .text {
        padding: 20px;
        left: 10px; } }
    .site-blocks-cover .text h2 {
      font-weight: 800;
      font-size: 35px;
      color: #fffefe;
      font-family: open sans-serif;
	  margin-top:-24px;
      }
    .site-blocks-cover .text .location {
      font-size: 15px;
      color: #777; }
      .site-blocks-cover .text .location span {
        display: inline-block;
        margin-right: 5px; }
    .site-blocks-cover .text strong {
      font-weight: 700;
      font-size: 20px;
      color: #7cbd1e; }
  .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: 600px;
    height: calc(100vh - 134px); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
    min-height: 200px;
    height: calc(20vh); }
  .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;
    color: #fff;
    font-weight: normal; }
  .site-blocks-cover p {
    color: white;
    line-height: 3.5;
    font-size: 20px;
    }
  .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 .btn-same-height {
  height: 60px !important; }

.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: #eb9007; }

.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-entry .property-body {
    position: relative; }
  .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; }
  .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 .property-title {
    font-size: 1.2rem; }
    .property-entry .property-title a {
      color: #000; }
  .property-entry .property-location {
    font-size: .9rem; }
    .property-entry .property-location .property-icon {
      color: rgba(0, 0, 0, 0.3); }
  .property-entry .property-specs-number {
    font-size: 1.2rem;
    color: #000; }
  .property-entry .property-specs-wrap {
    list-style: none;
    padding: 0;
    margin: 0; }
    .property-entry .property-specs-wrap 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.3rem; }
  .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-wrap {
  list-style: none;
  padding: 0;
  margin: 0; }
  .property-specs-wrap li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }

.property-specs {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em; }

.property-price {
  font-size: 1.3rem; }

.site-section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  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: #3065a1;
      }

#slider-range {
  height: 8px;
  border-color: black!important;
  }
  #slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none !important;
    background: #000000;
    }
    #slider-range .ui-slider-handle:focus, #slider-range .ui-slider-handle:active {
      outline: none; }
  #slider-range .ui-slider-range {
    background-color: #000000;
    }

.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: #f89d13; }
  .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: #f89d13;
    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: #f89d13;
      color: #fff;
      border: 1px solid #f89d13; }
    .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: 40px;
  margin-bottom: 30px; }
  .widget .widget-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em; }

.form-contact-agent .form-control {
  height: 37px; }

.property-body {
  padding: 40px; }

.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; }

.prop-entry {
  position: relative;
  overflow: hidden; }
  .prop-entry img, .prop-entry figure {
    margin-bottom: 0; }
  .prop-entry .prop-text {
    position: absolute;
    bottom: -70px;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    }
    .prop-entry .prop-text .inner {
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
      background: none;
      padding-top: 10px;
      }
    .prop-entry .prop-text:before {
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .prop-entry .prop-text .prop-more-info {
      font-size: 12px;
      background: none;
      position: relative;
      z-index: 4;
      padding-top: 5px;
      padding-bottom: 5px;
      }
      .prop-entry .prop-text .prop-more-info .col {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        color: #fff; }
      .prop-entry .prop-text .prop-more-info span {
        display: block; }
    .prop-entry .prop-text .price {
      color: #fff;
      padding: 4px 10px;
      display: inline-block;
      margin-bottom: 20px;
      }
    .prop-entry .prop-text .title {
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 0;
      text-align: center;
      background: #0000006e;
      padding: 10px;
      }
    .prop-entry .prop-text .location {
      font-size: 15px;
      color: #e6e6e6; }
  .prop-entry:hover .prop-text {
    bottom: 0;
    }

.feature .icon {
  font-size: 3rem;
  line-height: 0;
  position: relative;
  top: -3px;
  color: #f89d13; }

.feature .text h2 {
  font-size: 18px;
  color: #000; }

.feature .text p {
  color: #888; }


/* Custom CSSS */

.top-bar .social_menu{
	margin-top: 10px;
}
.top-bar .social_menu a{
}
.top-bar .social_menu a span{
	
}
.top-bar .social_menu .phone_number{
	color: #000000;
	font-size: 21px;
}
.top-bar .social_menu a i{
	color: #ffffff!important;
	background: #000000;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: table-cell;
	text-align: center;
	padding: 7px;
}
.top-bar .social_menu a i:hover{
	color: #ffffff!important;
	background: #6186c3;
}
.header_city{
	font:26px 'Tinos', serif;
}
.logo_top{
	font-family: 'Tinos', serif;
	color:#edd170;
}
.logo_top img{
	height: 100px;
}
.top-bar .main_menu{
	
}
.top-bar .main_menu ul{
	
}
.top-bar .main_menu ul li{
	
}
.top-bar .main_menu ul li .active{
	
}
.top-bar .main_menu ul li a{
	
}
.top-bar .main_menu ul li a:hover{
	
}
.top-bar .main_menu ul li .dropdown{
	
}
.top-bar .main_menu ul li .dropdown li{
	
}
.top-bar .main_menu ul li .dropdown li a{
	
}
.top-bar .main_menu ul li .dropdown li a:hover{
	
}
.view_btn{
	margin-bottom: 25px;
}
.view_btn a{
	background: #3065a1;
	padding: 10px;
	color: white;
	font-size: 16px;
	font-weight: 900;
}
.view_btn a:hover{
    background: #e09713;
    padding: 10px;
    color: black;
}
.view_all a{
	background: #3065a1;
	padding: 10px;
	color: white;
	font-size: 16px;
	font-weight: 900;
}
.view_all a:hover{
    background: #e09713;
    padding: 10px;
    color: black;
}
.properties_list {
	margin: 0;
	padding: 0;
	float: left;
}
.properties_list li{
	list-style: none;
	float: left;
	padding-right: 5px;
	color: #615f5f;
	font-weight: 700;
}
.quick_search{
	background: #f7f7f7;
	padding-bottom: 0px!important;
	margin-bottom: 100px;
	margin: 25px;
	border: 1px solid #dcd5d5;
	box-shadow: 0px 10px 20px;
	margin-bottom: 50px;
}
.owl-stage-outer{
    height: 620px;
}
.agent_number{
    color: #000000;
}
.agent_contact{
    color: #000000;
}
/*tools and resources styles*/
.tools_and_resources_bottom div a{
	color:white;
}
.tools_and_resources{
  background-image: url("../images/s_bg.jpg");
  box-shadow: inset 0 0 0 1000px rgba(0,61,115, 0.45);
   background-repeat: no-repeat; 
  background-attachment: fixed;
  color:white;
  }
.tools_and_resources h2{
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tools_and_resources p{
    color: white;
}
.tools_and_resources_bottom{}
.tools_and_resources_bottom span{
    display: inherit;
    font-size: 35px;
    color: white;
    background: #0000002b;
    padding: 10px;
    text-align: center;
}
.tools_and_resources_bottom h3{
    color: white;
    padding-top: 20px;
}
.quick_s_btn {
background: none; color:000;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
    opacity: 1;
}



/*-------bootstrap homepage agents----------*/
.profile{
	margin-top: 25px;
}
.profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.profile h2{
	font-size: 18px;
	font-weight: lighter;
	margin-top: 5px;
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
	    width: 100%;
    height: 300px;
	background-size:cover !important;
	background-position-x: center !important;
}
.agentnamepad{
	height:375px;
}
@media screen and (max-width: 767px) {
	.agentnamepad{
		height:505px;
	}
	.card-img-d{
		height:550px;
	}
}
@media screen and (max-width: 767px) {
	.profile .img-box{
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position-x: center !important;
	}
}

.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}
a:hover{
    text-decoration:none;
}
i.red{
    color:#BC0213;
}


/* centered columns styles */
.row-centered {
    text-align:center;
}

[class*="col-centered-"] {
    display: block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* Default BS breakpoints */
@media (min-width: 768px) {
  .col-centered-sm {
    display: inline-block
  }
}

@media (min-width: 992px) {
  .col-centered-md {
    display: inline-block
  }
}

@media (min-width: 1200px) {
  .col-centered-lg {
    display: inline-block
  }
}
/*----end bootstrap homepage agents----------*/
.categories{
	height:240px;
	position:relative;
}
.view-listings-btn{
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.panel-title {
	font-weight:bold;
}
#cat1{
	height:200px;
	background:url(../images/categories/1.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat2{
	height:200px;
	background:url(../images/categories/2.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat3{
	height:200px;
	background:url(../images/categories/3.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat4{
	height:200px;
	background:url(../images/categories/4.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat5{
	height:200px;
	background:url(../images/categories/5.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat6{
	height:200px;
	background:url(../images/categories/6.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}



/*------------------new listings------------------------*/
.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-entry .property-body {
    position: relative; }
  .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; }
  .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 .property-title {
    font-size: 1.2rem; }
    .property-entry .property-title a {
      color: #000; }
  .property-entry .property-location {
    font-size: .9rem; }
    .property-entry .property-location .property-icon {
      color: rgba(0, 0, 0, 0.3); }
  .property-entry .property-specs-number {
    font-size: 1.2rem;
    color: #000; }
  .property-entry .property-specs-wrap {
    list-style: none;
    padding: 0;
    margin: 0; }
    .property-entry .property-specs-wrap 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.3rem; }
  .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-wrap {
  list-style: none;
  padding: 0;
  margin: 0; }
  .property-specs-wrap li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }

.property-specs {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em; }

.property-price {
  font-size: 1.3rem; }
  
  .property-body {
  padding: 40px; }

.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; }

.propx-entry {
  position: relative;
  overflow: hidden;
  border: 2px solid #dacaca;
  }
  .propx-entry img, .propx-entry figure {
    margin-bottom: 0; }
  .propx-entry .propx-text {
    bottom: -70px;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
	background:white;
    }
    .propx-entry .propx-text .inner {
      text-align: center;
      background: none;
      }
    .propx-entry .propx-text:before {
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .propx-entry .propx-text .propx-more-info {
      font-size: 12px;
      background: none;
      position: relative;
      z-index: 4;
      padding-top: 5px;
      padding-bottom: 5px;
      }
      .propx-entry .propx-text .propx-more-info .col {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        color: #383535;
        }
      .propx-entry .propx-text .propx-more-info span {
        display: block; }
    .propx-entry .propx-text .pricex {
      color: #fff;
      padding: 4px 10px;
      display: inline-block;
      margin-bottom: 20px;
      background: #8e8e8e;
      width: 100%;
      text-align: left;
      border-radius: 0px!important;
      }
    .propx-entry .propx-text .titlex {
      font-size: 15px;
      font-weight: bold;
      color: #545252;
      margin-bottom: 0;
      text-align: center;
      padding: 10px;
      }
    .propx-entry .propx-text .locationx {
      font-size: 15px;
      color: #000000;
      }
  .propx-entry:hover .propx-text {
    bottom: 0;
    }
	.properties_list {
	margin: 0;
	padding: 0;
	float: left;
}
.properties_list li{
	list-style: none;
	float: left;
	padding-right: 5px;
	color: #615f5f;
	font-weight: 700;
}
.hide_info_container {
    background: #ececec!important;
}
.bsListingsSearchButton {
    background-color: #e6e7e9;
    border: 1px solid #f9f9f9!important;
    color: black;
    padding: 10px;
    cursor: pointer;
    float: left;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.5;
}
.bsListingsSearchButton:hover {
    background-color: #a1c8e4;
}
.listings-btn-group {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.card-title{
	font-size:16px;
	font-weight:bold;
}
.agent_name {
    color: white;
    font-size: 20px;
    font-weight: 800;
    background: #1a70bb;
    padding: 5px 10px;
    width: 100%;
    display: table;
    text-align: center;
}
.my_website_btn a{
	background:#0878A4 !important;
}
.tablink {
    background-color: #0878A4;
}

/*new header*/
.header {
 	width: 100%;
 }

 .header h1 {
 	padding: 0px 40px;
 	line-height: 100px;
 	font-size: 50px;
 	color: orange;
 	background: white;
 	font-family: sans-serif;
 }

 .header .nav {
 	background-color: rgba(255,255,255,.5);
 	padding: 10px 0px;
 	text-align: center;
 	width: 100%;
 	position: relative;
 	z-index: 999;
	    box-shadow: rgb(136, 136, 136) 2px 2px 8px;
    margin-bottom: 20px;
 }
#carouselExampleIndicators{
	margin-top:-236px;
}
 .nav li {
 	text-align: left;
 	margin-bottom: 0px;
 	font-weight: 600;
 	color: #fff;
 }

 .navbar-dark .navbar-nav .nav-link {
 	color: rgba(0, 0, 0, 0.96);
 	border-bottom: 1px solid #f0f0f0;
 	margin: 2px;
 	font-size: 16px;
 	font-weight: 600;
 	text-transform: uppercase;
 	margin: 2px 10px;
 }

 .navbar-dark .navbar-nav .nav-link:focus,
 .navbar-dark .navbar-nav .nav-link:hover {
 	color: rgb(51, 51, 51);
 }

 .navbar-dark .navbar-nav .nav-link:hover {
 	color: #FFEB3B;
 	border-bottom: 1px solid #FFEB3B;
 	font-weight: 600;
 }

 .box {
 	width: 80%;
 	margin: 100px auto;
 	background: white;
 	padding: 20px;
 	font-size: 25px;
 }
.navbar-light .navbar-nav .nav-link {
    font-size:1.2rem;
	color:#000;
	margin:0px 10px;
}
#headerPhone{
	font-size: 1.5em; color:#1a70bb;
	margin-bottom:22px;
	font-weight:900;
}
@media (max-width: 992px) {
	.navbar-light .navbar-nav .nav-link {
		margin:0px;
	}
	#headerPhone{
		text-align:left;
		float:none !important;
	}
	#slogan{
		display:none;
	}
}
 /*

Header CSS code Start
*****************************
*****************************
*****************************
*****************************
*****************************
*/

 .header {
 	background: #fff;
 	padding: 0;
	margin-bottom: -211px;
 }

 .top_bar {
 	background: #1a70bb;
 	width: 100%;
 	padding: 10px;
	color:#FFF;
	font-size:1.15rem;
 }
	 

 .top_bar_container {
 	display: table;
 	width: 100%;
 	padding: 12px 0px;
 }

 .topbar_left {
 	width: 100%;
 	float: left;
 	padding-top: 5px;
 	text-align: center;
 }

 .topbar_left span {
 	color: #000000;
 	margin: 5px 0;
 	font-size: 18px;
 }

 .topbar_right {
 	width: 100%;
 	float: right;
 	text-align: center;
 }

 .sociel_bar_top {
    text-align: right;
}

 .sociel_bar_top a {
 	text-align: center;
 	margin: 2px;
 	text-decoration: none;
 }

 .sociel_bar_top a:hover {
 	text-decoration: none;
 }

 .sociel_bar_top a img {
 	height: 35px;
 	margin: auto;
 	padding: 0px;
 	border-radius: 10px;
 }

 .sociel_bar_top a img:hover {
 	height: 35px;
 	margin: auto;
 	padding: 1px;
 	background: #ffeb3b;
 	border-radius: 10px;
 }

 .phone_nember_top {}

 .phone_nember_top {
 	height: 35px;
 	margin: auto;
 	padding: 5px;
 }

 .sociel_bar_top span {
 	color: white;
 }




 .navbar-brand {
 	color: #fff;
 	width: 50%;
 	text-align: left;
 }

 .navbar-brand .logo {
 	color: #fff;
 	width: 75%;
 }

 .top_banar_section {
 	background-color: rgba(255, 255, 255, 0);
 	background-image: url(https://www.crunkhomes.com/wp-content/uploads/2019/04/Pickwick-lake-relaxing-day.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;
 	padding-top: 20%;
 	padding-bottom: 30%;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
 }

 .top_banar_section img {
 	vertical-align: top;
 	-webkit-box-shadow: none !important;
 	box-shadow: none !important;
 	border-style: none;
 	vertical-align: top;
 	max-width: 25%;
 	height: auto;
 	float: right;
 	margin-right: 50px;
 }

 .top_slogan {

 	background: #FFEB3B;

 	text-align: center;

 	padding: 30px;
 }

 .top_slogan h2 {}

 .three_image_section {}

 .three_image_section h2 {

 	color: white;

 	text-align: center;

 	font-size: 26px;
 }

 .three_image_section .img_1 {

 	background-color: rgba(255, 255, 255, 0);
 	background-image: url(https://www.crunkhomes.com/wp-content/uploads/2019/04/Pickwick-lake-relaxing-day.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;

 	padding: 50px;
 	background-color: green;
 	transition: transform .2s;
 	width: 200px;
 	height: 200px;
 	margin: 0 auto;
 }

 .three_image_section .img_1:hover {

 	-ms-transform: scale(1.1);
 	/* IE 9 */
 	-webkit-transform: scale(1.1);
 	/* Safari 3-8 */
 	transform: scale(1.1);
 }

 .three_image_section .img_2 {

 	background-color: rgba(255, 255, 255, 0);
 	background-image: url(https://www.crunkhomes.com/wp-content/uploads/2019/04/Pickwick-lake-relaxing-day.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;
 	padding: 50px;
 	background-color: green;
 	transition: transform .2s;
 	width: 200px;
 	height: 200px;
 	margin: 0 auto;
 }

 .three_image_section .img_2:hover {

 	-ms-transform: scale(1.1);
 	/* IE 9 */
 	-webkit-transform: scale(1.1);
 	/* Safari 3-8 */
 	transform: scale(1.1);
 }

 .three_image_section .img_3 {

 	background-color: rgba(255, 255, 255, 0);
 	background-image: url(https://www.crunkhomes.com/wp-content/uploads/2019/04/Pickwick-lake-relaxing-day.jpg);
 	background-position: center center;
 	background-repeat: no-repeat;
 	padding: 50px;
 	background-color: green;
 	transition: transform .2s;
 	width: 200px;
 	height: 200px;
 	margin: 0 auto;
 }

 .three_image_section .img_3:hover {

 	-ms-transform: scale(1.1);
 	/* IE 9 */
 	-webkit-transform: scale(1.1);
 	/* Safari 3-8 */
 	transform: scale(1.1);
 }
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffff80;
    border: 1px solid black;
    border-radius: .25rem;
}









.zoom_images{
	background-color: aqua;
	overflow: hidden;
	color: black;
	padding: 0;
	margin: 0;
	width: 100%;
}
 	.container_i {
    /* width: 100%; */
    /* height: auto; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    overflow: hidden;
    display: block;
    /* float: left; */
    margin: 0;
    padding: 0;
}
.box_i{
	
	width: 100%;
	height: auto;

	background-position: center;
	background-size: cover;
	transition: 1.5s;
	text-align: center;
	display: inline-flex;
}
.img_1{
	background-image: url(img/1.jpg);
}
.img_2{
	background-image: url(img/2.jpg);
}
.img_3{
	background-image: url(img/3.jpg);
}
.container_i:hover .box_i{
	transform: scale(1.5);
}


.zoom_images span{
	
color: white;
	
text-align: center;
	
width: 100%;
	
margin: auto;
	
vertical-align: middle;
	
padding: 40px 5px;
	
font-size: 18px;
	
background: #000000a6;
}

.zoom_images span:hover{background: #00000017;}

.med_section{
	
background-image: url("img/med_bg.jpg");
	
background-repeat: no-repeat;
	
background-attachment: fixed;
	
background-size: cover;
	
text-align: center;
	
padding: 100px 0px;
}


.med_section img{
	
width: 70%;
}
.med_section h1{
	
padding: 20px 0px;
}
.med_section p{
	
}

.testimonials_section{
	
background: black;
	
padding: 50px 0px;
	
color: white;
}
.testimonials_section h1{
	
text-align: center;
	
padding-bottom: 50px;
}
.testimonials_section p{
	
color: #9c9c9b;
}
.testimonials_section span{
	
font-size: 21px;
	
font-style: italic;
	
color: #878d92;
}





.img2_section{
	
padding: 50px 0px;
}
.img2_section img{
	
width: 100%;
	
padding: 0;
}


.navbar-dark .navbar-toggler-icon {
    background-image: url(img/t_icon.png);
}


.navbar{
	    background: none;
    width: 95%;
    margin: auto;
	padding: 0 1rem;
}



 @media (min-width: 768px) {
	 
	 .container_i {
    /* width: 33.33%; */
}
	 
 .topbar_left {
 	width: 50%;
 	float: left;
 	padding-top: 5px;
 	text-align: left;
 }


 .topbar_right {
 	width: 50%;
 	float: right;
 	text-align: right;
 }
 	
.zoom_images span{
	
color: white;
	
text-align: center;
	
width: 100%;
	
margin: auto;
	
vertical-align: middle;
	
padding: 45px 10px;
	
font-size: 25px;
	
background: #0000007d;
}
 	.navbar-expand-md .navbar-collapse {

flex-basis: auto;

float: right;

text-align: right;

width: 75%;

display: inline-table !important;

}

 	.navbar-expand-md .navbar-nav {
 		-ms-flex-direction: row;
 		flex-direction: row;
 		text-align: right;
 		float: right;
 	}

 	.navbar-expand-md {
 		-ms-flex-flow: wrap;
 		flex-flow: wrap;
 	}

 	.navbar-brand {
 		color: #fff;
 		width: 20%;
 		text-align: left;
 	}

 	.navbar-brand .logo {
 		color: #fff;
 		width: 80%;
 	}
 }

 .navbar-nav .dropdown-menu {
 	position: static;
 	float: none;
 	background: #fff;
 	padding: 15px;
 }

 .dropdown-item {
 	display: block;
 	width: 100%;
 	padding: .25rem 1.5rem;
 	clear: both;
 	font-weight: 400;
 	color: #000;
 	text-align: inherit;
 	white-space: nowrap;
 	background-color: transparent;
 	border: 0;
 }

@media (min-width: 992px){
  .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox!important;
      display: flex!important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      float: right;
      text-align: right;
      display: inline-block!important;
  }
  .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
      float: right;
  }
}

/* listing notifications and what's my home worth */
.homenotificationswrapper {
    background: #37a7fc;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding: 35px 40px;
    overflow: hidden;
    margin-top: 20px;
}
.smalllightButton{
  color: #f0ead8;
  font-style: normal;
  padding: 5px;
  margin: 0;
  border: 1px solid #f0ead8;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  text-align:center;
  width:100%;
  margin-bottom:20px;
  border-radius:8px;
}
.notificationsHeading {
    font-size: 26px;
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: normal;
}

/*testimonials*/
.testimonials{
	height:250px;
}
@media (max-width: 578px){
  .secondtestimonial{
    display:none;
  }
}
.testimonials div div .carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.testimonials div div .carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.testimonials div div .carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.testimonials div div .carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #1a70bb;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.testimonials div div .carousel .testimonial::before, .testimonials div div .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.testimonials div div .carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.testimonials div div .carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.testimonials div div .carousel .item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.testimonials div div .carousel .item .row > div:first-child .media {
	margin-left: 0;
}
.testimonials div div .carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.testimonials div div .carousel .testimonial p::before {
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.testimonials div div .carousel .overview {
	padding: 3px 0 0 15px;
}
.testimonials div div .carousel .overview .details {
	padding: 5px 0 8px;
}
.testimonials div div .carousel .overview b {
	text-transform: uppercase;
	color: #212529;
}
.testimonials div div .carousel .carousel-control {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.testimonials div div div .carousel-control i {
	font-size: 16px;
}
.testimonials div div div .carousel-control.left {
	left: auto;
	right: 40px;
}
.testimonials div div div .carousel-control.right {
	left: auto;
}
.testimonials div div div .carousel-indicators {
	bottom: -80px;
}
.testimonials div div div .carousel-indicators li, .testimonials div div div .carousel-indicators li.active {
	width: 18px;
    height: 18px;
	border-radius: 0;
	margin: 1px 4px;
}
.testimonials div div div .carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.testimonials div div div .carousel-indicators li.active {
	color: #fff;
    background: #ff5555;    
    border: 5px double;    
}

/*Bootstrap Slideshow Quicksearch*/
.carousel-caption {
    bottom: 120px;
}
		.CSlideimg{
			height:700px;
		}
		.carousel-item{}
		.carousel-item img{
			height: auto;
		    max-height: 700px;
		}
		.carousel-item{}
		.carousel-caption{
		width: 35%;
		background: #ffffffbf;
		padding: 30px;
		margin-bottom: 20px;
		border: 2px solid #fff8f8;
		border-radius: 10px;
		float: right;
		left: unset;
		right: 10%;
		}
		.search_btn{
		padding: 10px 100px;
		background-color: #ad1010;
		border: 2px solid #a51b1b;
		}
		.d-md-block {
    display: block!important;
			
}
		
		.carousel-item img{
			height: 700px;
		}
		.f_btn{color: #1b053a;}
@media screen and (max-width: 991px) {
	
    .carousel-item img{
        height: 500px;
    }
    .carousel-caption{
        width: 40%;
        margin-bottom: 50px;
        /* background: #00000099; */
        padding: 20px;
        /* border: 2px solid #fff8f8; */
        border-radius: 10px;
    }
    .search_btn {
        /* padding: 5px 40px; */
        /* background-color: #486ec3; */
        /* border-color: #ffffff; */
    }
	.form-control {
        display: block;
        width: 100%;
        padding: 2px 5px;
        font-size: 12px;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }	
        select.form-control:not([size]):not([multiple]) {
        height: unset;
    }
	
	.f_btn{/* color: azure; */}
}
@media screen and (max-width: 768px) {
	
		.carousel-item img{
			height: 400px;
		}
  .carousel-caption{
		width: 40%;
		margin-bottom: 25px;
		/* background: #00000099; */
		padding: 15px;
		/* border: 2px solid #fff8f8; */
		border-radius: 10px;
		}
		.search_btn {
    padding: 5px 60px;
    /* background-color: #486ec3; */
    /* border-color: #ffffff; */
}
	.form-control {
    display: block;
    width: 100%;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}	
	select.form-control:not([size]):not([multiple]) {
    height: unset;
}
	
		.f_btn{/* color: azure; */}
}
@media screen and (max-width: 520px) {
	
		.carousel-item img{
			height: 300px;
		}
  .carousel-caption{
		width: 70%;
		margin-bottom: 25px;
		/* background: #00000099; */
		padding: 15px;
		border: 2px solid #fff8f8;
		border-radius: 10px;
		left: unset;
		right: 15%;
		}
		.search_btn {
    /* padding: 2px 40px; */
    /* background-color: #486ec3; */
    border-color: #ffffff;
    font-size: 12px;
}
	.form-control {
    display: block;
    width: 100%;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}	
	select.form-control:not([size]):not([multiple]) {
    height: unset;
}
	.form-group {
    margin-bottom: 5px;
}
	
		.f_btn{/* color: azure; */font-size: 10px;}
}