.error {
    color: var(--danger);
    font-size: 15px;
}

.form-control.error {
    border-color: var(--danger) !important;
}

.alert {
    background-color: white !important;
}

.iberi-navbar-light {
    /* background: transparent !important;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0; */
    z-index: 3;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
    .iberi-navbar-light {
        /* background: #000000 !important; */
        position: relative;
        top: 0;
    }
}
.iberi-navbar-light .navbar-brand {
    color: #fff;
}
.iberi-navbar-light .navbar-brand span {
    color: #e16262;
}
@media (max-width: 991.98px) {
    .iberi-navbar-light .navbar-brand {
        color: #fff;
    }
    .iberi-navbar-light .navbar-brand img {
        max-width: 100px;
        height: auto;
    }
}
@media (max-width: 991.98px) {
    .iberi-navbar-light .navbar-nav {
        padding-bottom: 10px;
        text-align: center;
    }
    .navbar .widgets {
        justify-content: center;
    }
}
.iberi-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    opacity: 1 !important;
}
.iberi-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: var(--primary);
}
@media (max-width: 991.98px) {
    .iberi-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        /* color: #fff; */
    }
}
.iberi-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}
.iberi-navbar-light .navbar-nav > .nav-item.iberi-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}
@media (max-width: 991.98px) {
    .iberi-navbar-light .navbar-nav > .nav-item.iberi-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}
.iberi-navbar-light .navbar-nav > .nav-item.iberi-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 991.98px) {
    .iberi-navbar-light .navbar-nav > .nav-item.iberi-seperator:before {
        display: none;
    }
}
.iberi-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid var(--primary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 4px;
    background: var(--primary);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.iberi-navbar-light .navbar-nav > .nav-item.cta > a span {
    display: inline-block;
    color: #fff;
}
.iberi-navbar-light .navbar-nav > .nav-item.cta > a:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
}
.iberi-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
    border: 1px solid #e16262;
    background: #e16262 !important;
}
.iberi-navbar-light .navbar-nav > .nav-item.active > a {
    color: var(--primary);
}
@media (max-width: 991.98px) {
    .iberi-navbar-light .navbar-nav > .nav-item.active > a {
        color: var(--primary);
    }
}
.iberi-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.iberi-navbar-light .navbar-toggler:hover,
.iberi-navbar-light .navbar-toggler:focus {
    text-decoration: none;
    color: var(--primary);
    outline: none !important;
}
.iberi-navbar-light .navbar-toggler .burger-menu {
    display: block;
    width: 30px;
}
.iberi-navbar-light .navbar-toggler .burger-menu span {
    display: block;
    height: 3px;
    background-color: #000000;
}
.iberi-navbar-light .navbar-toggler .burger-menu span + span {
    margin-top: 5px;
}
.iberi-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
    .iberi-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
}
.iberi-navbar-light.scrolled .nav-item.active > a {
    color: var(--primary) !important;
}
.iberi-navbar-light.scrolled .nav-item.cta > a {
    color: #fff !important;
    background: var(--primary);
    border: none !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 6px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.iberi-navbar-light.scrolled .nav-item.cta > a span {
    display: inline-block;
    color: #fff !important;
}
.iberi-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: var(--primary);
}
@media (max-width: 991.98px) {
    .iberi-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
.iberi-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.iberi-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000000 !important;
}
.iberi-navbar-light.scrolled .nav-link.active {
    color: var(--primary) !important;
}
.iberi-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.iberi-navbar-light.scrolled.sleep {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.iberi-navbar-light.scrolled .navbar-brand {
    color: #000000;
}

.navbar-brand {
    font-weight: 900;
    font-size: 20px;
}

.hero-wrap {
    width: 100%;
    height: calc(100vh - 70px);
    max-height: 850px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0;
}
.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.5;
    background: #121212;
    height: 100%;
}
.hero-wrap.hero-wrap-2 {
    height: 420px !important;
    position: relative;
}
.hero-wrap.hero-wrap-2 .overlay {
    width: 100%;
    opacity: 0.8;
    height: 420px;
}
.hero-wrap.hero-wrap-2 .slider-text {
    height: 420px !important;
}
.hero-wrap .container {
    height: 100%;
}

