/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
/* @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,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"); */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/josefin.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/josefin.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/josefin.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/josefin.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/josefin.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/josefin.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/josefin.woff2') format('woff2');
}

/*

** - Default CSS
** - Default Btn Area CSS
** - Section Title CSS
** - Preloader Area CSS
** - Top Header Area CSS
** - Navbar Area CSS
** - Responsive Navbar Area CSS
** - Main Banner Area CSS
** - Information Area CSS
** - Fun Facts Area CSS
** - Blog Area CSS
** - Video Area CSS
** - About Area CSS
** - Feedback Area CSS
** - Subscribe Area CSS
** - Buy Sell Area CSS
** - Review Area CSS
** - Inquiry Form Area CSS
** - FAQ Area CSS
** - Profile Authentication Area CSS
** - Not Found Area CSS
** - Contact Area CSS
** - Blog Details Area CSS
** - Add Property Area CSS
** - Property Details Area CSS
** - Properties Sidebar Widget Area CSS
** - Blog Sidebar Widget Area CSS
** - Footer Area CSS
** - Back to Top CSS
** - Pagination Area CSS
*/

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #687693;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.87); /*#020000*/
  /* font-family: "Josefin Sans", sans-serif; */
  font-weight: bold;
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: rgba(0, 0, 0, 0.87);
}
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #f6a71c;
}

a {
  text-decoration: none;
  outline: 0 !important;
  transition: 0.3s;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-95 {
  padding-bottom: 95px;
}

/*================================================
Default Btn Area CSS
=================================================*/
.default-btn {
  display: inline-flex;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f6a71c;
  color: #ffffff;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  transition: 0.6s;
}
.default-btn:hover {
  background-color: #A68E74;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  margin-bottom: 40px;
}
.section-title h2, .section-title .h2 {
  font-size: 40px;
  margin-bottom: 0;
}
.section-title p {
  max-width: 625px;
  margin: 12px auto 0;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  z-index: 9999;
  background-color: #ffffff;
}
.preloader-area .loader {
  transform: translateY(-50%);
  top: 50%;
}
.preloader-area .wavy {
  font-size: 30px;
  margin-top: 10px;
  -webkit-box-reflect: below -35px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-weight: bold;
  /* font-family: "Josefin Sans", sans-serif; */
}
.preloader-area .wavy span {
  animation-delay: 0.1s;
  animation: wavy 1s infinite;
}
.preloader-area .wavy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-area .wavy span:nth-child(3) {
  animation-delay: 0.3s;
}
.preloader-area .wavy span:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes wavy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/* Home One CSS*/
/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  background-color: #D9D9D9;
  /* overflow: hidden; */
}
.top-header-area .container-fluid, .top-header-area .container-sm, .top-header-area .container-md, .top-header-area .container-lg, .top-header-area .container-xl, .top-header-area .container-xxl {
  padding-left: 30px;
  padding-right: 0;
}

