@import 'https://fonts.googleapis.com/css2?family=K2D:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap';

@font-face{
    font-family: "Montserrat", serif;
    src: url('../fonts/GothamRnd-Medium.otf?232323');
   
}

*,
*:before,
*:after {
    box-sizing: inherit
}

* {
    scroll-behavior: inherit !important
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box
}

body {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #757f95;
    line-height: 1.8
}

a {
    color: #0e2e50;
    display: inline-block
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    width : 100%;
}

a:hover {
    color: #0049d0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0e2e50;
    margin: 0;
    font-weight: 400;
    font-family: "Montserrat", serif;
    line-height: 1.2
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin: 0
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto
}

label {
    color: #999;
    cursor: pointer;
    font-weight: 400
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #555;
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #09c398;
    top: 0;
    left: 0;
    z-index: 9999
}

.loader {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    transform: translateY(-46%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.loader-box {
    width: 100%;
    height: 100%;
    background: #fff;
    animation: loader-animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px
}

.loader-shadow {
    width: 100%;
    height: 5px;
    background: #000;
    opacity: .1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: loader-shadow .5s linear infinite
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

@keyframes loader-animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes loader-shadow {
    50% {
        transform: scale(1.2, 1)
    }
}

.ovrflow-hidden {
    overflow: hidden
}

.text-right {
    text-align: right
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-pd {
    padding: 0 7rem
}

.s-pd {
    padding: 0 12rem
}

.h-100 {
    height: 100%
}

.h-100vh {
    height: 100vh
}

.bg {
    background-color: #eaf7f4
}

.site-heading {
    margin-bottom: 50px;
    position: relative
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #09c398;
    position: relative
}

.site-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    color: #1a1a1a;
    margin-top: 8px;
    margin-bottom: 0
}

.site-title span {
    color: #09c398
}

.site-heading p {
    margin-top: 15px
}

.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #09c398;
    width: 90px;
    overflow: hidden
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(85px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(85px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@media all and (max-width:992px) {
    .shadow-title {
        font-size: 100px
    }
}

.pb-140 {
    padding-bottom: 140px
}

.pd-50 {
    padding: 50px 0
}

.py-120 {
    padding: 120px 0
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

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

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

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

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

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

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

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

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

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

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

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

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

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

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

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mr-300 {
    margin-right: 300px
}

.ml-300 {
    margin-left: 300px
}

.pos-rel {
    position: relative;
    z-index: 1
}

.theme-btn {
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 0px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #e09f1f;
    box-shadow: 0 3px 24px rgb(0 0 0/12%);
    z-index: 1
}

.theme-btn::before {
    content: "";
    height: 400px;
    width: 400px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.theme-btn:hover {
    color: #e09f1f
}

.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.theme-btn i {
    margin-left: 5px
}

.theme-btn span {
    margin-right: 5px
}

.theme-btn2 {
    background: #fff;
    color: #0e2e50
}

.theme-btn2::before {
    background: #09c398
}

.theme-btn2:hover {
    color: #fff
}

@media(min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1185px
    }
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    border-radius: 8px;
    color: #fff;
    background: #09c398;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s ease-in-out;
    z-index: 1
}

@media all and (min-width:768px) and (max-width:1199px) {
    #scroll-top {
        bottom: 100px
    }
}

.header-top {
    background: #0e2e50;
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    z-index: 2
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px
}

.header-top-contact ul li {
    display: flex;
    align-items: center;
    gap: 10px
}

.header-top-contact-icon {
    width: 45px;
    height: 45px;
    line-height: 41px;
    background: #fff;
    border-radius: 50%;
    text-align: center
}

.header-top-contact-icon img {
    width: 24px
}

.header-top-contact-info h6 {
    color: #fff;
    font-size: 18px
}

.header-top-contact ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 17px
}

.header-top-contact ul li a i {
    color: #09c398;
    margin-right: 5px
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px
}

.header-top-link {
    color: #fff
}

.header-top-link i {
    color: #09c398;
    margin-right: 5px
}

.header-top-link:hover {
    color: #09c398
}

.header-top-social span {
    color: #fff;
    margin-right: 10px
}

.header-top-social a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    transition: all .5s ease-in-out
}

.header-top-social a:hover {
    color: #09c398
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 15px
}

.header-phone-content span {
    display: block;
    margin-bottom: 13px;
    line-height: .6;
    color: #0e2e50;
    font-weight: 500
}

.header-phone-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #09c398;
    border-radius: 50px;
    text-align: center
}

.header-phone-icon img {
    width: 27px
}

.header-phone-number {
    font-size: 20px;
    line-height: 1
}

.header-phone-number a {
    color: #09c398
}

@media all and (max-width:1199px) {
    .header-top-account {
        display: none
    }

    .header-top::before {
        width: 320px
    }

    .header-top-contact ul {
        gap: 10px
    }

    .header-top-social a {
        width: 34px;
        height: 34px;
        line-height: 37px;
        margin-left: 0
    }

    .header-top-left {
        margin-right: 5px
    }
}

@media all and (max-width:992px) {
    .header-top {
        display: none
    }
}

.main {
    margin-top: 0
}

@media all and (min-width:992px) {
    .navbar .nav-item .nav-link {
        margin-right: 22px;
        padding: 30px 0;
        font-size: 15px;
        font-weight: 400;
        color: #0e2e50;
        text-transform: capitalize;
font-family: "Montserrat", serif;
    }

    .navbar .nav-item:last-child .nav-link {
        margin-right: 0
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        padding: 8px;
        border: none;
        left: -15px;
        border-radius: 12px;
        background: #fff;
        width: 220px;
        box-shadow: 0 0 50px 0 rgb(32 32 32/15%)
    }

    .navbar .nav-item .dropdown-menu::before {
        content: "\f0d8";
        position: absolute;
        font-family: "font awesome 6 pro";
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        left: 25px;
        top: -45px
    }

    .navbar .nav-item .dropdown-menu li {
        border-bottom: 1px solid #eee
    }

    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0 10px 20px;
        color: #0e2e50;
        position: relative;
        text-transform: capitalize;
        transition: all .5s ease-in-out;
        z-index: 1
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: 0 0;
        color: #09c398;
        padding-left: 30px
    }

    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: "\f111";
        position: absolute;
        font-family: "font awesome 6 pro";
        left: 12px;
        top: 20.5px;
        color: #09c398;
        font-weight: 700;
        font-size: 6px;
        transform: scale(0, 0);
        transition: all .5s ease-in-out;
        z-index: -1
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
        transform: scale(1, 1)
    }

    .navbar .nav-item .nav-link {
        position: relative
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: #e09f1f
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg)
    }

    .navbar .dropdown-menu-end {
        right: 0;
        left: auto
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%
    }

    .navbar .dropdown-menu.fade-up {
        top: 140%
    }

    .header-nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-left: 30px
    }

    .header-nav-link {
        position: relative;
        width: 45px;
        height: 45px;
        line-height: 45px;
        color: #0e2e50;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header-nav-link:hover {
        color: #09c398
    }

    .header-nav-link.search-box-outer {
        font-size: 18px
    }

    #main_nav {
        justify-content: center
    }
}

.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999
}

.navbar.fixed-top {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .17);
    animation: slide-down .7s
}

.navbar.fixed-top .nav-item .nav-link {
    color: #0e2e50
}

.navbar.fixed-top .header-nav-link {
    color: #0e2e50
}

.navbar.fixed-top .header-nav-link:hover {
    color: #09c398
}

.navbar.fixed-top .nav-item .nav-link.active,
.navbar.fixed-top .nav-item:hover .nav-link {
    color: #e09f1f
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.navbar .navbar-brand .logo-display {
    display: block
}

.navbar .navbar-brand .logo-scrolled {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-display {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.navbar-toggler-btn-icon {
    display: inline-block;
    width: inherit;
    height: inherit
}

.navbar-brand {
    margin-right: 0
}

.navbar-brand img {
    width: 309px;
    height: 132px;
    object-fit: cover;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
    font-family: 'font awesome 6 pro';
    content: "\f107";
    font-weight: 600;
    border: none;
    font-size: 14px
}

@media all and (max-width:1199px) {
    .header-nav-right {
        gap: 5px;
        margin-left: 15px
    }

    .navbar .nav-item .nav-link {
        margin-right: 15px
    }

    .navbar .header-btn {
        display: none
    }
}

.mobile-menu-right {
    display: none
}

@media all and (max-width:991px) {
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        position: fixed
    }

    .navbar-bg {
        height: 59px
    }

    .navbar-bg::before {
        transform: translateY(0px) skew(-15deg);
        left: -8px
    }

    .navbar-brand {
        padding-left: 10px
    }

    .navbar-brand img {
        width: 315px !important;
        height: auto !important;
        padding: 5px !important;
    }

    .navbar-collapse {
        max-height: 220px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        background-color: #fff
    }

    .dropdown-toggle::after {
        float: right
    }

    .navbar .nav-item .nav-link {
        color: #0e2e50;
        font-weight: 700;
        transition: all .5s ease-in-out
    }

    .navbar .nav-item .nav-link:hover {
        color: #09c398 !important
    }

    .navbar-toggler {
        padding: 0;
        border: none
    }

    .mobile-menu-right {
        display: flex;
        align-items: center
    }

    .mobile-menu-link {
        font-size: 20px;
        color: #0e2e50;
        font-weight: 500;
        padding-right: 20px;
        margin-bottom: 0;
        position: relative
    }

    .mobile-menu-link:hover {
        color: #09c398
    }

    .navbar-toggler-btn-icon {
        font-size: 25px;
        color: #0e2e50;
        font-weight: 500
    }

    .navbar.fixed-top .mobile-menu-link {
        color: #0e2e50
    }

    .navbar.fixed-top .navbar-toggler-btn-icon {
        color: #0e2e50
    }

    .navbar .dropdown-menu {
        border-radius: 8px
    }

    .header-nav-right {
        display: none
    }
}

.navbar .nav-item .dropdown-submenu {
    position: relative
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
    display: none
}

.navbar .nav-item .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: 600
}

.navbar .nav-item .dropdown-submenu a:hover {
    background: 0 0;
    color: #fff
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
    top: 120%;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    opacity: 1;
    visibility: visible
}

@media all and (max-width:991px) {
    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        margin: 0 17px
    }

    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        opacity: unset;
        visibility: unset
    }

    .navbar .nav-item .dropdown-submenu a::after {
        top: 4px
    }

    .navbar .nav-item .dropdown-submenu a:hover {
        color: #09c398
    }
}

