/*=================================
   Bootstrap Sass
==================================*/
/*=================================
   Theme Based
==================================*/
/* Variables */
:root {
  --title-font-family: "DM Sans", "Sen", sans-serif;
  --body-font-family: "Instrument Sans", "DM Sans", sans-serif, system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --container-width: 1290px;
  --divder-space: 200px;
  --headings-color: #022b2b;
  --bs-primary-rgb: 9,119,124;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}
.preloader .preloader-inner {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.preloader .preloader-inner:before, .preloader .preloader-inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #09777c;
  animation: preloader 1.3s linear infinite;
}
.preloader .preloader-inner:after {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
.preloader.fade {
  display: none;
  z-index: 0;
}

/* Scroll top */
.scroll-top {
  background-color: #44c1c1;
  color: #ffffff;
  border-radius: 50%;
  bottom: -45px;
  display: block;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  font-size: 24px;
  transform: scale(0.3);
  transition: all 0.4s ease;
}
.scroll-top:hover {
  color: #ffffff;
  background-color: #44c1c1;
}
.scroll-top.show {
  bottom: 20px;
  right: 20px;
  opacity: 1;
  transform: scale(1);
}

/* Scrollbar */
body.touch-device {
  scroll-behavior: auto;
}

body::-webkit-scrollbar {
  width: 10px;
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.sticky-column {
  position: sticky;
  top: 0;
}

.h-separator {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

hr.light {
  border-color: #fff;
}

/* Header Styles */
#header .navbar-expand-lg {
  padding: 1.25rem 0;
}
#header .navbar-brand {
  margin-right: 1.5rem;
  padding: 0;
}
#header .nav-link {
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#header .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#header .btn-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--title-font-family);
  font-size: 18px;
}
#header .btn-link i {
  font-size: 1.5rem;
}
#header .btn-link:hover {
  opacity: 0.75;
}
#header .navbar-toggler {
  border: 0;
  padding: 0;
  outline: none;
  color: var(--headings-color);
}
#header .navbar-toggler i {
  font-size: 1.75rem;
}
#header .navbar-toggler:focus {
  box-shadow: none;
}
#header .dropdown-menu {
  border: 0;
  padding: 15px 0;
  margin: 0;
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
}
#header .dropdown-item {
  line-height: 40px;
  padding: 0 30px;
  font-family: var(--title-font-family);
}
#header .dropdown-item:hover {
  background-color: rgba(68, 193, 193, 0.125);
}

@media (min-width: 992px) {
  #header {
    position: relative;
  }
  #header.sticky-on-scroll {
    position: relative;
    width: 100%;
  }
  #header.sticky-on-scroll:not(.sticky-fixed) {
    background-color: #09777c;
    border: 0;
  }
  #header:not(.sticky-fixed) {
    background-color: #09777c;
    color: #ffffff;
    z-index: 30;
    font-size: 18px;
  }
  #header:not(.sticky-fixed) .logo-not-sticky {
    display: block;
  }
  #header:not(.sticky-fixed) .logo-sticky {
    display: none;
  }
  #header.sticky-fixed {
    z-index: 90;
    position: fixed;
    background-color: #ffffff;
    border-bottom: 0;
    box-shadow: 0 1px 4px rgba(24, 26, 32, 0.1);
  }
  #header.sticky-fixed .navbar-expand-lg {
    padding: 1rem 0;
  }
  #header.sticky-fixed .logo-not-sticky {
    display: none;
  }
  #header.sticky-fixed .logo-sticky {
    display: block;
    height: 45px;
    width: auto;
  }
  #header.sticky-fixed .nav-link, #header.sticky-fixed .btn-link {
    color: var(--headings-color);
  }
  #header.sticky-fixed .nav-link.show {
    background-color: rgba(68, 193, 193, 0.1);
  }
  #header .dropdown-menu {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  #header {
    position: relative;
    box-shadow: 0 1px 4px rgba(24, 26, 32, 0.1);
  }
  #header .logo-not-sticky {
    display: none;
  }
  #header .navbar-expand-lg {
    padding: 0;
  }
  #header .navbar-brand {
    height: 65px;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  #header .navbar-brand .logo-sticky {
    height: 45px;
    width: 210px;
  }
  #header .btn-link {
    padding: 0;
    color: var(--headings-color);
  }
  #header .navbar-collapse {
    transition: left 0.4s ease;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    z-index: 999;
    height: 100vh;
    background-color: #ffffff;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 320px;
  }
  #header .navbar-collapse.show {
    left: 0;
  }
  #header .navbar-collapse.show ~ .navbar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }
  #header .navbar-collapse .navbar-toggler {
    color: #fff;
    width: 100%;
    display: flex;
    height: auto;
    border: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  #header .navbar-collapse .navbar-toggler .navbar-brand {
    flex-grow: 1;
    padding: 0 1rem;
  }
  #header .navbar-collapse .navbar-toggler .navbar-brand img {
    height: 40px;
    width: 100%;
  }
  #header .navbar-collapse .navbar-toggler button {
    background: transparent;
    border: 0;
    border-left: 1px solid #ddd;
    height: 100%;
  }
  #header .navbar-collapse .navbar-nav {
    width: 100%;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
  }
  #header .navbar-collapse .nav-link {
    color: var(--headings-color);
    text-align: left;
    text-transform: none;
    padding: 0 30px;
    line-height: 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
  }
  #header .navbar-collapse .nav-link.active, #header .navbar-collapse .nav-link:hover {
    background-color: rgba(25, 68, 31, 0.1);
    border-left: 2px solid #022b2b;
    color: #022b2b;
  }
  #header .navbar-collapse .nav-link.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .navbar-collapse .dropdown-menu {
    background: transparent;
    padding: 0;
    box-shadow: none;
    position: relative;
    top: 0;
    margin: 0;
    border: 0;
  }
  #header .navbar-collapse .dropdown-item {
    color: var(--headings-color);
    font-size: 14px;
    white-space: normal;
    background-color: rgba(25, 68, 31, 0.1);
    margin-bottom: 1px;
  }
  #header .navbar-collapse .dropdown-item:before {
    display: none;
  }
  #header .navbar-collapse .dropdown-item:hover, #header .navbar-collapse .dropdown-item:focus {
    background-color: #09777c;
    color: #ffffff;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #header .navbar-brand img {
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #header .navbar-brand img {
    max-width: 200px;
  }
}
/* All Type Of Footer Styles */
#footer {
  background-color: var(--headings-color);
  padding-top: 3.75rem;
}
#footer .text-gray {
  color: rgba(255, 255, 255, 0.8);
}

.footer-logo {
  display: block;
  margin-bottom: 2.5rem;
}

.footer-bottom .container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget {
  position: relative;
}
.footer-widget .link-list a {
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-family: var(--title-font-family);
  line-height: 40px;
  position: relative;
  text-decoration: none;
}
.footer-widget .link-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-widget .info-title {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--title-font-family);
  margin-bottom: 5px;
}
.footer-widget .info-phone a, .footer-widget .info-mail a {
  color: #ffffff;
  text-decoration: none;
}
.footer-widget .info-address {
  color: #ffffff;
}
.footer-widget h6 {
  font-family: var(--title-font-family);
  font-weight: 600;
}

/* Social Styles */
.nav-social {
  display: flex;
}
.nav-social a {
  display: block;
}
.nav-social i {
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  transition: all 0.4s ease;
}
.nav-social i:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

