body {
    font-family: "lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    overflow-x: hidden;
}

    body.oflw-hidden {
        overflow: hidden;
    }
   a{
       text-decoration:none;
   }
    a:hover {
        color: #26ae61;
        text-decoration: none !important;
    }

input {
    outline: medium none !important;
    color: #26ae61;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "lato", sans-serif;
    font-weight: normal;
    color: #001935;
    margin-top: 0px;
    font-weight: 600;
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    cursor: pointer;
}
.article-content h2{
    font-size:1.4rem;
}
.widget-title h6 {
    font-weight: 500;
}

p {
    font-weight: normal;
    line-height: 1.5;
}

.back-to-top {
    background: #26ae61;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

    .back-to-top:hover {
        color: #ffffff;
    }

    .back-to-top:focus {
        color: #ffffff;
    }

.breadcrumb {
    padding-left: 0;
    background: transparent;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
}

    .breadcrumb .breadcrumb-item {
        padding-right: 5px;
    }

        .breadcrumb .breadcrumb-item a {
            color: #969696;
        }

            .breadcrumb .breadcrumb-item a:hover {
                color: #26ae61;
            }

        .breadcrumb .breadcrumb-item i {
            font-size: 14px;
        }

        .breadcrumb .breadcrumb-item:before {
            display: none;
        }

.breadcrumb .active span {
    color: #26ae61;
}

.pagination .page-item .page-link {
    padding: 5px 13px;
    color: #969696;
    border-color: #eeeeee;
}

    .pagination .page-item .page-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.pagination .page-item.active .page-link {
    background: #26ae61;
    border-color: #26ae61;
    color: #ffffff;
}

.blockquote {
    font-size: 16px;
    border-left: 10px solid #26ae61;
    padding-left: 30px;
    font-style: italic;
    display: block;
}

.blockquote-quote {
    position: relative;
    font-size: 18px;
    border-left: 0 solid #26ae61;
    padding-left: 30px;
    font-style: italic;
    display: block;
    z-index: 1;
}

    .blockquote-quote p {
        position: relative;
    }

    .blockquote-quote i {
        position: absolute;
        z-index: 0;
        top: 20px;
        left: 0;
        font-size: 60px;
        line-height: 60px;
        color: #dfdfdf;
    }

.table-bordered td {
    border-color: #eeeeee;
}

.table-bordered th {
    border-color: #eeeeee;
}

.table thead th {
    border-bottom-color: #eeeeee;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fafafa;
}

.text-white {
    color: #ffffff;
}

/*.space-pt {
  padding: 90px 0 0; }*/

.space-pb {
    padding: 0 0 90px;
}

.h-93vh {
    height: 93vh !important;
}

.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.bg-holder-bottom {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
}

.building-space {
    padding-bottom: 160px;
}

.search-form-transition .select2-search__field, .search-form-transition .select2-selection--single, .search-form-transition .select2-selection--multiple {
    background: transparent;
}

.bg-transition {
    background-color: #0010226b;
}

.bg-transition0 {
    background-color: transparent;
    color: #969696;
}

.bg-transition5 {
    background-color: #0010220a;
}

.bg-transition30 {
    background-color: #001935a3;
}

.bg-transition40 {
    background-color: #00193596;
}

.bg-transition50 {
    background-color: #001022d1;
}

.select2-container--open .select2-dropdown {
    margin-top: 1px !important;
    margin-left: 0px !important;
}

.search-buttom {
    width: 100%;
}

.search-form-transition input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #969696;
    opacity: 1; /* Firefox */
}

.avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
}

    .avatar.avatar-sm {
        width: 20px;
        height: 20px;
    }

    .avatar.avatar-md {
        width: 40px;
        height: 40px;
    }

    .avatar.avatar-lg {
        width: 60px;
        height: 60px;
    }

    .avatar.avatar-xl {
        width: 80px;
        height: 65px;
    }

    .avatar.avatar-xll {
        width: 100px;
        height: 100px;
    }

    .avatar.avatar-xlll {
        width: 120px;
        height: 120px;
    }

    .avatar.avatar-xllll {
        width: 180px;
        height: 80px;
    }

.enterprise-news {
    padding: 50px 15px;
}

.testimonial {
    padding-top: 30px;
}

    .testimonial .testimonial-content {
        font-size: 24px;
        font-style: italic;
        font-weight: 700;
        position: relative;
    }

        .testimonial .testimonial-content .quotes {
            color: #27b263;
            margin-right: 10px;
            font-size: 80px;
            line-height: 70px;
            position: absolute;
            top: -30px;
        }

.testimonial-02 .testimonial-content {
    font-size: 20px;
    padding: 80px 40px 30px;
    background: #fafafa;
    position: relative;
    border: 1px solid #eeeeee;
}

    .testimonial-02 .testimonial-content:before {
        position: absolute;
        content: "";
        bottom: -9px;
        width: 0;
        height: 0;
        z-index: 1;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fafafa transparent transparent transparent;
    }

    .testimonial-02 .testimonial-content:after {
        position: absolute;
        content: "";
        bottom: -11px;
        width: 0;
        height: 0;
        z-index: 0;
        border-style: solid;
        border-width: 11px 11px 0 10px;
        border-color: #eeeeee transparent transparent transparent;
    }

    .testimonial-02 .testimonial-content .quotes {
        font-size: 30px;
        line-height: 30px;
        position: absolute;
        top: 36px;
        left: 36px;
        color: #28b666;
    }

.testimonial-02 .testimonial-author {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-02-small .testimonial-content {
    font-size: 14px;
    padding: 60px 40px 20px;
}

    .testimonial-02-small .testimonial-content .quotes {
        font-size: 20px;
        top: 26px;
    }

.testimonial-03 .testimonial-content {
    position: relative;
    padding: 120px 40px 60px 40px;
    margin-left: -50px;
}

    .testimonial-03 .testimonial-content p {
        font-size: 22px;
        font-style: italic;
    }

    .testimonial-03 .testimonial-content .quotes {
        font-size: 40px;
        line-height: 40px;
        position: absolute;
        top: 60px;
        left: 40px;
        color: white;
    }

.accordion .accordion-item .accordion-title {
    margin-bottom: 15px;
    font-size: 18px;
}

    .accordion .accordion-item .accordion-title .collapsed {
        color: #001935;
    }

.accordion .accordion-item .accordion-content {
    padding-bottom: 25px;
}

.accordion-style-2 .card {
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    border-radius: 0;
}

    .accordion-style-2 .card:last-child {
        margin-bottom: 0px;
    }

.accordion-style-2 .card-header {
    background: transparent;
    border-bottom: none;
}

    .accordion-style-2 .card-header .accordion-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .accordion-style-2 .card-header .accordion-title i {
            font-size: 12px;
            margin-left: auto;
        }

.accordion-style-2 .accordion-content {
    border-top: 1px solid #eeeeee;
}

.accordion-style-2 .accordion-title .btn {
    display: block;
    color: #26ae61;
    font-size: 18px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

    .accordion-style-2 .accordion-title .btn + i {
        color: #26ae61;
    }

    .accordion-style-2 .accordion-title .btn.collapsed {
        color: #001935;
    }

        .accordion-style-2 .accordion-title .btn.collapsed + i {
            color: #001935;
        }

.newsletter {
    position: relative;
}

    .newsletter .form-control {
        padding-right: 150px;
    }

    .newsletter .btn {
        position: absolute;
        right: 0;
        line-height: 6px;
        top: 0;
        padding: 14px 30px;
    }

.counter .timer {
    font-size: 48px;
    font-weight: 600;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.counter.counter-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .counter.counter-02 .counter-icon .icon {
        padding-right: 20px;
        font-size: 40px;
        color: #26ae61;
    }

    .counter.counter-02 .counter-content {
        vertical-align: top;
    }

        .counter.counter-02 .counter-content .timer {
            font-size: 28px;
            color: #001935;
            font-weight: 600;
            display: block;
            line-height: 28px;
            margin-bottom: 8px;
        }

.nav-tabs {
    border-color: #eeeeee;
}

    .nav-tabs .nav-item {
        margin-bottom: 0;
    }

        .nav-tabs .nav-item .nav-link {
            border: none;
            font-size: 13px;
            padding: 5px 5px;
            font-family: "Barlow Semi Condensed", sans-serif;
            text-transform: uppercase;
            font-weight: 600;
            border-bottom: 3px solid transparent;
            color: #001935;
        }

            .nav-tabs .nav-item .nav-link.active {
                border-bottom: 3px solid #26ae61;
                color: #26ae61;
            }

    .nav-tabs.nav-tabs-02 {
        border: none;
        background-color: #00102270;
        padding: 7px;
        border-radius: 5px 5px 0px 0px;
        display: inline-flex;
        column-gap: 4px;
        min-width: 225px;
    }
        .nav-tabs.nav-tabs-02 .nav-item {
            margin-bottom: 0;
        }

            .nav-tabs.nav-tabs-02 .nav-item .nav-link {
                background: #dee2e6;
                border: none;
                color: #001935;
                padding: 6px 8px;
                border-radius: 3px;
            }

                .nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
                    border: none;
                    color: #ffffff;
                }

/* Dots */
.owl-carousel .owl-item img {
    width: 100%;
    display: inherit;
    margin: auto;
    object-fit:cover;
}

.owl-carousel .owl-nav {
    cursor: pointer;
    z-index: 999;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 10px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 10px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
}

.owl-carousel .owl-nav i {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #ffffff;
    background: #26ae61;
    border: 0px solid #eeeeee;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav i:hover {
    background: #ffffff;
    color: #26ae61;
}

.owl-carousel .owl-controls .owl-dot {
    margin: 0;
    display: inline-block;
}

.owl-carousel .owl-dots {
    display: inline-block;
    margin: 8px 0;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

    .owl-carousel .owl-dots .owl-dot span {
        background: #ddd;
        display: inline-block;
        width: 12px;
        min-height: 12px;
        margin-top: 5px;
        border-radius: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
    }

    .owl-carousel .owl-dots .owl-dot:hover span {
        background: #26ae61;
    }

    .owl-carousel .owl-dots .owl-dot.active span {
        background: #26ae61;
    }

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0px 2px 0;
}

.owl-nav-center.owl-carousel .owl-nav .owl-prev {
    left: 50%;
    top: 46%;
    margin-left: -15px !important;
}

.owl-nav-center.owl-carousel .owl-nav .owl-next {
    left: 50%;
    right: inherit;
    margin-top: 28px !important;
    margin-left: -15px !important;
}

.owl-nav-left.owl-carousel .owl-nav .owl-prev {
    left: -65px;
    top: 46%;
}

.owl-nav-left.owl-carousel .owl-nav .owl-next {
    left: -65px;
    right: inherit;
    margin-top: 28px !important;
}

.owl-nav-bottom .owl-nav {
    bottom: 0;
    top: inherit;
}

    .owl-nav-bottom .owl-nav .owl-next {
        right: 46%;
        bottom: -20px;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .owl-nav-bottom .owl-nav .owl-prev {
        left: 46%;
        bottom: -20px;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

.owl-nav-top-left .owl-nav {
    bottom: 0;
    top: inherit;
}

    .owl-nav-top-left .owl-nav .owl-next {
        right: 0;
        top: -55px;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .owl-nav-top-left .owl-nav .owl-prev {
        left: inherit;
        right: 36px;
        top: -55px;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .owl-nav-top-left .owl-nav i {
        border: 1px solid transparent;
    }

        .owl-nav-top-left .owl-nav i:hover {
            border-color: #eeeeee;
        }

.owl-nav-top-right .owl-nav {
    top: 0;
    bottom: inherit;
}

    .owl-nav-top-right .owl-nav .owl-next {
        right: 20px;
        top: 20px;
        bottom: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .owl-nav-top-right .owl-nav .owl-prev {
        left: inherit;
        right: 80px;
        top: 20px;
        bottom: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

.owl-dots-bottom-center .owl-dots {
    bottom: 30px !important;
    position: absolute;
}

    .owl-dots-bottom-center .owl-dots .owl-dot span {
        background: #ffffff;
    }

.owl-dots-bottom-right .owl-dots {
    bottom: 30px !important;
    position: absolute;
    right: 30px;
    width: auto;
}

    .owl-dots-bottom-right .owl-dots .owl-dot span {
        background: #ffffff;
    }

.owl-dots-bottom-left .owl-dots {
    position: absolute;
    left: 0;
    width: auto;
    margin-top: 0;
}

    .owl-dots-bottom-left .owl-dots .owl-dot span {
        background: #ffffff;
    }

/* Client Logo */
.our-clients .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-carousel .owl-item .property-item {
    margin-bottom: 0;
}

.carousel-control-next, .carousel-control-prev {
    opacity: .6;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #26ae61;
}

    .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #26ae61;
    }

.bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
    width: 40px;
    font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
    font-size: 14px;
}

.bootstrap-datetimepicker-widget table td span.active {
    background: #26ae61;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 19rem;
}

.pricing {
    background: #fafafa;
    padding: 30px;
}

    .pricing .pricing-price strong {
        color: #26ae61;
        font-size: 40px;
    }

    .pricing .pricing-list {
        margin-top: 20px;
        margin-bottom: 0;
    }

        .pricing .pricing-list li {
            padding: 6px 0;
        }

            .pricing .pricing-list li:last-child {
                padding-bottom: 0;
            }

.countdown {
    display: inline-block;
    text-align: center;
    margin: 0px 20px;
}

    .countdown span {
        font-size: 80px;
        line-height: 80px;
        font-weight: 600;
        color: #26ae61;
    }

    .countdown p {
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 0;
        color: #001935;
    }

.countdown-small span {
    font-size: 24px;
    line-height: 24px;
}

.countdown-small p {
    font-size: 14px;
}

.btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    border:none;
}

    .btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        color: #ffffff;
    }

    .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        color: #ffffff;
    }

.show > .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.select2-container .select2-selection--single {
    height: auto;
    outline: none;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0px;
    }

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: none;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: inherit;
        text-transform: capitalize;
    }

.bigdrop {
    min-width: 196px !important;
}

.select2-results__options {
    padding: 8px 2px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted {
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        padding-left: 10px;
        font-weight: 600;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    right: 0px;
    height: 21px;
    width: 14px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
    }

.select2-container--default .select2-search--dropdown {
    padding: 0;
}

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #eeeeee;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fafafa;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(38, 174, 97, 0.1);
    color: #26ae61;
}

.select2-dropdown {
    border: none;
    border-radius: 0px;
}

.select-border .select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
    height: 36px;
    padding: 6px 20px;
    border-radius: 3px;
}

    .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 8px;
        right: 20px;
    }