.slider-text {
    height: 100%;
}
.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
}
.slider-text h1 span {
    display: block;
}
.slider-text .icon-wrap .icon {
    width: 70px;
    height: 70px;
    background: var(--primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.slider-text .icon-wrap .icon span {
    color: #fff;
}
.slider-text .icon-wrap .heading-title {
    position: relative;
}
.slider-text .icon-wrap .heading-title:after {
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
}
.slider-text .icon-wrap .heading-title span {
    font-family: "Nunito Sans", Arial, sans-serif;
    color: #fff;
}
.slider-text p {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}
.slider-text .breadcrumbs {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500;
}
.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.7);
}
.slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}
.slider-text .breadcrumbs span a {
    color: rgba(255, 255, 255, 0.7);
}
.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
    color: var(--primary);
}
.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
    color: var(--primary);
}
.slider-text .bread {
    font-weight: 400 !important;
    position: relative;
}

@media (min-width: 992px) {
    .search-bg {
        background: var(--primary);
    }
}

.search-wrap-1 {
    position: relative;
    background: #21243d;
    -webkit-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
@media (min-width: 768px) {
    .search-wrap-1 {
        margin-top: -60px;
    }
}
@media (max-width: 767.98px) {
    .search-wrap-1 {
        margin-top: 3em;
        margin-bottom: 3em;
    }
}

.search-property-1 .form-group {
    position: relative;
    margin-bottom: 0;
}
.search-property-1 .form-group label {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.search-property-1 .form-group .form-field {
    position: relative;
    display: block;
}
.search-property-1 .form-group .form-control {
    padding: 0;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: inherit !important;
    font-size: 18px;
    border: none !important;
    color: rgba(255, 255, 255, 0.4) !important;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.search-property-1 .form-group .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.search-property-1 .form-group .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.search-property-1 .form-group .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.search-property-1 .form-group .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.search-property-1 .form-group .form-control.btn {
    padding: 22px 10px !important;
    font-size: 16px;
    background: var(--primary) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px;
}
.search-property-1 .form-group .select-wrap {
    position: relative;
}
.search-property-1 .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-property-1 .form-group .icon {
    position: absolute;
    top: 51%;
    left: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
    .search-property-1 .form-group .icon {
        right: 10px;
    }
}

.request-form {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
}
.request-form h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}
.request-form p {
    color: rgba(0, 0, 0, 0.5);
}
.request-form .form-group {
    position: relative;
    width: 100%;
    display: block;
}
.request-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid red;
}
.request-form .form-group .icon span {
    color: rgba(0, 0, 0, 0.3) !important;
}
.request-form .form-group .select-wrap,
.request-form .form-group .input-wrap {
    position: relative;
}
.request-form .form-group .select-wrap select,
.request-form .form-group .input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.request-form .form-group .btn {
    width: 100%;
    display: block !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.request-form label.label {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.request-form .form-control {
    border: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    height: 40px !important;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 12px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.request-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4);
}
.request-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
}
.request-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.4);
}
.request-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
}
.request-form .form-control:focus,
.request-form .form-control:active {
    border-color: #fff;
}
.request-form textarea.form-control {
    height: inherit !important;
}

.owl-carousel {
    position: relative;
}
.owl-carousel .owl-item {
    opacity: 0.4;
}
.owl-carousel .owl-item.active {
    opacity: 1;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: var(--primary) !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}
.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
    border: 1px solid red;
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block;
}

.bg-light {
    background: #f8f9fa !important;
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-darken {
    background: #0f101c;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}
.btn.btn-primary {
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    color: #fff !important;
}
.btn.btn-primary:hover {
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
}
.btn.btn-primary.btn-outline-primary {
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
}
.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: var(--primary);
    color: #fff;
}
.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    color: #fff;
}
.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: var(--primary);
}
.btn.btn-black {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important;
}
.btn.btn-black:hover {
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
}
.btn.btn-black.btn-outline-black {
    border: 1px solid #ebebeb !important;
    background: transparent !important;
    color: #000000 !important;
}
.btn.btn-black.btn-outline-black:hover {
    border: 1px solid var(--primary) !important;
    background: var(--primary) !important;
    color: #fff !important;
}

