/*
@File: Torado Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Filter Area Style
** - Featured Area Style
** - Location Area Style
** - Your Work Area Style
** - Take Tour Area Style
** - New Property Area Style
** - Customer Area Style
** - Blog Area Style
** - Estate Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - wave Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,500&display=swap");
body {
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  color: #999999;
  font-weight: 400;
}

a {
  transition: all ease 0.5s;
  text-decoration: none;
  color: #999999;
}
a:hover {
  text-decoration: none;
  color: #0d5c46;
}
a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0;
}
button:focus {
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #010101;
  font-weight: 700;
}

h1, h2 {
  letter-spacing: 0.48px;
}

h3 {
  letter-spacing: 0.32px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 60px;
  color: #0d5c46;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}
.form-control::-moz-placeholder {
  color: #676a6a;
}
.form-control::placeholder {
  color: #676a6a;
}
.form-control:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #0d5c46;
}

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

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

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

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pt-200 {
  padding-top: 200px;
}

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

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

/*
Bg-color Style*/
.bg-color-fffaf6 {
  background-color: #fffaf6;
}

.bg-color-fabe50 {
  background-color: #fabe50;
}

.bg-color-0d5c46 {
  background-color: #0d5c46;
}

.bg-color-1f765e {
  background-color: #1f765e;
}

.bg-color-010101 {
  background-color: #010101;
}

.bg-color-181818 {
  background-color: #181818;
}

.bg-color-f7f7f7 {
  background-color: #f7f7f7;
}

.bg-color-f5f5f5 {
  background-color: #f5f5f5;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #010101;
  line-height: 1;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 15px 25px;
  background-color: #9ad092;
  border-radius: 4px;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 25%;
  background-color: #0d5c46;
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 0;
  height: 25%;
  background-color: #0d5c46;
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn span {
  transition: all ease 0.5s;
}
.default-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 25%;
  background-color: #0d5c46;
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn span::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  width: 0;
  height: 25%;
  background-color: #0d5c46;
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  transition: all ease 0.5s;
}
.default-btn.active::before {
  width: 100%;
  right: auto;
  left: 0;
}
.default-btn.active::after {
  width: 100%;
  left: auto;
  right: 0;
}
.default-btn.active span {
  color: #fabe50;
}
.default-btn.active span i {
  color: #fabe50;
}
.default-btn.active span::before {
  width: 100%;
  right: auto;
  left: 0;
}
.default-btn.active span::after {
  width: 100%;
  left: auto;
  right: 0;
}
.default-btn:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.default-btn:hover::after {
  width: 100%;
  left: auto;
  right: 0;
}
.default-btn:hover span {
  color: #fabe50;
}
.default-btn:hover span i {
  color: #fabe50;
}
.default-btn:hover span::before {
  width: 100%;
  right: auto;
  left: 0;
}
.default-btn:hover span::after {
  width: 100%;
  left: auto;
  right: 0;
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 16px;
  color: #0d5c46;
  display: block;
  position: relative;
}
.read-more i {
  position: absolute;
  top: 3px;
  left: 90px;
  transition: all ease 0.5s;
}
.read-more:hover {
  color: #fabe50;
}
.read-more:hover i {
  left: 95%;
}

/*
Section Title Area Style*/
.section-title {
  margin: -2px auto 40px;
  text-align: center;
}
.section-title h2 {
  font-size: 42px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
  color: #696969;
}
.section-title.normal h2 {
  margin-bottom: 10px;
}
.section-title.normal h2:last-child {
  margin-bottom: 0;
}
.section-title.normal.p-color p {
  color: #4d4d4d;
}
.section-title.white-title h2 {
  color: #ffffff;
}
.section-title.white-title p {
  color: #999999;
}

/*
Navbar Area Style
======================================================*/
.navbar-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-area .navbar-brand {
  margin-right: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.navbar-area .navbar-brand::before {
  content: "";
  position: absolute;
  top: -38px;
  left: -804px;
  width: 1000px;
  height: 107px;
  background-color: #fabe50;
  z-index: -1;
}
.navbar-area.style-two .desktop-nav {
  background-color: rgba(1, 1, 1, 0.7) !important;
}
.navbar-area.style-two .desktop-nav .navbar .others-options ul li .call-us span {
  color: #cbcbcb;
}
.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #0d5c46 !important;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.desktop-nav {
  background-color: #0d5c46;
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav {
  margin-left: 140px;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 42.5px;
  padding-top: 42.5px;
  padding-right: 0;
  padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 22px;
  margin-right: 22px;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -42px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fabe50;
  transition: all ease 0.5s;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
  border-top: 2px solid #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #010101;
  padding: 16px;
  border-bottom: 1px dashed #eeeeee;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 7px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #010101;
  border-bottom: 1px dashed #eeeeee;
  font-size: 14px;
  line-height: 1;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #fabe50;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.desktop-nav .navbar .others-options ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
}
.desktop-nav .navbar .others-options ul li {
  display: inline-block;
  margin-right: 20px;
}
.desktop-nav .navbar .others-options ul li:last-child {
  margin-right: 0;
}
.desktop-nav .navbar .others-options ul li .wishlist {
  position: relative;
  top: 6px;
  margin-right: 8px;
}
.desktop-nav .navbar .others-options ul li .wishlist i {
  font-size: 20px;
  color: #fabe50;
  transition: all ease 0.5s;
}
.desktop-nav .navbar .others-options ul li .wishlist span {
  position: absolute;
  top: -14px;
  right: -8px;
  width: 15px;
  height: 15px;
  line-height: 17px;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  color: #010101;
}
.desktop-nav .navbar .others-options ul li .wishlist:hover i {
  color: #fabe50;
}
.desktop-nav .navbar .others-options ul li .call-us {
  color: #ffffff;
  position: relative;
  padding-left: 25px;
  letter-spacing: -0.03em;
}
.desktop-nav .navbar .others-options ul li .call-us i {
  color: #fabe50;
  position: absolute;
  top: 0;
  left: 0;
}
.desktop-nav .navbar .others-options ul li .call-us span {
  color: #8bbaad;
}
.desktop-nav .navbar .others-options ul li .call-us:hover {
  color: #fabe50;
}
.desktop-nav .navbar .others-options ul li .default-btn {
  background-color: #fabe50;
}
.desktop-nav .navbar .others-options ul li .default-btn i {
  color: #0d5c46;
}
.desktop-nav .navbar .others-options ul li .default-btn::before {
  background-color: #9ad092;
}
.desktop-nav .navbar .others-options ul li .default-btn::after {
  background-color: #9ad092;
}
.desktop-nav .navbar .others-options ul li .default-btn span {
  color: #010101;
}
.desktop-nav .navbar .others-options ul li .default-btn span::before {
  background-color: #9ad092;
}
.desktop-nav .navbar .others-options ul li .default-btn span::after {
  background-color: #9ad092;
}

.mobile-responsive-nav {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover::before, .desktop-nav .navbar .navbar-nav .nav-item a:focus::before, .desktop-nav .navbar .navbar-nav .nav-item a.active::before {
  right: auto;
  left: 0;
  width: 100%;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -32px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: all ease 0.5s;
  background-color: #fabe50;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #fabe50;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 10px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.others-option-for-responsive .others-options {
  background-color: #0d5c46;
  padding: 20px;
  text-align: center;
}
.others-option-for-responsive .others-options ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
}
.others-option-for-responsive .others-options ul li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
}
.others-option-for-responsive .others-options ul li:last-child {
  margin-bottom: 0;
}
.others-option-for-responsive .others-options ul li:last-child {
  margin-right: 0;
}
.others-option-for-responsive .others-options ul li .wishlist {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.others-option-for-responsive .others-options ul li .wishlist i {
  font-size: 20px;
  color: #fabe50;
  transition: all ease 0.5s;
}
.others-option-for-responsive .others-options ul li .wishlist span {
  position: absolute;
  top: -12px;
  right: -5px;
  width: 15px;
  height: 15px;
  line-height: 17px;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  color: #010101;
}
.others-option-for-responsive .others-options ul li .wishlist:hover i {
  color: #fabe50;
}
.others-option-for-responsive .others-options ul li .call-us {
  color: #ffffff;
  position: relative;
  padding-left: 25px;
}
.others-option-for-responsive .others-options ul li .call-us i {
  color: #fabe50;
  position: absolute;
  top: 0;
  left: 0;
}
.others-option-for-responsive .others-options ul li .call-us span {
  color: #8bbaad;
}
.others-option-for-responsive .others-options ul li .call-us:hover {
  color: #fabe50;
}
.others-option-for-responsive .others-options ul li .default-btn {
  background-color: #fabe50;
  color: #010101;
  margin-top: 9px;
}
.others-option-for-responsive .others-options ul li .default-btn i {
  color: #0d5c46;
}
.others-option-for-responsive .others-options ul li .default-btn::before {
  background-color: #9ad092;
}
.others-option-for-responsive .others-options ul li .default-btn::after {
  background-color: #9ad092;
}
.others-option-for-responsive .others-options ul li .default-btn span::before {
  background-color: #9ad092;
}
.others-option-for-responsive .others-options ul li .default-btn span::after {
  background-color: #9ad092;
}

/*
Banner Area Style
======================================================*/
.hero-area {
  position: relative;
  z-index: 1;
}

.hero-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  max-width: 1320px;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 200px;
}

