/*
    Design By:Siren Web Design
*/
/*@import url('../bootstrap/bootstrap.css');*/
/*@import url('../../fonts/font-awesome/css/font-awesome.css');*/
/*@import url('../polyglot-language-switcher.css');*/
/*@import url('../tooltipster.css');*/
/*@import url('../jquery-css/jquery-ui.css');*/
/*@import url('../fancy-box/jquery.fancybox.css');*/
/*@import url('../owl.carousel.css');*/
/*@import url('../owl.theme.css');*/
/*@import url('../revolution/settings.css');*/
/*@import url('../revolution/layers.css');*/
/*@import url('../revolution/navigation.css');*/

@font-face {
    font-family: 'byekan';
    src: url('../../fonts/BYekan.eot?#') format('eot'), url('../../fonts/BYekan.woff') format('woff'), url('../../fonts/BYekan.ttf') format('truetype');
}

@font-face {
    font-family: 'byekan2';
    src: url('../../fonts/newfont.eot?#') format('eot'), url('../../fonts/newfont.woff') format('woff'), url('../../fonts/newfont.ttf') format('truetype');
}

@font-face {
    font-family: 'dast';
    src: url('../../fonts/BBardiya.eot?#') format('eot'), url('../../fonts/BBardiya.woff') format('woff'), url('../../fonts/BBardiya.ttf') format('truetype');
}

@font-face {
    font-family: IranSansNumbers;
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/IRANSansWeb(FaNumz.woff2') format("woff2"),url('../../fonts/IRANSansWeb(FaNum).woff') format("woff");
}

.asearch {
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    line-height: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    margin-top: 20px;
}

    .asearch:hover {
        color: #e0c151;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
        z-index: 106;
        display: block;
    }

.searchbtn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -51px;
    width: 5%;
    margin-right: 20%;
    padding: 10px;
    color: #000;
}

.searchform {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 22px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

    #search .close:hover {
        color: #FC2121;
        cursor: pointer;
    }

.itme {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 7px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 0.125em 0.275em 0 rgba(0,0,0,.075);
    transform: translate3d(0,0,0);
}

    .itme .img_holder {
        float: right;
        width: 30%;
    }

        .itme .img_holder a {
            padding: 5px;
            display: block;
            overflow: hidden;
        }

        .itme .img_holder img {
            height: auto;
        }

    .itme .text {
        float: right;
        padding: 0px 5px;
        width: 67%;
        text-align: justify;
        direction: rtl;
    }

.sec-title2 {
    text-align: center;
    margin-bottom: 20px;
}

    .sec-title2 h2 {
        font-size: 19px;
        color: #000;
        margin-top: 15px;
        margin-bottom: 10px;
        display: inline-block;
        letter-spacing: 0px;
    }

.title-decorations {
    background-color: #d5ae37;
    display: inline-block;
    border-radius: 50%;
}

.rfirst {
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.15);
    padding: 5px 5px 0;
}

    .rfirst .titleprice {
        text-align: center;
    }

.itme .text h6 {
    margin: 0;
    padding: 4px 0;
    font-size: 13px;
}

.rfirst .img_holder {
    float: none;
    width: 100%;
}

.rfirst .text {
    float: none;
    text-align: center;
    width: 100%;
    min-height: 65px;
}

.rfirst .itme .text {
    float: none;
    text-align: center;
    width: 100%;
}

.effect-apollo__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-apollo {
    position: relative;
    margin: 0;
}

.effect-apollo__overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    transition: transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}

.effect-apollo:hover .effect-apollo__overlay:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

@media(max-width:680px) {
    .gradient-line-left {
        width: 50px;
        background: linear-gradient(120deg,#062057 0,#fff 100%);
    }

    .gradient-line-right {
        width: 50px;
        background: linear-gradient(270deg,#062057 0,#fff 100%);
    }
}

.sidebar {
    float: right;
}

@media(max-width:680px) {
    .sidebar {
        float: none;
    }
}

.gradient-line-lefts {
    width: 150px;
    background: linear-gradient(120deg,#62b42f 0,#fff 100%);
}

.gradient-line-rights {
    width: 150px;
    background: linear-gradient(270deg,#62b42f 0,#fff 100%);
}

@media(max-width:680px) {
    .gradient-line-lefts {
        width: 50px;
        background: linear-gradient(120deg,#62b42f 0,#fff 100%);
    }

    .gradient-line-rights {
        width: 50px;
        background: linear-gradient(270deg,#62b42f 0,#fff 100%);
    }
}

.blog_single_grid {
    margin-bottom: 7px;
}

.contact_us_content {
    min-height: 350px;
}

.table-responsive {
    direction: ltr !important;
}

    .table-responsive .table {
        direction: rtl !important;
    }

.table-responsive {
    -webkit-overflow-scrolling: touch !important;
}

    .table-responsive .table {
        max-width: none;
    }

.static-box {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative;
    min-height: 75px;
    padding: 10px 0;
    border-radius: 5px;
    overflow: hidden;
}

.submit {
    padding: 4px 10px;
    height: 36px;
    color: #fff;
    background-color: #26B130;
    width: 120px;
    border-radius: 4px;
}

.dl-post h6 {
    margin: 3px 0;
    line-height: 24px;
}

.modalPopup {
    width: 500px;
    border: 3px solid #fcdd37;
    border-radius: 4px;
    padding: 0;
    direction: rtl;
}

.block-language-wrapper a:hover {
    color: #d4ae36;
}

.sticky {
    /*position: fixed;
    margin-top: 0px;
    z-index: 1000;
    display: block;
    top: 0px;
    width: 100%;
    background: #fff;*/
}

.user-list {
    list-style: none;
    margin-left: 0px;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.header-top {
    background: #10161f;
    padding: 5px 0;
    color: #fff;
}

    .header-top a {
        color: #fff;
    }

.user-list li a i {
    font-size: 15px;
    margin-left: 7px;
    color: #d4ae37;
}

.user-list li a {
    color: #fff;
    display: inline-block;
}

.user-list li {
    color: #FFF;
    line-height: 44px;
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #dee2e2;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.modalPopup .body input {
    background: no-repeat;
    color: red;
    border: none;
}

.modalPopup .header {
    background-color: #4a4f54;
    color: White;
    line-height: 30px;
    text-align: center;
}

.modalPopup .body {
    min-height: 50px;
    line-height: 30px;
    text-align: center;
    color: #000;
    padding: 10px;
    margin-bottom: 5px;
}

.newsletters {
    padding: 30px 0;
    text-align: center;
    background: url(../../images/Newsletter.jpg) center center;
    background-attachment: fixed;
    color: #fff;
}

::-webkit-scrollbar {
    width: 16px;
    height: 8px;
}

.accordion {
    margin: 20px 0;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background: #0c121c;
    height: 37px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);
    }

    ::-webkit-scrollbar-thumb:active {
        background: #888;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }

::-moz-scrollbar {
    width: 16px;
    height: 8px;
}

::-moz-scrollbar-track {
    background-color: #fff;
}

::-moz-scrollbar-thumb {
    background: #0c121c;
    height: 37px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

    ::-moz-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);
    }

.successmes {
    color: #1ea133;
    border-color: #a9ecb4;
    background-color: #dffbe4;
}

.errormes {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #bbb;
    font-size: 14px;
    color: #bd6767;
    border-color: #f1bdbd;
    background-color: #ffdddd;
}

.titleprice {
    color: #199222;
    text-align: center;
    margin: 10px 0;
    font-size: 17px;
}

.lv-list li:hover {
    background-color: #000;
}

.customer {
    background: #FFF;
    padding: 2px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 6px;
}

    .customer .border {
        margin: 2px;
        padding: 2px;
        border: 1px #ececec solid;
        width: 20px;
    }

    .customer .id {
        color: #228e31;
        line-height: 25px;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .customer i {
        width: 100%;
        color: #228e31;
        line-height: 25px;
        font-size: 16px;
        text-align: center;
        margin: 0 0 0 3px;
        padding: 0;
        border-bottom: 1px #ececec solid;
    }

    .customer .score {
        color: #005a2b;
        line-height: 25px;
        height: 25px;
        font-size: 12px;
        text-align: right;
        margin: 0;
        padding: 0 10px 0 0;
        overflow: hidden;
    }

    .customer .name {
        color: #228e31;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
        text-align: right;
        margin: 0;
        padding: 0 10px 0 0;
        border-bottom: 1px #ececec solid;
        overflow: hidden;
    }

.titlemore {
    padding: 4px 10px;
    height: 30px;
    color: #fff;
    background-color: #26B130;
    width: 120px;
    border-radius: 4px;
    margin: 5px auto;
    display: block;
}

.header-cart {
    margin-top: 2px;
    position: relative;
    background-color: #4caf50;
    color: #fff;
    padding: 0;
    line-height: 40px;
    width: 100%;
    direction: rtl;
    text-align: CENTER;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-bottom: 10px;
}

    .header-cart:hover {
        background-color: #46a349;
    }

.header-cart-link i {
    color: #fff;
    font-size: 25px;
    /* position: relative; */
    height: 40px;
    line-height: 35px;
    float: right;
    padding-right: 6px;
    padding-left: 6px;
    background: #62b965;
    margin-left: 7px;
    /* overflow: hidden; */
}

.logo_holder img {
    max-height: 90px;
}

.header-cart {
    display: block;
    margin-top: 30px;
}

.header-cart-link {
    color: #fff;
    font-size: 15px;
    display: block;
    position: relative;
}

    .header-cart-link:hover {
        color: #e6e6e6;
    }

    .header-cart-link span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        height: 22px;
        line-height: 22px;
        text-align: center;
        width: 22px;
    }

.seemore {
    background-color: #005a2b;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 3px;
    display: inline-block;
    width: 180px;
    margin: 10px auto;
}

.seemore2 {
    background-color: #fff;
    color: #005a2b;
    text-align: center;
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px #005a2b solid;
    display: inline-block;
    width: 180px;
    margin: 10px auto;
}

.seemore3 {
    background-color: #26B130;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 3px;
    display: inline-block;
    width: 180px;
    margin: 10px auto;
}

.seemore4 {
    background-color: #ffd83e;
    color: #856715;
    text-align: center;
    padding: 5px 5px;
    border-radius: 3px;
    display: inline-block;
    width: 180px;
    margin: 10px auto;
}

.message-box-wrap {
    border: 0px solid #fff;
    padding: 9px 20px;
}

.inpadd {
    display: block;
    margin: 5px 0;
}

.last-comment {
    margin-bottom: 15px;
}

    .last-comment .dashed {
        border-bottom: 1px dashed #dfdfdf;
        padding-bottom: 2px;
    }

    .last-comment .comment {
        height: 40px;
        line-height: 20px;
        color: #707070;
        font-size: 12px;
        text-align: justify;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

.pricing {
    padding: 10px 0;
}

.magic li {
    background: #0c121c;
}

    .magic li:hover {
        background: #363636;
    }

.magic a {
    display: block;
    color: #fff;
}

.titlee {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    border: 1px solid #10161f;
    border-top: 0;
    font-size: 13px;
    padding-bottom: 7px;
    background: #f5f5f5;
    margin: 0;
    border-radius: 0 0 5px 5px;
    min-height: 67px;
}

    .titlee a {
        color: #10161f;
        display: block;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0;
    margin-top: 1px \9;
    line-height: normal;
    z-index: 9999;
    margin-right: 5px;
}

ul ul {
    width: 100%;
    overflow: hidden;
}

.download-box {
    position: relative;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    margin: 5px auto;
}

.dl {
    background: #128d08;
    color: #FFF;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 5px;
    display: block;
    overflow: hidden;
}

.download-box:hover img {
    filter: sepia(100%);
}

.border-radius {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dl-post {
    width: 100%;
    height: 40px;
    line-height: 18px;
    padding: 4px 5px;
    margin: 0;
    background-color: rgba(0,0,0,0.8) !important;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    right: 0;
    text-align: center;
    display: table;
}

    .dl-post h6 a {
        color: #fff;
        font-size: 12px;
    }

.pricing h6 {
    background: #d4af3a;
    height: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    font-size: 19px;
    padding: 5px;
    display: block;
}

.pricing .curency {
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: -20px;
}

.pricing .price-head {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 7px;
    background: #20223e;
}

    .pricing .price-head .month {
        font-size: 12px;
    }

.pricing .p-details {
    border: 1px solid #ececec;
    text-align: center;
    border-top: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .pricing .p-details p {
        padding: 12px 0;
        margin: 0px;
    }

        .pricing .p-details p.gry-bg {
            background: #f8f8f8;
        }

    .pricing .p-details a {
        text-transform: uppercase;
        background: #222222;
        display: inline-block;
        float: left;
        height: 47px;
        line-height: 47px;
        padding-left: 30px;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: -1px;
        position: relative;
    }

        .pricing .p-details a:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 24px 0 24px 20px;
            border-color: transparent transparent transparent #222222;
            float: right;
            height: 47px;
            overflow: hidden;
            position: relative;
            margin-right: -20px;
        }

.fileup {
    border: 1px solid #e8e8e8;
    padding: 4px;
}

select {
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdc;
    background: #f5f5f5;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@font-face {
    font-family: 'font-awesome';
    src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.eot'), url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
}

.widget-inner {
    background: #0c121c;
    padding: 5px;
    text-align: center;
}

.magicat a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .magicat a:hover {
        color: #a5a5a5;
    }

.widget-inner h2 {
    text-align: center;
    margin: 7px 0;
    color: #000;
    font-size: 15px;
    border-bottom: 1px solid #868686;
    padding-bottom: 7px;
}

.magicat li {
    text-align: right;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 7px 0;
}

    .magicat li i {
        margin-left: 7px;
        color: #eee;
    }

    .magicat li:last-child {
        border-bottom: none;
    }

.reqbutton {
    background: #9ac72a;
    color: #000;
    padding: 0 10px;
    margin: 10px 0;
    border-radius: 3px;
    line-height: 35px;
    display: inline-block !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .reqbutton:hover {
        color: #fff;
    }

th, td {
    text-align: center;
}

.dis-block {
    display: block;
}

.color-red {
    color: #db2828 !important;
}

.text-center {
    text-align: center !important;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

aside {
    background: #fff;
    padding: 0px;
    direction: rtl;
    border-radius: 5px;
    margin: 1px 0 3px;
}

    aside h3 {
        padding: 3px 7px;
        font-size: 15px;
        margin: 3px 0;
        color: #fff;
        color: #9ac72a;
        font-weight: normal;
        background: #20223e;
        margin-bottom: 10px;
    }

.hidef {
    display: none !important;
}

.showf {
    display: block !important;
}

aside label {
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 500px;
    border: 3px solid #f0f1f2;
    padding: 0;
    direction: rtl;
}

.modalPopup {
    background-color: #fff;
    color: White;
    line-height: 30px;
    text-align: center;
}

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        color: #000;
        margin-bottom: 5px;
    }

td input {
    width: auto !important;
    height: auto !important;
    border: none !important;
}

.nav-tabs > li {
    float: right;
}

.sub-menu-holder i {
    float: left;
    color: #fff;
}

.main_title3 {
    /* height: 8px; */
    text-align: center;
    margin: 5px 0;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}

body {
    font-family: byekan2;
    font-size: 13px;
    color: #000;
    background: #fff;
    line-height: 27px;
    overflow-x: hidden;
    border-top: 3px solid #0c121c;
}

.fontcolor {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.white-box {
    background-color: #fff;
    padding: 10px;
}

.numscroller-info-top {
    color: #666;
    font-size: 14px;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

.numscroller {
    color: #666;
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

p {
    margin: 0;
}

a {
    font-weight: normal;
}

    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }

.rtl {
    direction: rtl;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5 {
    color: #252525;
}

h1 {
    font-size: 21px;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 16px;
}

h6 {
    font-weight: normal;
    font-size: 15px;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
}

.theme-btn {
    width: 153px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.border_round {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.tran5s {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tran3sL {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.clear_fix {
    clear: both;
}

.send_message .form-validation p {
    height: 25px;
    font-size: 14px;
}

.main_title2 {
    position: relative;
    width: 100%;
}

.summary {
    position: relative;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 10px;
    box-shadow: 0 0 0px 1px #dfdfdf;
    border-right: 4px #005a2b solid !important;
}

.comment-box_name {
    background: #898989;
    color: #FFF;
    font-size: 13px;
    float: right;
    position: relative;
    display: inline-block;
    padding: 3px 5px;
}

.comment-box {
    position: relative;
    background: #fcfcfc;
    color: #717171;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px #ededed solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.comment-header {
    display: block;
}

.comment-content {
    display: block;
    padding: 5px;
    width: 100%;
}

.article-box:hover img {
    filter: sepia(100%);
}

.main_title2 h2 {
    position: relative;
    top: -18px;
    background: #fff;
    color: #5A5A5A;
    text-align: center;
    padding: 1px 20px;
    margin: 0;
    display: inline-block;
    font-size: 15px;
}

.magic li {
    text-align: center;
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.topm {
    margin-top: 10px;
}

.light .main_title2 h2 {
    background: #f8f9f9;
}

.img_holder {
    display: block;
    overflow: hidden;
    width: 100%;
}

.main_title2 b {
    margin-right: 50px;
}

.main_title {
    position: relative;
    width: 100%;
}

    .main_title h2 {
        border-bottom: 1px solid #e5e3e3;
        position: relative;
        padding: 7px 10px;
        margin-top: 0;
        color: #9ac72a;
        font-size: 17px;
        padding-top: 7px;
    }

#divWithRepeater li {
    text-align: center;
}

.comment-header i {
    margin: 0 5px;
}

.main_title2 h3 {
    position: relative;
    padding: 3px 7px;
    font-size: 15px;
    color: #9ac72a;
    font-weight: normal;
    background: #20223e;
    margin: 0;
}

.comments li {
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

    .comments li small {
        color: #9ac72a;
        font-size: 11px;
    }

.main_title2 h2 {
    position: relative;
}

.main_title2 {
    height: 8px;
    text-align: center;
    margin: 30px 0;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}

    .main_title2 h6 {
        border-bottom: 1px solid #e5e3e3;
        position: relative;
        padding: 7px 0 17px 0;
        color: #252525;
    }


.main_title .dropdown {
    position: absolute;
    top: -2px;
    right: 0;
}

    .main_title .dropdown button {
        background: #f5f5f5;
        border: 1px solid #f1f1f1;
        border-radius: 4px;
        line-height: 32px;
        padding-left: 9px;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }

.main_title2 i {
    background-color: #d5ae37;
    bottom: -11px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 20px;
    right: 48%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.main_title .dropdown ul {
    min-width: 100%;
    box-shadow: none;
    padding: 2px 0 0 0;
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 4px 4px;
    margin: -2px 0 0 0;
}

    .main_title .dropdown ul li {
        padding: 5px 9px;
        cursor: pointer;
    }

        .main_title .dropdown ul li:hover {
            background: #f4762a;
            color: #fff;
        }

        .main_title .dropdown ul li:last-child {
            border-radius: 0 0 4px 4px;
        }

.main_title .dropdown button > i {
    vertical-align: text-top;
    padding: 0 4px 0 15px;
}

.main-title-center {
    text-align: center;
}

    .main-title-center h2 {
        display: inline-block;
        border-bottom: 1px solid #e5e3e3;
        padding: 0 56px 13px 56px;
        position: relative;
    }

        .main-title-center h2:before {
            content: '';
            width: 50px;
            height: 1px;
            background: #f4762a;
            position: absolute;
            bottom: -1px;
            left: 43%;
        }

.dropdown .dropdown-menu {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.form-validation label.error {
    display: none !important;
}

.form-validation input.error,
.form-validation textarea.error {
    border: 1px solid #f03838;
}


.successmes {
    color: #1ea133;
    border-color: #a9ecb4;
    background-color: #dffbe4;
    width: 100%;
    overflow: hidden;
}

.disn {
    display: none !important;
}

.recent-come li {
    margin-bottom: 4px;
}

.errormes {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #bbb;
    font-size: 14px;
    color: #bd6767;
    border-color: #f1bdbd;
    background-color: #ffdddd;
}

.message-box-wrap {
    border: 0px solid #fff;
    padding: 5px 20px;
}

#top_header {
    background: #4dc2e6;
    padding: 8px 0 9px 0;
}

    #top_header a {
        font-weight: normal;
        color: #fff;
    }

        #top_header a.login {
            margin-right: 20px;
        }

        #top_header a.mail i {
            margin-right: 2px;
        }

        #top_header a.download {
            margin-right: 16px;
        }

    #top_header .dropdown button {
        background: transparent;
        border: none;
        box-shadow: none;
        outline: none;
        color: #fff;
        padding-left: 1px;
    }

    #top_header .dropdown {
        color: #fff;
    }

    #top_header .top_header_left {
        padding-top: 5px;
    }

    #top_header .top_header_right {
        width: auto;
        float: right;
    }

        #top_header .top_header_right > .dropdown,
        #top_header .top_header_right #polyglotLanguageSwitcher,
        #top_header .top_header_right > a,
        #top_header .top_header_right .icon_header {
            display: inline-block;
        }

            #top_header .top_header_right .icon_header li {
                display: inline-block;
                width: 32px;
                height: 32px;
                background: linear-gradient(to right, #43bade 0%,#43bade 50%,#3fb3d7 50%,#3fb3d7 50%,#3fb3d7 100%);
                -ms-transform: rotate(45deg); /* IE 9 */
                -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
                transform: rotate(45deg);
                margin-right: 5px;
            }

                #top_header .top_header_right .icon_header li:last-child {
                    margin-right: 0;
                }

                #top_header .top_header_right .icon_header li a {
                    display: block;
                    line-height: 32px;
                    text-align: center;
                    font-size: 14px;
                    -ms-transform: rotate(-45deg); /* IE 9 */
                    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
                    transform: rotate(-45deg);
                }

                #top_header .top_header_right .icon_header li:hover,
                #top_header .top_header_right .icon_header li:focus {
                    background: #f4762a;
                }

#polyglotLanguageSwitcher span.trigger:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
}

#top_header .top_header_right > .dropdown {
    width: 80px;
    z-index: 99999;
}

    #top_header .top_header_right > .dropdown ul {
        box-shadow: none;
        border: none;
        background: #4dc2e6;
        min-width: 130px;
        padding: 0;
        top: 34px;
        border-radius: 0 0 3px 3px;
    }

        #top_header .top_header_right > .dropdown ul li {
            padding: 6px 0px 6px 15px;
            border-top: 1px dotted #fff;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            cursor: pointer;
        }

            #top_header .top_header_right > .dropdown ul li:first-child {
                border-top: none;
            }

            #top_header .top_header_right > .dropdown ul li:last-child {
                border-radius: 0 0 3px 3px;
            }

            #top_header .top_header_right > .dropdown ul li:hover {
                background-color: #f4762a;
            }

