@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i);@import url(https://fonts.googleapis.com/css?family=Poppins:200,300,400,400i,500,600,700i);@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  color: #666;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  font-size: 0.9rem;
}

h1 {
  font-size: 70px;
  line-height: 1.2333333333;
  color: #101425;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 45px;
  line-height: 1.3380952381;
  color: #101425;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 32px;
  line-height: 1.3833333333;
  color: #101425;
  font-family: "Poppins", sans-serif;
}

h4 {
  font-size: 24px;
  line-height: 1.3380952381;
  color: #101425;
  font-family: "Poppins", sans-serif;
}

h4.title {
  color: #FC5E53;
}

h5 {
  font-size: 20px;
  line-height: 1.3380952381;
  color: #101425;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952381;
  color: #101425;
  font-family: "Poppins", sans-serif;
}

p {
  color: #666;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
  color: #F28B24;
}

a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a i {
  padding: 0 2px;
}

pre {
  word-break: break-word;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
  padding-left: 15px;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover {
  outline: 0;
}

button:active {
  outline: 0;
}

button:focus {
  outline: 0;
}

input[type=text]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=email]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=url]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=password]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=search]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=tel]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=number]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=button]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=reset]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

input[type=submit]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter.container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\F105";
  color: #F28B24;
}

.site-main .comment-navigation {
  clear: both;
}

.site-main .posts-navigation {
  clear: both;
}

.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-previous > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a {
  color: #F28B24;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-next:hover > a {
  color: #F28B24;
}

.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}

.posts-navigation .nav-previous > a {
  transition: 0.3s ease-in;
}

.posts-navigation .nav-previous:hover > a {
  color: #F28B24;
}

.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.posts-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.posts-navigation .nav-next:hover > a {
  color: #F28B24;
}

.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.post-navigation .nav-previous > a {
  transition: 0.3s ease-in;
}

.post-navigation .nav-previous:hover > a {
  color: #F28B24;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.post-navigation .nav-next:hover > a {
  color: #F28B24;
}

.comment-list li {
  list-style: none;
}

.position-relative {
  position: relative;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.border-bottom-yellow {
  border-bottom: 1px solid #F28B24;
}

.bg-gray {
  background: #F6F7FB;
}

.bg-white {
  background: #FFFFFF;
}

.pd-top-60 {
  padding-top: 60px;
}

.pd-top-70 {
  padding-top: 70px;
}

.pd-top-80 {
  padding-top: 80px;
}

.pd-top-85 {
  padding-top: 85px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-92 {
  padding-top: 92px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-65 {
  padding-bottom: 65px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-85 {
  padding-bottom: 85px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-92 {
  padding-bottom: 92px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.mg-top-100 {
  margin-top: 100px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
}

.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

.clear:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.comment-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-footer:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages a:hover {
  background-color: #F28B24;
  color: #fff;
  border-color: #F28B24;
}

.wp-link-pages span {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

.wp-link-pages .current {
  background-color: #F28B24;
  color: #fff;
  border-color: #F28B24;
}

dl {
  padding-left: 15px;
}

ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: #F28B24;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td {
  padding: 0.5rem !important;
}

.footer-widget .table th {
  padding: 0.5rem !important;
}

.btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 14px;
  transition: all 0.5s ease;
  font-weight: 600;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:active {
  outline: 0;
  box-shadow: none;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1, 0.5);
  transition: all 0.4s ease;
}

.btn:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn .right {
  padding-left: 12px;
  font-size: 16px;
}

.btn .left {
  padding-right: 15px;
}

.btn-default {
  background: #F28B24;
  color: #fff;
}

.btn-default:hover {
  color: #fff;
}

.btn-default:focus {
  color: #fff;
}

.btn-secondary {
  background: #FC5E53;
  color: #fff;
}

.btn-secondary:hover {
  color: #fff;
}

.btn-secondary:focus {
  color: #fff;
}

.btn-transparent {
  background: transparent;
  color: var(--main-color-one);
}

.btn-white {
  background: #fff;
  color: #F28B24;
}

.btn-white:hover {
  color: #F28B24;
}

.btn-white:focus {
  color: #F28B24;
}

.readmore-btn {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease;
  margin-left: -15px;
}

.readmore-btn i {
  position: absolute;
  right: -32px;
  font-size: 24px;
  top: -1px;
  transition: all 0.4s ease;
}

.readmore-btn:hover {
  color: #F28B24;
}

.readmore-btn:hover i {
  right: -36px;
}

.owl-controls .owl-prev {
  height: 50px;
  width: 50px;
  border: 1px solid rgba(112, 112, 112, 0.17);
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 28px;
  transition: all 0.5s ease;
}

.owl-controls .owl-prev:hover {
  border-color: #FFEEE2;
  box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
  color: #F28B24;
}

.owl-controls .owl-next {
  height: 50px;
  width: 50px;
  border: 1px solid rgba(112, 112, 112, 0.17);
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 28px;
  padding-left: 5px;
  transition: all 0.5s ease;
}

.owl-controls .owl-next:hover {
  border-color: #FFEEE2;
  box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
  color: #F28B24;
}

.slider-control-top .owl-prev {
  position: absolute;
  right: 70px;
  top: -100px;
}

.slider-control-top .owl-next {
  position: absolute;
  right: 0;
  top: -100px;
}

.section-title {
  margin-bottom: 45px;
  position: relative;
}

.section-title h1 img {
  margin-right: 15px;
  margin-top: -5px;
}

.section-title h2 img {
  margin-right: 15px;
  margin-top: -5px;
}

.section-title h3 img {
  margin-right: 15px;
  margin-top: -5px;
}

.section-title h4 img {
  margin-right: 15px;
  margin-top: -5px;
}

.section-title h5 img {
  margin-right: 15px;
  margin-top: -5px;
}

.section-title .sub-title {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  color: #F28B24;
}

.section-title p {
  padding-top: 8px;
}

.section-title .btn-view-all {
  font-size: 14px;
  font-weight: 600;
  color: #F28B24;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.section-title .btn-view-all-2 {
  font-weight: 600;
  color: #F28B24;
  padding-right: 30px;
  position: relative;
  margin-top: 14px;
  display: inline-block;
}

.section-title .btn-view-all-2 i {
  font-size: 28px;
  position: absolute;
  bottom: -2px;
  right: -3px;
  transition: all 0.3s ease;
}

.section-title .btn-view-all-2:hover i {
  right: -7px;
}

.section-title .floor-list {
  margin-top: 33px;
}

.section-title .btn {
  margin-top: 22px;
}

.section-title.pd-left {
  padding-left: 100px;
}

.filter-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #101425;
  margin-bottom: 15px;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #F28B24;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  z-index: 99;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
  animation: backto-top-bounce 4s infinite ease-in-out;
}

.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #ffffffcc;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: #F28B24;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.4s ease;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: #101425;
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #F28B24;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #F28B24;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.social-icon {
  margin-bottom: 0;
  padding-left: 0;
}

.social-icon li {
  display: inline-block;
  margin: 0 5px;
}

.social-icon li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #F28B24;
  background: #fff;
  transition: all 0.4s ease;
  border: 2px solid rgba(253, 169, 79, 0.2);
  font-size: 15px;
}

.social-icon li a:hover {
  border: 2px solid #F28B24;
  background: #F28B24;
  color: #fff;
}

.social-icon li .facebook {
  color: #3b5999;
}

.social-icon li .twitter {
  color: #55acee;
}

.social-icon.style-two li a {
  height: 60px;
  width: 60px;
  border-radius: 4px;
  line-height: 58px;
  font-size: 20px;
  border: 0;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
}

.call-to-action {
  border-radius: 10px;
  position: relative;
  background-size: cover;
}

.call-to-action:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #F28B24;
  opacity: 0.9;
  border-radius: 10px;
}

.call-to-action .cta-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 60px 50px;
}