.hero-content {
  text-align: center;
  max-width: 920px;
  margin: auto;
}
.hero-content h1 {
  font-size: 80px;
  margin-bottom: 130px;
  color: #ffffff;
  line-height: 100px;
  animation: 0.6s fadeInUpBig;
  line-height: 100px;
  letter-spacing: -0.03em;
}
.hero-content p {
  max-width: 590px;
  font-size: 18px;
  animation: 0.9s fadeInUpBig;
  color: #ffffff;
  margin: auto;
  margin-bottom: 30px;
}

.main-search-wrap {
  background-color: #ffffff;
  border-radius: 4px;
  animation: 0.9s fadeInUpBig;
  padding-top: 11px;
  padding-bottom: 11px;
}
.main-search-wrap .col:last-child .form-group::before {
  display: none;
}
.main-search-wrap .form-group {
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}
.main-search-wrap .form-group.extra-width {
  width: 260px;
}
.main-search-wrap .form-group::before {
  content: "";
  position: absolute;
  top: 13px;
  right: -12px;
  width: 1px;
  height: 70%;
  background-color: #fabe50;
}
.main-search-wrap .form-group span {
  color: #010101;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.main-search-wrap .form-group .form-select {
  border: none;
  padding: 0;
  color: #999999;
  cursor: pointer;
  font-size: 14px;
  background-position: right 0 center;
}
.main-search-wrap .form-group .form-select option {
  color: #010101;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.main-search-wrap .form-group .form-select:focus {
  box-shadow: none;
}
.main-search-wrap .form-group .advanced-filter {
  color: #010101;
  background-color: transparent;
  border: none;
}
.main-search-wrap .form-group .advanced-filter:focus {
  box-shadow: none;
}
.main-search-wrap .form-group .advanced-filter i {
  position: relative;
  top: 5px;
  left: 0;
  font-size: 20px;
  color: #0d5c46;
  margin-right: 10px;
}
.main-search-wrap .form-group .default-btn {
  width: 100%;
  padding: 15px 18px;
  background-color: #0d5c46;
  text-align: left;
  height: 50px;
}
.main-search-wrap .form-group .default-btn i {
  color: #fabe50;
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 20px;
}
.main-search-wrap .form-group .default-btn::before {
  background-color: #9ad092;
}
.main-search-wrap .form-group .default-btn::after {
  background-color: #9ad092;
}
.main-search-wrap .form-group .default-btn span {
  margin-bottom: 0;
  color: #ffffff;
}
.main-search-wrap .form-group .default-btn span::before {
  background-color: #9ad092;
}
.main-search-wrap .form-group .default-btn span::after {
  background-color: #9ad092;
}
.main-search-wrap .form-group .default-btn:hover {
  color: #010101;
}
.main-search-wrap .form-group .default-btn:hover i {
  color: #0d5c46;
}
.main-search-wrap .form-group .default-btn:hover span {
  color: #010101;
}
.main-search-wrap .form-group.filter {
  padding: 24px 30px;
}

.hero-smooth-bg {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 825px;
  position: relative;
  z-index: 1;
}
.hero-smooth-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0.1) 0%, rgba(1, 1, 1, 0.58) 100%);
  z-index: -1;
}
.hero-smooth-bg.bg-1 {
  background-image: url(../images/hero-bg/hero-bg-1.jpg);
}
.hero-smooth-bg.bg-2 {
  background-image: url(../images/hero-bg/hero-bg-2.jpg);
}

/*
Search Pro Area Style
======================================================*/
.search-pro-wrap {
  background-color: #0d5c46;
  border: 2px solid #fabe50;
  padding: 33px 30px;
  border-radius: 8px;
  max-width: 994px;
  margin: -97px auto 0;
  position: relative;
  z-index: 1;
}

.search-pro-btn {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.search-pro-btn li {
  display: inline-block;
  margin-right: 30px;
}
.search-pro-btn li:last-child {
  margin-right: 0;
}
.search-pro-btn [type=radio]:checked,
.search-pro-btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.search-pro-btn [type=radio]:checked + label,
.search-pro-btn [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}
.search-pro-btn [type=radio]:checked + label:before,
.search-pro-btn [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #fabe50;
  border-radius: 100%;
  background: #0d5c46;
}
.search-pro-btn [type=radio]:checked + label:after,
.search-pro-btn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fabe50;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.search-pro-btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.search-pro-btn [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.search-pro-form {
  position: relative;
  z-index: 1;
}
.search-pro-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: -23px;
  width: 1px;
  height: 100%;
  background-color: #31876f;
}
.search-pro-form .form-group {
  position: relative;
}
.search-pro-form .form-group .form-control {
  border: none;
  color: #ffffff;
  padding-left: 30px;
}
.search-pro-form .form-group .form-control::-moz-placeholder {
  color: #c3d4d0;
}
.search-pro-form .form-group .form-control::placeholder {
  color: #c3d4d0;
}
.search-pro-form .form-group i {
  position: absolute;
  top: 20px;
  left: 0;
  color: #c3d4d0;
  letter-spacing: -0.03em;
}
.search-pro-form .form-group .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fabe50;
}
.search-pro-form .form-group .default-btn i {
  position: relative;
  color: #0d5c46;
  top: 2px;
}
.search-pro-form .form-group .default-btn::before {
  background-color: #9ad092;
}
.search-pro-form .form-group .default-btn::after {
  background-color: #9ad092;
}
.search-pro-form .form-group .default-btn span {
  color: #010101;
}
.search-pro-form .form-group .default-btn span::before {
  background-color: #9ad092;
}
.search-pro-form .form-group .default-btn span::after {
  background-color: #9ad092;
}
.search-pro-form .form-group .default-btn:hover span {
  color: #010101;
}
.search-pro-form .form-group .default-btn:hover span i {
  color: #010101;
}

/*
Hero Slide Area Style
======================================================*/
.hero-slide-area .thumbs-wrap {
  max-width: 1700px;
  margin: auto;
  position: relative;
  z-index: 1;
  right: 110px;
}
.hero-slide-area .thumbs-wrap .owl-thumbs {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.hero-slide-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: inline-block;
  transition: all ease 0.5s;
  margin-right: -30px;
}
.hero-slide-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #ffffff;
  transition: all ease 0.5s;
}
.hero-slide-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #010101;
  opacity: 0.75;
  z-index: -1;
}
.hero-slide-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  border-color: #fabe50;
}
.hero-slide-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  border-color: #fabe50;
}
.hero-slide-area .thumbs-wrap .owl-thumbs .owl-thumb-item:nth-child(1) span {
  background-image: url(../images/hero-bg/thumb-1.jpg);
}
.hero-slide-area .thumbs-wrap .owl-thumbs .owl-thumb-item:nth-child(2) span {
  background-image: url(../images/hero-bg/thumb-2.jpg);
}
.hero-slide-area .thumbs-wrap .owl-thumbs .owl-thumb-item:nth-child(3) span {
  background-image: url(../images/hero-bg/thumb-3.jpg);
}
.hero-slide-area .owl-item.active .hero-slide-content {
  overflow: hidden;
}
.hero-slide-area .owl-item.active .hero-slide-content .top-title {
  animation: 1s 0.1s fadeInDownBig both;
}
.hero-slide-area .owl-item.active .hero-slide-content h1 {
  animation: 1s 0.1s fadeInLeft both;
}
.hero-slide-area .owl-item.active .hero-slide-content ul {
  animation: 1s 0.1s fadeInRight both;
}
.hero-slide-area .owl-item.active .hero-slide-content h3 {
  animation: 1s 0.1s fadeInLeft both;
}
.hero-slide-area .owl-item.active .hero-slide-content .default-btn {
  animation: 1s 0.1s fadeInUpBig both;
}
.hero-slide-area .owl-item.active .hero-slide-content p {
  animation: 1s 0.1s fadeInRight both;
}
.hero-slide-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.hero-slide-area .owl-theme .owl-nav .owl-prev {
  margin: 0;
}
.hero-slide-area .owl-theme .owl-nav .owl-prev::before {
  content: "Previous";
  transform: translateY(-25px);
  transition: all ease 0.5s;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  left: 55px;
  top: 50%;
  letter-spacing: -0.03em;
}
.hero-slide-area .owl-theme .owl-nav .owl-prev i {
  position: absolute;
  left: 30px;
  top: 50%;
  color: #ffffff;
  font-size: 20px;
  transition: all ease 0.5s;
  transform: translateY(-33px);
}
.hero-slide-area .owl-theme .owl-nav .owl-prev:hover::before {
  color: #fabe50;
}
.hero-slide-area .owl-theme .owl-nav .owl-prev:hover i {
  color: #fabe50;
}
.hero-slide-area .owl-theme .owl-nav .owl-next {
  margin: 0;
}
.hero-slide-area .owl-theme .owl-nav .owl-next::after {
  content: "Next";
  transform: translateY(-25px);
  transition: all ease 0.5s;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  right: 55px;
  top: 50%;
  letter-spacing: -0.03em;
}
.hero-slide-area .owl-theme .owl-nav .owl-next i {
  position: absolute;
  right: 30px;
  top: 50%;
  color: #ffffff;
  font-size: 20px;
  transition: all ease 0.5s;
  transform: translateY(-33px);
}
.hero-slide-area .owl-theme .owl-nav .owl-next:hover::after {
  color: #fabe50;
}
.hero-slide-area .owl-theme .owl-nav .owl-next:hover i {
  color: #fabe50;
}