.main_menu {
    background-color: black;
    -webkit-box-shadow: 2px 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

.main_menu .wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

.shabake {
    display: block;
    overflow: hidden;
    margin: 3px auto;
}

.ejtema {
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: left;
    margin: 0px 3px 0px 3px;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .ejtema:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-filter: grayscale(0%);
        -webkit-filter: none;
        filter: none;
    }

label {
    font-weight: normal;
}

.main_menu .logo_holder {
    margin-top: 7px;
}

    .main_menu .logo_holder img {
        max-height: 85px;
    }

.lii {
    margin-right: 30px;
    float: right !important;
    margin-bottom: 8px;
}

.top {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    direction: rtl;
    width: 100%;
    padding-right: 60px;
    margin-top: 15px;
}

.sidebar {
    float: right;
}

.lii a {
    color: #62686B;
    float: right;
}

.top-link li i, .top-link li a i {
    margin-left: 10px;
}

.maptip {
    position: absolute;
    top: 4px;
    right: 2%;
    height: 69px;
    width: 183px;
    text-align: center;
    color: #8DC641;
    font-size: 14px;
}

a.amenities {
    float: right;
    height: 37px;
    width: 100%;
    text-align: center;
    background-color: #6cbf0d;
    border-color: #5fa70b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease,background-color .2s ease;
    -o-transition: color .2s ease,background-color .2s ease;
    transition: color .2s ease,background-color .2s ease;
    color: #fff;
    padding: 7px 5px;
    margin-top: 5px;
    font-size: 14px;
    margin: 5px;
    display: block;
    margin-bottom: 0;
}

    a.amenities:hover {
        background-color: #518f0a;
        border-color: #3e6e07;
    }

.carousel-control.right i {
    position: absolute;
    top: 43%;
    right: 25%;
    font-size: 30px;
}

.butt {
    background: #20223e !important;
    color: #fff;
    font-size: 13px !important;
    height: 30px !important;
    width: 20% !important;
    float: left !important;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.inpp {
    font-size: 14px !important;
    height: 30px !important;
    float: right !important;
    width: 80% !important;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.carousel-control.left i {
    position: absolute;
    top: 43%;
    font-size: 30px;
    left: 25%;
}

.topp {
    background: #f5f5f5;
}

a.amenities:hover {
    background-color: #86b316;
    color: #fff;
}

.mtop {
    margin-top: 25px;
}

a.amenities2 {
    float: right;
    height: 37px;
    width: 100%;
    text-align: center;
    color: #6cbf0d;
    padding: 7px 10px;
    font-size: 14px;
    display: block;
    margin: 5px;
    -webkit-transition: color .2s ease,background-color .2s ease;
    -o-transition: color .2s ease,background-color .2s ease;
    transition: color .2s ease,background-color .2s ease;
}

    a.amenities2:hover {
        color: #5fa70b;
    }

.bgw {
    background: #363636;
    overflow: hidden;
}

.main_menu nav {
    order: -2;
    border: none;
    background-color: transparent;
    border-radius: 0;
    min-height: auto;
    margin: 2px;
}

.hww {
    width: 200px;
    margin: 20px;
    padding: 5px;
    text-align: center;
    background: #0c121c;
    color: #fff;
    overflow: hidden;
}

.pad-top {
    padding-top: 45px;
}

.main_menu nav .nav > li > a {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    padding: 15px 7px;
    position: relative;
    -webkit-transition: background-color 0.17s ease-out;
    -moz-transition: background-color 0.17s ease-out;
    -o-transition: background-color 0.17s ease-out;
    -ms-transition: background-color 0.17s ease-out;
    transition: background-color 0.17s ease-out;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.summary-title {
    position: relative;
    color: #FFF;
    background: #005a2b;
    padding: 7px;
    font-size: 11px;
    position: absolute;
    top: 10px;
    right: 0;
    height: 30px;
    line-height: 16px;
}

    .summary-title::after {
        content: " ";
        position: absolute;
        top: 0;
        left: -16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 16px 0px 0;
        border-color: transparent #005a2b transparent transparent;
    }

.navbar-nav {
    text-align: center;
}

.main_menu nav .nav > li {
    position: relative;
    z-index: 9999;
    -webkit-transition: height .4s,line-height .4s,background-color .4s;
    -moz-transition: height .4s,line-height .4s,background-color .4s;
    -o-transition: height .4s,line-height .4s,background-color .4s;
    transition: height .4s,line-height .4s,background-color .4s;
    color: #d4ae36;
    display: inline-block;
    float: right;
}

    .main_menu nav .nav > li.sub-menu-holder:after {
        content: '';
        font-family: 'font-awesome';
        color: #f9cb09;
        font-size: 22px;
        position: absolute;
        bottom: -12px;
        left: 44%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .main_menu nav .nav > li.sub-menu-holder:hover:after {
        opacity: 0;
        visibility: visible;
        bottom: -17px;
    }

.top-link {
    width: 100%;
    display: block;
    overflow: hidden;
}

.main_menu nav .nav > li:hover:before {
    content: '';
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
}

.main_menu nav .nav ul.sub-menu {
    position: absolute;
    top: 110px;
    right: -14px;
    background: #ebebeb;
    width: 179px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.main_menu nav .nav > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 43px;
}

.main_menu nav .nav ul.sub-menu > li {
    position: relative;
}


.main_menu nav .nav > li > ul li a {
    font-weight: normal;
    font-size: 13px;
    color: #414751;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    line-height: 30px;
    display: block;
    padding: 2px 10px 2px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: right;
}

.main_menu nav .nav > li > ul > li:last-child > a {
    border: none;
}

.main_menu nav .nav > li > ul > li > a i {
    font-size: 18px;
    color: #b7b7b7;
    float: right;
    padding-right: 20px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_menu nav .nav > li > ul > li a:hover {
    background: #20223e;
    color: #ffffff;
    padding-right: 15px;
}

    .main_menu nav .nav > li > ul > li a:hover i {
        padding-right: 15px;
    }

.main_menu nav .nav ul.sub-sub-menu {
    position: absolute;
    top: 0;
    right: -115%;
    background: #fff;
    width: 179px;
    border: 1px solid #4dc2e6;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .main_menu nav .nav ul.sub-sub-menu:after {
        content: '';
        width: 100%;
        height: 100%;
        background: transparent;
        position: absolute;
        left: -20px;
        top: 0;
        z-index: -1;
    }

.main_menu nav .nav ul.sub-menu > li:hover .sub-sub-menu {
    right: -104%;
    opacity: 1;
    visibility: visible;
}

.main_menu nav .nav .sub-sub-menu > li:last-child > a {
    border: none;
    border-radius: 0 0 5px 5px;
}

.main_menu nav .nav .sub-sub-menu > li:first-child > a {
    border-radius: 5px 5px 0 0;
}

/*_____________________ Call US  Anytime ____________*/
.call_us {
    background: #f9cb09;
    height: 41px;
    width: 315px;
    float: right;
    border-radius: 0px 0px 26px 26px;
    position: relative;
    margin: 0 20px -41px 0;
    z-index: 99;
    direction: rtl;
}

    .call_us:before {
        content: url(../../images/home/r.png);
        height: 42px;
        position: absolute;
        top: -1px;
        left: -30px;
        z-index: -1;
    }

    .call_us:after {
        content: url(../../images/home/l.png);
        height: 42px;
        position: absolute;
        top: -1px;
        right: -30px;
        z-index: -1;
    }

.logo_holder {
    margin-top: 10px;
    margin-bottom: 10px;
}

.call_us p {
    position: relative;
    color: #121314;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    margin: 5px 11px 0 13px;
}

    .call_us p span {
        display: inline-block;
        color: #fff;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #121314;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        margin-left: 8px;
    }

.call_us a {
    color: #121314;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    /* margin: 0 10px; */
    /* float: left; */
    border-radius: 1px;
}

#main_banner .rent-box .rent-content {
    width: 470px;
    height: 310px;
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 4px 30px;
}

.sr-only {
    width: 120px;
    height: 22px;
    text-align: right;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    float: right;
    position: relative;
    color: #fff;
    padding-right: 35px;
}

#main_banner .rent-box .rent-content h2 {
    font-size: 30px;
    color: #282828;
    margin-right: 12px;
}

#main_banner .rent-box .rent-content h4:nth-child(1) {
    color: #f4762a;
    font-size: 18px;
}

#main_banner .rent-box .rent-content h4:nth-child(3) {
    color: #4dc2e6;
    font-size: 18px;
}

#main_banner .rent-box .rent-content .title-rent h2,
#main_banner .rent-box .rent-content .title-rent a {
    display: inline-block;
}

#main_banner .rent-box .rent-content .title-rent {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 28px;
    padding-bottom: 3px;
}

    #main_banner .rent-box .rent-content .title-rent a {
        color: #fff;
        width: 80px;
        padding: 3px 0;
        text-align: center;
        background: #4dc2e6;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        vertical-align: text-bottom;
        -webkit-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important;
    }

        #main_banner .rent-box .rent-content .title-rent a:hover,
        #main_banner .rent-box .rent-content .title-rent a:focus {
            background: #f4762a;
        }

#main_banner .rent-box .rent-content .text p {
    white-space: pre-wrap;
    margin: 19px 0px 16px 0 !important;
    line-height: 24px !important;
}

#main_banner .rent-box .rent-content .text {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 26px;
    margin-bottom: 14px;
}

#main_banner .rent-box .rent-content ul li {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    font-size: 14px;
}

    #main_banner .rent-box .rent-content ul li:first-child {
        margin-left: 7px;
    }

    #main_banner .rent-box .rent-content ul li i {
        color: #4dc2e6;
    }

#main_banner .metis .tp-bullet-title {
    background: #f4762a;
    padding: 5px 11px;
}

    #main_banner .metis .tp-bullet-title:after {
        border-color: rgba(244,118,42,1) transparent transparent transparent;
    }

#main_slider_two h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.metis .tp-bullet {
    width: 65px;
    height: 65px;
    background: transparent;
    background-color: #fff;
}

    .metis .tp-bullet.selected, .metis .tp-bullet:hover {
        background: #fff;
    }

.metis .tp-bullet-image {
    box-shadow: none;
    width: 59px;
    height: 59px;
    -webkit-transition: all 0.3s ease-in-out -o-transition: all 0.3s ease-in-out transition: all 0.3s ease-in-out;
}

    .metis .tp-bullet-image:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: rgba(77,194,230,0.8);
        transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
    }

.metis .tp-bullet.selected .tp-bullet-image:before,
.metis .tp-bullet:hover .tp-bullet-image:before {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

a:hover, a:focus {
    text-decoration: none;
}

.btnn {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    width: 100%;
    text-align: center;
    height: 40px;
    border-radius: 20px;
    transition: all 0.15s ease-in-out 0s;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 35px;
    border: 1px #9ac72a solid;
}

.find_home {
    background: #1f223e;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

    .find_home form {
        margin-top: 35px;
    }

    .find_home h3.table_title {
        color: #9ac72a;
        position: relative;
        margin-top: 0;
        text-align: center;
        font-size: 20px;
        margin-bottom: 25px;
        border-bottom: 1px dashed #9ac72a;
        padding-bottom: 15px;
    }

        .find_home h3.table_title i {
            padding-right: 6px;
        }

    .find_home form .single_form {
        height: 45px;
        display: inline-block;
        margin-bottom: 40px;
        position: relative;
    }

    .find_home form .space_fix {
        margin-left: 26px;
    }

    .find_home form .selectmenu_type_1 {
        width: 240px;
    }

    .find_home form .selectmenu_type_2 {
        width: 270px;
    }

    .find_home form .selectmenu_type_3 {
        width: 210px;
    }

    .find_home form .selectmenu_type_4 {
        width: 270px;
    }

.ui-state-default {
    width: 100% !important;
    height: 100%;
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #dbdbdc;
    font-family: byekan;
    font-size: 14px;
    color: #000000;
    padding-right: 7px;
    outline: none;
    box-shadow: none;
    margin-top: 10px;
}

    .ui-state-default:hover,
    .ui-state-default:focus {
        outline: none;
        box-shadow: none;
    }

.ui-selectmenu-button span.ui-icon {
    display: block;
    float: right;
    position: relative;
    text-indent: 0;
    height: 45px;
    top: 0;
    margin-top: 0;
    border-left: 1px solid #f2f2f2;
    width: 37px;
    background-image: none;
}

    .ui-selectmenu-button span.ui-icon:before {
        content: '';
        font-family: 'font-awesome';
        position: absolute;
        top: 30%;
        left: 50%;
        font-size: 16px;
        color: rgb(160, 160, 160);
        overflow: visible;
    }

.ui-selectmenu-button span.ui-selectmenu-text {
    float: right;
    margin-top: 7px;
    padding: 7px 20px 0 0px;
    font-family: byekan;
}

.ui-menu .ui-menu-item {
    font-family: byekan;
    font-size: 14px;
    color: #a0a0a0;
    text-transform: capitalize;
    padding: 9px 10px 9px 0px;
}

    .ui-menu .ui-menu-item:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.ui-widget-content {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}

    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        background: #f9cb09;
        color: #000;
        border: none;
        margin: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

.find_home form #datepicker {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-left: 15px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #4dc2e6;
    border: 1px solid #4dc2e6;
}

.ui-datepicker .ui-datepicker-header {
    background: #4dc2e6;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    padding: 0;
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    color: #fff;
    line-height: 40px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 6px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    background-image: none;
    margin: 0;
    padding: 0;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.find_home form .search {
    line-height: 45px;
    width: 153px;
    background: #f4762a;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: none;
}

.find_home form .date_select span {
    display: block;
    position: absolute;
    height: 100%;
    width: 45px;
    border-left: 1px solid #f2f2f2;
    top: 0;
    right: 0;
    text-align: center;
    padding-top: 12px;
}

.social {
    padding: 10px;
    background: #222;
}
/*_______________ Start Real Estate ______________________*/
.real_estate {
    position: relative;
    z-index: 1;
    background: #363636;
    padding: 20px 0;
}

.lv-list li {
    position: relative;
    display: block;
    background-color: #202020;
    min-height: 76px;
    margin-bottom: 3px;
    transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -ms-transition: background-color 200ms ease-in-out 0s;
    overflow: hidden;
}

.lv-list .lv-img {
    width: 132px;
    height: 76px;
    float: right;
    position: relative;
}

.lv-list .lv-dis {
    color: #fff;
    width: calc(100% - 132px);
    float: right;
    line-height: 25px;
    height: 76px;
    overflow: hidden;
}

    .lv-list .lv-dis span {
        display: block;
        color: #fff;
        padding-right: 20px;
        padding-left: 20px;
        line-height: 25px;
        width: 99%;
        position: relative;
        top: 50%;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.lv-list .lv-img i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin-top: -17px;
    margin-left: -17px;
    font-size: 34px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-transition: all 100ms ease-in 0s;
    -moz-transition: all 100ms ease-in 0s;
    -o-transition: all 100ms ease-in 0s;
    -ms-transition: all 100ms ease-in 0s;
    transition: all 100ms ease-in 0s;
}

.light {
    background-color: #f8f9f9;
    color: #4a4f54;
    padding: 25px 0;
}

.dark {
    background-color: #4a4f54;
    color: #e4e8e8;
}

.real_estate .text h2 {
    margin-top: 14px;
}

.real_estate .text h1 {
    margin-top: 0;
}

.real_estate .text p {
    margin: 15px;
}

.real_estate .text a {
    background: #4dc2e6;
    display: block;
    color: #fff;
}

    .real_estate .text a:hover,
    .real_estate .text a:focus {
        background: #f4762a;
        color: #fff;
    }

.real_estate .image_gallery {
    margin-top: 19px;
}

    .real_estate .image_gallery .img_holder {
        float: left;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

    .real_estate .image_gallery .space_fix {
        padding-right: 10px;
        z-index: 99;
    }

    .real_estate .image_gallery .upper_sapce_fix {
        margin-top: calc(-40% + 3px);
        z-index: 9;
    }

        .real_estate .image_gallery .upper_sapce_fix:before {
            content: '';
            width: 170px;
            height: 226px;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9;
        }

    .real_estate .image_gallery .img_holder h4 {
        font-family: 'Vidaloka', serif;
        color: #fff;
        position: absolute;
        font-size: 18px;
    }

/*_________________ Featured Properties _______________*/

.featured_properties {
    margin-top: 50px;
}

    .featured_properties .properties_item {
        margin-top: 40px;
    }

.properties_item .single_properties {
    margin-bottom: 40px;
}

    .properties_item .single_properties .img_holder {
        position: relative;
    }

        .properties_item .single_properties .img_holder a {
            display: block;
        }

        .properties_item .single_properties .img_holder span,
        .properties_item .single_properties span.price {
            position: absolute;
            color: #fff;
            bottom: 13px;
            display: block;
            font-weight: normal;
            cursor: default;
        }

    .properties_item .single_properties span.price {
        left: 19px;
        font-size: 22px;
        font-weight: normal;
    }

    .properties_item .single_properties .img_holder a span.properties_img {
        right: 19px;
        bottom: 17px;
        font-size: 14px;
    }

        .properties_item .single_properties .img_holder a span.properties_img i {
            padding-right: 6px;
        }

.property_tag {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    line-height: 23px;
    position: absolute;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    cursor: default;
    padding: 5px 8px;
}

.property_tag {
    top: 13px;
    left: 12px;
    background: #005a2b;
}

.properties_item .single_properties span.property_tag_top {
    top: 13px;
    right: 12px;
    background: #f4762a;
}

.properties_item .single_properties .text {
    border: 1px solid #f3f3f3;
    padding-top: 37px;
}

    .properties_item .single_properties .text .title h6 {
        margin: 0 0 7px 0;
        color: #252525;
    }

    .properties_item .single_properties .text .title span {
        color: #f4762a;
        display: block;
    }

    .properties_item .single_properties .text .author_img img {
        width: 54px;
        height: 54px;
        border: 2px solid #f1f1f1;
    }

    .properties_item .single_properties .text .title {
        float: left;
        padding-left: 19px;
    }

    .properties_item .single_properties .text .author_img {
        float: right;
        padding-right: 17px;
        margin-top: -16px;
    }

.properties_item .single_properties .properties_history {
    margin-top: 15px;
}

    .properties_item .single_properties .properties_history li {
        color: #252525;
        padding-left: 20px;
        border-top: 1px solid #f3f3f3;
        line-height: 39px;
    }

        .properties_item .single_properties .properties_history li span {
            display: block;
            float: right;
            color: #a0a0a0;
            padding-right: 17px;
            font-size: 14px;
            line-height: 39px;
        }

        .properties_item .single_properties .properties_history li i {
            color: #4dc2e6;
        }

.properties_item .single_properties .carousel-control.right,
.properties_item .single_properties .carousel-control.left {
    background: none;
}

.properties_item .single_properties .carousel-control {
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    opacity: 0;
    visibility: hidden;
    width: 10%;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    .properties_item .single_properties .carousel-control.right i {
        position: absolute;
        top: 43%;
        left: 41%;
    }

    .properties_item .single_properties .carousel-control.left i {
        position: absolute;
        top: 43%;
        left: 41%;
    }

.properties_item .single_properties:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}
/*_________________ Recent Properties _______________*/

.recent_properties {
    margin-top: 9px;
    position: relative;
}

    .recent_properties .properties_item {
        padding-top: 30px;
    }

    .recent_properties .single_properties .recent_properties_history {
        background: #fdfbfb;
        padding-top: 23px;
    }

        .recent_properties .single_properties .recent_properties_history h6 {
            margin-top: 0;
            color: #252525;
            text-align: center;
            line-height: 28px;
            padding: 0 20px;
        }

    .recent_properties .single_properties {
        margin-right: 15px;
        margin-left: 15px;
    }

        .recent_properties .single_properties .recent_properties_history ul li {
            display: inline-block;
            text-align: center;
            margin-right: 66px;
            font-size: 14px;
        }

            .recent_properties .single_properties .recent_properties_history ul li i {
                color: #4dc2e6;
                font-size: 18px;
                display: block;
                margin-bottom: 13px;
            }

            .recent_properties .single_properties .recent_properties_history ul li:last-child {
                margin: 0;
            }

        .recent_properties .single_properties .recent_properties_history ul {
            padding-left: 22px;
            margin-top: 28px;
        }

        .recent_properties .single_properties .recent_properties_history a {
            display: block;
            line-height: 45px;
            text-align: center;
            background: #4dc2e6;
            color: #fff;
            margin-top: 25px;
        }

            .recent_properties .single_properties .recent_properties_history a:hover,
            .recent_properties .single_properties .recent_properties_history a:focus {
                background: #f4762a;
            }

    .recent_properties .customNavigation {
        position: absolute;
        top: 35px;
        right: 17px;
        color: #252525;
    }

    .recent_properties .owl-theme .owl-nav {
        position: absolute;
        margin: 0;
        right: 15px;
        top: -52px;
    }

        .recent_properties .owl-theme .owl-nav [class*=owl-] {
            padding: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .recent_properties .owl-theme .owl-nav .owl-prev {
            margin-right: 42px;
        }

            .recent_properties .owl-theme .owl-nav .owl-prev:before {
                content: '';
                font-family: 'font-awesome';
                font-size: 24px;
                color: #252525;
                position: absolute;
                top: 0;
                left: 0;
            }

        .recent_properties .owl-theme .owl-nav .owl-next:before {
            content: '';
            font-family: 'font-awesome';
            font-size: 24px;
            color: #252525;
            position: absolute;
            top: 0;
            right: 0;
        }

        .recent_properties .owl-theme .owl-nav .owl-prev:hover:before,
        .recent_properties .owl-theme .owl-nav .owl-next:hover:before {
            color: #f4762a;
        }

/*____________________ Testimonial ____________________*/

.testimonial {
    background: #f7f7f7;
    margin-top: 29px;
    padding-top: 70px;
    padding-bottom: 105px;
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
}

    .testimonial .slider #myCarousel img,
    .testimonial .slider #myCarousel .carousel-inner,
    .testimonial .slider #myCarousel .item {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
    }

    .testimonial .slider #myCarousel .carousel-indicators {
        bottom: -49px;
    }

        .testimonial .slider #myCarousel .carousel-indicators li {
            width: 12px;
            height: 12px;
            border: 1px solid #4dc2e6;
            margin: 0 0 0 5px;
        }

            .testimonial .slider #myCarousel .carousel-indicators li.active {
                background: #4dc2e6;
                border: 1px solid #4dc2e6;
            }

    .testimonial .client_speach {
        position: relative;
        padding: 0 75px 0 20px;
    }

        .testimonial .client_speach p {
            font-size: 16px;
            line-height: 30px;
            padding-left: 40px;
            position: relative;
            margin-bottom: 50px;
            padding-top: 32px;
        }

            .testimonial .client_speach p:before {
                content: '';
                font-family: 'font-awesome';
                font-size: 24px;
                color: #f4762a;
                position: absolute;
                left: 0;
                top: -2px;
            }

        .testimonial .client_speach #client-slider a {
            font-family: 'Vidaloka', serif;
            font-weight: normal;
            font-size: 18px;
            text-transform: capitalize;
            color: #fff;
            line-height: 62px;
            width: 226px;
            text-align: center;
            background: #4dc2e6;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            cursor: default;
            margin-right: 30px;
        }

            .testimonial .client_speach #client-slider a:hover {
                background: #f4762a;
            }

        .testimonial .client_speach #client-slider span {
            color: #f4762a;
            line-height: 24px;
            margin-top: 5px;
        }

        .testimonial .client_speach #client-slider span,
        .testimonial .client_speach #client-slider a {
            float: left;
        }

        .testimonial .client_speach .owl-theme .owl-nav {
            position: absolute;
            margin: 0;
            right: -79px;
            bottom: -5px;
        }

            .testimonial .client_speach .owl-theme .owl-nav [class*=owl-] {
                padding: 0;
                width: 46px;
                height: 46px;
                text-align: center;
                color: #a0a0a0;
                background: #fff;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                -o-border-radius: 3px;
                -ms-border-radius: 3px;
                margin-left: 6px;
                font-size: 14px;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                position: relative;
            }

            .testimonial .client_speach .owl-theme .owl-nav .owl-prev:before {
                content: '';
                font-family: 'font-awesome';
                position: absolute;
                top: 30%;
                left: 35%;
            }

            .testimonial .client_speach .owl-theme .owl-nav .owl-next:before {
                content: '';
                font-family: 'font-awesome';
                position: absolute;
                top: 30%;
                right: 35%;
            }

            .testimonial .client_speach .owl-theme .owl-nav .owl-prev:hover:before,
            .testimonial .client_speach .owl-theme .owl-nav .owl-next:hover:before {
                color: #4dc2e6;
            }
