body {
    direction: rtl;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background: #F5F5F5;
}

::selection {
    background: #5e78ff;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


ol, ul, li {
    list-style: none !important;
    list-style-position: inside !important;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


a {
    color: #ccc;
}

    a:hover {
        color: #000;
    }

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}


/*----------------------
Global Images
----------------------*/

img {
    border: none;
    max-width: 100%;
    border: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

header {
    background: #fff;
    padding: 7px 0px;
}

footer {
    background: #687279;
    padding: 50px 0px 30px;
}

ul.social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

    ul.social_list li a {
        color: #fff;
        font-size: 18px;
        transition: all 0.5s linear;
    }

    ul.social_list li:hover a {
        opacity: 0.7;
    }

footer h3 {
    margin: 0px 0px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

ul.footer_list li a {
    color: #fff;
    font-size: 15px;
    transition: all 0.5s linear;
    font-weight: 400;
}

ul.footer_list li:hover a {
    opacity: 0.7;
}

ul.footer_list li i {
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
}

ul.footer_list li {
    margin-bottom: 5px;
    /*    line-height: 25px;*/
}

.copyright_txt {
    color: #fff;
    font-size: 15px;
    margin: 0px;
}

.border_top_row {
    border-top: solid 1px rgb(255,255,255,0.2);
    padding-top: 25px;
    margin-top: 35px;
}

.wrapper {
    padding: 30px 0px;
}

.white_box {
    background: #fff;
}

.border_box {
    border: solid 1px #D9D9D9;
}

.radius_box {
    border-radius: 8px;
}

.card.our_collapse_form {
    border-radius: 8px;
}

.user_stat_list li {
    position: relative;
    padding: 15px 20px;
}

li.user_name_detail {
    background: #8ebf7330;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.user_stat_list li img {
    position: absolute;
    right: 15px;
    top: 18px;
}

.user_stat_list li p {
    font-size: 14px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 30px;
    color: #000;
}

.user_stat_list li h5 {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
}

li.user_name_detail p, li.user_name_detail h5 {
    margin-right: 55px;
}

h4.small_title {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px 20px;
}

ul.header_other_links li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 100%;
    transition: all 0.5s linear;
}

    ul.header_other_links li a i {
        float: left;
    }

.add_box_spacing {
    padding: 25px 18px;
}

ul.header_other_links li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 12px;
}

ul.header_other_links li:hover a {
    color: #94bf78;
}

ul.user_stat_list {
    padding-bottom: 15px;
}

.box_small_main_title h3 {
    margin: 0px 0px 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    z-index: 9;
    padding-left: 10px;
}

.box_small_main_title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 100%;
    background: #D9D9D9;
    height: 1px;
}

.box_small_main_title {
    position: relative;
}

.housing_service_single_info {
    display: flex;
    display: -webkit-flex;
    padding: 10px;
    gap: 6px;
    justify-content: center;
}

.housing_img {
    flex: 0 0 25%;
    background: #f9faf6;
    border-radius: 8px;
    overflow: hidden;
    padding: 8px
}