.hero-slide-item {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 320px;
  padding-bottom: 235px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-slide-item.bg-1 {
  background-image: url(../images/hero-bg/hero-bg-3.jpg);
}
.hero-slide-item.bg-2 {
  background-image: url(../images/hero-bg/hero-bg-4.jpg);
}
.hero-slide-item.bg-3 {
  background-image: url(../images/hero-bg/hero-bg-1.jpg);
}
.hero-slide-item.bg-4 {
  background-image: url(../images/hero-bg/hero-bg-5.jpg);
  padding-top: 330px;
  padding-bottom: 255px;
}
.hero-slide-item.bg-5 {
  background-image: url(../images/hero-bg/hero-bg-2.jpg);
  padding-top: 330px;
  padding-bottom: 255px;
}
.hero-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 1, 1, 0.6) 0%, rgba(1, 1, 1, 0.4) 100%);
  z-index: -1;
}

.hero-slide-content {
  max-width: 850px;
}
.hero-slide-content .top-title {
  color: #fabe50;
  display: block;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.hero-slide-content h1 {
  font-size: 80px;
  margin-bottom: 5px;
  color: #ffffff;
  line-height: 100px;
}
.hero-slide-content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
.hero-slide-content ul li {
  color: #ffffff;
  display: inline-block;
  margin-right: 22px;
}
.hero-slide-content ul li:last-child {
  margin-right: 0;
}
.hero-slide-content ul li i {
  color: #fabe50;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.hero-slide-content h3 {
  color: #fabe50;
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 15px;
}
.hero-slide-content .default-btn {
  background-color: #010101;
}
.hero-slide-content .default-btn::before {
  background-color: #fabe50;
}
.hero-slide-content .default-btn::after {
  background-color: #fabe50;
}
.hero-slide-content .default-btn span {
  color: #fabe50;
}
.hero-slide-content .default-btn span::before {
  background-color: #fabe50;
}
.hero-slide-content .default-btn span::after {
  background-color: #fabe50;
}
.hero-slide-content .default-btn:hover span {
  color: #010101;
}
.hero-slide-content .default-btn:hover span i {
  color: #010101;
}
.hero-slide-content.style-three {
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
.hero-slide-content.style-three p {
  color: #ffffff;
  max-width: 700px;
  margin: auto;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.hero-slide.owl-theme .owl-nav {
  background-color: #000000;
  margin-top: 0 !important;
}
.hero-slide.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: auto !important;
  bottom: 72px !important;
  left: auto !important;
  right: 524px !important;
}
.hero-slide.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: auto !important;
  bottom: 72px !important;
  left: auto !important;
  right: 60px !important;
}

/*
Filter Area Style
=====================================================*/
.filter-popup-area .modal-dialog {
  max-width: 960px;
}
.filter-popup-area .modal-dialog .modal-body {
  padding: 0;
}
.filter-popup-area .modal-header {
  padding: 20px 50px;
}

.filter-popup .container {
  padding: 0;
}
.filter-popup .filter-form {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
}
.filter-popup .filter-form h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.filter-popup .filter-form .label {
  display: block;
  font-weight: 600;
  color: #010101;
  margin-bottom: 8px;
}
.filter-popup .filter-form .listing-wrap {
  margin-bottom: 20px;
}
.filter-popup .filter-form .buy-rent {
  padding: 0;
  margin: 0;
}
.filter-popup .filter-form .buy-rent li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.filter-popup .filter-form .buy-rent li:last-child {
  margin-right: 0;
}
.filter-popup .filter-form .status-wrap {
  margin-bottom: 20px;
}
.filter-popup .filter-form .listing-status {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-popup .filter-form .listing-status li {
  margin-bottom: 15px;
}
.filter-popup .filter-form .listing-status li:last-child {
  margin-bottom: 0;
}
.filter-popup .filter-form .form-group {
  margin-bottom: 20px;
}
.filter-popup .filter-form .form-group .form-control {
  border-radius: 4px;
  color: #999999;
}
.filter-popup .filter-form .form-group .date {
  position: relative;
}
.filter-popup .filter-form .form-group .date i {
  position: absolute;
  top: 16px;
  right: 19px;
}
.filter-popup .filter-form .sale-wrap {
  margin-bottom: 20px;
}
.filter-popup .filter-form .sale-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-popup .filter-form .sale-wrap ul li {
  margin-bottom: 10px;
}
.filter-popup .filter-form .sale-wrap ul li:last-child {
  margin-bottom: 0;
}
.filter-popup .filter-form .amenities-wrap {
  margin-bottom: 20px;
}
.filter-popup .filter-form .amenities-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-popup .filter-form .amenities-wrap ul li {
  margin-bottom: 10px;
}
.filter-popup .filter-form .amenities-wrap ul li:last-child {
  margin-bottom: 0;
}
.filter-popup .filter-form .submit-btn .default-btn.active {
  background-color: transparent;
  color: #999999;
  border: 1px solid #c5c6cd;
  margin-left: 10px;
}
.filter-popup .filter-form .submit-btn .default-btn.active:hover {
  color: #ffffff;
}
.filter-popup .single-check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-popup .single-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.filter-popup .single-check input:checked ~ .checkmark {
  background-color: #0d5c46;
}
.filter-popup .single-check input:checked ~ .checkmark:after {
  display: block;
}
.filter-popup .single-check:hover input ~ .checkmark {
  background-color: #0d5c46;
}
.filter-popup .single-check .checkmark {
  transition: all ease 0.5s;
  border: 1px solid #0d5c46;
  background-color: #ffffff;
}
.filter-popup .single-check .checkmark:after {
  top: 1px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d5c46;
}
.filter-popup .checkmark {
  position: absolute;
  top: 2.8px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #d8d8d8;
  border-radius: 50%;
}
.filter-popup .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-popup .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.filter-popup .input-counter span {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  color: #7b8198;
  transition: 0.5s;
  top: 0;
}
.filter-popup .input-counter span:hover {
  color: #0d5c46;
}
.filter-popup .input-counter span.minus-btn {
  left: 0;
}
.filter-popup .input-counter span.plus-btn {
  right: 0;
}
.filter-popup .input-counter input {
  color: #7b8198;
  outline: 0;
  display: block;
  border: none;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.filter-popup .input-counter input::-moz-placeholder {
  color: #7b8198;
}
.filter-popup .input-counter input::placeholder {
  color: #7b8198;
}

.datepicker-switch {
  font-size: 15px;
}

.datepicker table tr td, .datepicker table tr th {
  font-size: 14px;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background-color: #0d5c46;
  color: #ffffff;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background-color: #0d5c46;
  color: #ffffff;
}

/*
Featured Area Style
=====================================================*/
.single-featured-item {
  transition: all ease 0.5s;
  margin-bottom: 30px;
}
.single-featured-item .featured-img {
  position: relative;
  z-index: 1;
}
.single-featured-item .featured-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0.05) 0%, rgba(1, 1, 1, 0.58) 100%);
  border-radius: 4px 4px 0px 0px;
  opacity: 0;
  transition: all ease 0.5s;
}
.single-featured-item .featured-img img {
  border-radius: 4px 4px 0 0;
}
.single-featured-item .featured-img .tag {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  padding: 5px 15px;
  background-color: #fabe50;
  color: #0d5c46;
  border-radius: 0;
}
.single-featured-item .featured-img .tag.buy {
  background-color: #2af3b7;
}
.single-featured-item .featured-img .tag.sell {
  background-color: #ff3131;
  color: #ffffff;
}
.single-featured-item .featured-img .wish-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  line-height: 48px;
  background-color: #9ad092;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  transform: scale(0);
  transition: all ease 0.5s;
  font-size: 20px;
}
.single-featured-item .featured-img .wish-btn:hover {
  background-color: #ffffff;
  color: #ff3131;
}
.single-featured-item .featured-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 0 0 4px 4px;
  position: relative;
}
.single-featured-item .featured-content h3 {
  font-size: 17px;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
.single-featured-item .featured-content h3 a {
  color: #010101;
}
.single-featured-item .featured-content .price {
  font-size: 17px;
  color: #0d5c46;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  position: absolute;
  top: 15px;
  right: 15px;
}
.single-featured-item .featured-content .price sub {
  position: relative;
  top: -1px;
}
.single-featured-item .featured-content p {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 13px;
}
.single-featured-item .featured-content p i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #fabe50;
}
.single-featured-item .featured-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-featured-item .featured-content ul li {
  color: #696969;
  font-size: 13px;
}
.single-featured-item .featured-content ul li i {
  color: #9ad092;
  font-size: 15px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.single-featured-item:hover {
  transform: translateY(-5px);
}
.single-featured-item:hover .featured-img::before {
  opacity: 1;
}
.single-featured-item:hover .featured-img .wish-btn {
  transform: scale(1);
}
.single-featured-item:hover .featured-content h3 a {
  color: #0d5c46;
}
.single-featured-item.style-three .featured-content {
  background-color: #010101;
  transition: all ease 0.5s;
}
.single-featured-item.style-three .featured-content h3 a {
  color: #ffffff;
}
.single-featured-item.style-three .featured-content .price {
  color: #fabe50;
  transition: all ease 0.5s;
}
.single-featured-item.style-three .featured-content p {
  border-color: #252525;
  color: #999999;
  transition: all ease 0.5s;
}
.single-featured-item.style-three .featured-content p i {
  color: #fabe50;
}
.single-featured-item.style-three .featured-content ul li {
  color: #999999;
  transition: all ease 0.5s;
}
.single-featured-item.style-three .featured-content ul li i {
  color: #9ad092;
}
.single-featured-item.style-three:hover .featured-content {
  background-color: #ffffff;
}
.single-featured-item.style-three:hover .featured-content h3 a {
  color: #0d5c46;
}
.single-featured-item.style-three:hover .featured-content .price {
  color: #0d5c46;
}
.single-featured-item.style-three:hover .featured-content p {
  border-color: #F8F8F8;
  color: #999999;
}
.single-featured-item.style-three:hover .featured-content p i {
  color: #0d5c46;
}
.single-featured-item.style-three:hover .featured-content ul li {
  color: #696969;
}
.single-featured-item.style-three:hover .featured-content ul li i {
  color: #9ad092;
}

.section-title .nav-tabs {
  border-bottom: none;
}
.section-title .nav-tabs .nav-item {
  margin-right: 15px;
}
.section-title .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.section-title .nav-tabs .nav-link {
  background-color: #ffffff;
  padding: 13px 30px;
  font-size: 16px;
  color: #0d5c46;
  transition: all ease 0.5s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
}
.section-title .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #0d5c46;
  z-index: -1;
  border-radius: 50px;
  transition: all ease 0.5s;
}
.section-title .nav-tabs .nav-link.active {
  background-color: #0d5c46;
  color: #ffffff;
}
.section-title .nav-tabs .nav-link:hover {
  background-color: #0d5c46;
  color: #ffffff;
}
.section-title .nav-tabs .nav-link:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.section-title .nav-tabs.style-three .nav-link::before {
  background-color: #fabe50;
}
.section-title .nav-tabs.style-three .nav-link.active {
  background-color: #fabe50;
  color: #0d5c46;
  border-color: #fabe50;
}
.section-title .nav-tabs.style-three .nav-link:hover {
  background-color: #fabe50;
  color: #0d5c46;
}