/*______________________ Popular Agents ____________*/
.popular_agent {
    margin-top: 50px;
}

.agent_people {
    margin-top: 40px;
}

    .agent_people .single_agent .agent_image {
        background: #f7f7f7;
        padding: 30px 25px 26px 25px;
    }

        .agent_people .single_agent .agent_image .agent_name {
            margin-top: 32px;
        }

            .agent_people .single_agent .agent_image .agent_name .name_holder {
                float: left;
            }

            .agent_people .single_agent .agent_image .agent_name .button {
                float: right;
            }

                .agent_people .single_agent .agent_image .agent_name .button a {
                    line-height: 34px;
                    width: 100px;
                    text-align: center;
                    color: #fff;
                    background: #4dc2e6;
                    font-style: italic;
                    border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -o-border-radius: 3px;
                    -ms-border-radius: 3px;
                }

                    .agent_people .single_agent .agent_image .agent_name .button a:hover,
                    .agent_people .single_agent .agent_image .agent_name .button a:focus {
                        background: #f4762a;
                    }

            .agent_people .single_agent .agent_image .agent_name .name_holder h4 {
                font-family: 'Open Sans', sans-serif;
                font-size: 16px;
                color: #252525;
                font-weight: normal;
                margin-top: -4px;
                margin-bottom: 6px;
            }

            .agent_people .single_agent .agent_image .agent_name .name_holder i {
                color: #f4762a;
            }

    .agent_people .single_agent .agent_contact > a {
        display: block;
        color: #a0a0a0;
        line-height: 20px;
        font-weight: normal;
        margin: 9px 0;
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .agent_people .single_agent .agent_contact > a:hover {
            color: #4dc2e6;
        }

    .agent_people .single_agent .agent_contact {
        padding: 16px 25px 30px 25px;
        box-shadow: 0px 1px 4px 0px rgba(191, 191, 191, 0.17);
    }

        .agent_people .single_agent .agent_contact > a i {
            color: #4dc2e6;
        }

        .agent_people .single_agent .agent_contact ul li {
            display: inline-block;
            width: 35px;
            height: 35px;
            border: 1px solid #f3f3f3;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
            background: #fdfbfb;
            margin: 18px 6px 0px 0;
        }

            .agent_people .single_agent .agent_contact ul li a {
                display: block;
                line-height: 35px;
                text-align: center;
                color: #a0a0a0;
            }

            .agent_people .single_agent .agent_contact ul li:hover,
            .agent_people .single_agent .agent_contact ul li:focus {
                background: #4dc2e6;
            }

                .agent_people .single_agent .agent_contact ul li:hover a,
                .agent_people .single_agent .agent_contact ul li:focus a {
                    color: #fff;
                }

/*______________________ Popular Area _________________*/


.popular_areas {
    margin: 44px auto 0 auto;
    max-width: 1920px;
}

    .popular_areas .area_gallery .content {
        float: left;
        padding-right: 5px;
        padding-left: 5px;
    }

    .popular_areas .area_gallery .img_holder {
        position: relative;
    }

        .popular_areas .area_gallery .img_holder .overlay {
            background: #121315;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            display: flex;
            display: -webkit-flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            justify-content: center;
            transform: scale(0,0);
            -webkit-transform: scale(0,0);
            -moz-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
        }

    .popular_areas .area_gallery .content:hover .img_holder .overlay {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
    }

    .popular_areas .area_gallery .img_holder .overlay h2,
    .popular_areas .area_gallery .img_holder .overlay h4 {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-weight: normal;
    }

    .popular_areas .area_gallery .img_holder .overlay a {
        background: #f4762a;
        margin-top: 10px;
        color: #fff;
    }

    .popular_areas .area_gallery {
        width: 100%;
        overflow: hidden;
        margin-top: 30px;
    }

        .popular_areas .area_gallery > div {
            margin-left: -5px;
            margin-right: -10px;
        }

        .popular_areas .area_gallery .img_large {
            width: 50%;
            max-height: 570px;
        }

        .popular_areas .area_gallery .img_small {
            width: 24.73958%;
        }

        .popular_areas .area_gallery .space_fix_bottom {
            margin-top: 10px;
        }

        .popular_areas .area_gallery .img_small .img_holder .overlay h2 {
            font-size: 22px;
            margin-bottom: 13px;
        }

        .popular_areas .area_gallery .img_small .img_holder .overlay h4 {
            font-size: 14px;
            margin-top: 0;
        }



/*______________________ Featured Partners _____________________*/


.featured_partners {
    margin-top: 53px;
}


.partner_images ul.uper_iamges {
    margin-top: 19px;
}

    .partner_images ul.uper_iamges li {
        display: inline-block;
        margin: 0 15px;
        padding: 31px 77px;
        cursor: pointer;
    }

.partner_images ul li:hover {
    background: url(../../images/home/p-bg.jpg) repeat;
}

.partner_images ul.lower_iamges li {
    display: inline-block;
    margin: 0 15px;
    padding: 31px 68px;
    cursor: pointer;
}

.partner_images ul.lower_iamges {
    margin-top: 17px;
}

/*_____________________ Our Newsletter ____________________*/

.newsletter {
    background: url(../../images/home/21.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin-top: 36px;
    height: 312px;
    position: relative;
}

    .newsletter .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(55, 54, 54, 0.84);
        text-align: center;
        padding-top: 41px;
    }

    .newsletter h2,
    .newsletter p {
        color: #fff;
        -webkit-user-select: none;
    }

    .newsletter p {
        margin: 17px 0 33px 0;
    }

    .newsletter .input_group {
        width: 735px;
        height: 48px;
        position: relative;
        margin: 0 0 0 171px;
    }

        .newsletter .input_group input {
            width: 50%;
            height: 100%;
            background: transparent;
            border: 1px solid #fff;
            outline: none;
            padding-left: 20px;
            padding-right: 20px;
            color: #fff;
            float: left;
        }

            .newsletter .input_group input[type="email"] {
                border-left: none;
            }

        .newsletter .input_group .buttonn {
            width: 100px;
            height: 100%;
            text-align: center;
            color: #121314;
            font-size: 15px;
            background: #f9cb09;
            position: absolute;
            right: -94px;
            border: none;
            outline: none;
            box-shadow: none;
        }

.grays {
    background: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px #d4d4d4 solid;
    border-bottom: 1px #d4d4d4 solid;
}

.last-comment img {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.last-comments header i {
    background-color: #d71515;
    bottom: -11px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 20px;
    right: 44%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.btn-default {
    background: #d5ae37;
    border: 1px solid #d5ae37;
    color: #000;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
}

footer .main_footer {
    padding-bottom: 30px;
    margin-top: 10px;
}

.section-title h3 {
    color: #fff;
}

.gray {
    background-color: #e9ecec;
    color: #4a4f54;
    padding: 25px 0;
}

    .gray .main_title2 h2 {
        background-color: #e9ecec;
    }

footer {
    position: relative;
    overflow: hidden;
    background: #163a5c;
}

.about_estate {
    overflow: hidden;
    width: 100%;
}

footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.margintops {
    margin-top: 14px;
}

.alertss {
    background: #ef394e;
    color: #fff;
    overflow: hidden;
    width: 100%;
}

footer .main_footer .about_estate p {
    line-height: 25px;
    text-align: justify;
}

footer .footer_title h4 {
    color: #fff;
    position: relative;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    text-align: right;
    font-size: 15px;
    padding-top: 10px;
}

.yellowcolor {
    color: #FDD63D;
}

.contact_information .yellowcolor {
    color: #000;
}

.stars {
    color: red;
}

footer a {
    color: #fff;
}

.recent-come a {
    color: #fff;
}

    .recent-come a:hover {
        color: #FDD63D;
    }

.social-box-description ul li i {
    color: #31AA39;
    margin-left: 10px;
}

.font-20 {
    font-size: 20px;
}

.font-16 {
    font-size: 17px;
}

.social-box-description .social-box-title {
    color: #36b;
    font-size: 24px;
}

.recent-come a:hover {
    color: #9ac72a;
}

footer .footer_title {
    margin-bottom: 15px;
}

footer .useful_link ul {
    display: inline-block;
    vertical-align: top;
}

    footer .useful_link ul li {
        line-height: 40px;
    }

        footer .useful_link ul li a {
            font-weight: normal;
            color: #a0a0a0;
            display: inline;
        }

            footer .useful_link ul li a i {
                font-size: 18px;
                vertical-align: middle;
                padding-right: 6px;
            }

            footer .useful_link ul li a:hover {
                color: #e8874c;
            }

    footer .useful_link ul:nth-child(3) {
        padding-left: 29px;
    }

footer .featured_properties_footer .item {
    display: table;
    margin-bottom: 10px;
}

    footer .featured_properties_footer .item .image_holder,
    footer .featured_properties_footer .item .text {
        display: table-cell;
        vertical-align: top;
    }

    footer .featured_properties_footer .item .text {
        padding-left: 18px;
    }

        footer .featured_properties_footer .item .text a {
            display: block;
        }

        footer .featured_properties_footer .item .text h6 {
            margin-top: -2px;
            font-family: 'Open Sans', sans-serif;
            color: #a0a0a0;
            margin-bottom: 4px;
        }

        footer .featured_properties_footer .item .text span {
            color: #f4762a;
            display: block;
        }

        footer .featured_properties_footer .item .text h4 {
            color: #a0a0a0;
            font-family: 'Open Sans', sans-serif;
            font-weight: normal;
            margin-top: 12px;
        }

footer .featured_properties_footer .history {
    margin-top: 40px;
}

footer .contact_info ul {
    margin-top: 35px;
}

    footer .contact_info ul li,
    footer .contact_info ul li a {
        display: block;
        color: #a0a0a0;
        line-height: 24px;
        font-weight: normal;
    }

        footer .contact_info ul li a:hover {
            color: #f4762a;
        }

    footer .contact_info ul li {
        padding-left: 30px;
        position: relative;
        margin-left: -1px;
        margin-bottom: 15px;
    }

        footer .contact_info ul li:before {
            position: absolute;
            top: 0;
            left: 0;
            color: #f9cb09;
            font-size: 18px;
            padding-left: 1px;
        }

        footer .contact_info ul li:nth-child(1):before {
            content: '';
            font-family: 'font-awesome';
        }

        footer .contact_info ul li:nth-child(2):before {
            content: '';
            font-family: 'font-awesome';
        }

        footer .contact_info ul li:nth-child(3):before {
            content: '';
            font-family: 'font-awesome';
            font-size: 16px;
        }

        footer .contact_info ul li:nth-child(4):before {
            content: '';
            font-family: 'font-awesome';
        }

        footer .contact_info ul li:nth-child(5):before {
            content: '';
            font-family: 'font-awesome';
        }

footer .bottom_footer {
    background: #0f2a43;
    color: #fff;
    z-index: 9999;
    padding: 5px 0;
    position: relative;
}

.main_footer {
    color: #fff;
}

footer .bottom_footer .container {
    padding: 3px 0;
}

footer .bottom_footer .footer_nav {
    float: right;
    color: #fff;
}

footer .bottom_footer .text p {
    font-size: 12px;
}

    footer .bottom_footer .text p a {
        color: #FDD63D;
        font-weight: normal;
    }

footer .bottom_footer .footer_nav ul li {
    display: inline-block;
    margin-right: 18px;
    line-height: 24px;
}

    footer .bottom_footer .footer_nav ul li:last-child {
        margin-right: 0;
    }

    footer .bottom_footer .footer_nav ul li a {
        font-weight: normal;
        color: #a0a0a0;
    }

        footer .bottom_footer .text p a:hover,
        footer .bottom_footer .footer_nav ul li a:hover {
            color: #ddd;
        }

/*__________________________________________ Home version 2 ____________________________________*/


.home2 .main_menu {
    border-bottom: 5px solid #f4762a;
}

.home2 .call_us:before {
    content: url(../../images/skin/l.png);
}

.home2 .call_us:after {
    content: url(../../images/skin/r.png);
}

.home2 .call_us.color2:before {
    content: url(../../images/skin/l2.png);
}

.home2 .call_us.color2:after {
    content: url(../../images/skin/r2.png);
}

.home2 .call_us.color3:before {
    content: url(../../images/skin/l3.png);
}

.home2 .call_us.color3:after {
    content: url(../../images/skin/r3.png);
}

.home2 .call_us.color4:before {
    content: url(../../images/skin/l4.png);
}

.home2 .call_us.color4:after {
    content: url(../../images/skin/r4.png);
}

.home2 .call_us {
    background: #f4762a;
}

    .home2 .call_us p span {
        background: #e26b23;
        color: #fff;
    }

    .home2 .call_us p,
    .home2 .call_us a {
        color: #fff;
    }

#google-map-area {
    width: 100%;
    height: 609px;
}

    #google-map-area .google-map-home {
        height: 100%;
    }
/*_________________ Find Your Home Table _________________*/

.find_home_2 {
    margin-top: -149px;
    position: relative;
    z-index: 9;
}

    .find_home_2 h4.table_title {
        color: #fff;
        line-height: 44px;
        display: inline-block;
        background: #4dc2e6;
        padding: 0 30px;
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        margin-bottom: 0;
    }

        .find_home_2 h4.table_title i {
            padding-right: 3px;
        }

    .find_home_2 .table_content {
        background: #fff;
        border: 1px solid #f1f1f1;
        padding: 0 28px 22px 28px;
    }

        .find_home_2 .table_content .space_fix {
            margin-right: 17px;
        }

        .find_home_2 .table_content .single_form {
            display: inline-block;
            height: 50px;
            margin-top: 28px;
        }

        .find_home_2 .table_content .selectmenu_type_1 {
            width: 400px;
            vertical-align: top;
        }

        .find_home_2 .table_content .selectmenu_type_2 {
            width: 170px;
        }

        .find_home_2 .table_content .selectmenu_type_3 {
            width: 310px;
            vertical-align: top;
        }

        .find_home_2 .table_content .selectmenu_type_4 {
            width: 245px;
        }

        .find_home_2 .table_content .selectmenu_type_5 {
            width: 210px;
        }

        .find_home_2 .table_content .selectmenu_type_6 {
            width: 202px;
        }

        .find_home_2 .table_content .selectmenu_type_1 input {
            width: 100%;
            height: 100%;
            box-shadow: none;
            outline: none;
            padding-left: 10px;
        }

        .find_home_2 .ui-state-default,
        .find_home_2 .table_content .selectmenu_type_1 input {
            background: #f7f7f7;
            border: 1px solid #f2f2f3;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
            font-size: 16px;
        }

    .find_home_2 .ui-selectmenu-button span.ui-icon:before {
        content: '';
        font-size: 16px;
        color: #a0a0a0;
    }

    .find_home_2 .ui-selectmenu-button span.ui-icon {
        border: none;
    }

.home2 .ui-widget-content {
    background: #f7f7f7;
}

.home2 .ui-menu .ui-menu-item {
    padding: 12px 5px;
}

.find_home_2 .table_content .selectmenu_type_3 button {
    display: block;
    text-align: center;
    line-height: 48px;
    width: 100%;
    background: #4dc2e6;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: none;
    box-shadow: none;
    outline: none;
}

    .find_home_2 .table_content .selectmenu_type_3 button:hover {
        background: #f4762a;
    }

.home2 .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 8px 10px;
}


/*_____________ Featured Properties 2 ____________________*/

.featured_properties2 {
    margin-top: 50px;
}

.properties_item2 {
    margin-top: 39px;
}

    .properties_item2 .single_properties {
        border: 1px solid #f1f1f1;
        background: #fff;
    }

        .properties_item2 .single_properties .properties_name a {
            display: block;
        }

    .properties_item2 > div {
        margin-bottom: 30px;
    }

    .properties_item2 .single_properties .properties_name h6 {
        color: #252525;
        font-size: 16px;
        margin: 0 0 6px 0;
    }

    .properties_item2 .single_properties .properties_name {
        padding: 20px 20px 13px 20px;
        border-bottom: 1px solid #f1f1f1;
    }

        .properties_item2 .single_properties .properties_name .title span {
            color: #f4762a;
            display: block;
        }

        .properties_item2 .single_properties .properties_name a.button {
            width: 100px;
            line-height: 34px;
            text-align: center;
            color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
        }

        .properties_item2 .single_properties .properties_name a.rent {
            background: #4dc2e6;
        }

            .properties_item2 .single_properties .properties_name a.rent:hover {
                background: #f4762a;
            }

        .properties_item2 .single_properties .properties_name a.sale {
            background: #f4762a;
        }

            .properties_item2 .single_properties .properties_name a.sale:hover {
                background: #4dc2e6;
            }

        .properties_item2 .single_properties .properties_name .title {
            float: left;
        }

        .properties_item2 .single_properties .properties_name a.button {
            float: right;
        }

    .properties_item2 .single_properties .properties_details .img_holder,
    .properties_item2 .single_properties .properties_details .text {
        display: table-cell;
        vertical-align: top;
        position: relative;
    }

        .properties_item2 .single_properties .properties_details .img_holder .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(77,194,230,0.9);
        }

            .properties_item2 .single_properties .properties_details .img_holder .overlay a {
                color: #fff;
                display: block;
                text-align: center;
                font-size: 18px;
                display: flex;
                display: -webkit-flex;
                -webkit-justify-content: center;
                justify-content: center;
                align-items: center;
                align-items: center;
                height: 100%;
            }

    .properties_item2 .single_properties .properties_details .text {
        padding-left: 20px;
    }

    .properties_item2 .single_properties .properties_details .properties_title h4 {
        margin: -4px 0 8px 0;
        font-family: 'Open Sans', sans-serif;
    }

        .properties_item2 .single_properties .properties_details .properties_title h4 span {
            font-size: 22px;
        }

    .properties_item2 .single_properties .properties_details .properties_title > span {
        color: #f4762a;
    }

    .properties_item2 .single_properties .properties_details .properties_title {
        float: left;
    }

    .properties_item2 .single_properties .properties_details .author_image {
        float: right;
        position: relative;
        width: 54px;
        height: 54px;
        border: 2px solid transparent;
        margin-top: -3px;
    }

        .properties_item2 .single_properties .properties_details .author_image img {
            border: 2px solid #f1f1f1;
            width: 54px;
            height: 54px;
        }

        .properties_item2 .single_properties .properties_details .author_image .overlay {
            width: 54px;
            height: 54px;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(77,194,230,0.9);
            border: 2px solid #f1f1f1;
        }

            .properties_item2 .single_properties .properties_details .author_image .overlay a {
                display: block;
                width: 100%;
                line-height: 54px;
                text-align: center;
                color: #fff;
                font-size: 16px;
            }

    .properties_item2 .single_properties .properties_details p {
        margin: 11px 26px 0 0;
    }

    .properties_item2 .single_properties .properties_details {
        padding: 30px 22px 30px 18px;
    }

    .properties_item2 .single_properties .properties_history {
        border-top: 1px solid #f1f1f1;
    }

        .properties_item2 .single_properties .properties_history li {
            display: inline-block;
            text-align: center;
            font-size: 14px;
            padding: 13px 17px 15px 19px;
            border-right: 1px solid #f1f1f1;
        }

            .properties_item2 .single_properties .properties_history li i {
                color: #4dc2e6;
                font-size: 18px;
                margin-right: 10px;
                vertical-align: middle;
            }

            .properties_item2 .single_properties .properties_history li:last-child {
                margin: 0;
            }

    .properties_item2 .single_properties .properties_details .img_holder .overlay,
    .properties_item2 .single_properties .properties_details .author_image .overlay {
        transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
    }

    .properties_item2 .single_properties:hover .properties_details .img_holder .overlay,
    .properties_item2 .single_properties:hover .properties_details .author_image .overlay {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
    }


    .properties_item2 .owl-theme .owl-nav [class*=owl-] {
        padding: 0;
        margin: 0 5px;
        position: relative;
    }

    .properties_item2 .owl-theme .owl-nav {
        margin: 0;
    }

    .properties_item2 .owl-carousel .owl-controls .owl-nav .owl-prev:before {
        content: '';
        font-family: 'font-awesome';
        position: absolute;
        top: -4px;
        right: -1px;
        font-size: 16px;
        color: #a0a0a0;
    }

    .properties_item2 .owl-carousel .owl-controls .owl-nav .owl-next:before {
        content: '';
        font-family: 'font-awesome';
        position: absolute;
        top: -4px;
        right: -7px;
        font-size: 16px;
        color: #a0a0a0;
    }

    .properties_item2 .owl-theme .owl-controls {
        margin: 0;
        position: absolute;
        right: 1px;
        bottom: 3px;
        width: 100px;
        height: 42px;
        background: #fff;
    }

    .properties_item2 .owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
    .properties_item2 .owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
        color: #4dc2e6;
    }

/*_____________________ Recent Properties 2 ______________*/
.recent_properties_two {
    margin-top: 20px;
}

    .recent_properties_two .title_sapce_fix {
        padding-right: 0;
    }

.properties_item_two {
    margin-top: 30px;
}

.recent_properties_two .nav-tabs {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 28px 0 0 14px;
}

    .recent_properties_two .nav-tabs li a {
        border: none;
        color: #252525;
        font-weight: normal;
        border-radius: 0;
        margin: 0;
        border-right: 1px solid #f1f1f1;
        padding: 10px 18px 10px 21px;
    }

    .recent_properties_two .nav-tabs li:last-child a {
        border: none;
        border-radius: 0 4px 4px 0;
    }

    .recent_properties_two .nav-tabs li:first-child a {
        border-radius: 4px 0 0 4px;
    }

    .recent_properties_two .nav-tabs li:hover a,
    .recent_properties_two .nav-tabs li.active a,
    .recent_properties_two .nav-tabs li.focus a {
        background: #4dc2e6;
        background-color: none;
        color: #fff;
        border: none;
        border-right: 1px solid #f1f1f1;
    }