.call-to-action .cta-content .title {
  display: block;
  float: left;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}

.call-to-action .cta-content .btn {
  float: right;
}

.rld-list-style {
  margin: 0;
  padding: 0;
}

.rld-list-style li {
  list-style: none;
  margin-bottom: 18px;
}

.rld-list-style li img {
  margin-right: 6px;
}

.rld-list-style li i {
  margin-right: 6px;
  background: rgba(253, 169, 79, 0.1);
  color: #F28B24;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  padding-left: 2px;
}

.rld-list-style li:last-child {
  margin-bottom: 0;
}

.rld-slider-extra {
  transition: all 0.3s ease;
}

.rld-slider-extra .first {
  font-size: 45px;
  font-weight: 700;
  color: #F28B24;
  height: 55px;
  width: 55px;
  display: inline-block;
  transition: all 0.3s ease;
  text-align: center;
}

.rld-slider-extra .devider {
  font-size: 45px;
  color: #F28B24;
}

.rld-slider-extra .last {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF59;
}

.ap2-list-progress {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F28B24;
  background-image: linear-gradient(to right, #101425, #101425);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.rld-control-nav {
  width: 65px;
}

.rld-control-nav .slick-arrow {
  height: 50px;
  width: 50px;
  border: 1px solid rgba(112, 112, 112, 0.17);
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 28px;
  transition: all 0.5s ease;
  color: rgba(0, 0, 0, 0.3);
  display: inline-block !important;
}

.rld-control-nav .slick-arrow:before {
  display: none;
}

.rld-control-nav .slick-arrow:hover {
  border-color: #F28B24;
  box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
  color: #F28B24;
}

.breadcrumb-area {
  padding: 160px 0 60px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 100, 0));
  height: 65%;
  transition: all 0.6s ease;
  z-index: 0;
  opacity: 0.5;
}

.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
}

.breadcrumb-area .page-title {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  color: #fff;
}

.breadcrumb-area .page-list li {
  font-size: 16px;
  font-weight: 200;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 8px;
}

.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "/";
  font-family: "fontawesome";
}

.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}

.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

.shape-image-list-wrap img {
  border-radius: 8px;
}

.shape-image-list {
  position: relative;
  display: inline-block;
}

.shape-image-list:after {
  content: "";
  position: absolute;
  height: 205px;
  width: 230px;
  background: #F28B24;
  z-index: -1;
  border-radius: 8px;
}

.shape-image-list img {
  border-radius: 8px;
}

.shape-image-list .shadow-img {
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
}

.shape-image-list.left-top {
  padding: 35px 0 0 35px;
}

.shape-image-list.left-top:after {
  left: 0;
  top: 0;
}

.shape-image-list.right-top {
  padding: 35px 35px 0 0;
}

.shape-image-list.right-top:after {
  right: 0;
  top: 0;
}

.shape-image-list.left-bottom {
  padding: 0 0 35px 35px;
}

.shape-image-list.left-bottom:after {
  left: 0;
  bottom: 0;
}

.shape-image-list.right-bottom {
  padding: 0 35px 35px 0;
}

.shape-image-list.right-bottom:after {
  right: 0;
  bottom: 0;
}

.rld-1-3-bg {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 70% 100%;
}

.sitebar .widget {
  margin-bottom: 50px;
}

.widget {
  border: 1px solid rgba(197, 197, 197, 0.5);
  border-radius: 8px;
}

.widget-title {
  font-weight: 700;
  margin-bottom: 16px;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_nav_menu ul li {
  list-style: none;
}

.widget_nav_menu ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  transition: all 0.4s ease;
}

.widget_nav_menu ul li a:hover {
  color: #F28B24;
}

.widget-subscribe .rld-single-input {
  margin-bottom: 10px;
}

.widget-sidebar-search-wrap {
  padding: 30px;
}

.widget-sidebar-search-wrap .btn-wrap .btn {
  margin-top: 40px;
}

.widget-sidebar-search {
  float: left;
}

.widget-sidebar-search .title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #101425;
  margin-bottom: 15px;
  line-height: 1;
}

.widget-sidebar-search .price {
  line-height: 1;
  padding-top: 5px;
}

.widget-sidebar-search .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
}

.widget-sidebar-search .widget-sidebar-item-wrap {
  margin-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}

.widget-sidebar-search .rld-single-input.left-icon input {
  height: 40px;
  line-height: 40px;
}

.widget-sidebar-search .rld-single-input.left-icon:before {
  top: 14px;
  left: 17px;
  background-size: contain;
  height: 13px;
  width: 13px;
}

.widget-sidebar-search .rld-single-select .single-select {
  height: 40px;
  line-height: 40px;
}

.widget-sidebar-search .rld-single-select .single-select:before {
  top: 16px;
  height: 9px;
  width: 9px;
  background-size: 100%;
}

.widget-owner-info .owner-info {
  border-bottom: 1px solid rgba(197, 197, 197, 0.5);
  padding: 30px 15px 26px 15px;
}

.widget-owner-info .owner-info .thumb {
  border: 1px solid rgba(197, 197, 197, 0.5);
  border-radius: 8px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 15px;
}

.widget-owner-info .owner-info .thumb img {
  border-radius: 6px;
}

.widget-owner-info .owner-info h6 {
  margin-bottom: 0;
}

.widget-owner-info .owner-info .designation {
  font-size: 12px;
}

.widget-owner-info .owner-info p {
  margin-bottom: 0;
  color: #F28B24;
}

.widget-owner-info .owner-info p span {
  color: #101425;
  margin: 0 6px;
}

.widget-owner-info .contact {
  padding: 27px 30px 30px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.5);
}

.widget-owner-info .contact .rld-single-input {
  margin-bottom: 20px;
}

.widget-owner-info .contact .rld-single-input input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(197, 197, 197, 0.5);
  padding: 3px 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #F6F7FB;
}

.widget-owner-info .contact-info {
  padding: 27px 30px 20px;
}

.widget-owner-info .contact-info .media {
  margin-bottom: 15px;
}

.widget-owner-info .contact-info .media .media-left {
  margin-right: 10px;
}

.widget-owner-info .contact-info .media .media-left i {
  color: #F28B24;
}

.widget-owner-info .contact-info .media .media-body p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #101425;
  margin-bottom: 0;
}

.widget-owner-info .contact-info .media .media-body span {
  font-size: 12px;
}

.navbar-area {
  padding: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.4s;
}

.navbar-area .nav-container {
  background-color: transparent;
  padding: 22px 0px;
  transition: all 0.4s;
}

.navbar-area .nav-container .logo a {
  font-family: "Open Sans", sans-serif;
}

.navbar-area .nav-container .logo a img {
  max-height: 43px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  text-transform: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #111111;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 0.97rem;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #F28B24;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: -3px;
  top: 50%;
  content: "\F0D7";
  font-family: "fontawesome";
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  color: #111111;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  transition: all 0.4s ease;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  color: #F28B24;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 4px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  transition: all 0.4s ease;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  color: #101425;
  transition: all 0.3s;
  font-size: 14px;
  transition: all 0.4s ease;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: #e6fff4;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #F28B24;
  text-decoration: underline;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\F105";
  font-family: "fontawesome";
  transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
  padding-right: 15px;
  margin-right: 18px;
}

.navbar-area .badges:before {
  content: "Download do APP";
  color: #101425;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  padding: 0 5px;
}

.navbar-area .badges a {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
}

.navbar-area .badges a img {
  display: block;
  height: 26px;
}