.select2-results__option[aria-selected] {
    text-transform: capitalize;
}

.select2-container--default .select2-results > .select2-results__options {
    border: none;
}

.select2-container--open .select2-dropdown {
    background: #fafafa;
    padding: 0px;
    border: 1px solid #eeeeee;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.header {
    z-index: 9;
    position: relative;
}

    .header .container-fluid {
        padding: 0 20px;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
        }

    .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.place-card-large {
    display: none !important;
}

@media (max-width: 991px) {
    .header .is-sticky .navbar {
        top: 0;
        right: 0;
    }
}

.sticky-top {
    top: 65px;
}

.sidebar .widget {
    padding: 15px 0 0 0;
}

    .sidebar .widget .widget-title {
        margin-bottom: 24px;
    }

    .sidebar .widget .widget-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .sidebar .widget ul li {
        margin-bottom: 10px;
    }

        .sidebar .widget ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #969696;
        }

            .sidebar .widget ul li a:hover {
                color: #26ae61;
            }

        .sidebar .widget ul li:last-child {
            margin-bottom: 0;
        }

    .sidebar .widget:last-child {
        margin-bottom: 0;
    }

    .sidebar .widget .property-item .property-image img {
        width: 100%;
        overflow: hidden;
        border: solid 1px #e3e3e3;
    }

    .sidebar .widget .property-item .property-details .property-info li {
        margin-bottom: 0;
        text-align: left;
    }

        .sidebar .widget .property-item .property-details .property-info li i {
            display: block;
        }

    .sidebar .widget .property-item .property-details .property-listing-actions {
        border-bottom: 0;
    }

    .sidebar .widget .recent-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }

        .sidebar .widget .recent-list-item img {
            height: 80px;
        }

        .sidebar .widget .recent-list-item .recent-list-item-info {
            padding-left: 20px;
        }

            .sidebar .widget .recent-list-item .recent-list-item-info a {
                display: block;
                font-family: "Barlow Semi Condensed", sans-serif;
            }

            .sidebar .widget .recent-list-item .recent-list-item-info .address {
                color: #001022;
                font-weight: 600;
            }

                .sidebar .widget .recent-list-item .recent-list-item-info .address:hover {
                    color: #26ae61;
                }

        .sidebar .widget .recent-list-item:last-child {
            margin-bottom: 0;
        }

.banner {
    padding: 220px 0;
    position: relative;
}

.banner-shap {
    position: absolute;
    bottom: -1px;
    z-index: 99;
}

.banner-bg-video {
    padding: 0px 0;
    overflow:hidden;
}

    .banner-bg-video .banner-bg-video-sub-title {
        font-size: 18px;
        display: block;
    }

    .banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link {
        background: transparent;
        color: #ffffff;
        padding: 6px 20px;
        line-height: 24px;
    }

        .banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
            background: #26ae61;
            color: #ffffff;
        }
    .banner-map {
        padding: 0;
    }

    .banner-map .map-canvas {
        height: 500px;
    }

#slider .carousel-item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

#slider .slider-content {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

#slider .carousel-item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
}

#slider .carousel-item .slider-content span {
    font-size: 50px;
    line-height: 50px;
    display: block;
    font-family: 'Flaticon';
    text-shadow: 0.1px 1px #fff;
}

#slider h1 {
    font-size: 45px;
    font-weight: 700;
    margin-top: 0.3em !important;
    font-family: 'Font Awesome 5 Free';
}

#slider .btn-link {
    font-size: 18px;
    color: #ffffff;
    padding: 0;
    margin-top: 40px;
}

    #slider .btn-link:hover {
        color: #26ae61;
    }
.carousel .carousel-item.active{

}
.carousel .carousel-item.active .animated-01 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .carousel-item.active .animated-02 {
    -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
    animation: bounceInRight 1s ease-in-out 500ms both;
}

.carousel .carousel-item.active .animated-03 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .carousel-item.active .animated-04 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated-05 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .carousel-item.active .animated-06 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated-07 {
    -webkit-animation: fadeInDown 0.7s ease-in 300ms both;
    animation: fadeInDown 0.7s ease-in 300ms both;
}

.carousel .carousel-item.active .animated-08 {
    -webkit-animation: fadeInUp 0.7s ease-in 300ms both;
    animation: fadeInUp 0.7s ease-in 300ms both;
}

.banner-bg-slider {
    position: relative;
}

.banner-bg-slider-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.kenburnsy {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .kenburnsy img {
        display: none;
    }

    .kenburnsy .slide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    .kenburnsy.fullscreen {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto !important;
        z-index: -1;
    }

.banner-bg-slider .banner-bg-slider-sub-title {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
}

.search {
    position: relative;
}

    .search input {
        padding-left: 30px;
        padding-right: 80px;
        height: 70px;
    }

    .search a {
        position: absolute;
        right: 0;
        top: 0;
        background: #26ae61;
        color: #ffffff;
        padding: 18px 30px;
        cursor: pointer;
        margin: 6px;
    }

    .search i {
        position: absolute;
        right: 0;
        top: 0;
        color: #26ae61;
        padding: 22px 30px;
        cursor: pointer;
        margin: 6px;
    }

.banner-property {
    padding: 0;
}

    .banner-property .property-offer-image {
        padding: 200px 0;
    }

.section-title {
    margin-top: 10px;
}

    .section-title h2 {
        width: 100%
    }

.category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category ul .category-item {
    margin-top: -1px;
    margin-right: -1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px 5px 0 0;
    position:relative;
}

.category ul .category-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eeeeee;
    padding: 24px;
    height: 100%;
}

            .category ul .category-item a .category-icon {
                margin-right: 14px;
            }

            .category ul .category-item a i {
                font-size: 50px;
                line-height: 60px;
                color: #969696;
            }

            .category ul .category-item a span {
                margin-left: auto;
                color: #969696;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 56px;
                flex: 0 0 56px;
                padding-left: 10px;
            }

            .category ul .category-item a:hover {
                background: #26ae61;
                border-color: #26ae61;
            }

                .category ul .category-item a:hover i {
                    color: #ffffff;
                }

                .category ul .category-item a:hover span {
                    color: #ffffff;
                }

                .category ul .category-item a:hover h6 {
                    color: #ffffff;
                }

.agent {
    border: 1px solid #eeeeee;
    margin-right: -1px;
}

    .agent .agent-detail {
        padding: 30px;
    }

    .agent .agent-avatar {
        margin-bottom: 20px;
    }

    .agent .agent-button {
        margin-top: auto;
    }

        .agent .agent-button .btn {
            border-radius: 0;
            border-top: 1px solid #eeeeee;
        }

            .agent .agent-button .btn:hover {
                border-color: #26ae61;
            }

    .agent:hover .agent-button .btn {
        background: #26ae61;
        color: #ffffff;
        border-color: #26ae61;
    }

    .agent.agent-02 .agent-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .agent.agent-02 .agent-detail .agent-avatar {
            margin-right: 30px;
            margin-bottom: 0px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 120px;
            flex: 0 0 120px;
        }

        .agent.agent-02 .agent-detail .agent-button .btn {
            border-radius: 0;
            border-top: 1px solid #eeeeee;
        }

    .agent.agent-02:hover .agent-button .btn {
        background: #26ae61;
        color: #ffffff;
    }

    .agent.agent-03 .agent-avatar {
        text-align: center;
        margin-bottom: 0;
    }

        .agent.agent-03 .agent-avatar img {
            height: auto;
        }

    .agent.agent-03 .agent-listing {
        border-top: 1px solid #eeeeee;
    }

        .agent.agent-03 .agent-listing a {
            padding: 13px 20px;
            color: #969696;
            display: inline-block;
        }

            .agent.agent-03 .agent-listing a:hover {
                color: #26ae61;
            }

    .agent.agent-03 .agent-info ul {
        width: 49%;
        display: inline-block;
        padding-right: 1%;
        vertical-align: top;
    }

    .agent.agent-03 .agent-info strong {
        color: #001935;
    }

    .agent.agent-03 .agent-button {
        margin-top: auto;
    }

        .agent.agent-03 .agent-button .btn {
            border-top: 0;
        }