.property-wrap {
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: var(--card-radius);
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .property-wrap {
        margin-bottom: 40px;
    }
}
.property-wrap .img-wrap {
    display: block;
    height: 250px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .property-wrap .img-wrap {
        height: 200px;
    }
}
.property-wrap .img-property {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}
.property-wrap .construction-development {
    position: absolute;
    top: 10px;
    right: 15px;
}
.property-wrap .construction-development .construction {
    background: var(--success);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
}
.property-wrap .construction-development .development {
    background: var(--primary);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px;
}
.property-wrap .img p.price {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
}
.property-wrap .img p.price span {
    font-size: 16px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 4px 8px;
}
.property-wrap .img p.price span.orig-price {
    color: var(--primary);
}
.property-wrap .img p.price span.old-price {
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    margin-right: 8px;
}
.property-wrap .img p.price span.old-price:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
    content: "";
}
.property-wrap .img p.price small {
    font-size: 14px;
    color: black;
}
.property-wrap .text {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 25px;
}
.property-wrap .text h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}
.property-wrap .text ul {
    padding: 0;
}
.property-wrap .text ul li {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    list-style: none;
}
.property-wrap .text .list-team {
    width: 100%;
}
.property-wrap .text .list-team > div,
.property-wrap .text .list-team span {
    width: 50%;
}
.property-wrap .text .list-team .img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.property-wrap .text .list-team h3,
.property-wrap .text .list-team span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}
.property-wrap .text .btn-custom {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 50% 0 50% 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.property-wrap .text .btn-custom span {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.property-wrap .text .btn-custom:hover {
    background: #e16262;
}
.property-wrap:hover {
    -webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
}
.property-wrap:hover .btn-custom {
    border-radius: 50% 50% 50% 50%;
}

.property-wrap:hover .img-property {
    transform: scale(1.1);
}

@media (min-width: 992px) {
    .iberi-property-details .col-detail {
        max-width: calc(100% - 350px);
        flex-basis: auto;
    }
}

.iberi-property-details .services .media-body .icon span {
    color: rgba(0, 0, 0, 0.8);
}

.iberi-property-details .services .media-body .text h3 {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.4);
}
.iberi-property-details .services .media-body .text h3 span {
    display: block;
    color: #000000;
}

.property-details .img {
    width: 100%;
    height: 600px;
    position: relative;
}

.property-details h2 {
    font-weight: 600;
}

.property-details span.subheading {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.4);
    display: block;
}

.img-video {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    /* -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite; */
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
}
.img-video span {
    color: var(--primary);
    font-size: 20px;
}
.img-video:hover {
    opacity: 0.9;
}