.hero-section {
    position: relative
}

.hero-single {
    padding-top: 160px;
    padding-bottom: 200px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.5px;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1
}

.hero-single .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.hero-single .hero-content .hero-title {
    color: #fff;
    font-size: 38px;
    font-weight: 200;
    margin: 20px 0;
    
}

.hero-single .hero-content .hero-title span {
    color: #09c398
}

.hero-single .hero-content .hero-sub-title {
    color: #09c398;
    font-size: 22px;
    letter-spacing: 5px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.hero-single .hero-content p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize
}

.hero-single .hero-content .hero-btn {
    gap: 2rem;
    display: flex;
    margin-top: 1rem;
    justify-content: start
}

.hero-slider.owl-theme .owl-nav {
    margin-top: 0
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    color: #09c398;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 55px;
    width: 55px;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    transition: all .5s ease-in-out
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #09c398;
    color: #fff
}

.hero-slider.owl-theme .owl-nav .owl-prev {
    left: 40px
}

.hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

@media all and (max-width:1199px) {
    .hero-single .hero-content .hero-title {
        font-size: 37px
    }

    .hero-slider.owl-theme .owl-nav .owl-prev,
    .hero-slider.owl-theme .owl-nav .owl-next {
        top: unset;
        bottom: 125px !important
    }

    .hero-slider.owl-theme .owl-nav .owl-prev {
        left: unset;
        right: 120px
    }

    .hero-slider.owl-theme .owl-nav .owl-next {
        right: 40px
    }
}

@media all and (max-width:991px) {
    .hero-single .hero-content .hero-title {
        font-size: 35px
    }

    .hero-single .hero-content .hero-btn {
        gap: 1.5rem
    }

    .hero-single .hero-content .hero-btn .theme-btn {
        padding: 12px 15px
    }
}

@media all and (max-width:767px) {
    .hero-single .hero-content .hero-sub-title {
        font-size: 18px
    }

    .hero-single .hero-content .theme-btn {
        padding-left: 20px
    }

    .hero-img {
        display: none
    }
}

.search-nav .nav-item {
    margin: 10px
}

.search-nav .nav-link {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 500;
    color: #0e2e50;
    position: relative;
    transition: none;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.search-nav .nav-link::before {
    content: "\f0d7";
    position: absolute;
    font-family: "font awesome 6 pro";
    left: 50%;
    bottom: -47px;
    font-size: 50px;
    color: #cd2731;
    font-weight: 700;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden
}

.search-nav .nav-link.active::before {
    opacity: 1;
    visibility: visible
}

.search-nav .nav-link.active {
    background: #cd2731
}

.search-form {
    
    padding: 25px;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.search-form .form-group {
    position: relative
}

.search-form .form-group i {
    position: absolute;
    left: 15px;
    top: 14px
}

.search-form .form-control {
    border-radius: 0px;
    padding: 15px 18px 15px 40px;
    box-shadow: none;
    color: #fff
}

.search-form .form-control::placeholder {
    color: #000
}

.search-form .nice-select {
    width: 100%;
    height: 56px;
    line-height: 55px;
    border-radius: 12px;
    padding-left: 40px;
    font-size: 16px;
    border-color: #ced4da;
    color: #757f95
}

.search-form .form-control:focus,
.search-form .nice-select:focus {
    border-color: #fff;
    background-color: #fff0 !important;
}

.search-form .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%)
}

.search-form .nice-select .option.focus,
.search-form .nice-select .option.selected.focus,
.search-form .nice-select .option:hover {
    background: #f6f6f6;
    color: #09c398;
    border-radius: 8px
}

.search-form .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 15px
}

.search-form .theme-btn {
    width: 100%
}

.search-form .advanced-search {
    cursor: pointer
}

.advanced-search-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    display: none;
    min-height: 254px;
    left: 0;
    top: 140px;
    width: 100%;
    padding: 30px 30px 15px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%);
    z-index: 1
}

.advanced-search-menu::before {
    content: "\f0d8";
    position: absolute;
    font-family: "font awesome 6 pro";
    font-size: 75px;
    color: #fff;
    font-weight: 700;
    left: 50%;
    top: -68px;
    transform: translateX(-50%)
}

.advanced-search-menu .form-check {
    text-align: left;
    margin-bottom: 25px
}

.advanced-search-menu .form-check-label {
    color: #757f95
}

.advanced-search-menu .form-check-input {
    margin-top: 6.2px;
    box-shadow: none;
    border-color: #757f95
}

.advanced-search-menu .form-check-input:focus {
    border-color: #09c398
}

@media all and (max-width:991px) {

    .search-form .form-group,
    .search-form .price-range-slider,
    .search-form .nice-select {
        margin-bottom: 25px
    }

    .search-form .advanced-search {
        margin-bottom: 25px;
        padding: 10px 0;
        font-size: 20px
    }

    .search-form .advanced-search i {
        margin-right: 10px
    }

    .advanced-search-menu {
        top: 107%
    }

    .search-form .theme-btn::before {
        display: none
    }

    .search-form .theme-btn:hover {
        background: #fff;
        color: #e09f1f
    }
}

@media all and (max-width:767px) {
    .search-nav .nav-link {
        padding: 8px 16px
    }

    .advanced-search-menu {
        padding: 20px
    }
}

.ui-slider-handle {
    top: -.4em !important;
    border-radius: 50px;
    background: #fff !important;
    border: 4px solid #09c398 !important
}

.ui-widget.ui-widget-content {
    background: #e6e9ec;
    border: none;
    border-radius: 50px;
    height: .4em
}

.ui-widget-header {
    background: #09c398
}

.priceRange {
    background: 0 0;
    border: none;
    font-weight: 500;
    outline: none
}

.price-range-slider label {
    color: #6c7592
}

.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #09c398;
    color: #fff !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1
}

.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #09c398;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out
}

@keyframes ripple-wave {
    0% {
        opacity: .8;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.category-area {
    position: relative
}

.category-item {
    text-align: center;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 0px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all .5s ease-in-out
}

.category-item:hover {
    transform: translateY(-5px)
}

.category-item a {
    padding: 20px;
    width: 100%
}

.category-icon {
    font-size: 60px;
    color: #09c398;
    line-height: 1
}

.category-title {
    margin: 10px 0
}

.category-property {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 44px;
    background: #eaf7f4;
    color: #09c398;
    border-radius: 50px;
    margin: 0 auto;
    font-weight: 500
}

.property-listing {
    position: relative
}

.listing-item {
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all .5s ease-in-out
}

.listing-badge {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #e09f1f;
    padding: 2px 10px;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 1
}

.listing-img {
    overflow: hidden;
    border-radius: 0px;
    position: relative
}

.listing-item:hover .listing-img img {
    transform: scale(1.2)
}

.listing-img img {
    border-radius: 0px
}

.listing-title {
    margin: 15px 0 8px
}

.listing-title a:hover {
    color: #e09f1f
}

.listing-sub-title i {
    margin-right: 8px;
    color: #e09f1f
}

.listing-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 20px
}

.listing-price-title {
    font-size: 14px
}

.listing-price-amount {
    font-size: 20px;
    font-weight: 600;
    color: #e09f1f
}

.listing-btns {
    display: flex;
    align-items: center;
    gap: 10px
}

.listing-btns a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #09c398;
    border-radius: 10px;
    background: rgba(18, 197, 156, .1)
}

.listing-btns a:hover {
    background: #09c398;
    color: #fff
}

.listing-feature-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.listing-feature-list i {
    margin-right: 8px;
    color: #e09f1f
}

.listing-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.listing-author {
    display: flex;
    align-items: center;
    gap: 10px
}

.listing-author-img {
    width: 45px
}

.listing-author-img img {
    border-radius: 50%
}

.listing-btn {
    padding: 5px 14px;
    border: 2px solid #CD2731;
    color: #CD2731;
    font-weight: 500;
    border-radius: 10px
}

.listing-btn:hover {
    background: #CD2731;
    color: #fff
}