/*
Location Area Style
=====================================================*/
.single-location-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 50px 30px;
  transition: all ease 0.5s;
}
.single-location-item .location-img {
  position: relative;
  padding-left: 120px;
}
.single-location-item .location-img img {
  position: absolute;
  top: -22px;
  left: 0;
  max-width: 100px;
  border-radius: 50%;
}
.single-location-item .location-img h3 {
  font-size: 17px;
}
.single-location-item .location-img h3 a {
  color: #010101;
}
.single-location-item .location-img p {
  font-size: 15px;
  color: #696969;
}
.single-location-item .location-img p i {
  color: #fabe50;
  position: relative;
  top: 2px;
}
.single-location-item .location-btn {
  width: 50px;
  height: 50px;
  line-height: 59px;
  text-align: center;
  display: inline-block;
  background-color: #9ad092;
  color: #0d5c46;
  font-size: 20px;
  border-radius: 4px;
  position: relative;
  top: 1px;
  transition: all ease 0.5s;
}
.single-location-item.style-two {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.single-location-item.style-two .location-shape {
  position: absolute;
  top: 50%;
  left: -18%;
  z-index: -1;
  transform: translateY(-75%);
}
.single-location-item.style-two img {
  margin-bottom: 20px;
}
.single-location-item.style-two h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.single-location-item.style-two h3 a {
  color: #010101;
}
.single-location-item.style-two p {
  color: #4D4D4D;
}
.single-location-item.style-two p i {
  color: #0d5c46;
  position: relative;
  top: 2px;
}
.single-location-item.style-two .location-btn {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.single-location-item.style-two .location-btn:hover {
  background-color: #0d5c46;
  border-color: #0d5c46;
  color: #ffffff;
}
.single-location-item:hover {
  transform: translateY(-5px);
}
.single-location-item:hover .location-img h3 a {
  color: #0d5c46;
}

.location-slide.owl-carousel .owl-item img {
  width: auto;
}

/*
Your Work Area Style
=====================================================*/
.single-your-work-item {
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-your-work-item img {
  margin-bottom: 40px;
}
.single-your-work-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.single-your-work-item:hover {
  transform: translateY(-5px);
}
.single-your-work-item.style-three h3 {
  color: #fabe50;
}
.single-your-work-item.mt-30 {
  margin-top: 50px;
}

/*
Take Tour Area Style
=====================================================*/
.take-tour-area {
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 190px;
  background-image: url(../images/take-tour-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.take-tour-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 1, 1, 0.9) 0%, rgba(1, 1, 1, 0.2) 100%);
  opacity: 0.3;
  z-index: -1;
}

.take-content {
  background: rgba(13, 92, 70, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  max-width: 670px;
  margin-right: auto;
  padding: 50px;
  backdrop-filter: blur(15px);
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}
.take-content::before {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 125px;
  background-image: url(../images/3d-arrow.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
}
.take-content .max-width {
  max-width: 405px;
}
.take-content h2 {
  color: #ffffff;
  font-size: 40px;
}
.take-content p {
  color: #ffffff;
}
.take-content i {
  width: 90px;
  height: 90px;
  line-height: 113px;
  background-color: #fabe50;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  display: block;
  border-radius: 50px;
  cursor: pointer;
}
.take-content.style-three {
  margin-left: auto;
  margin-right: 0;
  background: rgba(250, 190, 80, 0.7);
}
.take-content.style-three h2 {
  color: #010101;
}
.take-content.style-three p {
  color: #010101;
}
.take-content.style-three i {
  background-color: #0d5c46;
}
.take-content:hover {
  background: #0d5c46;
}
.take-content:hover.style-three h2 {
  color: #ffffff;
}
.take-content:hover.style-three p {
  color: #ffffff;
}
.take-content:hover.style-three i {
  background-color: #fabe50;
}

.modal-3d .modal-dialog {
  max-width: 960px;
}
.modal-3d .modal-body {
  padding-bottom: 8px;
}
.modal-3d .modal-body .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background-image: unset;
  opacity: 1;
  width: auto;
  height: auto;
}
.modal-3d .modal-body .btn-close:focus {
  box-shadow: none;
  outline: 0;
}
.modal-3d .modal-body .btn-close i {
  font-size: 30px;
  color: #ff0000;
  transition: all ease 0.5s;
}
.modal-3d .modal-body .btn-close:hover {
  opacity: 1;
}
.modal-3d .modal-body .btn-close:hover i {
  color: #ff0000;
}
.modal-3d button.a-enter-vr-button {
  display: none;
}

/*
New Property Area Style
=====================================================*/
.top-new-properties-area.bg-style {
  position: relative;
  z-index: 1;
  background-image: url(../images/location/location-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-new-properties-area.bg-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010101;
  opacity: 0.9;
  z-index: -1;
}

.single-property-item {
  margin-bottom: 30px;
}
.single-property-item img {
  margin-bottom: 25px;
}
.single-property-item .property-content {
  border-radius: 0 0 4px 4px;
}
.single-property-item .property-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.single-property-item .property-content h3 a {
  color: #010101;
}
.single-property-item .property-content .price {
  font-size: 20px;
  color: #0d5c46;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.single-property-item .property-content .price sub {
  position: relative;
  top: -1px;
}
.single-property-item .property-content p {
  position: relative;
  padding-left: 20px;
  color: #696969;
}
.single-property-item .property-content p i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #fabe50;
}
.single-property-item.style-two .property-content h3 a {
  color: #ffffff;
}
.single-property-item.style-two .property-content .price {
  color: #fabe50;
}
.single-property-item.style-two .property-content p {
  color: #ABABAB;
}

.property-slide-two {
  max-width: 1600px;
  margin-left: auto;
}

/*
Customer Area Style
=====================================================*/
.customers-area {
  position: relative;
  z-index: 1;
}
.customers-area .wave-btn {
  background-color: rgba(255, 255, 255, 0.2);
}
.customers-area .wave-btn::after, .customers-area .wave-btn::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.customers-area .wave-btn.wave-one {
  top: 100px;
  left: -40px;
  z-index: -1;
}
.customers-area .wave-btn.wave-two {
  top: 100px;
  right: 200px;
  z-index: -1;
  width: 40px;
  height: 40px;
}
.customers-area .wave-btn.wave-three {
  top: auto;
  bottom: 100px;
  left: 300px;
  z-index: -1;
  width: 25px;
  height: 25px;
}
.customers-area:hover .wave-btn {
  background-color: rgba(13, 92, 70, 0.2);
}
.customers-area:hover .wave-btn::before, .customers-area:hover .wave-btn::after {
  background-color: rgba(13, 92, 70, 0.2);
}
.customers-area .thumbs-wrap {
  position: relative;
}
.customers-area .thumbs-wrap .owl-thumbs {
  position: absolute;
  right: 0;
  bottom: 0;
}
.customers-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.customers-area .thumbs-wrap .owl-thumbs .owl-thumb-item:last-child {
  margin-right: 0;
}
.customers-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.4;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}
.customers-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fabe50;
}
.customers-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  opacity: 1;
}
.customers-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  opacity: 1;
}
.customers-area.style-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.customers-area.style-two::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  z-index: -1;
}

.customers-title h2 {
  color: #ffffff;
  margin-bottom: 60px;
  font-size: 42px;
}

.single-customer-item {
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 35px;
  padding-left: 155px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.single-customer-item .customer-img {
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: center;
}
.single-customer-item .customer-img img {
  border-radius: 50px;
}
.single-customer-item .customer-img ul {
  padding-left: 0;
  margin-bottom: 23px;
  margin-top: 30px;
  list-style-type: none;
  line-height: 1;
}
.single-customer-item .customer-img ul li {
  display: inline-block;
}
.single-customer-item .customer-img ul li i {
  color: #fabe50;
}
.single-customer-item .customer-content p {
  margin-bottom: 37px;
  color: #4D4D4D;
}
.single-customer-item .customer-content h3 {
  font-size: 17px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.single-customer-item .customer-content span {
  color: #696969;
  letter-spacing: -0.03em;
  font-size: 14px;
}
.single-customer-item.style-two {
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  max-width: 672px;
}
.single-customer-item.style-two .customer-content {
  position: relative;
}
.single-customer-item.style-two .customer-content::before {
  content: "\ec51";
  font-family: remixicon !important;
  position: absolute;
  top: -40px;
  left: -22px;
  width: 100%;
  height: 100%;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
}
.single-customer-item.style-two .customer-content p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
}
.single-customer-item.style-two .customer-content ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}
.single-customer-item.style-two .customer-content ul li {
  display: inline-block;
}
.single-customer-item.style-two .customer-content ul li:last-child {
  margin-right: 0;
}
.single-customer-item.style-two .customer-content ul li i {
  color: #fabe50;
  font-size: 18px;
}
.single-customer-item.style-two .customer-content h3 {
  color: #ffffff;
  margin-bottom: 5px;
}
.single-customer-item.style-two .customer-content span {
  color: #9ad092;
  letter-spacing: -0.03em;
  font-size: 14px;
}