.location-item {
    min-height: 220px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .location-item .location-item-info {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

        .location-item .location-item-info .location-item-title {
            color: #ffffff;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .location-item .location-item-info .location-item-title:hover {
                color: #26ae61;
            }

        .location-item .location-item-info .location-item-list {
            color: #ffffff;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .location-item .location-item-info .location-item-list:hover {
                color: #26ae61;
            }

    .location-item.location-item-big {
        height: 100%;
    }

.location-item-02 {
    text-align: center;
}

    .location-item-02 .location-item-info {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: inherit;
    }

.location-list {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

    .location-list ul {
        padding: 0 20px;
    }

        .location-list ul li {
            padding: 8px 0;
        }

            .location-list ul li a {
                font-family: "Barlow Semi Condensed", sans-serif;
                font-weight: 500;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                color: #001935;
            }

                .location-list ul li a span {
                    color: #969696;
                }

                .location-list ul li a:hover {
                    color: #26ae61;
                }

                    .location-list ul li a:hover span {
                        color: #26ae61;
                    }

.social-icon-02 ul li {
    display: inline-block;
}

    .social-icon-02 ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #001935;
        background: #ffffff;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
    }

        .social-icon-02 ul li a:hover {
            color: #ffffff;
            background: #26ae61;
        }

.social-bg-hover {
    position: relative;
    color: #ffffff;
}

    .social-bg-hover:before {
        content: "";
        color: #ffffff;
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .social-bg-hover:hover {
        color: #ffffff;
    }

        .social-bg-hover:hover:before {
            background-color: rgba(0, 0, 0, 0.1);
        }

    .social-bg-hover span {
        position: relative;
    }

.facebook-bg {
    background-color: #445c8e;
}

.twitter-bg {
    background-color: #43afe9;
}

.google-bg {
    background-color: #dc0510;
}

.linkedin-bg {
    background-color: #007eb3;
}

#street-view {
    height: 100%;
}

.sidebar .widget.agent-info {
    padding: 0px;
    margin-bottom: 30px;
    border: none;
    margin-right: 13px;
}

.widget.agent-info .widget-dec {
    padding: 20px;
    border: 1px solid #eeeeee;
}

.widget.agent-info .btn {
    border-radius: 0px;
}

.agent-contact-inner .border {
    border: 1px dashed rgba(255, 255, 255, 0.2) !important;
}

.popup-video .popup-icon {
    color: #26ae61;
    font-size: 50px;
    line-height: 50px;
}

    .popup-video .popup-icon span {
        font-size: 16px;
        display: inline-block;
    }

    .popup-video .popup-icon:hover {
        color: #001935;
    }

.our-clients .owl-carousel img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

    .our-clients .owl-carousel img:hover {
        -webkit-filter: grayscale(0.7);
        filter: grayscale(0.7);
    }

.our-clients .owl-carousel .owl-dots {
    margin-top: 0;
    margin-bottom: 0px;
}

.modal .modal-dialog {
    width: auto;
}

.modal.login .modal-dialog {
    max-width: 600px;
}

.modal.login .modal-header {
    padding: 5px 12px;
    background: #fafafa;
}

.modal.login .modal-body {
    padding: 30px;
}

.modal.login .nav-tabs.nav-tabs-02 .nav-item {
    margin: 2px;
}

.mortgage .search input {
    padding-right: 180px;
}

.compare-properties tr th:first-child {
    width: 20%;
}

.map-box iframe {
    margin-bottom: 0;
}

.map-box .map-box-info {
    background: #fafafa;
    padding: 20px;
    margin-top: -6px;
}

.btn-video {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 60px;
    background: #26ae61;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
}

    .btn-video:hover {
        background: #ffffff;
        color: #26ae61;
    }

    .btn-video:focus {
        background: #ffffff;
        color: #26ae61;
    }

.list-style li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.property-image {
    position: relative;
    min-height: 206px;
}

    .property-image .img-fluid-product {
        height: 256px;
    }

    .property-image .property-agent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        bottom: 0;
        margin: 20px;
    }

        .property-image .property-agent .property-agent-image {
            width: 38px;
            margin-right: 10px;
            border: 2px solid #ffffff;
            border-radius: 100%;
            cursor: pointer;
        }

            .property-image .property-agent .property-agent-image img {
                width: 100%;
                border-radius: 100%;
            }

        .property-image .property-agent .property-agent-info {
            opacity: 0;
            visibility: hidden;
            background: #ffffff;
            padding: 10px;
            font-size: 13px;
            position: relative;
            border-radius: 3px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .property-image .property-agent .property-agent-info:before {
                position: absolute;
                left: -9px;
                bottom: 15px;
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 5px 10px 5px 0;
                border-color: transparent #ffffff transparent transparent;
            }

            .property-image .property-agent .property-agent-info .property-agent-name {
                color: #001935;
                font-weight: 600;
            }

                .property-image .property-agent .property-agent-info .property-agent-name:hover {
                    color: #26ae61;
                }

            .property-image .property-agent .property-agent-info .property-agent-date {
                margin-left: auto;
            }

            .property-image .property-agent .property-agent-info .property-agent-contact {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-top: 10px;
                margin-bottom: 0;
            }

                .property-image .property-agent .property-agent-info .property-agent-contact li a {
                    display: block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    background: #001935;
                    color: #ffffff;
                    font-size: 12px;
                    text-align: center;
                    border-radius: 50%;
                    margin-right: 3px;
                }

                    .property-image .property-agent .property-agent-info .property-agent-contact li a:hover {
                        background: #26ae61;
                    }

        .property-image .property-agent:hover .property-agent-info {
            opacity: 1;
            visibility: visible;
        }

    .property-image .property-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 8px;
        top: 8px;
        margin-bottom: 0px;
    }

        .property-image .property-status li {
            font-size: 13px;
            color: #fff;
            padding: 3px 8px;
            margin-right: 6px;
        }

            .property-image .property-status li:last-child {
                margin-right: 0px;
            }

            .property-image .property-status li.property-feature {
                background: #26ae61;
            }

            .property-image .property-status li.property-rent {
                background: #001935;
            }

    .property-image .property-lable {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        position: absolute;
        right: 8px;
        top: 8px;
    }

    .property-image .property-trending:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 55px 55px 0 0;
        border-color: #ffc107 transparent transparent transparent;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .property-image .property-trending .fas {
        position: absolute;
        top: 12px;
        left: 12px;
        color: #fff;
    }

    .property-image .property-agent-popup {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 20px;
    }

        .property-image .property-agent-popup a {
            background: #001935;
            padding: 4px 6px;
            color: #ffffff;
            border-radius: 3px;
        }

            .property-image .property-agent-popup a:hover {
                background: #26ae61;
            }

            .property-image .property-agent-popup a i {
                margin-right: 2px;
            }

.property-details {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-top: none;
}

    .property-details i {
        margin-right: 2px;
    }

    .property-details .property-info {
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
    }

        .property-details .property-info li {
            padding: 15px 0 0;
            font-size: 13px;
        }

            .property-details .property-info li i {
                margin-right: 0;
                display: block;
                font-size: 18px;
                color: #969696;
            }

            .property-details .property-info li span {
                color: #969696;
                font-size: 22px;
                margin-left: 3px;
                font-weight: 300;
            }

    .property-details .property-details-inner {
        padding: 10px;
    }

        .property-details .property-details-inner .property-title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 20px;
        }

        .property-details .property-details-inner .property-address {
            margin-right: 10px;
        }

    .property-details .property-price {
        color: #26ae61;
        font-size: 24px;
        font-weight: 600;
        font-family: "Barlow Semi Condensed", sans-serif;
        margin-top: 14px;
    }

        .property-details .property-price span {
            font-size: 14px;
            color: #969696;
            font-weight: normal;
        }

    .property-details .property-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
        border-top: 1px solid #eeeeee;
    }

        .property-details .property-btn .property-link {
            margin-right: auto;
            width: 100%;
            border-right: solid 1px #eeeeee;
        }

        .property-details .property-btn .property-listing-actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 0px solid #eeeeee;
        }

            .property-details .property-btn .property-listing-actions li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: relative;
            }

                .property-details .property-btn .property-listing-actions li:before {
                    content: "";
                    border-right: 1px solid #eeeeee;
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 100%;
                }

                .property-details .property-btn .property-listing-actions li:first-child:before {
                    content: none;
                }

                .property-details .property-btn .property-listing-actions li a {
                    -ms-flex-item-align: center;
                    align-self: center;
                    color: #969696;
                    padding: 12px 20px;
                    background: transparent;
                }

                    .property-details .property-btn .property-listing-actions li a:hover {
                        color: #26ae61;
                    }

                .property-details .property-btn .property-listing-actions li i {
                    margin-right: 0px;
                }

        .property-details .property-btn a {
            display: block;
            padding: 10px;
            font-size: 15px;
            text-align: center;
            background: #fafafa;
            color: #001935;
        }

            .property-details .property-btn a:hover {
                background: #26ae61;
                color: #ffffff;
            }

.property-filter-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

    .property-filter-tag ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap:wrap;
        column-gap :4px;
    }

.property-filter-tag ul li a {
    margin-left: 3px;
    background: rgba(38, 174, 97, 0.1);
    color: #26ae61;
    font-weight: 500;
    padding: 2px 2px;
    font-size: 13px;
    border-radius: 3px;
    margin-top:2px;
}

.property-filter-tag ul li a i {
    padding-left: 4px;
    font-size: 12px;
}

.property-filter-tag ul li a:hover {
    background: #26ae61;
    color: #ffffff;
}

        .property-filter-tag ul li .filter-clear {
            background: rgba(0, 16, 34, 0.1);
            color: #001022;
        }

            .property-filter-tag ul li .filter-clear:hover {
                background: #001022;
                color: #ffffff;
            }

.property-col-list .property-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-top: 1px solid #eeeeee;
    border-left: none;
}

    .property-col-list .property-details .property-agent {
        padding: 0px 20px 20px;
        margin-top: auto;
    }

    .property-col-list .property-details .property-price {
        margin-top: 0;
    }

    .property-col-list .property-details .property-details-inner-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .property-col-list .property-details .property-details-inner-box .property-price {
            margin-left: auto;
        }