/* Different Styles Of Animations */
.scale-infinite {
  animation-name: myanimation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes scale-infinite {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.bounce-y {
  transform: translatey(0px);
  animation: bounceY 6s ease-in-out infinite;
}

@keyframes bounceY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.bounce-x {
  transform: translatey(0px);
  animation: bounceX 6s ease-in-out infinite;
}

@keyframes bounceX {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatex(0px);
  }
}
.spin-right {
  animation: spin-right 14s infinite linear;
}

@keyframes spin-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin-left {
  animation: spin-left 14s infinite linear;
}

@keyframes spin-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* Animations */
.animate-up-1,
.animate-up-2,
.animate-up-3,
.animate-up-4,
.animate-up-5 {
  animation-fill-mode: both;
  backface-visibility: visible;
  animation-name: fadeInUp;
}

.animate-up-1 {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
}

.animate-up-2 {
  animation-duration: 0.7s;
  animation-delay: 0.7s;
}

.animate-up-3 {
  animation-duration: 0.9s;
  animation-delay: 0.9s;
}

.animate-up-4 {
  animation-duration: 1.1s;
  animation-delay: 1.1s;
}

.animate-up-5 {
  animation-duration: 1.3s;
  animation-delay: 1.3s;
}

button, .btn {
  font-family: var(--title-font-family);
}
button:hover, button:focus, .btn:hover, .btn:focus {
  outline: none;
}

.btn-theme {
  background-color: #44c1c1;
  border: 1px solid #44c1c1;
  color: #ffffff;
}

.btn-theme-primary {
  background-color: #09777c;
  border: 1px solid #09777c;
  color: #ffffff;
}

.btn.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #09777c;
  --bs-btn-border-color: #09777c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #074f56;
  --bs-btn-hover-border-color: #074f56;
  --bs-btn-focus-shadow-rgb: 25,68,31;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #074f56;
  --bs-btn-active-border-color: #074f56;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #09777c;
  --bs-btn-disabled-border-color: #09777c;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff;
}

.btn.btn-secondary {
  --bs-btn-color: #09777c;
  --bs-btn-bg: #ecf9f9;
  --bs-btn-border-color: #ecf9f9;
  --bs-btn-hover-color: #074f56;
  --bs-btn-hover-bg: #c8e5e5;
  --bs-btn-hover-border-color: #c8e5e5;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c8e5e5;
  --bs-btn-active-border-color: #c8e5e5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c8e5e5;
  --bs-btn-disabled-border-color: #c8e5e5;
  position: relative;
  overflow: hidden;
  color: var(--bs-btn-color);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  color: var(--bs-btn-hover-color);
}

.btn.btn-outline-white {
  border: 1px solid white;
}

.btn-theme, .btn-theme-light, .btn-theme-outline, .btn-white-outline, .btn-theme-primary {
  border-radius: 12px;
  display: inline-block;
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0;
  padding: 13px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}

.btn-more {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: var(--headings-color);
  transition: all 0.4s ease;
}
.btn-more i:before {
  transition: all 0.4s ease;
  transform: rotate(-45deg);
}
.btn-more:hover {
  outline: none;
  color: #44c1c1;
}
.btn-more:hover i:before {
  transform: rotate(0deg);
}

.btn-dark {
  background-color: var(--headings-color);
  border: 1px solid var(--headings-color);
  color: #ffffff;
}

.btn-gray:before,
.btn-dark:before,
.btn-theme:before,
.btn-theme-primary:before,
.btn-theme-light:before,
.btn-theme-outline:before,
.btn-white:before,
.btn-light-gray:before,
.btn-transparent:before,
.btn-white-outline:before {
  background-color: #09777c;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  transform: skew(50deg);
  transition: width 0.6s;
  transform-origin: top left;
}
.btn-gray:hover,
.btn-dark:hover,
.btn-theme:hover,
.btn-theme-primary:hover,
.btn-theme-light:hover,
.btn-theme-outline:hover,
.btn-white:hover,
.btn-light-gray:hover,
.btn-transparent:hover,
.btn-white-outline:hover {
  color: #ffffff;
}
.btn-gray:hover:before,
.btn-dark:hover:before,
.btn-theme:hover:before,
.btn-theme-primary:hover:before,
.btn-theme-light:hover:before,
.btn-theme-outline:hover:before,
.btn-white:hover:before,
.btn-light-gray:hover:before,
.btn-transparent:hover:before,
.btn-white-outline:hover:before {
  height: 100%;
  width: 200%;
}

.btn-gray {
  background-color: #f7f7f7;
  border: 1px solid transparent;
  color: var(--headings-color);
  font-size: 13px;
  font-weight: 400;
  height: 50px;
  padding: 10px 30px;
}

.btn-dark:hover {
  background-color: #44c1c1;
  border: 1px solid #44c1c1;
}

.btn-theme-light {
  background-color: rgba(68, 193, 193, 0.1);
  color: #09777c;
}

.btn-theme-outline {
  background-color: transparent;
  border: 1px solid #09777c;
  color: #09777c;
}

.btn-white {
  background-color: #ffffff;
}

.btn-light-gray,
.btn-transparent {
  background-color: #F7F7F7;
  border: 1px solid var(--headings-color);
}
.btn-light-gray:hover,
.btn-transparent:hover {
  border: 1px solid #44c1c1;
}

.btn-transparent,
.btn-white-outline {
  background-color: transparent;
}

.btn-white-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active {
  border: 1px solid #ffffff;
  color: #44c1c1;
}
.btn-white-outline:hover:before, .btn-white-outline:focus:before, .btn-white-outline:active:before {
  background-color: #ffffff;
}

.font-heading {
  font-family: var(--title-font-family);
}

.bg-white {
  background-color: #FFF;
}

.bg-gray-light {
  background-color: #F7F7F7;
}

.bg-theme-light {
  background-color: rgba(68, 193, 193, 0.05);
}

.bg-theme-extralight {
  background-color: rgba(9, 119, 124, 0.125);
}

.bg-second-half-white {
  position: relative;
}
.bg-second-half-white > * {
  position: relative;
  z-index: 2;
}
.bg-second-half-white:after {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  content: "";
  width: 101%;
  height: 51%;
  left: 0;
  right: 0;
  bottom: -1%;
}

.bg-texture {
  background-image: url("../img/texture.png");
  background-repeat: repeat;
  background-position: 10% left;
}

.bg-texture-reverse {
  background-image: url("../img/texture.png");
  background-repeat: repeat;
  background-position: 10% right;
}

.text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

.text-gray {
  color: #BEBDBD;
}

.text-theme {
  color: #44c1c1;
}

