:root {
    --creote-family-one: "Spartan", sans-serif !important;
    --creote-family-two: "Inter", sans-serif !important;
    --primary-color-one: #078586;
    --primary-color-two: #282f3b;
    --primary-color-three: #f0f3f9;
    --color-white: #fff;
    --primary-color-four: #fafcff;
    --primary-color-five: #1f2530;
    --text-color-dark: #4a4e56;
    --text-color-dark-two: #888888;
    --text-color-light: #aaafb8;
    --heading-dark: #282f3b;
    --link-color-dark: #282f3b;
    --border-color-dark: #e4e7ee;
    --border-color-dark-two: #373e4a;
    --border-color-light: #fbfcfe;
    --menu-color: #282f3b;
    --menu-color-white: #ffffff;
    --menu-dropdown-color: #282f3b;
    --menu-active-color: #078586;
    --box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
    --box-shadow-two: 0px 3px 16px 0px rgba(0, 0, 0, .05);
    --footer-default-bgcolor: #1f2530;
    --preloader-background-color: #078586;
    --bg-light-color-one: #F0F3F947;
    --bg-light-color-two: #F0F3F969;
}

.rts-breadcrumb-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .rts-breadcrumb-area {
        padding: 80px 0;
    }
}

.rts-breadcrumb-area .title {
    font-size: 4rem;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 1px 0 #000000, -1px 0 #000000, 0 1px #000000, 0 -1px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
    line-height: 5rem;
}

@media only screen and (max-width: 767px) {
    .rts-breadcrumb-area .title {
        font-size: 30px;
    }
}

.rts-breadcrumb-area .bread-tag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 30px;
    background: #fff;
    border-radius: 31px;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
    max-width: max-content;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .rts-breadcrumb-area .bread-tag {
        margin: auto;
        margin-top: 30px;
    }
}

.rts-breadcrumb-area .bread-tag a {
    margin-right: 5px;
    font-weight: 700;
}

.rts-breadcrumb-area .bread-tag a.active {
    margin-left: 5px;
    color: #1C2539;
    margin-right: 0;
}

.rts-breadcrumb-area .bread-tag span {
    color: var(--color-primary);
}

.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* height: 330px; */
}

.rts-breadcrumb-area .title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 1px 0 #000000, -1px 0 #000000, 0 1px #000000, 0 -1px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
    line-height: 5rem;
}

.rts-breadcrumb-area .bread-tag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 30px;
    background: #fff;
    border-radius: 31px;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
    max-width: max-content;
    margin-left: auto;
}

.rts-breadcrumb-area .bread-tag a {
    margin-right: 5px;
    font-weight: 700;
}

.rts-breadcrumb-area .bread-tag a.active {
    margin-left: 5px;
    color: #1C2539;
    margin-right: 0;
}

.divisionitem {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(160, 159, 159, 0.3);
    border-radius: 15px !important;
    padding: 10px;
    margin-bottom: 5px;
    position: relative;
}

.divisionitem .services-titles h3 {
    padding-top: 7px;
}

.rts-contact-fluid {
    box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
}

.rts-section-gap {
    padding: 40px 0;
}

.rts-title-area {
    position: relative;
    z-index: 1;
}

.rts-title-area p.pre-title {
    color: var(--color-primary);
    margin-bottom: 0;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -5px;
}

.rts-title-area .title {
    margin-bottom: 24px;
}

.contact-form-area-one textarea {
    height: 150px;
    background: #F6F6F6;
    border-radius: 15px;
    padding: 15px 15px;
    border: 1px solid transparent;
}

.quality-img .certificates {
    margin-bottom: 30px;
    border: 2px solid #a3bdf5;
}

.banner-content .header {
    left: 200px;
    top: 140px;
    width: 300px;
    position: absolute;
    font-family: Roboto;
    font-size: 29px;
    background: rgba(117, 117, 117, 0.7);
    border: 2px solid #e22615;
    padding: 10px 30px;
    line-height: 32px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 25px;
    border-radius: 20px 0px;
    color: #fff;
}

.banner-content .content {
    left: 200px;
    top: 220px;
    width: 850px;
    padding: 7px 10px;
    position: absolute;
    font-family: Roboto;
    letter-spacing: 0.1em;
    font-size: 52px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    /* background: rgba(0, 0, 0, 0.7); */
    border-radius: 12px;
}

.bg_op_1 {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #282f3b;
    padding: 0px 0px 10px 0px;
    /* text-decoration: underline; */
    font-family: "Spartan", sans-serif;
}