.navbar-area.style-two {
  position: relative;
  height: 95px;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  background: #fff;
}

.navbar-area-fixed {
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 1001;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 1001;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 1001;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

.toggle-btn {
  left: auto;
  right: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
}

.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #F28B24;
  left: 7px;
}

.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #F28B24;
  content: "";
  top: -7px;
  left: 0;
}

.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #F28B24;
  content: "";
  top: 7px;
  left: 0;
}

.toggle-btn .icon-left:hover {
  cursor: pointer;
}

.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #F28B24;
  left: 18px;
}

.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #F28B24;
  content: "";
  top: -7px;
  left: 0;
}

.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #F28B24;
  content: "";
  top: 7px;
  left: 0;
}

.toggle-btn .icon-right:hover {
  cursor: pointer;
}

.toggle-btn:hover {
  cursor: pointer;
}

.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}

.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}

.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}

.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}

.nav-right-part-mobile {
  display: none;
}

.nav-right-part .btn {
  line-height: 40px;
  height: 40px;
  border-radius: 25px;
  padding: 0 20px;
}

.navbar-collapse .btn {
    line-height: 40px;
    height: 40px;
    border-radius: 25px;
    padding: 0 20px;
}

.banner-inner-wrap {
  height: 75vh;
  display: flex;
  align-items: center;
}

.banner-inner-area {
  position: relative;
}

.banner-inner .title {
  color: #ffffff;
  margin-bottom: 22px;
}

.banner-inner .sub-title {
  color: #ffffff;
  margin-bottom: 22px;
}

.banner-inner .content {
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-inner .banner-btn-wrap {
  margin-top: 19px;
}

.banner-inner .btn {
  height: 55px;
  line-height: 55px;
}

.banner-inner .video-play-btn {
  height: 55px;
  width: 55px;
  line-height: 52px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  border: 2px solid #D4D4D4;
  font-size: 20px;
  color: #F28B24;
}

.banner-inner .rld-banner-search {
  margin-top: 33px;
}

.thumb-wrap {
  position: absolute;
  bottom: 0;
}

.banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-area .banner-search-wrap {
  margin-top: 24px;
}

.rld-banner-tab {
  border-bottom: 0;
}

.rld-banner-tab .nav-item {
  margin-bottom: 0;
}

.rld-banner-tab .nav-item a {
  border: 0;
  border-radius: 5px 5px 0 0;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  margin-right: 8px;
  position: relative;
  display: block;
  letter-spacing: 0.4px;
  background: rgba(255, 255, 255, 0.8);
  color: #101425;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.4s ease;
}

.rld-banner-tab .nav-item a:hover {
  background: #F28B24;
  color: #fff;
}

.rld-banner-tab .nav-item a:focus {
  background: #F28B24;
  color: #fff;
}

.rld-banner-tab .nav-item a.active {
  background: #F28B24;
  color: #fff;
}

.rld-banner-tab .nav-item:last-child {
  margin-bottom: 0;
}

.navbar-area-3 {
  background: #fff;
}

.banner-search {
  margin-top: 80px;
}

.footer-area {
  background: #EBEEF3;
  padding-top: 100px;
  z-index: 1;
  position: relative;
}

.footer-area .widget {
  border: 0;
  margin-bottom: 48px;
}

.footer-area .footer-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 48px;
}

.footer-area .footer-logo img {
  max-width: 140px;
}

.footer-area .footer-social span {
  margin-right: 20px;
  color: #101425;
}

.footer-area .footer-social .social-icon {
  display: inline-block;
}

.footer-area .footer-bottom {
  padding-top: 50px;
}

.footer-area .copy-right {
  padding: 0 0 44px 0;
  color: rgba(0, 0, 0, 0.8);
}

.footer-area .copy-right a {
  font-weight: 600;
  transition: all 0.4s ease;
}

.footer-area .copy-right a:hover {
  color: #F28B24;
}

.footer-area.style-two {
  margin-top: 200px;
}

.subscribe-area {
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 90px 25px 100px 25px;
  margin-bottom: 100px;
  margin-top: -300px;
}

.subscribe-area .rld-single-input {
  padding-right: 190px;
}

.subscribe-area p {
  margin-bottom: 42px;
}

.subscribe-area input {
  background: #E5E5E5;
  border: 0 !important;
}

.subscribe-area input::-webkit-input-placeholder {
  color: #101425;
}

.subscribe-area input:-ms-input-placeholder {
  color: #101425;
}

.subscribe-area input::-ms-input-placeholder {
  color: #101425;
}

.subscribe-area input::-moz-placeholder {
  color: #101425;
}

.subscribe-area input::placeholder {
  color: #101425;
}

.subscribe-area button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  border: 0;
  padding: 0 42px;
  font-weight: 600;
  background: #F28B24;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.city-intro-area {
  background-size: cover;
  background-position: bottom;
}

.follow-dream-area .thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
}

.search-page-area {
  overflow: hidden;
  height: 100vh;
}

.search-page-area .rld-single-select .single-select {
  height: 35px;
  line-height: 34px;
}

.search-page-area .rld-single-select .single-select:before {
  height: 35px;
  line-height: 34px;
  top: 0px;
}

.search-page-area .rld-main-search .btn-default {
  height: 35px;
  line-height: 34px;
}

.search-page-area .btn.filters:after {
  content: "\F0D7";
  font-family: "fontawesome";
  float: right;
  color: var(--white-color);
}

.search-page-area .btn.filters.active:after {
  content: "\F0D8";
  color: var(--white-color);
}

.search-page-search-wrap {
  width: 40%;
  float: right;
  position: fixed;
  right: 0;
  z-index: 3;
}

.search-page-search-wrap #gmap {
  height: calc(100vh - 90px);
  margin-top: 90px;
}

.search-page-left-wrap {
  width: 60%;
  float: left;
}

.rld-search-page-tab {
  border-bottom: 0;
}

.rld-search-page-tab .nav-item {
  margin-bottom: 0;
}

.rld-search-page-tab .nav-item a {
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  height: 48px;
  width: 48px;
  line-height: 52px;
  margin-right: 8px;
  position: relative;
  display: block;
  background: #FFEEE2;
  color: #F28B24;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.4s ease;
  font-size: 18px;
}

.rld-search-page-tab .nav-item a:hover {
  background: #F28B24;
  color: #fff;
}

.rld-search-page-tab .nav-item a:focus {
  background: #F28B24;
  color: #fff;
}

.rld-search-page-tab .nav-item a.active {
  background: #F28B24;
  color: #fff;
}

.rld-search-page-tab .nav-item:last-child {
  margin-bottom: 0;
}