.housing_information {
    flex: 0 0 63%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

    .housing_information a {
        color: rgb(0,0,0,0.6);
    }

.housing_tooltip {
    flex: 0 0 10%;
    position: relative;
}

.less_co_sp {
    padding-right: 6px;
    padding-left: 6px;
}

.housing_information h3 {
    margin: 0px 0px 3px;
    font-size: 16px;
    font-weight: 600;
}

.housing_information p {
    font-size: 12px;
    color: #7A8649;
    font-weight: 500;
    margin: 0px 0px;
}

.btm_sp {
    margin-bottom: 12px;
}

.tooltip_div {
    position: absolute;
    left: 30px;
    top: 5px;
    background: #000;
    width: 180px;
    border-radius: 8px;
    padding: 6px;
    z-index: 9;
}

.tooltip_div {
    position: absolute;
    left: 30px;
    top: -5px;
    background: #000;
    width: 0px;
    border-radius: 8px;
    padding: 10px;
    z-index: 9;
    height: 0px;
    opacity: 0;
    display: none;
    transition: all 0.5s linear;
}

    .tooltip_div.showtip {
        width: 230px;
        display: block;
        opacity: 1;
        height: auto;
        word-break: break-all;
    }

    .tooltip_div p {
        color: #fff;
        font-size: 15px;
        margin: 0px;
        font-weight: 300;
    }

.footer_logo img {
    display: table;
    margin: 0 auto;
}

.our_collapse_form .card-header {
    padding: 12px 20px;
    background: #8EBF73;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}

.card-header.toggle_my {
    border-radius: 6px;
}

.our_collapse_form .card-header button {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    border: none;
    display: block;
    width: 100%;
    text-align: right !important;
    text-decoration: none;
}

    .our_collapse_form .card-header button i {
        float: left;
        position: relative;
        top: 5px;
        transform: rotate(0deg);
    }

    .our_collapse_form .card-header button.collapsed i {
        transform: rotate(180deg) !important;
    }

.info_section_small_title {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

ul.info_list {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

    ul.info_list li {
        flex: 0 0 50%;
        font-size: 14px;
        margin: 0px;
        font-weight: 400;
        padding: 8px 0px;
        border-bottom: solid 1px #D9D9D9;
    }

        ul.info_list li:last-child {
            text-align: left;
            font-weight: 600;
        }

.main_box_info ul.info_list:last-child li {
    border: none;
}

.green_underline_txt {
    color: #7A8649;
    /*    text-decoration: underline;*/
}

.main_box_info li a {
    border-bottom: solid 1px #7A8649;
}

.report_btn {
    background: #fff;
    border: solid 1px #03486E;
    border-radius: 100px;
    color: #03486E;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.5s linear;
}

.action_btn {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.filled_btn {
    background: #03486E;
    color: #fff;
}

    .filled_btn:hover {
        background: #fff;
        color: #03486E;
    }

.report_btn:hover {
    background: #03486E;
    color: #fff;
}

.inner_bread {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

    .inner_bread li {
        color: #000;
        font-size: 14px;
        font-weight: 400;
    }

        .inner_bread li a {
            color: #000;
            font-size: 14px;
            text-transform: capitalize;
            transition: all 0.5s linear;
        }

        .inner_bread li:hover a {
            color: #94bf78;
        }

        .inner_bread li i {
            position: relative;
            left: -4px;
            top: 1px;
        }

.form_main_box {
    border-radius: 8px;
    background: #8ebf7330;
    padding: 10px 15px;
}

ul.form_inner_list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

    ul.form_inner_list li:last-child {
        flex: 0 0 35%;
    }

    ul.form_inner_list select {
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }

    ul.form_inner_list li {
        font-size: 15px;
        color: #000;
        font-weight: 500;
    }

.project_main_title {
    font-size: 24px;
    font-weight: 600;
}

.small_desc_box h4 {
    font-size: 16px;
    font-weight: 500;
}

.small_desc_box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.project_location_box p, .contact_box p, .website_info p {
    font-size: 14px;
    margin: 0px 0px 5px;
    font-weight: 400;
}

.project_location_box h4, .contact_box h4, .website_info h4 {
    margin: 0px 0px 8px;
    font-size: 16px;
    font-weight: 600;
}

.project_location_box a {
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.5s linear;
}

    .project_location_box a img {
        margin-left: 9px;
    }

    .project_location_box a:hover {
        background: #000;
        color: #fff;
    }

.contact_box h4 a, .website_info h4 a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s linear;
}

    .contact_box h4 a:hover, .website_info h4 a:hover {
        color: #94bf78;
    }

.project_list_box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all 0.5s linear;
}

.project_img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.project_box_info {
    padding: 15px;
}

    .project_box_info h4 {
        margin: 0px 0px 15px;
        font-size: 16px;
        font-weight: 600;
    }

    .project_box_info p {
        font-size: 14px;
        font-weight: 400;
        margin: 0px 0px 15px;
        color: #8EBF73;
    }

    .project_box_info a {
        display: inline-block;
        padding: 8px 40px;
        background: #8EBF73;
        font-size: 14px;
        color: #fff;
        border-radius: 100px;
        margin: 0px 0px 10px;
        transition: all 0.5s linear;
    }

.project_list_box .project_box_info a:hover {
    background: #03486E;
}

.project_column_sp {
    padding-right: 7px;
    padding-left: 7px;
}

.images_gallery {
    padding: 12px 0px;
}

#images-slider .owl-prev {
    position: absolute !important;
    right: 0px !important;
    top: 5% !important;
    font-size: 16px;
    width: 25px;
    height: 30px;
    background: rgb(0,0,0,0.7);
    color: #fff;
}

#images-slider .owl-next {
    position: absolute !important;
    left: 0px !important;
    top: 5% !important;
    font-size: 16px;
    width: 25px;
    height: 30px;
    background: rgb(0,0,0,0.7);
    color: #fff;
}

.main_project_img_box img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    max-height: 200%;
    min-height: 200%;
}

div#images-slider .item img {
    min-height: 96px;
    object-fit: cover;
    border-radius: 10px;
}

ul.cancel_list a {
    display: block;
    width: 100%;
    text-align: center;
}

li.status_list {
    padding: 0px;
    display: flex !important;
    justify-content: center !important;
}

.dropdown button {
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    padding: 10px 12px;
}

    .dropdown button:after {
        float: left;
        margin-top: 8px;
    }

.form_main_box .dropdown-menu.show {
    width: 100%;
    height: 136px;
    overflow-y: scroll;
}

.form_main_box .home_abt_section {
    background-image: url(../images/about-us-image-min.png);
}