.property-listing-slider .listing-item {
    margin: 15px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

.property-listing-slider .owl-dots {
    text-align: center;
    margin-top: 30px
}

.property-listing-slider .owl-dots .owl-dot span {
    background: 0 0;
    border: 2px solid #09c398;
    margin: 5px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.property-listing-slider .owl-dots .owl-dot.active span {
    background: #09c398
}

.listing-list .listing-badge {
    right: unset;
    top: 15px;
    left: 15px
}

.property-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 25px;
    padding: 10px 10px 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.property-sort-list-grid a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ced4da;
    color: #0e2e50
}

.property-sort-list-grid a.active {
    border-color: #09c398;
    color: #09c398
}

.property-sort .nice-select {
    width: 100%;
    height: 46px;
    line-height: 45px;
    border-radius: 8px;
    padding-left: 20px;
    font-size: 16px;
    border-color: #ced4da;
    color: #757f95
}

.property-sort .form-control:focus,
.property-sort .nice-select:focus {
    border-color: #09c398
}

.property-sort .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%)
}

.property-sort .nice-select .option.focus,
.property-sort .nice-select .option.selected.focus,
.property-sort .nice-select .option:hover {
    background: #f6f6f6;
    color: #09c398;
    border-radius: 8px
}

.property-sort .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 15px
}

.listing-sidebar .form-group {
    margin-bottom: 20px !important
}

.listing-sidebar .form-check-input {
    margin-top: 7px;
    box-shadow: none
}

.listing-sidebar .form-check-input:focus {
    border-color: #09c398
}

.listing-sidebar .nice-select {
    margin-bottom: 20px
}

@media all and (min-width:992px) {
    .listing-list .listing-item {
        display: flex;
        gap: 30px
    }

    .listing-list .listing-img img {
        width: 380px;
        height: 290px
    }

    .listing-list .listing-content {
        flex: 1
    }
}

@media all and (max-width:767px) {
    .property-sort {
        flex-direction: column;
        gap: 25px;
        padding: 20px
    }

    .property-sort-box {
        width: 100%
    }
}

.property-single-slider img {
    border-radius: 10px
}

.property-single-meta {
    display: flex;
    justify-content: space-between;
    padding: 15px 0
}

.property-single-meta-left p {
    margin-top: 5px;
    margin-bottom: 10px
}

.property-single-meta-left span {
    background: #09c398;
    padding: 5px 10px;
    color: #fff;
    border-radius: 7px
}

.property-single-meta-right {
    text-align: right
}

.property-single-price {
    font-size: 22px;
    color: #09c398;
    font-weight: 700
}

.property-single-rating i {
    color: #f6b500
}

.property-single-meta-option {
    margin-top: 8px
}

.property-single-meta-option a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #09c398;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    border-radius: 8px
}

.property-single-meta-option a:hover {
    background: #0e2e50
}

.property-single-content {
    background: #fff;
    border-radius: 10px;
    padding: 0 30px 30px;
    margin-top: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.property-single-content h4 {
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.property-single-info-item i {
    margin: 5px 5px 5px 0;
    color: #09c398
}

.property-single-floor-item i {
    margin-right: 5px;
    color: #09c398
}

.property-single-floor-img {
    margin-top: 40px
}

.property-single-video .video-content {
    background-attachment: unset;
    border-radius: 12px
}

.property-single-video .video-content::before {
    background-attachment: unset;
    border-radius: 12px
}

.property-single-info iframe {
    border-radius: 12px
}

.property-single-nearby-list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.property-single-nearby-item h5 {
    margin-bottom: 15px
}

.property-single-nearby-item h5 i {
    margin-right: 5px;
    color: #09c398
}

.property-single-nearby-title {
    margin: 5px 0
}

.property-single-nearby-info {
    display: flex;
    align-items: center;
    gap: 10px
}

.property-single-nearby-rate {
    background: #09c398;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
    font-size: 13px
}

.property-single-sidebar .theme-btn::before {
    width: 400px;
    height: 400px
}

.property-single-sidebar .booking-btn .theme-btn {
    width: 100%
}

.property-single-agent-content {
    display: flex;
    align-items: center;
    gap: 15px
}

.property-single-agent-img img {
    border-radius: 50px;
    border: 3px solid #09c398;
    padding: 3px;
    width: 100px
}

.property-single-agent-info h5 {
    margin-bottom: 8px;
    font-size: 20px
}

.property-single-agent-info li i {
    margin-right: 8px;
    color: #09c398
}

.property-single-agent-info li a:hover {
    color: #09c398
}

.property-single-agent-form {
    margin-top: 30px
}

.property-single-agent-form .form-group {
    margin-top: 20px
}

.property-single-agent-form .form-control {
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: none
}

.property-single-agent-form .form-control:focus {
    border-color: #09c398
}

.property-single-agent-form .theme-btn {
    width: 100%
}

.property-similar-slider .listing-item {
    box-shadow: none;
    margin-bottom: 0;
    border: 2px solid rgba(0, 0, 0, .05)
}

.property-similar-slider .owl-dots {
    text-align: center;
    margin-top: 20px
}

.property-similar-slider .owl-dots .owl-dot span {
    background: 0 0;
    border: 2px solid #09c398;
    margin: 5px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.property-similar-slider .owl-dots .owl-dot.active span {
    background: #09c398
}

.property-single-slider.owl-theme .owl-nav {
    margin-top: 0
}

.property-single-slider.owl-theme .owl-nav .owl-prev,
.property-single-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #09c398;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    transition: all .5s ease-in-out
}

.property-single-slider.owl-theme .owl-nav button:hover {
    background: #09c398;
    color: #fff
}

.property-single-slider.owl-theme .owl-nav .owl-prev {
    left: 20px
}

.property-single-slider.owl-theme .owl-nav .owl-next {
    right: 20px
}

.property-single2 .property-single-content {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

@media all and (max-width:767px) {
    .property-single-meta {
        flex-direction: column;
        gap: 30px
    }

    .property-single-meta-right {
        text-align: left
    }

    .property-single-nearby-list {
        flex-direction: column;
        align-items: flex-start
    }
}

.location-area .location-item {
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

.location-area .location-item::after {
    transition: all .3s;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .6) 100%) !important
}

.location-area .location-item img {
    border-radius: 0px;
    width: 100%;
    transition: all .5s
}

.location-area .location-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.location-area .location-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1
}

.location-area .location-info h3 {
    color: #fff
}

.location-area .location-info span {
    color: #fff
}

.location-area .location-btn {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #e09f1f;
    color: #fff !important;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    font-size: 22px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all .5s ease-in-out;
    
}

.location-area .location-item:hover .location-btn {
    visibility: visible;
    opacity: 1
}

.agency-item {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    z-index: 1
}

.agency-item::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 80px;
    border-radius: 0 0 100px 100px;
    background: #09c398;
    z-index: -1
}

.agency-img {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #09c398
}

.agency-name {
    margin: 10px 0
}

.agency-name h4 {
    font-weight: 700
}

.agency-name span {
    color: #09c398;
    font-weight: 500
}

.agency-info {
    margin-bottom: 15px
}

.agency-info li {
    margin: 5px 0
}

.agency-info li a:hover {
    color: #09c398
}

.agency-info li i {
    margin-right: 8px;
    color: #09c398
}

.agency-social {
    margin-bottom: 30px
}

.agency-social a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #09c398;
    border-radius: 10px;
    margin: 5px;
    text-align: center
}

.agency-social a:hover {
    background: #09c398;
    color: #fff
}

.agency-item .theme-btn {
    padding: 8px 20px
}

.agency-list .agency-item {
    display: flex;
    gap: 30px;
    text-align: left
}

.agency-list .agency-img {
    margin: auto 0 auto 8px;
    width: 200px;
    height: 200px
}

.agency-list .agency-item::before {
    display: none
}

.agency-list .agency-info p {
    margin-bottom: 10px
}

.agency-list .agency-content {
    flex: 1
}

.agency-list .agency-bottom {
    display: flex;
    align-items: center;
    gap: 40px
}

.agency-list .agency-social {
    margin-bottom: 0
}

.agency-list .agency-social a {
    margin-left: 0
}

@media all and (max-width:767px) {
    .agency-list .agency-item {
        flex-direction: column
    }

    .agency-list .agency-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .agency-list .agency-img {
        margin-left: 0
    }
}

.agency-rating {
    margin-bottom: 10px
}

.agency-rating i {
    color: #f6b500
}

.agency-single-wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.agency-single-wrapper .nav-tabs .nav-link {
    font-weight: 500;
    color: #0e2e50;
    border: none
}

.agency-single-wrapper .nav-tabs .nav-link:hover {
    color: #09c398
}

.agency-single-wrapper .nav-tabs .nav-item.show .nav-link,
.agency-single-wrapper .nav-tabs .nav-link.active {
    color: #09c398;
    border-bottom: 2px solid #09c398
}

.agency-single-content {
    margin: 40px 20px 20px
}

.agency-single-content .listing-item {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

@media all and (max-width:1199px) {
    .agency-single-content {
        margin: 40px 0 0
    }
}

.compare-area {
    position: relative
}

.compare-item {
    text-align: center
}

.compare-content {
    display: block;
    position: relative;
    padding: 0 12px;
    min-height: 260px
}

.compare-blank {
    display: block;
    height: 260.5px
}

.compare-remove-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #dd4b39;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    transition: all ease .4s
}

.compare-img {
    position: relative;
    width: 100%
}

.compare-img img {
    border-radius: 10px
}

.compare-title {
    padding: 12px 0
}

.compare-title h4 {
    font-size: 20px;
    margin: 0 0 2px
}

.compare-title span {
    color: #09c398;
    font-weight: 500
}

.display-mb {
    display: none !important
}