.search-page-left-side {
  margin-left: 50px;
  padding-top: 15px;
  height: calc(100vh - 220px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 220px 0 0;
}

.search-page-left-side::-webkit-scrollbar {
  background: #F28B24;
  width: 5px;
}

.search-page-left-side::-webkit-scrollbar-thumb {
  background: #101425;
}

.search-page-left-side::-webkit-scrollbar-button {
  display: none;
}

.search-page-left-side .section-title .title {
  font-size: 24px;
}

.search-page-left-side .single-feature .thumb img {
  width: 100%;
}

.search-page-left-side .rld-main-search {
  position: fixed;
  top: 110px;
  left: 0;
  width: 60%;
  padding: 0 15px;
  box-shadow: none;
  border-radius: 0;
  z-index: 4;
}

.search-page-left-side .rld-main-search .colx {
  padding: 0 10px;
  display: inline-block;
}

.search-page-left-side .rld-main-search .col1 {
  width: 30%;
}

.search-page-left-side .rld-main-search .col2 {
  width: 19%;
}

.search-page-left-side .rld-main-search .col3 {
  width: 17%;
}

.search-page-left-side .rld-main-search .filter-title {
  line-height: 34px;
  margin-bottom: 0;
}

.search-page-left-side .rld-main-search span {
  font-weight: 300;
}

.search-page-map .single-feature {
  margin-bottom: 0;
}

.gm-style .gm-style-iw-c {
  padding: 16px;
}

.gm-ui-hover-effect {
  background: #F28B24 !important;
  top: 0 !important;
  right: 0 !important;
  width: 30px !important;
  height: 30px !important;
  z-index: 9999 !important;
  border-radius: 0 10px 0 10px !important;
  opacity: 1 !important;
}

.post-and-search {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  padding: 25px 50px 40px 170px;
  position: relative;
  overflow: hidden;
  margin-top: -74px;
  background: #fff;
  border-radius: 10px;
}

.news-search-btn {
  position: absolute;
  left: 52px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

.news-search-btn i {
  font-size: 30px;
  color: #F28B24;
}

.news-search-box {
  position: absolute;
  width: 0;
  left: -10px;
  top: 0;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 3;
  transition: all 0.7s ease;
}

.news-search-box input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0 !important;
  border-right: 1px solid #F28B24;
  padding: 0 30px;
  margin-right: 70px;
  font-size: 18px;
  color: rgba(16, 20, 37, 0.5);
  font-weight: 600;
}

.news-search-box input::-webkit-input-placeholder {
  color: rgba(16, 20, 37, 0.5);
  font-weight: 600;
}

.news-search-box input:-ms-input-placeholder {
  color: rgba(16, 20, 37, 0.5);
  font-weight: 600;
}

.news-search-box input::-ms-input-placeholder {
  color: rgba(16, 20, 37, 0.5);
  font-weight: 600;
}

.news-search-box input::-moz-placeholder {
  color: rgba(16, 20, 37, 0.5);
  font-weight: 600;
}

.news-search-box input::placeholder {
  color: rgba(16, 20, 37, 0.5);
  font-weight: 600;
}

.news-search-box button {
  font-size: 30px;
  color: #F28B24;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -28px;
  background: 0;
  border: 0;
  cursor: pointer;
}

.news-search-box.news-search-box-show {
  width: 100%;
  left: 0;
}

.popular-post-slider {
  position: relative;
}

.popular-post-slider:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 8px;
  height: 100%;
  width: 1px;
  background: #F28B24;
}

.single-popular-post .media-left {
  margin-right: 15px;
}

.single-popular-post .media-left img {
  border-radius: 4px;
}

.single-popular-post .media-body h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.single-popular-post .media-body span {
  font-size: 12px;
}

.single-popular-post:hover .media-body h6 {
  color: #F28B24;
  text-decoration: underline;
}

.service-area-about {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 44% 100%;
}

.service-slider-2 .single-intro {
  padding: 0 30px 35px 30px;
  margin: 0 15px;
  position: relative;
}

.service-slider-2 .single-intro:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 29px;
  bottom: 0;
  width: 100%;
  height: 88%;
  box-shadow: 0px 2px 12px #97A1B21A;
  z-index: -1;
  background: #fff;
}

.service-slider-2 .single-intro .thumb {
  height: 60px;
  width: 60px;
  line-height: 58px;
}

.news-details-author-social {
  margin-top: -30px;
}

.news-details-author-social .author {
  display: flex;
}

.news-details-author-social .author img {
  border-radius: 6px;
  height: 60px;
  width: 60px;
}

.news-details-author-social .author p {
  align-self: flex-end;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 13px;
}

.news-details-wrap p {
  margin-bottom: 23px;
}

.news-details-wrap .title1 {
  margin-bottom: 20px;
}

.news-details-wrap .title2 {
  margin-bottom: 25px;
  font-size: 18px;
}

.news-details-wrap .news-details-thumb {
  padding-top: 10px;
  margin-bottom: 35px;
}

.contact-form-wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 12px #97A1B21A;
}

.contact-form-wrap .rld-single-input {
  margin-top: 10px;
}

.contact-form-wrap .rld-single-select {
  margin-top: 10px;
  height: 48px;
}

.contact-form-wrap button {
  margin-top: 23px;
  padding: 0 45px;
  letter-spacing: 0.5px;
}

.contact-form-wrap button[type=submit] i {
  display: none;
}

.contact-form-wrap .notification {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffffe3;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.contact-form-wrap label.error {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--danger-color);
  font-size: 12px;
}

.contact-form-wrap .social-icon {
  margin-top: 20px;
}

.contact-form-bg input {
  background: #F3F3F3;
}

.contact-form-bg textarea {
  background: #F3F3F3;
  resize: none;
}

.contact-form-bg .nice-select {
  background: #F3F3F3;
}

.contact-form-bg .rld-single-select .single-select {
  padding: 0 20px;
}

.contact-page-map {
  line-height: 1;
}

.contact-page-map iframe {
  height: 425px;
  border: 0;
}

.single-contact-info {
  margin-bottom: 30px;
}

.single-contact-info a.link {
    cursor: pointer;
}

.single-contact-info p i {
  margin-right: 10px;
  color: #F28B24;
  font-size: 18px;
}

.register-page-area {
  margin-top: -50px;
}

.rld-comment-form .single-page-small-title {
  margin-bottom: 22px;
}

.rld-comment-form .rld-single-input {
  margin-bottom: 20px;
}

.property-details-slider {
  margin-bottom: 40px;
}

.property-details-slider .thumb img {
  border-radius: 6px;
}

.property-details-slider .owl-prev {
  position: absolute;
  right: 90px;
  bottom: 25px;
  border: 1px solid #fff;
  color: #fff;
}

.property-details-slider .owl-next {
  position: absolute;
  right: 25px;
  bottom: 25px;
  border: 1px solid #fff;
  color: #fff;
}

.property-details-slider-info h3 {
  font-weight: 600;
}

.property-details-slider-info h3 span {
  color: #F28B24;
  margin-right: 20px;
  font-weight: 700;
}