.title_all_box.style_one .title_sections h2 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    color: #282f3b;
    padding: 0px 0px 0px 0px;
    font-family: "Spartan", sans-serif;
}

.tabs_all_box {
    position: relative;
}

.tabs_all_box .s_tab {
    display: none;
}

.tabs_all_box .s_tab.active-tab {
    display: block;
}

.tabs_all_box .s_tab.active-tab.show {
    animation: fadeIn ease 0.9s;
    -webkit-animation: fadeIn ease 0.9s;
    -moz-animation: fadeIn ease 0.9s;
    -o-animation: fadeIn ease 0.9s;
    -ms-animation: fadeIn ease 0.9s;
}

.tabs_all_box.type_one {
    position: relative;
}

.tabs_all_box.type_one .tabs_header {
    position: absolute;
    left: 50px;
    width: 270px;
    height: auto;
    background: #fff;
    padding: 10px 0px 0px 0px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    z-index: 5;
    top: -20px;
}

.tabs_all_box.type_one .tabs_header ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.tabs_all_box.type_one .tabs_header ul li {
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tabs_header ul li a {
    font-size: 16px;
    position: relative;
    font-weight: 700;
    color: var(--heading-dark);
    line-height: 28px;
    font-family: var(--creote-family-one);
    padding: 20px 0px;
    border-bottom: 1px solid var(--border-color-dark);
    background: transparent;
    border-radius: 0px;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tabs_header ul li a.active {
    color: #ffb703;
}

.tabs_all_box.type_one .tabs_header ul li:last-child a {
    border-bottom: 0px;
}

.tabs_all_box.type_one .tabs_header ul li:hover a {
    color: var(--primary-color-one);
    padding-left: 5px;
}

.tabs_all_box.type_one .tabs_header .toll_free {
    position: relative;
    padding: 20px;
    background: #ffb703;
    border-radius: 10px;
}

.tabs_all_box.type_one .tabs_header .toll_free a {
    position: relative;
    display: block;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    font-family: var(--creote-family-one);
}

.tabs_all_box.type_one .tabs_header .toll_free a i {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    font-size: 30px;
    color: #ffb703;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.tabs_all_box.type_one .tab_content {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tabs_all_box.type_one .tab_content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    background: linear-gradient(to top, var(--primary-color-two) 2%, rgba(0, 0, 0, 0) 129%);
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tab_content .content_image {
    position: relative;
    margin-left: 320px;
    padding: 25px 50px 20px;
    z-index: 2;
}

.tabs_all_box.type_one .tab_content .content_image h6 {
    font-weight: 600;
    text-decoration: underline;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.tabs_all_box.type_one .tab_content .content_image h2 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
    margin-bottom: 20px;
}

.tabs_all_box.type_one .tab_content .content_image p {
    color: #fff;
    opacity: 0.8;
}

.tabs_all_box.type_one .tab_content .content_image ul li {
    color: #fff;
    opacity: 0.9;
    padding-bottom: 7px;
    font-size: 17px;
    list-style-type: decimal !important;
}

.tabs_all_box.type_one .tab_content .content_image a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: var(--creote-family-one);
    font-weight: 500;
    opacity: 0.8;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.tabs_all_box.type_one .tab_content .content_image a i {
    top: 0;
    font-size: 16px;
}

.tabs_all_box.type_one .tab_content .content_image a:hover {
    color: var(--primary-color-one);
}

.tabs_all_box.type_two .tabs_header {
    position: relative;
    margin-bottom: 50px;
}

.tabs_all_box.type_two .tabs_header .showcase_tabs_btns {
    position: relative;
}

.tabs_all_box.type_two .tabs_header .showcase_tabs_btns::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary-color-one);
    opacity: 0.1;
    z-index: -1;
}

.tabs_all_box.type_two .tabs_header ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tabs_all_box.type_two .tabs_header ul li {
    display: inline-block;
    margin: 0px 15px;
}

.tabs_all_box.type_two .tabs_header ul li a {
    font-size: 13px;
    font-weight: 600;
    color: var(--heading-dark);
    line-height: 28px;
    text-transform: uppercase;
    font-family: var(--creote-family-one);
    padding: 12px 25px 9px;
    border-radius: 10px;
    border: 1px solid var(--border-color-dark);
    background: #fff;
    display: block;
}

.tabs_all_box.type_two .tabs_header ul li a.active {
    background: #fff;
    border-color: #fff;
    box-shadow: var(--box-shadow-two);
    color: var(--primary-color-one);
}

.tabs_all_box.type_two .tab_content {
    position: relative;
}

.tabs_all_box.type_two .tab_content .content_bx {
    position: relative;
}

.tabs_all_box.type_two .tab_content .content_bx h6 {
    font-weight: 600;
    color: var(--primary-color-one);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.tabs_all_box.type_two .tab_content .content_bx h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
}

.tabs_all_box.type_two .tab_content .content_bx p {
    margin-bottom: 26px;
}

.tabs_all_box.type_two .tab_content .content_bx ul {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0 0px 0px 20px;
}

.tabs_all_box.type_two .tab_content .content_bx ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
}