.search-place {
    display: block;
    width: 100%;
    position: relative;
    height: 420px;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    z-index: 0;
    border-radius: var(--card-radius);
    overflow: hidden;
}
.search-place:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #000000;
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-place .img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    transition: all 0.3s ease;
}
.search-place .desc {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-place .desc h3 {
    font-size: 18px;
    font-weight: 600;
}
.search-place .desc h3 span {
    font-size: 18px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-place .desc span {
    font-size: 15px;
    background: rgba(255, 255, 255, 1);
    padding: 2px 8px;
    border-radius: 4px;
}
.search-place:hover .img {
    transform: scale(1.1);
}
.search-place:hover:after {
    opacity: 0.3;
}
.search-place:hover .desc h3 span {
    background: var(--primary);
    color: #fff;
}

.nav-pills {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}
.nav-pills li {
    display: inline-block;
}
.nav-pills li a {
    margin-right: 2px;
    color: rgba(0, 0, 0, 0.4) !important;
}
.nav-pills li a.active {
    color: #000000 !important;
    background: transparent !important;
}

.pills {
    margin-top: 40px;
}
.pills .tab-pane {
    padding: 2em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pills .features {
    margin: 0;
    padding: 0;
}
.pills .features li {
    list-style: none;
}
.pills .features li span {
    font-size: 20px;
    margin-right: 15px;
}
.pills .features li.check span {
    color: green;
    font-size: 14px;
}
.pills .features li.remove span {
    color: red;
}
.pills .head {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}
.pills .review {
    width: 100%;
    margin-bottom: 30px;
}
.pills .review .user-img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.pills .review .desc {
    width: calc(100% - 100px);
    margin-left: 30px;
}
.pills .review .desc h4 {
    width: 100%;
    margin-bottom: 10px;
}
.pills .review .desc h4 span {
    width: 49%;
    display: inline-block;
}
.pills .review .desc h4 span:first-child {
    font-size: 16px;
}
.pills .review .desc h4 span:last-child {
    font-size: 13px;
    color: #b3b3b3;
}
.pills .review .desc .star {
    width: 100%;
}
.pills .review .desc .star span {
    width: 49%;
    display: inline-block;
}
.pills .review .desc .star i {
    color: #e16262;
}
.pills .review .desc .star .reply {
    padding: 2px 10px;
    background: #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.pills .review .desc .star .reply i {
    color: gray;
    font-size: 12px;
}
.pills .wrap {
    padding: 2em;
    background: #fafafa;
}
.pills .rating-wrap {
    width: 100%;
    display: block;
}
.pills .rating-wrap .star {
    display: block;
    width: 100%;
}
.pills .rating-wrap .star:last-child {
    margin-bottom: 0;
}
.pills .rating-wrap .star span {
    display: inline-block;
    color: #b3b3b3;
}
.pills .rating-wrap .star span i {
    color: var(--primary);
}
.pills .rating-wrap .star span:first-child {
    width: 62%;
}
.pills .rating-wrap .star span:last-child {
    width: 32%;
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 600px;
        margin-bottom: 30px;
    }
}

.services-section {
    position: relative;
    padding-bottom: 10em !important;
}
.services-section .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    background: #121212;
}

.services {
    padding: 0 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
    .services {
        margin-bottom: 40px;
    }
}
.services .icon {
    line-height: 1.3;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100px;
}
.services .icon span {
    font-size: 60px;
    color: var(--primary);
}
.services .media-body {
    width: 100%;
    color: rgba(0, 0, 0, 0.8);
}
.services .media-body h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.services .media-body p {
    margin-bottom: 0;
}
.services.services-bg {
    background: var(--primary);
    border-radius: var(--card-radius);
}
.services.services-bg.services-darken {
    background: #bda076;
}
.services.services-bg.services-lighten {
    background: #229944;
}
@media (max-width: 991.98px) {
    .services.services-bg.services-lighten {
        background: transparent;
    }
}
.services.services-bg .icon {
    line-height: 1.3;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100px;
    background: #343a40;
    border-radius: 50%;
    height: 100px;
}
.services.services-bg .icon span {
    font-size: 60px;
    color: #fff;
}
.services.services-bg .media-body {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
}
.services.services-bg .media-body h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.services.services-bg .media-body p {
    margin-bottom: 0;
}
.services.services-2 .icon {
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    background: transparent;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
}
.services.services-2 .icon span {
    color: #fff;
    font-size: 30px;
}
.services.services-2 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}
.services.services-2 h3 {
    color: #fff;
}
.services.services-2 .media-body {
    color: rgba(255, 255, 255, 0.8);
}

.services-wrap {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.services-wrap .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    background: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-wrap .icon span {
    font-size: 40px;
    color: #fff;
}
.services-wrap .media-body {
    width: calc(100% - 80px);
}
.services-wrap .media-body h3 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.services-wrap:hover .icon {
    background: var(--primary);
}
.services-wrap:hover .icon span {
    color: #fff;
}

.iberi-section-parallax {
    position: relative;
}
.iberi-section-parallax .heading-section-white h2 {
    font-weight: 400 !important;
}

.aside-stretch {
    background: #2dcb5b;
}
.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: "";
    width: 360%;
    background: #2dcb5b;
}
@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }
    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