.property-offer .property-offer-image {
    padding: 90px 80px;
}

.property-offer .property-details .property-agent {
    padding: 0px 20px 20px;
}

.property-map .map-canvas {
    height: 500px;
}

.property-list li {
    margin-bottom: 5px;
}

    .property-list li b {
        color: #001935;
        font-weight: 600;
        margin-right: 3px;
    }

.property-list-style-2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
}

    .property-list-style-2 li:before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        color: #26ae61;
        font-size: 5px;
        margin-right: 10px;
    }

.walk-score-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-nearby .nearby-title {
    font-size: 16px;
}

.property-search-field .property-search-item {
    position: relative;
    border-bottom: 0;
    z-index: 8;
    border-radius: 3px;
}

.property-search-field .form-row {
    margin: 0px;
}

    .property-search-field .form-row.property-price-slider {
        border-top: 1px solid #eeeeee;
    }

.property-search-field .form-group {
    padding: 10px 5px;
    margin: auto;
}

    .property-search-field .form-group:first-child {
        border-left: none;
    }

    .property-search-field .form-group label {
        display: block;
        margin-bottom: 1px !important;
    }

.property-search-field .form-control {
    color: #001935;
    padding: 0px;
    line-height: normal;
    border: none;
}

    .property-search-field .form-control::-webkit-input-placeholder {
        color: #001935;
    }

    .property-search-field .form-control::-moz-placeholder {
        color: #001935;
    }

    .property-search-field .form-control:-ms-input-placeholder {
        color: #001935;
    }

    .property-search-field .form-control::-ms-input-placeholder {
        color: #001935;
    }

    .property-search-field .form-control::placeholder {
        color: #001935;
    }

.property-search-field {
    border-radius: 0 0px 2px 2px;
}

    .property-search-field .more-search {
        color: #969696;
        display: block;
    }

        .property-search-field .more-search:hover {
            color: #26ae61;
        }

    .property-search-field .form-group-search {
        width: 100%;
    }

        .property-search-field .form-group-search i {
            color: #26ae61;
        }

    .property-search-field .advanced-search {
        left: 0px;
        right: 0px;
        top: 100%;
        z-index: 99;
        margin: -1px 0px;
        width: 100%;
    }

    .property-search-field .card {
        padding: 0px;
        border-radius: 0px;
        border-color: #eeeeee;
    }

.property-filter {
    position: relative;
}

    .property-filter ul li a {
        font-size: 12px;
    }

        .property-filter ul li a:hover, .property-filter a.grid-rent-icon:hover, .property-filter a.grid-sale-icon:hover {
            color: #26ae61;
        }

    .property-filter ul li.active a span {
        background: #26ae61;
    }

    .property-filter ul:nth-child(2n+2) li:last-child {
        border-right: none;
        padding-left: 0;
    }

    .property-filter .property-short .select2-container {
        min-width: 165px;
        margin-left: 10px;
    }

    .property-filter .property-view-list {
        margin-left: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .property-filter .property-list-icon {
        display: block;
        background: rgba(38, 174, 97, 0.1);
        padding: 10px 10px 8px;
        border-radius: 3px;
    }

    .property-filter .list-sale-icon, .property-filter .grid-rent-icon {
        display: block;
        background: rgba(38, 174, 97, 0.1);
        padding: 4px;
        border-radius: 3px;
    }

    .property-filter .property-list-icon span {
        margin: 0 auto;
        background: #26ae61;
        height: 2px;
        width: 10px;
        border-radius: 3px;
        margin-bottom: 2px;
        display: block;
    }

        .property-filter .property-list-icon span:nth-child(2) {
            width: 16px;
        }

    .property-filter .property-list-icon:hover, .property-filter .property-list-icon .active {
        background: #26ae61;
    }

        .property-filter .property-list-icon:hover span, .property-filter .property-list-icon .active span {
            background: #ffffff;
        }

    .property-filter .list-sale-icon.active, .property-filter .list-rent-icon.active {
        background: #26ae61;
    }

    .property-filter .property-list-icon.active {
        background: #26ae61;
    }

        .property-filter .property-list-icon.active span {
            background: #ffffff;
        }

    .property-filter .property-grid-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: rgba(38, 174, 97, 0.1);
        color: #26ae61;
        padding: 10px 10px 8px;
        border-radius: 3px;
    }

        .property-filter .property-grid-icon span {
            background: #26ae61;
            width: 2px;
            height: 10px;
            border-radius: 3px;
            margin: 0 1px;
            display: inline-block;
        }

            .property-filter .property-grid-icon span:nth-child(2) {
                height: 16px;
                margin-top: -3px;
            }

        .property-filter .property-grid-icon:hover {
            background: #26ae61;
        }

            .property-filter .property-grid-icon:hover span {
                background: #ffffff;
            }

        .property-filter .property-grid-icon.active {
            background: #26ae61;
        }

            .property-filter .property-grid-icon.active span {
                background: #ffffff;
            }

.property-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .property-detail-meta > li > a {
        margin-right: -1px;
        border: 1px solid #eeeeee;
        padding: 0px 20px;
        display: block;
        color: #969696;
    }

        .property-detail-meta > li > a:hover {
            color: #26ae61;
        }

.share-box {
    position: relative;
}

    .share-box .share-box-social {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        bottom: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #26ae61;
        padding: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

        .share-box .share-box-social li a {
            padding: 0 10px;
            color: #ffffff;
            font-size: 13px;
            display: block;
        }

            .share-box .share-box-social li a:hover {
                color: #001935;
            }

        .share-box .share-box-social::after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            border-color: #26ae61 transparent transparent transparent;
            content: "";
            position: absolute;
            left: 50%;
            bottom: -6px;
            z-index: 99;
            margin-left: -3px;
        }

    .share-box:hover .share-box-social {
        opacity: 1;
        visibility: visible;
        margin-bottom: 6px;
    }

.property-detail-gallery {
    position: relative;
}

    .property-detail-gallery .nav-tabs.nav-tabs-02 {
        position: absolute;
        z-index: 8;
        top: 20px;
        left: 20px;
    }

        .property-detail-gallery .nav-tabs.nav-tabs-02 .nav-item {
            margin-right: 4px;
        }

    .property-detail-gallery .slider-slick,
    .property-detail-gallery iframe,
    .property-detail-gallery #street-view {
        min-height: 500px;
    }

.si-content-wrapper {
    padding: 0;
}