.compare-wrapper {
    overflow: hidden
}

.compare-wrapper div[class*=col-] {
    padding: 0;
    transition: .2s linear
}

.compare-wrapper ul {
    margin: 0;
    padding: 0
}

.compare-wrapper ul li {
    padding: 15px 0;
    list-style: none;
    text-align: center
}

.compare-wrapper ul li:nth-child(odd) {
    background: #f4f4f4
}

.check-icon,
.cross-icon {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #09c398
}

.cross-icon {
    color: #dd4b39
}

.compare-wrapper ul li span:not(:first-child) {
    display: inline-block;
    margin-left: 10px
}

@media(max-width:992px) {
    .display-mb {
        display: inline-block !important;
        line-height: 15px
    }
}

.booking-widget {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.booking-widget-title {
    margin-bottom: 20px
}

.booking-form .form-group {
    margin-bottom: 20px
}

.booking-form .form-group label {
    margin-bottom: 8px
}

.booking-form .form-group .form-control {
    padding: 15px 18px;
    border-radius: 10px;
    box-shadow: none
}

.booking-form .form-group .form-control:focus {
    border-color: #09c398
}

.booking-summary {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.booking-property-img img {
    border-radius: 10px
}

.booking-property-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.booking-property-title h5 {
    margin-bottom: 5px
}

.booking-property-title p {
    margin-bottom: 0;
    font-size: 14px
}

.booking-property-title p i {
    color: #09c398;
    margin-right: 5px
}

.book-edit-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #09c398;
    border-radius: 8px;
    color: #fff
}

.book-edit-btn:hover {
    background: #0e2e50;
    color: #fff
}

.booking-property-rate {
    font-size: 15px
}

.rate-text {
    color: #646a9b
}

.rate-type {
    color: #09c398
}

.booking-order-info {
    margin-top: 40px
}

.booking-order-info span {
    float: right
}

.booking-order-info li {
    margin-bottom: 15px
}

.booking-pay-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

.order-total {
    padding-top: 10px;
    border-top: 1px solid #eee
}

.order-total span {
    font-weight: 700
}

.property-checkout .booking-pay-info {
    border-top: none;
    margin-top: 15px;
    padding-top: 0
}

.property-checkout .booking-pay-info hr {
    border-top-color: #eee !important;
    opacity: 1
}

.booking-confirm-content {
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.booking-confirm-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #09c398;
    color: #fff;
    font-size: 35px;
    border-radius: 50px;
    text-align: center
}

.booking-confirm-content h3 {
    margin-top: 20px
}

.booking-confirm-content p {
    margin: 15px 0
}

.booking-confirm-content .theme-btn {
    margin-top: 15px
}

.booking-confirm .booking-summary {
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.booking-confirm .booking-summary-content {
    padding: 80px 0
}

.booking-confirm .booking-summary-list {
    text-align: left
}

.booking-confirm .booking-summary-list h6 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.booking-confirm .booking-summary-list li span {
    float: right
}

.about-area {
    position: relative;
    display: block
}

.about-left {
    position: relative;
    margin: 0 40px 0 20px
}

.about-img img {
    border-radius: 10px
}

.about-img::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    background: #09c398;
    border-radius: 0 0 0 10px;
    left: -20px;
    bottom: -20px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: -1
}

.about-shape {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1
}

.about-experience {
    background: #09c398;
    position: absolute;
    border-radius: 10px 10px 0 0;
    left: 50px;
    bottom: 0;
    padding: 20px
}

.about-experience h1 {
    font-weight: 700;
    font-size: 45px;
    color: #fff
}

.about-experience .about-experience-text {
    color: #fff;
    font-weight: 500
}

.about-right {
    position: relative;
    display: block
}

.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 35px
}

.about-list {
    position: relative;
    display: block
}

.about-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px
}

.about-list li .about-icon {
    position: relative;
    display: flex;
    align-items: center
}

.about-list li .about-icon span {
    font-size: 20px;
    color: #09c398
}

.about-bottom {
    display: flex;
    align-items: center;
    gap: 25px
}

.about-call {
    display: flex;
    align-items: center;
    gap: 10px
}

.about-call-icon {
    width: 55px;
    height: 55px;
    font-size: 25px;
    border-radius: 50px;
    background: #0e2e50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.about-call-content span {
    font-weight: 500;
    color: #0e2e50
}

.about-call-number {
    font-size: 22px
}

.about-call-number a {
    color: #09c398
}

@media all and (max-width:991px) {
    .about-left {
        margin-bottom: 60px
    }

    .about-experience {
        bottom: -20px
    }
}

@media all and (max-width:768px) {
    .about-bottom {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column
    }
}

.service-area {
    position: relative;
    display: block;
    overflow: hidden
}

.service-item {
    position: relative;
    padding: 30px 15px;
    margin-bottom: 25px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    z-index: 1
}

.service-content {
    position: relative
}

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #09c398;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
    position: relative;
    transition: all .5s ease-in-out
}

.service-icon i {
    color: #fff;
    font-size: 40px;
    line-height: 1
}

.service-icon img {
    width: 70px
}

.service-arrow {
    margin-top: 25px
}

.service-title a {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0e2e50
}

.service-title a:hover {
    color: #09c398
}

.service-arrow a {
    width: 50px;
    height: 50px;
    line-height: 42px;
    border-radius: 15px;
    border: 3px solid #fff;
    background: #09c398;
    transform: rotate(45deg);
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 1
}

.service-item:hover .service-arrow a {
    border-color: #09c398;
    background: #fff
}

.service-item .service-arrow a i {
    transition: all .5s ease-in-out
}

.service-item:hover .service-arrow a i {
    color: #09c398;
    transform: rotate(-45deg)
}

.service-single-wrapper .widget-title {
    font-weight: 700
}

.service-single-list i {
    color: #09c398;
    margin-right: 10px
}

.service-download a {
    border: 2px solid #09c398;
    padding: 10px 20px;
    color: #0e2e50;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 10px;
    transition: all .5s ease-in-out
}

.service-download a i {
    margin-right: 10px
}

.service-download a:hover {
    background-color: #09c398;
    color: #fff
}

.service-details h3 {
    color: #0e2e50;
    font-weight: 700
}

.service-details img {
    border-radius: 10px
}

.skills-section {
    margin-top: 40px
}

.skill-left {
    position: relative
}

.skill-left img {
    border-radius: 7px
}

.skill-shape {
    position: absolute;
    z-index: -1;
    left: -22px;
    top: -1px;
    width: 100%;
    height: 100%
}

.skill-img {
    position: relative;
    display: block;
    -webkit-mask-image: url(../img/shape/03.png);
    mask-image: url(../img/shape/03.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    overflow: hidden
}

.progress-box {
    margin-bottom: 30px;
    position: relative
}

.progress-box:last-child {
    margin-bottom: 0
}

.progress-box h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.progress-box .progress {
    box-shadow: 0 10px 31px rgb(169 177 193/17%);
    border: 1px solid #d5e0f5;
    height: 16px;
    padding: 4px;
    border-radius: 50px;
    background-color: #fff
}

.progress-box .progress .progress-bar {
    background: linear-gradient(to right, #fe6d1c 0%, #fd3d10 100%);
    border-radius: 50px
}

@media all and (max-width:991px) {
    .skill-right .site-heading {
        font-size: 30px
    }

    .skill-img img {
        width: 100%
    }
}

.feature-area {
    position: relative
}

.feature-item {
    padding: 50px 20px;
    position: relative;
    background: #0d408f;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 12px;
    transition: all .5s ease-in-out;
    z-index: 1
}

.feature-item::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #09c398;
    border-radius: 50%;
    right: -100px;
    top: -100px;
    z-index: -1
}

.feature-icon {
    font-size: 80px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px
}

.feature-title {
    color: #fff;
    margin-bottom: 10px
}

.feature-item p {
    color: #fff
}

.video-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0
}

.video-content::before {
    content: "";
    position: absolute;
    background: rgba(13, 38, 59, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0
}

.video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    height: 450px;
    z-index: 100
}

.video-area .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media all and (max-width:767px) {
    .video-wrapper {
        height: 250px
    }

    .video-wrapper h1 {
        font-size: 28px;
        margin-top: 25px
    }
}

.process-single {
    position: relative
}

