* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
:root {
  --main-color: #1abc9c;
  --secondary-color: #16a085;
  --ordinary-color: #74777b;
  --light: #f0f0f0;
  --dark: #0d1432;
  --white: #fff;
  --gray: #f5f5f5;
  --overlay: rgba(0, 0, 0, 0.5);
  --main-font: "Muli", sans-serif;
}

html {
  scroll-behavior: smooth;
}
.form-container form {
  max-width: 50rem;
  margin: 0 auto;
  background-color: var(--white);
  box-shadow: var(--box-shodow);
  padding: 2rem;
  text-align: center;
}

header li,
footer li,
ul.property_list_widget,
ul.d-flex > li.mr-2,
ul.pagination {
  list-style: none;
}

.container,
.container-fluid {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #ececec;
}
::selection {
  background-color: var(--main-color);
  color: var(--white);
}

.about-content p,
.service-text p {
  margin-bottom: 30px;
}
.about-content img {
  width: auto;
  height: auto;
}
.text-ordinary,
body,
.footer-widget li a,
.breadcrumb-item > a,
.list-text-white a.dropdown-item {
  color: var(--ordinary-color);
}
.text-color,
.text-color a,
.text-color:focus,
.hover-color:hover,
.hover-color a:hover {
  color: var(--main-color) !important;
}
.icon-primary,
.icon-primary i,
.icon-primary svg,
.hover-primary-nav .navbar-nav .nav-link.active,
.hover-primary-nav .navbar-nav .nav-link:hover,
.top-header .dropdown-toggle:after,
.footer-widget li a:hover,
.hover-primary-nav .navbar-nav .nav-link:hover,
.breadcrumb-item > a:hover,
.breadcrumb-item.active,
.list-text-white a.dropdown-item:hover {
  color: var(--secondary-color);
  letter-spacing: 1px;
}

.text-secondary,
.text-secondary a,
a.text-secondary,
a.hover-text-secondary:hover,
.hover-text-secondary:hover,
.hover-text-secondary a:hover {
  color: var(--dark) !important;
}

.secondary-nav .navbar-nav .nav-link,
.nav-pills .nav-link,
blockquote {
  color: var(--dark);
}

a.hover-text-white:hover {
  color: var(--white) !important;
}

.list-text-white li,
.list-text-white a,
.hover-text-white:hover,
.white-nav .navbar-nav .nav-link,
.text-white a,
hover-text-white-nav .navbar-nav .nav-link.active,
.hover-text-white-nav .navbar-nav .nav-link:hover,
.hover-text-white-nav .navbar-nav .nav-link:focus {
  color: var(--white);
}
.bg-primary {
  background-color: var(--main-color) !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
.hover-bg-primary:hover {
  background-color: var(--secondary-color) !important;
}

.nav-pills .nav-link.active,
.ball-scale-multiple > div,
.bg-shape:before,
.bg-shape:after,
.send-mail button,
::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}
.bg-secondary {
  background-color: var(--dark) !important;
}
.bg-gray {
  background-color: var(--gray) !important;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: var(--gray);
}
.slider-layer-1 {
  background-color: rgba(13, 20, 50, 0.4);
}
[class*="double-down-line"]:before,
[class*="double-down-line"]:after {
  background-color: var(--main-color);
}
.double-down-line.text-white:before,
.double-down-line.text-white:after,
.hover-bg-white:hover,
.fixed-header-bg-white.fixed-top,
[class*="double-down-line-left-white"]:before,
[class*="double-down-line-left-white"]:after {
  background-color: var(--white);
}
.hover-bg-primary-nav .navbar-nav .nav-link.active,
.hover-bg-primary-nav .navbar-nav .nav-link:hover,
.hover-bg-primary-nav .navbar-nav .nav-link:focus {
  background-color: var(--main-color);
}
.fixed-header-bg-secondary.fixed-top,
.bg-secondary {
  background-color: var(--dark);
}
.owl-nav button {
  background-color: var(--gray) !important;
}
.overlay-black:before {
  background-color: var(--overlay);
}
.overlay-secondary:before,
.overlay-secondary-half:before {
  background-color: var(--overlay);
}