.text-theme-light {
  color: #09777c;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.hero {
  align-items: center;
  display: flex;
  height: 860px;
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(9, 119, 124, 0.5);
  background-image: linear-gradient(-45deg, rgba(6, 52, 100, 0) 0%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 75%);
  opacity: 0.9;
}
.hero .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.hero .owl-carousel, .hero .owl-carousel .owl-stage-outer, .hero .owl-carousel .owl-stage {
  height: 100%;
}
.hero .owl-carousel .owl-item {
  background-color: #022b2b;
  height: 100%;
}
.hero .owl-carousel .owl-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.hero .hero-title {
  color: #ffffff;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--title-font-family);
}
.hero .hero-text {
  color: #ffffff;
  font-size: 24px;
  font-family: var(--title-font-family);
}
.hero .advance-search-tab .advance-search-icon {
  border-radius: 50%;
  height: 55px;
  line-height: 1;
  padding: 0;
  text-align: center;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.hero .advance-search-tab .advance-search-btn {
  background-color: transparent;
  border: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
}
.hero .advance-search-tab .navbar {
  padding: 0;
}
.hero .advance-search-field .box-search .icon {
  height: 50px;
  bottom: 0;
  display: flex;
  align-items: center;
  color: var(--headings-color);
  font-size: 16px;
  left: 20px;
  position: absolute;
}
.hero .advance-search-field .box-search input, .hero .advance-search-field .box-search select {
  border: transparent;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-family: var(--title-font-family);
}
.hero .advance-search-field .box-search input::-moz-placeholder, .hero .advance-search-field .box-search select::-moz-placeholder {
  color: var(--headings-color);
}
.hero .advance-search-field .box-search input::placeholder, .hero .advance-search-field .box-search select::placeholder {
  color: var(--headings-color);
}
.hero .advance-search-field .box-search input:hover, .hero .advance-search-field .box-search input:focus, .hero .advance-search-field .box-search select:hover, .hero .advance-search-field .box-search select:focus {
  background-color: #F7F7F7;
  border: 0;
  outline: none;
  box-shadow: none;
}
.hero .advance-search-field .box-search .select2-container--bootstrap .select2-selection {
  height: 50px;
  line-height: 1.5;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  padding: 6px 24px 6px 16px;
  box-shadow: none;
}
.hero .advance-search-field .box-search .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 36px;
}
.hero .advance-search-field .box-search .select2-container--bootstrap.select2-container--focus .select2-selection, .hero .advance-search-field .box-search .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 193, 193, 0.6);
  border-color: #09777c;
}
.hero .advance-search-field .box-search .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #09777c;
  color: #fff;
}
.hero.hero-agencies {
  height: auto;
}
.hero.hero-agencies .hero-title {
  font-size: 36px;
}
.hero.hero-agency {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 350px;
}
@media (max-width: 767.98px) {
  .hero.hero-agency {
    height: auto;
  }
}
.hero.hero-agency .hero-title {
  font-size: 36px;
  line-height: 1.1;
}
.hero.hero-agency .agency-img img {
  width: 240px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 5px solid white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

#hero-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .hero {
    height: 500px;
  }
  .hero .hero-title {
    font-size: 46px;
  }
  .hero .hero-text {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .hero .advance-search-tab .advance-search-btn span {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hero .hero-title {
    font-size: 36px;
    margin-bottom: 1.5rem;
  }
  .hero .hero-text {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .hero.hero-agencies .hero-title {
    font-size: 28px;
  }
  .hero.hero-agencies .advance-search-tab {
    margin-top: 0;
  }
  .hero.hero-agency .hero-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}
/* Nav & Tabs Styles */
.advance-search-tab {
  margin-top: 2rem;
}
.advance-search-tab .nav.nav-tabs {
  background-color: #ffffff;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
.advance-search-tab .nav-item {
  overflow: hidden;
  position: relative;
}
.advance-search-tab .nav-item:first-child {
  border-radius: 12px 0 0 0;
}
.advance-search-tab .nav-item:last-child {
  border-radius: 0 12px 0 0;
}
.advance-search-tab .nav-item:last-child .nav-link {
  margin-right: 0;
}
.advance-search-tab .nav-link {
  color: #717171;
  padding: 15px 13px;
  margin-right: 10px;
  font-family: var(--title-font-family);
  font-weight: 600;
}
.advance-search-tab .nav-link:hover, .advance-search-tab .nav-link:focus, .advance-search-tab .nav-link:active {
  border-color: transparent;
}
.advance-search-tab .nav-link.active {
  color: var(--headings-color);
  border-color: transparent;
  border-bottom: 2px solid #022b2b;
}
.advance-search-tab .tab-content {
  background-color: #ffffff;
  border-radius: 0 12px 12px 12px;
  padding: 20px;
  position: relative;
}

.advance-style2 {
  max-width: 970px;
  position: relative;
  z-index: 1;
}
.advance-style2 .nav.nav-tabs {
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.advance-style2 .nav-item {
  overflow: hidden;
  position: relative;
}
.advance-style2 .nav-item:first-child {
  border-radius: 12px 0 0 0;
}
.advance-style2 .nav-item:last-child {
  border-radius: 0 12px 0 0;
}
.advance-style2 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.advance-style2 .nav-link {
  color: #ffffff;
  padding: 15px 13px;
  margin-right: 10px;
  font-family: var(--title-font-family);
  font-weight: 600;
}
.advance-style2 .nav-link:hover, .advance-style2 .nav-link:focus, .advance-style2 .nav-link:active {
  border-color: transparent;
}
.advance-style2 .nav-link.active {
  background-color: transparent;
  color: #ffffff;
  border-color: transparent;
  border-bottom: 2px solid #ffffff;
}
.advance-style2 .tab-content {
  background-color: #ffffff;
  border-radius: 95px;
  padding: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .advance-style2 .tab-content {
    border-radius: 20px;
  }
}

.advance-style3 {
  max-width: 970px;
  position: relative;
  z-index: 2;
}
.advance-style3 .nav.nav-tabs {
  background-color: #ffffff;
  border-bottom: 1px solid #FEF4F3;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
.advance-style3 .nav-item {
  overflow: hidden;
  position: relative;
}
.advance-style3 .nav-item:first-child {
  border-radius: 12px 0 0 0;
}
.advance-style3 .nav-item:last-child {
  border-radius: 0 12px 0 0;
}
.advance-style3 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.advance-style3 .nav-link {
  color: #717171;
  padding: 15px 13px;
  margin-right: 10px;
  font-family: var(--title-font-family);
  font-weight: 600;
}
.advance-style3 .nav-link:hover, .advance-style3 .nav-link:focus, .advance-style3 .nav-link:active {
  border-color: transparent;
}
.advance-style3 .nav-link.active {
  color: var(--headings-color);
  border-color: transparent;
  border-bottom: 2px solid #022b2b;
}
.advance-style3 .tab-content {
  background-color: #ffffff;
  border-radius: 0 12px 12px 12px;
  padding: 20px 10px 20px 20px;
  position: relative;
}
.advance-style3.at-home7 {
  max-width: 685px;
}
.advance-style3.at-home7 .nav.nav-tabs {
  background-color: #F7F7F7;
  border-radius: 0;
}
.advance-style3.at-home7 .tab-content {
  background-color: #F7F7F7;
  border-radius: 0;
}
.advance-style3.at-home7 .advance-search-icon {
  border-radius: 0;
}
.advance-style3.at-home7 .nav-link.active {
  background-color: transparent;
}

.advance-style4 {
  position: relative;
  z-index: 2;
}
.advance-style4 .nav.nav-tabs {
  background-color: #ffffff;
  border-bottom: 1px solid #FEF4F3;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
.advance-style4 .nav-item {
  overflow: hidden;
  position: relative;
}
.advance-style4 .nav-item:first-child {
  border-radius: 12px 0 0 0;
}
.advance-style4 .nav-item:last-child {
  border-radius: 0 12px 0 0;
}
.advance-style4 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.advance-style4 .nav-link {
  color: #717171;
  padding: 15px 13px;
  margin-right: 10px;
  font-family: var(--title-font-family);
  font-weight: 600;
}
.advance-style4 .nav-link:hover, .advance-style4 .nav-link:focus, .advance-style4 .nav-link:active {
  border-color: transparent;
}
.advance-style4 .nav-link.active {
  color: var(--headings-color);
  border-color: transparent;
  border-bottom: 2px solid #022b2b;
}
.advance-style4 .tab-content {
  background-color: #ffffff;
  border-radius: 0 12px 12px 12px;
  padding: 20px 10px 20px 20px;
  position: relative;
}
.advance-style4 .tab-content label {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  display: block;
}
.advance-style4 .dropdown-lists .open-btn {
  box-shadow: none;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}
.advance-style4 .dropdown-lists .open-btn i {
  font-size: 12px;
  position: absolute;
  right: 0;
}
.advance-style4 .form-control {
  background-color: #ffffff;
  padding-left: 0;
}
.advance-style4.at-home10 {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
}
.advance-style4.at-home10 .nav-link {
  color: #ffffff;
  margin-right: 0;
  padding: 20px 27px;
}
.advance-style4.at-home10 .nav-link.active {
  background-color: #ffffff;
  color: #022b2b;
}
.advance-style4.at-home10 .nav.nav-tabs {
  background-color: #022b2b;
  border-bottom: none;
  justify-content: start;
  max-width: 260px;
}

.navpill-style1 {
  position: relative;
}
.navpill-style1 .nav-item {
  margin-right: 10px;
}
.navpill-style1 .nav-item:last-child {
  margin-right: 0;
}
.navpill-style1 .nav-link {
  border: 1px solid #022b2b;
  border-radius: 6px;
  padding: 7px 17px;
  transition: all 0.4s ease;
}
.navpill-style1 .nav-link.active, .navpill-style1 .nav-link:hover {
  background-color: #022b2b;
  color: #ffffff;
}

.navtab-style1,
.navtab-style2 {
  position: relative;
}
.navtab-style1 .nav-tabs,
.navtab-style2 .nav-tabs {
  border-bottom: 1px solid #DDDDDD;
  transition: all 0.4s ease;
}
.navtab-style1 .nav-link,
.navtab-style2 .nav-link {
  border-color: transparent;
  border: 2px solid transparent;
  color: #717171;
  font-family: var(--title-font-family);
  transition: all 0.4s ease;
}
.navtab-style1 .nav-link:focus, .navtab-style1 .nav-link:hover, .navtab-style1 .nav-link.active,
.navtab-style2 .nav-link:focus,
.navtab-style2 .nav-link:hover,
.navtab-style2 .nav-link.active {
  border-color: transparent;
  border-bottom: 2px solid var(--headings-color);
  color: #022b2b;
}

.navtab-style2 .nav-tabs {
  border-bottom: none;
}
.navtab-style2 .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  position: relative;
}
.navtab-style2 .nav-link:hover, .navtab-style2 .nav-link:focus, .navtab-style2 .nav-link.active {
  border: none;
  border-bottom: 2px solid #022b2b;
  color: #022b2b;
}

.dark-light-navtab {
  position: relative;
}
.dark-light-navtab .nav-link {
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--headings-color);
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  padding: 6px 17px;
  transition: all 0.3s ease;
}
.dark-light-navtab .nav-link.active {
  background-color: #ffffff;
  border: 1px solid var(--headings-color);
  color: var(--headings-color);
}
.dark-light-navtab.style2 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.dark-light-navtab.style2 .nav-link {
  color: var(--headings-color);
}
.dark-light-navtab.style2 .nav-link.active {
  background-color: var(--headings-color);
  color: #ffffff;
}
.dark-light-navtab.style3 .nav-link {
  background-color: rgba(255, 255, 255, 0.07);
  border: none;
  color: #ffffff;
}
.dark-light-navtab.style3 .nav-link.active {
  background-color: #ffffff;
  border: none;
  color: #44c1c1;
}
.dark-light-navtab.style4 .nav-link {
  border: none;
  border-radius: 0;
  color: var(--headings-color);
  margin-right: 0;
}
.dark-light-navtab.style4 .nav-link.active {
  border-bottom: 2px solid var(--headings-color);
}

.tab-content {
  height: auto;
}
.tab-content .active {
  height: auto;
}

.ps-navtab .nav-link {
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 40px;
}
.ps-navtab .nav-link.active {
  background-color: #F7F7F7;
  border: 1px solid var(--headings-color);
  color: var(--headings-color);
}

.ps-v4-hero-tab .nav-pills {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9;
}
.ps-v4-hero-tab .nav-link {
  background-color: rgba(2, 43, 43, 0.8);
  border-radius: 12px;
  height: 54px;
  line-height: 60px;
  padding: 0;
  width: 54px;
}
.ps-v4-hero-tab .nav-link.active {
  background-color: #44c1c1;
}
.ps-v4-hero-tab.at-v5 .nav-pills {
  right: 0;
}
.ps-v4-hero-tab.at-v5 .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}
.ps-v4-hero-tab.at-v5 .nav-link.active {
  background-color: #44c1c1;
}

textarea.form-control {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  font-family: var(--title-font-family);
  height: auto;
  width: 100%;
}
textarea.form-control:focus {
  border-color: #44c1c1;
  outline: none;
  box-shadow: none;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  font-size: 14px;
  font-family: var(--title-font-family);
  height: 50px;
  outline: none;
}
.form-control::-moz-placeholder {
  color: #717171;
  font-family: var(--title-font-family);
}
.form-control::placeholder {
  color: #717171;
  font-family: var(--title-font-family);
}
.form-control:focus {
  border-color: #44c1c1;
  outline: none;
  box-shadow: none;
}
.form-control.bg-gray-light {
  border-color: #F7F7F7;
}
.form-control.bg-gray-light:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 193, 193, 0.6);
  border-color: #09777c;
}

.form-select {
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  font-size: 14px;
  font-family: var(--title-font-family);
  height: 50px;
  outline: none;
}
.form-select:focus {
  border-color: #44c1c1;
  outline: none;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #09777c;
  border-color: #09777c;
}

.form-check-input:focus {
  border-color: #788e7b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(25, 68, 31, 0.25);
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23788e7b'/%3e%3c/svg%3e");
}

.form-select.form-select-transparent {
  border: 0;
  height: 40px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(24, 26, 32, 0.07);
}
.form-select.form-select-transparent:focus {
  border-color: #788e7b;
  outline: 0;
  box-shadow: 0 1px 4px rgba(24, 26, 32, 0.07);
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #09777c;
  border-radius: 0;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #09777c;
  color: #fff;
}

.select2-search--dropdown {
  padding: 6px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: none;
}

.select2-results {
  font-size: 16px;
}

.select2-container--bootstrap .select2-results__option {
  padding: 8px 12px;
}

.has-float-label {
  display: block;
  position: relative;
}

.has-float-label > label {
  cursor: text;
  opacity: 1;
  transition: all 0.2s;
  top: -7px;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight: 600;
  margin: 0;
  font-size: 13px;
}

.has-float-label > label.floated {
  position: absolute;
  top: -0.55em;
  left: 0.5rem;
  max-width: calc(100% - 0.65rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-float-label > label.floated:after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}

/* Typography Styles */
body {
  background-color: #ffffff;
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: 400;
  color: var(--headings-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a, .btn {
  color: var(--headings-color);
  text-decoration: none;
  outline: none;
  transition: all ease 0.4s;
}
a:hover, .btn:hover {
  color: #44c1c1;
}
a:active, a:focus, a:hover, a:visited, .btn:active, .btn:focus, .btn:hover, .btn:visited {
  text-decoration: none;
  outline: none;
}

button, .btn {
  transition: all ease 0.4s;
}

iframe {
  border: none;
  width: 100%;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: var(--title-font-family);
  color: var(--headings-color);
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin: 0 0 15px 0;
  color: var(--headings-color);
  line-height: 1.7;
  font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 20px;
}

.h5, h5 {
  font-size: 18px;
}

.h6, h6 {
  font-size: 15px;
}

@media (max-width: 575.98px) {
  .h2, h2 {
    font-size: 20px;
  }
}
.ls-sm {
  letter-spacing: -0.5px;
}

.ls-md {
  letter-spacing: 0.5px;
}

.ls-lg {
  letter-spacing: 1px;
}

.font-xs {
  font-size: 0.75rem;
}

.font-sm {
  font-size: 0.875rem;
}

.font-md {
  font-size: 1rem;
}

.font-lg {
  font-size: 1.125rem;
}

.font-xl {
  font-size: 1.25rem;
}

.font-2xl {
  font-size: 1.5rem;
}

.font-3xl {
  font-size: 1.75rem;
}

.font-4xl {
  font-size: 2rem;
}

.font-5xl {
  font-size: 2.5rem;
}

.font-6xl {
  font-size: 3rem;
}

.line-height-xs {
  line-height: 1;
}

.line-height-sm {
  line-height: 1.2;
}

.line-height-md {
  line-height: 1.4;
}

.line-height-lg {
  line-height: 1.6;
}

.line-height-xl {
  line-height: 1.8;
}

@media (min-width: 576px) {
  .font-sm-xs {
    font-size: 0.75rem;
  }
  .font-sm-sm {
    font-size: 0.875rem;
  }
  .font-sm-md {
    font-size: 1rem;
  }
  .font-sm-lg {
    font-size: 1.125rem;
  }
  .font-sm-xl {
    font-size: 1.25rem;
  }
  .font-sm-2xl {
    font-size: 1.5rem;
  }
  .font-sm-3xl {
    font-size: 1.75rem;
  }
  .font-sm-4xl {
    font-size: 2rem;
  }
  .font-sm-5xl {
    font-size: 2.5rem;
  }
  .font-sm-6xl {
    font-size: 3rem;
  }
  .line-height-sm-xs {
    line-height: 1;
  }
  .line-height-sm-sm {
    line-height: 1.2;
  }
  .line-height-sm-md {
    line-height: 1.4;
  }
  .line-height-sm-lg {
    line-height: 1.6;
  }
  .line-height-sm-xl {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .font-md-xs {
    font-size: 0.75rem;
  }
  .font-md-sm {
    font-size: 0.875rem;
  }
  .font-md-md {
    font-size: 1rem;
  }
  .font-md-lg {
    font-size: 1.125rem;
  }
  .font-md-xl {
    font-size: 1.25rem;
  }
  .font-md-2xl {
    font-size: 1.5rem;
  }
  .font-md-3xl {
    font-size: 1.75rem;
  }
  .font-md-4xl {
    font-size: 2rem;
  }
  .font-md-5xl {
    font-size: 2.5rem;
  }
  .font-md-6xl {
    font-size: 3rem;
  }
  .line-height-md-xs {
    line-height: 1;
  }
  .line-height-md-sm {
    line-height: 1.2;
  }
  .line-height-md-md {
    line-height: 1.4;
  }
  .line-height-md-lg {
    line-height: 1.6;
  }
  .line-height-md-xl {
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .font-lg-xs {
    font-size: 0.75rem;
  }
  .font-lg-sm {
    font-size: 0.875rem;
  }
  .font-lg-md {
    font-size: 1rem;
  }
  .font-lg-lg {
    font-size: 1.125rem;
  }
  .font-lg-xl {
    font-size: 1.25rem;
  }
  .font-lg-2xl {
    font-size: 1.5rem;
  }
  .font-lg-3xl {
    font-size: 1.75rem;
  }
  .font-lg-4xl {
    font-size: 2rem;
  }
  .font-lg-5xl {
    font-size: 2.5rem;
  }
  .font-lg-6xl {
    font-size: 3rem;
  }
  .line-height-lg-xs {
    line-height: 1;
  }
  .line-height-lg-sm {
    line-height: 1.2;
  }
  .line-height-lg-md {
    line-height: 1.4;
  }
  .line-height-lg-lg {
    line-height: 1.6;
  }
  .line-height-lg-xl {
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .font-xl-xs {
    font-size: 0.75rem;
  }
  .font-xl-sm {
    font-size: 0.875rem;
  }
  .font-xl-md {
    font-size: 1rem;
  }
  .font-xl-lg {
    font-size: 1.125rem;
  }
  .font-xl-xl {
    font-size: 1.25rem;
  }
  .font-xl-2xl {
    font-size: 1.5rem;
  }
  .font-xl-3xl {
    font-size: 1.75rem;
  }
  .font-xl-4xl {
    font-size: 2rem;
  }
  .font-xl-5xl {
    font-size: 2.5rem;
  }
  .font-xl-6xl {
    font-size: 3rem;
  }
  .line-height-xl-xs {
    line-height: 1;
  }
  .line-height-xl-sm {
    line-height: 1.2;
  }
  .line-height-xl-md {
    line-height: 1.4;
  }
  .line-height-xl-lg {
    line-height: 1.6;
  }
  .line-height-xl-xl {
    line-height: 1.8;
  }
}
@media (min-width: 1400px) {
  .font-xxl-xs {
    font-size: 0.75rem;
  }
  .font-xxl-sm {
    font-size: 0.875rem;
  }
  .font-xxl-md {
    font-size: 1rem;
  }
  .font-xxl-lg {
    font-size: 1.125rem;
  }
  .font-xxl-xl {
    font-size: 1.25rem;
  }
  .font-xxl-2xl {
    font-size: 1.5rem;
  }
  .font-xxl-3xl {
    font-size: 1.75rem;
  }
  .font-xxl-4xl {
    font-size: 2rem;
  }
  .font-xxl-5xl {
    font-size: 2.5rem;
  }
  .font-xxl-6xl {
    font-size: 3rem;
  }
  .line-height-xxl-xs {
    line-height: 1;
  }
  .line-height-xxl-sm {
    line-height: 1.2;
  }
  .line-height-xxl-md {
    line-height: 1.4;
  }
  .line-height-xxl-lg {
    line-height: 1.6;
  }
  .line-height-xxl-xl {
    line-height: 1.8;
  }
}
.apartment-category {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  border-radius: 70px;
  margin-bottom: 30px;
  padding: 10px 30px 10px 10px;
  position: relative;
  transition: all 0.4s ease;
}
.apartment-category .icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 20px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  width: 50px;
  transition: all 0.4s ease;
}
.apartment-category .title {
  margin-left: 12px;
}
.apartment-category:hover {
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
}
.apartment-category:hover .icon {
  background-color: #44c1c1;
  color: #ffffff;
}

.icon-box-card {
  display: block;
  color: var(--headings-color);
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 25px;
  position: relative;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
  transition: all 0.4s ease;
}
.icon-box-card .icon {
  background-color: rgba(68, 193, 193, 0.07);
  border-radius: 50%;
  color: #09777c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  height: 70px;
  line-height: 75px;
  margin-bottom: 15px;
  text-align: center;
  width: 70px;
  transition: all 0.4s ease;
}
.icon-box-card .title {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--title-font-family);
  margin-bottom: 0.5rem;
}
.icon-box-card .text {
  font-family: var(--title-font-family);
}
.icon-box-card:hover {
  background-color: #44c1c1;
}
.icon-box-card:hover .title, .icon-box-card:hover .text, .icon-box-card:hover .icon {
  color: #ffffff;
}
.icon-box-card:hover .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.icon-box-big-card {
  transition: all 0.4s ease;
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 45px 35px 20px;
  position: relative;
}
.icon-box-big-card.active, .icon-box-big-card:hover {
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
}
.icon-box-big-card .icon {
  margin-bottom: 25px;
  display: inline-block;
  background: #09777c;
  padding: 25px;
  border-radius: 50%;
}
.icon-box-big-card .icon img {
  max-height: 50px;
  filter: invert(100%);
}
.icon-box-big-card .title {
  margin-bottom: 12px;
}
.icon-box-big-card .text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .icon-box-big-card {
    padding: 60px 25px 20px;
  }
}
/* Listings Styles */
.listing-element {
  background-color: #ffffff;
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.listing-element .list-thumb {
  overflow: hidden;
  position: relative;
  display: block;
}
.listing-element img {
  transition: all 0.4s ease;
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing-element .list-tag {
  background-color: #09777c;
  border-radius: 6px;
  color: #ffffff;
  font-family: var(--title-font-family);
  font-weight: 600;
  left: 10px;
  opacity: 1;
  padding: 2px 12px;
  position: absolute;
  top: 10px;
  transform: translateY(0px);
  visibility: visible;
  transition: all 0.4s ease;
}
.listing-element .tag-del {
  background-color: #ffffff;
  border-radius: 6px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
  position: absolute;
  right: 10px;
  opacity: 1;
  padding: 2px 12px;
  bottom: 10px;
  z-index: 1;
  transition: all 0.4s ease;
}
.listing-element .list-price {
  background-color: #ffffff;
  border-radius: 6px;
  bottom: 10px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 15px;
  left: 10px;
  padding: 3px 12px;
  position: absolute;
}
.listing-element .list-price span {
  font-weight: normal;
}
.listing-element .list-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
}
.listing-element .list-meta a {
  font-family: var(--title-font-family);
  font-size: 13px;
  margin-right: 25px;
}
.listing-element .list-meta a:last-child {
  margin-right: 0;
}
@media (max-width: 320px) {
  .listing-element .list-meta a {
    margin-right: 15px;
  }
}
.listing-element .list-meta span {
  display: flex;
  flex-grow: 1;
  margin: 0;
  line-height: 1.4;
  gap: 7px;
}
.listing-element .list-meta span i {
  font-size: 21px;
}
.listing-element .list-meta span b {
  font-weight: 400;
  font-size: 12px;
}
.listing-element .list-meta span ins {
  text-decoration: none;
  font-weight: 600;
  max-width: 80px;
}
.listing-element .list-content {
  padding: 20px;
  position: relative;
}
.listing-element .list-title {
  font-family: var(--title-font-family);
  color: var(--headings-color);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.listing-element .list-title a {
  transition: all 0.4s ease;
}
.listing-element .list-title a:hover {
  color: var(--headings-color);
}
.listing-element .list-text {
  color: #717171;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 15px;
}
.listing-element:hover .list-title {
  text-decoration: underline;
}
.listing-element:hover .list-tag {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
.listing-element:hover .list-thumb img {
  transform: scale(1.1) rotate(0deg);
}
@media (min-width: 768px) {
  .listing-element.listing-type {
    display: flex;
    border-radius: 12px;
  }
  .listing-element.listing-type img {
    max-width: 275px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .listing-element.listing-type img {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .listing-element.listing-type img {
    height: 300px;
  }
}
.listing-element.listing-type .list-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .listing-element.agency-type {
    display: flex;
    border-radius: 12px;
  }
  .listing-element.agency-type img {
    max-width: 400px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .listing-element.agency-type img {
    aspect-ratio: 1/1;
  }
}
.listing-element.agency-type .list-content {
  display: flex;
  flex-direction: column;
}

.category-element {
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
}
.category-element .content {
  padding: 20px;
}
.category-element .content .title {
  margin: 0;
}

.property-action .icon {
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  transition: all 0.4s ease;
}
.property-action .icon:hover {
  border: 1px solid #022b2b;
  color: #022b2b;
}
.property-action .price {
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
  line-height: 1;
}
.property-action .status {
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block;
  border-radius: 0.375rem;
  padding: 0.15em 0.65em;
  font-weight: 700;
  line-height: 1;
  font-size: 21px;
}
.property-action .ref {
  font-size: 1.125rem;
  font-size: 0.875rem;
}
.property-action .space {
  letter-spacing: 0.02em;
}

.overview-element .icon {
  border: 1px solid #ddd;
  border-radius: 6px;
  color: var(--headings-color);
  display: block;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.property-gallery {
  display: grid;
  grid-template-columns: auto auto auto 30%;
  grid-template-rows: 270px 270px;
  gap: 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .property-gallery {
    grid-template-columns: auto auto auto 35%;
    grid-template-rows: 200px 200px;
  }
}
@media (max-width: 767.98px) {
  .property-gallery {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.property-gallery .all-photo {
  background-color: #fff;
  border-radius: 6px;
  bottom: 15px;
  right: 15px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
  display: flex;
  padding: 7px 16px;
  position: absolute;
}
.property-gallery .all-photo i {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .property-gallery .all-photo {
    bottom: 10px;
    right: 10px;
  }
}
.property-gallery .property-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.property-gallery .property-img:hover img {
  transform: scale(1.1) rotate(-1deg);
}
.property-gallery .property-img img {
  transition: all 0.4s ease;
}
.property-gallery .preview-1 {
  grid-column: 1/span 3;
  grid-row: 1/span 2;
  border-radius: 12px 0 0 12px;
}
.property-gallery .preview-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .property-gallery .preview-1 {
    grid-column: 1;
    grid-row: 1;
    border-radius: 12px;
  }
}
.property-gallery .preview-1 .losanga {
  position: absolute;
  width: 110%;
  font-weight: bold;
  padding: 10px 10px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.75;
  top: 45%;
  transform: rotate(-10deg);
  zoom: 1.5;
  left: -5%;
  z-index: 9;
}
.property-gallery .preview-2 {
  grid-column: 4;
  grid-row: 1;
  border-top-right-radius: 12px;
}
.property-gallery .preview-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .property-gallery .preview-2 {
    display: none;
  }
}
.property-gallery .preview-3 {
  grid-column: 4;
  grid-row: 2;
  border-bottom-right-radius: 12px;
}
.property-gallery .preview-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .property-gallery .preview-3 {
    display: none;
  }
}

.property-img-content {
  position: relative;
}
.property-img-content .preview-big {
  border-radius: 12px 0 0 12px;
  height: 558px;
}
@media (max-width: 1199.98px) {
  .property-img-content .preview-big {
    height: 430px;
  }
}
@media (max-width: 991.98px) {
  .property-img-content .preview-big {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .property-img-content .preview-big {
    height: 240px;
  }
}
@media (max-width: 575.98px) {
  .property-img-content .preview-big {
    border-radius: 12px 12px 0 0;
    height: auto;
  }
}
.property-img-content .preview-small {
  border-radius: 0 12px 0 0;
}
@media (max-width: 575.98px) {
  .property-img-content .preview-small {
    border-radius: 0;
  }
}
.property-img-content .preview-small-bottom {
  border-radius: 0 0 12px 0;
}
.property-img-content .property-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.property-img-content .property-img img {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
.property-img-content .property-img:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.card-property {
  border: 0;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(24, 26, 32, 0.07);
  margin-bottom: 30px;
  font-size: 16px;
}
.card-property .card-body {
  padding: 30px;
}
@media (max-width: 575.98px) {
  .card-property .card-body {
    padding: 20px;
  }
}
.card-property .separator {
  flex: 0 0 auto;
  width: auto;
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}
@media (max-width: 575.98px) {
  .card-property .separator {
    width: 100%;
  }
}
.card-property h4 {
  margin-bottom: 1.5rem;
}
.card-property dl {
  margin-bottom: 0.25rem;
}
.card-property dl dt, .card-property dl dd {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.card-property dl:nth-child(even) {
  background-color: #f8f9fa;
}
@media (max-width: 575.98px) {
  .card-property dl dd.col-sm {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .card-property .list-2 dl:nth-child(even) {
    background-color: transparent;
  }
  .card-property .list-2 dl:nth-child(odd) {
    background-color: #f8f9fa;
  }
}
.card-property .lists {
  -moz-columns: 3;
       columns: 3;
  padding-left: 1.5rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .card-property .lists {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 575.98px) {
  .card-property .lists {
    -moz-columns: 1;
         columns: 1;
  }
}
.card-property ul.lists li {
  padding-inline-start: 1.25ch;
}
.card-property ul.lists li::marker {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2328a745' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3e%3c/svg%3e");
}

#map {
  width: 100%;
  height: 500px;
  border: 10px solid white;
  border-radius: 16px;
}

#contact-map {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 0;
}

#photogallery {
  display: none;
}

@media (min-width: 576px) {
  #menu-mobile {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #menu-mobile {
    min-height: 56px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #DDDDDD;
    padding-left: 4px;
    padding-right: 4px;
  }
  #menu-mobile .item {
    font-size: 9px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    height: 56px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #menu-mobile .col {
    width: 100%;
    padding: 0 4px;
    text-align: center;
  }
  #menu-mobile strong {
    margin-top: 4px;
    display: block;
    color: #141515;
    font-weight: 400;
    transition: 0.1s all;
  }
  #menu-mobile i {
    margin: 1px auto 3px auto;
    font-size: 26px;
    line-height: 1;
    color: #141515;
    transition: 0.1s all;
    display: block;
  }
  #menu-mobile ~ #footer {
    padding-bottom: 50px;
  }
  #menu-mobile ~ .scroll-top.show {
    bottom: 70px;
  }
}
.energy-bar {
  display: flex;
  height: 1.5rem;
  width: 100%;
  margin: 1rem 0;
}
.energy-bar .square {
  flex-grow: 1;
  opacity: 0.25;
}
.energy-bar .square span {
  display: none;
  text-align: center;
  color: white;
  font-weight: bold;
}
.energy-bar .square.active {
  opacity: 1;
}
.energy-bar .square.active span {
  display: block;
}

.energy-bar .square:nth-child(1) {
  background-color: #8d8d8d;
}

.energy-bar .square:nth-child(2) {
  background-color: #007b39;
}

.energy-bar .square:nth-child(3) {
  background-color: #67b550;
}

.energy-bar .square:nth-child(4) {
  background-color: #92c037;
}

.energy-bar .square:nth-child(5) {
  background-color: #d1d71d;
}

.energy-bar .square:nth-child(6) {
  background-color: #e0ac24;
}

.energy-bar .square:nth-child(7) {
  background-color: #cc5e0b;
}

.energy-bar .square:nth-child(8) {
  background-color: #c01a1b;
}

.contact-list {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 5px;
}

.contact-list li a {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.contact-list li i {
  font-size: 21px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ALl Blogs Styles Here  */
.blog-element {
  margin-bottom: 30px;
  position: relative;
}
.blog-element .blog-img {
  border-radius: 12px;
  overflow: hidden;
}
.blog-element .blog-img img {
  transition: all 0.4s ease;
}
.blog-element .blog-content {
  padding: 20px 20px 0 0;
  position: relative;
}
.blog-element .tag {
  color: #717171;
  font-size: 16px;
  font-family: var(--title-font-family);
  font-weight: 400;
  letter-spacing: 0;
}
.blog-element .date {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
  height: 70px;
  line-height: 25px;
  padding-top: 10px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -50px;
  width: 70px;
}
.blog-element .day {
  font-size: 20px;
  display: block;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
}
.blog-element .month {
  font-size: 13px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}
.blog-element:hover .blog-img img {
  transform: scale(1.1) rotate(-1deg);
}

.banner {
  position: relative;
}
.banner .container, .banner .container-fluid {
  position: relative;
  z-index: 3;
  color: #fff;
}
.banner .banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.banner:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(9, 119, 124, 0.5);
  background-image: linear-gradient(-45deg, rgba(6, 52, 100, 0) 0%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 75%);
  opacity: 0.9;
}
.banner.gradient-black:after {
  background-color: transparent;
}
.banner.gradient-transparent:after {
  opacity: 0;
}
.banner .title {
  color: #fff;
  font-size: 36px;
  line-height: 1;
}
.banner .subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.banner.cover-right .banner-cover {
  -o-object-position: 80%;
     object-position: 80%;
}

.advance-feature-modal .modal-header {
  padding: 30px;
}
.advance-feature-modal .btn-close {
  background-color: #F7F7F7;
  border-radius: 50%;
  height: 40px;
  opacity: 1;
  padding: 0;
  text-align: center;
  width: 40px;
}
.advance-feature-modal .btn-close:focus {
  box-shadow: none;
  outline: none;
}
.advance-feature-modal .modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
}
.advance-feature-modal .modal-body {
  padding: 15px 30px 30px;
}

@media (max-width: 767.98px) {
  #filters-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    transform: translateX(-100%);
    transition: left 0.4s ease;
  }
  #filters-sidebar .column {
    width: 300px;
    border: 0;
    border-radius: 0;
    height: 100vh;
    z-index: 101;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    left: -100%;
    transition: left 0.4s ease;
  }
  #filters-sidebar.show {
    transform: translateX(0);
  }
  #filters-sidebar.show .column {
    left: 0;
  }
  #filters-sidebar.show .sidebar-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #000;
    opacity: 0.5;
  }
  #filters-sidebar .card-property {
    box-shadow: none;
  }
}
.owl-stage, .owl-item {
  box-sizing: border-box;
}