.process-single .icon {
    height: 100px;
    width: 100px;
    line-height: 90px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    font-size: 55px;
    color: #fff;
    background: linear-gradient(to right, #fe6d1c 0%, #fd3d10 100%);
    padding: 5px;
    margin-bottom: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.process-single .icon::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 2px dashed #09c398
}

.process-single .icon img {
    border-radius: 50%
}

.process-single span {
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: linear-gradient(to right, #fe6d1c 0%, #fd3d10 100%);
    line-height: 35px;
    color: #fff;
    left: -8px;
    top: -13px;
    font-weight: 600;
    border-radius: 50px
}

.process-single h4 {
    margin-bottom: 10px;
    font-weight: 700
}

.process-single::before {
    content: "";
    position: absolute;
    background: url(../img/icon/arrow.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right: -65px;
    top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .process-single::before {
        display: none
    }
}

@media(max-width:767px) {
    .process-single::before {
        display: none
    }
}

.process-area .col-lg-3:last-child .process-single::before {
    display: none
}

.choose-area {
    position: relative
}

.choose-item {
    padding: 50px 20px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 15px;
    transition: all .5s ease-in-out
}

.choose-item:hover {
    transform: translateY(-5px)
}

.choose-icon {
    color: #09c398;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px
}

.choose-title {
    margin-bottom: 10px
}

.testimonial-area {
    position: relative;
    background: url(../img/testimonial/bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1
}

.testimonial-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(13, 64, 143, .5);
    z-index: -1
}

.testimonial-single {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 20px 15px;
    position: relative;
    box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.testimonial-quote p {
    color: #0e2e50
}

.testimonial-author-info {
    margin: 50px 0 10px
}

.testimonial-author-img {
    position: absolute;
    width: 90px;
    padding: 5px;
    border-radius: 50%;
    border: 4px solid #fff;
    left: 50%;
    top: -30px;
    transform: translateX(-50%)
}

.testimonial-author-img img {
    border-radius: 50%
}

.testimonial-author-info h4 {
    font-size: 22px;
    color: #0e2e50
}

.testimonial-author-info p {
    color: #09c398;
    font-weight: 500
}

.testimonial-quote-icon {
    position: absolute;
    right: 15px;
    top: 35px;
    width: 120px;
    opacity: .1
}

.testimonial-rate {
    color: #09c398;
    margin-top: 10px
}

.testimonial-area .owl-dots {
    text-align: center;
    margin-top: 30px
}

.testimonial-area .owl-dots .owl-dot span {
    background: 0 0;
    margin: 5px;
    border: 2px solid #09c398;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.testimonial-area .owl-dots .owl-dot.active span {
    background: #09c398
}

.counter-area {
    position: relative;
    margin-top: -90px
}

.counter-wrapper {
    padding: 50px 20px;
    position: relative;
    background: #0e2e50;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/3%);
    z-index: 1
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    position: relative;
    z-index: 1
}

.counter-box .icon {
    position: relative;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    background: #09c398;
    border-radius: 30px;
    color: #fff
}

.counter-box .icon img {
    width: 65px
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 600
}

.counter-box .title {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize
}

@media all and (max-width:991px) {
    .counter-area .counter-box {
        margin: 40px 0
    }
}

.cta-area {
    position: relative;
    background-image: url(../img/banners/banner-bariloche.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 120px;
    padding-bottom: 170px;
    z-index: 1
}

.cta-area::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: -1
}

.cta-text h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
   
}

.cta-text span {
    color: #09c398
}

.cta-text p {
    color: #fff
}

.gallery-item {
    position: relative;
    width: 100%;
    margin-bottom: 25px
}

.gallery-img {
    height: 100%
}

.gallery-img img {
    width: 100%;
    border-radius: 12px
}

.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.gallery-content::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: #09c398;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.gallery-content:hover::before {
    opacity: .9;
    visibility: visible
}

.gallery-link {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    color: #09c398;
    margin-top: 50px
}

.gallery-link::before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 2px dashed #fff;
    border-radius: 50px
}

.gallery-link:hover {
    color: #09c398
}

.gallery-content:hover .gallery-link {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.blog-item {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all .5s ease-in-out
}

.blog-item-img {
    overflow: hidden;
    border-radius: 15px
}

.blog-item-img img {
    border-radius: 15px
}

.blog-item:hover .blog-item-img img {
    transform: scale(1.1)
}

.blog-item-info {
    padding: 15px
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e8eb;
    padding-bottom: 18px
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: #0e2e50
}

.blog-item-meta ul li i {
    margin-right: 5px;
    color: #09c398
}

.blog-item-meta a:hover {
    color: #09c398
}

.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-item-info p {
    margin-bottom: 16px
}

.blog-btn {
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 500;
    border: 2px solid #09c398;
    background: #09c398;
    color: #fff
}

.blog-btn i {
    margin-left: 5px
}

.blog-btn:hover {
    background: 0 0;
    color: #09c398
}

.blog-item-info h4 a {
    color: #0e2e50
}

.blog-item-info h4 a:hover {
    color: #09c398
}

@media all and (max-width:991px) {
    .blog-item-info {
        padding: 23px 15px 30px
    }
}

.blog-thumb-img {
    margin-bottom: 20px
}

.blog-single-content img {
    border-radius: 10px
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-meta .blog-meta-left ul li {
    font-weight: 500
}

.blog-meta i {
    margin-right: 5px;
    color: #09c398
}

.blog-meta a {
    color: #66788a;
    font-weight: 500
}

.blog-meta a:hover {
    color: #09c398
}

.blog-details-title {
    font-size: 34px;
    color: #0e2e50
}

.blockqoute {
    background: #eaf7f4;
    border-left: 5px solid #09c398;
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
    border-radius: 0
}

.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
    color: #0e2e50
}

.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #09c398;
    left: 0;
    top: 10px
}

.blog-details-tags {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-details-tags h5 {
    color: #0e2e50;
    font-weight: 700
}

.blog-details-tags ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.blog-details-tags ul a {
    background: #eaf7f4;
    color: #0e2e50;
    padding: 6px 18px;
    border-radius: 8px;
    transition: all .5s ease-in-out
}

.blog-details-tags ul a:hover {
    background: #09c398;
    color: #fff
}

.blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #eaf7f4;
    border-radius: 10px;
    margin: 50px 0;
    padding: 20px
}

.blog-author-img {
    width: 320px;
    position: relative
}

.blog-author-img::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%
}

.blog-author-img img {
    border-radius: 10px
}

.author-name {
    font-size: 22px;
    color: #09c398;
    margin: 8px 0
}

.author-info {
    padding: 0 20px 0 30px
}

.author-social {
    margin-top: 10px
}

.author-social a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #09c398;
    border-radius: 50px;
    margin-right: 5px;
    color: #09c398;
    transition: all .5s ease-in-out
}

.author-social a:hover {
    color: #fff;
    background: #09c398
}

.blog-comments {
    margin-bottom: 50px
}

.blog-comments h3 {
    color: #0e2e50;
    font-weight: 700
}

.blog-comments-wrapper {
    margin: 30px 0
}

.blog-comments-single {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-top: 50px
}

.blog-comments-img {
    margin-top: 3px
}

.blog-comments-single img {
    border-radius: 50%;
    width: 120px
}

.blog-comments-content {
    padding: 0 0 0 20px
}

.blog-comments-content span {
    font-size: 14px;
    color: #09c398;
    font-weight: 500
}

.blog-comments-content a {
    font-weight: 600;
    margin-top: 5px;
    color: #09c398
}

.blog-comments-content a:hover {
    color: #0e2e50
}

.blog-comments-content h5 {
    color: #0e2e50;
    font-weight: 700;
    font-size: 20px
}

.blog-comments-reply {
    margin-left: 50px
}

.blog-comments-form {
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
    background: #eaf7f4
}

.blog-comments-form h3 {
    margin-bottom: 20px
}

.blog-comments-form .form-group {
    margin-bottom: 20px
}

.blog-comments-form .form-control {
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: none;
    transition: all .5s ease-in-out
}

.blog-comments-form .form-control:focus {
    border-color: #09c398
}

@media all and (max-width:767px) {
    .blog-meta {
        flex-direction: column;
        font-size: 15px
    }

    .blog-meta .blog-meta-left ul {
        gap: 10px
    }

    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start
    }

    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 25px 0 0
    }

    .blog-comments-single {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
        box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
        margin-bottom: 30px;
        border-radius: 10px
    }

    .blog-comments-img {
        width: 100%
    }

    .blog-comments-content {
        padding: 20px
    }

    .blog-comments-reply {
        margin-left: 0
    }
}

.widget {
    background: #eaf7f4;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px
}

.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
    color: #0e2e50
}

.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #09c398;
    bottom: 0;
    left: 0
}

.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #09c398;
    bottom: 0;
    left: 22px
}

.widget .blog-search-form .form-control {
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: none
}

.widget .blog-search-form {
    position: relative
}

.widget .blog-search-form .form-control:focus {
    border-color: #09c398
}

.widget .blog-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 8px 18px 6px;
    background: 0 0;
    border: none;
    color: #09c398
}

.widget .category-list a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out
}

.widget .category-list a:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.widget .category-list a:hover {
    padding-left: 10px;
    color: #09c398
}

.widget .category-list a i {
    margin-right: 5px;
    color: #09c398
}

.widget .category-list a span {
    float: right
}

.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px
}

.widget .recent-post-img {
    margin-right: 20px
}

.widget .recent-post-img img {
    width: 120px;
    border-radius: 7px
}

.widget .recent-post-bio h6 {
    font-size: 18px
}

.widget .recent-post-bio span {
    font-size: 14px;
    color: #09c398;
    font-weight: 500
}

.widget .recent-post-bio span i {
    margin-right: 5px
}

.widget .recent-post-bio h6 a:hover {
    color: #09c398
}

.widget .social-share-link a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 2px solid #09c398;
    color: #09c398;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out
}

.widget .social-share-link a:hover {
    background: #09c398;
    color: #fff
}

.widget .tag-list a {
    background: #fff;
    color: #0e2e50;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 8px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.widget .tag-list a:hover {
    background-color: #09c398;
    color: #fff
}

.partner-wrapper img {
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px
}

.contact-wrapper {
    position: relative
}

.contact-form {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.contact-form-header {
    margin-bottom: 30px
}

.contact-form-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0e2e50
}

.contact-form .form-group {
    margin-bottom: 25px
}

.contact-form .form-group .form-control {
    padding: 12px 18px;
    border-radius: 0px;
    box-shadow: none;
    transition: all .5s ease-in-out
}