.customers-slide.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.customers-slide.owl-theme .owl-dots {
  line-height: 1;
}
.customers-slide.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(13, 92, 70, 0.5);
  transition: all ease 0.5s;
  margin: 0 8px;
}
.customers-slide.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #0d5c46;
}

.customers-img-bg {
  background-image: url(../images/customers/customer-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Blog Area Style
=====================================================*/
.single-blog-item {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: all ease 0.5s;
  padding: 10px;
  margin-bottom: 30px;
}
.single-blog-item .blog-img {
  height: 100%;
  position: relative;
  transition: all ease 0.5s;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-blog-item .blog-img .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-blog-item .blog-img.bg-1 {
  background-image: url(../images/blog/blog-1.jpg);
  border-radius: 4px;
}
.single-blog-item .blog-img.bg-2 {
  background-image: url(../images/blog/blog-2.jpg);
  border-radius: 4px;
}
.single-blog-item .blog-img.bg-3 {
  background-image: url(../images/blog/blog-3.jpg);
  border-radius: 4px;
}
.single-blog-item .blog-img.bg-4 {
  background-image: url(../images/blog/blog-4.jpg);
  border-radius: 4px;
}
.single-blog-item .blog-content {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.single-blog-item .blog-content ul {
  padding-left: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f8f8;
  list-style: none;
  position: relative;
}
.single-blog-item .blog-content ul li {
  display: inline-block;
  font-size: 14px;
  color: #696969;
}
.single-blog-item .blog-content ul li a {
  color: #696969;
}
.single-blog-item .blog-content ul li a:hover {
  color: #0d5c46;
}
.single-blog-item .blog-content ul li i {
  color: #9ad092;
  position: relative;
  top: 2px;
}
.single-blog-item .blog-content h3 {
  font-size: 17px;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  line-height: 30px;
}
.single-blog-item .blog-content h3 a {
  color: #010101;
}
.single-blog-item .blog-content h3 a:hover {
  color: #0d5c46;
}
.single-blog-item .blog-content .read-more {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.single-blog-item.style-three {
  background-color: #010101;
}
.single-blog-item.style-three .blog-content ul {
  border-color: #252525;
  transition: all ease 0.5s;
}
.single-blog-item.style-three .blog-content ul li i {
  color: #9ad092;
}
.single-blog-item.style-three .blog-content h3 a {
  color: #ffffff;
}
.single-blog-item.style-three .blog-content .read-more {
  color: #fabe50;
}
.single-blog-item.style-three:hover {
  background-color: #ffffff;
}
.single-blog-item.style-three:hover .blog-content ul {
  border-color: #f8f8f8;
}
.single-blog-item:hover {
  transform: translateY(-5px);
}
.single-blog-item:hover .blog-content h3 a {
  color: #0d5c46;
}
.single-blog-item:hover .blog-content .read-more {
  color: #fabe50;
}
.single-blog-item:hover .blog-content .read-more i {
  left: 95%;
}

/*
Estate Agent Area Style
=====================================================*/
.estate-agent-area {
  position: relative;
  z-index: 1;
}
.estate-agent-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #0d5c46;
  z-index: -1;
}

.estate-agent-bg {
  padding: 100px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  background-image: url(../images/estate-agent-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.estate-agent-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #000000 0.57%, rgba(13, 92, 70, 0) 100%);
  opacity: 0.55;
  border-radius: 15px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.estate-agent-content h2 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
.estate-agent-content p {
  color: #ffffff;
}
.estate-agent-content.change-color h2 {
  color: #fabe50;
}

.estate-agent-btn {
  text-align: right;
}
.estate-agent-btn .default-btn {
  background-color: #0d5c46;
}
.estate-agent-btn .default-btn::before {
  background-color: #fabe50;
}
.estate-agent-btn .default-btn::after {
  background-color: #fabe50;
}
.estate-agent-btn .default-btn span {
  color: #fabe50;
}
.estate-agent-btn .default-btn span::before {
  background-color: #fabe50;
}
.estate-agent-btn .default-btn span::after {
  background-color: #fabe50;
}
.estate-agent-btn .default-btn:hover span {
  color: #0d5c46;
}
.estate-agent-btn .default-btn:hover span i {
  color: #0d5c46;
}

.newsletter-form .form-control {
  background-color: #ffffff;
  border-radius: 4px;
}
.newsletter-form .form-control:focus {
  border-color: #fabe50;
}
.newsletter-form .default-btn {
  width: 100%;
  margin-top: 20px;
  background-color: #fabe50;
  color: #0d5c46;
}
.newsletter-form .default-btn:hover {
  color: #fabe50;
}
.newsletter-form div#validator-newsletter {
  color: #ff0000;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

/*
Footer Area Style
=====================================================*/
.footer-area {
  position: relative;
  z-index: 1;
}
.footer-area .wave-btn {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-area .wave-btn::after, .footer-area .wave-btn::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-area .wave-btn.wave-one {
  top: 0;
  left: 100px;
  z-index: -1;
}
.footer-area .wave-btn.wave-two {
  top: 0;
  right: 200px;
  z-index: -1;
  width: 40px;
  height: 40px;
}
.footer-area .wave-btn.wave-three {
  top: auto;
  bottom: 100px;
  right: 250px;
  z-index: -1;
  width: 25px;
  height: 25px;
}
.footer-area:hover .wave-btn {
  background-color: rgba(250, 190, 80, 0.2);
}
.footer-area:hover .wave-btn::before, .footer-area:hover .wave-btn::after {
  background-color: rgba(250, 190, 80, 0.2);
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget img {
  margin-bottom: 25px;
}
.single-footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
}
.single-footer-widget .social-icon {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  line-height: 1;
}
.single-footer-widget .social-icon li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer-widget .social-icon li:last-child {
  margin-right: 0;
}
.single-footer-widget .social-icon li a i {
  color: #fabe50;
  font-size: 25px;
  transition: all ease 0.5s;
}
.single-footer-widget .social-icon li a:hover i {
  color: #9ad092;
}
.single-footer-widget h3 {
  font-size: 17px;
  margin-bottom: 30px;
  color: #fabe50;
  letter-spacing: -0.02em;
}
.single-footer-widget .use-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .use-link li {
  margin-bottom: 19px;
}
.single-footer-widget .use-link li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .use-link li a {
  color: #ffffff;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.single-footer-widget .use-link li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  transition: all ease 0.5s;
}
.single-footer-widget .use-link li a:hover {
  color: #9ad092;
}
.single-footer-widget .use-link li a:hover::before {
  background-color: #9ad092;
}
.single-footer-widget .insta-grid {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.single-footer-widget .insta-grid li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.single-footer-widget .insta-grid li a {
  position: relative;
  display: inline-block;
}
.single-footer-widget .insta-grid li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(154, 208, 146, 0.5);
  opacity: 0;
  transition: all ease 0.5s;
}
.single-footer-widget .insta-grid li a img {
  margin-bottom: 0;
}
.single-footer-widget .insta-grid li a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0d5c46;
  opacity: 0;
  transition: all ease 0.5s;
}
.single-footer-widget .insta-grid li a:hover::before {
  opacity: 1;
}
.single-footer-widget .insta-grid li a:hover i {
  opacity: 1;
}

/*
Copy Right Area Style
=====================================================*/
.copy-right-content {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
}
.copy-right-content p {
  color: #ffffff;
}
.copy-right-content p a {
  color: #fabe50;
}
.copy-right-content p i {
  position: relative;
  top: 4px;
}

/*
Comfort Area Style
=====================================================*/
.comfort-content {
  margin-left: 86px;
}
.comfort-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.comfort-content p {
  color: #696969;
}
.comfort-content .default-btn {
  margin-top: 20px;
}
.comfort-content.style-three h2 {
  color: #ffffff;
}
.comfort-content.style-three p {
  color: #999999;
}

.comfort-img {
  position: relative;
  z-index: 1;
  margin-right: -12px;
}
.comfort-img .shape {
  position: absolute;
  bottom: 0;
  left: -70px;
  z-index: -1;
}

/*
Agent Area Style
=====================================================*/
.single-agent-item {
  transition: all ease 0.5s;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.single-agent-item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-image: url(../images/agents/agent-shape.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.single-agent-item .agent-img {
  position: relative;
  margin-bottom: 20px;
}
.single-agent-item .agent-img img {
  border-radius: 50%;
}
.single-agent-item .agent-img ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgba(1, 1, 1, 0.7);
  border-radius: 50%;
  transform: scale(0);
  transition: all ease 0.5s;
}
.single-agent-item .agent-img ul li {
  display: inline-block;
  margin-right: 15px;
}
.single-agent-item .agent-img ul li:last-child {
  margin-right: 0;
}
.single-agent-item .agent-img ul li a i {
  font-size: 25px;
  color: #fabe50;
  transition: all ease 0.5s;
}
.single-agent-item .agent-img ul li a:hover i {
  color: #ffffff;
}
.single-agent-item .agent-content h3 {
  font-size: 20px;
}
.single-agent-item .agent-content h3 a {
  color: #ffffff;
}
.single-agent-item .agent-content p {
  position: relative;
  padding-left: 20px;
}
.single-agent-item .agent-content p i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #9AD092;
}
.single-agent-item .agent-content .call-btn {
  width: 40px;
  height: 40px;
  line-height: 46px;
  border: 1px solid #fabe50;
  color: #fabe50;
  border-radius: 4px;
  text-align: center;
}
.single-agent-item .agent-content .call-btn:hover {
  background-color: #fabe50;
  color: #0d5c46;
}
.single-agent-item .agent-content.style-about h3 a {
  color: #010101;
}
.single-agent-item:hover {
  transform: translateY(-5px);
}
.single-agent-item:hover .agent-content h3 a {
  color: #fabe50;
}
.single-agent-item:hover .agent-img ul {
  transform: scale(1);
}

/*
Partner Area Style
======================================================*/
.partner-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  cursor: pointer;
}

/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/page-bg/page-bg-1.png);
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title-area .container-fluid {
  max-width: 1700px;
}
.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0.1) -66.53%, rgba(1, 1, 1, 0.58) 100%);
}
.page-title-area.bg-1 {
  background-image: url(../images/page-bg/page-bg-1.png);
}

.page-title-content {
  position: relative;
  max-width: 600px;
}
.page-title-content h2 {
  margin-bottom: 0;
  font-size: 50px;
  color: #ffffff;
}
.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
}
.page-title-content ul li a {
  color: #ffffff;
}
.page-title-content ul li a:hover {
  color: #fabe50;
}
.page-title-content ul li::before {
  content: "\ea6e";
  font-family: remixicon !important;
  position: absolute;
  top: 1px;
  right: -53px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
}
.page-title-content ul li.active {
  color: #fabe50;
}
.page-title-content ul li:first-child {
  margin-left: 0;
}
.page-title-content ul li:last-child {
  padding-right: 0;
}
.page-title-content ul li:last-child::before {
  display: none;
}