.owl-carousel.navs-bottom-center .owl-nav {
  text-align: center;
}
.owl-carousel.navs-bottom-center .owl-nav button.owl-prev, .owl-carousel.navs-bottom-center .owl-nav button.owl-next {
  font-size: 30px;
}
.owl-carousel.navs-bottom-center .owl-nav button.owl-prev:hover, .owl-carousel.navs-bottom-center .owl-nav button.owl-prev:focus, .owl-carousel.navs-bottom-center .owl-nav button.owl-next:hover, .owl-carousel.navs-bottom-center .owl-nav button.owl-next:focus {
  opacity: 0.5;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-stage-flex .owl-stage {
  display: flex;
}
.owl-carousel.owl-stage-flex .owl-stage-outer {
  padding-left: 2px;
}
.owl-carousel.owl-stage-flex .owl-item {
  padding: 0;
}

.owl-carousel .listing-element {
  display: flex;
  flex-direction: column;
}
.owl-carousel .listing-element .list-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.owl-carousel .listing-element .list-meta {
  margin-top: auto;
}

/* Paginations Styles */
nav.pagination ul {
  margin: 0;
  padding: 0;
}
nav.pagination .page_navigation {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
nav.pagination .page-item {
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  transition: all 0.4s ease;
}
nav.pagination .page-item:hover {
  background-color: #EDEDED;
}
nav.pagination .page-item:first-child, nav.pagination .page-item:last-child {
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(24, 26, 32, 0.07);
}
nav.pagination .page-item.active .page-link {
  background-color: #44c1c1;
  color: #ffffff;
}
nav.pagination .page-link {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 40px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}

/* Team Styles */
.team-style {
  position: relative;
}
.team-style .team-img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.team-style img {
  transform: scale(1);
  transition: all 0.4s ease;
}
.team-style:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.agency-info {
  position: relative;
  z-index: 5;
}

@media (min-width: 1200px) {
  .agency-column {
    margin-top: -300px;
  }
}
@media (max-width: 991.98px) {
  .agency-column {
    margin-top: 15px;
  }
}
.agency-column .card-property {
  box-shadow: 0 1px 15px rgba(24, 26, 32, 0.1);
}

.agency-style {
  position: relative;
}
.agency-style .tag {
  background-color: #44c1c1;
  border-radius: 6px;
  color: #ffffff;
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 12px;
  left: 20px;
  padding: 0 6px;
  position: absolute;
  top: 20px;
  transition: all 0.4s ease;
}
.agency-style:hover .tag {
  transform: translateY(30px);
  opacity: 0;
}

.about-box-1 {
  position: relative;
}
.about-box-1 .list-style li {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  padding-left: 5px;
}
.about-box-1 .list-style i {
  height: 25px;
  line-height: 25px;
  width: 25px;
}

.about-box-2 {
  background-color: rgba(68, 193, 193, 0.07);
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 60px 60px 160px;
  position: relative;
}
@media (max-width: 991.98px) {
  .about-box-2 {
    padding: 40px 30px;
  }
}
.about-box-2 .title {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.02em;
}
.about-box-2 .img-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .about-box-2 .img-1 {
    display: none;
  }
}

.exclusive-agent-widget {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
  max-width: 345px;
  padding: 30px;
  position: relative;
}
.exclusive-agent-widget .title {
  font-family: var(--title-font-family);
  font-weight: 600;
}

.exclusive-agent-single {
  background-color: #ffffff;
  bottom: -90px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(24, 26, 32, 0.05);
  max-width: 250px;
  padding: 20px;
  position: absolute;
  right: 70px;
  bottom: -60px;
  right: 30px;
}
.exclusive-agent-single .agent-img {
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .exclusive-agent-single {
    bottom: -20px;
  }
}
@media (max-width: 767.98px) {
  .exclusive-agent-single {
    bottom: 0;
    position: relative;
    right: 0;
  }
}

.img-box-1 {
  vertical-align: bottom;
}
@media (max-width: 767.98px) {
  .img-box-1 {
    display: block;
    margin-bottom: 20px;
  }
}

.img-box-1 img,
.img-box-2 img,
.img-box-3 img,
.img-box-4 img {
  border-radius: 12px;
}

.img-box-2 {
  margin-left: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .img-box-2 {
    display: block;
    margin-left: 0;
    margin-bottom: 0px;
  }
}

.img-box-3 {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -35px;
}
@media (max-width: 767.98px) {
  .img-box-3 {
    bottom: auto;
    top: 30%;
  }
}
.img-box-3 .img-1 {
  box-shadow: 0 0 50px rgba(24, 26, 32, 0.07);
}

.img-box-4 {
  position: absolute;
  right: -70px;
  bottom: 0;
  z-index: -1;
}

.img-box-5 {
  position: absolute;
  right: -70px;
  top: -70px;
  z-index: -1;
}

.img-box-6 {
  bottom: -70px;
  left: -70px;
  position: absolute;
  z-index: -1;
}

.img-box-7 img {
  border-radius: 12px;
}
.img-box-7 .img-1 {
  margin-top: -80px;
}
@media (max-width: 991.98px) {
  .img-box-7 .img-1 {
    margin-top: 0;
  }
}

.img-box-8 .img-1 {
  left: 130px;
  position: absolute;
  top: -150px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .img-box-8 .img-1 {
    left: 30px;
    top: -210px;
  }
}

.img-box-9 {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 50px rgba(24, 26, 32, 0.07);
  margin-left: auto;
  max-width: 210px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.img-box-9 i {
  border-radius: 50%;
  display: block;
  font-size: 46px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  outline: 1px solid var(--headings-color);
  outline-offset: 5px;
  text-align: center;
  transition: all 0.4s ease;
}
.img-box-9:hover i {
  outline-offset: 8px;
}

.img-box-10 .img-1 {
  bottom: 300px;
  opacity: 0.2;
  position: absolute;
  right: -100px;
}
.img-box-10 .img-2 {
  left: 230px;
  opacity: 0.2;
  position: absolute;
  top: 40px;
}
.img-box-10 .img-3 {
  left: -100px;
  opacity: 0.2;
  position: absolute;
}
.img-box-10 .img-4 {
  bottom: 300px;
  left: -100px;
  position: absolute;
}
.img-box-10 .img-5 {
  position: absolute;
  right: 0;
  top: 90px;
}

.img-box-11 .img-1 {
  bottom: -20px;
  left: -20px;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
}
.img-box-11 .img-2 {
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
.img-box-11 .img-3 {
  bottom: 100px;
  left: -100px;
  position: absolute;
}

.img-box-12 .img-1 {
  bottom: -20px;
  left: -20px;
  position: absolute;
}
.img-box-12 .img-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.img-box-12 .img-3 {
  bottom: 100px;
  left: -100px;
  position: absolute;
}

body .lg-outer .lg-thumb-item.active, body .lg-outer .lg-thumb-item:hover {
  border-color: #44c1c1;
}

@media (max-width: 767.98px) {
  .icon-box-big-card {
    margin-bottom: 15px;
    padding: 25px 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .icon-box-big-card .icon {
    padding: 15px;
    min-width: 60px;
  }
  .icon-box-big-card .text {
    margin-bottom: 15px;
  }
  .icon-box-big-card .iconbox-content {
    text-align: left;
  }
  .icon-box-big-card .btn-theme-light {
    padding: 10px 20px;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 680px) {
  .listing-element .list-meta span {
    margin-right: 5px;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  #groups-carousel {
    width: calc(100% + 1rem);
  }
  #groups-carousel .item {
    width: 70vw;
  }
  #categories-carousel {
    width: calc(100% + 1rem);
  }
  #categories-carousel .item {
    width: 40vw;
  }
  .advance-search-tab .tab-content {
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) {
  #categories-carousel .item {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  #categories-carousel {
    margin-top: -100px;
  }
}
/** @import 'front/project-sass/_check_breakpoints' */