.hover-shadow:hover,
.shadow-one {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.border-bottom-gray {
  border-bottom: 1px solid #2b2f36;
}
.btn-ordinary {
  background-color: var(--gray);
  border-color: var(--gray);
  color: var(--ordinary-color);
}
.btn-primary,
.btn-primary:hover,
.btn-ordinary:hover {
  color: var(--white);
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-white:hover {
  color: var(--white);
  background-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: var(--main-color);
  background-color: #f5f5f5;
}
.ordinary-font {
  font-family: var(--main-font);
}
.highlight-font {
  font-family: var(--highlight-font);
}
[class*="flaticon-"]:before {
  margin-left: 0;
}
.flat-extra-large:before {
  font-size: 80px;
  line-height: 80px;
}

.flat-large:before {
  font-size: 60px;
  line-height: 100px;
}
.font-medium,
.font-medium a,
.font-medium i,
.font-medium svg,
.flat-medium:before {
  font-size: 45px;
  line-height: 45px;
}
.font-small,
.font-small a,
.font-small i,
.font-small svg,
.flat-small:before {
  font-size: 30px;
  line-height: 30px;
}
.flat-small [class^="flaticon-"]:before {
  font-size: 21px;
}
.font-mini svg,
.flat-mini:before {
  font-size: 18px;
  line-height: 18px;
}
.icon-small {
  font-size: 12px;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.x-center,
.double-down-line:before,
.double-down-line:after,
.bg-shape:before,
.bg-shape:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.y-center {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transation-3s,
.transation-3s:hover,
.hover-zoomer img,
.hover-line img,
.hover-bg-white,
a,
a:hover,
.btn,
.btn:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mx-n13 {
  margin-right: -13px;
  margin-left: -13px;
}
body {
  font-family: var(--main-font);
  font-size: 15px;
  line-height: 28px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--highlight-font);
  font-weight: 700;
}
h4,
.h4 {
  line-height: 35px;
}
h5 {
  font-size: 18px;
  line-height: 30px;
}
h6,
.h6 {
  line-height: 25px;
}

p {
  line-height: 28px;
  margin-bottom: 10px;
}

a,
a:hover,
.btn-link,
.btn-link:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
}

button,
button:focus {
  border: none;
  outline: none;
}

/* Home Property section */
#home_property {
  & h2 {
    color: var(--dark);
    text-align: center;
    margin-bottom: 15px;
  }
  
  & .featured-thumb {
    box-shadow: 0px 0px 5px #b3b1b1;
    margin-bottom: 20px;
    text-transform: capitalize;
  }

  & h5 a{
    color: var(--dark);
    margin-bottom: 10px;
    
    &:hover {
      color: var(--main-color);
    }
  }
}

#achievement {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;

  & h5 {
    color: var(--white);
    font-size:20px;
  }

  & .count.wow {
    text-align: center;

    & i {
      color: var(--white);
    }

    & .count-num {
      color: var(--main-color);
      margin-bottom:10px;
    }
  }
}

/* Home Quality section */
#home_quality {
  & h2 {
    color: var(--dark);
    text-align: center;
    margin-bottom: 20px;
  }

  & i {
    color: var(--main-color);
  }

  & h5 {
    color: var(--dark);
    padding-top: 10px;

    &:hover {
      color: var(--main-color);
    }
  }  

  & p {
    text-align: justify;
  }
}

/* Home Experience section */
#experience {
  background-color: #0f0f0f;

  & h2 {
    color: var(--white);
    padding-bottom: 30px;
  }

  
  & ul>li {
    display: flex;
    color: var(--white);
    margin-top:30px;
  }

  & i {
    color: var(--secondary-color);
    margin-right: 20px;
  }

  & h5 {
    color: var(--main-color);
  }
}

#higher_sales{
  background-color: var(--gray);
  padding-top:4rem;
  padding-bottom:5rem;

  & h2 {
    color: var(--dark);
    text-align: center;
    margin-bottom: 15px;
  }
}

/* Home Blog section */
#blog {
  margin-top: -1rem;
  background-color:var(--gray);

  & h2 {
    color: var(--dark);
    text-align: center;
    margin-bottom: 35px;
  }

  & .featured-thumb {
    box-shadow: 0px 0px 5px #b3b1b1;
    margin-bottom: 20px;
  }

  & .featured-thumb-data > div {
    background-color: var(--white);
    overflow: hidden;
    word-break: break-word;
    height: 220px;
    padding: 10px 2px;
  }
}

.star {
  margin-left: 1px;
  color: red !important;
}
.btn-primary:hover {
  filter: brightness(108%);
}