/* 
Load More Area Style
=====================================================*/
.load-more__btn {
  font-weight: 600;
  color: #fabe50;
  text-align: center;
  margin: auto;
  display: table;
  background-color: #0d5c46;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
}
.load-more__btn:hover {
  color: #010101;
  background-color: #fabe50;
}

/* 
Contact Info Area Style
=====================================================*/
.single-info {
  padding: 30px 44px;
  position: relative;
  z-index: 1;
  border-left: 5px solid #fabe50;
  margin-bottom: 30px;
}
.single-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #fabe50;
  z-index: -1;
  transition: all ease 0.5s;
}
.single-info h3 {
  font-size: 16px;
  margin-bottom: 25px;
}
.single-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-info ul li {
  margin-bottom: 5px;
  transition: all ease 0.5s;
}
.single-info ul li:last-child {
  margin-bottom: 0;
}
.single-info ul li a {
  transition: all ease 0.5s;
  color: #7C7C7C;
}
.single-info:hover h3 {
  color: #ffffff;
}
.single-info:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.single-info:hover ul li {
  color: #0d5c46;
}
.single-info:hover ul li a {
  color: #0d5c46;
}

/* 
Main Contact Area Style
=====================================================*/
.contact-form {
  max-width: 620px;
  margin-left: auto;
}
.contact-form h2 {
  font-size: 42px;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.contact-form .form-group .form-control {
  background-color: #ffffff;
  border-color: #ffffff;
}
.contact-form .form-check {
  margin-bottom: 30px;
  padding-left: 35px;
}
.contact-form .default-btn {
  padding: 22px 35px;
  border-radius: 0;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 20px;
  font-size: 20px;
}

.contact-img {
  height: 100%;
  position: relative;
  z-index: 1;
  margin-left: 100px;
  background-image: url(../images/contact-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../images/contact-shape.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
Agent Details Area Style
=====================================================*/
.agent-details-content .single-agent-item {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 4px;
}
.agent-details-content .single-agent-item::before {
  display: none;
}
.agent-details-content .single-agent-item:hover {
  transform: translateY(0);
}
.agent-details-content .single-agent-item .agent-img {
  margin-bottom: 0;
}
.agent-details-content .single-agent-item .agent-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 20px;
}
.agent-details-content .single-agent-item .agent-content ul li {
  display: inline-block;
  margin-right: 10px;
}
.agent-details-content .single-agent-item .agent-content ul li:last-child {
  margin-right: 0;
}
.agent-details-content .single-agent-item .agent-content ul li a i {
  font-size: 20px;
}
.agent-details-content .single-agent-item .agent-content .call-btn {
  display: block;
  margin-bottom: 10px;
}
.agent-details-content .single-agent-item .agent-content .call-btn:last-child {
  margin-bottom: 0;
}
.agent-details-content .agent-about {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.agent-details-content .agent-about h3 {
  font-size: 30px;
}
.agent-details-content .product-review-form {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 4px;
}
.agent-details-content .product-review-form h3 {
  font-size: 20px;
}
.agent-details-content .product-review-form .review-title {
  position: relative;
}
.agent-details-content .product-review-form .review-title .rating {
  display: inline-block;
  position: relative;
  top: 1px;
}
.agent-details-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}
.agent-details-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}
.agent-details-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}
.agent-details-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}
.agent-details-content .product-review-form .review-title .btn:focus {
  border: none !important;
  box-shadow: none !important;
  border: 4px;
  background-color: #0d5c46;
}
.agent-details-content .product-review-form .review-comments {
  margin-top: 15px;
}
.agent-details-content .product-review-form .review-comments .review-item {
  margin-top: 15px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eaedff;
  padding-top: 15px;
}
.agent-details-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}
.agent-details-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}
.agent-details-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.agent-details-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
.agent-details-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.agent-details-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}
.agent-details-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff4800;
}
.agent-details-content .product-review-form .review-form {
  margin-top: 30px;
}
.agent-details-content .product-review-form .review-form form .form-group {
  margin-bottom: 30px;
}
.agent-details-content .product-review-form .review-form form .form-group label {
  color: #444444;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
}
.agent-details-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}
.agent-details-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
  border-radius: 4px;
}
.agent-details-content .product-review-form .review-form form .btn:focus {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.agent-sidebar {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.agent-sidebar h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.agent-sidebar.featured .single-featured-item {
  margin-bottom: 0;
}
.agent-sidebar.featured .single-featured-item .featured-content {
  background-color: #f9f9f9;
  box-shadow: none;
}

/* 
Pricing Contact Area Style
=====================================================*/
.single-pricing {
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-pricing h3 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 5px 0;
  margin-bottom: 15px;
}
.single-pricing h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 70%;
  height: 100%;
  background-color: #f9fafb;
  z-index: -1;
  border-radius: 0 50px 50px 0;
  border: 1px solid #ebebeb;
  border-left: none;
}
.single-pricing h3 span {
  color: #c5c6cd;
  float: right;
}
.single-pricing .active {
  color: #ffffff;
}
.single-pricing .active::before {
  background-color: #0d5c46;
}
.single-pricing h2 {
  color: #0d5c46;
  margin-bottom: 12px;
}
.single-pricing h2 sup {
  font-size: 15px;
  top: -10px;
  color: #010101;
}
.single-pricing h2 sub {
  font-size: 15px;
  top: -1px;
  color: #010101;
}
.single-pricing ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-pricing ul li {
  margin-bottom: 15px;
}
.single-pricing ul li:last-child {
  margin-bottom: 0;
}
.single-pricing ul li i {
  float: right;
}
.single-pricing .default-btn {
  margin-top: 20px;
  padding: 15px 35px;
}
.single-pricing:hover {
  transform: translateY(-2px);
}

/* 
FAQ Area Style
=====================================================*/
.accordion {
  max-width: 850px;
  margin: auto;
}

.accordion-item {
  margin-bottom: 20px;
  border-radius: 0 !important;
  border: none;
}
.accordion-item .accordion-body {
  border: 1px solid #eeeeee;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  padding-top: 8px;
}
.accordion-item .accordion-body a {
  color: #0d5c46;
}
.accordion-item .accordion-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.accordion-item .accordion-body ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.accordion-item .accordion-body ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  line-height: 10px;
  background-color: #0d5c46;
}
.accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0;
}

.accordion-button {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  color: #0d5c46;
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
  content: "\f1af";
  font-family: "remixicon" !important;
  right: -3px;
  position: relative;
}
.accordion-button::after {
  background-image: unset;
  content: "\ea13";
  font-family: "remixicon" !important;
  right: -8px;
  position: relative;
}

/*
Submit Property Area Style
=====================================================*/
.submit-property-form {
  max-width: 850px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: auto;
}
.submit-property-form .form-group {
  margin-bottom: 20px;
}
.submit-property-form .form-group label {
  margin-bottom: 10px;
  color: #656565;
  font-weight: 600;
}
.submit-property-form .form-group .form-control {
  border-radius: 4px;
}
.submit-property-form .form-group .form-select {
  color: #999999;
}
.submit-property-form .default-btn {
  width: 100%;
}
.submit-property-form .file-upload {
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}
.submit-property-form .file-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.submit-property-form .file-upload label {
  display: block;
}
.submit-property-form .file-upload .inputfile + label {
  color: #010101;
  background-color: #ffffff;
  margin-bottom: 0;
  transition: all ease 0.5s;
  padding: 14px 20px;
  position: relative;
  height: 55px;
  text-align: center;
  font-size: 16px;
}
.submit-property-form .file-upload i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.submit-property-form .file-upload .inputfile:focus + label, .submit-property-form .file-upload .inputfile + label:hover {
  background-color: #0d5c46;
  color: #ffffff;
}
.submit-property-form .file-upload .inputfile + label {
  cursor: pointer;
}