.form-control-lg {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media (max-width: 767.98px) {
    .form-control-lg {
        height: 45px !important;
    }
}
.form-control:focus,
.form-control:active {
    border-color: #000000;
}

textarea.form-control {
    height: inherit !important;
}

.iberi-vh-100 {
    height: 100vh;
}
@media (max-width: 1199.98px) {
    .iberi-vh-100 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.iberi-animate {
    opacity: 0;
    visibility: hidden;
}

.media-custom {
    background: #fff;
}
.media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: var(--primary);
}
.media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9;
}

.about-author .desc h3 {
    font-size: 24px;
}

.iberi-section {
    padding: 6em 0;
    position: relative;
}
@media (max-width: 767.98px) {
    .iberi-section {
        padding: 5em 0;
    }
}

.iberi-no-pt {
    padding-top: 0;
}

.iberi-no-pb {
    padding-bottom: 0;
}

.iberi-bg-dark {
    background: #3c312e;
}

.iberi-footer {
    font-size: 16px;
    padding: 7em 0;
    background: #121212;
}
.iberi-footer .iberi-footer-logo {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.iberi-footer .iberi-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .iberi-footer {
        padding: 5em 0;
    }
    .iberi-footer .iberi-footer-widget h2 {
        margin-bottom: 25px;
    }
}
.iberi-footer .iberi-footer-widget ul li {
    color: rgba(255, 255, 255, 0.5);
}
.iberi-footer .iberi-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.5);
}
.iberi-footer .iberi-footer-widget ul li a span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.iberi-footer .iberi-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}
.iberi-footer .iberi-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}
.iberi-footer p {
    color: rgba(255, 255, 255, 0.7);
}
.iberi-footer a {
    color: var(--primary);
}
.iberi-footer a:hover {
    color: var(--primary);
}

.iberi-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}
.iberi-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}
.iberi-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.iberi-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav > li {
    display: inline-block;
}
.footer-small-nav > li a {
    margin: 0 10px 10px 0;
}
.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
    color: var(--primary);
}

.media .iberi-icon {
    width: 100px;
}
.media .iberi-icon span {
    color: var(--primary);
}

.iberi-media {
    background: #fff;
    border-radius: 0px;
}
.iberi-media .heading {
    font-weight: normal;
}
.iberi-media.iberi-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: relative;
    top: 0;
}
.iberi-media.iberi-media-shadow:hover,
.iberi-media.iberi-media-shadow:focus {
    top: -3px;
    -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}
.iberi-media .icon {
    font-size: 50px;
    display: block;
    color: var(--primary);
}
.iberi-media.text-center .iberi-icon {
    margin: 0 auto;
}

.iberi-overflow-hidden {
    overflow: hidden;
}

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

#map {
    height: 500px;
    width: 100%;
}
@media (max-width: 991.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(36, 161, 72, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(36, 161, 72, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(36, 161, 72, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(36, 161, 72, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(36, 161, 72, 0.4);
        box-shadow: 0 0 0 0 rgba(36, 161, 72, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(36, 161, 72, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(36, 161, 72, 0);
        box-shadow: 0 0 0 30px rgba(36, 161, 72, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(36, 161, 72, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(36, 161, 72, 0);
        box-shadow: 0 0 0 0 rgba(36, 161, 72, 0);
    }
}

.heading-section .subheading {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}
.heading-section .subheading:after {
    position: absolute;
    top: 50%;
    left: -60px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    margin-top: -1px;
    background: var(--primary);
}
.heading-section .subheading:before {
    position: absolute;
    top: 50%;
    right: -60px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    margin-top: -1px;
    background: var(--primary);
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
}
.testimony-section .owl-carousel {
    margin: 0;
}
.testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 2em 0;
    position: relative;
}
.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #fff;
}
.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}
.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}
.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}
.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}
.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}
.testimony-section .owl-dots {
    text-align: center;
}
.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
}
.testimony-section .owl-dots .owl-dot.active {
    background: var(--primary);
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    border-radius: 12px;
}
.testimony-wrap .user-img {
    width: 70px;
    height: 70px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.testimony-wrap .fa {
    color: var(--primary);
    font-size: 30px;
    position: absolute;
    top: -15px;
    left: 20px;
}
.testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
}
.testimony-wrap .position {
    font-size: 16px;
    color: #b3b3b3;
}