@keyframes header {
  0% {
    margin-top: -150px;
  }
  50% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
.w-60 {
  width: 60%;
}
#page-wrapper {
  padding: 0 15px;
  background-color: var(--white);
  overflow: hidden !important;
  position: relative;
}
.page-name {
  float: left;
  text-transform: uppercase;
  color: var(--white);
  margin: 0;
}
.full-row {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.banner-full-row {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
[class*="double-down-line"] {
  position: relative;
  padding-bottom: 35px;
}
[class*="double-down-line"]:before,
[class*="double-down-line"]:after {
  content: "";
  height: 2px;
  position: absolute;
}
[class*="double-down-line"]:before {
  width: 120px;
  bottom: 10px;
}
[class*="double-down-line"]:after {
  width: 60px;
  bottom: 0;
}
[class*="double-down-line-left"]:before,
[class*="double-down-line-left"]:after {
  left: 0;
}
.footer-widget .double-down-line-left:before {
  width: 80px;
  bottom: 0;
}
.footer-widget .double-down-line-left:after {
  width: 40px;
  bottom: -5px;
}
[class*="overlay-"]:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay-black:before {
  display: block;
  z-index: 9;
}
.overlay-secondary-half:before {
  width: 50%;
}
.hover-zoomer img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hover-zoomer:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-line {
  position: relative;
  background: #fff7f7cc;
}
.hover-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--secondary-color);
  transition: all 0.3s ease;
}
.hover-line:is(:hover, :focus):after {
  width: 100%;
}
.z-index-9:before,
.z-index-9 {
  z-index: 9;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-normal {
  line-height: normal;
}
.divider {
  border-bottom: 1px solid #ececec;
}
.mr-minus-50 {
  margin-right: -50px;
}
.mx-minus-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-40 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.owl-nav {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  display: none;
  top: 50%;
}
.owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
}
.owl-nav .owl-prev {
  margin-left: -70px;
}
.owl-nav .owl-next {
  float: right;
  margin-right: -70px;
}

.down-angle-white:before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
}
.down-angle-white:before {
  border-left: 15px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid var(--main-color);
}