/*
Wishlist Area Style
======================================================*/
.wishlist-area .cart-controller {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-bottom: none;
  margin-bottom: 35px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.wishlist-area .trash {
  text-align: center !important;
}
.wishlist-area .trash .remove {
  color: #ed1d24;
  font-size: 20px;
  background-color: transparent;
}
.wishlist-area .trash .remove:hover {
  color: #ed1d24;
}
.wishlist-area .product-thumbnail {
  width: 130px;
}
.wishlist-area .cart-table {
  text-align: center;
}
.wishlist-area .cart-table table {
  margin-bottom: 0;
}
.wishlist-area .cart-table table thead tr {
  border-style: none;
}
.wishlist-area .cart-table table thead tr th {
  border: none;
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 30px;
}
.wishlist-area .cart-table table tbody tr td {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #dedede;
  white-space: nowrap;
  padding: 15px 30px;
}
.wishlist-area .cart-table table tbody tr td a {
  color: #010101;
  font-weight: 600;
}
.wishlist-area .cart-table table tbody tr td a:hover {
  color: #0d5c46;
}

/* 
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
  margin-bottom: 15px;
}
.main-content-text h1 {
  font-size: 30px;
}
.main-content-text h2 {
  font-size: 26px;
}
.main-content-text h3 {
  font-size: 22px;
}
.main-content-text h4 {
  font-size: 22px;
}
.main-content-text h5 {
  font-size: 20px;
}
.main-content-text h6 {
  font-size: 18px;
}
.main-content-text .gap-20 {
  margin-bottom: 30px;
}
.main-content-text ul {
  padding: 0;
  list-style-type: none;
}
.main-content-text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.main-content-text ul li:last-child {
  margin-bottom: 0;
}
.main-content-text ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: #0d5c46;
  font-size: 25px;
}
.main-content-text ol {
  padding-left: 18px;
}
.main-content-text ol li {
  margin-bottom: 10px;
}
.main-content-text ol li::marker {
  color: #0d5c46;
}
.main-content-text ol li:last-child {
  margin-bottom: 0;
}
.main-content-text a {
  color: #0d5c46;
}
.main-content-text a:hover {
  text-decoration: underline;
}

/*
404 Error Area Style
=====================================================*/
.error-content {
  text-align: center;
}
.error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #0d5c46;
  margin-top: -25px;
}
.error-content h1 .a {
  display: inline-block;
}
.error-content h1 .red {
  color: #ff0000;
  display: inline-block;
  transform: rotate(45deg);
}
.error-content h1 .b {
  display: inline-block;
}
.error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}
.error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
}