.property-details-slider-info del {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.single-property-info h5 {
  font-weight: 500;
}

.single-property-info p i {
  margin-right: 10px;
  color: #F28B24;
}

.single-property-info p img {
  margin-right: 11px;
}

.property-news-single-card {
  padding-bottom: 50px;
  margin-bottom: 95px;
}

.property-news-single-card h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.property-news-single-card p {
  margin-bottom: 20px;
}

.property-news-single-card a {
  font-weight: 600;
  color: #F28B24;
  line-height: 1;
}

.property-news-single-card iframe {
  width: 100%;
  height: 330px;
}

.property-news-single-card.style-two {
  padding-bottom: 43px;
}

.error-page {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: linear-gradient(#FFF4EF, #fff);
}

.error-page a {
  color: #F28B24;
  transition: all 0.4s ease;
  font-size: 18px;
  position: absolute;
  left: 12px;
}

.error-page a:hover {
  text-decoration: underline;
}

.error-page h2 {
  font-size: 300px;
  font-weight: 700;
  color: #5B6880;
  background: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F28B24;
}

.error-page .error-page-wrap {
  display: inline-block;
  position: relative;
}

.add-new-property-area .rld-single-select .single-select {
  padding: 0 35px 0 10px;
  border: 0 !important;
  border-bottom: 1px solid #D4D4D4 !important;
  border-radius: 0;
}

.add-new-property-area .rld-single-input textarea {
  padding: 10px;
  border: 0 !important;
  border-bottom: 1px solid #D4D4D4 !important;
  border-radius: 0;
}

.add-property-btn-wrap .btn {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}

.main-search-area {
  margin-top: -50px;
}

.rld-main-search {
  padding: 50px 30px 35px 30px;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 6px 6px 6px;
}

.rld-main-search .rld-single-input {
  margin-bottom: 15px;
}

.rld-main-search .rld-single-select .single-select {
  margin-bottom: 15px;
}

.rld-main-search .btn {
  width: 100%;
}

.rld-single-input {
  position: relative;
}

.rld-single-input input {
  height: 48px;
  line-height: 48px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #D4D4D4;
  transition: all 0.4s ease;
  border-radius: 4px;
  font-size: 15px;
}

.rld-single-input input:hover {
  border: 1px solid #F28B24;
}

.rld-single-input input:active {
  border: 1px solid #F28B24;
}

.rld-single-input input:focus {
  border: 1px solid #F28B24;
}

.rld-single-input textarea {
  height: 120px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #D4D4D4;
  transition: all 0.4s ease;
  border-radius: 4px;
  font-size: 15px;
}

.rld-single-input textarea:hover {
  border: 1px solid #F28B24;
}

.rld-single-input textarea:active {
  border: 1px solid #F28B24;
}

.rld-single-input textarea:focus {
  border: 1px solid #F28B24;
}

.rld-single-input.left-icon:before {
  content: "";
  background-image: url("/../img/icons/1.png");
  position: absolute;
  top: 17px;
  background-size: auto;
  height: 17px;
  width: 12px;
  left: 19px;
  background-repeat: no-repeat;
}

.rld-single-input.left-icon input {
  padding-left: 40px;
}

.rld-single-select .single-select {
  height: 48px;
  line-height: 47px;
  width: 100%;
  padding: 0 25px 0 10px;
  border: 1px solid #D4D4D4;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 4px;
}

.rld-single-select .single-select:hover {
  border: 1px solid #F28B24;
}

.rld-single-select .single-select:active {
  border: 1px solid #F28B24;
}

.rld-single-select .single-select:focus {
  border: 1px solid #F28B24;
}

.rld-single-select .single-select:after {
  border: 0;
}

.rld-single-select .single-select:before {
  content: "\F078";
  font-family: fontawesome;
  color: var(--main-color-one);
  position: absolute;
  top: 0px;
  background-size: auto;
  height: 10px;
  width: 11px;
  right: 14px;
  left: auto;
  background-repeat: no-repeat;
}

.rld-single-select .single-select .list {
  width: 100%;
}

.rld-price-slider-wrap .rld-price-slider {
  height: 5px;
  background: #FFF0E5;
  border: 0;
  margin: 20px 0 0 0;
}

.rld-price-slider-wrap .rld-size-slider {
  height: 5px;
  background: #FFF0E5;
  border: 0;
  margin: 20px 0 0 0;
}

.rld-price-slider-wrap .ui-slider-handle {
  height: 24px;
  width: 42px;
  background: #F28B24;
  border: 0;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  top: -10px;
  font-size: 13px;
  line-height: 25px;
}

.rld-banner-search .rld-single-input input {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border: 0;
  padding-right: 140px;
}

.rld-banner-search .rld-single-input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  border: 0;
  padding: 0 20px;
  font-weight: 600;
  background: #F28B24;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.single-service {
  box-shadow: 0px 7px 15px -10px rgba(51, 51, 51, 0.8);
  background: #fff;
  padding: 50px 20px 45px 20px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.single-service .thumb img {
  width: auto;
}

.single-service .thumb.double-img {
  margin-bottom: 30px;
  position: relative;
}

.single-service .thumb.double-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  margin: 0 auto;
  width: 58px;
  height: 58px;
  background: #4476e23d;
  border-radius: 50%;
}

.single-service .thumb.double-img img {
  display: inline-block;
  padding-top: 25px;
  padding-left: 30px;
}

.single-service .thumb.double-img i {
  display: inline-block;
  padding-top: 25px;
  padding-left: 30px;
}

.single-service .details h4 {
  margin-bottom: 20px;
}

.service-slider .single-service {
  margin: 10px 15px 10px;
}

.service-slider .single-service .thumb img {
  width: auto;
  position: relative;
}

.service-slider .single-service .thumb i {
  width: auto;
  position: relative;
  font-size: 3em;
  color: var(--main-color-one);
}

.service-slider .single-service:hover {
  margin-top: 0;
}

.service-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: -100px;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(112, 112, 112, 0.17);
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 28px;
  transition: all 0.5s ease;
  color: rgba(112, 112, 112, 0.17);
  z-index: 1;
}

.service-slider .slick-prev:before {
  display: none;
}

.service-slider .slick-prev:hover {
  border-color: #FFEEE2;
  box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
  color: #F28B24;
}

.service-slider .slick-next {
  position: absolute;
  top: 50%;
  right: -100px;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(112, 112, 112, 0.17);
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 28px;
  padding-left: 5px;
  transition: all 0.5s ease;
  color: rgba(112, 112, 112, 0.17);
}

.service-slider .slick-next:before {
  display: none;
}

.service-slider .slick-next:hover {
  border-color: #FFEEE2;
  box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
  color: #F28B24;
}

.service-slider.slick-slider .slick-active .single-service {
  margin: 10px 15px 10px 7px;
}

.service-slider.slick-slider .slick-active ~ .slick-active .single-service {
  margin: 10px 15px 10px 15px !important;
}

.service-slider.slick-slider .slick-active ~ .slick-active ~ .slick-active .single-service {
  margin: 10px 15px 10px 15px !important;
}

.service-slider.slick-slider .slick-active ~ .slick-active ~ .slick-active ~ .slick-active .single-service {
  margin: 10px 7px 10px 15px !important;
}

.h1-service-slider-area {
  margin-top: -100px;
  z-index: 2;
}

.single-explore {
  border-radius: 10px;
  box-shadow: 0px 2px 12px #97A1B21A;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-explore .thumb {
  position: relative;
}

.single-explore .thumb a {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 4px;
  background: #fff;
  color: #C5C5C5;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.4s ease;
  box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
}

.single-explore .details {
  background: #fff;
  padding: 23px 25px;
}