blockquote {
  margin: 40px 20px 40px 30px;
  font-size: 18px;
  font-weight: 500;
  border-left: 5px solid #f5f5f5;
  padding-left: 30px;
  line-height: 35px;
}
.z-index-9999 {
  z-index: 9999;
}
.y-middle {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.top-header {
  line-height: 1rem;
  padding-top: 1rem;
}
.top-header .dropdown-toggle:after {
  font-size: 20px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
.nav-on-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top-contact li {
  float: left;
  margin-right: 20px;
}
.top-contact li svg {
  margin-right: 5px;
  font-size: 13px;
}
.list-text-white a.dropdown-item {
  line-height: 30px;
}

.dropdown-toggle:after {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: 1px;
  font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 15px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav .dropdown-item {
  margin-bottom: 2px;
  line-height: 25px;
  font-size: 14px;
}
.dropdown-menu {
  font-size: 15px;
}

.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-18 {
  font-size: 18px;
}

.slider-banner1 {
  width: 100%;
  height: 520px;
  min-height: 400px;
}
.slider-banner1.overlay-black:before {
  z-index: 0;
}

.form-control {
  font-family: var(--main-font);
  font-size: 15px;
  height: 50px;
  border-color: #483c3c;
  line-height: 35px;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  font: var(--main-font);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.transparent-white .form-control {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.form-group label {
  margin-bottom: 15px;
}
.d-flex label {
  margin-bottom: 0;
}

.bg-gray-input .form-control {
  background-color: var(--gray);
}

.accordion button:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion button.collapsed:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.owl-dots {
  text-align: center;
  margin: 0 auto;
}
.owl-dots-white .owl-dots .owl-dot {
  background-color: #fff;
}
.owl-dots-gray .owl-dots .owl-dot {
  background-color: var(--gray);
}
.owl-dots-hover-primary .owl-dots .owl-dot:hover,
.owl-dots-hover-primary .owl-dots .owl-dot.active {
  background-color: var(--main-color);
}
.nav-menu li {
  padding: 0 20px;
}
.nav-menu li a {
  padding: 20px 0;
  display: block;
}
.color-active {
  color: var(--main-color);
}
.nav-menu li.active a {
  border-bottom: 3px solid var(--main-color);
}

.featured-thumb .featured {
  position: absolute;
  top: 30px;
  left: -50px;
  z-index: 99;
  width: 200px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: rotate(-42deg);
  -o--transform: rotate(-42deg);
  -moz--transform: rotate(-42deg);
  -ms--transform: rotate(-42deg);
  transform: rotate(-42deg);
}
.featured-thumb .price {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  font-size: 21px;
}
.featured-thumb .price.right {
  left: inherit;
  right: 20px;
}
.featured-thumb .price span {
  font-size: 13px;
  display: block;
}

.living-list ul li i {
  font-size: 40px;
}
.living-list ul li p {
  display: table-row;
}

table td,
table th {
  border: none;
  padding: 10px 15px;
}
.tab-table td,
.tab-table td {
  border-bottom: 1px solid #dee2e6;
}
.fact-counter .count-num {
  font-size: 30px;
}
.property_list_widget li {
  margin-bottom: 30px;
}
.property_list_widget li img {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.items-list tr {
  border-bottom: 10px solid #ececec;
  background-color: #fff;
}
.items-list.bg-transparent tr {
  background-color: transparent;
  border-bottom: 1px solid #ececec;
}
.items-list tr td,
.items-list tr th {
  padding: 20px;
  font-weight: 400;
}
.items-list td img {
  width: 200px;
  float: left;
  margin-right: 15px;
}

.login-body {
  display: table;
  min-height: 80vh;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.login-wrapper .loginbox {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  margin: 1.2rem auto;
  max-width: 370px;
  width: 100%;
}
.login-wrapper .loginbox .login-right {
  border-radius: 6px 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: inherit;
}
.d-flex{  
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}
.login-right-wrap img {
  height: 3rem;
}
.login-wrapper .loginbox .login-right h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.login-wrapper .loginbox .login-right .dont-have {
  color: #a0a0a0;
  margin-top: 1.5rem;
}
.login-wrapper .loginbox .login-right .dont-have a {
  color: #333;
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
  color: var(--main-color);
  font-weight: bold;
  transition: all 0.5s ease;
}
.login-or {
  color: #a0a0a0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.span-or {
  background-color: #fff;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 42px;
}
.contact-info {
  height: 100%;
}

/* testimonial */
#testimonial {
  & h3 {
    color: var(--dark);
    text-align: center;
    position: relative;
    margin-bottom: 25px;
  }

  & .item > div.down-angle-white {
    padding: 2rem;
    background-color: var(--main-color);
    position: relative;
  }

  & .custom_testimonial {
    height: 130px;
    word-break: break-word;
    color: var(--white);
    overflow: hidden;
    text-align: justify;

    /* & i {
      color: #fff;
    } */
  }
}

.footer-widget {
  display: inline-block;
  width: 100%;
}
.footer-widget li {
  margin-bottom: 20px;
}
.footer-widget .widget-title {
  line-height: 40px;
  height: 55px;
  margin-bottom: 25px;
}
.media-widget a {
  margin-right: 1.3rem;
}
.copyright {
  line-height: 50px;
}

#scroll {
  position: fixed;
  right: 30px;
  bottom: 120px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  font-weight: 700;
  font-size: 1.6rem;
  background-color: var(--secondary-color);
  display: none;
}

/* media query */
@media (min-width: 992px) {
  .navbar .navbar-nav > .active > a,
  .navbar .navbar-nav > .active:hover > a,
  .navbar .navbar-nav > .active > a:focus {
    background-color: transparent;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar .navbar-nav li a,
  .navbar .navbar-nav li ul.dropdown-menu {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar .navbar-nav li > ul.dropdown-menu {
    visibility: hidden;
    min-width: 180px;
    display: block;
    opacity: 0;
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    top: -10px;
    background-color: yellow;
    margin: 33rem;
  }
  .navbar .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .navbar-nav .dropdown-menu ul {
    left: 100%;
    top: 0;
  }

  #header.fixed-top {
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 99999;
    animation-duration: 1s;
    animation-name: header;
    animation-timing-function: ease-in-out;
    margin: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: none;
  }
  .fixed-top .navbar-brand:before {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .property_list_widget li {
    margin-bottom: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .fixed-top {
    position: static;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .overlay-secondary-half:before {
    width: 100%;
  }
  .owl-nav {
    display: none;
  }
  .main-nav {
    padding: 5px 0;
  }
  .dropdown-menu {
    border: none;
    padding-left: 15px;
  }
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item.active {
    background-color: transparent;
  }
  .navbar .navbar-toggler {
    color: var(--white);
    background-color: var(--gray);
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 12px 15px;
    margin-right: 2px;
    font-size: 15px;
    border-radius: 3px;
  }
  .navbar-light .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  .navbar-nav .dropdown-toggle:after {
    float: right;
    margin-top: 9px;
    margin-right: 15px;
  }
  .navbar-collapse {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    height: 4rem !important;
  }
  .container .row h1 {
    font-size: 2rem;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .living-list.pr-4 {
    padding: 0 30px !important;
  }
  .mr-minus-sm-0 {
    margin-right: 0;
  }
  .featured-thumb.list {
    display: inline-block;
  }
  .featured-thumb.list .featured-thumb-data {
    width: 100%;
  }
  .featured-thumb.list .author {
    display: inline-block !important;
  }

  /* testimonial */
  .custom_testimonial {
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .container .row h1 {
    font-size: 1.4rem;
  }
  .container .row p.small-text {
    font-size: 0.8rem;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .d-xs-block {
    display: block;
  }
  .w-xl-100 {
    width: 100% !important;
  }

  .copyright {
    line-height: 40px;
    padding: 15px 0;
  }
  .items-list .property-info h5 {
    margin-top: 10px;
  }
  h4.faq {
    font-size: 25px;
  }
}

@media screen and (max-width: 400px) {
  .container .row h1 {
    font-size: 1rem;
  }
  .container .row p.small-text {
    font-size: 0.7rem;
  }
  h4.faq {
    font-size: 22px;
  }
  footer .footer-widget ul li a {
    font-size: 14px;
  }

  /* testimonial */
  .custom_testimonial {
    height: 250px;
  }
}