.contact-form .form-group .form-control:focus {
    border-color: #e09f1f
}

.contact-map {
    margin-bottom: -9px
}

.contact-map iframe {
    width: 100%;
    height: 450px
}

.contact-content {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.contact-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 3px;
    background: #e09f1f;
    border-radius: 50px
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0
}

.contact-info-icon i {
    font-size: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    background: #e09f1f
}

.contact-info h5 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #0e2e50
}

.contact-info p {
    font-weight: 500
}

@media all and (max-width:768px) {
    .contact-content {
        margin-bottom: 50px
    }
}

.quote-area {
    position: relative;
    background-image: url(../img/quote/01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.quote-content {
    padding: 30px;
    background: #fff;
    border-radius: 10px
}

.quote-content .quote-header h6 {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #09c398;
    font-size: 18px;
    letter-spacing: 2px
}

.quote-content .quote-header h2 {
    color: #0e2e50;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 700
}

.quote-content .form-group {
    margin-bottom: 20px
}

.quote-content .form-group .form-control {
    padding: 15px 22px;
    font-size: 16px;
    background: 0 0;
    border-radius: 8px;
    background-color: #f3f7fa;
    border: none;
    box-shadow: none
}

.quote-content .form-group .form-select {
    padding: 15px 22px;
    background-color: #f3f7fa;
    border: none;
    box-shadow: none;
    border-radius: 8px
}

.quote-content .theme-btn:hover {
    color: #fff
}

@media all and (max-width:1199px) {
    .quote-content .quote-header h2 {
        font-size: 25px
    }
}

@media all and (max-width:991px) {
    .quote-thum {
        margin-top: 40px
    }
}

.team-area {
    position: relative
}

.team-item {
    margin-bottom: 70px;
    position: relative;
    z-index: 1
}

.team-img {
    border-radius: 10px
}

.team-img img {
    border-radius: 10px
}

.team-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -45px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.team-bio h5 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.team-bio h5 a {
    color: #0e2e50
}

.team-bio span {
    color: #09c398;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.team-bio h5 a:hover {
    color: #09c398
}

.team-social-btn {
    position: absolute;
    right: 60px;
    top: 65px
}

.team-social-btn li {
    display: inline-block;
    position: absolute;
    bottom: 0;
    transition: .6s;
    list-style-type: none
}

.team-social-btn li i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #09c398;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: .6s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.team-social-btn li i:hover {
    background: #0e2e50;
    color: #fff
}

.team-item li span i {
    opacity: 1;
    visibility: visible
}

.team-item:hover li span i {
    background: #0e2e50;
    cursor: pointer
}

.team-item:hover .team-social-btn li i {
    opacity: 1;
    visibility: visible
}

.team-social-btn li:nth-child(1) {
    z-index: 1
}

.team-social-btn li:nth-child(2) {
    bottom: 0
}

.team-social-btn li:nth-child(3) {
    bottom: 0
}

.team-social-btn li:nth-child(4) {
    bottom: 0
}

.team-social-btn li:nth-child(5) {
    bottom: 0
}

.team-item:hover li:nth-child(1) {
    z-index: 1
}

.team-item:hover li:nth-child(2) {
    bottom: 48px
}

.team-item:hover li:nth-child(3) {
    bottom: 96px
}

.team-item:hover li:nth-child(4) {
    bottom: 144px
}

.team-item:hover li:nth-child(5) {
    bottom: 192px
}

.team-item:hover li:nth-child(6) {
    bottom: 240px
}

.team-area2 .team-item {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.team-area2 .team-img img {
    border-radius: 20px
}

.team-area2 .team-content {
    position: relative;
    box-shadow: none;
    padding-bottom: 0;
    padding-left: 15px;
    left: 0;
    bottom: 0;
    right: 0
}

.team-area2 .team-social-btn {
    top: 68px
}

.team-single.agency-list .agency-item {
    align-items: center
}

.team-single .agency-img {
    border: none;
    width: 220px;
    height: 220px;
    margin: unset
}

.team-single .agency-img img {
    border-radius: 10px
}

@media all and (max-width:767px) {
    .team-single.agency-list .agency-item {
        align-items: flex-start
    }

    .team-single .agency-img {
        margin-top: 25px
    }
}

.pricing-item {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all .9s ease-in-out;
    z-index: 1
}

.pricing-item::before {
    content: "";
    position: absolute;
    background-image: url(../img/shape/02.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: -10px;
    top: -10px;
    width: 200px;
    height: 200px;
    z-index: -1
}

.pricing-item:hover {
    transform: translateY(-10px)
}

.pricing-header {
    position: relative;
    z-index: 1
}

.pricing-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 1;
    border-radius: 50px;
    background: #09c398;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.pricing-icon::before {
    content: "";
    position: absolute;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    border: 2px dashed #09c398;
    border-radius: 50%
}

.pricing-icon i {
    font-size: 50px;
    color: #fff
}

.pricing-content {
    background: #e6f9f4;
    padding: 20px 30px;
    border-radius: 20px;
    margin: 40px 0 20px
}

.pricing-content h4 {
    margin-bottom: 10px;
    color: #09c398
}

.pricing-amount {
    color: #0e2e50;
    font-weight: 700
}

.pricing-feature {
    margin-top: 20px
}

.pricing-feature ul {
    margin-top: 35px;
    margin-bottom: 35px
}

.pricing-feature ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 25px
}

.pricing-feature ul li::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 3px solid #09c398;
    border-radius: 50px;
    left: 0;
    top: 8px
}

.faq-area .accordion-item {
    border: none;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 8px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.faq-area .accordion-item span {
    width: 45px;
    height: 45px;
    margin-right: 15px
}

.faq-area .accordion-item i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #09c398;
    text-align: center;
    color: #fff
}

.faq-area .accordion-button:not(.collapsed) {
    color: #09c398;
    background: 0 0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0/13%)
}

.accordion-button {
    border-radius: 0 !important;
    background: 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #0e2e50;
    box-shadow: none !important
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px dashed #09c398
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)
}

@media all and (max-width:991px) {
    .faq-right {
        margin-top: 50px
    }

    .accordion-button {
        font-size: 16px
    }
}

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    transition: all .5s ease-in-out
}

.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'font awesome 6 pro';
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none
}

.site-breadcrumb .breadcrumb-menu li a:hover {
    color: #09c398
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #09c398
}

@media(max-width:991px) {
    .site-breadcrumb {
        padding-top: 200px
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.pagination .page-link {
    border: none;
    background: #0e2e50;
    color: #fff;
    margin: 0 10px;
    border-radius: 8px !important;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    transition: all .5s ease-in-out
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: #09c398;
    color: #fff
}

body.rtl-mode {
    direction: rtl
}

body.rtl-mode .item-area {
    direction: ltr
}

body.rtl-mode .price-wrapper {
    direction: rtl
}

@media(min-width:992px) {
    body.rtl-mode .navbar-brand {
        margin-left: 3rem
    }

    body.rtl-mode .navbar .nav-item .nav-link {
        margin-left: 3rem;
        margin-right: 0
    }
}

.login-form {
    padding: 30px 40px;
    background: #fff;
    border-radius: 7px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.login-form::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    background: #09c398;
    border-radius: 10px
}

.login-form .login-header {
    text-align: center;
    margin-bottom: 30px
}

.login-form .login-header img {
    width: 200px;
    margin-bottom: 10px
}

.login-form .login-header h3 {
    color: #09c398;
    margin-bottom: 5px;
    font-weight: 800
}

.login-form .login-header p {
    font-size: 20px
}

.login-form .login-footer {
    margin-top: 25px
}

.login-form .login-footer p {
    text-align: center
}

.login-form .login-footer a {
    color: #09c398;
    transition: .5s
}

.login-form .login-footer a:hover {
    color: #09c398
}

.login-form .form-group {
    margin-bottom: 15px;
    position: relative
}

.login-form .form-group i {
    position: absolute;
    bottom: 11px;
    left: 18px
}

.login-form label {
    color: #0e2e50;
    margin-bottom: 5px
}

.login-form .form-group .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 18px 12px 47px;
    box-shadow: none;
    transition: .5s
}

.login-form .form-group .form-control:focus {
    border-color: #09c398
}

.login-form .form-check-input {
    box-shadow: none
}

.login-form .forgot-pass {
    color: #09c398;
    transition: .5s
}

.login-form .forgot-pass:hover {
    color: #09c398
}

.login-form .theme-btn {
    width: 100%
}

.login-form .theme-btn::before {
    width: 420px;
    height: 420px
}

.login-form .theme-btn i {
    margin-right: 5px
}

.login-form .form-check-input {
    margin-top: 6.3px
}

.login-form .form-check-label a {
    color: #09c398;
    transition: .5s
}

.login-form .form-check-label a:hover {
    color: #09c398
}

.form-check-input:checked {
    background-color: #09c398;
    border-color: #09c398
}

.login-divider {
    position: relative;
    margin: 15px 0;
    text-align: center
}

.login-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e8e8e8
}

.login-divider span {
    position: relative;
    background: #fff;
    padding: 0 20px
}

.social-login a {
    display: block;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 12px;
    text-align: center
}

.social-login a i {
    float: left
}

.btn-fb {
    border: 1px solid #506dab;
    color: #506dab !important
}

.btn-fb:hover {
    background: #506dab;
    color: #fff !important
}

.btn-gl {
    border: 1px solid #dd4b39;
    color: #dd4b39 !important
}