/*
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-content {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin: auto;
}
.coming-soon-content h2 {
  font-size: 48px;
  margin-top: -10px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-content #timer div {
  border: 4px solid #0d5c46;
  color: #0d5c46;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}
.coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #010101;
}
.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: all ease 0.5s;
  top: 9px;
  font-size: 22px;
}
.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all ease 0.5s;
  background: #0d5c46;
}
.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  color: #010101;
  height: 50px;
  display: block;
  width: 100%;
  transition: all ease 0.5s;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
}
.coming-soon-content form .form-group .input-newsletter::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.coming-soon-content form .form-group .input-newsletter:focus {
  border-color: #0d5c46;
  outline: 0 !important;
}
.coming-soon-content form .form-group .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: #ff0000;
}
.coming-soon-content form .validation-success {
  margin-top: 15px;
}
.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}
.coming-soon-content .newsletter-form .default-btn {
  margin-top: 0;
}

.search-form-for-blog {
  position: relative;
}
.search-form-for-blog .form-control {
  background-color: #9ad092;
  border-radius: 4px;
}
.search-form-for-blog .form-control:focus {
  border: none;
  border-color: #0d5c46;
}
.search-form-for-blog .src-btn {
  position: absolute;
  top: 20px;
  right: 18px;
  background-color: transparent;
}

/*
User Area CSS
=====================================================*/
.user-form-content {
  max-width: 800px;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
  border-radius: 4px;
}
.user-form-content h3 {
  margin-bottom: 20px;
  font-size: 40px;
}
.user-form-content .user-form .form-group {
  margin-bottom: 30px;
}
.user-form-content .user-form .form-group label {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
}
.user-form-content .user-form .login-action {
  margin-bottom: 30px;
}
.user-form-content .user-form .login-action .form-check {
  display: inline-block;
}
.user-form-content .user-form .login-action .form-check a {
  color: #0d5c46;
}
.user-form-content .user-form .login-action .forgot-login {
  display: inline-block;
}
.user-form-content .user-form .default-btn {
  margin-bottom: 30px;
}
.user-form-content .or {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.user-form-content .or::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #404142;
}
.user-form-content .or::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #404142;
}
.user-form-content .or-login {
  display: block;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.user-form-content .or-login.facebook {
  background-color: #3b5998;
}
.user-form-content .or-login.google {
  background-color: #ea4335;
}
.user-form-content .create {
  font-size: 16px;
}
.user-form-content .create a {
  color: #0d5c46;
}

.form-check-input {
  background-color: #ffffff;
  border: 1px solid #0d5c46;
  border-radius: 0 !important;
  position: relative;
  top: -2px;
}

/*
Property Grid Area CSS
=====================================================*/
.blog-details-content-wrap .blog-details-img {
  margin-bottom: 40px;
}
.blog-details-content-wrap p {
  color: #646464;
}
.blog-details-content-wrap .blog-details-content {
  max-width: 1090px;
  margin: auto;
}
.blog-details-content-wrap .blog-details-content .admin-details {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.blog-details-content-wrap .blog-details-content .admin-details li {
  display: inline-block;
  font-weight: 600;
  color: #7c7c7c;
}
.blog-details-content-wrap .blog-details-content .admin-details li span {
  color: #f51304;
}
.blog-details-content-wrap .blog-details-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details-content-wrap .blog-details-content h3 {
  font-size: 22px;
  margin-bottom: 33px;
}
.blog-details-content-wrap .blog-details-content .time-list {
  padding-left: 0;
  margin-bottom: 50px;
  list-style: none;
  margin-top: 25px;
}
.blog-details-content-wrap .blog-details-content .time-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #646464;
  font-weight: 600;
}
.blog-details-content-wrap .blog-details-content .time-list li:last-child {
  margin-bottom: 0;
}
.blog-details-content-wrap .blog-details-content .time-list li span {
  color: #f51304;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
.blog-details-content-wrap .blog-details-content .blog-img-item {
  margin-bottom: 50px;
}
.blog-details-content-wrap .blog-details-content blockquote {
  background-color: #f5f5f5;
  padding: 50px;
  padding-left: 203px;
  position: relative;
  padding-right: 226px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-details-content-wrap .blog-details-content blockquote i {
  position: absolute;
  top: 0;
  left: 90px;
  font-size: 100px;
  color: #0d5c46;
}
.blog-details-content-wrap .blog-details-content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
  color: #010101;
  line-height: 31px;
}
.blog-details-content-wrap .blog-details-content .social-link {
  list-style-type: none;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-details-content-wrap .blog-details-content .social-link li {
  display: inline-block;
  margin-right: 54px;
  font-weight: 600;
}
.blog-details-content-wrap .blog-details-content .social-link li:last-child {
  margin-right: 0;
}
.blog-details-content-wrap .blog-details-content .social-link li span {
  color: #646464;
}
.blog-details-content-wrap .blog-details-content .social-link li a {
  color: #010101;
}
.blog-details-content-wrap .blog-details-content .social-link li a:hover {
  color: #0d5c46;
}
.blog-details-content-wrap .blog-details-content .blogger-about {
  background-color: #0f0e0e;
  padding: 50px;
  margin-bottom: 100px;
}
.blog-details-content-wrap .blog-details-content .blogger-about .blogger-about-content {
  margin-left: 30px;
}
.blog-details-content-wrap .blog-details-content .blogger-about .blogger-about-content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
.blog-details-content-wrap .blog-details-content .blogger-about .blogger-about-content h3 span {
  font-weight: normal;
  color: #c2c2c2;
}
.blog-details-content-wrap .blog-details-content .blogger-about .blogger-about-content p {
  color: #C2C2C2;
}
.blog-details-content-wrap .blog-details-content .blogger-about .blogger-about-content .social-link {
  border: none;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}
.blog-details-content-wrap .blog-details-content .blogger-about .blogger-about-content .social-link li a {
  color: #ffffff;
}
.blog-details-content-wrap .blog-details-content .blogger-about .blogger-about-content .social-link li a:hover {
  color: #0d5c46;
}
.blog-details-content-wrap .blog-details-content .comments-content {
  margin-bottom: 100px;
}
.blog-details-content-wrap .blog-details-content .comments-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li {
  position: relative;
  margin-bottom: 30px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li:last-child {
  margin-bottom: 0;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li h4 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  color: #999999;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li .read-more {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li .comments-date-title {
  margin-left: 20px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li:nth-child(2) {
  margin-left: 100px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li:nth-child(4) {
  margin-left: 100px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li:nth-child(6) {
  margin-left: 100px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li:nth-child(8) {
  margin-left: 100px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li:nth-child(10) {
  margin-left: 100px;
}
.blog-details-content-wrap .blog-details-content .comments-content .comments li:nth-child(12) {
  margin-left: 100px;
}
.blog-details-content-wrap .blog-details-content .leave-reply h3 {
  font-size: 32px;
  margin-bottom: 13px;
}
.blog-details-content-wrap .blog-details-content .leave-reply form p {
  margin-bottom: 30px;
}
.blog-details-content-wrap .blog-details-content .leave-reply form .form-group {
  margin-bottom: 30px;
}
.blog-details-content-wrap .blog-details-content .leave-reply form .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-details-content-wrap .blog-details-content .leave-reply form .form-group .form-control {
  background-color: #f5f5f5;
  border: none;
}
.blog-details-content-wrap .blog-details-content .leave-reply .form-check {
  margin-bottom: 20px;
}
.blog-details-content-wrap .blog-details-content .leave-reply .default-btn {
  border-radius: 0;
  padding: 23px 35px;
}

/*
Property Grid Area CSS
=====================================================*/
.property-sidebar {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.property-sidebar h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.property-sidebar form ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.property-sidebar form ul li {
  margin-bottom: 20px;
}
.property-sidebar form ul li:last-child {
  margin-bottom: 0;
}
.property-sidebar form ul li .form-group .form-control {
  background-color: #ffffff;
  border-radius: 4px;
  border: none;
}
.property-sidebar form ul li .form-group .form-select {
  background-image: url(../images/arrow-down.svg);
  background-size: auto;
  cursor: pointer;
}
.property-sidebar form ul li .form-group .default-btn {
  width: 100%;
}
.property-sidebar.latest-listing ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.property-sidebar.latest-listing ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.property-sidebar.latest-listing ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.property-sidebar.latest-listing ul li img {
  max-width: 90px;
  border-radius: 4px 4px 0 0;
}
.property-sidebar.latest-listing ul li h4 {
  font-size: 15px;
  margin-bottom: 0;
  margin-left: 10px;
}
.property-sidebar.latest-listing ul li h4 a {
  color: #010101;
}
.property-sidebar.latest-listing ul li .time-list {
  margin-top: 10px;
  padding-top: 5px;
}
.property-sidebar.latest-listing ul li .time-list li {
  font-size: 13px;
  margin-bottom: 0;
  color: #696969;
  padding-bottom: 0;
  border-bottom: none;
}
.property-sidebar.latest-listing ul li .time-list li a {
  color: #696969;
}
.property-sidebar.latest-listing ul li .time-list li i {
  font-size: 13px;
  position: relative;
  top: 1px;
  color: #9ad092;
}
.property-sidebar.latest-listing ul li:hover h4 a {
  color: #0d5c46;
}
.property-sidebar.agent .agent-content {
  margin-left: 15px;
}
.property-sidebar.agent .agent-content h4 {
  font-size: 18px;
  color: #0d5c46;
  font-size: 20px;
}
.property-sidebar.agent .agent-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.property-sidebar.agent .agent-content ul li {
  display: inline-block;
}
.property-sidebar.agent .agent-content ul li i {
  color: #fabe50;
}
.property-sidebar.agent .agent-content span {
  font-size: 14px;
}
.property-sidebar.agent .call-us {
  font-size: 16px;
  font-weight: 600;
  color: #696969;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
.property-sidebar.agent .call-us i {
  color: #0d5c46;
  position: relative;
  top: 1px;
}
.property-sidebar.agent .call-us span {
  color: #0d5c46;
}
.property-sidebar.agent .default-btn {
  width: 100%;
}

/*
Property Details Area CSS
=====================================================*/
.property-details-content {
  margin-right: 30px;
}
.property-details-content p {
  color: #696969;
}
.property-details-content .tages {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}
.property-details-content .tages li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
.property-details-content .tages li:last-child {
  margin-right: 0;
}
.property-details-content .tages li span {
  background-color: #9ad092;
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
}
.property-details-content .tages li span.red {
  background-color: #ff3131;
}
.property-details-content .property-details-title {
  margin-bottom: 30px;
}
.property-details-content .property-details-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.property-details-content .property-details-title .location-clock {
  padding-left: 0;
  margin-bottom: 0;
}
.property-details-content .property-details-title .location-clock li {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-right: 30px;
  font-size: 15px;
}
.property-details-content .property-details-title .location-clock li:first-child i {
  color: #fabe50;
}
.property-details-content .property-details-title .location-clock li:last-child {
  margin-right: 0;
}
.property-details-content .property-details-title .location-clock li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #9ad092;
}
.property-details-content .price-review {
  text-align: right;
  margin-bottom: 30px;
}
.property-details-content .price-review h3 {
  font-size: 28px;
  color: #0d5c46;
}
.property-details-content .price-review h3 sub {
  font-size: 14px;
  position: relative;
  top: -1px;
}
.property-details-content .price-review ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.property-details-content .price-review ul li {
  display: inline-block;
}
.property-details-content .price-review ul li i {
  color: #fabe50;
}
.property-details-content .price-review ul li span {
  font-size: 14px;
  margin-left: 15px;
}
.property-details-content .property-view {
  margin-bottom: 50px;
}
.property-details-content .property-view .nav-tabs {
  margin-top: 30px;
  border: none;
}
.property-details-content .property-view .nav-tabs .nav-item {
  max-width: 195px;
  margin-right: 30px;
}
.property-details-content .property-view .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.property-details-content .property-view .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0;
}
.property-details-content .property-view .nav-tabs .nav-item .nav-link.active {
  border: none;
}
.property-details-content .property-view img {
  border-radius: 4px;
}
.property-details-content .overview {
  margin-bottom: 10px;
}
.property-details-content .overview h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.property-details-content .overview .overview-list {
  padding-left: 0;
  margin-bottom: 80px;
  list-style-type: none;
}
.property-details-content .overview .overview-list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 44px;
  font-size: 18px;
  color: #696969;
}
.property-details-content .overview .overview-list li:last-child {
  margin-right: 0;
}
.property-details-content .overview .overview-list li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 54px;
  background-color: #0d5c46;
  text-align: center;
  border-radius: 4px;
  color: #fabe50;
  font-size: 20px;
}
.property-details-content .overview .overview-list li span {
  display: block;
  color: #010101;
}
.property-details-content .listing-title {
  margin-bottom: 80px;
}
.property-details-content .listing-title h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.property-details-content .comments-content {
  margin-bottom: 80px;
}
.property-details-content .comments-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.property-details-content .comments-content .comments {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.property-details-content .comments-content .comments li {
  position: relative;
  margin-bottom: 50px;
}
.property-details-content .comments-content .comments li:last-child {
  margin-bottom: 0;
}
.property-details-content .comments-content .comments li h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.property-details-content .comments-content .comments li h4 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  color: #999999;
}
.property-details-content .comments-content .comments li .read-more {
  position: absolute;
  top: 0;
  right: 0;
  color: #fabe50;
}
.property-details-content .comments-content .comments li .read-more .rate {
  color: #999999;
  position: relative;
  top: -1px;
}
.property-details-content .comments-content .comments li .comments-date-title {
  margin-left: 20px;
}
.property-details-content .comments-content .comments li:nth-child(2) {
  margin-left: 100px;
}
.property-details-content .comments-content .comments li:nth-child(4) {
  margin-left: 100px;
}
.property-details-content .comments-content .comments li:nth-child(6) {
  margin-left: 100px;
}
.property-details-content .comments-content .comments li:nth-child(8) {
  margin-left: 100px;
}
.property-details-content .comments-content .comments li:nth-child(10) {
  margin-left: 100px;
}
.property-details-content .comments-content .comments li:nth-child(12) {
  margin-left: 100px;
}
.property-details-content .leave-reply h3 {
  font-size: 25px;
}
.property-details-content .leave-reply form p {
  margin-bottom: 30px;
}
.property-details-content .leave-reply form .form-group {
  margin-bottom: 30px;
}
.property-details-content .leave-reply form .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
}
.property-details-content .leave-reply form .form-group .form-control {
  background-color: #f5f5f5;
  border: none;
}
.property-details-content .leave-reply .form-check {
  margin-bottom: 20px;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99999;
}
.preloader .content {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.preloader .content::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background: white;
}
.preloader .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0d5c46;
  animation: rotate-five 12s infinite alternate;
}
.preloader .content .box {
  height: 50%;
  width: 50%;
  background: #0d5c46;
  position: relative;
  z-index: 10;
  animation: 12s rotate-five infinite alternate;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}

@keyframes rotate-five {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
}
/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #0d5c46;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  transform: scale(0);
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0d5c46;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background-color: #0d5c46;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  transform: scale(1);
}

/*
Video wave Style*/
.wave-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 0;
  color: #0d5c46;
  position: absolute;
  top: 3px;
  z-index: 1;
  background-color: rgba(22, 104, 225, 0.8);
  border-radius: 50%;
  transition: all ease 0.5s;
}
.wave-btn i {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.wave-btn::after, .wave-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: all ease 0.5s;
  animation: ripple 1.6s ease-out infinite;
  background-color: rgba(22, 104, 225, 0.8);
}
.wave-btn:hover {
  background-color: rgba(27, 27, 27, 0.8);
}
.wave-btn:hover::before, .wave-btn:hover::after {
  background-color: rgba(27, 27, 27, 0.8);
}

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #010101;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #f9fbfe;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
}
.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #0d5c46;
  background-color: #0d5c46;
}
.pagination-area .page-numbers i {
  font-size: 20px;
}
.pagination-area .page-numbers.next {
  top: 3px;
}
.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #0d5c46;
  background-color: #0d5c46;
}/*# sourceMappingURL=style.css.map */