.properties_item_two .single_properties {
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .properties_item_two .single_properties a h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        color: #252525;
        text-align: center;
        font-size: 14px;
        padding: 13px 23px 13px 23px;
        line-height: 24px;
    }

    .properties_item_two .single_properties > span {
        font-weight: normal;
        color: #fff;
        display: block;
        width: 72px;
        font-size: 13px;
        line-height: 22px;
        text-align: center;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: absolute;
        top: 6px;
        left: -19px;
    }

        .properties_item_two .single_properties > span.rent {
            background: #4dc2e6;
        }

        .properties_item_two .single_properties > span.sale {
            background: #f4762a;
        }

    .properties_item_two .single_properties .img_holder a {
        display: block;
    }

    .properties_item_two .single_properties .property_details {
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
        padding: 19px 0 14px 0;
    }

        .properties_item_two .single_properties .property_details h4 {
            font-family: 'Open Sans', sans-serif;
            color: #4dc2e6;
            margin: 0 0 5px 0;
        }

            .properties_item_two .single_properties .property_details h4 span {
                font-size: 14px;
            }

        .properties_item_two .single_properties .property_details > span {
            display: block;
            color: #f4762a;
        }

    .properties_item_two .single_properties ul li {
        display: inline-block;
        text-align: center;
        padding: 14px 16px 9px 16px;
        font-size: 14px;
    }

        .properties_item_two .single_properties ul li i {
            color: #4dc2e6;
            font-size: 18px;
            display: block;
            margin-bottom: 3px;
        }

        .properties_item_two .single_properties ul li:last-child {
            margin: 0;
        }

    .properties_item_two .single_properties .carousel-control.right,
    .properties_item_two .single_properties .carousel-control.left {
        background: none;
    }

    .properties_item_two .single_properties .carousel-control {
        font-size: 30px;
        color: #fff;
        text-shadow: none;
        opacity: 0;
        visibility: hidden;
        width: 10%;
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .properties_item_two .single_properties .carousel-control.right i {
            position: absolute;
            top: 43%;
            right: 25%;
        }

        .properties_item_two .single_properties .carousel-control.left i {
            position: absolute;
            top: 43%;
            left: 41%;
        }

    .properties_item_two .single_properties:hover .carousel-control {
        opacity: 1;
        visibility: visible;
    }

/*_________________ Testimonial Two ______________*/
.testimonial_two {
    background: #f7f7f7;
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    margin-top: 37px;
    padding: 47px 0 20px 0;
}

    .testimonial_two .client_speach {
        margin: 30px 0 48px 0;
        position: relative;
    }

        .testimonial_two .client_speach .item {
            background: #fff;
            padding: 41px 0 39px 43px;
            position: relative;
            margin: 10px 0 10px 0;
            -webkit-box-shadow: 0px 6px 13px -8px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 6px 13px -8px rgba(0,0,0,0.25);
            box-shadow: 0px 6px 13px -8px rgba(0,0,0,0.25);
        }

            .testimonial_two .client_speach .item .img_holder,
            .testimonial_two .client_speach .item .speach {
                float: left;
            }

                .testimonial_two .client_speach .item .img_holder img,
                .testimonial_two .client_speach .item .img_holder .client_name {
                    display: block;
                    float: left;
                }

                .testimonial_two .client_speach .item .img_holder .client_name {
                    padding-left: 30px;
                }

                .testimonial_two .client_speach .item .img_holder img {
                    border-radius: 4px;
                    width: 120px;
                    height: 120px;
                }

                .testimonial_two .client_speach .item .img_holder .client_name h5 {
                    font-size: 20px;
                    margin: 0 0 6px 0;
                }

                .testimonial_two .client_speach .item .img_holder .client_name span {
                    color: #f4762a;
                    display: block;
                }

            .testimonial_two .client_speach .item .speach {
                margin-left: 28px;
                border-left: 1px solid #f2f2f3;
                position: relative;
                width: 63%;
            }

                .testimonial_two .client_speach .item .speach:before {
                    content: url(../../images/home2/1.png);
                    position: absolute;
                    top: 34%;
                    left: -1px;
                }

                .testimonial_two .client_speach .item .speach p {
                    padding: 10px 0 7px 49px;
                    word-spacing: 0.2px;
                    position: relative;
                }

                    .testimonial_two .client_speach .item .speach p:after,
                    .testimonial_two .client_speach .item .speach p:before {
                        font-family: 'font-awesome';
                        position: absolute;
                        font-size: 24px;
                        color: #e4e2e2;
                    }

                    .testimonial_two .client_speach .item .speach p:before {
                        content: '';
                        top: -51px;
                        left: 12px;
                    }

                    .testimonial_two .client_speach .item .speach p:after {
                        content: '';
                        bottom: -62px;
                        right: -8px;
                    }

        .testimonial_two .client_speach .owl-theme .owl-nav {
            position: absolute;
            top: 0;
            right: 0;
            height: 91%;
            width: 45px;
            border-left: 2px solid #efefef;
            background: #fff;
        }

            .testimonial_two .client_speach .owl-theme .owl-nav [class*=owl-] {
                height: 50%;
                font-size: 24px;
                color: #a0a0a0;
                padding: 0;
                margin: 0;
                display: block;
                background: transparent;
                position: relative;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .testimonial_two .client_speach .owl-theme .owl-nav .owl-prev {
                border-bottom: 2px solid #efefef;
            }

                .testimonial_two .client_speach .owl-theme .owl-nav .owl-prev:before {
                    content: '';
                    font-family: 'font-awesome';
                    position: absolute;
                    top: 30%;
                    left: 35%;
                }

            .testimonial_two .client_speach .owl-theme .owl-nav .owl-next:before {
                content: '';
                font-family: 'font-awesome';
                position: absolute;
                top: 30%;
                right: 35%;
            }

            .testimonial_two .client_speach .owl-theme .owl-nav .owl-prev:hover:before,
            .testimonial_two .client_speach .owl-theme .owl-nav .owl-next:hover:before {
                color: #4dc2e6;
            }
/*___________________ Popular Agents Two _________________*/
.popular_agent_two .agent_people .single_agent .agent_image {
    background: #fff;
    padding: 0;
}

    .popular_agent_two .agent_people .single_agent .agent_image .agent_name .button a {
        line-height: 40px;
        width: 40px;
    }

    .popular_agent_two .agent_people .single_agent .agent_image .agent_name .button {
        position: relative;
        margin-top: -2px;
    }

        .popular_agent_two .agent_people .single_agent .agent_image .agent_name .button span {
            display: block;
            width: 81px;
            line-height: 23px;
            text-align: center;
            color: #fff;
            position: absolute;
            top: -32px;
            left: -21px;
            background: #252525;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            opacity: 0;
            visibility: hidden;
        }

            .popular_agent_two .agent_people .single_agent .agent_image .agent_name .button span i.fa {
                color: #252525;
                position: absolute;
                top: 17px;
                left: 48%;
            }

.popular_agent_two .agent_people .single_agent .agent_contact {
    padding: 12px 0px 30px 0px;
    box-shadow: none;
}

.popular_agent_two .agent_people .single_agent .agent_image .agent_name .button:hover span {
    opacity: 1;
    visibility: visible;
}

/*-------------*/

.home2 .newsletter {
    margin-top: 38px;
}


/*______________________________________________ Home Page 3 _______________________________________*/


/*_______________ Home Page 3 Top section _________________*/

.home_top_wrapper {
    background: url(../../images/home3/1.jpg) no-repeat center;
    background-size: cover;
    height: 840px;
    position: relative;
    margin-bottom: 90px;
}

    .home_top_wrapper header {
        padding-top: 50px;
    }

        .home_top_wrapper header .left_side {
            background: #fff;
            height: 126px;
            width: 308px;
            display: inline-block;
            text-align: center;
            padding: 33px 0 0 0;
        }

        .home_top_wrapper header .right_side a.mail {
            margin-left: 17px;
        }

        .home_top_wrapper header .right_side {
            display: inline-block;
            vertical-align: top;
            width: 1000px;
            margin-left: -3px;
        }

.home3 .top_header {
    background: #252525;
    padding: 17px 0 17px 49px;
}

.home3 .bottom_header {
    background: #4dc2e6;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* padding: 6px 0 7px 0;*/
}

.home_top_wrapper header .top_header .login,
.home_top_wrapper header .top_header .dropdown,
.home_top_wrapper header .top_header #polyglotLanguageSwitcher {
    display: inline-block;
}

.home_top_wrapper .top_header a {
    color: #fff;
    font-weight: normal;
}

.home_top_wrapper .top_header button {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    padding-left: 1px;
}

.home_top_wrapper .top_header .dropdown {
    color: #fff;
}

    .home_top_wrapper .top_header .dropdown button {
        padding-left: 2px;
    }

.home_top_wrapper .top_header_right > .dropdown {
    width: 87px;
}

    .home_top_wrapper .top_header_right > .dropdown ul {
        box-shadow: none;
        border: none;
        background: #4dc2e6;
        min-width: 130px;
        padding: 0;
        top: 40px;
        border-radius: 0 0 3px 3px;
        z-index: 999999;
    }

.home_top_wrapper .top_header_right #polyglotLanguageSwitcher ul.dropdown {
    top: 46px;
}

.home_top_wrapper .top_header_right > .dropdown ul li {
    padding: 6px 0px 6px 15px;
    border-top: 1px dotted #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

    .home_top_wrapper .top_header_right > .dropdown ul li:first-child {
        border-top: none;
    }

    .home_top_wrapper .top_header_right > .dropdown ul li:last-child {
        border-radius: 0 0 3px 3px;
    }

    .home_top_wrapper .top_header_right > .dropdown ul li:hover {
        background-color: #f4762a;
    }

.home_top_wrapper .top_header a.login {
    margin-right: 6px;
}

.home_top_wrapper .top_header .dropdown > i.fa {
    padding-left: 11px;
}

.home_top_wrapper header .top_header .top_header_left {
    float: left;
    padding: 5px 0 0 0;
}

    .home_top_wrapper header .top_header .top_header_left a:hover {
        color: #f4762a;
    }

.home_top_wrapper header .top_header .top_header_right {
    float: right;
    padding-right: 39px;
}

.home3 .bottom_header .social_icon {
    margin-right: 50px;
}

    .home3 .bottom_header .social_icon li {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: linear-gradient(to right, #43bade 0%,#43bade 50%,#3fb3d7 50%,#3fb3d7 50%,#3fb3d7 100%);
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        margin: 16px 11px 0 0;
    }

        .home3 .bottom_header .social_icon li:last-child {
            margin-right: 0;
        }

        .home3 .bottom_header .social_icon li a {
            display: block;
            line-height: 32px;
            text-align: center;
            font-size: 14px;
            color: #fff;
            -ms-transform: rotate(-45deg); /* IE 9 */
            -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
            transform: rotate(-45deg);
        }

        .home3 .bottom_header .social_icon li:hover,
        .home3 .bottom_header .social_icon li:focus {
            background: #f4762a;
        }

.home3 .bottom_header nav {
    margin: 0 21px 0 0;
    border: none;
    background: transparent;
    border-radius: 0;
}

    .home3 .bottom_header nav ul.nav > li > a {
        font-size: 16px;
        color: #fff;
        font-weight: normal;
        padding: 21px 22px 22px 22px;
    }

    .home3 .bottom_header nav ul.nav li {
        position: relative;
        z-index: 9999;
    }

    .home3 .bottom_header nav ul.nav > li:before {
        content: '';
        width: 100%;
        height: 0;
        background: #252525;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .home3 .bottom_header nav ul.nav > li:hover:before {
        height: 100%;
    }

    .home3 .bottom_header nav ul.nav .sub-menu {
        position: absolute;
        top: 80px;
        left: 0px;
        background: #252525;
        width: 239px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

        .home3 .bottom_header nav ul.nav .sub-menu::before {
            content: '';
            font-family: font-awesome;
            color: #252525;
            font-size: 22px;
            position: absolute;
            top: -18px;
            left: 16%;
        }

    .home3 .bottom_header nav ul.nav > li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 68px;
    }

    .home3 .bottom_header nav ul.nav .sub-menu li a {
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #2d2d2d;
        line-height: 50px;
        padding: 0 0 0 18px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .home3 .bottom_header nav .nav > li > ul > li > a i {
        float: right;
        padding-right: 20px;
        line-height: 50px;
    }

    .home3 .bottom_header nav ul.nav .sub-menu li:last-child > a {
        border: none;
    }

    .home3 .bottom_header nav ul.nav .sub-menu li a:hover {
        background: #2d2d2d;
        padding-left: 25px;
    }

    .home3 .bottom_header nav .nav ul.sub-sub-menu {
        position: absolute;
        top: 0;
        right: -115%;
        background: #252525;
        width: 239px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

        .home3 .bottom_header nav .nav ul.sub-sub-menu:before {
            content: '';
            width: 100%;
            height: 100%;
            background: transparent;
            position: absolute;
            top: 0;
            left: -25px;
            z-index: -1;
        }

    .home3 .bottom_header nav ul.nav .sub-menu > li:hover .sub-sub-menu {
        right: -104%;
        opacity: 1;
        visibility: visible;
    }
/*___________________ Sale or Rent Search ________________*/
.properties_search {
    margin-top: 157px;
}

    .properties_search .nav-tabs {
        border: none;
        margin-left: 20px;
    }

        .properties_search .nav-tabs li a {
            color: #fff;
            background: #4dc2e6;
            border: none;
            margin-right: 10px;
            padding: 13px 18px 8px 19px;
        }

        .properties_search .nav-tabs li.active a {
            background: #fff;
            color: #252525;
            border: none;
        }

.search_category .search_form .single_form {
    height: 45px;
    display: inline-block;
    vertical-align: top;
}

.search_category .search_form .space_fix {
    margin-right: 16px;
}

.search_category .search_form .selectmenu_type_1 {
    width: 350px;
}

.search_category .search_form .selectmenu_type_2 {
    width: 210px;
    border: 1px solid #f2f2f3;
}

.search_category .search_form .selectmenu_type_3 {
    width: 69px;
}

.search_category .search_form .selectmenu_type_1 input {
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #f2f2f3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding-left: 15px;
}

.search_category .search_form .selectmenu_type_3 button {
    display: block;
    width: 100%;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #f4762a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: none;
    box-shadow: none;
}

    .search_category .search_form .selectmenu_type_3 button:hover {
        background: #4dc2e6;
    }

.home3 .ui-selectmenu-button span.ui-icon {
    border: none;
}

    .home3 .ui-selectmenu-button span.ui-icon:before {
        content: '';
        color: #a0a0a0;
    }

.properties_search .search_category {
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 28px 20px;
    margin-top: 1px;
}

/*_________________________ Properties Banner slider ___________________*/

.properties_slider_banner {
    position: absolute;
    bottom: 0;
    background: rgba(21,21,21,0.9);
    width: 100%;
    padding: 18px 10px;
}

    .properties_slider_banner .single_properties {
        background: #1d1f1e;
        margin: 0 10px;
        padding: 20px 21px 20px 33px;
    }

        .properties_slider_banner .single_properties > .img_holder,
        .properties_slider_banner .single_properties .properties_name {
            float: left;
        }

        .properties_slider_banner .single_properties .properties_name {
            padding-left: 20px;
        }

            .properties_slider_banner .single_properties .properties_name h5 {
                font-family: 'Open Sans', sans-serif;
                color: #fff;
                font-size: 16px;
                margin: 0 0 8px 0;
                font-weight: normal;
            }

            .properties_slider_banner .single_properties .properties_name > span {
                color: #f4762a;
            }

            .properties_slider_banner .single_properties .properties_name h4 {
                font-family: 'Open Sans', sans-serif;
                color: #fff;
                margin-top: 13px;
            }

                .properties_slider_banner .single_properties .properties_name h4 span {
                    font-size: 14px;
                }

        .properties_slider_banner .single_properties .author_img img {
            width: 54px;
            height: 54px;
        }

        .properties_slider_banner .single_properties .author_img {
            position: relative;
            border: 2px solid #f1f1f1;
            margin-top: 12px;
            float: right;
        }

            .properties_slider_banner .single_properties .author_img .overlay {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgba(77,194,230,0.9);
                transform: scale(0,0);
                -webkit-transform: scale(0,0);
                -moz-transform: scale(0,0);
                -ms-transform: scale(0,0);
                -o-transform: scale(0,0);
            }

                .properties_slider_banner .single_properties .author_img .overlay a {
                    display: block;
                    width: 100%;
                    line-height: 54px;
                    text-align: center;
                    color: #fff;
                    font-size: 16px;
                }

        .properties_slider_banner .single_properties:hover .author_img .overlay {
            transform: scale(1,1);
            -webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -o-transform: scale(1,1);
        }

    .properties_slider_banner .owl-theme .owl-controls {
        position: absolute;
        left: calc(50% - 68px);
        bottom: -58px;
        background: #151616;
        margin: 0;
        padding: 10px 36px 10px 36px;
    }

    .properties_slider_banner .owl-theme .owl-dots .owl-dot span {
        background: transparent;
        border: 1px solid #fff;
        opacity: 1;
        margin: 0 5px;
        width: 11px;
        height: 11px;
    }

    .properties_slider_banner .owl-theme .owl-dots .owl-dot.active span {
        background: #fff;
    }



.rent_properties .single_properties .properties_name {
    background-color: #f5f5f5;
    position: relative;
    text-align: center;
    z-index: 99;
    padding: 4px 0 4px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}

    .rent_properties .single_properties .properties_name h3 {
        margin: 0;
        font-size: 15px;
    }

.rent_properties.properties_item .single_properties {
    margin-bottom: 20px;
}

    .rent_properties.properties_item .single_properties.space_fix {
        margin-top: 70px;
    }

.rent_properties .single_properties .properties_name:before {
    content: '';
    background-image: url(../../images/home3/11.png);
    position: absolute;
    top: -60px;
    left: 0px;
    height: 61px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rent_properties .single_properties:hover .properties_name:before {
    background-image: url(../../images/skin/arrow_bg.png);
}

.rent_properties .single_properties:hover .properties_name.color2:before {
    background-image: url(../../images/skin/arrow_bg2.png);
}

.rent_properties .single_properties:hover .properties_name.color3:before {
    background-image: url(../../images/skin/arrow_bg3.png);
}

.rent_properties .single_properties:hover .properties_name.color4:before {
    background-image: url(../../images/skin/arrow_bg4.png);
}

.rent_properties .single_properties .properties_name .author_img {
    position: absolute;
    right: 14px;
    bottom: -30px;
}

    .rent_properties .single_properties .properties_name .author_img img {
        border: 2px solid #f1f1f1;
    }

.rent_properties .single_properties .properties_name h6 {
    color: #252525;
    margin-top: 0;
}

.rent_properties .single_properties .properties_name h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #f4762a;
}

    .rent_properties .single_properties .properties_name h4 span {
        font-size: 14px;
    }

.rent_properties .single_properties .image_holder {
    position: relative;
    z-index: 9;
    height: 180px;
    text-align: center;
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}

    .rent_properties .single_properties .image_holder:hover {
        background: #4dc2e6;
    }

    .rent_properties .single_properties .image_holder img {
        max-height: 100%;
        margin: 0 auto;
    }

    .rent_properties .single_properties .image_holder .property_tag {
        background: #fff;
        color: #4dc2e6;
        top: 15px;
        left: 14px;
    }

.rent_properties .single_properties .properties_history {
    margin-top: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    padding: 18px 0 23px 0;
}

    .rent_properties .single_properties .properties_history li {
        border: none;
        padding-left: 14px;
        line-height: 35px;
    }

        .rent_properties .single_properties .properties_history li span {
            line-height: 35px;
        }

.rent_properties .single_properties:hover .property_tag {
    background: #f4762a;
    color: #fff !important;
}

.rent_properties .single_properties:hover .properties_name {
    background: #4dc2e6;
}

    .rent_properties .single_properties:hover .properties_name h4,
    .rent_properties .single_properties:hover .properties_name h6 {
        color: #fff;
    }

/*___________ Properties For Sale _______*/

.home3 .sale_properties {
    margin-top: 48px;
}

.sale_properties .properties_item_two {
    margin-top: 40px;
}

/*______*/
.home3 .featured_partners {
    margin-top: 16px;
}

    .home3 .featured_partners .main-title-center h2 {
        display: block;
    }

        .home3 .featured_partners .main-title-center h2:before {
            left: 48%;
        }

/*___________ Side bar _______*/
.side_bar .our_agents .main_title2 h3 {
    margin-top: 10px;
}

.side_bar .our_agents .img_holder img {
    border: 2px solid #f1f1f1;
    width: 54px;
    height: 54px;
}

.side_bar .our_agents .agents_details h6 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #252525;
}

.side_bar .our_agents .agents_details a {
    font-weight: normal;
    font-size: 13px;
    color: #a0a0a0;
    display: block;
    line-height: 24px;
}

    .side_bar .our_agents .agents_details a i {
        color: #4dc2e6;
    }

    .side_bar .our_agents .agents_details a:hover {
        color: #4dc2e6;
    }

.side_bar .our_agents .agents_single_content .img_holder,
.side_bar .our_agents .agents_single_content .agents_details {
    display: table-cell;
    vertical-align: top;
}

.side_bar .our_agents .agents_single_content {
    padding: 19px 0 13px 19px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 5px;
}

    .side_bar .our_agents .agents_single_content .img_holder {
        padding-right: 19px;
    }

.side_bar .our_agents .agents_wrapper {
    margin-top: 57px;
}

.sidebar_properties {
    position: relative;
    margin-bottom: 42px;
    margin-top: 25px;
}

    .sidebar_properties .slider_box {
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
        background: #fff;
        padding: 20px 15px;
        margin-top: 41px;
    }

        .sidebar_properties .slider_box .img_holder a {
            display: block;
        }

        .sidebar_properties .slider_box .text {
            background: #f5f5f5;
            text-align: center;
            padding: 18px 0 0 0;
        }

            .sidebar_properties .slider_box .text h6 {
                color: #252525;
                margin: 0 0 0 0;
            }

            .sidebar_properties .slider_box .text h5 {
                font-size: 18px;
                color: #f4762a;
                font-family: 'Open Sans', sans-serif;
            }

                .sidebar_properties .slider_box .text h5 span {
                    font-size: 14px;
                }

            .sidebar_properties .slider_box .text a {
                display: block;
                color: #fff;
                background: #4dc2e6;
                line-height: 35px;
            }

            .sidebar_properties .slider_box .text p {
                margin: 10px 26px 15px 26px;
            }

            .sidebar_properties .slider_box .text a:hover {
                background: #f4762a;
            }

    .sidebar_properties .carousel-control {
        background: transparent;
        width: 20px;
        height: 20px;
        color: #252525;
        font-size: 24px;
        opacity: 1;
        text-shadow: none;
        top: 2px;
    }

        .sidebar_properties .carousel-control.left {
            position: absolute;
            right: 13px !important;
            left: auto;
        }

        .sidebar_properties .carousel-control.right {
            right: -6px;
        }

        .sidebar_properties .carousel-control:hover {
            color: #f4762a;
        }

.reduced_properties .item_wrapper {
    margin-top: 38px;
}

    .reduced_properties .item_wrapper .itme .img_holder,
    .reduced_properties .item_wrapper .itme .text {
        display: table-cell;
        vertical-align: top;
    }

    .reduced_properties .item_wrapper .itme .img_holder {
        width: 80px;
        /* display: table-cell; */
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
        border: 1px solid #666a6f;
        border-radius: 5px;
        margin: 5px;
        float: right;
    }

    .reduced_properties .item_wrapper .itme .text h6 {
        color: #252525;
        margin-top: 0;
        font-size: 12px;
        font-weight: normal;
    }

    .reduced_properties .item_wrapper .itme .text > a > span {
        color: #aaaaaa;
        font-weight: normal;
    }

    .reduced_properties .item_wrapper .itme .text h5 {
        font-family: byekan;
        font-size: 14px;
        color: #00aa0d;
        margin: 7px 0 0 0;
        direction: rtl;
    }

    .reduced_properties .item_wrapper .itme {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

.reduced_properties {
    overflow: hidden;
    width: 100%;
    display: block;
}

.center {
    text-align: center;
    direction: rtl;
}

.main_menu.menu_style_three {
    border: none;
    margin-bottom: -120px;
    z-index: 99;
    position: relative;
}

    .main_menu.menu_style_three nav .nav > li > a {
        color: #fff;
        padding: 15px 22px;
    }

    .main_menu.menu_style_three a.amenities {
        margin-top: 10px;
    }

    .main_menu.menu_style_three nav {
        margin: 7px 0 0 10px;
    }
/*_____________ Banner ________________*/

#main_slider_two .tparrows {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #main_slider_two .tparrows:before {
        font-family: 'font-awesome';
        font-size: 18px;
        color: #4dc2e6;
        line-height: 50px;
    }

    #main_slider_two .tparrows.tp-leftarrow:before {
        content: '';
    }

    #main_slider_two .tparrows.tp-rightarrow:before {
        content: '';
    }

    #main_slider_two .tparrows:hover {
        background: #4dc2e6;
    }

        #main_slider_two .tparrows:hover:before {
            color: #fff;
        }