.agent {
    position: relative;
    width: 100%;
    display: block;
    z-index: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
}
@media (max-width: 767.98px) {
    .agent {
        margin-bottom: 30px;
    }
}
.agent .img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
}
.agent img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.agent .desc {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.agent .desc h3 {
    font-size: 18px;
    font-weight: 600;
}
.agent .desc h3 a {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    color: #000000;
    padding: 4px 8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.agent .desc .h-info {
    font-size: 14px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.agent .desc .h-info span {
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 8px;
    border-radius: 4px;
}
.agent:hover h3 a,
.agent:focus h3 a {
    background: var(--primary);
    color: #fff;
}
.agent:hover img,
.agent:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#section-counter {
    position: relative;
    z-index: 0;
}
#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 0;
    background: #000000;
}

@media (max-width: 1199.98px) {
    .iberi-counter {
        background-position: center center !important;
    }
}

.iberi-counter .img {
    display: block;
    width: 100%;
}
@media (max-width: 991.98px) {
    .iberi-counter .img {
        height: 400px;
        background-position: top center !important;
    }
}

@media (min-width: 768px) {
    .iberi-counter .text.text-border {
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }
}

.iberi-counter .text strong.number {
    font-weight: 600;
    font-size: 50px;
    color: var(--primary);
}

.iberi-counter .text span {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    line-height: 1.2;
    padding-left: 15px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .iberi-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
}

.blog-entry {
    overflow: hidden;
    width: 100%;
}
@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}
.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}
.blog-entry .text .heading a {
    color: #000000;
}
.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: var(--primary);
}
.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}
.blog-entry .meta > div a {
    color: #b3b3b3;
}
.blog-entry .meta > div a:hover {
    color: #666666;
}
.blog-entry .btn-custom {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.block-23 ul {
    padding: 0;
}
.block-23 ul li {
    color: rgba(255, 255, 255, 0.5);
}
.block-23 ul li,
.block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}
.block-23 ul li span {
    color: rgba(255, 255, 255, 0.5);
}
.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}
.block-23 ul li .icon {
    width: 40px;
    padding-top: 2px;
}

.block-6 .media-body p {
    font-size: 16px;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}
.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}
.block-27 ul li a,
.block-27 ul li span {
    color: var(--primary);
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}
.block-27 ul li.active a,
.block-27 ul li.active span {
    background: var(--primary);
    color: #fff;
    border: 1px solid transparent;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.contact-section .contact-info p span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.contact-section .contact-info .icon span {
    font-size: 20px;
}

@media (min-width: 992px) {
    .contact-section .contact-info .border-height {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.contact-section .contact-form {
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* background-color: #f7f7f7; */
}

.block-9 h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}
.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300;
}
.block-21 .text .heading a {
    color: #000000;
}
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: var(--primary);
}
.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}
.block-21 .text .meta > div a {
    color: gray;
}

/* Blog*/
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}
.post-info > div {
    display: inline-block;
}
.post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: 0.5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}
.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}
.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}
.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}
.comment-list li .vcard {
    width: 80px;
    float: left;
}
.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}
.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
    font-size: 20px;
    font-weight: 600;
}
.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: var(--primary);
}
.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 400;
    border-radius: 4px;
}
.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form {
    background: #f2f2f2;
    padding: 10px;
}
.search-form .form-group {
    position: relative;
}
.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}
.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.subscribe-form .form-group input {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px;
}
.subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe-form .form-group .submit {
    color: #fff !important;
    background: #1b7735 !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
}
.subscribe-form .form-group .submit:hover {
    cursor: pointer;
}

.subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-wrap {
    margin-bottom: 60px;
}
.sidebar-wrap .heading {
    font-size: 18px;
    text-transform: uppercase;
}
.sidebar-wrap .fields {
    width: 100%;
    position: relative;
}
.sidebar-wrap .fields .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: transparent;
    background: #fff !important;
    color: #4d4d4d !important;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    width: 100%;
    height: 52px !important;
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.sidebar-wrap .fields .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4d4d4d;
}
.sidebar-wrap .fields .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d;
}
.sidebar-wrap .fields .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #4d4d4d;
}
.sidebar-wrap .fields .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d;
}
.sidebar-wrap .fields .icon {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767.98px) {
    .sidebar-wrap .fields .icon {
        right: 10px;
    }
}
.sidebar-wrap .fields .select-wrap {
    position: relative;
}
.sidebar-wrap .fields .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sidebar-wrap .form-group .btn {
    width: 100%;
    display: block !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}
.sidebar-box *:last-child {
    margin-bottom: 0;
}
.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}
.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.categories li a,
.sidelink li a {
    display: block;
    color: #1a1a1a;
}
.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}
.categories li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic;
}

#iberi-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    z-index: 1000;
}

#iberi-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#iberi-loader.show {
    -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#iberi-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#iberi-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

.hero-wrap {
    overflow: hidden;
}

#hero-video-wrap,
.hero-wrap .hero-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

.hero-wrap .hero-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .hero-wrap .hero-poster {
        display: none;
    }
}

.about-component-wrap {
    gap: 20px;
}

.about-component {
    padding: 20px;
    border-radius: 10px;
}

.about-component h3 {
    font-weight: bold;
}
.card {
    border: none;
}
.radius {
    border-radius: var(--card-radius);
}
.radius-sm {
    border-radius: 12px;
}
.shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.enquiry-form .form-control {
    font-size: 13px;
    height: 40px;
}

.iberi-property-details .nav {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.iberi-property-details .nav .nav-link {
    color: var(--primary) !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.iberi-property-details .pill-heading {
    font-size: 20px;
    font-weight: bold;
}

.alert .btn-close {
    display: none;
}

.navbar .widgets {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar .widgets .social-widget {
    display: flex;
    gap: 8px;
    align-items: center;
}

.navbar .widgets .social-widget a {
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.language-switch {
    display: flex;
    gap: 8px;
    background-color: #ece0cf;
    padding: 5px 7px;
    border-radius: 200px;
}

.language-switch a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    border: 2px solid transparent;
}

.language-switch a.active {
    border: 2px solid white;
}

.language-switch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* swiper customization */
:root {
    --swiper-navigation-size: 34px;
}

.slider-property-medias .swiper-button-next,
.slider-property-medias .swiper-button-prev,
.slider-property-medias .swiper-pagination {
    text-shadow: 1px 1px 15px #000;
}

/* .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
} */

.slider-property-medias .slide-img {
    height: 500px;
}
@media (max-width: 767.98px) {
    .slider-property-medias .slide-img {
        height: 200px;
    }
}

.slider-property-medias .slide-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .hero-wrap,
    .hero-wrap .overlay,
    .slider-text {
        height: 500px;
    }
    .slider-text h1 {
        font-size: 42px;
    }
}

.slider-properties .swiper-button-next,
.slider-properties .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    background-color: var(--primary);
    color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.slider-properties .swiper-button-next:after,
.slider-properties .swiper-button-prev:after {
    --swiper-navigation-size: 18px;
}

@media (max-width: 767.98px) {
    .slider-properties .swiper-button-next,
    .slider-properties .swiper-button-prev {
        top: 45% !important;
    }

    .property-details {
        --swiper-navigation-size: 24px;
    }

    .swiper-pagination {
        font-size: 12px;
    }
}

.mfp-close-btn-in .mfp-close {
    width: 44px !important;
    text-align: center !important;
    padding-right: 0;
}