.single-explore .details h4 {
  padding-left: 1px;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.single-explore .details .list {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.single-explore .details .list li {
  display: inline-block;
  list-style: none;
}

.single-explore .details .list li img {
  margin-right: 4px;
  color: #F28B24;
}

.single-explore .details .list li i {
  margin-right: 4px;
  color: #F28B24;
}

.single-explore .details .list li:first-child {
  margin-right: 20px;
}

.single-explore:hover .thumb a {
  color: #F28B24;
}

.single-feature {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-feature .thumb {
  position: relative;
}

.single-feature .thumb a.favorite {
  position: absolute;
  right: 0px;
  top: 20px;
  border-radius: 4px;
  background: #fff;
  color: #101425;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.4s ease;
  box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}

.single-feature .thumb a.favorite.active {
  color: #e3342f;
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.single-feature .thumb img {
  transition: all 0.5s ease;
}

.single-feature .details {
  background: #F6F6F6;
  padding: 20px 20px;
  position: relative;
}

.single-feature .details .feature-logo {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 25px;
  top: -25px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
}

.single-feature .details .feature-logo img {
  width: auto;
  display: inline-block;
}

.single-feature .details .author {
  font-size: 12px;
}

.single-feature .details .title {
  padding-left: 1px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-feature .details .price {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.single-feature .details del {
  color: #C3CFE1;
  font-size: 14px;
}

.single-feature .details .info-list {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  font-size: 14px;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
}

.single-feature .details .info-list li {
  display: inline-block;
  list-style: none;
  margin-right: 12px;
}

.single-feature .details .info-list li img {
  margin-right: 4px;
  color: #F28B24;
  width: auto;
  display: inline-block;
}

.single-feature .details .info-list li i {
  margin-right: 4px;
  color: #F28B24;
  width: auto;
  display: inline-block;
}

.single-feature .details .info-list li:last-child {
  margin-right: 0;
}

.single-feature .details .contact-list {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  padding: 10px 20px 14px 20px;
  transition: all 0.5s ease;
  background: #F6F6F6;
  width: 100%;
  visibility: hidden;
  opacity: 1;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  text-align: center;
}

.single-feature .details .contact-list li {
  list-style: none;
  display: inline-block;
  margin: 0 auto;
}

.single-feature .details .contact-list li i {
  color: #F28B24;
}

.single-feature .details .contact-list li .phone {
  background: #F6E6D3;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
}

.single-feature .details .contact-list li .phone img {
  width: auto;
  display: inline-block;
}

.single-feature .details .contact-list li .message {
  background: #F6E6D3;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
}

.single-feature .details .contact-list li .message img {
  width: auto;
  display: inline-block;
}

.single-feature .details .contact-list li .btn {
  height: 36px;
  border-radius: 4px;
  line-height: 36px;
  margin-top: -4px;
  padding: 0 20px;
}

.single-feature .details .contact-list li:last-child {
  margin-right: 0;
}

.single-feature:hover .thumb a.favorite {
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.single-feature:hover .thumb img {
  transform: scale(1.05);
}

.single-feature:hover .contact-list {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}

.single-leading-feature {
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.single-leading-feature .slf-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.single-leading-feature .thumb {
  position: relative;
}

.single-leading-feature .thumb a.favorite {
  position: absolute;
  right: 0px;
  top: 20px;
  border-radius: 4px;
  background: #fff;
  color: #101425;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.4s ease;
  box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}

.single-leading-feature .thumb a.favorite.active {
  color: #e3342f;
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.single-leading-feature .thumb img {
  transition: all 0.7s ease;
}

.single-leading-feature .details {
  padding: 20px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.single-leading-feature .details .logo {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 25px;
  top: -25px;
  background: #fff;
  border-radius: 50%;
}

.single-leading-feature .details .author {
  font-size: 12px;
}

.single-leading-feature .details .title {
  padding-left: 1px;
  font-weight: 600;
  margin-bottom: 13px;
  color: #fff;
}

.single-leading-feature .details .price {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  color: #fff;
}

.single-leading-feature .details span {
  color: #fff;
  font-size: 15px;
}

.single-leading-feature:hover .thumb a.favorite {
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.single-leading-feature:hover .thumb img {
  transform: scale(1.05);
}

.single-feature.style-two {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  border: 1px solid #CFD3DE;
  border-radius: 7px;
}

.single-feature.style-two .thumb {
  flex: 0 0 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  border-radius: 5px 0 0 5px;
}

.single-feature.style-two .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 5px 0 0 5px;
}

.single-feature.style-two .details {
  flex: 0 0 60%;
  padding: 20px 20px 20px 50px;
  align-items: center;
  display: flex;
}

.single-feature.style-two .details .feature-logo {
  left: -26px;
  top: 20px;
}

.single-feature.style-two .details .contact-list {
  position: relative;
  padding: 20px 0 0 0;
  visibility: visible;
  opacity: 1;
  bottom: 0;
  border-top: 0;
}

.single-intro {
  margin-bottom: 30px;
}

.single-intro .thumb {
  background: #F28B24;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 68px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
}

.single-intro .thumb img {
  width: auto;
  display: inline-block;
}

.single-intro .text {
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #F28B24;
}

.single-intro .details .title {
  margin-bottom: 15px;
  font-weight: 700;
}

.single-intro .details p {
  margin-bottom: 0;
  text-align: justify;
}

.single-intro .details .read-more {
  font-weight: 600;
  transition: all 0.5s ease;
  padding-top: 12px;
  display: block;
}

.single-intro .details .read-more:hover {
  color: #F28B24;
  text-decoration: underline;
}

.single-intro.style-two .thumb {
  border-radius: 50%;
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.single-intro-media {
  background: #F28B24;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.6s ease;
  margin-bottom: 30px;
}

.single-intro-media .media-left img {
  max-width: 70px;
}

.single-intro-media .media-body {
  padding-top: 20px;
  padding-left: 15px;
}

.single-intro-media .media-body h4 {
  color: #fff;
  margin-bottom: 11px;
  font-weight: 600;
}

.single-intro-media .media-body p {
  color: #fff;
  margin-bottom: 0;
}

.single-intro-media.single-intro-media-active {
  background: #FC5E53;
}

.single-follow-dream {
  margin-bottom: 17px;
}

.single-follow-dream .media-left {
  height: 50px;
  width: 50px;
  border-radius: 4px;
  background: #FFEEE2;
  line-height: 50px;
  text-align: center;
  margin-right: 30px;
  margin-top: 6px;
}

.single-follow-dream .media-left i {
  font-size: 16px;
  color: #F28B24;
}

.cat-single {
  border: 1px solid rgba(112, 112, 112, 0.2);
  display: block;
  padding: 50px 10px 40px 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.cat-single img {
  font-size: 46px;
  color: #F28B24;
  margin-bottom: 15px;
}

.cat-single i {
  font-size: 46px;
  color: #F28B24;
  margin-bottom: 15px;
}

.cat-single p {
  font-size: 20px;
  color: #101425;
  margin-bottom: 0;
}

.cat-single:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
}

.single-floor-list {
  margin-bottom: 30px;
}

.single-floor-list .media-left {
  background: #FFDEC5;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #F28B24;
  margin-right: 15px;
}

.single-floor-list .media-body h6 {
  margin-bottom: 0;
  font-weight: 600;
}

.single-floor-list .media-body p {
  margin-bottom: 0;
  font-size: 14px;
}

.single-city {
  margin-bottom: 30px !important;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.single-city .sc-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 100, 0));
  height: 90%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.single-city .sc-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 100, 0));
  visibility: hidden;
  opacity: 0;
  height: 100%;
  transition: all 0.4s ease;
  z-index: 1;
}

.single-city .thumb img {
  transition: all 0.8s ease;
}

.single-city .details {
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.single-city .details .title {
  color: #fff;
  margin-bottom: 3px;
  transition: all 0.5s ease;
}

.single-city .details .title:hover {
  color: #F28B24;
}

.single-city .details p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.single-city:hover .sc-overlay:after {
  visibility: visible;
  opacity: 0.4;
}

.single-city:hover .thumb img {
  transform: scale(1.1);
}

.single-city.sc-one {
  margin: 70px 0 0 0;
}

.single-city.sc-two {
  margin: 70px 0 0 0;
}

.single-city.sc-three {
  margin: 100px 0 0 0;
}

.single-team {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-team .thumb {
  overflow: hidden;
}

.single-team .thumb img {
  transition: all 0.5s ease;
}

.single-team .team-details {
  padding: 24px 20px 24px 20px;
}

.single-team .team-details h4 {
  margin-bottom: 5px;
}

.single-team .team-details p {
  margin-bottom: 0;
  float: left;
}

.single-team .team-details ul {
  padding: 0;
  display: block;
  float: right;
}

.single-team .team-details ul li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
}

.single-team:hover .thumb img {
  transform: scale(1.08);
}

.single-author {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px 15px 36px 15px;
  transition: all 0.5s ease;
}

.single-author .thumb {
  margin-bottom: 15px;
}

.single-author .thumb img {
  border-radius: 50%;
}

.single-author .author-details h4 {
  margin-bottom: 5px;
  font-weight: 500;
}

.single-author .author-details .view-more {
  margin-bottom: 0;
  font-weight: 600;
  transition: all 0.4s ease;
}

.single-author .author-details .view-more:hover {
  color: #F28B24;
  text-decoration: underline;
}

.single-author:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.single-author.style-two .thumb {
  border: 1px solid #FFEEE2;
  display: inline-block;
  height: 140px;
  width: 140px;
  line-height: 135px;
  border-radius: 10px;
}

.single-author.style-two .thumb img {
  border-radius: 0;
}

.client-slider .thumb img {
  width: auto;
  margin: 0 auto;
}

.client-slider-2 .owl-controls {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}

.client-slider-2 .owl-nav {
  display: inline-block;
}

.client-slider-2 .owl-nav .owl-prev {
  position: absolute;
  bottom: -10px;
  border: 0;
  left: 0;
}

.client-slider-2 .owl-nav .owl-prev:hover {
  box-shadow: none;
}

.client-slider-2 .owl-nav .owl-next {
  position: absolute;
  bottom: -10px;
  border: 0;
  right: 0;
}

.client-slider-2 .owl-nav .owl-next:hover {
  box-shadow: none;
}

.client-slider-2 .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #FFEEE2;
  transition: all 0.5s ease;
  display: inline-block;
  margin: 0 4px;
}

.client-slider-2 .owl-dot.active {
  width: 30px;
  border-radius: 10px;
  background: #F28B24;
}

.single-client-review .thumb {
  margin-bottom: 33px;
}

.single-client-review .thumb img {
  width: auto;
  margin: 0 auto;
  border-radius: 5px;
}

.single-client-review .review-details p {
  margin-bottom: 25px;
}

.single-client-review .review-details h4 {
  margin-bottom: 0;
}

.client-review-img {
  position: relative;
}

.client-review-img .clr-img {
  position: absolute;
  border-radius: 10px;
  opacity: 0.35;
}

.client-review-img .clr-img1 {
  left: 0;
  top: 0;
}

.client-review-img .clr-img2 {
  left: 200px;
  top: 50%;
  margin-top: -37px;
  height: 50px;
  width: 50px;
}

.client-review-img .clr-img3 {
  left: 40px;
  bottom: 0;
  height: 60px;
  width: 60px;
}

.client-review-img .clr-img4 {
  right: 100px;
  top: 0;
  height: 60px;
  width: 60px;
}

.client-review-img .clr-img5 {
  right: 0;
  bottom: 0;
}

.apartments-slider .thumb {
  position: relative;
}

.apartments-slider .thumb .title {
  position: absolute;
  margin-left: -170px;
  top: 60px;
  font-weight: 700;
  z-index: 3;
}

.apartments-slider .thumb img {
  border-radius: 10px;
}

.apartments-slider .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 10px;
}

.apartments-slider .details .title {
  display: none;
}

.apartments-slider .details del {
  color: rgba(0, 0, 0, 0.13);
}

.apartments-slider .details h3 {
  font-weight: 600;
  font-size: 32px;
}

.apartments-slider .details .sub-title {
  margin-bottom: 0;
  margin-top: 18px;
}

.apartments-slider .details span i {
  color: #F28B24;
  margin-right: 8px;
}

.apartments-slider .owl-controls {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}

.apartments-slider .owl-nav {
  display: inline-block;
}

.apartments-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.apartments-slider .owl-nav .owl-prev:hover {
  box-shadow: none;
}

.apartments-slider .owl-nav .owl-next {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.apartments-slider .owl-dots {
  text-align: center;
}

.apartments-slider .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #FFEEE2;
  transition: all 0.5s ease;
  display: inline-block;
  margin: 0 4px;
}

.apartments-slider .owl-dot.active {
  width: 30px;
  border-radius: 10px;
  background: #F28B24;
}

.apartments-slider-2 .item {
  margin-bottom: 80px;
}

.apartments-slider-2 .thumb img {
  border-radius: 10px;
}

.apartments-slider-2 .details {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  padding: 20px 30px 35px;
  position: relative;
}

.apartments-slider-2 .details span {
  font-size: 45px;
  font-weight: 700;
  color: #E2E2E2;
  line-height: 1.2;
}

.apartments-slider-2 .details h6 {
  position: absolute;
  top: 45px;
  left: 32px;
  margin-bottom: 0;
}

.apartments-slider-2 .details p {
  margin-bottom: 30px;
}

.apartments-slider-2 .align-self-end {
  margin-bottom: -80px;
  margin-left: -113px;
}

.ap2-slider-controls {
  margin-bottom: 10px;
}

.ap2-slider-controls .text {
  display: inline-block;
}

.ap2-slider-controls .ap2-list-progress {
  width: 77%;
  display: inline-block;
  margin-right: 50px;
}

.ap2-slider-controls .rld-control-nav {
  display: inline-block;
  position: relative;
}

.gallery-thumb {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.property-filter-menu {
  margin-bottom: 40px;
}

.property-filter-menu button {
  background: #FFEEE2;
  color: #F28B24;
  height: 52px;
  padding: 0 30px;
  line-height: 52px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-right: 6px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.property-filter-menu button:hover {
  background: #F28B24;
  color: #fff;
}

.property-filter-menu button:focus {
  background: #F28B24;
  color: #fff;
}

.property-filter-menu button.active {
  background: #F28B24;
  color: #fff;
}

.single-news {
  border-radius: 10px;
  box-shadow: 0px 2px 12px #97A1B21A;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-news .details {
  background: #fff;
  padding: 25px 30px 30px;
}

.single-news .details h4 a {
  transition: all 0.5s ease;
}

.single-news .details h4 a:hover {
  color: #F28B24;
  text-decoration: underline;
}

.single-news .details p {
  margin-bottom: 25px;
}

.single-news .details .author img {
  margin-right: 15px;
  border-radius: 50%;
}

.single-news .details .author span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.single-news .details .author .date {
  margin-left: 20px;
}

.single-accordion {
  border: 1px solid #F5F9FF;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 12px #97A1B21A;
  padding: 25px 30px;
}

.single-accordion .card-header {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}

.single-accordion .card-header h2 button {
  font-size: 18px;
  color: #F28B24;
  width: 100%;
  text-align: left;
  position: relative;
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  float: left;
  font-weight: 500;
  padding-right: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.single-accordion .card-header h2 button:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background: #F28B24;
  top: 50%;
  right: 0;
  opacity: 1;
}

.single-accordion .card-header h2 button:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background: #F28B24;
  top: 50%;
  transition: all 0.3s ease;
  right: 0;
  transform: rotate(0);
}

.single-accordion .card-header h2 button:hover {
  text-decoration: none;
}

.single-accordion .card-header h2 button:focus {
  text-decoration: none;
}

.single-accordion .card-header h2 button:active {
  text-decoration: none;
}

.single-accordion .card-header h2 button.collapsed {
  color: #101425;
}

.single-accordion .card-header h2 button.collapsed:before {
  transform: rotate(90deg);
  background: #101425;
}

.single-accordion .card-header h2 button.collapsed:after {
  background: #101425;
}

.single-accordion .card-body {
  padding: 0;
  margin-top: 20px;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 65px;
}

.comments-area .comments-title {
  line-height: 33px;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
}

.comments-area .comments-title span {
  font-size: 18px;
  line-height: 24px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 40px;
}

.comments-area .comment-list .comment-respond {
  margin-bottom: 30px;
}

.comments-area .comment-list li {
  margin-top: 30px;
}

.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li:last-child .single-comment-wrap {
  border: 0;
  padding-bottom: 0;
}

.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  margin-left: 50px;
  list-style: none;
  list-style-type: none;
  margin-left: 50px;
}

.comments-area .comment-list li ul.children li {
  list-style-type: none;
  list-style: none;
}

.comments-area .comment-list li ul {
  list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
  display: flex;
  align-self: flex-start;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 20px;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 25px;
  height: 65px;
  width: 65px;
  border-radius: 8px;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
  border-radius: 8px;
}

.comments-area .comment-list li .single-comment-wrap .date {
  display: block;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.14px;
  margin-bottom: 18px;
  color: rgba(66, 84, 134, 0.8);
}

.comments-area .comment-list li .single-comment-wrap .content {
  flex: 1;
  position: relative;
  overflow: auto;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 0.22px;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .like {
  letter-spacing: 0.3px;
  transition: 0.4s;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-weight: 600;
  color: #101425;
}

.comments-area .comment-list li .single-comment-wrap .content .like i {
  font-weight: 700;
  margin-right: 4px;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
  letter-spacing: 0.3px;
  transition: 0.4s;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-weight: 600;
  color: #101425;
}

.comments-area .comment-list li .single-comment-wrap .content .reply span {
  padding-left: 25px;
  padding-right: 0;
}

.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px;
}

.comments-area .reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}

.comments-area .comment-reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}

.comments-area .form-submit {
  margin-bottom: 0;
}

.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.14px;
  margin-bottom: 18px;
  color: rgba(66, 84, 134, 0.8);
}

.comment-form .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
  line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
  outline: none;
  box-shadow: none;
}

.comment-form .form-group .form-control {
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e2e2;
}

.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: #F28B24;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
  color: #fff;
}

.comment-form .submit-btn:hover {
  background-color: #FC5E53;
  color: #fff;
}

.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px;
}