/*__________ page content __________*/

.home4 .recent_properties_two {
    margin-top: 50px;
}

/*_______ Get Free Advice ________*/

.free_advice {
    background: url(../../images/home4/1.jpg) no-repeat;
    background-attachment: fixed;
    height: 494px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 46px;
}

    .free_advice .overlay {
        width: 100%;
        height: 100%;
        padding-top: 50px;
        text-align: center;
        background: rgba(77,194,230,0.8);
    }

    .free_advice h2 {
        position: relative;
        color: #fff;
        display: inline-block;
        padding-bottom: 15px;
    }

        .free_advice h2:before {
            content: '';
            width: 79%;
            height: 1px;
            background: #fff;
            position: absolute;
            bottom: 0;
            left: calc(10% + 2px);
        }

        .free_advice h2:after {
            content: '';
            width: 50px;
            height: 1px;
            background: #f4762a;
            position: absolute;
            bottom: 0;
            left: 44%;
        }

    .free_advice .single_content {
        margin-top: 30px;
    }

        .free_advice .single_content .icon_holder {
            width: 100px;
            height: 100px;
            background: #fff;
            margin: 0 auto;
            position: relative;
        }

            .free_advice .single_content .icon_holder a {
                display: block;
                line-height: 100px;
            }

        .free_advice .single_content .text h6 {
            font-size: 18px;
            color: #fff;
            margin: 27px 0 11px 0;
        }

        .free_advice .single_content .text p {
            color: #fff;
            margin-bottom: 24px;
        }

        .free_advice .single_content .text a {
            display: block;
            width: 120px;
            line-height: 38px;
            background: #fff;
            color: #4dc2e6;
            margin: 0 auto;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
        }

        .free_advice .single_content:hover .text a {
            color: #fff;
            background: #f4762a;
        }

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.free_advice .single_content:hover .hvr-grow,
.free_advice .single_content:focus .hvr-grow,
.free_advice .single_content:active .hvr-grow {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}


/*______________________________________________ Home Page 5 _______________________________________*/
.main_menu.menu_style_four {
    border-bottom: none;
}

.properties_slider_style5 {
    max-width: 1920px;
    margin: 0 auto;
}

    .properties_slider_style5 .item .content {
        position: relative;
        overflow: hidden;
    }

        .properties_slider_style5 .item .content:hover img {
            transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
        }

        .properties_slider_style5 .item .content .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-left: 30px;
            background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 70%), rgba(0,0,0,0.0) 1000%; /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(top, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 70%), rgba(0,0,0,0.0) 1000%; /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 70%), rgba(0,0,0,0.0) 1000%; /* For Firefox 3.6 to 15 */
            background: linear-gradient(to top, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 70%), rgba(0,0,0,0.0) 1000%; /* Standard syntax (must be last) */
        }

    .properties_slider_style5 .item:hover .overlay {
        transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
    }

    .properties_slider_style5 .item .content h6 {
        font-size: 20px;
        color: #fff;
        direction: rtl;
        line-height: 34px;
        position: absolute;
        bottom: 106px;
        right: 25px;
    }

    .properties_slider_style5 .item .content p {
        color: #fff;
        font-size: 24px;
        position: absolute;
        bottom: 64px;
        right: 25px;
        direction: rtl;
    }

        .properties_slider_style5 .item .content p span {
            font-size: 16px;
        }

.best_deal .space_fix {
    padding-left: 5px;
    padding-right: 5px;
}

.properties_slider_style5 .item .content a {
    display: block;
    width: 76px;
    height: 76px;
    background: #fff;
    border: 8px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    -moz-background-clip: padding; /* Firefox 3.6 */
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
    text-align: center;
    font-size: 20px;
    color: #f9cb09;
    line-height: 60px;
    position: absolute;
    left: calc(50% - 36px);
    top: calc(50% - 36px);
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
}

.properties_slider_style5 .item:hover .content a {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

.best_deal .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
}

.best_deal .space_fix_top {
    margin-top: 10px;
}

.best_deal .single_properties {
    position: relative;
    overflow: hidden;
}

    .best_deal .single_properties .text {
        position: absolute;
        bottom: -66px;
        left: 0;
        width: 100%;
    }

.best_deal .text h4 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.best_deal .text h6 {
    font-weight: normal;
    color: #fff;
}

.best_deal .single_properties > span {
    font-weight: normal;
    color: #fff;
    position: absolute;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

    .best_deal .single_properties > span.sale {
        background: #f4762a;
    }

    .best_deal .single_properties > span.rent {
        background: #4dc2e6;
    }

.best_deal .text ul {
    background: #4dc2e6;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.best_deal .single_properties:hover .text ul {
    opacity: 1;
}

.best_deal .single_properties:hover .text {
    bottom: 0;
}

.best_deal .text ul li {
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 27px;
}

    .best_deal .text ul li i {
        display: block;
    }

.best_deal .image_large .text h4 {
    line-height: 26px;
    font-size: 18px;
    margin: 0 0 10px 30px;
}

.best_deal .image_large .text h6 {
    font-size: 24px;
    margin: 0 0 26px 30px;
}

.best_deal .image_large .single_properties > span {
    top: 12px;
    left: -36px;
    line-height: 32px;
    font-size: 16px;
    width: 129px;
}

.best_deal .single_properties .icon_holder {
    position: absolute;
    width: 45px;
    line-height: 45px;
    background: #fff;
    top: 20px;
    right: 19px;
    font-size: 24px;
    color: #4dc2e6;
    text-align: center;
}

.best_deal .image_large .text ul {
    padding-left: 30px;
}

    .best_deal .image_large .text ul li {
        font-size: 15px;
        margin: 16px 46px 14px 0;
    }

.best_deal .image_small .text h4 {
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 10px 20px;
}

.best_deal .image_small .text h6 {
    font-size: 18px;
    margin: 0 0 27px 20px;
}

    .best_deal .image_small .text h6 span {
        font-size: 14px;
    }

.best_deal .image_small .text ul {
    padding: 10px 0 1px 26px;
}

    .best_deal .image_small .text ul li {
        font-size: 14px;
        margin: 0px 33px 0px 0;
    }

        .best_deal .image_small .text ul li i {
            font-size: 18px;
        }

.best_deal .image_small .single_properties > span {
    top: 7px;
    left: -21px;
    font-size: 13px;
    line-height: 20px;
    width: 80px;
}

.best_deal .text ul li:last-child {
    margin-right: 0;
}


.home5 .testimonial_two {
    margin-top: 70px;
}

.golden {
    color: #ffffff;
}

#inner_banner {
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background: #d4ae37;
}

.widget img {
    width: 100%;
}

.widget {
    background: #fff;
    margin-bottom: 7px;
    padding: 3px;
}

#inner_banner h2 {
    font-size: 16px;
    direction: rtl;
    color: #000;
    margin: 0;
    -webkit-user-select: none;
}

#inner_banner ul li {
    display: inline-block;
    color: #fff;
    margin: 1px 5px 0 2px;
}

    #inner_banner ul li a {
        display: block;
        color: #fff;
        font-weight: normal;
    }



/*____________________________________ Sidebar Two style ____________________________*/

.sidebar_style_two .preperty_search {
    /*border: 1px solid #f1f1f1;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-bottom: 39px;
    text-align: right;
    direction: rtl;
}

    .sidebar_style_two .preperty_search h4 {
        border-bottom: 1px solid #f1f1f1;
        padding: 2px 14px 11px 0px;
    }

    .sidebar_style_two .preperty_search form {
        padding: 5px 14px 16px 14px;
        text-align: right;
        direction: rtl;
    }

        .sidebar_style_two .preperty_search form .single_form,
        .sidebar_style_two .preperty_search form .price_range input[type="text"] {
            height: 40px;
            border: 1px solid #f1f1f1;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
            margin-bottom: 15px;
        }

        .sidebar_style_two .preperty_search form .price_range input[type="text"] {
            display: inline-block;
            width: 112px;
            line-height: 40px;
            outline: none;
            padding-right: 10px;
        }

            .sidebar_style_two .preperty_search form .price_range input[type="text"]:first-child {
                margin-right: 6px;
            }

    .sidebar_style_two .preperty_search .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 40px;
        padding: 0 0 0 10px;
        margin: 0;
        float: right;
    }

    .sidebar_style_two .preperty_search .ui-selectmenu-button span.ui-icon {
        border: none;
        height: 40px;
    }

        .sidebar_style_two .preperty_search .ui-selectmenu-button span.ui-icon::before {
            content: '';
            font-size: 16px;
            color: #a0a0a0;
            top: 20%;
            left: 66%;
        }

    .sidebar_style_two .preperty_search .input_checker {
        background: #f5f5f5;
        border: 1px solid #f1f1f1;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        margin: 0px 0 18px 0;
        padding: 0 0 17px 9px;
    }

        .sidebar_style_two .preperty_search .input_checker .single_checkbox {
            display: inline-block;
        }

        .sidebar_style_two .preperty_search .input_checker label {
            display: inline-block;
            position: relative;
            cursor: pointer;
            padding-left: 20px;
            font-weight: normal;
            margin: 16px 13px 0 0;
            -webkit-user-select: none;
        }

        .sidebar_style_two .preperty_search .input_checker input[type="checkbox"] {
            display: none;
        }

        .sidebar_style_two .preperty_search .input_checker label:before {
            content: '';
            font-family: 'font-awesome';
            font-size: 15px;
            color: #a0a0a0;
            display: inline-block;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .sidebar_style_two .preperty_search .input_checker input[type="checkbox"]:checked + label:before {
            content: '';
            font-family: 'font-awesome';
            font-size: 15px;
            color: #4dc2e6;
            display: inline-block;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .sidebar_style_two .preperty_search .input_checker input[type="checkbox"]:checked + label {
            color: #4dc2e6;
        }

    .sidebar_style_two .preperty_search .search {
        display: block;
        line-height: 45px;
        width: 100%;
        text-align: center;
        color: #fff;
        background: #4dc2e6;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border: none;
        box-shadow: none;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .sidebar_style_two .preperty_search .search:hover {
            background: #f4762a;
        }
/*_____________________________*/

.sidebar_style_two .brochure_download a {
    display: block;
    width: 100%;
    line-height: 45px;
    background: #f5f5f5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    font-weight: normal;
    color: #a0a0a0;
    margin-bottom: 20px;
    position: relative;
}

.sidebar_style_two .brochure_download h3 {
    margin-bottom: 42px;
}

.sidebar_style_two .brochure_download {
    margin-bottom: 40px;
}

    .sidebar_style_two .brochure_download a:hover {
        color: #4dc2e6;
    }

    .sidebar_style_two .brochure_download a:before {
        font-family: 'font-awesome';
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 45px;
        text-align: center;
        border-right: 1px solid #e7e7e7;
        width: 47px;
    }

    .sidebar_style_two .brochure_download a.pdf:before {
        content: '';
    }

    .sidebar_style_two .brochure_download a.txt:before {
        content: '';
    }
/*__________________________*/
.sidebar_testimonial {
    margin-top: 41px;
    margin-bottom: 38px;
}

    .sidebar_testimonial .slider_box {
        box-shadow: none;
        border: 1px solid #f1f1f1;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        padding: 0;
        text-align: center;
    }

        .sidebar_testimonial .slider_box .title h6 {
            color: #252525;
            font-size: 14px;
            margin-bottom: 6px;
        }

        .sidebar_testimonial .slider_box .title i {
            display: block;
            color: #f4762a;
        }

        .sidebar_testimonial .slider_box .title {
            position: relative;
            padding: 16px 0 64px 0;
        }

            .sidebar_testimonial .slider_box .title img {
                display: block;
                width: 80px;
                height: 80px;
                position: absolute;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                bottom: -30%;
                left: 35%;
            }

        .sidebar_testimonial .slider_box .text i {
            color: rgba(160,160,160,0.35);
        }

            .sidebar_testimonial .slider_box .text i.fa-quote-left {
                display: block;
                text-align: left;
            }

            .sidebar_testimonial .slider_box .text i.fa-quote-right {
                display: block;
                text-align: right;
            }

        .sidebar_testimonial .slider_box .text p {
            margin: 0;
        }

        .sidebar_testimonial .slider_box .text {
            padding: 39px 17px 30px 20px;
        }

/*_____________*/
.contact_us_content .contact_information .address h6 {
    color: #252525;
    margin-bottom: 20px;
}

.contact_us_content .contact_information .address p {
    margin-bottom: 0;
}

.succ {
    padding: 5px;
    text-align: center;
    background: #d9ffc6;
    margin-bottom: 10px;
}

.alerts {
    padding: 5px;
    text-align: center;
    background: #fdd6d6;
    margin-bottom: 10px;
}

.contact_us_content .contact_information .address a {
    display: block;
    line-height: 24px;
    color: #a0a0a0;
    font-weight: normal;
}

.alls {
    padding: 5px 0px;
    background-color: #f7fff7;
    border-radius: 0 0 4px 4px;
    border: 1px solid #c0f0c1;
    border-radius: 2px;
    margin-bottom: 28px;
    text-align: center;
}

.alert {
    color: rgb(255, 82, 82) !important;
    display: inline-block;
    float: right;
    padding-top: 8px;
}

.contact_us_content .contact_information .address .top {
    margin-bottom: 41px;
}

.contact_us_content .contact_information > p {
    margin: 8px 0;
    text-align: justify;
    line-height: 24px;
}

.ct-forgotPassword {
    background: #62a8d1;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin: 2px;
}

    .ct-forgotPassword a {
        color: #fff;
    }

input.tran3s {
    background-color: #e4e8e8 !important;
    background: #4caf50 !important;
    border: 1px solid #4caf50;
    width: 200px !important;
    padding: 7px !important;
    font-size: 18px !important;
    margin: 15px 0 !important;
    color: #fff;
    border: none;
    border-radius: 3px;
    line-height: 25px;
}

    input.tran3s:hover {
        background: #4a4f54 !important;
        color: #fff;
    }

.send_message input {
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdc;
    background: #f5f5f5;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding-right: 7px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.stars {
    color: red;
}

.pricee {
    color: #ed2a28 !important;
    font-size: 21px !important;
}

.send_message input[type="file"] {
    height: auto;
    border: none;
    background: none;
}

.search-results-info-boxes a {
    color: #000;
    display: block;
}

.send_message input[type="radio"], input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #dbdbdc;
    background: #f5f5f5;
    outline: none;
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding-left: 7px;
    padding-right: 0;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 7px;
}

.nav-tabs {
    margin-bottom: 15px;
}

.send_message textarea {
    width: 100%;
    min-height: 140px;
    border: 1px solid #dbdbdc;
    background: #f5f5f5;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 9px 14px;
    resize: none;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.redbutton {
    background: red !important;
    color: white;
    width: 180px !important;
    font-size: 15px;
}

.send_message button {
    line-height: 43px;
    width: 153px;
    text-align: center;
    color: #fff;
    background: rgb(249, 203, 9);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: none;
}

    .send_message button:hover {
        background: #d69710;
    }

.send_message form {
    margin-top: 44px;
}


.contact_us_content .send_message .alert_wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 9999999;
}

.contact_us_content .send_message #success,
.contact_us_content .send_message #error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: #fff;
    text-align: center;
}

    .contact_us_content .send_message #success .wrapper,
    .contact_us_content .send_message #error .wrapper {
        display: table;
        width: 100%;
        height: 100%;
    }

        .contact_us_content .send_message #success .wrapper p,
        .contact_us_content .send_message #error .wrapper p {
            display: table-cell;
            vertical-align: middle;
        }

.contact_us_content .send_message #success {
    color: #4dc2e6;
}

.contact_us_content .send_message #error {
    color: red;
}

    .contact_us_content .send_message #error button,
    .contact_us_content .send_message #success button {
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 20px;
        position: absolute;
        background: #4dc2e6;
        border-radius: 50%;
        position: absolute;
        top: -20px;
        right: -20px;
        font-size: 25px;
    }

/*________________________________________________ Gallery __________________________________*/
.gallery_wrapper .menu_wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.gallery_wrapper .gallery_menu {
    display: inline-block;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.gallery_wrapper .gallery_item_container.container {
    margin-top: 49px;
}

.gallery_wrapper .gallery_menu li {
    line-height: 50px;
    display: inline-block;
    border-right: 1px solid #f1f1f1;
    padding: 0 18px;
    cursor: pointer;
}

    .gallery_wrapper .gallery_menu li:last-child {
        border: none;
    }

    .gallery_wrapper .gallery_menu li.active,
    .gallery_wrapper .gallery_menu li.is-checked {
        color: #4dc2e6;
    }

.gallery_item_container .single_item {
    position: relative;
    overflow: hidden;
}

.gallery_item_container .mix {
    display: none;
}

.gallery_style_one,
.gallery_style_two,
.gallery_style_three {
    width: 100%;
}

.gallery_item_container .single_item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77,194,230,0.95);
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
}

.gallery_item_container .single_item:hover .overlay {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

.gallery_item_container .single_item .overlay .text {
    position: absolute;
    bottom: 44px;
    left: 49px;
    width: 100%;
    color: #fff;
}

.gallery_item_container .single_item img {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
}

.gallery_item_container .single_item:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

.gallery_item_container .single_item .overlay .text h6 {
    font-size: 24px;
    margin-bottom: 5px;
}

.gallery_item_container .single_item .overlay .text i {
    display: block;
    font-size: 18px;
}

.gallery_item_container .single_item .overlay .link a {
    width: 70px;
    line-height: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #4dc2e6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 0 8px;
}

.gallery_item_container .single_item .overlay .link {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.gallery_wrapper a.load_more {
    display: block;
    line-height: 50px;
    height: 50px;
    width: 150px;
    color: #fff;
    text-align: center;
    background: #4dc2e6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 50px auto 70px auto;
}

    .gallery_wrapper a.load_more:hover {
        background: #f4762a;
    }

.gallery_wrapper .page_indicator > a {
    display: block;
    line-height: 50px;
    height: 50px;
    width: 125px;
    color: #a0a0a0;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    position: absolute;
    top: 0;
}

.page_indicator {
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 69px;
}

.gallery_wrapper .page_indicator > a:hover {
    background: #4dc2e6;
    color: #fff;
}

.gallery_wrapper .page_indicator > a.prev {
    left: 0;
}

.gallery_wrapper .page_indicator > a.next {
    right: 0;
}

.page_indicator ul li {
    display: inline-block;
}

.page_indicator ul {
    display: inline-block;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

    .page_indicator ul li a {
        display: block;
        font-size: 18px;
        color: #a0a0a0;
        font-weight: normal;
        line-height: 49px;
        padding: 0 16px;
        border-right: 1px solid #f1f1f1;
    }

    .page_indicator ul li:last-child a {
        border: none;
    }

    .page_indicator ul li a:hover,
    .page_indicator ul li.active a {
        color: #4dc2e6;
    }

.gallery_wrapper .gallery_text .img_holder {
    position: relative;
    overflow: hidden;
}
/*_____________ Gallery full-width 2columns ____________*/

.gallery_style_one .single_item {
    float: left;
    width: 50%;
    margin: 0 -1px;
}
/*_____________ Gallery full-width 3columns ____________*/

.gallery_style_two .single_item {
    float: left;
    width: 33.3333333333333%;
    margin: 0 -1px;
}
/*_____________ Gallery full-width 4columns ____________*/

.gallery_style_three .single_item {
    float: left;
    width: 25%;
    margin: 0 -1px;
}

    .gallery_style_three .single_item .overlay .link a,
    .gallery_style_four .single_item .overlay .link a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .gallery_style_three .single_item .overlay .text h6 {
        font-size: 18px;
    }

    .gallery_style_three .single_item .overlay .text,
    .gallery_style_four .single_item .overlay .text {
        left: 30px;
        bottom: 30px;
    }

        /*_____________ Gallery grid 2columns ____________*/

        .gallery_style_four .single_item .overlay .text h6 {
            font-size: 22px;
        }

.gallery_style_four .single_item,
.gallery_style_five .single_item,
.gallery_style_six .single_item,
.gallery_style_seven .single_item,
.gallery_style_eight .single_item,
.gallery_style_nine .single_item {
    margin-bottom: 30px;
}

    /*_____________ Gallery grid 3columns ____________*/

    .gallery_style_five .single_item .overlay .text h6,
    .gallery_style_six .single_item .overlay .text h6 {
        font-size: 20px;
    }

    .gallery_style_five .single_item .overlay .text i,
    .gallery_style_six .single_item .overlay .text i {
        font-size: 16px;
    }

    .gallery_style_five .single_item .overlay .link a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .gallery_style_five .single_item .overlay .text,
    .gallery_style_six .single_item .overlay .text,
    .gallery_masonary .single_item .overlay .text {
        left: 20px;
        bottom: 20px;
    }


/*_____________ Gallery-text 2columns ____________*/

.gallery_wrapper .gallery_text .single_item .overlay .link a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.gallery_wrapper .gallery_text .single_item .title {
    background: #f5f5f5;
    padding: 20px 20px;
    -webkit-box-shadow: inset 0px -1px 2px 0px rgba(33,33,33,0.1);
    -moz-box-shadow: inset 0px -1px 2px 0px rgba(33,33,33,0.1);
    box-shadow: inset 0px -1px 2px 0px rgba(33,33,33,0.1);
}

    .gallery_wrapper .gallery_text .single_item .title a {
        display: block;
    }

    .gallery_wrapper .gallery_text .single_item .title h6 {
        margin-top: 0;
        font-size: 16px;
        color: #252525;
    }

    .gallery_wrapper .gallery_text .single_item .title i {
        font-weight: normal;
        color: #4dc2e6;
        letter-spacing: 0.4px;
    }

/*_____________ Gallery-text 4columns ____________*/

.gallery_wrapper .gallery_style_nine .single_item .title h6 {
    font-size: 14px;
}

/*_____________ Gallery grid 4columns ____________*/
.gallery_style_six .single_item .overlay .link a,
.gallery_wrapper .gallery_style_nine .single_item .overlay .link a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}


/*_____________ Masonary Gallery ____________*/
.isotop_item {
    padding: 0 15px 0 15px;
    float: left;
    width: 33.333333333%;
    margin-bottom: 30px;
}

.gallery_masonary .single_item .overlay .link a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.gallery_masonary .single_item .title h6 {
    font-size: 20px;
}

.gallery_masonary .single_item .title i {
    font-size: 16px;
    letter-spacing: 0.4px;
}

/*_______________________________________ Single gallery page _________________________*/

.sidebar_style_two #loan_calculator .single_form label {
    display: block;
    font-weight: normal;
    color: #4dc2e6;
    position: relative;
    margin-bottom: 10px;
}

.sidebar_style_two #loan_calculator .single_form {
    border: none;
    margin-bottom: 46px;
}

    .sidebar_style_two #loan_calculator .single_form input,
    .sidebar_style_two #loan_calculator .single_form #loan_tenture {
        display: block;
        height: 40px;
        width: 100%;
        border: 1px solid #f1f1f1;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        margin-bottom: 15px;
        outline: none;
        position: relative;
        clear: both;
    }

    .sidebar_style_two #loan_calculator .single_form input {
        padding-left: 10px;
    }

    .sidebar_style_two #loan_calculator .single_form label:before {
        content: '';
        width: 0;
        height: 0;
        clear: both;
        position: absolute;
        top: 0;
    }