.tabs_all_box.type_two .tab_content .content_bx ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary-color-one);
}

.tabs_all_box.type_two .tab_content .content_bx ul li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    opacity: 0.4;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary-color-one);
}

.tabs_all_box.type_three .tabs_header {
    position: relative;
    margin-bottom: 10px;
}

.tabs_all_box.type_three .tabs_header .showcase_tabs_btns {
    position: relative;
}

.tabs_all_box.type_three .tabs_header ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tabs_all_box.type_three .tabs_header ul li {
    display: inline-block;
    margin-right: 20px;
}

.tabs_all_box.type_three .tabs_header ul li a {
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-dark);
    line-height: 28px;
    text-transform: capitalize;
    font-family: var(--creote-family-one);
    border-radius: 10px;
    border: 0px;
    background: transparent;
    display: block;
}

.tabs_all_box.type_three .tabs_header ul li a.active {
    color: var(--primary-color-one);
}

.tabs_all_box.type_three .tab_content {
    position: relative;
}

.tabs_all_box.type_three .tab_content .image {
    position: relative;
    margin-bottom: 30px;
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
}

.tabs_all_box.type_three .tab_content .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tabs_all_box.type_three .tab_content .content_bx {
    position: relative;
}

.tabs_all_box.type_three .tab_content .content_bx h6 {
    font-weight: 600;
    color: var(--primary-color-one);
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    text-decoration: underline;
}

.tabs_all_box.type_three .tab_content .content_bx h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    color: var(--heading-dark);
}

.tabs_all_box.type_three .tab_content .content_bx p {
    margin-bottom: 26px;
}

.tabs_all_box.type_three .tab_content .content_bx ul {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0 0px 0px 20px;
}

.tabs_all_box.type_three .tab_content .content_bx ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
}

.tabs_all_box.type_three .tab_content .content_bx ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary-color-one);
}

.tabs_all_box.type_three .tab_content .content_bx ul li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    opacity: 0.4;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary-color-one);
}

.tabs_all_box_two {
    position: relative;
}

.tabs_all_box_two .tabs_header {
    position: relative;
    margin-bottom: 30px;
}

.tabs_all_box_two .c_tab_wrapper {
    position: relative;
}

.tabs_all_box_two .content_tabs_btns {
    position: relative;
    padding-left: 0px;
    margin-left: 0px;
}

.tabs_all_box_two .content_tabs_btns li {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 6px;
    position: relative;
    padding: 0px 20px;
    background: var(--primary-color-three);
    color: var(--heading-dark);
    margin: 0px 5px;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

.tabs_all_box_two .content_tabs_btns li:first-child {
    margin-left: 0px;
}

.tabs_all_box_two .content_tabs_btns li:last-child {
    margin-right: 0px;
}

.tabs_all_box_two .content_tabs_btns li:last-child::before {
    display: none;
}

.tabs_all_box_two .content_tabs_btns li.active-btn {
    background: var(--primary-color-one);
    color: var(--color-white);
}

.tabs_all_box_two .c_tabs_content {
    position: relative;
    display: block;
    background: var(--color-white);
}

.tabs_all_box_two .c_tabs_content .c_tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.tabs_all_box_two .c_tabs_content .c_tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.tabs_all_box_two .tab_inner_box {
    transform: scaleY(0);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    padding: 30px;
    border: 1px solid var(--border-color-dark);
    background: var(--color-white);
    border-radius: 6px;
}

.tabs_all_box_two .active-tab .tab_inner_box {
    transform: scaleY(1);
}

.tabs_all_box_two.type_two .content_tabs_btns {
    padding-right: 20px;
}

.tabs_all_box_two.type_two .col-lg-12 {
    display: flex;
    display: -ms-flexbox;
}

.tabs_all_box_two.type_two .tabs_header ul li {
    display: block;
    margin: 0px;
    padding: 15px 20px;
    margin-bottom: 15px;
    min-width: 250px;
    line-height: 26px;
    height: auto;
}

@media (max-width: 768px) {
    .tabs_all_box.type_one .tab_content .content_image h6 {
        font-size: 22px;
        line-height: 32px;
    }
    .tabs_all_box.type_one .tab_content .content_image h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .tabs_all_box.type_one .tabs_header {
        position: relative;
        top: inherit;
        width: 100%;
        bottom: inherit;
        left: inherit;
        margin-bottom: 30px;
    }
    .tabs_all_box.type_one .tab_content .content_image {
        margin-left: 0px;
        padding: 85px 30px 50px;
    }
    .tabs_all_box.type_one {
        padding: 0px 15px;
    }
}

@media (max-width: 550px) {
    .tabs_all_box.type_one .tab_content .content_image h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .tabs_all_box.type_one .tab_content .content_image h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .tabs_all_box.type_one .tab_content .content_image h2 p {
        font-size: 15px;
        line-height: 26px;
    }
}

.sidebar-white .widget:not(.widget-range) {
    background-color: #fff;
    padding: 20px !important;
}

.sidebar-white .widget {
    border: none !important;
}

.widget-top {
    margin-bottom: 17px;
}

#sidebar .widget-title {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-transform: inherit;
    text-align: inherit;
}