.single-user-list {
  box-shadow: 0px 2px 12px #97A1B21A;
  padding: 40px 18px 32px 18px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.single-user-list .thumb {
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #FFEEE2;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 25px;
}

.single-user-list .details h4 a {
  transition: all 0.5s ease;
}

.single-user-list .details h4 a:hover {
  text-decoration: underline;
}

.single-user-list .details p {
  margin-bottom: 15px;
}

.single-user-list .details span {
  color: #F28B24;
  font-weight: 500;
  font-size: 14px;
}

.single-user-list .details span i {
  margin-right: 8px;
}

.single-user-list .details .phone {
  margin-right: 20px;
}

.single-user-list .details .social-list {
  margin-top: 18px;
}

.single-user-list .details .social-list a {
  font-size: 20px;
  padding: 0 8px;
  transition: all 0.5s ease;
}

.single-user-list .details .social-list a:hover {
  color: #F28B24;
}

.single-user-list:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
}

.single-pricing {
  box-shadow: 0px 2px 12px #97A1B21A;
  padding: 40px 15px 40px 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 0.5s ease;
  background: #fff;
}

.single-pricing .thumb.double-img {
  margin-bottom: 33px;
  position: relative;
}

.single-pricing .thumb.double-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: #FFF0E1;
  border-radius: 50%;
  z-index: 0;
}