.sidebar_style_two #loan_calculator {
    margin-top: 48px;
    margin-bottom: 40px;
}

    .sidebar_style_two #loan_calculator h4 {
        padding: 6px 0 16px 15px;
    }

    .sidebar_style_two #loan_calculator .search {
        margin-top: 53px;
        margin-bottom: 3px;
    }

.sidebar_style_two .commercial_video .video_content {
    position: relative;
    margin-top: 40px;
}

    .sidebar_style_two .commercial_video .video_content > img {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
    }

    .sidebar_style_two .commercial_video .video_content a {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        align-items: center;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
    }

.single_gallery .slider_wrapper p {
    margin: 33px 0 53px 0;
}

.single_gallery .slider_wrapper .owl-theme .owl-nav {
    margin: 0;
}

    .single_gallery .slider_wrapper .owl-theme .owl-nav [class*=owl-] {
        width: 35px;
        height: 111px;
        background: #f5f5f5;
        font-size: 30px;
        color: #a0a0a0;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.single_gallery .slider_wrapper .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    line-height: 111px;
    width: 35px;
    text-align: center;
    top: 0;
    left: 0;
}

.single_gallery .slider_wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -45px;
}

.single_gallery .slider_wrapper .owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    line-height: 111px;
    width: 35px;
    text-align: center;
    top: 0;
    left: 0;
}

.single_gallery .slider_wrapper .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -45px;
}

.single_gallery .slider_wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    background: #e7bc09;
    color: #000;
}

.single_gallery .slider_wrapper .single-gallery-carousel-thumbnail-box .item {
    position: relative;
}

    .single_gallery .slider_wrapper .single-gallery-carousel-thumbnail-box .item .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(231, 188, 9, 0.48);
        transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
        -o-transform: scale(0,0);
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        top: 0;
        left: 0;
    }

    .single_gallery .slider_wrapper .single-gallery-carousel-thumbnail-box .item:hover .overlay {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
    }

.single_gallery .property_address .contact_map {
    margin-top: 38px;
}

.single_gallery .property_address .location ul {
    background: #fff;
    margin: 0;
    padding: 5px 0 30px 30px;
    overflow: hidden;
    border-radius: 5px;
}

    .single_gallery .property_address .location ul li {
        display: inline-block;
        color: #fff;
        margin-top: 20px;
    }

        .single_gallery .property_address .location ul li span {
            font-weight: normal;
        }

.single_gallery .overview_content span {
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.single_gallery .overview_content .single_input {
    margin-bottom: 26px;
}

.single_gallery .overview_content input {
    display: block;
    height: 45px;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    outline: none;
    padding-left: 15px;
}

.single_gallery .property_specification {
    margin-top: 32px;
}

.specification_tab {
    margin-top: 40px;
}

    .specification_tab .panel-heading {
        padding: 0;
        border-radius: 4px;
        border: 1px solid #f1f1f1;
        background: #f5f5f5;
        margin-bottom: -2px;
        position: relative;
    }

        .specification_tab .panel-heading h6 a {
            display: block;
            height: 100%;
            width: 100%;
            line-height: 44px;
            font-size: 16px;
            color: #252525;
            padding-left: 19px;
            position: relative;
        }

            .specification_tab .panel-heading h6 a:before {
                content: '';
                font-family: 'font-awesome';
                font-size: 18px;
                line-height: 44px;
                font-weight: normal;
                color: #a0a0a0;
                position: absolute;
                right: 19px;
                top: 0;
            }

    .specification_tab .panel-group .panel-heading + .panel-collapse > .panel-body,
    .specification_tab .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: none;
        border-left: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-radius: 0 0 4px 4px;
        padding: 15px 0 3px 20px;
    }

    .specification_tab .panel-group .panel {
        box-shadow: none;
        border: none;
        margin-bottom: 6px;
    }

    .specification_tab .panel-heading.active-panel h6 a,
    .specification_tab .panel-heading.active-panel h6 a:before {
        color: #4dc2e6;
    }

.single_gallery .floor_plans .single_image {
    text-align: center;
    margin-bottom: 38px;
}

    .single_gallery .floor_plans .single_image .img_holder {
        background: #f5f5f5;
        -webkit-box-shadow: inset 0px 0px 0px 1px #f1f1f1;
        -moz-box-shadow: inset 0px 0px 0px 1px #f1f1f1;
        box-shadow: inset 0px 0px 0px 1px #f1f1f1;
    }

        .single_gallery .floor_plans .single_image .img_holder img {
            display: inline-block;
        }

    .single_gallery .floor_plans .single_image h6 {
        color: #252525;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin-top: 18px;
    }

.single_gallery .floor_plans {
    margin-top: 59px;
}

    .single_gallery .floor_plans .floor_img {
        margin-top: 40px;
    }

    .single_gallery .floor_plans .single_image:hover h6 {
        color: #4dc2e6;
    }

.single_gallery .public_facilities {
    margin-top: 23px;
}

    .single_gallery .public_facilities ul {
        margin-top: 40px;
    }

        .single_gallery .public_facilities ul li {
            display: inline-block;
            font-size: 14px;
            color: #a0a0a0;
            line-height: 38px;
            margin-bottom: 30px;
        }

            .single_gallery .public_facilities ul li i {
                display: inline-block;
                width: 40px;
                background: #4dc2e6;
                border-radius: 4px;
                text-align: center;
                color: #fff;
                font-size: 18px;
                line-height: 40px;
                margin-right: 17px;
            }

            .single_gallery .public_facilities ul li:nth-child(1) {
                margin-right: 30px;
            }

            .single_gallery .public_facilities ul li:nth-child(2) {
                margin-right: 75px;
            }

            .single_gallery .public_facilities ul li:nth-child(4) {
                margin-right: 43px;
            }

            .single_gallery .public_facilities ul li:nth-child(5) {
                margin-right: 90px;
            }

            .single_gallery .public_facilities ul li:nth-child(7) {
                margin-right: 26px;
            }

            .single_gallery .public_facilities ul li:nth-child(8) {
                margin-right: 80px;
            }

.single_gallery .contact_agent {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 30px;
    margin-top: 40px;
}

    .single_gallery .contact_agent .agent_details .img,
    .single_gallery .contact_agent .agent_details .agent_info {
        float: left;
    }

    .single_gallery .contact_agent .agent_details .agent_info {
        width: 66%;
    }

    .single_gallery .contact_agent .agent_details .img {
        margin-right: 30px;
    }

        .single_gallery .contact_agent .agent_details .img img {
            border-radius: 4px;
        }

    .single_gallery .contact_agent .agent_details .agent_info h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        color: #252525;
        margin: 29px 0 7px 0;
        font-size: 16px;
    }

    .single_gallery .contact_agent .agent_details .agent_info .name_holder i {
        color: #f4762a;
        display: block;
        margin-bottom: 21px;
    }

    .single_gallery .contact_agent .agent_details .agent_contact > a {
        display: block;
        color: #a0a0a0;
        line-height: 20px;
        font-weight: normal;
        margin: 9px 0;
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        .single_gallery .contact_agent .agent_details .agent_contact > a i {
            color: #4dc2e6;
        }

    .single_gallery .contact_agent .agent_details .agent_contact ul li {
        display: inline-block;
        width: 35px;
        height: 35px;
        border: 1px solid #f3f3f3;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        background: #fdfbfb;
        margin: 18px 6px 0px 0;
    }

        .single_gallery .contact_agent .agent_details .agent_contact ul li a {
            display: block;
            line-height: 35px;
            text-align: center;
            color: #a0a0a0;
        }

    .single_gallery .contact_agent .send_your_msg {
        margin-top: 29px;
    }

.similar_properties {
    margin-top: 64px;
}

    .similar_properties .single_item {
        position: relative;
        margin-top: 30px;
    }

        .similar_properties .single_item .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(77,194,230,0.95);
            transform: scale(0,0);
            -webkit-transform: scale(0,0);
            -moz-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
        }

        .similar_properties .single_item:hover .overlay {
            transform: scale(1,1);
            -webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -o-transform: scale(1,1);
        }

            .similar_properties .single_item:hover .overlay .link {
                display: flex;
                display: -webkit-flex;
                -webkit-justify-content: center;
                justify-content: center;
                align-items: center;
                align-items: center;
                -webkit-flex-direction: row;
                flex-direction: row;
                height: 100%;
            }

        .similar_properties .single_item .overlay .link a {
            width: 40px;
            line-height: 40px;
            height: 40px;
            background: #fff;
            text-align: center;
            font-size: 14px;
            color: #4dc2e6;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
            margin: 0 8px;
        }

        .similar_properties .single_item .overlay .text h6 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .similar_properties .single_item .overlay .text i {
            display: block;
            font-size: 14px;
        }

        .similar_properties .single_item .overlay .text {
            position: absolute;
            bottom: 18px;
            left: 16px;
            width: 100%;
            color: #fff;
        }


/*_______________________________________ Blog ________________________________*/

/*_______ blog full-width ___________*/


.blog_post_meta .post {
    position: relative;
    margin-top: 31px;
}

    .blog_post_meta .post .date {
        position: absolute;
        width: 62px;
        height: 67px;
        line-height: 21px;
        background: #4dc2e6;
        text-align: center;
        color: #fff;
        padding-top: 13px;
        font-weight: normal;
        right: 0;
        top: 9px;
    }

        .blog_post_meta .post .date:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            right: 0;
            top: 100%;
            border: 0 solid transparent;
            border-width: 14px 13px;
            border-right-width: 0;
            border-top-color: #4dc2e6;
        }

    .blog_post_meta .post .main_title2 {
        width: 92%;
    }

    .blog_post_meta .post > ul li {
        display: inline-block;
        margin: 7px 12px 0 0;
        color: #9b9b9b;
        font-size: 13px;
    }

        .blog_post_meta .post > ul li i {
            color: #4dc2e6;
            margin-right: 6px;
        }

        .blog_post_meta .post > ul li:last-child {
            margin-right: 0;
        }

    .blog_post_meta .post > p:nth-child(4) {
        margin: 23px 0 17px 0;
    }