.list-grid-area {
    float: right;
}

.property-listing .row {
    margin-left: -4px;
    margin-right: -4px;
}

.property-listing .item-wrap {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 12px;
}

.item-wrap {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.property-item {
    background-color: #fff;
    width: 100%;
    padding: 8px;
}

.table-list {
    display: table;
    width: 100%;
}

.property-item .table-cell {
    vertical-align: top;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.property-listing.list-view .figure-block {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.property-listing.list-view .figure-block {
    width: 254px;
    height: 170px;
}

.item-thumb,
figure {
    position: relative;
}

.property-listing.list-view .hide-on-list {
    display: none;
}

.property-item .label-wrap {
    margin-bottom: 5px;
}

.label-right {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}

.label-wrap {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    line-height: normal;
}

.label-wrap .label {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    padding: 3px 6px 3px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 11px;
    vertical-align: top;
    font-weight: 500;
}

.label-status {
    background-color: #333;
    font-weight: 700;
}

.property-listing.list-view .hide-on-list {
    display: none;
}

.item-thumb .price,
figure .price {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 4;
    text-align: left;
}

.item-thumb .price .item-price,
figure .price .item-price {
    color: #fff;
    display: block;
}

.price .item-price-text {
    font-size: 14px;
    font-weight: 400;
}

.figure-block a {
    color: #fff;
}

.hover-effect {
    display: block;
    overflow: hidden;
    z-index: 0;
}

.item-thumb .hover-effect:before,
figure .hover-effect:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .75) 100%);
}

.item-thumb .hover-effect:before,
figure .hover-effect:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.item-thumb img,
figure img {
    width: 100%;
}

.property-item .table-cell {
    vertical-align: top;
}

.property-item .item-body {
    padding: 10px 12px 10px 20px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    width: 10000px;
}

.property-item .table-cell {
    vertical-align: top;
}

.property-item .body-left {
    width: 1000px;
    position: relative;
}

.property-listing.list-view .hide-on-grid {
    display: block;
}

.item-body .info-row+.info-row {
    margin-top: 10px;
}

.item-body .amenities {
    min-height: 40px;
}

.property-listing.list-view .hide-on-grid {
    display: block;
}

.property-item .label-wrap {
    margin-bottom: 5px;
}

.label-wrap {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    line-height: normal;
}

.label-wrap .label {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    padding: 3px 6px 3px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 11px;
    vertical-align: top;
    font-weight: 500;
}

.label-status {
    background-color: #333;
    font-weight: 700;
}

.item-body .property-title,
.item-body h2 {
    color: #00aeef;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 380px;
}

.item-body .property-title,
.item-body h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

.item-body .property-title,
.item-body h2 a {
    color: #f7ba21;
}

.item-body .property-address,
.item-body h4 {
    color: #9b9b9b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 265px; */
}

.pr-p {
    color: #5d5c5c;
    line-height: 20px;
}

.item-body .property-address,
.item-body h4 {
    font-size: 16px;
    line-height: 13px;
    margin: 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
}