.single-pricing .thumb.double-img img {
  display: inline-block;
  padding-top: 16px;
  padding-left: 16px;
  z-index: 1;
  position: relative;
}

.single-pricing .details .title {
  font-weight: 600;
  margin-bottom: 14px;
}

.single-pricing .details .price {
  font-weight: 500;
}

.single-pricing .details h6 {
  margin-bottom: 25px;
}

.single-pricing .details ul {
  margin: 0;
  padding: 0;
}

.single-pricing .details ul li {
  list-style: none;
  margin-bottom: 5px;
}

.single-pricing .details .btn {
  margin-top: 27px;
  letter-spacing: 0.26px;
}

.single-pricing:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
}

.widget-cookie {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #222222;
  padding: 12px;
  display: grid;
  position: fixed;
  z-index: 10000;
  visibility: hidden;
}

.widget-cookie .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 12px;
}

.widget-cookie .header h2.title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.widget-cookie .header .btn-close {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 2px;
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
}

.widget-cookie .header .btn-close svg {
  width: 12px;
  height: 12px;
}

.widget-cookie .header .btn-close svg > path {
  stroke: #fff;
  stroke-width: 2px;
}

.widget-cookie .content {
  display: contents;
}

.widget-cookie .content p {
  font-family: var(--heading-font);
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  padding-bottom: 16px;
}

.widget-cookie .content a {
  color: #fff;
  font-weight: 700;
}

.widget-cookie .content .btn-accept {
  justify-self: center;
  height: 35px;
  line-height: 34px;
}

.appstore img,
.googleplay img {
  height: 48px;
}

i.fa.fa-whatsapp {
    color: #07bc4c;
}

@media only screen and (max-width: 1100px) {
  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }

  .navbar-area {
    padding-bottom: 0px;
  }

  .navbar-area .nav-container {
    padding: 15px 0px;
    position: relative;
    z-index: 0;
    max-width: 90%;
  }

  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }

  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
    padding-right: 25px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 0px !important;
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    transition: none;
    visibility: visible;
    opacity: 1;
    padding: 0 0 0 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\F107";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 12px 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 3px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
    max-width: 130px;
  }

  .nav-right-part {
    margin-right: 50px;
  }

  .nav-right-part .btn {
    height: 40px;
    line-height: 39px !important;
    padding: 0 15px;
    font-size: 11px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .widget ul {
    text-align: left;
  }

  .navbar-collapse {
    background: #fff;
    padding-left: 35px;
    margin-top: 0px;
    width: 100%;
  }

  .bar1 {
    background: #fff;
  }

  .bar2 {
    background: #fff;
  }

  .bar3 {
    background: #fff;
  }

  .party-box-wrapper {
    padding: 50px 0px;
  }

  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .nav-right-part-mobile {
    display: block;
  }

  .nav-right-part-desktop {
    display: none;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1360px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-area .nav-container .logo a img{
    height: auto;
    max-height: 100%;
  }

  .navbar-area-fixed .nav-container {
    padding: 10px 0px;
    transition: all 0.4s;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area .nav-container {
    max-width: 95%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container {
    max-width: 95%;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: -9px;
  }

  .navbar-nav li {
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .nav-container {
    max-width: 100%;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }

  .logo img {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }

  .navbar-area .logo {
    padding-top: 10px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }

  .search-popup .search-form {
    min-width: 350px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-custom-default {
    padding: 5px 18px;
  }

  .btn-custom-white {
    padding: 5px 18px;
  }

  .search-popup .search-form {
    min-width: 300px;
  }

  .search-popup .search-form .form-group .form-control {
    height: 45px;
  }

  .search-popup .search-form .submit-btn {
    height: 45px;
  }
}

@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }

  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}

@media only screen and (min-width: 1366px) {
  .banner-area .banner-search-wrap {
    min-width: 1110px;
  }
}

@media (min-width: 1025px) {
  .widget-cookie {
    border-radius: 8px;
    width: 231px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 480px) and (min-width: 160px) {
  .widget-cookie {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }

  .widget-cookie .btn-accept {
    display: none;
  }

  .widget-cookie .content > p:last-of-type {
    padding-bottom: 0px;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  .widget-cookie {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }

  .widget-cookie .btn-accept {
    display: none;
  }

  .widget-cookie .content > p:last-of-type {
    padding-bottom: 0px;
  }
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media (max-width: 991px){
  .banner-area {
    min-height: 380px!important;
    position: relative!important;
    background-size: auto!important;
    background-repeat: no-repeat!important;
    margin-top: 50px;
  }

  .banner-area,
  .banner-area .slideshowLayer div,
  .banner-area .slideshowLayer div div {
    width: 100%!important;
    height: 100%!important;
  }

  .banner-inner-wrap {
    height: 100%!important;
    padding: unset!important;
  }
}