.blog_post_meta .post_text {
    margin: 33px 0 43px 16px;
    border: 2px solid #f1f1f1;
    position: relative;
    padding: 21px 45px;
}

    .blog_post_meta .post_text i {
        font-size: 16px;
        line-height: 26px;
        display: block;
        margin-bottom: 19px;
    }

    .blog_post_meta .post_text img {
        width: 40px;
        height: 40px;
    }

    .blog_post_meta .post_text .decor {
        position: absolute;
        left: -18px;
        top: 39%;
        background: #fff;
        width: 34px;
        height: 43px;
    }

        .blog_post_meta .post_text .decor span {
            display: block;
            height: 4px;
            width: 33px;
            background: #4dc2e6;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }

            .blog_post_meta .post_text .decor span:first-child {
                margin: 16px 0px 0 -3px;
            }

            .blog_post_meta .post_text .decor span:last-child {
                margin: 1px 0 0 4px;
            }

    .blog_post_meta .post_text p {
        display: inline-block;
        font-weight: normal;
        color: #252525;
        margin: 0 0 15px 7px;
    }

        .blog_post_meta .post_text p span {
            font-weight: normal;
            color: #4dc2e6;
            font-style: italic;
            text-transform: capitalize;
        }

.environment_video .video_content,
.environment_video .text {
    float: left;
}

.environment_video .text {
    width: 57%;
    padding-left: 30px;
}

    .environment_video .text h6 {
        color: #252525;
        margin-top: 0;
    }

    .environment_video .text p {
        margin: 21px 0 12px 0;
    }

    .environment_video .text ul {
        display: inline-block;
    }

        .environment_video .text ul li {
            line-height: 35px;
        }

            .environment_video .text ul li i {
                margin-right: 7px;
                font-size: 18px;
                vertical-align: middle;
            }

        .environment_video .text ul:nth-child(3) {
            margin-right: 109px;
        }

.environment_video .video_content {
    position: relative;
}

    .environment_video .video_content a {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        align-items: center;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
    }

.environment_video > p {
    margin: 29px 0 33px 0;
}

.post_wrapper .share_box {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

    .post_wrapper .share_box .share_links {
        float: left;
    }

    .post_wrapper .share_box .indicator {
        float: right;
    }

        .post_wrapper .share_box .share_links span,
        .post_wrapper .share_box .share_links ul li,
        .post_wrapper .share_box .share_links ul,
        .post_wrapper .share_box .indicator ul li {
            display: inline-block;
        }

    .post_wrapper .share_box .share_links span {
        font-weight: normal;
        color: #252525;
        line-height: 40px;
        margin-right: 16px;
    }

    .post_wrapper .share_box .share_links ul li {
        width: 40px;
        height: 40px;
        background: linear-gradient(to right, #43bade 0%,#43bade 50%,#3fb3d7 50%,#3fb3d7 50%,#3fb3d7 100%);
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        margin-right: 7px;
    }

        .post_wrapper .share_box .share_links ul li a {
            display: block;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            color: #fff;
            -ms-transform: rotate(-45deg); /* IE 9 */
            -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
            transform: rotate(-45deg);
        }

        .post_wrapper .share_box .share_links ul li:hover {
            background: #f4762a;
        }

    .post_wrapper .share_box .indicator ul li,
    .post_wrapper .share_box .indicator ul li a {
        font-weight: normal;
        color: #252525;
        line-height: 40px;
        margin-left: 2px;
    }

        .post_wrapper .share_box .indicator ul li:hover a {
            color: #4dc2e6;
        }

.post_wrapper .blog_post_author {
    background: #f5f5f5;
    padding: 30px 30px 21px 30px;
    margin: 70px 0 61px 0;
}

    .post_wrapper .blog_post_author .img_holder,
    .post_wrapper .blog_post_author .text {
        display: table-cell;
        vertical-align: top;
    }

    .post_wrapper .blog_post_author .text {
        padding-left: 30px;
    }

        .post_wrapper .blog_post_author .text h6 {
            color: #252525;
            margin-top: -3px;
            margin-bottom: 20px;
        }

.post_wrapper .commment_area .single_comment {
    border-bottom: 1px solid #f6f4f4;
    padding-bottom: 34px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.post_wrapper .commment_area .comment_img,
.post_wrapper .commment_area .comment_text {
    display: table-cell;
    vertical-align: top;
}

    .post_wrapper .commment_area .comment_img img {
        width: 90px;
        height: 90px;
    }

.post_wrapper .commment_area .comment_text {
    padding-left: 28px;
}

.post_wrapper .commment_area .single_comment h6 {
    color: #252525;
    float: left;
    margin: 5px 0 21px 0;
}

    .post_wrapper .commment_area .single_comment h6 span {
        font-size: 14px;
        background: #f5f5f5;
        font-weight: normal;
        text-transform: capitalize;
        color: #a0a0a0;
        margin-left: 34px;
        padding: 3px 10px;
        border-radius: 4px;
        vertical-align: top;
    }

.post_wrapper .commment_area .comment_text p {
    margin: 0px 42px 18px 0;
}

.post_wrapper .commment_area .single_comment a.share {
    float: right;
    color: #9b9b9b;
    display: block;
    background: #f4f4f4;
    padding: 0 7px 0 10px;
    border-radius: 4px;
    line-height: 25px;
}

    .post_wrapper .commment_area .single_comment a.share i {
        padding-right: 2px;
    }

.post_wrapper .commment_area .single_comment a.reply {
    color: #4dc2e6;
}

    .post_wrapper .commment_area .single_comment a.reply:hover {
        color: #f4762a;
    }

.post_wrapper .leave_reply {
    margin: 70px 0;
}

    .post_wrapper .leave_reply form {
        margin-top: 40px;
    }

    .post_wrapper .leave_reply input {
        margin-bottom: 30px;
    }

    .post_wrapper .leave_reply textarea {
        margin-bottom: 35px;
    }

/*_______ blog large image ___________*/
.blog .post_wrapper {
    position: relative;
}

    .blog .post_wrapper:before {
        content: '';
        width: 1px;
        height: calc(96% + 10px);
        position: absolute;
        top: 96px;
        right: -15px;
        background: #f1f1f1;
    }

.blog_details_sidebar .blog .post_wrapper:before {
    height: calc(94% + 10px);
}

.blog_large_page {
    margin-bottom: 70px;
}

.post_wrapper .single_blog_post .read_more {
    background: #4dc2e6;
    margin-top: 15px;
    color: #fff;
}

.post_wrapper .single_blog_post:hover .read_more {
    background: #f4762a;
}

.post_wrapper .single_blog_post .post .main_title2 {
    width: 89%;
}

.post_wrapper .single_blog_post {
    margin-bottom: 50px;
}

    .post_wrapper .single_blog_post .img_holder {
        overflow: hidden;
    }

    .post_wrapper .single_blog_post:hover .img_holder img {
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
    }

    .post_wrapper .single_blog_post .img_holder img {
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }


/*_________ blog Sidebar ___________*/
.blog_sidebar .sidebar_wrapper {
    padding-left: 20px;
}

.blog_sidebar .search_keywords {
    height: 45px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    position: relative;
    padding: 5px 6px;
    margin-bottom: 43px;
}

    .blog_sidebar .search_keywords input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        padding: 0 98px 0 3px;
    }

    .blog_sidebar .search_keywords button {
        width: 90px;
        line-height: 33px;
        background: #4dc2e6;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        position: absolute;
        top: 5px;
        right: 6px;
    }

        .blog_sidebar .search_keywords button:hover,
        .blog_sidebar .search_keywords button:focus {
            background: #f4762a;
        }

.blog_sidebar .blog_categories ul {
    margin-top: 22px;
    margin-bottom: 38px;
}

    .blog_sidebar .blog_categories ul li {
        border-bottom: 1px solid #f1f1f1;
        line-height: 43px;
    }

        .blog_sidebar .blog_categories ul li a {
            font-weight: normal;
            color: #a0a0a0;
            position: relative;
        }

            .blog_sidebar .blog_categories ul li a i {
                font-size: 18px;
                vertical-align: middle;
                margin-right: 5px;
            }

            .blog_sidebar .blog_categories ul li a:hover {
                color: #4dc2e6;
                padding-left: 10px;
            }

            .blog_sidebar .blog_categories ul li a:before {
                content: '';
                width: 0;
                height: 100%;
                background: #4dc2e6;
                position: absolute;
                top: 0;
                left: -20px;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .blog_sidebar .blog_categories ul li a:hover:before {
                width: 3px;
            }

.blog_sidebar .sidebar_latest_news .single_news_wrapper {
    margin: 40px 0;
}

.blog_sidebar .sidebar_latest_news .news_single .img_holder,
.blog_sidebar .sidebar_latest_news .news_single .text {
    display: table-cell;
    vertical-align: top;
}

.blog_sidebar .sidebar_latest_news .news_single .text {
    padding-left: 20px;
}

    .blog_sidebar .sidebar_latest_news .news_single .text h6 {
        margin: -7px 0 5px 0;
        font-size: 14px;
        color: #252525;
        line-height: 24px;
    }

    .blog_sidebar .sidebar_latest_news .news_single .text ul li {
        display: inline-block;
        margin-right: 9px;
        font-size: 13px;
        color: #9b9b9b;
    }

        .blog_sidebar .sidebar_latest_news .news_single .text ul li:last-child {
            margin-right: 0;
        }

        .blog_sidebar .sidebar_latest_news .news_single .text ul li i {
            margin-right: 6px;
            color: #4dc2e6;
        }

.blog_sidebar .sidebar_latest_news .news_single {
    margin-bottom: 30px;
}

.blog_sidebar .twitter_widget ul {
    margin-top: 31px;
}

    .blog_sidebar .twitter_widget ul li {
        line-height: 24px;
        padding-left: 21px;
        position: relative;
        margin-bottom: 17px;
    }

        .blog_sidebar .twitter_widget ul li a {
            font-weight: normal;
            color: #4dc2e6;
        }

        .blog_sidebar .twitter_widget ul li:before {
            content: '';
            font-family: 'font-awesome';
            position: absolute;
            top: 0;
            left: 0;
            color: #4dc2e6;
        }

.blog_sidebar .find_us_facebook {
    margin-top: 33px;
}

    .blog_sidebar .find_us_facebook .img_holder {
        position: relative;
        margin-top: 40px;
    }

        .blog_sidebar .find_us_facebook .img_holder .logo {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 10px;
            left: 0;
            text-align: center;
        }

            .blog_sidebar .find_us_facebook .img_holder .logo h6 {
                font-size: 24px;
                color: #fff;
            }

            .blog_sidebar .find_us_facebook .img_holder .logo a {
                width: 90px;
                line-height: 23px;
                background: #fff;
                font-weight: normal;
                font-size: 12px;
                color: #252525;
                border-radius: 4px;
                position: absolute;
                bottom: -2px;
                text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23);
            }

                .blog_sidebar .find_us_facebook .img_holder .logo a i {
                    color: #a0a0a0;
                    margin-right: 1px;
                }

                .blog_sidebar .find_us_facebook .img_holder .logo a img {
                    margin-right: 3px;
                }

                .blog_sidebar .find_us_facebook .img_holder .logo a.facebook {
                    left: 10px;
                }

                .blog_sidebar .find_us_facebook .img_holder .logo a.contact {
                    right: 10px;
                }

    .blog_sidebar .find_us_facebook .first_friend ul li {
        display: inline-block;
        margin-right: 2px;
    }

    .blog_sidebar .find_us_facebook .first_friend {
        background: #f5f5f5;
        padding: 24px 10px 15px 9px;
    }

        .blog_sidebar .find_us_facebook .first_friend span {
            font-size: 12px;
            color: #252525;
            display: block;
            margin-bottom: 6px;
        }

        .blog_sidebar .find_us_facebook .first_friend ul li:last-child {
            margin-right: 0;
        }

.blog_sidebar .tag_cloud {
    margin-top: 40px;
}

    .blog_sidebar .tag_cloud ul li {
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 10px;
    }

        .blog_sidebar .tag_cloud ul li a {
            line-height: 25px;
            background: #f5f5f5;
            font-weight: normal;
            color: #a0a0a0;
            padding: 0 15px;
            border-radius: 4px;
        }

            .blog_sidebar .tag_cloud ul li a:hover {
                color: #FFF;
                background: #4dc2e6;
            }

    .blog_sidebar .tag_cloud ul {
        margin-top: 40px;
    }

.shabake img {
    height: 24px;
}

img {
    border-radius: 0;
    max-width: 100%;
}

.date {
    color: #26B130;
    font-size: 10px;
}

.blog_list_view .blog_single_item_list .img_holder,
.blog_list_view .blog_single_item_list .post {
    float: left;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.blog_single_grid .img_holder {
    text-align: center;
}

    .blog_single_grid .img_holder img {
        max-height: 100%;
        margin: 0 auto;
    }

.blog_list_view .blog_single_item_list .img_holder a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
}

.blog_list_view .blog_single_item_list .post {
    width: 68%;
    padding-left: 30px;
    margin-top: 0;
}

    .blog_list_view .blog_single_item_list .post .main_title2 h6 {
        margin-top: 0;
        padding-top: 0;
    }

    .blog_list_view .blog_single_item_list .post .main_title2 {
        width: 85%;
    }

    .blog_list_view .blog_single_item_list .post > a {
        background: #4dc2e6;
        margin-top: 15px;
        color: #fff;
    }

        .blog_list_view .blog_single_item_list .post > a:hover {
            background: #f4762a;
        }

.blog_list_view .blog_single_item_list {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .blog_list_view .blog_single_item_list .blog_post_meta .post .date {
        right: -9px;
        top: 0;
    }

.blog_list_view .page_indicator {
    margin: 50px 0 69px 0;
}

.blog_list_view.blog .post_wrapper:before,
.blog_grid_view.blog .post_wrapper:before {
    height: calc(92% + 10px);
}

.blog_grid_view .blog_single_grid {
    margin-bottom: 10px;
    border-radius: 4px;
}


    .blog_grid_view .blog_single_grid .img_holder {
        position: relative;
        overflow: hidden;
        padding: 0;
        border: 1px solid #10161f;
        border-bottom: 0;
        border-radius: 5px 5px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

        .blog_grid_view .blog_single_grid .img_holder i {
            font-size: 35px;
            color: #4E4E4E;
            position: absolute;
            top: 31%;
            right: 37%;
            z-index: 10;
            padding: 10px 12px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            background-color: rgba(255,255,255,0.8);
            width: 60px;
            height: 60px;
            opacity: 0;
            display: inline-block;
        }

        .blog_grid_view .blog_single_grid .img_holder figcaption {
            background-color: rgba(0,0,0,0.9);
            padding: 30px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            color: #ffffff;
            opacity: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .blog_grid_view .blog_single_grid .img_holder:hover figcaption {
            z-index: 2;
            opacity: 1;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .blog_grid_view .blog_single_grid .img_holder figcaption div {
            color: #000;
            padding: 4px 12px;
            background-color: rgb(213, 174, 55);
            position: relative;
            top: 35%;
            line-height: 22px;
            border: 2px solid transparent;
        }

            .blog_grid_view .blog_single_grid .img_holder figcaption div a {
                color: #fff;
                display: block;
            }


    .blog_grid_view .blog_single_grid .post {
        position: relative;
        text-align: justify;
        padding: 13px 0px;
        padding-top: 0px;
        min-height: 170px;
    }

.text a {
    color: #000;
    font-size: 13px;
}

    .text a:hover {
        color: #d5ae37;
    }

.text i {
    margin-left: 6px;
}

.table-bordered > tbody > tr > th {
    background: #10161f;
    color: #f5f5f5;
    padding: 5px;
    font-weight: normal;
}

.blog_grid_view .blog_single_grid .post h6 {
    margin-top: 0px;
    color: #ffffff;
    background: #d5ae37;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 7px;
}

    .blog_grid_view .blog_single_grid .post h6 a {
        color: #fff;
        display: block;
    }

.blog_grid_view .blog_single_grid .post > a {
    line-height: 24px;
    margin-top: 7px;
    background: #9a7400;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
}

    .blog_grid_view .blog_single_grid .post > a:hover {
        color: #000;
    }

.blog_grid_view .blog_single_grid > ul {
    background: #efefef;
    padding: 9px 0 11px 31px;
}

    .blog_grid_view .blog_single_grid > ul li {
        display: inline-block;
        font-size: 13px;
        margin-right: 9px;
    }

        .blog_grid_view .blog_single_grid > ul li i {
            color: #4dc2e6;
            margin-right: 6px;
        }

        .blog_grid_view .blog_single_grid > ul li:last-child {
            margin-right: 0;
        }

.blog_grid_view .blog_single_grid .post > span {
    display: block;
    width: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #121314;
    background: #f9cb09;
    text-align: center;
    position: absolute;
    top: -47px;
    left: 33px;
}


/*_____________________________ About us __________________________*/

.about_us .real_estate {
    margin: -19px 0 102px 0;
    background: transparent;
    border: none;
    padding: 0;
}

.about_history .content,
.about_history {
    text-align: center;
    position: relative;
}

    .about_history .history_item h6 {
        color: #252525;
        margin-top: 18px;
    }

    .about_history .history_item .img_holder {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .about_history .history_item:hover img {
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
    }

    .about_history:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #f5f5f5;
        position: absolute;
        top: -36px;
        left: 0;
    }

    .about_history .content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #4dc2e6;
        border-radius: 50%;
        position: absolute;
        top: -41px;
        left: calc(50% - 7px);
    }

.fun_facts {
    width: 100%;
    background-color: #f5f5f5;
    height: 335px;
    overflow: hidden;
    margin-top: 56px;
}

    .fun_facts .fun_content .container {
        position: relative;
    }

    .fun_facts .fun_content .img_left {
        position: absolute;
        left: -32%;
        top: -70px;
    }

        .fun_facts .fun_content .img_left img {
            border-radius: 0 50% 50% 0;
            -moz-border-radius: 0 50% 50% 0;
            -webkit-border-radius: 0 50% 50% 0;
            -o-border-radius: 0 50% 50% 0;
            -ms-border-radius: 0 50% 50% 0;
        }

    .fun_facts .fun_content .img_right {
        position: absolute;
        right: -32%;
        top: -25%;
    }

        .fun_facts .fun_content .img_right img {
            border-radius: 50% 0 0 50%;
            -moz-border-radius: 50% 0 0 50%;
            -webkit-border-radius: 50% 0 0 50%;
            -o-border-radius: 50% 0 0 50%;
            -ms-border-radius: 50% 0 0 50%;
        }

    .fun_facts .fun_content .facts_item {
        padding-top: 52px;
    }

    .fun_facts .fun_content .facts_item {
        text-align: center;
    }

        .fun_facts .fun_content .facts_item .item {
            position: relative;
            margin-top: 28px;
        }

            .fun_facts .fun_content .facts_item .item img {
                margin: 0 auto;
            }

            .fun_facts .fun_content .facts_item .item h6 {
                color: #252525;
                padding-top: 27px;
            }

            .fun_facts .fun_content .facts_item .item span {
                color: #4dc2e6;
                position: absolute;
                top: 22%;
                left: 47%;
                font-size: 18px;
            }

/*______________________________________ FAQ ____________________________*/

.inner_section_title span.left_side {
    display: inline-block;
    width: 154px;
    line-height: 57px;
    text-align: center;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: normal;
    color: #252525;
    position: relative;
    padding-left: 13px;
}

    .inner_section_title span.left_side:before {
        content: '';
        width: 40px;
        height: 40px;
        background: #f5f5f5;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: absolute;
        top: 9px;
        right: -20px;
        z-index: -1;
    }

.inner_section_title p {
    margin: 34px 0 32px 0;
}

.inner_section_title > ul {
    display: inline-block;
    border: 1px solid #f1f1f1;
    border-left: none;
    padding: 10px 0 10px 27px;
    margin: 0 0 0 13px;
    position: relative;
    width: calc(80% + 3px);
}

    .inner_section_title > ul:before {
        content: '';
        width: 40px;
        height: 1px;
        background: #f1f1f1;
        position: absolute;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        top: 13px;
        left: -6px;
    }

    .inner_section_title > ul:after {
        content: '';
        width: 40px;
        height: 1px;
        background: #f1f1f1;
        position: absolute;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        bottom: 13px;
        left: -6px;
    }

    .inner_section_title > ul li {
        display: inline-block;
        text-transform: capitalize;
    }

        .inner_section_title > ul li a {
            font-weight: normal;
            color: #a0a0a0;
            text-transform: capitalize;
            line-height: 35px;
            border-right: 1px solid #f1f1f1;
            padding: 0 18px 0 20px;
        }

            .inner_section_title > ul li.active,
            .inner_section_title > ul li.active a,
            .inner_section_title > ul li a:hover {
                color: #4dc2e6;
            }

.faq_item .single_question {
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin-bottom: 30px;
}

    .faq_item .single_question .icon_holder,
    .faq_item .single_question .text {
        display: table-cell;
        vertical-align: top;
    }

    .faq_item .single_question .icon_holder {
        width: 12%;
        border-right: 1px solid #f1f1f1;
        text-align: center;
    }

.faq_item {
    margin-top: 39px;
}

    .faq_item .single_question .icon_holder .icon {
        background: #f5f5f5;
        width: 60px;
        height: 60px;
        line-height: 65px;
        text-align: center;
        margin: 20px 10px;
        font-size: 24px;
        color: #0c121c;
    }

    .faq_item .single_question .text {
        padding: 24px 26px 12px 26px;
    }

        .faq_item .single_question .text a {
            font-size: 16px;
            color: #d1ae37;
            margin-bottom: 8px;
        }

            .faq_item .single_question .text a:hover {
                color: #9ac72a;
            }

.ask_question .single_form .ui-state-default {
    width: 100%;
    height: 45px;
    border: 1px solid #f1f1f1;
    background: #f5f5f5;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 20px;
}

.faq_page .page_indicator {
    margin-top: 50px;
}

.faq_page .send_message textarea {
    margin-bottom: 20px;
}

.faq_page {
    margin-bottom: 70px;
}

/*____________________ Home loan Eligibility ______________*/
.home_loan_eligibility {
    margin-bottom: 70px;
}

.loan_tab .tab_nav_holder ul li {
    display: block;
    float: none;
}

.loan_tab .tab_nav_holder ul {
    border: 1px solid #f1f1f1;
    border-radius: 0;
}

    .loan_tab .tab_nav_holder ul li a {
        line-height: 89px;
        color: #252525;
        margin: 0;
        border: none;
        border-bottom: 1px solid #f1f1f1;
        border-radius: 0;
        position: relative;
        padding: 0;
        text-align: center;
    }

        .loan_tab .tab_nav_holder ul li a:before {
            content: '';
            width: 0;
            height: 100%;
            background: #4dc2e6;
            position: absolute;
            top: 0;
            left: -1px;
        }

    .loan_tab .tab_nav_holder ul li:last-child a {
        border-bottom: 1px solid transparent;
    }

    .loan_tab .tab_nav_holder ul li a:hover,
    .loan_tab .tab_nav_holder ul li.active a {
        border: none;
        border-bottom: 1px solid #f1f1f1;
        background: transparent;
        color: #252525;
    }

        .loan_tab .tab_nav_holder ul li.active a:before {
            width: 2px;
        }

.loan_tab .tab-pane .eligibility_form label {
    color: #252525;
    text-align: right;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 25px;
    float: left;
    width: 38%;
}

.loan_tab .tab-pane .single_form_select_menu,
.loan_tab .tab-pane input {
    width: 270px;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    outline: none;
    margin-bottom: 25px;
    display: inline-block;
    float: right;
}

.loan_tab .tab-pane input {
    padding-left: 10px;
}

.loan_tab .tab-pane .single_form_select_menu .ui-state-default {
    vertical-align: middle;
}

.loan_tab .tab-pane .ui-selectmenu-button span.ui-icon {
    border: none;
}

.loan_tab .tab-pane input,
.loan_tab .tab-pane .single_form_select_menu .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 10px;
}

.loan_tab .tab-pane button {
    float: right;
    background: #4dc2e6;
    margin-top: 13px;
}

    .loan_tab .tab-pane button:hover {
        background: #f4762a;
    }

.loan_tab .tab-pane .apply_loan_form {
    background: #f5f5f5;
    padding: 15px 21px 20px 19px;
}

    .loan_tab .tab-pane .apply_loan_form h6 {
        font-size: 24px;
        font-weight: normal;
        color: #252525;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .loan_tab .tab-pane .apply_loan_form h6 i {
            font-size: 30px;
            vertical-align: middle;
            color: #4dc2e6;
            margin-right: 11px;
        }

    .loan_tab .tab-pane .apply_loan_form label {
        display: block;
        font-weight: normal;
        font-size: 18px;
        color: #252525;
        line-height: 38px;
    }

    .loan_tab .tab-pane .apply_loan_form p {
        color: #4dc2e6;
        margin: 12px 0 11px 2px;
    }

/*________________________________ Login / Register _________________________*/

.register_page .register_form .login {
    margin-bottom: 60px;
}

.register_page .register_form .register {
    margin-bottom: 70px;
}

.register_page .register_form .login,
.register_page .register_form .register {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 30px;
}

.register_page .register_form form {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 2px solid #4dc2e6;
    border-radius: 4px;
    padding: 30px 29px;
    overflow: hidden;
}

    .register_page .register_form form h6 {
        margin-top: 0;
        color: #252525;
        text-align: center;
        margin-bottom: 25px;
    }

    .register_page .register_form form .single_form {
        width: 100%;
        height: 50px;
        display: inline-block;
        margin-bottom: 30px;
    }

        .register_page .register_form form .single_form input {
            width: 100%;
            height: 100%;
            background: #f5f5f5;
            border: 1px solid #f1f1f1;
            border-radius: 4px;
            padding-right: 16px;
            outline: none;
        }

    .register_page .register_form form button {
        width: 100%;
        line-height: 50px;
        display: block;
        color: #fff;
        text-align: center;
        background: #f9cb09;
        border-radius: 4px;
    }

        .register_page .register_form form button:hover {
            background: #f1b804;
        }

.register_page .register_form .login .single_checkbox,
.register_page .register_form .register .single_checkbox {
    margin-top: 29px;
}

.register_page .register_form .login a {
    float: right;
    color: #4dc2e6;
    margin-top: 29px;
}

.register_page .register_form .login .single_checkbox label,
.register_page .register_form .register .single_checkbox label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 28px;
    font-weight: normal;
    margin: 0;
    -webkit-user-select: none;
}

.register_page .register_form .login .single_checkbox input[type="checkbox"],
.register_page .register_form .register .single_checkbox input[type="checkbox"] {
    display: none;
}

.register_page .register_form .login .single_checkbox label:before,
.register_page .register_form .register .single_checkbox label:before {
    content: '';
    width: 21px;
    height: 21px;
    background: #fbfbfb;
    border: 1px solid #e3e6e9;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(174,174,174,0.21);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(174,174,174,0.21);
    box-shadow: inset 0px 0px 1px 0px rgba(174,174,174,0.21);
    display: inline-block;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
}

.register_page .register_form .login .single_checkbox input[type="checkbox"]:checked + label:before,
.register_page .register_form .register .single_checkbox input[type="checkbox"]:checked + label:before {
    content: '';
    font-family: 'font-awesome';
    font-size: 14px;
    line-height: 18px;
    color: #4dc2e6;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

/*____________________________ Pricing plans Table ___________________________*/

.pricing_plan_table .single_price_table {
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
    z-index: 99;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

    .pricing_plan_table .single_price_table h3 {
        margin: 0;
        color: #fff;
        background-color: #43bade;
        line-height: 50px;
    }

    .pricing_plan_table .single_price_table span {
        font-size: 66px;
        color: #fff;
        display: block;
        background: url(../../images/skin/bg.png) no-repeat center;
        position: relative;
        padding-bottom: 42px;
    }

        .pricing_plan_table .single_price_table span sup {
            font-size: 24px;
            top: -26px;
            left: 16px;
        }

        .pricing_plan_table .single_price_table span sub {
            font-size: 14px;
            right: 16px;
        }

    .pricing_plan_table .single_price_table ul {
        padding-top: 18px;
        position: relative;
        padding-bottom: 17px;
    }

        .pricing_plan_table .single_price_table ul li {
            line-height: 36px;
        }

    .pricing_plan_table .single_price_table a {
        width: 150px;
        line-height: 45px;
        background: #4dc2e6;
        text-align: center;
        color: #fff;
        border-radius: 4px;
    }

    .pricing_plan_table .single_price_table:hover h3 {
        background-color: #ec7127;
    }

    .pricing_plan_table .single_price_table:hover span {
        background: url(../../images/skin/bg-hover.png) no-repeat center;
    }

    .pricing_plan_table .single_price_table:hover a {
        background: #f4762a;
    }

    .pricing_plan_table .single_price_table span.color2 {
        background: url(../../images/skin/bg2.png) no-repeat center;
    }

    .pricing_plan_table .single_price_table:hover span.color2 {
        background: url(../../images/skin/bg-hover2.png) no-repeat center;
    }

    .pricing_plan_table .single_price_table span.color3 {
        background: url(../../images/skin/bg3.png) no-repeat center;
    }

    .pricing_plan_table .single_price_table:hover span.color3 {
        background: url(../../images/skin/bg-hover3.png) no-repeat center;
    }

    .pricing_plan_table .single_price_table span.color4 {
        background: url(../../images/skin/bg4.png) no-repeat center;
    }

    .pricing_plan_table .single_price_table:hover span.color4 {
        background: url(../../images/skin/bg3.png) no-repeat center;
    }
/*_________________________________ Testimo0nial _________________________*/

.testimonial_page .testimonial_item_single {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 49px;
}

    .testimonial_page .testimonial_item_single p {
        background: #f5f5f5;
        border-radius: 5px;
        position: relative;
        padding: 35px 22px 30px 22px;
        margin-bottom: 29px;
    }

        .testimonial_page .testimonial_item_single p:before {
            content: '';
            font-family: 'font-awesome';
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #fff;
            text-align: center;
            border: 1px solid #f1f1f1;
            border-radius: 4px;
            font-size: 18px;
            position: absolute;
            left: 20px;
            top: -20px;
        }

        .testimonial_page .testimonial_item_single p.left:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 49px;
            top: 100%;
            border: 0 solid transparent;
            border-width: 21px 18px;
            border-right-width: 0;
            border-top-color: #f5f5f5;
        }

    .testimonial_page .testimonial_item_single .client_history .title_left {
        float: left;
        margin-left: 40px;
    }

    .testimonial_page .testimonial_item_single .client_history .post_history_right {
        float: right;
    }

    .testimonial_page .testimonial_item_single .client_history img {
        width: 65px;
        height: 65px;
        border: 2px solid #f5f5f5;
    }

    .testimonial_page .testimonial_item_single .client_history img,
    .testimonial_page .testimonial_item_single .client_history .name {
        display: inline-block;
        vertical-align: top;
    }

    .testimonial_page .testimonial_item_single .client_history .post_history_right {
        text-align: right;
    }

    .testimonial_page .testimonial_item_single .client_history .name h6 {
        margin-top: 0;
        font-size: 14px;
        color: #252525;
        margin: 18px 0px 3px 0px;
    }

    .testimonial_page .testimonial_item_single .client_history .name i {
        display: block;
        color: #4dc2e6;
    }

    .testimonial_page .testimonial_item_single .client_history span {
    }

    .testimonial_page .testimonial_item_single .client_history ul li {
        color: #4dc2e6;
        font-size: 10px;
        display: inline-block;
        margin-right: -2px;
    }

    .testimonial_page .testimonial_item_single .client_history .post_history_right ul li:last-child {
        margin-right: 0;
    }

    .testimonial_page .testimonial_item_single .client_history a {
        width: 65px;
        line-height: 23px;
        text-align: center;
        font-weight: normal;
        color: #a0a0a0;
        background: #f5f5f5;
        border-radius: 5px;
        margin-top: 7px;
    }

    .testimonial_page .testimonial_item_single .client_history .title_left .name {
        padding-left: 4px;
    }

    .testimonial_page .testimonial_item_single p.right:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 49px;
        top: 100%;
        border: 0 solid transparent;
        border-width: 21px 18px;
        border-left-width: 0;
        border-top-color: #f5f5f5;
    }

    .testimonial_page .testimonial_item_single .post_history_left {
        float: left;
    }

    .testimonial_page .testimonial_item_single .title_right {
        float: right;
        margin-right: 40px;
    }

        .testimonial_page .testimonial_item_single .title_right .name {
            padding-right: 4px;
            text-align: right;
        }

/*_______________________________________ Agency details ______________________*/

.properties_search.inner_page_properties_search {
    margin-top: -170px;
    position: relative;
    z-index: 9;
    margin-bottom: 68px;
}

    .properties_search.inner_page_properties_search .search_category {
        border: 1px solid #f1f1f1;
    }

.agent_and_agency_details {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 30px 30px 23px 30px;
    margin-bottom: 70px;
}

    .agent_and_agency_details .img_holder,
    .agent_and_agency_details .info {
        float: left;
    }

    .agent_and_agency_details .img_holder {
        width: 30%;
    }

        .agent_and_agency_details .img_holder img {
            border-radius: 5px;
        }

    .agent_and_agency_details .info {
        width: 70%;
        padding-left: 27px;
    }

        .agent_and_agency_details .info h3 {
            padding-top: 0;
            margin-top: -5px;
        }

        .agent_and_agency_details .info p {
            color: #4dc2e6;
            margin: 23px 0 3px 0;
        }

        .agent_and_agency_details .info span {
            display: block;
            line-height: 31px;
        }

        .agent_and_agency_details .info ul {
            display: inline-block;
            margin-top: 10px;
        }

            .agent_and_agency_details .info ul li a {
                font-weight: normal;
                color: #a0a0a0;
            }

            .agent_and_agency_details .info ul li {
                line-height: 30px;
            }

                .agent_and_agency_details .info ul li a i {
                    color: #4dc2e6;
                }

            .agent_and_agency_details .info ul.space_fix {
                padding-left: 36px;
            }

.agency_details .properties_item_two,
.agent_details .properties_item_two {
    margin-top: 40px;
}

.agent_details .properties_item_two {
    margin-bottom: 40px;
}

.agency_details .popular_agent {
    margin-top: 40px;
    margin-bottom: 40px;
}

.agency_details_page,
.agent_details_page {
    margin-bottom: 72px;
}

/*________________________ Agency listing ______________________*/

.agency_listin_page_content .single_agency {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
}

    .agency_listin_page_content .single_agency .icon_holder,
    .agency_listin_page_content .single_agency .info {
        float: left;
    }

    .agency_listin_page_content .single_agency .icon_holder {
        width: 24%;
        text-align: center;
    }

    .agency_listin_page_content .single_agency .info {
        width: 74%;
        padding: 7px;
    }

        .agency_listin_page_content .single_agency .info h6 {
            color: #0073D3;
            margin-bottom: 0;
            margin-top: 0;
            float: right;
        }

        .agency_listin_page_content .single_agency .info span a {
            color: #fff;
            display: block;
        }

        .agency_listin_page_content .single_agency .info p {
            border-bottom: 1px solid #e7e7e7;
            margin: 5px 0 0 0;
            padding: 0 0 13px 0;
            text-align: right;
        }

        .agency_listin_page_content .single_agency .info ul li {
            display: inline-block;
            direction: rtl;
        }

            .agency_listin_page_content .single_agency .info ul li a {
                font-weight: normal;
                color: #007fff;
            }

                .agency_listin_page_content .single_agency .info ul li a span {
                    font-weight: normal;
                    color: #f4762a;
                }

                .agency_listin_page_content .single_agency .info ul li a i {
                    color: #4dc2e6;
                    margin-right: 2px;
                }

            .agency_listin_page_content .single_agency .info ul li:last-child a i {
                margin-right: 8px;
            }

.agency_listin_page_content .page_indicator {
    margin-top: 53px;
}

/*______________________________ agent details ____________________*/

.agent_details_page .agent_and_agency_details {
    margin-bottom: 51px;
}

/*__________________________ Agent listing with sidebar ________________*/
.agent_listing_sidebar_page_content {
    margin-bottom: 40px;
}

/*__________________ Property details ________________*/

.property_details_page .properties_item_two {
    margin-top: 40px;
}

/*___________________________ property -listing _________________*/
.inner_section_title.style_two {
    margin-bottom: 38px;
}

    .inner_section_title.style_two > ul li a {
        border: none;
        padding: 0;
    }

    .inner_section_title.style_two span.left_side {
        text-align: left;
        padding-left: 20px;
    }

    .inner_section_title.style_two > ul button {
        background: transparent;
        padding: 0;
    }

    .inner_section_title.style_two > ul li.border-right {
        border-right: 1px solid #f1f1f1;
    }

    .inner_section_title.style_two > ul button i {
        padding-left: 15px;
    }

    .inner_section_title.style_two > ul > li {
        margin-left: 20px;
        padding-right: 20px;
        line-height: 35px;
    }

        .inner_section_title.style_two > ul > li:last-child a {
            font-size: 18px;
            margin-right: 18px;
            vertical-align: middle;
        }

        .inner_section_title.style_two > ul > li:last-child {
            padding-right: 0;
            float: right;
        }

    .inner_section_title.style_two > ul .dropdown-menu {
        min-width: 100% !important;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
    }

        .inner_section_title.style_two > ul .dropdown-menu li {
            padding-left: 5px;
        }

    .inner_section_title.style_two > ul li.back_home {
        margin-left: 12px;
    }

        .inner_section_title.style_two > ul li.back_home a {
            text-decoration: underline;
            color: #4dc2e6;
        }

    .inner_section_title.style_two > ul > li:last-child a.active {
        color: #4dc2e6;
    }

.property_type .single_properties {
    background: #f5f5f5;
    min-height: 200px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

    .property_type .single_properties > span {
        position: absolute;
        top: 15px;
        width: 120px;
        right: -31px;
        line-height: 32px;
        background: #fb1515;
        color: #fff;
        text-align: center;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

        .property_type .single_properties > span.top {
            background: #f4762a;
        }

    .property_type .single_properties .img_holder,
    .property_type .single_properties .text {
        display: table-cell;
        vertical-align: top;
    }

    .property_type .single_properties .text {
        padding-left: 28px;
    }

    .property_type .single_properties .img_holder {
        position: relative;
    }

        .property_type .single_properties .img_holder .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(77,194,230,0.9);
            transform: scale(0,0);
            -webkit-transform: scale(0,0);
            -moz-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
        }

    .property_type .single_properties:hover .overlay {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
    }

    .property_type .single_properties .img_holder .overlay a {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 18px;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        align-items: center;
        height: 100%;
    }

    .property_type .single_properties .text .properties_title a {
        display: block;
    }

    .property_type .single_properties .text h6 {
        margin: 0;
        color: #252525;
    }

    .property_type .single_properties .text .properties_title span {
        display: block;
        color: #f4762a;
        margin: 7px 0 15px 0;
    }

    .property_type .single_properties .text > span {
        display: block;
        width: 115px;
        line-height: 35px;
        background: #4dc2e6;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        border-bottom: 1px solid rgba(28,73,87,0.2);
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
        margin-top: 2px;
        cursor: pointer;
        margin-bottom: 12px;
    }

    .property_type .single_properties .text .properties_history {
        border-top: 1px solid #e7e7e7;
        padding: 13px 0 0 0;
        margin-top: 13px;
    }

        .property_type .single_properties .text .properties_history li {
            display: inline-block;
            text-align: center;
            font-size: 14px;
            padding: 0 18px 0 19px;
            line-height: 25px;
            border-right: 1px solid #e7e7e7;
        }

            .property_type .single_properties .text .properties_history li:last-child {
                margin: 0;
            }

            .property_type .single_properties .text .properties_history li:first-child {
                padding-left: 0;
            }

            .property_type .single_properties .text .properties_history li i {
                color: #4dc2e6;
                font-size: 18px;
                margin-right: 10px;
                vertical-align: middle;
            }

.property_type {
    position: relative;
    overflow: hidden;
}

    .property_type .owl-nav [class*=owl-] {
        padding: 0;
        margin: 0 5px;
        position: relative;
    }

    .property_type .owl-controls .owl-nav .owl-next::before {
        content: "";
        font-family: font-awesome;
        position: absolute;
        top: -4px;
        right: -7px;
        font-size: 16px;
        color: rgb(160, 160, 160);
    }

    .property_type .owl-controls .owl-nav .owl-prev::before {
        content: "";
        font-family: font-awesome;
        position: absolute;
        top: -4px;
        right: -1px;
        font-size: 16px;
        color: rgb(160, 160, 160);
    }

    .property_type .owl-controls {
        position: absolute;
        right: 89px;
        bottom: 57px;
    }

        .property_type .owl-controls .owl-nav .owl-prev:hover:before,
        .property_type .owl-controls .owl-nav .owl-next:hover:before {
            color: #4dc2e6;
        }


.property_listing_fullwidth .property_type .owl-controls {
    position: absolute;
    right: 151px;
    bottom: 57px;
}

/*____________________________ Vertical map ____________________*/

.vertical-map {
    height: 775px;
    width: 50%;
    float: left;
    margin-top: -113px;
}

.map_page_properties {
    width: 50%;
    padding: 0 30px;
    float: right;
}

    .map_page_properties .properties_details {
        margin-bottom: 30px;
    }

    .map_page_properties .img_holder {
        position: relative;
    }

        .map_page_properties .img_holder span {
            position: absolute;
            line-height: 23px;
            font-size: 12px;
            color: #fff;
            text-align: center;
            padding: 0 8px;
            font-weight: normal;
            background: #4dc2e6;
            border-radius: 5px;
            top: 13px;
            left: 13px;
        }

    .map_page_properties .text {
        background: #f5f5f5;
        padding: 20px;
    }

        .map_page_properties .text .properties_title a {
            color: #252525;
        }

        .map_page_properties .text .properties_title h6 {
            margin: 0;
        }

        .map_page_properties .text .properties_title span {
            color: #f4762a;
            display: block;
            margin: 7px 0 15px 0;
        }

        .map_page_properties .text > span {
            display: block;
            width: 115px;
            line-height: 35px;
            background: #4dc2e6;
            border-radius: 5px;
            color: #fff;
            font-size: 18px;
            text-align: center;
            border-bottom: 1px solid rgba(28,73,87,0.2);
            -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
            -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
            box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
            margin-top: 2px;
            cursor: pointer;
            margin-bottom: 12px;
        }

        .map_page_properties .text .properties_history {
            border-top: 1px solid #e7e7e7;
            padding: 13px 0 0 0;
            margin-top: 13px;
        }

            .map_page_properties .text .properties_history li {
                display: inline-block;
                text-align: center;
                font-size: 14px;
                padding: 0 5px 0 5px;
                line-height: 25px;
            }

                .map_page_properties .text .properties_history li:first-child {
                    padding-left: 0;
                }

                .map_page_properties .text .properties_history li i {
                    color: #4dc2e6;
                    font-size: 18px;
                    margin-right: 10px;
                    vertical-align: middle;
                }

    .map_page_properties .page_indicator {
        text-align: left;
        padding-left: 15px;
    }




/*=============================== FIXED MENU STYLE ======================*/
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

.fixed {
}

    .fixed .wrapper,
    .fixed_style_two .wrapper {
        margin-top: 2px;
    }


.main_menu.fixed_style_two {
    position: fixed;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding-bottom: 10px;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}

.fixed_style_three {
    position: fixed;
    background: #4dc2e6;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999999;
    padding-bottom: 0;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}

    .fixed_style_three .top_header {
        display: none;
    }

    .fixed_style_three header {
        padding-top: 0;
    }

        .fixed_style_three header .left_side {
            height: 70px;
            padding: 5px 0;
        }

    .fixed.static,
    .fixed_style_two.static,
    .fixed_style_three.static {
        position: relative;
    }
/*=============== Style switcher =============*/
.switcher h5 {
    font-family: 'Open Sans', sans-serif;
}

.switcher .switch_btn button {
    width: 55px;
    height: 50px;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #f3762a;
    color: #fff;
    font-size: 24px;
}

.switcher .switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}

.switcher {
    position: fixed;
    top: 95px;
    z-index: 999999;
}

    .switcher .switch_menu {
        display: none;
        width: 249px;
        background: #fff;
        position: relative;
        padding-bottom: 30px;
        /*  height: 300px;
  overflow: hidden;
  overflow-y: scroll;*/
    }

        .switcher .switch_menu .switcher_container {
            width: 100%;
            padding: 0 10px;
            margin: 0 auto;
        }

        .switcher .switch_menu h5.title {
            color: #fff;
            margin: 0;
            line-height: 50px;
            background: #4dc2e6;
            text-align: center;
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: normal;
        }

        .switcher .switch_menu .switcher_container h5 {
            text-align: center;
            color: #272727;
            font-size: 18px;
            text-align: center;
            font-weight: normal;
        }

        .switcher .switch_menu .switch_body .box {
            cursor: pointer;
            display: inline-block;
            text-align: center;
            margin-top: 10px;
        }

        .switcher .switch_menu .switch_body #boxed {
            margin-left: 25px;
        }

        .switcher .switch_menu .switch_body .box > div {
            width: 100px;
            height: 57px;
            background: #f4f4f4;
            border: 2px solid #eaeaea;
        }

            .switcher .switch_menu .switch_body .box > div > span {
                display: block;
                width: 70px;
                height: 100%;
                margin: 0 auto;
                background: #fff;
                border-left: 2px solid #eaeaea;
                border-right: 2px solid #eaeaea;
            }

        .switcher .switch_menu .switch_body .box p {
            font-weight: normal;
            font-size: 16px;
            margin-top: 8px;
        }

        .switcher .switch_menu .switch_body {
            border-bottom: 1px solid #f7f7f7;
            padding-bottom: 10px;
        }

        .switcher .switch_menu .switch_navigation {
            text-align: center;
            border-bottom: 1px solid #f7f7f7;
            padding-bottom: 15px;
            margin-top: 10px;
            padding-top: 1px;
        }

            .switcher .switch_menu .switch_navigation p,
            .switcher .switch_menu .switch_navigation p,
            .switcher .switch_menu .switch_navigation .onoffswitch {
                display: inline-block;
                margin-left: 5px;
            }

            .switcher .switch_menu .switch_navigation p,
            .switcher .switch_menu .switch_navigation p {
                vertical-align: top;
                font-weight: normal;
                font-size: 18px;
                margin-top: 12px;
                color: #9e9e9e;
            }

.onoffswitch {
    position: relative;
    width: 80px;
    margin-top: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 35px;
    padding: 0;
    line-height: 43px;
    border-radius: 43px;
    background-color: #4dc2e6;
    transition: background-color 0.3s ease-in;
}

    .onoffswitch-label:before {
        content: "";
        display: block;
        width: 33px;
        height: 33px;
        margin: 0px;
        background: #f4762a;
        position: absolute;
        top: 1px;
        bottom: 1px;
        right: 46px;
        border-radius: 43px;
        transition: all 0.3s ease-in 0s;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #4dc2e6;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        border-color: #4dc2e6;
    }

        .onoffswitch-checkbox:checked + .onoffswitch-label:before {
            right: 1px;
        }

.switcher .box_bg h5 {
    font-size: 20px;
}

.switcher .box_bg {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 27px;
    padding-top: 1px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 12px;
}

.switcher #styleOptions li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 4px;
    margin-top: 5px;
}

    .switcher #styleOptions li:last-child {
        margin-right: 0;
    }

    .switcher #styleOptions li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        .switcher #styleOptions li a span.p_color,
        .switcher #styleOptions li a span.s_color {
            position: absolute;
            width: 100%;
            height: 150%;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

        .switcher #styleOptions li a span.p_color {
            left: -17px;
            top: -29px;
        }

        .switcher #styleOptions li a span.s_color {
            right: -17px;
            bottom: -29px;
        }

        .switcher #styleOptions li a.color1 span.p_color {
            background: #4dc2e6;
        }

        .switcher #styleOptions li a.color1 span.s_color {
            background: #f4762a;
        }

        .switcher #styleOptions li a.color2 span.p_color {
            background: #1abc9c;
        }

        .switcher #styleOptions li a.color2 span.s_color {
            background: #9c59b8;
        }

        .switcher #styleOptions li a.color3 span.p_color {
            background: #e74c3c;
        }

        .switcher #styleOptions li a.color3 span.s_color {
            background: #7aa228;
        }

        .switcher #styleOptions li a.color4 span.p_color {
            background: #f0c11d;
        }

        .switcher #styleOptions li a.color4 span.s_color {
            background: #e74c3c;
        }

