body {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 1rem;
  font-family: "gothic";
  position: relative;
}
.fonts {
  color: #0b4566;
  color: #f07f22;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.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: 0.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: #333 !important;
}
.btn.btn-white.btn-outline-white {
  border-color: #fff;
  background: 0 0;
  color: #fff;
}
.btn.btn-white.btn-outline-white:hover {
  background: #fff;
  color: #000;
}
.bg-black {
  background: #000;
}
.form-control {
  height: 47px;
  background: transparent;
}
.form-control-sm {
  height: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.form-control:active,
.form-control:focus {
  border-color: #1f3c88;
}
.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: 7em 0;
  }
}
.site-section.site-section-sm {
  padding: 4em 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(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-image: url(img/contact.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 7em 0;
  }
}
.site-footer p {
  color: #ffffff;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.site-footer a {
  color: #999;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.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: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}
.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: 0;
  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: #f07f22;
}
.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;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #f07f22;
}
.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: 0;
  background: transparent;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  color: white;
}
.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: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.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: #ffffff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 552px;
}
.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: #1f3c88;
}
.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: #1f3c88;
}
.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: 0;
  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: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.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: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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: 0;
}
.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: #0b4566;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #0b4566;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0;
  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: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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;
}
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.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);
}
.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover .row {
  min-height: 600px;
  /* height: calc(30vh); */
}
.site-blocks-cover .sub-text {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.2em;
}
.site-blocks-cover h1 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: "gothic";
  font-size: 3.5rem;
}
.site-blocks-cover h3 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-family: "gothic";
  font-size: 1.5rem;
}
.site-blocks-cover p {
  color: #f07f22;
  font-size: 16px;
  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: 0.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: 0.2em;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}
.caption-text {
  letter-spacing: 0.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 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}
.site-block-subscribe .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}
.site-block-subscribe .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}
.site-block-subscribe .form-control:-moz-placeholder {
  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: #0b4566;
}
.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: 0.2em;
  font-size: 9px;
  border-radius: 4px;
}
.property-entry .property-thumbnail img {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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: 0.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: 0.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: 0.1em;
}
.property-price {
  font-size: 1.3rem;
}
.site-section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.form-search {
  background: #364e68;
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  -webkit-box-shadow: 0 0 30px 0 rbga(0, 0, 0, 1);
  box-shadow: 0 0 30px 0 rbga(0, 0, 0, 1);
}
.form-search label {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.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: 0;
  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: 0.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: #ccc;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.block-13 .owl-dots .owl-dot.active > span {
  background: #1f3c88;
}
.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: 0;
  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: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.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: #0b4566;
}
.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: #1f3c88;
}
.service .service-heading {
  color: #fff;
  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: 0.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: #000;
}
.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: #333;
  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 #ccc;
}
.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: 0.1em;
  left: 0;
}
.unit-8 .accordion-item .heading > a[aria-expanded="true"]:before {
  font-family: icomoon;
  position: absolute;
  content: "\e316";
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #1f3c88;
  color: #fff;
  border: 1px solid #1f3c88;
}
.unit-8 .accordion-item .heading > a[aria-expanded="false"]:before {
  content: "\e313";
  color: #ccc;
  font-family: icomoon;
  position: absolute;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.form-contact-agent .form-control {
  height: 37px;
}
.property-body {
  padding: 40px;
}
.gal-item img {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
}
.gal-item:hover img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: 0.5;
}

/* The navigation bar */
/* https://codepen.io/Abdel-fattah/pen/grXOak */
.custom-navbar {
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  /* background: #0b4566; */
  background: #0b456645;
  /* background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); */
  /* box-shadow: 5px 10px 18px #d87c3296; */
  /* box-shadow: -20px 60px 60px #d87c3296; */
  /* border: 1px solid #0b4566; */
}

.carousel .carousel-inner .carousel-item .featured-property {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/1.png);
}

.align-feature-center {
  text-align: center;
  /* background-color: #000000; */
  color: #fff;
  padding: 20px;
}

.border-pill {
  border: 1px solid #ffffff !important;
}

.border-pill a {
  color: #ffffff !important;
}

.container .border-pill p {
  text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #ef7e21 !important;
}

.featured-pills {
  z-index: 1;
  position: relative;
  margin-bottom: -160px;
}

.footer-lable {
  color: rgb(255, 255, 255);
  padding-top: 13px;
}

.submit-position {
  float: right;
  background-color: transparent;
  border-color: #f07f22;
}

.submit-position:hover {
  background-color: #0b4566;
}

.align-content {
  text-align: center;
}

.boarder-contact-us {
  border-top: 1px solid #f07f22 !important;
  border-right: 1px solid #f07f22 !important;
  border-bottom: 1px solid #f07f22 !important;
  width: auto;
  height: 15rem;
}

.boarder-contact-us h1 {
  padding-top: 50px;
  margin-left: -77.5px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
}

.footer-5 {
  padding-top: 50px;
}

.contact-p {
  font-size: 20px;
}