.btn-gl:hover {
    background: #dd4b39;
    color: #fff !important
}

@media only screen and (max-width:991px) {
    .login-form {
        padding: 40px 20px
    }
}

.header-account img {
    width: 60px;
    border-radius: 50%;
    padding: 3px;
    border: 3px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

.header-account .dropdown-menu {
    border: none;
    min-width: 200px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.header-account .dropdown-menu li a i {
    margin-right: 5px
}

.header-account .dropdown-menu .dropdown-item {
    padding: 8px 20px
}

.header-account .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #09c398;
    padding-left: 25px
}

.mobile-menu-right {
    gap: 20px
}

.mobile-menu-right .header-account img {
    width: 35px;
    padding: 0;
    border: none
}

.user-profile-sidebar {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.user-profile-sidebar-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.user-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50px
}

.user-profile-img img {
    border-radius: 50%
}

.profile-img-file {
    display: none
}

.user-profile-img button {
    position: absolute;
    border-radius: 50px;
    background: #09c398;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: none;
    right: 0;
    bottom: 0
}

.user-profile-sidebar-list li {
    margin: 5px 0
}

.user-profile-sidebar-list li a {
    color: #0e2e50;
    padding: 6px 6px 6px 15px;
    display: block;
    transition: all .5s ease-in-out
}

.user-profile-sidebar-list li a:hover {
    padding-left: 20px
}

.user-profile-sidebar-list li a i {
    margin-right: 5px;
    color: #09c398
}

.user-profile-sidebar-list .active i {
    color: #fff
}

.user-profile-sidebar-list .active {
    background: #09c398;
    color: #fff;
    border-radius: 8px
}

.user-profile-card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.user-profile-card-title {
    color: #0e2e50;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.user-profile-card .text-success {
    color: #09c398 !important
}

.user-profile-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.user-profile-card-header .user-profile-card-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.user-profile-card-header-right {
    display: flex;
    align-items: center;
    gap: 20px
}

.user-profile-search .form-group {
    position: relative
}

.user-profile-search .form-control {
    padding: 10px 12px 10px 35px;
    box-shadow: none;
    border-radius: 10px
}

.user-profile-search .form-control:focus {
    border-color: #09c398
}

.user-profile-search i {
    position: absolute;
    left: 12px;
    top: 9px
}

.user-profile-card-header .theme-btn {
    padding: 8px 15px
}

.profile-info-list li {
    margin: 12px 0;
    font-weight: 700
}

.profile-info-list li span {
    float: right;
    font-weight: 400
}

.user-profile-form .form-group {
    margin-bottom: 20px
}

.user-profile-form .form-group label {
    color: #0e2e50;
    margin-bottom: 5px
}

.user-profile-form .form-control {
    height: 55px;
    border-radius: 12px;
    box-shadow: none
}

.user-profile-form .form-control:focus {
    border-color: #09c398
}

.user-profile-form .theme-btn {
    width: unset
}

.dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    border-left: 5px solid transparent;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/3%)
}

.dashboard-widget-info span {
    font-weight: 500
}

.dashboard-widget-info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px
}

.dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px
}

.dashboard-widget-color-1 {
    background: rgba(98, 89, 202, .2);
    color: #6259ca;
    border-left-color: #6259ca
}

.dashboard-widget-color-1 h1 {
    color: #6259ca
}

.dashboard-widget-color-1 .dashboard-widget-icon {
    background: #6259ca;
    color: #fff
}

.dashboard-widget-color-2 {
    background: rgba(0, 230, 130, .2);
    color: #09ad95;
    border-left-color: #09ad95
}

.dashboard-widget-color-2 h1 {
    color: #09ad95
}

.dashboard-widget-color-2 .dashboard-widget-icon {
    background: #09ad95;
    color: #fff
}

.dashboard-widget-color-3 {
    background: rgba(251, 107, 37, .2);
    color: #fb6b25;
    border-left-color: #fb6b25
}

.dashboard-widget-color-3 h1 {
    color: #fb6b25
}

.dashboard-widget-color-3 .dashboard-widget-icon {
    background: #fb6b25;
    color: #fff
}

.user-notification-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0
}

.user-notification-item a {
    display: flex;
    gap: 15px
}

.user-notification-item a:hover {
    color: #0e2e50
}

.user-notification-item:first-child {
    padding-top: 0
}

.user-notification-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.user-notification-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #09c398;
    color: #fff;
    margin-top: 5px;
    text-align: center
}

.user-notification-info {
    flex: 1
}

.user-notification-info p {
    font-size: 15px
}

.user-notification-info span {
    font-size: 14px
}

.table-property-info a {
    display: flex;
    align-items: center;
    gap: 10px
}

.table-property-info h6 {
    transition: all .5s ease-in-out
}

.table-property-info:hover h6 {
    color: #09c398
}

.table-property-info img {
    width: 70px;
    border-radius: 8px
}

.user-profile-card .table>:not(caption)>*>* {
    vertical-align: middle;
    padding: .8rem
}

.user-profile-property .table-property-info img {
    width: 120px
}

.table-property-content h6 {
    font-size: 18px;
    font-weight: 700
}

.table-property-content p {
    font-size: 15px;
    color: #0e2e50
}

.table-property-content span {
    font-weight: 700;
    color: #0e2e50
}

.user-profile-property .bg-success {
    background: #09c398 !important
}

.user-profile-property .table tbody tr td {
    padding: 1.5rem .8rem
}

.add-property-form .form-group {
    margin-bottom: 15px
}

.add-property-form .form-group label {
    margin-bottom: 5px;
    color: #757f95
}

.add-property-form .form-control {
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: none;
    color: #757f95
}

.add-property-form .form-control::placeholder {
    color: #757f95
}

.add-property-form .nice-select {
    width: 100%;
    height: 56px;
    line-height: 55px;
    border-radius: 12px;
    padding-left: 20px;
    font-size: 16px;
    border-color: #ced4da;
    color: #757f95;
    margin-bottom: 15px
}

.add-property-form .form-control:focus,
.add-property-form .nice-select:focus {
    border-color: #09c398
}

.add-property-form .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%)
}

.add-property-form .nice-select .option.focus,
.add-property-form .nice-select .option.selected.focus,
.add-property-form .nice-select .option:hover {
    background: #f6f6f6;
    color: #09c398;
    border-radius: 8px
}

.add-property-form .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 15px
}

.add-property-form .property-img-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed rgba(0, 0, 0, .1);
    border-radius: 10px;
    cursor: pointer
}

.add-property-form .property-img-file {
    display: none
}

.add-property-form .property-img-upload span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.add-property-form .property-img-upload span i {
    margin-right: 5px
}

.add-property-form .form-check {
    margin-bottom: 15px
}

.add-property-form .form-check-input {
    margin-top: 6.5px;
    box-shadow: none
}

.add-property-form .form-check-input:focus {
    border-color: #09c398
}

.add-property-form .form-check label {
    color: #757f95
}

.profile-favorite .listing-item {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

.profile-message-wrapper {
    display: flex
}

.profile-message-inbox {
    max-width: 340px;
    border: 1px solid #edf1f9;
    border-radius: 10px
}

.profile-message-inbox {
    overflow: hidden
}

.message-content {
    padding-left: 30px;
    position: relative;
    overflow: hidden
}

.message-content-info {
    max-height: 750px;
    overflow-y: scroll;
    margin-right: -50px;
    padding-right: 50px
}

.profile-message-inbox,
.message-content {
    flex: 1
}

.profile-message-inbox ul {
    max-height: 950px;
    overflow-y: scroll;
    width: 357px;
    list-style: none;
    padding: 0;
    margin: 0
}

.profile-message-inbox ul li.message-active {
    border-left: 3px solid #09c398
}

.profile-message-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: .2s;
    list-style: none
}

.profile-message-inbox ul li:last-child {
    border-bottom: none
}

.message-by-content h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1
}

.profile-message-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px
}

.profile-message-inbox .message-avatar {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%
}

.message-avatar img {
    width: 50px;
    height: 50px
}

.profile-message-inbox .message-by {
    margin-left: 50px
}

.message-by-content h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px
}

.message-by-content span {
    font-size: 13px;
    position: absolute;
    top: 25.5px;
    right: 25px;
    float: right;
    color: #888
}

.profile-message-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #6b747d;
    line-height: 27px
}

.message-item {
    display: block;
    position: relative;
    margin-bottom: 25px
}

.message-item .message-avatar {
    position: absolute;
    left: 0;
    top: 0
}

.message-item .message-avatar img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%
}

.message-item .message-description {
    margin-left: 70px;
    background: #f4f5f7;
    border-radius: 12px;
    padding: 20px;
    position: relative
}

.message-item .message-description::before {
    position: absolute;
    top: 0;
    left: -9px;
    content: "\f0d9";
    font-family: "font awesome 6 pro";
    font-weight: 700;
    font-size: 31px;
    color: #f4f5f7
}

.message-item .message-description p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 27px
}

.message-item.me .message-avatar {
    left: auto;
    right: 0;
    position: absolute;
    top: 0
}

.message-item.me .message-description {
    color: #09c398;
    background-color: rgba(9, 195, 152, .1);
    margin-left: 0;
    margin-right: 70px;
    border-radius: 12px;
    padding: 20px;
    position: relative
}

.message-item.me .message-description::before {
    content: "\f0da";
    left: auto;
    right: -11px;
    color: #e6f9f4
}

.message-reply {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 15px
}