.switcher .switch_menu > p {
    font-weight: normal;
    font-size: 15px;
    background: #1a8bb3;
    color: #fff;
    padding: 18px 18px 20px 18px;
}


/*___________________________ BOX LAYOUT __________________*/

.boxed_wrapper.active_boxlayout {
    width: 1350px;
    margin: 0 auto;
    background: #fff;
}

body.bg {
    background: url(../../images/home/pattern.png) repeat;
}
/*_____________________ Landing page _______________________*/

.landing_page .landing_banner {
    background: url(../../images/lan/1.jpg) no-repeat center;
    background-size: cover;
    height: 532px;
    padding-top: 80px;
    margin-bottom: 56px;
    background-color: #252525;
}

    .landing_page .landing_banner img.logo {
        margin: 0 auto;
        display: block;
    }

    .landing_page .landing_banner h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 36px;
        font-weight: 800;
        color: #fff;
        position: relative;
        text-align: center;
        margin: 34px 0 50px 0;
    }

        .landing_page .landing_banner h2:before {
            content: '';
            width: 200px;
            height: 1px;
            background: #474747;
            position: absolute;
            left: calc(50% - 100px);
            bottom: -15px;
        }

    .landing_page .landing_banner .feature_wrapper {
        padding: 0 150px;
    }

    .landing_page .landing_banner .single_feature {
        margin-top: 44px;
    }

        .landing_page .landing_banner .single_feature .icon {
            height: 100px;
            width: 100px;
            background: #4dc2e6;
            border-radius: 50%;
            color: #fff;
            font-family: 'Raleway', sans-serif;
            font-size: 24px;
            font-weight: 800;
            text-align: center;
            line-height: 100px;
            margin: 0 auto;
        }

        .landing_page .landing_banner .single_feature h4 {
            color: #fff;
            font-family: 'Raleway', sans-serif;
            font-size: 20px;
            font-weight: 800;
            text-align: center;
            margin: 27px 0 0 0;
        }

.landing_page .home_page_item {
    padding-top: 40px;
}

.landing_page .main-title-center h2 {
    border-bottom: none;
}

    .landing_page .main-title-center h2:after {
        content: '';
        width: 250px;
        height: 1px;
        background: #e4e4e4;
        position: absolute;
        bottom: -1px;
        z-index: -1;
        left: 21%;
    }

.landing_page .single_home_page .img_holder {
    position: relative;
    border: 5px solid #ececec;
}

    .landing_page .single_home_page .img_holder .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(77,194,230,0.9);
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

        .landing_page .single_home_page .img_holder .overlay > div {
            display: table;
            width: 100%;
            height: 100%;
            text-align: center;
        }

            .landing_page .single_home_page .img_holder .overlay > div span {
                vertical-align: middle;
                display: table-cell;
            }

        .landing_page .single_home_page .img_holder .overlay span a {
            background: #f4762a;
            width: 127px;
            display: block;
            line-height: 40px;
            margin: 0 auto;
            border-radius: 4px;
            color: #fff;
        }

.landing_page .single_home_page:hover .img_holder .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.landing_page .single_home_page .feature_of_page h4 {
    font-size: 20px;
    margin: 26px 0 19px 0;
}

.landing_page .single_home_page .feature_of_page ul li {
    line-height: 30px;
    position: relative;
    padding-left: 22px;
}

    .landing_page .single_home_page .feature_of_page ul li:before {
        content: url(../../images/lan/dot.png);
        position: absolute;
        top: 0;
        left: 0;
    }

.landing_page .single_home_page {
    margin-bottom: 70px;
}

.landing_page .page_wrapper.bg_fix {
    background: #fbfafa;
    padding-top: 41px;
}

.landing_page .page_wrapper .coming_soon h2 {
    color: #fff;
    font-size: 34px;
}

.landing_page .page_wrapper .coming_soon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .landing_page .page_wrapper .coming_soon > div {
        display: table;
        text-align: center;
        width: 100%;
        height: 100%;
    }

.landing_page .single_home_page .img_holder .coming_soon > div span {
    vertical-align: middle;
    display: table-cell;
}

.landing_page footer .bottom_footer {
    background: #1c252c;
    height: auto;
}

.landing_page .single_home_page.comming h4,
.landing_page .single_home_page.comming ul {
    opacity: 0.2;
}

.form-rtl .ui.checkbox label, .form-rtl .ui.radio label {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 25px;
}

.ui.checkbox label:hover, .ui.checkbox + label:hover {
    color: rgba(0,0,0,.8);
}

.table td .ui.checkbox .box, .ui.checkbox label {
    padding-left: 0 !important;
}

.form-rtl label {
    margin-bottom: 0;
    font-weight: 500;
}

.ui.checkbox .box, .ui.checkbox label {
    cursor: auto;
    position: relative;
    display: block;
    padding-right: 23px;
    outline: 0;
    font-size: 1em;
}

.form-rtl label, .ui.form.form-rtl {
    font-size: 14px;
    font-weight: 300;
}

#SearchColList {
    position: relative;
}

.list-search-box .checkbox {
    display: block;
}

.bw {
    background-color: #fff;
    border-radius: 5px;
}

.mrg0L {
    margin-left: 0 !important;
    margin-top: 20px;
}

.pad0L {
    padding-left: 0 !important;
}

.boxes-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.widget {
    width: 100%;
    display: block;
    margin: 7px 0;
    overflow: hidden;
}

.widget {
    width: 100%;
}

.white-box {
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 7px;
}

footer .subcribe {
    display: inline-block;
    width: 100%;
    background: #8dc641;
    padding: 20px 30px;
    margin-bottom: 20px;
}

    footer .subcribe h4 {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
    }

    footer .subcribe p {
        margin-bottom: 30px;
    }



    footer .subcribe input {
        display: inline-block;
        width: 75%;
        height: 44px;
        line-height: 44px;
        padding: 0 20px;
        color: #fff;
        background: none;
        text-transform: uppercase;
        font-size: 12px;
        border: 1px solid #fff;
    }

        footer .subcribe input[type="submit"] {
            border: none;
            background: #649623;
            width: auto;
            height: 44px;
        }

            footer .subcribe input[type="submit"]:hover {
                background: #166d1a;
            }

    footer .subcribe .form-control {
        border-radius: 0px;
    }

    footer .subcribe .btn {
        margin-top: 0px;
        background: #3f8f42;
        height: 45px;
    }

footer button {
    background: #002b5e;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 34px;
    float: right;
    margin-top: -34px;
    position: relative;
    z-index: 1;
    border: none;
    padding: 0 10px;
}

.percent {
    color: red;
    font-size: 12px;
}

.boxes {
    font-size: 15px;
    position: relative;
    border-radius: 3px;
}

.mrg15B {
    margin-bottom: 15px !important;
}

.search-result-photo-boxes {
    position: relative;
    border-radius: 3px 0 0 3px;
    width: 100%;
    float: left;
    overflow: hidden;
}

.item-date {
    text-align: center;
}

h4.search-list-title {
    text-align: center;
    margin: 0;
}

.sell-box .search-results-info-boxes {
    overflow: hidden;
}

.search-results-info-boxes {
    padding: 0;
}

.mrg10T {
    margin-top: 10px !important;
}

.font-weight500 {
    font-weight: 500 !important;
}

hr {
    margin: 3px 0;
}

.mrg5B {
    margin-bottom: 5px !important;
}

.boxes {
    font-size: 15px;
    position: relative;
    border-radius: 5px;
    min-height: 180px;
}

.blackbox {
    background: #fafafa;
    border: 1px solid #20223e;
    color: #000;
    padding-bottom: 20px;
    border-radius: 3px;
}

.readmore2 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    user-select: none;
    color: #fff;
    background-color: #d5ae37;
    padding: 3px 25px;
    border-radius: 20px;
    font-size: 15px;
}

.small-circle {
    width: 4px;
    height: 4px;
    margin: 2px 0;
}

.medium-circle {
    width: 6px;
    height: 6px;
    margin: 1px;
}

.blackbox h3 {
    color: #9ac72a;
}

.mrg10B {
    margin-bottom: 10px !important;
}

.search-results-info-boxes .search-list-price {
    margin-bottom: 8px;
    font-size: 14px;
}

.search-list-price {
    font-weight: 500;
    margin-top: 5px;
}
/*
    testimonial
*/
#quote-carousel {
    padding: 0 10px 30px 10px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

blockquote span {
    padding-bottom: 10px;
    border-bottom: 2px solid #d5ae37;
    font-size: 12px;
}

blockquote img {
    margin: 10px auto;
    width: 120px;
    height: 120px !important;
    border-radius: 100%;
    background: #fff;
}