.vertical-rule-top {
  width: 1px;
  color: #f07f22;
  background-color: #f07f22;
  height: 53px;
  display: inline-block;
  margin: 0px 0px -62px -1px;
  padding: 0px 0px 0px 0px;
}

.vertical-rule-bottom {
  width: 1px;
  color: #f07f22;
  background-color: #f07f22;
  height: 140px;
  display: inline-block;
  margin: 0px 0px -247px -5px;
  padding: 0px 0px 0px 0px;
}

.horizontal-rule {
  height: 1px;
  border: none;
  color: #f07f22;
  background-color: #f07f22;
}

.service-image-align {
  text-align: left;
}

.our-services {
  color: #0b4566;
  padding-top: 7rem;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 2.5rem;
}

.featured-property-content {
  padding-top: 35rem;
}

.featured-property-content h4 a {
  color: #0b4566;
  font-weight: 700;
}

.featured-property-content p a {
  color: #ffffff;
  font-weight: 700;
}

.featured-property-content h4 a:hover {
  color: #f07f22;
}

.featured-property-content p a:hover {
  color: #f07f22;
}

.border-blogs {
  border: 1px solid #f07f22 !important;
}

.border-blogs a img {
  height: 50px;
  width: auto;
}

.Catch {
  padding-top: 20rem;
  text-align: center;
}

.catch-upon {
  font-size: 15px;
  padding: 0px 0px 0px 0px !important;
}

.catch-upon p {
  padding: 13px 10px 0px 10px;
}

/*
source
http://stackoverflow.com/a/23935891/3853728
https://codepen.io/JacobLett/pen/dOYxJb
*/

.img-gradient {
  position: relative;
  display: inline-block;
}

/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/
.img-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(
    top,
    rgba(0, 47, 75, 0) 0%,
    rgba(221, 122, 39, 0.56) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    right top,
    right bottom,
    color-stop(0%, rgba(221, 122, 39, 0.56)),
    color-stop(100%, rgba(0, 47, 75, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 47, 75, 0) 0%,
    rgba(221, 122, 39, 0.56) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 47, 75, 0) 0%,
    rgba(221, 122, 39, 0.56) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    bottom,
    rgba(0, 47, 75, 0) 0%,
    rgba(221, 122, 39, 0.56) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to top,
    rgba(0, 47, 75, 0) 0%,
    rgba(221, 122, 39, 0.56) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img {
  display: block;
}

.blog-button {
  float: right;
  font-size: 15px;
  padding: 4px !important;
}

.blog-button p {
  margin-bottom: 0px !important;
}

.card-title-top {
  font-weight: 100;
  margin-top: -23px;
  color: #000;
}

.card-title-low {
  color: #0b4566;
  padding-left: 30px;
  font-weight: 900;
  margin-top: -10px;
}

.card-title-low-rule {
  border-top: 1px solid #ed7e22;
  margin-top: -5px;
  width: 144px;
}

.nav-link {
  padding: 0px 0px 0px 80px;
}

.featured-item {
  margin-left: -80px;
}

.featured-prop-rule {
  border-bottom: 1px solid #ffffff !important;
  width: 30%;
  margin: -5px 0px 4px 130px;
  padding: 0px 0px 0px 0px;
}

.carousel-control-prev-icon {
  background-image: url(img/sroll-icons/previous.png);
  width: 100px;
  height: 40px;
}

.carousel-control-prev-icon:hover {
  background-color: #ffffff;
}

.carousel-control-next-icon {
  background-image: url(img/sroll-icons/next.png);
  width: 100px;
  height: 40px;
}

.carousel-control-next-icon:hover {
  background-color: #ffffff;
}

/* Container holding the image and the text */
.img-container {
  position: relative;
  text-align: center;
  color: white;
  padding: 3px;
  background-color: transparent;
  border: 1px solid #ed7e22 !important;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.recent-post {
  color: #ed7e22;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
}

/* Style the links inside the pill navigation menu */
.pill-nav a {
  display: inline-block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
  font-weight: 500;
}

/* Change the color of links on mouse-over */
.pill-nav a:hover {
  /* background-color: #ddd; */
  color: #ed7e22 !important;
}

/* Add a color to the active/current link */
.pill-nav a.active {
  /* background-color: dodgerblue; */
  color: rgb(0, 131, 28);
}

.main-footer {
  background-color: #0b4566;
  color: white;
}

.main-footer-border {
  border-right: 1px solid #ed7e22;
}

.newsletter {
  border: 1px solid #ed7e22;
  border-radius: 0rem;
}

.sign-up {
  border-radius: 0rem;
  background-color: #ed7e22;
  border-color: #ed7e22;
  padding-bottom: 12px;
  margin-top: -8px;
  color: white;
}

.company {
  list-style: none;
}

.company li {
  margin-left: -38px;
}

.company li a {
  color: white;
}

.company li a:hover {
  color: #ed7e22;
}

.main-h3 {
  font-weight: bold;
}

.social-media > a {
  color: white;
  font-size: 24px;
}

.bg-site-section {
  background-image: url(img/market.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}