.item-body .amenities p {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 5px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

.media-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.widget .media-left a,
.widget .next-prev-block .media-right a,
.next-prev-block .widget .media-right a {
    display: block;
    width: 101px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

#sidebar .widget_houzez_latest_posts .media-heading,
#sidebar .widget_houzez_latest_posts .read {
    font-size: 14px;
    line-height: 18px;
}

#sidebar .widget .media-heading {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

#sidebar .widget .media-heading a {
    color: #3c3937 !important;
    font-size: 14px;
}

#sidebar .widget p {
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}

@media (max-width: 767px) {
    .property-listing.list-view .property-item {
        display: block;
    }
    .item-wrap {
        width: 100%;
        float: left;
    }
    .property-listing.list-view .property-item .table-cell {
        display: block;
    }
    .property-listing.list-view .figure-block {
        width: 100%;
        height: auto;
    }
}

.client {
    background-color: #e6e6e6;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 7px;
}

.mian-logo>span {
    font-size: 1.35em;
}

.main-header {
    z-index: 999;
}

hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-caption {
    top: 48%;
    transform: translate(0, -50%);
    bottom: auto;
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    text-align: left;
}

.carousel-item.active .carousel-caption {
    animation: widthSlide 3.5s 1;
    opacity: 1;
    z-index: 999;
    width: 100%;
}

@keyframes widthSlide {
    0% {
        width: 0%;
        opacity: 0;
    }
    50% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

.carousel-caption h5 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-stroke: 2px #E2FADB;
    /* color: #00000059; */
    position: relative;
    width: fit-content;
    padding-right: 10px;
}

.carousel-caption h5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -20px;
    opacity: 1;
}

.carousel-item.active .carousel-caption h5:after {
    width: 10%;
    height: 4px;
    animation: titleCover 2.5s 1;
    opacity: 0;
}

@keyframes titleCover {
    0% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    20% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    30% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    55% {
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        opacity: 1;
    }
    95% {
        left: 0;
        right: 0;
        width: 10%;
    }
    100% {
        left: 0;
        right: 0;
        width: 10%;
        opacity: 0.5;
    }
}

.carousel-item>img {
    /*height: 100vh; //riyas*/
    object-fit: cover;
    transform: scale(1);
}

.carousel-item.active>img {
    transform: scale(4);
    animation: bgScale 200s 1;
}

@keyframes bgScale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(4);
    }
}

.carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgb(0 0 0 / 27%); */
    z-index: 99;
}

.carousel-caption p {
    font-size: 1.35em;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.carousel-caption * {
    white-space: nowrap;
}

.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: none;
}

li.nav-item>a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: white;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
    transition: 0.3s all ease-in-out;
}

li.nav-item>a.active:after,
li.nav-item>a:hover:after {
    bottom: 0;
    opacity: 0.8;
}

li.nav-item>a {
    position: relative;
}

@media screen and (max-width: 991px) {
    .carousel-caption h5 {
        font-size: 3.5em;
    }
    .carousel-caption p {
        font-size: 1em;
        font-weight: 900;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 768px) {
    .carousel-caption h5 {
        font-size: 3.5em;
    }
    .carousel-caption p {
        font-size: 1em;
        font-weight: 600;
    }
    .carousel-item img {
        /*height: 80vh; riyas*/
    }
    .mian-logo>span {
        font-size: 1em;
    }
    .carousel-indicators {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        flex-wrap: nowrap;
        top: auto;
        transform: unset;
        width: auto;
        gap: 5px;
    }
    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 575px) {
    .carousel-caption h5 {
        font-size: 2em;
    }
    .carousel-item img {
        /*height: 60vh; riyas */
    }
    .carousel-caption p {
        font-size: 0.75em;
    }
    .carousel-caption {
        width: 100%;
        opacity: 0;
    }
    .carousel-item.active .carousel-caption {
        animation: sample 2.5s 1;
        opacity: 1;
    }
    .carousel-caption * {
        white-space: unset;
    }
    @keyframes sample {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    .carousel-caption h5 {
        -webkit-text-stroke: 1px #E2FADB;
    }
    hr.border-light {
        max-width: 200px;
    }
}

@media screen and (max-width: 480px) {
    .carousel-caption h5 {
        font-size: 1.45em;
    }
    .carousel-caption p {
        font-size: 0.7em;
    }
    .carousel-item img {
        /*height: 50vh; riyas */
    }
}

.servicebtn {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #e96500;
}

.own-titkle h3 {
    color: #e96500;
    text-align: center;
    padding-top: 30px;
}