.custom-window.open .si-frame {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

.map-canvas {
    width: 100%;
    height: 94vh;
}

.custom-window {
    top: 30px;
    width: 280px;
    -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
}

    .custom-window .si-content {
        overflow: visible;
    }

    .custom-window.active {
        top: 0;
        opacity: 1;
        visibility: visible;
    }

.property-item-map {
    position: relative;
    max-height: inherit;
    padding: 180px 12px 12px 12px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: auto;
    z-index: 2;
}

.si-pointer-bg-top {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.property-item-map-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.property-item-map-title {
    margin-top: 12px;
}

.property-item-map-price {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-item-map-content p {
    margin: 0;
}

.property-item-map-content * + p {
    margin-top: 1em;
}

.property-item-map-content a {
    color: #969696;
}

    .property-item-map-content a:hover {
        color: #26ae61;
    }

    .property-item-map-content a:focus {
        color: #26ae61;
    }

    .property-item-map-content a:active {
        color: #26ae61;
    }

.custom-close {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 9;
    width: 24px;
    padding: 0 8px;
    height: 24px;
    border-radius: 5px;
    -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: 0;
    background-color: #26ae61;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .custom-close:hover {
        background-color: #001935;
    }

    .custom-close:focus {
        background-color: #001935;
    }

    .custom-close:active {
        background-color: #001935;
    }

.property-search-field-top {
    margin-top: -100px;
    position: relative;
    z-index: 99;
}

.property-search-field-top-02 {
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.property-search-field.property-search-field-02.property-search-field-top-03 {
    margin-top: -56px;
    position: relative;
    z-index: 8;
}

    .property-search-field.property-search-field-02.property-search-field-top-03 .property-search-item {
        background: #fafafa;
        padding: 15px;
    }

        .property-search-field.property-search-field-02.property-search-field-top-03 .property-search-item .card {
            background: #fafafa;
        }

        .property-search-field.property-search-field-02.property-search-field-top-03 .property-search-item .form-row {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

            .property-search-field.property-search-field-02.property-search-field-top-03 .property-search-item .form-row .btn {
                margin-top: 0px;
            }

    .property-search-field.property-search-field-02.property-search-field-top-03 .form-control {
        background: #ffffff;
    }

.property-search-field.property-search-field-below .advanced-search {
    position: relative;
    width: 100%;
    margin: -1px 0px;
}

.property-search-field.property-search-field-below .card {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.property-search-field.property-search-field-advanced .advanced-search {
    position: relative;
    width: 100%;
    margin: -1px 0px;
}

.property-search-field.property-search-field-advanced .card {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.property-search-field.property-search-field-02 .property-search-item {
    border: none;
}

    .property-search-field.property-search-field-02 .property-search-item .form-row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .property-search-field.property-search-field-02 .property-search-item .form-row .btn {
            margin-top: 30px;
        }

.property-search-field.property-search-field-02 .advanced-search {
    position: relative;
    width: 100%;
    margin: -1px 0px;
}

.property-search-field.property-search-field-02 .card {
    border: none;
}

.property-search-field.property-search-field-02 .form-group {
    border: none;
    padding: 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-search-field.property-search-field-02 .form-control {
    background: transparent;
    color: #001935;
    padding: 14px 20px;
    height: auto;
    line-height: normal;
    border: 1px solid #eeeeee;
}

    .property-search-field.property-search-field-02 .form-control::-webkit-input-placeholder {
        color: #001935;
    }

    .property-search-field.property-search-field-02 .form-control::-moz-placeholder {
        color: #001935;
    }

    .property-search-field.property-search-field-02 .form-control:-ms-input-placeholder {
        color: #001935;
    }

    .property-search-field.property-search-field-02 .form-control::-ms-input-placeholder {
        color: #001935;
    }

    .property-search-field.property-search-field-02 .form-control::placeholder {
        color: #001935;
    }

.property-search-field.property-search-field-02 .select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
    height: 50px;
    padding: 15px 20px;
    border-radius: 3px;
}

    .property-search-field.property-search-field-02 .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 16px;
        right: 20px;
    }

.select2-search--dropdown .select2-search__field {
    padding: 3px 14px;
}

.profile-sidebar {
    position: relative;
    padding: 20px;
}

    .profile-sidebar .profile-avatar {
        position: relative;
        text-align: center;
        padding: 30px 0;
        width: 80px;
    }

    .profile-sidebar .profile-nav {
        position: relative;
    }

        .profile-sidebar .profile-nav .nav {
            padding: 10px;
            background: #26ae61;
        }

            .profile-sidebar .profile-nav .nav .nav-item {
                border-radius: 3px;
            }

                .profile-sidebar .profile-nav .nav .nav-item .nav-link {
                    color: #ffffff;
                    font-weight: 600;
                    border-radius: 3px;
                }

                    .profile-sidebar .profile-nav .nav .nav-item .nav-link i {
                        width: 20px;
                    }

                    .profile-sidebar .profile-nav .nav .nav-item .nav-link.active {
                        color: #ffffff;
                        background: #001935;
                    }

.nav-tabs-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #eeeeee;
}

    .nav-tabs-03 .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        text-transform: capitalize;
        margin-bottom: -2px;
    }

        .nav-tabs-03 .nav-item .nav-link span {
            width: 45px;
            height: 45px;
            line-height: 43px;
            display: inline-block;
            text-align: center;
            border: 2px solid #eeeeee;
            border-radius: 50%;
            margin-right: 14px;
        }

        .nav-tabs-03 .nav-item .nav-link.active span {
            border: 2px solid #26ae61;
            background: #26ae61;
            color: #ffffff;
        }

.blog-post .blog-post-footer {
    border-top: 1px solid #eeeeee;
    padding: 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .blog-post .blog-post-footer .blog-post-time,
    .blog-post .blog-post-footer .blog-post-author,
    .blog-post .blog-post-footer .blog-post-comment,
    .blog-post .blog-post-footer .share-box {
        margin: 0 8px;
    }

        .blog-post .blog-post-footer .blog-post-author img.img-avatar {
            margin: 0 5px;
            height: 25px;
            width: 25px;
            border-radius: 50%;
            object-fit: cover;
        }

    .blog-post .blog-post-footer span {
        font-size: 13px;
    }

    .blog-post .blog-post-footer a {
        font-size: 13px;
        color: #969696;
    }

        .blog-post .blog-post-footer a:hover {
            color: #26ae61;
        }

    .blog-post .blog-post-footer i {
        padding-right: 5px;
    }

.blog-post .blog-post-content {
    text-align: center;
    border: 1px solid #eeeeee;
}

    .blog-post .blog-post-content .blog-post-details {
        padding: 6px 0;
    }

        .blog-post .blog-post-content .blog-post-details .blog-post-title {
            margin-bottom: 0px;
        }

.blog-post-quote .blockquote {
    padding: 40px 40px 0 40px;
}

    .blog-post-quote .blockquote p {
        font-size: 14px;
        font-style: italic;
    }

    .blog-post-quote .blockquote i {
        font-size: 30px;
        margin-bottom: 10px;
        color: #1d844a;
    }

    .blog-post-quote .blockquote cite {
        font-size: 15px;
    }

.blog-post-quote .blog-post-link a {
    color: #ffffff;
}

    .blog-post-quote .blog-post-link a:hover {
        color: #001935;
    }

.blog-post-quote .blog-post-content .blog-post-footer {
    border-color: #209151;
}

    .blog-post-quote .blog-post-content .blog-post-footer a {
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-post-quote .blog-post-content .blog-post-footer a i {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .blog-post-quote .blog-post-content .blog-post-footer a:hover {
            color: #001935;
        }

            .blog-post-quote .blog-post-content .blog-post-footer a:hover i {
                color: #001935;
            }

    .blog-post-quote .blog-post-content .blog-post-footer span {
        color: #ffffff;
    }

.blog-post-quote .share-box .share-box-social {
    background: #ffffff;
}

    .blog-post-quote .share-box .share-box-social li a {
        color: #001935;
    }

        .blog-post-quote .share-box .share-box-social li a:hover {
            color: #26ae61;
        }

    .blog-post-quote .share-box .share-box-social:before {
        border-color: #ffffff transparent transparent transparent;
    }

.blog-sidebar .widget {
    margin-bottom: 30px;
}

    .blog-sidebar .widget:last-child {
        margin-bottom: 0;
    }

    .blog-sidebar .widget .widget-title {
        margin-bottom: 20px;
    }

    .blog-sidebar .widget .search {
        position: relative;
    }

        .blog-sidebar .widget .search input {
            padding-right: 64px;
            height: 50px;
            padding-left: 20px;
        }

        .blog-sidebar .widget .search i {
            position: absolute;
            right: 0;
            top: 0;
            background: #26ae61;
            color: #ffffff;
            padding: 18px 20px;
            cursor: pointer;
            margin: 0;
            border-radius: 0 3px 3px 0px;
        }

    .blog-sidebar .widget ul.list-style li {
        margin-bottom: 10px;
    }

        .blog-sidebar .widget ul.list-style li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #969696;
            width: 100%;
        }

            .blog-sidebar .widget ul.list-style li a:hover {
                color: #26ae61;
            }

        .blog-sidebar .widget ul.list-style li:last-child {
            margin-bottom: 0;
        }

    .blog-sidebar .widget .gallery ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-sidebar .widget .gallery ul li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 19%;
            flex: 0 0 19%;
            margin: 0 1% 1% 0;
        }

            .blog-sidebar .widget .gallery ul li:nth-child(5n+5) {
                margin-right: 0;
            }

    .blog-sidebar .widget .social ul li {
        padding: 10px 10px 10px 20px;
        border: 1px solid #eeeeee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .blog-sidebar .widget .social ul li a {
            color: #001935;
            font-weight: 600;
            text-transform: capitalize;
        }

            .blog-sidebar .widget .social ul li a i {
                width: 15px;
            }

        .blog-sidebar .widget .social ul li .follow {
            background: #fafafa;
            padding: 3px 18px;
            font-size: 12px;
        }

            .blog-sidebar .widget .social ul li .follow:hover {
                background: #001935;
                color: #ffffff;
            }

        .blog-sidebar .widget .social ul li:last-child {
            margin-bottom: 0;
        }

    .blog-sidebar .widget .social ul .facebook a {
        color: #466ca9;
    }

    .blog-sidebar .widget .social ul .facebook .follow:hover {
        background: #466ca9;
    }

    .blog-sidebar .widget .social ul .twitter a {
        color: #20b5e6;
    }

    .blog-sidebar .widget .social ul .twitter .follow:hover {
        background: #20b5e6;
    }

    .blog-sidebar .widget .social ul .youtube a {
        color: #d92c20;
    }

    .blog-sidebar .widget .social ul .youtube .follow:hover {
        background: #d92c20;
    }

    .blog-sidebar .widget .social ul .linkedIn a {
        color: #13799f;
    }

    .blog-sidebar .widget .social ul .linkedIn .follow:hover {
        background: #13799f;
    }

    .blog-sidebar .widget .popular-tag ul li {
        display: inline-block;
        margin-bottom: 4px;
    }

        .blog-sidebar .widget .popular-tag ul li a {
            padding: 6px 20px;
            display: block;
            border: 1px solid #eeeeee;
            color: #969696;
        }

            .blog-sidebar .widget .popular-tag ul li a:hover {
                color: #26ae61;
                border-color: #26ae61;
            }

.blog-detail .blog-post-content {
    text-align: left;
}

.navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .navigation .nav-links .nav-previous {
        width: 50%;
        border: 1px solid #eeeeee;
        margin-right: 30px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .navigation .nav-links .nav-previous a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #969696;
        }

            .navigation .nav-links .nav-previous a:hover .pagi-text {
                color: #ffffff;
                background: #26ae61;
            }

        .navigation .nav-links .nav-previous .nav-title {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .navigation .nav-links .nav-previous .pagi-text {
            border-right: 1px solid #eeeeee;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .navigation .nav-links .nav-previous:hover {
            background: #fafafa;
        }

    .navigation .nav-links .nav-next {
        width: 50%;
        border: 1px solid #eeeeee;
        margin-right: 30px;
        margin-right: 0;
        text-align: right;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .navigation .nav-links .nav-next a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #969696;
            padding-left: 15px;
        }

            .navigation .nav-links .nav-next a:hover .pagi-text {
                color: #ffffff;
                background: #26ae61;
            }

        .navigation .nav-links .nav-next .nav-title {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-left: auto;
        }

        .navigation .nav-links .nav-next .pagi-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            border-left: 1px solid #eeeeee;
        }

        .navigation .nav-links .nav-next:hover {
            background: #fafafa;
        }

    .navigation .nav-links .pagi-text {
        display: inline-block;
        padding: 12px 25px;
        color: #969696;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.navigation .nav-links .nav-title {
    margin: 12px 20px;
}

.nav-title {
    text-transform:uppercase;
}
ul.navbar-nav li {
    line-height: 2.5em;
}
ul.list-unstyled {
    line-height: 1.5em;
}
.property-info ul.list-unstyled {
    text-align: center;
}
ul.ul-list-map {
    list-style: none;
    padding: 0px;
    line-height: 1.7em
}

.error-404 h1 {
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 30px;
    color: #001935;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #001935;
    -ms-text-fill-color: #ffffff;
    -ms-text-stroke-width: 1px;
    -ms-text-stroke-color: #001935;
}

.error-404 strong {
    font-size: 30px;
    line-height: 30px;
    color: #001935;
    display: block;
    margin-bottom: 20px;
}

.error-404 span {
    font-size: 16px;
    font-weight: 600;
}

.house-animation {
    animation: animationFrames ease-out 15s;
    animation-iteration-count: infinite;
    transform-origin: 50% 0%;
    -webkit-animation: animationFrames ease-out 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 0%;
    -moz-animation: animationFrames ease-out 15s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 0%;
    -o-animation: animationFrames ease-out 15s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 0%;
    -ms-animation: animationFrames ease-out 15s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 0%;
}

@keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.cloud {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: movecloud 4s linear infinite;
    animation: movecloud 4s linear infinite;
    /*animation-play-state: paused;*/
}

.cloud-01 {
    fill: red;
    top: 10px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.cloud-02 {
    fill: blue;
    top: 80px;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.cloud-03 {
    fill: green;
    top: 40px;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.cloud-04 {
    fill: green;
    top: 80px;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

@-webkit-keyframes movecloud {
    0% {
        left: -300px;
    }

    100% {
        left: 110%;
    }
}

@keyframes movecloud {
    0% {
        left: -300px;
    }

    100% {
        left: 110%;
    }
}

.footer .footer-contact-info
ul {
    margin-bottom: 0;
}

    .footer .footer-contact-info
    ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
    }

        .footer .footer-contact-info
        ul li i {
            font-size: 18px;
            color: #26ae61;
            width: 20px;
        }

        .footer .footer-contact-info
        ul li span {
            padding-left: 10px;
            color: #ffffff;
        }

        .footer .footer-contact-info
        ul li:last-child {
            padding-bottom: 0;
        }

.footer .footer-link ul {
    display: inline-block;
    padding-right: 16px;
}

    .footer .footer-link ul li {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }

        .footer .footer-link ul li a {
            color: #ffffff;
        }

            .footer .footer-link ul li a:hover {
                color: #26ae61;
            }

.footer .footer-recent-List ul li {
    margin-bottom: 20px;
}

    .footer .footer-recent-List ul li .footer-recent-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer .footer-recent-List ul li .footer-recent-list-item img {
            height: 80px;
        }

        .footer .footer-recent-List ul li .footer-recent-list-item .footer-recent-list-item-info {
            padding-left: 20px;
        }

            .footer .footer-recent-List ul li .footer-recent-list-item .footer-recent-list-item-info a {
                display: block;
                font-family: "Barlow Semi Condensed", sans-serif;
            }

            .footer .footer-recent-List ul li .footer-recent-list-item .footer-recent-list-item-info .address {
                color: #ffffff;
            }

                .footer .footer-recent-List ul li .footer-recent-list-item .footer-recent-list-item-info .address:hover {
                    color: #26ae61;
                }

    .footer .footer-recent-List ul li:last-child {
        margin-bottom: 0;
    }

.footer .footer-bottom {
    background: #00152c;
    padding: 20px 0;
    margin-top: 20px;
}

    .footer .footer-bottom .footer-logo {
        height: 40px;
    }

.banner-bg-slider .container {
    grid-column: span 12 / auto;
    min-width: 0px;
    height:0px;
    top: -108.55px;
    transform: translateY(140.55px);
}
.banner-bg-video .container {
    grid-column: span 12 / auto;
    min-width: 0px;
    transform: translateY(140.55px);
    position: relative;
    top: -25%;
}
.banner-bg-video .testimonial-content p{
    color:#e9e9e9;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    background: rgba(0,0,0,0.75) url(/Content/Images/loading2.gif) no-repeat center center;
    z-index: 10000;
}

#loader_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 229px;
    background: rgba(0,0,0,0.75) url(/Content/Images/loading2.gif) no-repeat center center;
    z-index: 10000;
}

.profile-breadcrumb {
    background-color: #e3e3e31a;
    position: absolute;
    z-index: 999999;
    right: 0;
}

.img-products {
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(0%,0%,0);
}

.form-group label {
    font-size: 17px;
}

form label.error::after {
    content: '';
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid rgba(0,168,89,.66);
    position: absolute;
    top: -4px;
    left: 1px;
}

form label.error {
    opacity: 1;
    visibility: visible;
    position: absolute;
    color: #FFF;
    font-size: 13px;
    font-size: 1.0125rem;
    -webkit-transition: opacity .2s 0,visibility 0 .2s;
    -moz-transition: opacity .2s 0,visibility 0 .2s;
    transition: opacity .2s 0,visibility 0 .2s;
    background: #00a859d9;
    padding: .1em .3em;
    z-index: 999999;
    border-radius: .25em;
    pointer-events: none;
}

.bg-transparent {
    background-color: transparent;
}

/* =============== ANIMATION LOADER =============== */
.spinner {
    padding:0;
    margin:auto;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
}

    .spinner > div {
        width: 0.5rem;
        height: 0.5rem;
        background-color: #949eb7;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

buttom div.spinner {
    padding: 0 !important;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.style-input-file {
    cursor: pointer;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select-wrapper-file {
    background: url(/Content/images/no-image.png) 21px no-repeat;
    width: 85px;
    height: 80px;
    position: relative;
    margin: auto;
    background-position: center;
    background-size: cover;
    border: dashed 2px #e3e3e3;
}

#listImgupload a {
    overflow: hidden;
}

#listImgupload img {
    margin: 10px 0;
}

.property-image .img-fluid {
    width: 100%;
    object-fit: cover;
    max-height: 206px;
}

.price-info {
    float: right;
    margin-top: 10px;
}

.property-location-image {
    width: 65px;
    height: 65px;
    object-fit: cover
}

button[disabled='disabled'] {
    cursor: not-allowed;
}

.scrollTop {
    position: fixed;
    bottom: 800px;
    right: 14px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.scrollTop.active {
    bottom: 105px;
    visibility: visible;
    opacity: 1;
    right: 56px;
}

.property-address, .property-agent-date {
    font-size: 11px;
    margin-top: 2px;
}

.property-details-inner-box-left h5 {
    margin-bottom: 1px;
}

.bg-transparent {
    background-color: transparent;
}

.border-none {
    border: none;
}

.img-product {
    height: 256px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    z-index: 999;
}

.picture-list .img-fluid, .profile-avatar .avatar-img {
    position: relative;
    z-index: 9999;
}

    .profile-avatar .avatar-img img {
        z-index: 999999;
    }

.picture-list > .property-image > .product-img:hover > .bg-overlay {
    width: 92%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.29);
    color: #eee;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
    border: solid 4px #fff;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 999999999;
}

.profile-avatar > .avatar-img:hover > .bg-overlay {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    left: -2px;
    background-color: rgba(0, 0, 0, 0.29);
    color: #eee;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
    border: solid 4px #fff;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 99999999;
}
/**Footer */
.site-footer {
    background: #fff;
    max-width: 1280px;
    margin: auto
}

    .site-footer .zsg-footer-nav {
        border: 0
    }

.zsg-footer-linklist-container {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8
}

.zfoot-footer-logo, .zfoot-footer-logo:link, .zfoot-footer-logo:visited {
    color: #006aff
}

.zfoot-logo-full {
    height: 34px
}

.zsg-footer-row {
    margin: auto;
    padding: 24px 0
}

    .zsg-footer-row .zsg-footer-linklist {
        -moz-columns: 2;
        columns: 2
    }

        .zsg-footer-row .zsg-footer-linklist a {
            text-transform: none;
            color: #2a2a37;
            display: block;
            font-weight: 400
        }

        .zsg-footer-row .zsg-footer-linklist li {
            margin: 0 24px;
            display: block;
            text-align: left
        }

    .zsg-footer-row .znav-logo-full.znav-logo-full-pride {
        height: 25px;
        width: auto
    }

body:not(.responsive-search-page) .zsg-footer-linklist li {
    margin: 0 10px;
    display: inline-block;
    padding-top: 0;
    text-align: center
}

body:not(.responsive-search-page) .zsg-footer-copyright li:first-child {
    display: inline-block
}

.footer-image-wrapper {
    margin: auto
}

.footer-image {
    max-width: 1200px;
    margin-bottom: -6px
}

.zsg-footer-copyright {
    color: #666
}

    .zsg-footer-copyright li {
        margin-left: 8px;
        margin-right: 0;
        font-style: italic
    }

        .zsg-footer-copyright li:last-child {
            margin-left: 8px
        }

        .zsg-footer-copyright li .zsg-icon-eho {
            color: #000
        }

        .zsg-footer-copyright li:first-child {
            display: block
        }

        .zsg-footer-copyright li .zsg-footer-follow > span {
            margin: 0
        }

        .zsg-footer-copyright li .zsg-footer-follow a {
            margin-right: 0;
            margin-left: 8px
        }

.footer-image-wrapper .cls-1 {
    fill: #16283c
}

.footer-image-wrapper .cls-2 {
    fill: #fed036
}

.footer-image-wrapper .cls-3 {
    fill: #f2af34
}

.footer-image-wrapper .cls-4 {
    fill: #26ae61
}

.footer-image-wrapper .cls-5 {
    fill: #c1edfe
}

.footer-image-wrapper .cls-6 {
    fill: #fff
}

.footer-image-wrapper .cls-7 {
    fill: #bfecff
}

.footer-image-wrapper .cls-8 {
    fill: #30425a
}

.footer-image-wrapper .cls-9 {
    fill: #c1e8fa
}

.footer-image-wrapper .cls-10 {
    fill: #30425a
}

.footer-image-wrapper .cls-11 {
    fill: #c0e7fa
}

#bdp .seo-footer p:last-child, #bdp .zsg-subfooter p:last-child, #detail-container-column .seo-footer p:last-child, #detail-container-column .zsg-subfooter p:last-child, #hdp .seo-footer p:last-child, #hdp .zsg-subfooter p:last-child {
    margin-bottom: 0;
    padding-bottom: 30px
}

.accessibility-disclaimer {
    font-size: 10px;
    margin: auto auto 24px;
    color: #54545a;
    font-family: 'Open Sans',Tahoma,Geneva,sans-serif;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    text-transform: none
}

    .accessibility-disclaimer a {
        color: #006aff
    }

#mobile-hdp .zsg-footer {
    padding-bottom: 0
}

.zsg-footer-row .zsg-footer-linklist li {
    margin: 0 24px;
    display: block;
    text-align: left;
}

.zsg-footer-linklist li:first-child {
    margin-left: 15px;
}

.zsg-list_inline > li:first-child, .zsg-pagination > li:first-child, .zsg-steps > li:first-child {
    margin-left: 0;
}

.zsg-footer-nav li {
    margin: 0 10px;
}

.zsg-footer-copyright, .zsg-footer-nav li {
    padding-top: 10px;
    color: #A7A6AB;
}

.zsg-pagination > li, .zsg-steps > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.slider .img-fluid-slider {
    height: 300px;
    object-fit: cover;
    cursor: pointer;
}

.slider .img-fluid-slider-thum {
    height: 118px;
    object-fit: cover;
    cursor: pointer;
    padding: 2px;
    border-radius: 8px;
}

.portfolio-img .img-fluid-slider {
    width: 100%;
}
/*End Footer*/

.header .logo {
    width: 128px;
    height: 38px;
    margin-left: 4px;
    transition:0.7s;
}

.heder-menu-home-default {
    bottom: 0px;
    position: absolute;
    width: 100%;
    /*background-color: rgb(0 0 0 / 22%);*/
    transition: 0.5s;
}

.header-menu-primary {
    width: 100%;
    /*background-color: rgb(0 0 0 / 22%);*/
    transition: 0.5s;
}

.header-relative {
    position: relative;
    transition: 0.5s;
}

.header-fixed .navbar-brand {
    transition: 0.5s;
}

.owl-carousel-fixed {
    margin-top: 615px;
    transition: 0.5s;
}

.thumbnai-img {
    width: 100%;
    border: dashed 1px #e3e3e3;
    text-align: center;
    height: 105px;
    padding: 5px;
    position:relative;
}

.d-block.header .topbar {
    background: transparent;
    background: #231c1c00;
    transition: 0.5s;
}

.header-fixed {
    bottom: unset;
    position: fixed;
    top: 0px;
    z-index: 501;
    background: #001935 !important;
    transition: 0.5s;
    bottom: auto !important;
}

.header .navbar-toggler {
    visibility: hidden;
}

/*.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}*/

img:not([src]):not([srcset]) {
    visibility: hidden;
}

.blog-post-image {
    overflow: hidden;
    border-radius: 3px 3px 0px 0;
}

    .blog-post-image .img-fluid {
        height: 206px;
        object-fit: cover;
        width: 100%;
    }

.bgcover {
    background: #3745546b;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.8)),to (rgba(0,0,0,.6)),to(rgba(255,255,255,0)));
    /*background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgb(0 0 0 / 88%),rgb(0 0 0 / 68%));*/
    background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.6),rgba(0,0,0,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.6),rgba(0,0,0,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(0,0,0,.6),rgba(0,0,0,.8));
    height: 100%;
}

.blog-post-content p, .blog-news p {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    text-align: left;
}

.blog-detail .blog-post-content p {
    font-size: 1.1rem;
    line-height: 1.5;
}

.f-share {
    text-align: center;
    padding: 5px;
    color: white;
}

.img-fluid-news {
    height: auto;
    width: 100% !important;
    object-fit: cover;
}

.img-new-content {
    height: 75px !important;
}

hr.blog-post {
    border-color: #26ae61;
}

.blog-post-ads {
    box-shadow: 0 -3px 0px 0px #26ae61;
}

.text-dark h2 {
    font-size: 12px;
    margin-bottom: .1rem;
}

.scroll-dark-news {
    max-height: 355px;
}

.blog-post-details .blog-post-title {
    padding: 5px 0;
}

    .blog-post-details .blog-post-title h2 {
        margin-bottom: 0px !important;
    }

.blog-post-ads .ads-content {
    padding: 5px 0px
}

.blog-post-content img {
    object-fit: contain;
}

.blog-post-content table {
    width: 100% !important;
}

.widget-title {
    box-shadow: 0 3px 0 0 #26ae61;
}

.text-dark b {
    font-size: 12px;
}

ul > li > a:hover {
    color: #26ae61;
}

.ul-news-r li a {
    font-size: 12px;
}

.bgcover .container {
    padding: 45px 2px;
    position: relative;
}

nav#menu-container {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 1px 0;
    bottom: 0px;
}

#btn-nav-previous {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    left: 0px;
    padding: 0px 0px;
    fill: #fff;
    z-index: 9;
}

#btn-nav-next {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 0px;
    padding: 0px 0px;
    fill: #fff;
    z-index: 5;
}

.menu-inner-box {
    width: 100%;
    white-space: nowrap;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 25px 0 25px;
    box-sizing: border-box;
}

.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: left;
}

.menu-item {
    height: 100%;
    padding: 0px 25px;
    color: #666666;
    display: inline;
    margin: 0 auto;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
    white-space: no-wrap;
    font-size: 14px;
}

.menu-scroll .item-parent-cate {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-toggler i {
    color: white;
}

.recent-list-item-info a {
    font-size: 12px;
}

.rounded-circle {
    width: 82px;
    height: 82px;
    object-fit: cover;
}

.blog-detail p img { 
    height: auto !important;
    width: 100% !important;
}

.img-avatar {
    width: 35px !important;
    height: 35px !important;
    object-fit: cover;
}

.avatar-user {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 123px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 102px;
    z-index: 200000 !important;
    right: 34px;
    bottom: 153px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #26ae61;
    opacity: 1;
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    right: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    right: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #26ae61;
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    right: 25px;
    opacity: 0.7;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    text-align: center;
}

    .suntory-alo-ph-img-circle i {
        animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        float: none;
    }

    .suntory-alo-ph-img-circle i {
        animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        float: none;
    }

    .suntory-alo-ph-img-circle i {
        animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        float: none;
    }

#fb-root iframe {
    box-shadow: none !important;
    bottom: 89px !important;
}

.topbar-product {
    padding: 1px 0 !important;
}

.scale-img:hover img, .scale-img:hover .bg-scale {
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.blog-post-image img {
    transition: filter .4s, opacity .4s, transform .4s, box-shadow .3s;
}

.fb-root iframe {
    z-index: 1 !important;
}

.animated, .lazy.loaded {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner-bg-slider .search-content {
    position: relative;
    z-index: 99999999;
    top: -56px;
}

.banner-bg-slider .carousel-inner, .banner-bg-slider .carousel-item {
    height: 100vh;
}

.banner-bg-slider .img-fluid {
    height: 100% !important;
    object-fit: cover;
}

.bg-overlay-slide {
    width: 100%;
    height: 100%;
    background-color: #6c757d4a;
}

.carousel-indicators {
    bottom: 11%;
}

.navbar-collapse .navbar-nav li.dropdown {
    line-height: 3.5em;
}

.range-wrap {
    position: relative;
    width: 100%;
    padding: 1.5em 0; /*  Giving more room for hover  */
    max-width: 400px;
}

/* Custom Bar */
.range-wrap::before {
    content: "";
    background: linear-gradient(to right, #0145b8, #00e5e0, #00f25e);
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: height 100ms ease;
}

.range-wrap:hover::before {
    height: 10px;
}

/*  Hide Original */
.range {
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.bubble {
    background: white;
    border: 3px solid #cbd2da;
    position: absolute;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Remove pointer events on Bubble so user can click on the actual thumb beaneath it!  */
    color: transparent;
    display: grid;
    place-items: center; /*  Place the number on the center  */
    font-weight: bold;
    transition: color 100ms ease, transform 100ms ease;
    user-select: none; /*  Prevent Accidentally highlighting the number while sliding the cursor  */
}

.range-wrap:hover .bubble,
.range-wrap:focus .bubble {
    color: black;
    transform: translateY(-50%) scale(1.5);
    padding: 0.1em;
}

.order-lg-2 {
    overflow: hidden;
}

.button-left button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.button-left button i {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #ffffff;
    background: #26ae61;
    border: 0px solid #eeeeee;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

iframe#player {
    border-radius: 10px;
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    height: 42px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 99999;
    border-radius: 5px 5px 0px 0px;
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bloc-icon img {
        width: 30px;
    }

.svg-icon path {
    fill: white;
}

.sidenav {
    height: 95%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    transition: 0.2s;
    text-align: center;
}

.sidenav a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 40px;
}

.sidenav .nav-body {
    height: 95%;
    background-color: #fff;
    overflow-y: auto;
}

.sidenav .nav-body .spinner {
    padding: 0;
    margin: auto;
}
.sidenav .side-header {
    line-height: 3em;
    overflow: hidden;
    color:#fff;
}
.product-list .product-title {
    border-bottom: dashed 1px #e3e3e3;
    margin-bottom: 5px;
}
li.line {
    height: 38px;
}
.side-header .side-prev {
    font-size: 20px;
}
.line .line-vertical {
    height: 100%;
    border: dashed 1px #e3e3e3;
    width: 1px;
    display: flex;
    margin-left: 6px;
}

.align-items-center {
    padding: 0;
    margin: auto;
}

.nav-search-header .text-search {
    height: 36px;
    --search-box-radius: 22px;
    font-family: var(--body-font);
    outline: none;
    user-select: none;
    --elevation: 4;
    border-radius: var(--search-box-radius);
    transition: none 0s ease 0s;
    position: relative;
    background: #fff;
    box-shadow: 0 0 calc((var(--elevation) * 0.225px) + 2px) rgba(0, 0, 0, calc(0.11 * (2 - var(--background-luminance, 1)))), 0 calc(var(--elevation) * 0.4px) calc((var(--elevation) * 0.9px)) rgba(0, 0, 0, calc(0.13 * (2 - var(--background-luminance, 1))));
    width: 60%;
    padding: 0;
    margin: auto;
}

.text-search .root {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    color: var(--neutral-foreground-hint);
    border-radius: var(--search-box-radius) 0 0 var(--search-box-radius);
}

    .text-search .root .control {
        background: transparent;
        border: none;
        color: var(--neutral-foreground-rest);
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        z-index: 1;
        padding-inline-start: 16px;
        font-family: inherit;
        display: block;
        margin-bottom: 0px;
        padding-right: 46px;
    }

.text-search .root .end-slot slot {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul li.user-info {
    padding: 10px;
    border: solid 1px #e3e3e3;
    margin: 10px;
    border-radius: 10px;
}
@-webkit-keyframes run {
    40% {
        left: -8px;
    }

    50% {
        left: calc(100% - 100px);
    }

    50% {
        left: 0;
    }
}

.property-search-item .tab-content {
    width: 100%;
}

.property-search-item .nav-tabs {
    background-color: #cbcaca;
    display: flex;
    width: 100%;
    padding: 4px 3px;
}

.irs--flat .irs-from {
    left: -1% !important;
}

.more-search {
    margin-left: 4px;
    padding: 5px;
    border-radius: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
}

.recommend-location {
    text-align: left;
    padding: 15px 5px 0px 5px;
}

.search-content .nav-tabs .nav-link {
    padding: 0px 20px !important;
}

.transition-input {
    border: none;
    border-radius: 0px;
    padding: 0px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #001935;
    border-radius: 3px;
    background-clip: inherit !important;
    background-color: transparent;
    width: 100%;
    color: #969696;
    line-height: 2em;
}

    .transition-input input::placeholder, input.transition-input::placeholder, .select2-selection--multiple input::placeholder {
        color: #dee2e6 !important;
        font-family: 'Times New Roman';
        font-style: italic
    }

.form-group input::placeholder {
    color: #969696;
}

.transition-input input:focus, input.transition-input:focus, .select2-selection--multiple input:focus {
    border-bottom: dashed 1px #f5d26a;
}

#alertmessage {
    position: fixed;
    right: 0px;
    border: 0px;
    display: none;
    top: 50px;
    z-index: 99999999;
}

.tab-content .collapse.advanced-search {
    border-top: 1px dashed #c5c5c5;
}

.pro-filter-list {
    border: dashed 1px #e3e3e3;
    background-color: #e3e3e321;
    margin: 2px 0;
}

.property-view-list.search-control {
    float: left;
    left: 4px;
    width: 83%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.search-control .position-relative i.fa {
    left: 0px;
    padding: 3px;
    background-color: #fff;
}

.search-control ul.select2-selection__rendered {
    padding-left: 32px !important;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 5px;
    border: solid 1px #e3e3e3;
    margin-top: 6px !important;
}

.search-control .select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    margin-right: 5px;
}

.button-icon {
    padding-right: 13px !important;
    display: contents;
}

    .button-icon button.control {
        background: transparent;
        height: inherit;
        flex-grow: 1;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 calc((10 + (var(--design-unit) * 2 * var(--density))) * 1px);
        white-space: nowrap;
        outline: none;
        text-decoration: none;
        border: calc(var(--stroke-width) * 1px) solid transparent;
        color: inherit;
        border-radius: inherit;
        fill: inherit;
        cursor: inherit;
        font-family: inherit;
    }

        .button-icon button.control .end-slot slot {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
        }

    .button-icon .n-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -38px;
        margin-right: 16px;
        cursor: pointer;
    }

    .button-icon .n-logo {
        margin: 0px 5px;
        height: 20px;
        width: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

header .header-scroling {
    line-height: 3.3rem !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.1s ease-in-out;
}
    header .header-scroling .nav-search-header .text-search {
        height: 27px;
        transition-duration:0.3s;
    }
    header .header-scroling .button-icon button.control {

    }
header .menu-header {
    line-height: 5rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-control .fa-filter, .search-control .fa-compass {
    margin-top: 0.7em;
    margin-left: 4px;
    border-radius: 10px;
}

.img-digram {
    width: 546px;
    background-color: #607d8b;
    border-radius: 10px;
    padding: 0;
    margin: auto;
}

.widget a:hover::before {
    width: 100%;
}

#tab-for-sold {
    max-height: 430px;
    overflow-y: auto;
    overflow-x:hidden;
}

.openNav {
    width: 100%;
}

.bg-transition0 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.modal-header {
    padding: 0.1rem 0.1rem;
    background-color: #eeeeee;
}

header .login {
    border-radius: 5px;
    padding: 0px;
}
.icon-notification-circle {
    right: 9px;
    background-color: #f44336;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    top: 8px;
    color: white;
    text-align: center;
}
.header-us-info {
    margin: 10px 15px 0;
    border-radius: 3px;
}
.allotment-list .allotment-item, .product-list .product-item {
    display: inline-flex !Important;
    width: 100%;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: center;
}
.w-60{
    width:60%;
}
.w-85{
    width:85%;
}
.property-info li i.fa-caret-right:before {
    margin-top: 6px;
    margin-right: 5px;
}
.profile-slide {
    padding: 39px 0!important;
    border-radius:0 0 5px 5px;
}
.align-item-center {
    justify-content: center;
    align-items: center;
    align-content: center;
    display: inline-grid;
}
.top-cornec-icon{
    right:100px;
    top:10px;
    z-index:99999;
}
.top-cornec-icon >.btn-group>a {
    border-radius: 50%;
    border: solid 1px #ffffff;
    width: 35px;
    height: 35px;
    display: inline-grid;
    margin: 5px;
    cursor: pointer;
}
.top-cornec-icon>.btn-group>a>i{
    padding:0;
    margin:auto;
}
.top-cornec-icon .dropdown-menu {
    padding: 0px 6px;
    width: 285px;
}
.top-cornec-icon .dropdown-menu.show{
    max-height:300px;
    overflow-y:auto;
}
.top-cornec-icon .dropdown-header {
    padding: .5rem 0.5rem;
}
.menu-bar-right {
    width: 45px;
    margin-top: 8px;
}
.menu-bar-right ul li {
    width: 45px;
    height: 45px;
    display: inline-flex;
    text-align: center;
    border: solid 1px #e3e3e3;
    margin-bottom: 2px;
}
.menu-bar-right ul li a{
    padding:0;
    margin:auto;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 23px;
}
.form-switch {
    border-bottom: dashed 1px #e3e3e3;
    margin-bottom: 5px;
}
.form-switch i{
    font-size:11px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.form-switch .slider {
    position:absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.form-switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 26px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.menu-bar-content.open-menu {
    width: 94.8%;
    margin-top: 8px;
    height:100%;
}
.w-35{
    width:35%;
}
.menu-bar-right li.active {
    background-color: #e3e3e3;
}
ul.fc-color-picker li {
    font-size: 24px;
    margin-right: 5px;
    line-height: 20px;
}
.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}
.fc-color-picker > li .fa:hover {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.fc-color-picker > li .fa {
    -webkit-transition: -webkit-transform linear 0.3s;
    -moz-transition: -moz-transform linear 0.3s;
    -o-transition: -o-transform linear 0.3s;
    transition: transform linear 0.3s;
}
.notify-content p.notify-message{
    font-size:12px;
    margin-top:-3px;
}
.text-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
ul.user-profile li {
    line-height: 2.0em;
}
.blog-description {
    line-height: 1.3;
    font-size:14px;
}
i.select-active {
    border: dashed 1px #607d8b;
    padding: 0 2px;
}
ul.stepper {
    overflow-x: hidden;
    overflow-y: hidden;
    counter-reset: section;
}

    ul.stepper li a {
        padding: 1.5rem;
        text-align: center;
    }

    .primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
        background-color: #4285f4 !important;
    }

    ul.stepper li a .circle {
        display: inline-block;
        width: 1.75rem;
        height: 1.75rem;
        margin-right: .5rem;
        line-height: 1.7rem;
        color: #fff;
        text-align: center;
        background: #e2e2e2;
        border-radius: 50%;
    }

    ul.stepper li.active a .label, ul.stepper li.completed a .label {
        font-weight: 600;
        background-color: #4285f4;
        padding: 5px;
        color: white;
    }

    ul.stepper li.continue a .label {
        font-weight: 600;
        color: rgba(0,0,0,0.87);
        background-color: #e3e3e3;
        padding: 5px;
    }

    ul.stepper li a .label {
        display: inline-block;
        color: rgba(0,0,0,0.38);
    }

.stepper-horizontal li a .label {
    margin-top: .63rem;
}

.stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: .5rem 0 0 0;
    content: "";
    background-color: rgba(0,0,0,0.1);
}

.stepper-horizontal li:not(:first-child):before {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: .5rem 0 0 0;
    content: "";
    background-color: rgba(0,0,0,0.1);
}

.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stepper-content:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 96%;
    height: 1px;
    background-color: #ccc;
    margin-top: 7px;
}

.stepper-content {
    overflow: hidden;
}
.button-icon-header.bg-primary {
    padding: 4px;
    margin: 6px;
    border-radius: 5px;
    z-index: 99999;
    position: absolute;
    right: 0;
}
.thumbnai-img .img-result {
    height: 100%;
    display: inline-grid;
    width:100%;
}
.thumbnai-img .img-result i {
    margin: auto;
    font-size: 70px;
    border: dashed 2px #e3e3e3;
    padding: 5px;
}
.thumbnai-img .div-file-hd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
/*.hidden-toggle{
    transition:0.5s ease-in-out;
    opacity:0;
    display:none;
}*/
.show-toggle {
    transition: 0.5s ease-in-out;
    opacity: 1;
    display: block;
}
.hidden-toggle {
    display: none;
    animation: scale-display--reversed .3s;
    animation-fill-mode: forwards;
    display: inline-flex;
}
.article-btn ul li {
    padding: 5px;
    text-align: center;
    border: solid 1px #e3e3e3e3;
    line-height: 1rem;
    margin-bottom: 2px;

}
.notifi-icon-dashboard {
    left: 3px;
    top: 9px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    box-shadow: 0px 0px 4px 0px #607d8b;
    cursor: pointer;
}
.article-content{
    width:75%;
}
.box.overlay {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    top: 0;
    background-color: #9e9e9e;
}
.testimonial-main .owl-carousel, .testimonial-main .container {
    z-index: 99;
    position: relative;
}
.article-row img.article-thumbnail {
    width: 210px;
    height: 134px;
    object-fit: cover;
    box-shadow: 0 0 3px 0px #e3e3e3;
    border-radius:5px;
}
ck.ck-balloon-panel {
    z-index: 1050 !important;
}
.article-img{
    width:250px;
}
.pagination {
    display: inline-flex;
    padding-left: 0;
    margin:0;
    border-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.input-group input.form-control {
    height: calc(2.25rem + 2px);
    padding: 0 0.3rem;
    border-radius: 0;
}
.input-group-btn button{
    border-radius:0;
}
.enterprise-container .content-result{
    width:100%!important;
}
.animation-input input{
    border-radius:0;
}
.social-link {
    position: absolute;
    bottom: 4px;
    right: 6px;
}
.swal2-popup{
    display:inline-flex!important;
}
.swal2-popup.swal2-toast .swal2-title {
    margin: auto!important;
    width: calc(350px - 60px);
}
.blog-post ol li{
    font-size:17px;
}
.blog-post img{
    width:100%!important;
}
.fa-arrow-right.circle{
    width:35px;
    height:35px;
    border-radius:50%;
    border-color:white;
}
.text-shadow-1 {
    text-shadow: 1px 1px #000;
}
.article-img img{
    width:123px;
}
.notfound-404 h1 {
    font-family: montserrat,sans-serif;
    position: absolute;
    left: 50%;
    top: 16%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0;
    color: #ecd489;
    text-transform: uppercase;
    letter-spacing: -40px;
}
.notfound-404 h1 span{
    text-shadow: -8px 0 0 #fff;
}
.pagination{
    column-gap:4px;
}
.pagination .page-item {
    display: contents;
}
.row{
    row-gap:1rem!important;
}
.container-row {
    width: 70%!important;
    margin:auto;
}
@media (max-width: 1930px) {
    .container-row {
        width: 77% !important;
        margin: auto;
    }
}
@media (max-width: 1600px) {
    .container-row {
        width: 95%!important;
        margin:auto;
    }
}
@media (max-width: 1360px) {
    .container-row {
        width: 98%!important;
        margin: auto;
    }
}
    @keyframes scale-display {
        0% {
            opacity: 0;
            transform: scale(0);
            -webkit-transform: scale(0);
        }

        100% {
            opacity: 1;
            transform: scale(1);
            -webkit-transform: scale(1);
        }
    }

    @keyframes scale-display--reversed {
        0% {
            display: inline-flex;
            opacity: 1;
            transform: scale(1);
            -webkit-transform: scale(1);
        }

        99% {
            display: inline-flex;
            opacity: 0;
            transform: scale(0);
            -webkit-transform: scale(0);
        }

        100% {
            display: none;
            opacity: 0;
            transform: scale(0);
            -webkit-transform: scale(0);
        }
    }

    @-webkit-keyframes run-i {
        0% {
            transform: rotate(0deg) scale(0.9) skew(1deg);
        }

        50% {
            transform: rotate(0deg) scale(0.98) skew(1deg);
        }

        100% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    @keyframes suntory-alo-circle-anim {
        0% {
            opacity: 0.1;
            transform: rotate(0deg) scale(0.5) skew(1deg);
        }

        30% {
            opacity: 0.5;
            transform: rotate(0deg) scale(0.7) skew(1deg);
        }

        100% {
            opacity: 0.6;
            transform: rotate(0deg) scale(1) skew(1deg);
        }
    }

    @keyframes suntory-alo-circle-img-anim {
        0% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }

        10% {
            transform: rotate(-25deg) scale(1) skew(1deg);
        }

        20% {
            transform: rotate(25deg) scale(1) skew(1deg);
        }

        30% {
            transform: rotate(-25deg) scale(1) skew(1deg);
        }

        40% {
            transform: rotate(25deg) scale(1) skew(1deg);
        }

        50% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }

        100% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }
    }

    @keyframes suntory-alo-circle-fill-anim {
        0% {
            opacity: 0.2;
            transform: rotate(0deg) scale(0.7) skew(1deg);
        }

        50% {
            opacity: 0.2;
            transform: rotate(0deg) scale(1) skew(1deg);
        }

        100% {
            opacity: 0.2;
            transform: rotate(0deg) scale(0.7) skew(1deg);
        }
    }

    @keyframes suntory-alo-ring-ring {
        0% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }

        10% {
            transform: rotate(-25deg) scale(1) skew(1deg);
        }

        20% {
            transform: rotate(25deg) scale(1) skew(1deg);
        }

        30% {
            transform: rotate(-25deg) scale(1) skew(1deg);
        }

        40% {
            transform: rotate(25deg) scale(1) skew(1deg);
        }

        50% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }

        100% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }
    }

    @media (min-width: 1200px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1230px;
        }

        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1190px;
        }

        .modal-dialog {
            max-width: auto !important;
            min-width: 800px;
        }
    }