.top-header-info-with-social {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.top-header-info-with-social li {
  list-style-type: none;
  position: relative;
  margin-right: 47px;
}
.top-header-info-with-social li::before {
  position: absolute;
  content: "";
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.37);
}
.top-header-info-with-social li:last-child {
  margin-right: 0;
}
.top-header-info-with-social li:last-child::before {
  display: none;
}
.top-header-info-with-social li .social {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.top-header-info-with-social li .social a {
  margin-right: 20px;
}
.top-header-info-with-social li .social a:last-child {
  margin-right: 0;
}
.top-header-info-with-social li .social a i {
  color: #020000;
  font-size: 18px;
  transition: 0.6s;
}
.top-header-info-with-social li .social a i:hover {
  color: #f6a71c;
}
.top-header-info-with-social li .mail-info {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
}
.top-header-info-with-social li .mail-info i {
  font-size: 18px;
  color: #687693;
  margin-right: 7px;
}
.top-header-info-with-social li .mail-info a {
  color: #687693;
}
.top-header-info-with-social li .mail-info a:hover {
  color: #f6a71c;
}

.top-header-call-info {
  background-color: #f6a71c;
  padding: 20px 30px;
  display: inline-flex;
  align-items: center;
  transition: 0.6s;
}
.top-header-call-info i {
  font-size: 22px;
  color: #B4B7C9;
  line-height: 1;
  margin-right: 8px;
}
.top-header-call-info a {
  font-size: 15px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  position: relative;
  top: 1.7px;
}
.top-header-call-info:hover {
  background-color: #A68E74;
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 999;
  background-color: #F1F0EB;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* .navbar.sticky {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #0d9ddb;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
} */
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .navbar-brand {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.navbar .search-form {
  margin-left: 35px;
  position: relative;
}
.navbar .search-form .search-field {
  display: inline-block;
  height: 50px;
  border: none;
  outline: 0;
  box-shadow: unset;
  border-radius: 30px;
  background-color: #F7F8F9;
  padding: 15px 55px 15px 55px;
  /* transition: 0.6s; */
  color: #687693;
  font-size: 15px;
  width: 295px;
}
.navbar .search-form .search-field::placeholder {
  color: #687693;
}
.navbar .search-form .search-field:focus::placeholder {
  color: transparent;
}
.navbar .search-form button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: 0.6s;
  color: #f6a71c;
}
.navbar .search-form button:hover {
  color: #A68E74;
}
.navbar .navbar-toggler {
  color: #f6a71c;
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 25px;
  margin: 5px 0;
  display: block;
  background: #fff;
  height: 2px;
  width: 20px;
}
.navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #020000;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 500;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-radius: 10px;
  background: transparent;
}
.navbar .navbar-nav .nav-item .nav-link i {
  font-size: 16px;
  position: relative;
  top: 1px;
  left: 2px;
}
/* .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #f6a71c;
  background: rgba(171, 148, 136, 0.06);
  font-weight: 500;
} */
.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
/* .navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
  color: #f6a71c;
  color: #fff;
  font-weight: 500;
} */
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 33.5px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 230px;
  margin-top: 0;
  display: block;
  padding: 12px 0;
  border-radius: 10px;
  position: absolute;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 18px, 0);
  background: #ffffff;
  border-bottom: 1px solid #f6a71c;
  box-shadow: rgba(4, 4, 5, 0.2) 0px 7px 36px -8px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  display: flex;
  justify-content: space-between;
  padding: 8px 25px;
  color: #687693;
  font-size: 14px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
  background-color: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  right: auto;
  margin-top: 0;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  right: auto;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  right: auto;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child .nav-link {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .others-option {
  margin-left: 20px;
  padding-left: 30px;
  position: relative;
}
.navbar .others-option::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #E5E4E4;
}
.navbar .others-option .option-item {
  margin-right: 30px;
}
.navbar .others-option .option-item:last-child {
  margin-right: 0;
}
.navbar .others-option .option-item .user-info a {
  font-weight: 600;
  color: #020000;
  font-family: "Josefin Sans", sans-serif;
}
.navbar .others-option .option-item .user-info a:hover {
  color: #f6a71c;
}
.navbar .others-option .option-item .default-btn {
  background-color: #020000;
}
.navbar .others-option .option-item .default-btn:hover {
  background-color: #f6a71c;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.main-header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.main-header-area .top-header-area {
  background-color: transparent;
}
.main-header-area .top-header-area .container-fluid, .main-header-area .top-header-area .container-sm, .main-header-area .top-header-area .container-md, .main-header-area .top-header-area .container-lg, .main-header-area .top-header-area .container-xl, .main-header-area .top-header-area .container-xxl {
  padding-left: 30px;
  padding-right: 30px;
}
.main-header-area .top-header-area .top-header-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-header-area .top-header-area .top-header-info-with-social li .mail-info {
  line-height: 1;
}
.main-header-area .top-header-area .top-header-info-with-social li .mail-info i {
  color: #ffffff;
}
.main-header-area .top-header-area .top-header-info-with-social li .mail-info a {
  color: #ffffff;
}
.main-header-area .top-header-area .top-header-info-with-social li .mail-info a:hover {
  color: #f6a71c;
}
.main-header-area .top-header-area .top-header-call-info {
  padding: 0;
  background-color: transparent;
}
.main-header-area .top-header-area .top-header-call-info a {
  color: #ffffff;
}
.main-header-area .top-header-area .top-header-call-info i {
  color: #ffffff;
}
.main-header-area .top-header-area .top-header-call-info:hover {
  background-color: transparent;
}
.main-header-area .top-header-area .top-header-call-info:hover a {
  color: #f6a71c;
}
.main-header-area .navbar {
  background-color: transparent;
}
.main-header-area .navbar.sticky {
  background: linear-gradient(180deg, #518694 0%, #A1CCD3 100%);
}
.main-header-area .navbar .navbar-nav .nav-item .nav-link {
  color: #020000;
}
.main-header-area .navbar .navbar-nav .nav-item .nav-link:hover, .main-header-area .navbar .navbar-nav .nav-item .nav-link.active {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.main-header-area .navbar .navbar-nav .nav-item:hover .nav-link, .main-header-area .navbar .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active, .main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
  background-color: transparent;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .top-header-area .top-header-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
}
.main-header-area.main-header-with-relative .top-header-area .top-header-info-with-social li::before {
  background-color: #B4D2D7;
}
.main-header-area.main-header-with-relative .top-header-area .top-header-info-with-social li .mail-info i {
  color: #A68E74;
}
.main-header-area.main-header-with-relative .top-header-area .top-header-info-with-social li .mail-info a {
  color: #020000;
}
.main-header-area.main-header-with-relative .top-header-area .top-header-info-with-social li .mail-info a:hover {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .top-header-area .top-header-call-info a {
  color: #020000;
}
.main-header-area.main-header-with-relative .top-header-area .top-header-call-info i {
  color: #A68E74;
}
.main-header-area.main-header-with-relative .top-header-area .top-header-call-info:hover a {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar.sticky {
  background: #E2DAD7;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .nav-link {
  color: #020000;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .nav-link:hover, .main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .nav-link.active {
  background: rgba(247, 248, 249, 0.49);
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item:hover .nav-link, .main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active, .main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
  background-color: transparent;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: #687693;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: #f6a71c;
}
.main-header-area.main-header-with-relative .others-option::before {
  background-color: #B4D2D7;
}
.main-header-area.main-header-without-absolute {
  background-color: #E2DAD7;
  position: relative;
}

/*================================================
Responsive Navbar Area CSS
=================================================*/
.responsive-navbar {
  border: 0 !important;
  background-color: #0d9ddb;
}
.responsive-navbar .offcanvas-header {
  padding: 15px;
  border-bottom: 1px solid #A68E74;
}
.responsive-navbar .offcanvas-header .close-btn {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #f6a71c;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border: 0;
  transition: 0.6s;
}
.responsive-navbar .offcanvas-header .close-btn i, #back-to-top i{
  display: block;
}
.responsive-navbar .offcanvas-header .close-btn:hover {
  background-color: #f6a71c;
}
.responsive-navbar .offcanvas-body {
  padding: 15px;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item {
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 17px;
  color: #020000;
  background-color: transparent;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button {
  width: 100%;
  display: block;
  box-shadow: unset;
  position: relative;
  padding: 15px 65px 15px 25px;
  color: #020000;
  background-color: #ffffff;
  transition: 0.6s;
  font-weight: 500;
  border-radius: 30px;
  font-size: 15px;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button::after {
  display: none;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "\ea4e";
  line-height: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "remixicon";
  font-size: 20px;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #f6a71c;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  transition: 0.6s;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.without-icon::before {
  display: none;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button:hover, .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.active {
  color: #f6a71c;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button:hover::before, .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.active::before {
  background-color: #A68E74;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 25px;
  background-color: #ffffff;
  border-top: 1px solid #f6a71c;
  border-radius: 30px;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item {
  color: #687693;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
  width: 100%;
  display: block;
  color: #687693;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link:hover, .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
  color: #f6a71c;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body .others-option {
  margin-top: 25px;
}
.responsive-navbar .offcanvas-body .others-option .option-item {
  margin-bottom: 20px;
}
.responsive-navbar .offcanvas-body .others-option .option-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body .others-option .option-item .user-info a {
  font-weight: 600;
  color: #020000;
  font-family: "Josefin Sans", sans-serif;
}
.responsive-navbar .offcanvas-body .others-option .option-item .user-info a:hover {
  color: #f6a71c;
}
.responsive-navbar .offcanvas-body .others-option .option-item .default-btn {
  background-color: #020000;
}
.responsive-navbar .offcanvas-body .others-option .option-item .default-btn:hover {
  background-color: #f6a71c;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form {
  position: relative;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form .search-field {
  display: inline-block;
  height: 55px;
  border: none;
  outline: 0;
  box-shadow: unset;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 15px 55px 15px 25px;
  transition: 0.6s;
  color: #687693;
  font-size: 15px;
  width: 100%;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form .search-field::placeholder {
  color: #687693;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form .search-field:focus::placeholder {
  color: transparent;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: 0.6s;
  color: #f6a71c;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form button:hover {
  color: #A68E74;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-with-five-columns .col {
  flex: 0 0 auto;
  width: 20%;
}

.fun-facts-card {
  margin-bottom: 25px;
}
.fun-facts-card h3, .fun-facts-card .h3 {
  font-size: 50px;
  margin-bottom: 5px;
  color: #f6a71c;
}
.fun-facts-card p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}


/*================================================
Blog Area CSS
=================================================*/
.blog-card {
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: #F7F8F9;
}
.blog-card .blog-image {
  position: relative;
}
.blog-card .blog-image a img {
  border-radius: 5px;
}
.blog-card .blog-image .tag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #020000;
  color: #ffffff;
  border-radius: 5px;
  padding: 2px 10px;
  transition: 0.6s;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.blog-card .blog-image .tag-btn:hover {
  background-color: #f6a71c;
}
.blog-card .blog-image .author-btn {
  border-radius: 50px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(84, 196, 217, 0.15);
  position: absolute;
  right: 15px;
  bottom: -15px;
  max-width: 32px;
  transition: 0.6s;
}
.blog-card .blog-image .author-btn:hover {
  border: 2px solid #f6a71c;
}
.blog-card .blog-content {
  padding: 30px;
}
.blog-card .blog-content .meta {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 18px;
}
.blog-card .blog-content .meta li {
  list-style-type: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.27px;
  position: relative;
  padding-left: 25px;
  line-height: 1;
  margin-right: 55px;
}
.blog-card .blog-content .meta li::before {
  position: absolute;
  content: "";
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50px;
  background-color: #f6a71c;
}
.blog-card .blog-content .meta li i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #B4B7C9;
}
.blog-card .blog-content .meta li:last-child {
  margin-right: 0;
}
.blog-card .blog-content .meta li:last-child::before {
  display: none;
}
.blog-card .blog-content h3, .blog-card .blog-content .h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.blog-card.with-border {
  background-color: transparent;
  border: 1px solid #DAE8F0;
  transition: 0.6s;
}
.blog-card.with-border .blog-image {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-card.with-border .blog-image .author-btn {
  right: 25px;
}
.blog-card.with-border .blog-content .tag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #020000;
  color: #ffffff;
  border-radius: 5px;
  padding: 2px 10px;
  transition: 0.6s;
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-card.with-border .blog-content .tag-btn:hover {
  background-color: #f6a71c;
}
.blog-card.with-border .blog-content .meta {
  margin-top: 18px;
  margin-bottom: 0;
}
.blog-card.with-border:hover {
  border: 1px solid #f6a71c;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 310px;
  padding-bottom: 310px;
}

.video-wrap-content {
  text-align: center;
}
.video-wrap-content .video-btn {
  display: inline-block;
  height: 130px;
  width: 130px;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
  transition: 0.6s;
  font-weight: 600;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.video-wrap-content .video-btn:hover {
  background-color: #ffffff;
  color: #f6a71c;
}



/* All Inner Pages CSS */

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  background: #F9F7F4;
  border-radius: 0;
  transition: 0.6s;
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-button {
  color: #020000;
  position: relative;
  text-align: start;
  box-shadow: unset;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-size: 17px;
  padding: 20px 60px 20px 25px;
  transition: 0.6s;
  background: #F1F0EB;
  border-radius: 0;
  font-weight: 600;
  /* font-family: "Josefin Sans", sans-serif; */
  background: rgba(225, 240, 245, 0.9);
}
.faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  content: "\ea4e";
  font-family: "remixicon";
  font-size: 22px;
  font-weight: 400;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #f6a71c;
  color: #020000;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\ea78";
  color: #f6a71c;
  color: #020000;
}
.faq-accordion .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 20px 25px;
  font-size: 16px;
  background: rgba(225, 240, 245, 0.5);
}
.faq-accordion .accordion-item .accordion-body p {
  color: #687693;
  line-height: 1.9;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.profile-authentication-inner {
  max-width: 1120px;
  margin: auto;
}

.profile-authentication-box {
  background-color: #F9F7F4;
  border-radius: 5px;
  padding: 35px 30px;
}
.profile-authentication-box .content {
  text-align: center;
  margin-bottom: 25px;
}
.profile-authentication-box .content h3, .profile-authentication-box .content .h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.profile-authentication-box .content p {
  margin-bottom: 0;
}
.profile-authentication-box .content p a {
  color: #f6a71c;
  font-weight: 600;
}
.profile-authentication-box .content p a:hover {
  color: #A68E74;
}
.profile-authentication-box .authentication-form .google-btn {
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .google-btn button {
  border-radius: 7px;
  border: 1px solid #ffffff;
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-weight: 600;
  color: #687693;
  transition: 0.6s;
  font-family: "Josefin Sans", sans-serif;
}
.profile-authentication-box .authentication-form .google-btn button img {
  margin-right: 15px;
}
.profile-authentication-box .authentication-form .google-btn button:hover {
  border: 1px solid #f6a71c;
}
.profile-authentication-box .authentication-form .or {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .or::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #E9ECEF;
  z-index: -1;
}
.profile-authentication-box .authentication-form .or span {
  font-size: 14px;
  background-color: #F9F7F4;
  padding: 0 15px;
}
.profile-authentication-box .authentication-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.profile-authentication-box .authentication-form .form-group label {
  font-size: 15px;
  color: #020000;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.profile-authentication-box .authentication-form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ffffff;
  box-shadow: unset;
  outline: 0;
  height: 55px;
  color: #687693;
  transition: 0.6s;
  font-size: 15px;
  padding: 15px 20px 15px 55px;
}
.profile-authentication-box .authentication-form .form-group .form-control::placeholder {
  color: #687693;
  transition: 0.6s;
}
.profile-authentication-box .authentication-form .form-group .form-control:focus {
  border: 1px solid #f6a71c;
}
.profile-authentication-box .authentication-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.profile-authentication-box .authentication-form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 12.9px;
}
.profile-authentication-box .authentication-form .form-group .icon i {
  color: #9EA6BA;
  font-size: 20px;
}
.profile-authentication-box .authentication-form .form-bottom {
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-input {
  box-shadow: unset;
  border-radius: 0;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-input:checked {
  background-color: #f6a71c;
  border-color: #f6a71c;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label {
  font-size: 15px;
  color: #687693;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label a {
  color: #f6a71c;
  font-weight: 500;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label a:hover {
  color: #A68E74;
}
.profile-authentication-box .authentication-form .form-bottom .forgot-password {
  font-size: 15px;
  color: #687693;
}
.profile-authentication-box .authentication-form .form-bottom .forgot-password:hover {
  color: #f6a71c;
}
.profile-authentication-box .authentication-form .default-btn {
  border: none;
  width: 100%;
}

.forgot-password-box {
  padding: 50px;
  max-width: 650px;
  background-color: #F9F7F4;
  margin: auto;
}
.forgot-password-box p {
  line-height: 1.9;
  margin-bottom: 25px;
}
.forgot-password-box label {
  font-size: 15px;
  color: #020000;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.forgot-password-box .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ffffff;
  box-shadow: unset;
  outline: 0;
  height: 55px;
  color: #687693;
  transition: 0.6s;
  font-size: 15px;
  padding: 15px 25px;
}
.forgot-password-box .form-control::placeholder {
  color: #687693;
  transition: 0.6s;
}
.forgot-password-box .form-control:focus {
  border: 1px solid #f6a71c;
}
.forgot-password-box .form-control:focus::placeholder {
  color: transparent;
}
.forgot-password-box .default-btn {
  margin-top: 25px;
  border: none;
}


/*================================================
Not Found Area CSS
=================================================*/
.not-found-content img {
  margin-bottom: 35px;
}
.not-found-content h3, .not-found-content .h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info-box .box {
  display: flex;
  align-items: start;
  background-color: #020000;
  border-radius: 5px;
  padding: 40px 35px;
  margin-bottom: 25px;
}
.contact-info-box .box:last-child {
  margin-bottom: 0;
}
.contact-info-box .box .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #f6a71c;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  border-radius: 50px;
  transition: 0.6s;
}
.contact-info-box .box .info {
  margin-left: 20px;
}
.contact-info-box .box .info h4, .contact-info-box .box .info .h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-info-box .box .info span {
  color: #B4B7C9;
  font-weight: 500;
  line-height: 1.8;
  display: block;
}
.contact-info-box .box .info a {
  color: #B4B7C9;
}
.contact-info-box .box .info a:hover {
  color: #A68E74;
}
.contact-info-box .box:hover .icon i {
  background-color: #A68E74;
}

.contact-wrap-form {
  background-color: #F9F7F4;
  padding: 45px 35px;
  border-radius: 5px;
}
.contact-wrap-form h3, .contact-wrap-form .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-wrap-form form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.contact-wrap-form form .form-group label {
  font-size: 15px;
  color: #020000;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.contact-wrap-form form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ffffff;
  box-shadow: unset;
  outline: 0;
  height: 55px;
  color: #687693;
  transition: 0.6s;
  font-size: 15px;
  padding: 15px 20px 15px 55px;
}
.contact-wrap-form form .form-group .form-control::placeholder {
  color: #687693;
  transition: 0.6s;
}
.contact-wrap-form form .form-group .form-control:focus {
  border: 1px solid #f6a71c;
}
.contact-wrap-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-wrap-form form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 12.9px;
}
.contact-wrap-form form .form-group .icon i {
  color: #9EA6BA;
  font-size: 20px;
}
.contact-wrap-form form .form-group textarea.form-control {
  min-height: 110px;
}
.contact-wrap-form form .form-group.extra-top .icon {
  top: 45.5px;
}
.contact-wrap-form form .contact-btn {
  text-align: end;
}
.contact-wrap-form form .contact-btn .default-btn {
  border: none;
}

.map-area {
  overflow: hidden;
}
.map-area iframe {
  display: flex;
  width: 100%;
  height: 675px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc {
  max-width: 910px;
  margin: auto;
}
.blog-details-desc.full-width {
  max-width: 100%;
}
.blog-details-desc .article-content {
  background-color: #F7F8F9;
}
.blog-details-desc .article-content .image img {
  width: 100%;
}
.blog-details-desc .article-content .content {
  padding: 30px;
  position: relative;
}
.blog-details-desc .article-content .content .tag-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #f6a71c;
  color: #ffffff;
  display: inline-flex;
  padding: 5px 10px;
  line-height: 1;
  transition: 0.6s;
  font-size: 14px;
  border-radius: 5px;
}
.blog-details-desc .article-content .content .tag-btn:hover {
  background: #A68E74;
  color: #ffffff;
}
.blog-details-desc .article-content .content .meta {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-details-desc .article-content .content .meta li {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  margin-right: 55px;
  line-height: 1;
  position: relative;
  font-weight: 500;
}
.blog-details-desc .article-content .content .meta li::before {
  position: absolute;
  content: "";
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: #f6a71c;
  border-radius: 50%;
}
.blog-details-desc .article-content .content .meta li .info {
  display: flex;
  align-items: center;
}
.blog-details-desc .article-content .content .meta li .info img {
  max-width: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.blog-details-desc .article-content .content .meta li .info span {
  font-size: 14px;
  letter-spacing: 0.32px;
  margin-left: 8px;
}
.blog-details-desc .article-content .content .meta li .info span a {
  color: #687693;
}
.blog-details-desc .article-content .content .meta li .info span a:hover {
  color: #f6a71c;
}
.blog-details-desc .article-content .content .meta li i {
  font-size: 16px;
  margin-right: 5px;
}
.blog-details-desc .article-content .content .meta li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .content .meta li:last-child::before {
  display: none;
}
.blog-details-desc .article-content .content h2, .blog-details-desc .article-content .content .h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.3;
}
.blog-details-desc .article-inner-content {
  margin-top: 25px;
}
.blog-details-desc .article-inner-content .item {
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 30px;
}
.blog-details-desc .article-inner-content .item h4, .blog-details-desc .article-inner-content .item .h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.blog-details-desc .article-inner-content .item p {
  margin-bottom: 0;
}
.blog-details-desc .article-block .block-image {
  margin-bottom: 25px;
  overflow: hidden;
}
.blog-details-desc .article-block .block-image img {
  transition: 0.6s;
}
.blog-details-desc .article-block .block-image:hover img {
  transform: scale(1.1);
}
.blog-details-desc .article-footer {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 30px;
}
.blog-details-desc .article-footer .tags {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .tags li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.blog-details-desc .article-footer .tags li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-footer .tags li span {
  color: #020000;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
.blog-details-desc .article-footer .tags li a {
  display: inline-flex;
  padding: 5px 10px;
  background: #f6a71c;
  color: #ffffff;
  line-height: 1;
  transition: 0.6s;
  font-size: 14px;
  border-radius: 5px;
}
.blog-details-desc .article-footer .tags li a:hover {
  background: #A68E74;
  color: #ffffff;
}
.blog-details-desc .article-footer .social {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.blog-details-desc .article-footer .social li span {
  color: #020000;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
.blog-details-desc .article-footer .social li:last-child {
  margin-right: 0;
  border-radius: 30px;
  background: #020000;
  padding: 8px 15px;
  line-height: 1;
}
.blog-details-desc .article-footer .social li:last-child a {
  color: #020000;
  margin-right: 10px;
}
.blog-details-desc .article-footer .social li:last-child a:last-child {
  margin-right: 0;
}
.blog-details-desc .article-footer .social li:last-child a i {
  font-size: 20px;
  color: #A68E74;
  transition: 0.6s;
}
.blog-details-desc .article-footer .social li:last-child a i:hover {
  color: #f6a71c;
}
.blog-details-desc .article-comment {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 30px;
  margin-top: 25px;
}
.blog-details-desc .article-comment h3, .blog-details-desc .article-comment .h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.blog-details-desc .article-comment .comment-list {
  position: relative;
  margin-bottom: 25px;
  padding-left: 85px;
  padding-right: 65px;
}
.blog-details-desc .article-comment .comment-list img {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
}
.blog-details-desc .article-comment .comment-list h4, .blog-details-desc .article-comment .comment-list .h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.blog-details-desc .article-comment .comment-list span {
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
.blog-details-desc .article-comment .comment-list p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 1px solid #EEF4FA;
  padding-bottom: 20px;
  margin-top: 12px;
  margin-bottom: 0;
}
.blog-details-desc .article-comment .comment-list .comment-reply-link {
  font-size: 15px;
  color: #A68E74;
  transition: 0.6s;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Josefin Sans", sans-serif;
}
.blog-details-desc .article-comment .comment-list .comment-reply-link:hover {
  color: #f6a71c;
}
.blog-details-desc .article-comment .comment-list:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-comment .comment-list:last-child p {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-details-desc .article-reply {
  border-radius: 5px;
  background-color: #F9F7F4;
  padding: 30px;
  margin-top: 25px;
}
.blog-details-desc .article-reply h3, .blog-details-desc .article-reply .h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.blog-details-desc .article-reply form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.blog-details-desc .article-reply form .form-group label {
  font-size: 15px;
  color: #020000;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.blog-details-desc .article-reply form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ffffff;
  box-shadow: unset;
  outline: 0;
  height: 55px;
  color: #687693;
  transition: 0.6s;
  font-size: 15px;
  padding: 15px 20px 15px 55px;
}
.blog-details-desc .article-reply form .form-group .form-control::placeholder {
  color: #687693;
  transition: 0.6s;
}
.blog-details-desc .article-reply form .form-group .form-control:focus {
  border: 1px solid #f6a71c;
}
.blog-details-desc .article-reply form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.blog-details-desc .article-reply form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 12.9px;
}
.blog-details-desc .article-reply form .form-group .icon i {
  color: #9EA6BA;
  font-size: 20px;
}
.blog-details-desc .article-reply form .form-group textarea.form-control {
  min-height: 110px;
}
.blog-details-desc .article-reply form .form-group.extra-top .icon {
  top: 45.5px;
}
.blog-details-desc .article-reply form .form-group .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.blog-details-desc .article-reply form .form-group .form-check .form-check-input {
  border-radius: 50px;
  border: 1px solid #f6a71c;
  height: 20px;
  width: 20px;
  margin-top: -2px;
  outline: 0;
  box-shadow: unset;
}
.blog-details-desc .article-reply form .form-group .form-check .form-check-label {
  color: #687693;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.blog-details-desc .article-reply form .default-btn {
  border: none;
}



/*================================================
Add Property Area CSS
=================================================*/
.add-property-form {
  background-color: #F9F7F4;
  padding: 35px;
  border-radius: 7px;
}
.add-property-form h3, .add-property-form .h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.add-property-form .form-group {
  margin-bottom: 25px;
}
.add-property-form .form-group label {
  font-size: 15px;
  color: #020000;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.add-property-form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #E6E6F1;
  box-shadow: unset;
  outline: 0;
  height: 55px;
  color: #687693;
  transition: 0.6s;
  font-size: 15px;
  padding: 15px 20px;
}
.add-property-form .form-group .form-control::placeholder {
  color: #687693;
  transition: 0.6s;
}
.add-property-form .form-group .form-control:focus {
  border: 1px solid #f6a71c;
}
.add-property-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.add-property-form .form-group .file-content {
  height: 120px;
  padding-left: 25px;
  padding-top: 20px;
}
.add-property-form .form-group .form-select {
  background-position: right 20px center;
  background-size: 14px 10px;
}
.add-property-form .form-group textarea.form-control {
  min-height: 120px;
  display: flex;
}
.add-property-form .facilities {
  margin-top: 10px;
  margin-bottom: 25px;
}
.add-property-form .facilities h3, .add-property-form .facilities .h3 {
  margin-bottom: 20px;
}
.add-property-form .facilities .check-list {
  padding-left: 0;
  margin-bottom: 0;
}
.add-property-form .facilities .check-list li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.add-property-form .facilities .check-list li:last-child {
  margin-right: 0;
}
.add-property-form .facilities .check-list li .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.add-property-form .facilities .check-list li .form-check .form-check-input {
  border-radius: 50px;
  border: 1px solid #f6a71c;
  height: 20px;
  width: 20px;
  margin-top: -2px;
  outline: 0;
  box-shadow: unset;
}
.add-property-form .facilities .check-list li .form-check .form-check-label {
  color: #687693;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.add-property-form .location-info h3, .add-property-form .location-info .h3 {
  margin-bottom: 20px;
}
.add-property-form .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-property-form .bottom .default-btn {
  border: none;
}
.add-property-form .bottom .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.add-property-form .bottom .form-check .form-check-input {
  border-radius: 50px;
  border: 1px solid #f6a71c;
  height: 20px;
  width: 20px;
  margin-top: -2px;
  outline: 0;
  box-shadow: unset;
}
.add-property-form .bottom .form-check .form-check-label {
  color: #687693;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}

/*================================================
Property Details Area CSS
=================================================*/
.property-details-area.with-extra-top {
  position: relative;
  z-index: 1;
  margin-top: -120px;
}

.property-details-content {
  border-radius: 5px;
  background-color: #F9F7F4;
  padding: 35px;
}
.property-details-content .left-content .title {
  display: flex;
  align-items: center;
}
.property-details-content .left-content .title h2, .property-details-content .left-content .title .h2 {
  font-weight: 600;
  font-size: 37px;
  margin-bottom: 0;
}
.property-details-content .left-content .title .featured-btn {
  display: inline-flex;
  padding: 5px 10px;
  background: #f6a71c;
  color: #ffffff;
  line-height: 1;
  transition: 0.6s;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 30px;
}
.property-details-content .left-content .title .featured-btn:hover {
  background: #A68E74;
  color: #ffffff;
}
.property-details-content .left-content .address {
  font-size: 14px;
  letter-spacing: 0.52px;
  display: block;
  margin-top: 10px;
}
.property-details-content .left-content .info-list {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.property-details-content .left-content .info-list li {
  list-style-type: none;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.property-details-content .left-content .info-list li:last-child {
  margin-right: 0;
}
.property-details-content .left-content .info-list li span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 10px;
}
.property-details-content .left-content .group-info {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.property-details-content .left-content .group-info li {
  list-style-type: none;
  margin-right: 10px;
  position: relative;
}
.property-details-content .left-content .group-info li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: transparent;
  border: 1px solid #B4B7C9;
  font-size: 18px;
  color: #B4B7C9;
  border-radius: 5px;
  transition: 0.6s;
}
.property-details-content .left-content .group-info li button:hover {
  background-color: #f6a71c;
  border: 1px solid #f6a71c;
  color: #ffffff;
}
.property-details-content .left-content .group-info li:last-child {
  margin-right: 0;
}
.property-details-content .left-content .group-info li .dropdown {
  position: relative;
}
.property-details-content .left-content .group-info li .dropdown .dropdown-toggle::after {
  display: none;
}
.property-details-content .left-content .group-info li .dropdown .dropdown-menu {
  background-color: #020000;
  border-radius: 10px;
  padding: 10px 12px;
  border: none;
}
.property-details-content .left-content .group-info li .dropdown .dropdown-menu li {
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
  line-height: 1;
}
.property-details-content .left-content .group-info li .dropdown .dropdown-menu li a i {
  color: #ffffff;
  transition: 0.6s;
  font-size: 15px;
}
.property-details-content .left-content .group-info li .dropdown .dropdown-menu li a i:hover {
  color: #f6a71c;
}
.property-details-content .left-content .group-info li .dropdown .dropdown-menu li:last-child {
  margin-right: 0;
}
.property-details-content .left-content .group-info li .dropdown .dropdown-menu.show {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.property-details-content .right-content {
  text-align: end;
}
.property-details-content .right-content .link-list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.property-details-content .right-content .link-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}
.property-details-content .right-content .link-list li:last-child {
  margin-right: 0;
}
.property-details-content .right-content .link-list li .link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #020000;
  color: #ffffff;
  border-radius: 5px;
  padding: 2px 10px;
  transition: 0.6s;
  font-size: 14px;
}
.property-details-content .right-content .link-list li .link-btn:hover {
  background-color: #f6a71c;
}
.property-details-content .right-content .price {
  font-size: 37px;
  color: #f6a71c;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 25px;
}
.property-details-content .right-content .user {
  display: flex;
  align-items: center;
  justify-content: end;
}
.property-details-content .right-content .user img {
  max-width: 30px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(84, 196, 217, 0.15);
  border-radius: 50px;
  margin-right: 10px;
  transition: 0.6s;
}
.property-details-content .right-content .user a {
  font-size: 14px;
  color: #687693;
  letter-spacing: 0.52px;
}
.property-details-content .right-content .user a:hover {
  color: #f6a71c;
}
.property-details-content .right-content .user:hover img {
  border: 2px solid #f6a71c;
}

.property-details-image .block-image {
  margin-top: 25px;
  overflow: hidden;
  border-radius: 5px;
}
.property-details-image .block-image img {
  transition: 0.6s;
  border-radius: 5px;
}
.property-details-image .block-image:hover img {
  transform: scale(1.1);
}

.property-details-inner-content {
  margin-top: 25px;
}
.property-details-inner-content .description {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 35px 30px;
  margin-bottom: 25px;
}
.property-details-inner-content .description h3, .property-details-inner-content .description .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.property-details-inner-content .overview {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 35px 30px;
  margin-bottom: 25px;
}
.property-details-inner-content .overview h3, .property-details-inner-content .overview .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.property-details-inner-content .overview .overview-list {
  margin-bottom: 0;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.property-details-inner-content .overview .overview-list li {
  list-style-type: none;
  border-radius: 5px;
  background: #ffffff;
  padding: 25px 15px;
  text-align: center;
  margin-right: 7px;
  border: 1px solid #ffffff;
  transition: 0.6s;
}
.property-details-inner-content .overview .overview-list li:last-child {
  margin-right: 0;
}
.property-details-inner-content .overview .overview-list li img {
  margin-bottom: 20px;
}
.property-details-inner-content .overview .overview-list li h4, .property-details-inner-content .overview .overview-list li .h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.property-details-inner-content .overview .overview-list li span {
  font-size: 15px;
}
.property-details-inner-content .overview .overview-list li:hover {
  border: 1px solid #f6a71c;
}
.property-details-inner-content .features {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 35px 30px;
  margin-bottom: 25px;
}
.property-details-inner-content .features h3, .property-details-inner-content .features .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.property-details-inner-content .features .list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.property-details-inner-content .features .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #687693;
  margin-bottom: 20px;
}
.property-details-inner-content .features .list li i {
  font-size: 25px;
  color: #f6a71c;
  margin-right: 8px;
}
.property-details-inner-content .features .list li:last-child {
  margin-bottom: 0;
}
.property-details-inner-content .floor-plan {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 35px 30px;
  margin-bottom: 25px;
}
.property-details-inner-content .floor-plan .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.property-details-inner-content .floor-plan .title h3, .property-details-inner-content .floor-plan .title .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.property-details-inner-content .floor-plan .title .info-list {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.property-details-inner-content .floor-plan .title .info-list li {
  list-style-type: none;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.property-details-inner-content .floor-plan .title .info-list li:last-child {
  margin-right: 0;
}
.property-details-inner-content .floor-plan .title .info-list li span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 10px;
}
.property-details-inner-content .floor-plan .floor-image img {
  border-radius: 5px;
}
.property-details-inner-content .video {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 35px 30px;
  margin-bottom: 25px;
}
.property-details-inner-content .video h3, .property-details-inner-content .video .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.property-details-inner-content .video .inner {
  position: relative;
}
.property-details-inner-content .video .inner img {
  border-radius: 5px;
}
.property-details-inner-content .video .inner .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.property-details-inner-content .video .inner .video-btn i {
  display: inline-block;
  height: 115px;
  width: 115px;
  line-height: 115px;
  background-color: #020000;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 37px;
  transition: 0.6s;
}
.property-details-inner-content .video .inner .video-btn i:hover {
  background-color: #f6a71c;
}
.property-details-inner-content .location {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 35px 30px;
  margin-bottom: 25px;
}
.property-details-inner-content .location .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.property-details-inner-content .location .title h3, .property-details-inner-content .location .title .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.property-details-inner-content .location .title p {
  margin-bottom: 0;
}
.property-details-inner-content .location iframe {
  display: flex;
  width: 100%;
  height: 450px;
  border-radius: 5px;
}
.property-details-inner-content .conclusion {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 35px 30px;
}
.property-details-inner-content .conclusion h3, .property-details-inner-content .conclusion .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.property-details-inner-content .comments-area {
  margin-top: 65px;
}
.property-details-inner-content .comments-area h2, .property-details-inner-content .comments-area .h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.property-details-inner-content .comments-area .comments-list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.property-details-inner-content .comments-area .comments-list li {
  list-style-type: none;
  position: relative;
  padding-left: 90px;
  margin-top: 35px;
}
.property-details-inner-content .comments-area .comments-list li .image {
  position: absolute;
  left: 0;
  top: 0;
}
.property-details-inner-content .comments-area .comments-list li .image img {
  border-radius: 50%;
}
.property-details-inner-content .comments-area .comments-list li .info h4, .property-details-inner-content .comments-area .comments-list li .info .h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
.property-details-inner-content .comments-area .comments-list li .info span {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.property-details-inner-content .comments-area .comments-list li .info .rating {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 5px;
  margin-bottom: 15px;
}
.property-details-inner-content .comments-area .comments-list li .info .rating li {
  list-style-type: none;
  line-height: 1;
  padding-left: 0;
  margin-right: 5px;
  margin-top: 0;
}
.property-details-inner-content .comments-area .comments-list li .info .rating li i {
  color: #E2BA2D;
  font-size: 18px;
}
.property-details-inner-content .comments-area .comments-list li .info .rating li:last-child {
  margin-right: 0;
}
.property-details-inner-content .comments-area .review-form {
  border-radius: 5px;
  background-color: #F7F8F9;
  padding: 35px 30px;
  margin-top: 50px;
}
.property-details-inner-content .comments-area .review-form .title {
  margin-bottom: 30px;
}
.property-details-inner-content .comments-area .review-form .title h3, .property-details-inner-content .comments-area .review-form .title .h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.property-details-inner-content .comments-area .review-form .title .rating {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.property-details-inner-content .comments-area .review-form .title .rating li {
  list-style-type: none;
  margin-right: 10px;
}
.property-details-inner-content .comments-area .review-form .title .rating li:last-child {
  margin-right: 0;
}
.property-details-inner-content .comments-area .review-form .title .rating li span {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #020000;
}
.property-details-inner-content .comments-area .review-form .title .rating li i {
  color: #E2BA2D;
  font-size: 20px;
}
.property-details-inner-content .comments-area .review-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.property-details-inner-content .comments-area .review-form .form-group label {
  font-size: 15px;
  color: #020000;
  display: block;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.property-details-inner-content .comments-area .review-form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #E6E6F1;
  box-shadow: unset;
  outline: 0;
  height: 55px;
  color: #687693;
  transition: 0.6s;
  font-size: 15px;
  padding: 15px 25px;
}
.property-details-inner-content .comments-area .review-form .form-group .form-control::placeholder {
  color: #687693;
  transition: 0.6s;
}
.property-details-inner-content .comments-area .review-form .form-group .form-control:focus {
  border: 1px solid #f6a71c;
}
.property-details-inner-content .comments-area .review-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.property-details-inner-content .comments-area .review-form .form-group textarea.form-control {
  min-height: 150px;
  display: flex;
}
.property-details-inner-content .comments-area .review-form .form-group .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.property-details-inner-content .comments-area .review-form .form-group .form-check .form-check-input {
  border-radius: 50px;
  border: 1px solid #f6a71c;
  height: 20px;
  width: 20px;
  margin-top: -2px;
  outline: 0;
  box-shadow: unset;
}
.property-details-inner-content .comments-area .review-form .form-group .form-check .form-check-label {
  color: #687693;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.property-details-inner-content .comments-area .review-form .default-btn {
  border: none;
}

.property-details-sidebar {
  position: sticky;
  top: 120px;
}
.property-details-sidebar .booking {
  border-radius: 5px;
  background-color: #F9F7F4;
  padding: 35px 25px;
  margin-bottom: 35px;
}
.property-details-sidebar .booking form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.property-details-sidebar .booking form .form-group label {
  font-size: 15px;
  color: #020000;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.property-details-sidebar .booking form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ffffff;
  box-shadow: unset;
  outline: 0;
  height: 55px;
  color: #687693;
  transition: 0.6s;
  font-size: 15px;
  padding: 15px 20px 15px 55px;
}
.property-details-sidebar .booking form .form-group .form-control::placeholder {
  color: #687693;
  transition: 0.6s;
}
.property-details-sidebar .booking form .form-group .form-control:focus {
  border: 1px solid #f6a71c;
}
.property-details-sidebar .booking form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.property-details-sidebar .booking form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 12.9px;
}
.property-details-sidebar .booking form .form-group .icon i {
  color: #9EA6BA;
  font-size: 20px;
}
.property-details-sidebar .booking form .form-group textarea.form-control {
  min-height: 110px;
}
.property-details-sidebar .booking form .form-group.extra-top .icon {
  top: 45.5px;
}
.property-details-sidebar .booking form .default-btn {
  background-color: #020000;
  border: none;
}
.property-details-sidebar .booking form .default-btn:hover {
  background-color: #f6a71c;
}
.property-details-sidebar .featured-properties {
  margin-bottom: 35px;
}
.property-details-sidebar .featured-properties h3, .property-details-sidebar .featured-properties .h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
.property-details-sidebar .featured-properties .properties-pagination {
  display: flex;
  margin-top: 10px;
}
.property-details-sidebar .featured-properties .properties-pagination .swiper-pagination-bullet {
  background-color: #020000;
  opacity: 100%;
  margin: 0 7px;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.property-details-sidebar .featured-properties .properties-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.property-details-sidebar .featured-properties .properties-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.property-details-sidebar .featured-properties .properties-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f6a71c;
  width: 50px;
  border-radius: 10px;
}
.property-details-sidebar .contact-details {
  border-radius: 5px;
  background-color: #F9F7F4;
  padding: 35px 25px;
}
.property-details-sidebar .contact-details h3, .property-details-sidebar .contact-details .h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
.property-details-sidebar .contact-details .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.property-details-sidebar .contact-details .list li {
  display: flex;
  align-content: center;
  justify-content: space-between;
  list-style-type: none;
  position: relative;
  text-align: end;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ffffff;
}
.property-details-sidebar .contact-details .list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: unset;
}
.property-details-sidebar .contact-details .list li span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.property-details-sidebar .contact-details .list li a {
  color: #687693;
}
.property-details-sidebar .contact-details .list li a:hover {
  color: #f6a71c;
}

.property-details-image-slider-area {
  overflow: hidden;
}
.property-details-image-slider-area .container-fluid, .property-details-image-slider-area .container-sm, .property-details-image-slider-area .container-md, .property-details-image-slider-area .container-lg, .property-details-image-slider-area .container-xl, .property-details-image-slider-area .container-xxl {
  padding-left: 0;
  padding-right: 0;
}

.property-details-image-item {
  transform: scale(0.5);
}
.property-details-image-item img {
  border-radius: 5px;
}

.property-details-image-slider {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.property-details-image-slider .swiper-slide.swiper-slide-active .property-details-image-item {
  transform: scale(1.4);
}
.property-details-image-slider .property-details-button-prev {
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%) translateX(-12%);
  z-index: 1;
}
.property-details-image-slider .property-details-button-prev i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #f6a71c;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  text-align: center;
  font-size: 45px;
  transition: 0.6s;
}
.property-details-image-slider .property-details-button-prev i:hover {
  background-color: #A68E74;
}
.property-details-image-slider .property-details-button-next {
  position: absolute;
  right: 11%;
  top: 50%;
  transform: translateY(-50%) translateX(-11%);
  z-index: 1;
}
.property-details-image-slider .property-details-button-next i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #f6a71c;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  text-align: center;
  font-size: 45px;
  transition: 0.6s;
}
.property-details-image-slider .property-details-button-next i:hover {
  background-color: #A68E74;
}

/*================================================
Footer Area CSS
=================================================*/

.single-footer-widget {
  margin-bottom: 25px;
}
.single-footer-widget .widget-logo {
  margin-bottom: 25px;
}
.single-footer-widget p {
  color: #DAE8F0;
  margin-bottom: 0;
}
.single-footer-widget .widget-social {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 30px;
}
.single-footer-widget .widget-social a {
  margin-right: 20px;
}
.single-footer-widget .widget-social a:last-child {
  margin-right: 0;
}
.single-footer-widget .widget-social a i {
  color: #A68E74;
  font-size: 18px;
  transition: 0.6s;
}
.single-footer-widget .widget-social a i:hover {
  color: #f6a71c;
}
.single-footer-widget h3, .single-footer-widget .h3 {
  font-size: 20px;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 600;
}
.single-footer-widget .custom-links {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .custom-links li {
  list-style-type: none;
  margin-bottom: 17px;
  font-size: 15px;
}
.single-footer-widget .custom-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .custom-links li a {
  color: #DAE8F0;
  position: relative;
}
.single-footer-widget .custom-links li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #f6a71c;
  transition: 0.6s;
}
.single-footer-widget .custom-links li a:hover {
  color: #f6a71c;
  letter-spacing: 0.2px;
}
.single-footer-widget .custom-links li a:hover::before {
  width: 100%;
}
.single-footer-widget .info-list {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .info-list li {
  list-style-type: none;
  margin-bottom: 17px;
  font-size: 15px;
  color: #DAE8F0;
}
.single-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .info-list li span {
  color: #A68E74;
  font-weight: 700;
}
.single-footer-widget .info-list li a {
  color: #DAE8F0;
  font-size: 15px;
}
.single-footer-widget .info-list li a:hover {
  color: #f6a71c;
}

.copyright-area {
  border-top: 1px solid rgba(218, 232, 240, 0.08);
  margin-top: 95px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyright-area p {
  color: #B4B7C9;
  /* font-family: "Josefin Sans", sans-serif; */
  font-size: 16px;
}
.copyright-area p span {
  color: #f6a71c;
  font-weight: 600;
}
.copyright-area p a {
  color: #f6a71c;
  position: relative;
  font-weight: 600;
}
.copyright-area p a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #f6a71c;
  transition: 0.6s;
}
.copyright-area p a:hover::before {
  width: 100%;
}

/*================================================
Back to Top CSS
=================================================*/
#back-to-top {
  opacity: 0;
  right: 20px;
  z-index: 99;
  bottom: 40px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 25px;
  transition: 0.5s;
  background: #0d9ddb;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
#back-to-top::before {
  position: absolute;
  content: "";
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  background: #f6a71c;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#back-to-top:hover {
  color: #ffffff;
}
/* #back-to-top:hover::before {
  opacity: 1;
  visibility: visible;
} */

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
  text-align: center;
}
.pagination-area.css-top {
  margin-top: 45px;
}
.pagination-area .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.77);
  background-color: #F1F0EB;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 4px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: #ffffff;
  background: #0d9ddb;
}
.pagination-area .page-numbers.next, .pagination-area .page-numbers.prev {
  font-size: 20px;
}