.message-reply .form-control {
    padding: 15px 20px;
    box-shadow: none;
    border-radius: 10px
}

.message-reply .form-control:focus {
    border-color: #09c398
}

.message-reply .theme-btn {
    margin-top: 15px
}

.message-status {
    width: 12px;
    height: 12px;
    background: #252629;
    display: flex;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    right: -5px;
    top: 50%
}

.message-status.online {
    background: #09c398
}

.message-status.offline {
    background: #dd4b39
}

.message-status.busy {
    background: #f6b500
}

.profile-message .header-account img {
    width: 45px
}

@media all and (max-width:991px) {
    .message-by-content span {
        right: 65px
    }

    .message-reply {
        right: 0
    }
}

@media all and (max-width:767px) {
    .table-property-info a {
        display: block
    }

    .table-property-info h6 {
        margin-top: 10px
    }

    .user-profile-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .user-profile-card-header-right {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .profile-message .profile-message-wrapper {
        flex-direction: column;
        gap: 50px
    }

    .profile-message .user-profile-card-header {
        flex-direction: row;
        align-items: center;
        gap: 20px
    }

    .profile-message .message-content {
        padding-left: 0;
        padding-bottom: 200px
    }

    .message-reply {
        left: 0
    }
}

.coming-soon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: relative
}

.coming-soon .container {
    position: relative
}

.coming-soon:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.coming-soon .newsletter-form {
    position: relative;
    margin-top: 30px
}

.coming-soon .newsletter-form .input-newsletter {
    height: 55px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
    box-shadow: none
}

.coming-soon .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    height: auto;
    border: none;
    border-radius: 50px;
    background: #09c398;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    transition: .5s
}

.coming-soon .newsletter-form button:hover {
    background-color: #09c398;
    color: #fff
}

.coming-social {
    margin-top: 30px;
    text-align: center
}

.coming-social a {
    color: #fff;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #fff;
    display: inline-block;
    transition: .5s
}

.coming-social a:hover {
    background: #09c398;
    border-color: #09c398
}

.countdown-wrap {
    margin-top: 30px
}

.countdown-single {
    background: #09c398;
    padding: 20px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.countdown-single h2 {
    color: #fff
}

.countdown-single h5 {
    color: #fff
}

.error-wrapper {
    text-align: center
}

.error-wrapper h1 {
    font-size: 250px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #09c398;
    line-height: 1
}

.error-wrapper h1 span {
    color: #0e2e50
}

.error-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 10px
}

.error-wrapper img {
    width: 100%
}

.error-wrapper .theme-btn {
    margin-top: 30px
}

@media all and (max-width:767px) {
    .error-wrapper h1 {
        font-size: 160px
    }
}

.terms-content:not(:last-child) {
    margin-bottom: 54px
}

.terms-content:first-child {
    margin-top: -3px
}

.terms-content .terms-list {
    margin-top: 37px
}

.terms-content h3 {
    margin-bottom: 23px;
    position: relative;
    font-weight: 700
}

.terms-content p:not(:last-child) {
    margin-bottom: 26px
}

.terms-list li:not(:last-child) {
    margin-bottom: 16px
}

.footer-area {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.footer-widget-box {
    margin-bottom: 20px
}

.footer-widget {
    position: relative;
    z-index: 1
}

.footer-logo img {
    width: 330px;
    height: 140px;
    object-fit: cover;
}

.copyright {
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #e09f1f;
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px
}

.copyright .footer-menu li a {
    color: #f5faff;
    transition: all .5s ease-in-out
}

.copyright .footer-menu li a:hover {
    color: #09c398
}

.copyright .copyright-text {
    color: #000;
    margin-bottom: 0;
    font-size: 16px
}

.copyright .copyright-text a {
    color: #e09f1f;
    font-weight: 500
}

.footer-widget-title {
    color: #000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    z-index: 1
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: #e09f1f;
    bottom: 0;
    left: 0
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 3px;
    background-color: #e09f1f;
    bottom: 0;
    left: 35px
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.footer-list li a {
    color: #000;
    transition: all .5s ease-in-out
}

.footer-list li a i {
    margin-right: 5px;
    color: #09c398;
    font-weight: 400;
    font-size: 14px
}

.footer-list li a:hover {
    padding-left: 10px;
    color: #09c398
}

.footer-widget-box p {
    color: #000;
    padding-right: 18px;
    margin-bottom: 20px
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 0px;
    background: #fff;
    color: #e09f1f;
    transition: all .5s ease-in-out
}

.footer-social li a i:hover {
    background: #e09f1f;
    color: #fff
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px
}

.footer-contact li a {
    color: #000;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-contact li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 0px;
    background: #e09f1f;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff
}

.subscribe-form .form-control {
    padding: 14px 20px;
    border-radius: 10px;
    box-shadow: none;
    border: none
}

.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%
}

@media all and (max-width:1199px) {
    .footer-widget-box {
        margin-bottom: 50px
    }
}

@media all and (max-width:991px) {
    .footer-area::before {
        display: none
    }

    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px
    }
}

@media all and (max-width:767px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .footer-social {
        justify-content: center;
        margin-top: 20px
    }
}

.home-2 .main {
    margin-top: -6rem
}

.home-2 .navbar {
    background: 0 0
}

.home-2 .navbar.fixed-top {
    background: #fff
}

.home-2 .hero-single {
    padding-top: 220px
}

.home-2 .property-listing-slider .listing-item {
    border: none;
    box-shadow: none
}

@media all and (min-width:992px) {
    .home-2 .navbar .nav-item .nav-link {
        color: #fff
    }

    .home-2 .navbar.fixed-top .nav-item .nav-link {
        color: #0e2e50
    }

    .home-2 .navbar .nav-item .nav-link.active,
    .home-2 .navbar .nav-item .nav-link:hover {
        color: #09c398
    }
}

@media(max-width:991px) {
    .home-2 .navbar-toggler-btn-icon {
        color: #fff
    }
}

.home-3 .hero-single {
    padding-bottom: 220px
}

.home-3 .search-area {
    margin-top: -140px;
    position: relative;
    z-index: 1
}

.home-3 .cta-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.home-4 .search-wrapper {
    margin-top: 70px
}

.home-4 .search-wrapper .tab-content {
    background: #fff;
    border-radius: 0 15px 15px 15px
}

.home-4 .search-nav .nav-item {
    margin: 0 10px 0 0
}

.home-4 .search-form {
    box-shadow: none
}

.home-4 .search-nav .nav-link {
    background: #09c398;
    color: #fff;
    border-radius: 12px 12px 0 0
}

.home-4 .search-nav .nav-link.active {
    background: #fff;
    color: #09c398
}

.home-4 .search-nav .nav-link::before {
    display: none
}

.home-4 .cta-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.home-5 .hero-single {
    padding-top: 120px;
    padding-bottom: 120px
}

.home-5 .search-form .nice-select,
.home-5 .search-form .form-group {
    margin-bottom: 20px
}

.home-5 .search-wrapper .tab-content {
    background: #fff;
    border-radius: 15px
}

@media all and (max-width:991px) {
    .home-5 .search-wrapper {
        margin-top: 70px
    }
}

.property-map-box {
    width: 50%;
    height: 93%;
    position: fixed
}

.property-map-box #property-map-listing {
    width: 100%;
    height: 100%
}

.property-map-box {
    left: 0
}

.gm-style img {
    max-width: 100%
}

.cluster-visible {
    color: #fff !important
}

.infoBox {
    margin-left: -140px;
    margin-bottom: 145px;
    width: 260px !important
}

.infoBox>img:first-child {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    z-index: 9999
}

.property-map-item {
    background: #fff;
    padding: 12px;
    border-radius: 12px
}

.property-map-item .listing-img {
    width: 100%
}

.property-map-item .listing-title {
    font-size: 20px
}

.property-map-item .listing-sub-title {
    font-size: 14px;
    margin-bottom: 15px
}

.property-map-item .listing-feature-list {
    font-size: 14px
}

.property-map-item .listing-price {
    font-size: 20px;
    color: #09c398;
    font-weight: 600;
    margin-bottom: 5px
}

.property-map-item-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 5px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

.property-map-listing {
    margin-right: 20px
}

.property-map-listing .search-form {
    z-index: 2
}

.property-map-listing .advanced-search-menu {
    margin-top: 125px
}

.classical-map .property-map-box {
    margin-top: 0;
    position: relative !important;
    height: 500px !important;
    width: 100% !important
}

@media all and (max-width:991px) {
    .property-map-box {
        margin-top: 50px;
        position: relative !important;
        height: 500px !important;
        width: 100% !important
    }

    .property-map-listing .advanced-search-menu {
        margin-top: 0
    }

    .property-map-listing {
        margin-right: 0
    }
}

.subtitulo{
    font-size: 20px;
    color: #1a1a1a;
    font-weight: bold;
    margin-top: 10px;
}
.texto-empresa{
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 10px;
}

.fondo-cuadro{
    padding: 30px;
    border: 1px solid #eee
}
/* .fondo-cuadro:hover{
   
    background-color: #cd2731;
    padding: 30px;
} */
/* .fondo-cuadro:hover .texto-hover {
    color: #fff;
}
.icon-hover:hover{
    color: #fff !important;
} */
.subtexto-hover:hover{
    color: #fff;
}
.font-xlll {
    font-size: 40px;
    line-height: 40px;
    color: #e09f1f;
    text-align: start;
}