﻿/*------------------------------------------------------------
	GLobal Settings
-------------------------------------------------------------*/
* {
    outline: none;
}

body {
    background: #ffffff;
    color: #4e5c79;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
}

.modal-open {
    overflow: hidden !important;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

a {
    color: #0c2339;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

    a.link {
        color: #fd5332;
    }

        a.link:hover, a.link:focus, a:hover, a:focus {
            color: #fd5332;
        }

    a.text-success:focus, a.text-success:hover {
        color: #4caf50 !important;
    }

    a.text-primary:focus, a.text-primary:hover {
        color: #fd5332 !important;
    }

    a.text-warning:focus, a.text-warning:hover {
        color: #ff9b20 !important;
    }

    a.text-danger:focus, a.text-danger:hover {
        color: #f33066 !important;
    }

    a.white-link {
        color: #ffffff;
    }

        a.white-link:hover, a.white-link:focus {
            color: #263238;
        }

.text-light-theme {
    color: #1da0ff !important;
}

.text-shadow-1 {
    text-shadow: 0.1px 1px #dee2e6;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.img-rounded {
    border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

section {
    padding: 10px 0 0px;
}

section.min {
    padding: 35px 0 20px;
}

p {
    line-height: 1.8;
}

.gray-bg {
    background: #f7f9fc url(../img/pattern.png);
    background-size: cover;
    background-position: center;
}

.gray {
    background: #f7f9fc;
}

.gray-simple {
    background: #f3f7fd;
}

.bg-title {
    background: #1373ea;
}

.bg-1 {
    background: #f7d0cb;
}

.bg-2 {
    background: #dde9ed;
}

.tbl {
    display: table;
}

.full-height {
    height: 100%;
}

.rtl {
    position: relative;
}

.mr-2 {
    margin-right: 8px;
}

.mr-1 {
    margin-right: 4.5px;
}

.alert p {
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.no-ul-list {
    padding: 0;
}

    .no-ul-list li {
        list-style: none;
    }

.progress {
    margin-bottom: 1.5em;
}

.full-width {
    width: 100%;
}

p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}

.owl-carousel .item {
    padding: 0 15px;
}

.explore-content p {
    font-size: 19px;
    font-family: 'Lora', serif;
    font-style: italic;
}

.explore-content h1, .explore-content h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.shadow-0 {
    box-shadow: none !important;
}
.text-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c2339;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}

h5,
h6 {
    color: #0c2339;
}

.font-2 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 30px;
}

h3 {
    line-height: 30px;
    font-size: 24px;
}

h4 {
    line-height: 26px;
    font-size: 21px;
}

h5 {
    line-height: 22px;
    font-size: 18px;
}

h6 {
    line-height: 20px;
    font-size: 16px;
}

.lead {
    font-size: 20px !important;
}

.lead-i {
    font-family: 'Lora', serif;
    font-size: 22px !important;
    font-style: italic;
}

.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 36px;
}

.display-7 {
    font-size: 26px;
}

.box {
    border-radius: 4px;
    padding: 10px;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}

.theme-cl {
    color: #fd5332;
}

.theme-bg {
    background: #fd5332;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
    padding: 0;
    margin: 0;
}

    ul.list-style li {
        margin-bottom: 1.2em;
        line-height: 1.5;
        list-style: none;
        padding-left: 30px;
        position: relative;
    }

        ul.list-style li:before {
            content: "\e64c";
            position: absolute;
            left: 0;
            font-size: 16px;
            top: 0;
            color: #27b737;
            font-family: 'themify';
        }

    ul.list-style.style-2 li:before {
        content: "\e628" !important;
        color: #0273ff;
    }

/*------------ Global Settings: Cutom Height ----------------*/
.ht-10 {
    height: 10px;
}

.ht-20 {
    height: 20px;
}

.ht-30 {
    height: 30px;
}

.ht-40 {
    height: 40px;
}

.ht-50 {
    height: 50px;
}

.ht-60 {
    height: 60px;
}

.ht-70 {
    height: 70px;
}

.ht-80 {
    height: 80px;
}

.ht-80 {
    height: 80px;
}

.ht-100 {
    height: 100px;
}

.ht-110 {
    height: 110px;
}

.ht-120 {
    height: 120px;
}

.ht-130 {
    height: 130px;
}

.ht-140 {
    height: 140px;
}

.ht-150 {
    height: 150px;
}

.ht-160 {
    height: 160px;
}

.ht-170 {
    height: 170px;
}

.ht-180 {
    height: 180px;
}

.ht-190 {
    height: 190px;
}

.ht-200 {
    height: 200px;
}

.ht-100 {
    height: 100%;
    min-height: 580px;
}

.h-100 {
    height: 100vh;
    min-height: 580px;
}
/**************************************
	Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
    color: #0c2339;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

    .navigation,
    .navigation * {
        box-sizing: border-box
    }

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left;
    width: 100px;
    height: 64px;
    position: relative;
}

.header-fixed .nav-header .logo {
    background: #f8f9fa !important;
    height: 109px;
    top: -4px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 3px 0px;
    -webkit-box-shadow: 0px 2px 3px #dee2e68c;
}

.nav-brand {
    padding: 15px 15px;
    font-size: 24px;
    margin-right: 1rem;
    text-decoration: none !important;
    position: unset;
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus > img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}
.nav-header .nav-brand .logo {
    background: #f8f9fa !important;
    height: 109px;
    top: -4px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 3px 0px;
    -webkit-box-shadow: 0px 2px 3px #dee2e68c;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer
}

    .nav-toggle:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #70798b;
        border-radius: 10px;
        box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
    }

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
        left: auto;
        right: -400px
    }

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menus-wrapper a.login-buttom {
    color: #445869 !important;
}

.nav-menus-wrapper .login {
    line-height: 4rem;
    right: 0px;
}

.nav-menu {
    margin: 0;
    line-height: normal
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

    .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px #f0f0f0
    }

.nav-menu + .nav-menu > li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none
}

.nav-menu > li > a {
    padding: 25px 12px;
    display: inline-block;
    transition: color .3s, background .3s;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.navigation-portrait .nav-menu > li > a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
    color: #1373ea;
}

.nav-menu > li > a > [class*=ion-],
.nav-menu > li > a > i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu > li > a > [class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 5px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #0c2339 #0c2339 transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #1373ea #1373ea transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: color .3s
}

    .nav-search-icon:after,
    .nav-search-icon:before {
        content: '';
        pointer-events: none
    }

    .nav-search-icon:before {
        width: 2px;
        height: 11px;
        top: 11px;
        position: absolute;
        left: 50%;
        border-radius: 0 0 1px 1px;
        box-shadow: inset 0 0 0 32px;
        transform: translateX(-50%)
    }

.nav-search-button:hover .nav-search-icon {
    color: #00a94f
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #00a94f;
    transition: opacity .3s
}

    .nav-button:focus,
    .nav-button:hover {
        color: #fff;
        text-decoration: none;
        opacity: .85
    }

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

    .navigation-portrait .nav-text + ul {
        margin-top: 15px
    }

.nav-dropdown {
    min-width: 250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu > li .nav-dropdown {
    border: none;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    border-radius: 0.4rem;
}

.nav-menu > li > .nav-dropdown:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    left: 25px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

    .nav-dropdown > li > a {
        width: 100%;
        padding: 12px 20px 14px 10px;
        border-bottom: 1px solid #e4e8ec;
        display: inline-block;
        float: left;
        color: #445869;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-family: 'Jost', sans-serif;
        font-size: 14px;
    }

#navigation span.label-new {
    font-size: 11px;
    font-weight: 500;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f95734;
    padding: 2px 12px;
    border-radius: 0.2rem;
    color: #ffffff;
}

.nav-dropdown > li:last-child > a {
    border-bottom: none;
}

.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
    padding-left: 20px;
    color: #009688;
}

.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown > .focus > a,
.nav-dropdown > li:hover > a {
    color: #1373ea;
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left > li > a {
    text-align: right
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown > .focus > a .submenu-indicator-chevron,
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #00a94f #00a94f transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

    .navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

nav a {
    display: inline-block
}

.header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    z-index: 99999;
}

.header-top {
    padding: 1em 0;
    background: #05222A
}
.header.header-fixed {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.header-fixed .nav-menu.nav-menu-social > li.add-listing.light {
    background: #1373ea;
}

    .header-fixed .nav-menu.nav-menu-social > li.add-listing.light a {
        color: #ffffff !important;
    }

.header-fixed .nav-menu.nav-menu-social .text-light {
    color: #1da0ff !important;
}
.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

    .deatils ul li i {
        margin-right: .5em
    }

    .deatils ul li a {
        font-size: 1.1em;
        color: #C6C7C7;
        vertical-align: middle
    }

.social-icons {
    float: right;
    margin-top: .7em
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

    .navbar-default .navbar-nav > li > a {
        color: #05222A;
        font-size: 1.3em;
        font-weight: 900
    }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #02B875;
            background-color: #fff
        }

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

    .menu--francisco .menu__link:focus,
    .menu--francisco .menu__link:hover {
        color: #929292
    }

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.nav-menu.nav-menu-social > li.add-listing {
    border-radius: 4px;
    top: 15px;
    position: relative;
    background: #1373ea;
    height: 50px;
}

    .nav-menu.nav-menu-social > li.add-listing.green {
        border-radius: 4px;
        top: 15px;
        position: relative;
        background: #4caf50;
        height: 50px;
    }

    .nav-menu.nav-menu-social > li.add-listing.purple {
        background: #3d65e4;
    }

    .nav-menu.nav-menu-social > li.add-listing.blue {
        background: #1266e3;
    }

    .nav-menu.nav-menu-social > li.add-listing.light {
        background: #ffffff;
    }

.header-fixed .nav-menu.nav-menu-social > li.add-listing.light {
    background: #1373ea;
}

.nav-menu.nav-menu-social > li.add-listing a {
    top: 0px;
    padding: 30px 20px;
    color: #ffffff !important;
}

.nav-menu.nav-menu-social > li.add-listing.light a {
    color: #1373ea !important;
}

.header-fixed .nav-menu.nav-menu-social > li.add-listing.light a {
    color: #ffffff !important;
}

.nav-menu.nav-menu-social > li.add-listing.dark-bg {
    background: #2e3654;
}

.nav-menu.nav-menu-social > li.add-listing.bg-whit {
    background: #ffffff !important;
}

.header-fixed .nav-menu.nav-menu-social .text-light {
    color: #1da0ff !important;
}

.nav-menu.nav-menu-social > li.add-listing.bg-whit a {
    color: #333333 !important;
}

.nav-brand img {
    max-width: 150px;
    top: 0px;
    width: 100%;
    position: absolute;
    padding: 8px;
    height: 82px;
}

.nav-menu.nav-menu-social > li > a > .fas {
    font-size: 15px;
    -ms-transform: scale(1);
    transform: scale(1);
}
/*------------ Property Detail Detail -------------*/
.gallery_bottom_block {
    padding: 1em 0;
    border-bottom: 1px solid #e9ecf3;
}

.property_info_detail_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.property_info_detail_wrap_first {
    flex: 1;
}

.prt-sect-pric h3 {
    margin: 0;
    font-size: 30px;
}

    .prt-sect-pric h3 sub {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.8;
    }

.pr-price-into h2 > i {
    font-size: 16px;
    font-weight: 400;
    font-style: initial;
    opacity: 0.9;
}

.pr-price-into h2 {
    margin-bottom: 0;
}

.pr-price-into h2 {
    margin-bottom: 0;
}

.pr-single-info {
    display: inline-block;
    margin-left: 0.5rem;
    position: relative;
}

    .pr-single-info:first-child {
        margin: 0;
    }

span.view-pr {
    margin-left: 6px;
    position: relative;
    top: -3px;
}

.pr-single-info > a {
    color: #ffffff !important;
    font-size: 18px;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background: #1c4c75;
    justify-content: center;
}

.btn-share, .btn-share:hover, .btn-share:focus {
    background: #1c4c75;
    color: #ffffff;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.share-opt-wrap .dropdown-menu {
    text-align: center;
    bottom: 55px;
    top: initial !important;
    left: 0 !important;
    padding: 7px 0 9px;
    border: 1px solid #e8e9f1;
}

    .share-opt-wrap .dropdown-menu a {
        padding: 2px 6px 0;
        line-height: 1;
        position: relative;
        top: 3px;
        display: inline-block;
        border-bottom: none;
    }

.dropdown-menu.show a i {
    margin-right: 7px;
}

.cl-facebook i {
    color: #395693 !important;
}

.cl-twitter i {
    color: #1c9cea !important;
}

.cl-gplus i {
    color: #d23d35 !important;
}

.cl-instagram i {
    color: #c82f99 !important;
}

.property_info_detail_wrap.light {
    bottom: 2rem;
    color: #ffffff;
}

.prties_list {
    display: block;
    position: relative;
    width: 100%;
}

    .prties_list ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 5px 0 0 0;
    }

        .prties_list ul li {
            display: inline-block;
            font-weight: 600;
            font-size: 14px;
            margin-right: 1rem;
            position: relative;
        }

            .prties_list ul li:before {
                content: ".";
                position: absolute;
                left: -9px;
                top: 2px;
                font-size: 25px;
                line-height: 0;
                border-radius: 50%;
            }

            .prties_list ul li:first-child:before {
                display: none;
            }

.prt-type {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    background: #333333;
    padding: 4px 12px;
    border-radius: 2px;
    margin-left: 10px;
}

span.prt-type.rent {
    background: #3ebd43;
    color: #ffffff;
}

span.prt-type.sale {
    background: #ff8000;
    color: #ffffff;
}

.like_share_wrap {
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 20px;
    border: 1px solid #e6eaf3;
    transition: 0.25s;
    margin-bottom: 20px;
}

ul.like_share_list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

    ul.like_share_list li {
        flex: 0 0 50%;
        padding: 0 5px;
        list-style: none;
        width: 50%;
    }

        ul.like_share_list li a {
            width: 100%;
            color: #03a98a !important;
            background: rgba(3, 169, 138,0.1);
            border: 1px solid #03a98a;
            border-radius: 0.4rem;
            font-weight: 600;
            font-size: 14px;
        }

            ul.like_share_list li a:hover, ul.like_share_list li a:focus, ul.like_share_list li a:active {
                width: 100%;
                color: #03a98a !important;
                background: rgba(3, 169, 138,0.1);
                border: 1px solid #03a98a;
                border-radius: 0.4rem;
                font-weight: 600;
                font-size: 14px;
            }

        ul.like_share_list li:last-child a {
            background: rgba(249, 93, 2,0.1);
            color: #f95d02 !important;
            border-color: #f95d02;
        }

        ul.like_share_list li a i {
            margin-right: 7px;
        }

.btn.cop_btn {
    width: 100%;
    height: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.downld_rport {
    background: #ffffff;
    border: 1px solid #e6eaf3;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.downld_rport ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.downld_rport ul li {
    width: 50%;
    flex: 0 0 50%;
    padding: 1rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
    color: #172e6f;
}

.downld_rport ul li:first-child {
    border-right: 1px solid #e6eaf3;
}

.downld_rport ul li i {
    font-size: 40px;
    margin-right: 10px;
    color: #03a98a;
    display: inline-table;
    float: left;
}

.downld_rport ul li span {
    font-size: 13px;
    color: #546cb1;
    display: block;
}

.downld_rport ul li.pdf i {
    color: #e62a1c;
}
/*------------------------------------------------
	Detail Page Style 
------------------------------------------------*/
.block-wrap {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    padding-top: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.block-wraps {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}

.block-wrap:last-child {
    margin-bottom: 0px;
}

.block-wraps .block-header {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #1373ea;
    background: #1373ea;
}

.block-header {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e8eef7;
}

.nav-tabs .nav-link {
    margin-bottom: 0px;
    border: none;
}

.block-wraps-header .block-body {
    padding: 1.5rem;
}

.block-header .block-title {
    font-size: 16px;
}

.block-body {
    line-height: 1.7;
    display: inline-block;
    width: 100%;
}

.avl-features {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dw-proprty-info {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.avl-features li {
    display: block;
    list-style: none;
    position: relative;
    margin: 10px 0 10px;
    padding-left: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.avl-features li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    color: #009688;
    width: 20px;
    height: 20px;
    background: rgb(0 150 136 / 10%);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    font-size: 10px;
}

.dw-proprty-info li {
    display: block;
    list-style: none;
    position: relative;
    margin: 6px 0;
    color: #fd5332;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.dw-proprty-info li strong {
    display: block;
    color: #2a3c77;
}

.nav-tabs.customize-tab {
    border: none;
    margin-bottom: 0px;
}

.nav-tabs.customize-tab li {
    border-right: 1px solid #253465;
}

.nav-tabs.customize-tab li:last-child {
    border-right: none;
}

.nav-tabs .nav-item {
    margin: 0;
}

.nav-tabs.customize-tab .nav-link {
    background: transparent !important;
    color: #ffffff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #fd5332;
    border-color: #fd5332;
}

.nav-tabs.customize-tab .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #2f4ba5 !important;
    color: #ffffff;
    border-radius: 0rem;
    margin-right: 0px;
}

.accordion {
    border: 1px solid #e2e6ea;
    border-radius: 4px;
}

.accordion .card {
    border: none;
}

.card-header {
    background: #f5f8fb;
    border-bottom: 1px solid #e2e6ea;
}

.accordion .btn-link {
    color: #5c657f;
    text-decoration: none;
}

.accordion .btn-link > span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    background: #e8ecf1;
    padding: 6px 15px;
    border-radius: 2px;
}

.sidebar-property-slide .slick-prev, .sidebar-property-slide .slick-next {
    top: -26px;
}

.sidebar-property-slide .slick-prev {
    left: auto;
    right: 60px;
}

.sidebar-property-slide .slick-arrow:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    opacity: 1;
    color: #333c56;
}

.sidebar-property-slide .single-items {
    padding: 0 0px;
}

.accordion .card-title {
    margin-bottom: 0;
}

.mfp-ready .mfp-figure {
    opacity: 1 !important;
}
/*----------------- Style 2 --------------*/
.property_block_wrap {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 1px solid #e6eaf3;
}

    .property_block_wrap.style-2 {
        border-radius: 6px;
        border: none;
    }

    .property_block_wrap.style-2 {
        border-radius: 6px;
        border: none;
    }

        .property_block_wrap.style-2 .block-body {
            padding: 0rem 1.5rem 1rem;
        }

        .property_block_wrap.style-2 .property_block_wrap_header h4 {
            margin: 0;
            font-weight: 700;
            font-size: 16px;
            font-family: 'Muli', sans-serif;
            color: #140c40;
        }

            .property_block_wrap.style-2 .property_block_wrap_header h4:after {
                font-family: "Font Awesome 5 Free";
                content: "\f106";
                position: relative;
                float: right;
                margin-right: 0px;
                transition: 0.2s ease-out;
                background: #f5f7fb;
                width: 26px;
                height: 26px;
                font-weight: 600;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .property_block_wrap.style-2 .property_block_wrap_header .collapsed h4:after {
            transform: rotate(180deg);
        }

        .property_block_wrap.style-2 .property_block_wrap_header h4:before {
            display: none;
        }

        .property_block_wrap.style-2 .property_block_wrap_header {
            padding: 1rem 1.5rem;
            border: none;
        }

            .property_block_wrap.style-2 .property_block_wrap_header.no-collapse h4:after {
                display: none;
            }

ul.deatil_features {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    ul.deatil_features li {
        width: 33.333333%;
        flex: 0 0 33.333333%;
        display: inline-block;
        font-size: 13px;
        color: #546cb1;
        margin-bottom: 1.2rem;
        line-height: 1.5;
    }

        ul.deatil_features li strong {
            color: #164268;
            display: inline-block;
            font-size: 14px;
            margin-right: 10px;
        }

.nearby-wrap {
    margin-bottom: 2rem;
}

    .nearby-wrap:last-child {
        margin-bottom: 0rem;
    }

.neary_section_list {
    width: 100%;
    position: relative;
    display: block;
}

.neary_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 0;
}

    .neary_section:last-child {
        border-bottom: none;
    }

.neary_section_first {
    flex: 1;
}

    .neary_section_first .nearby_place_title {
        font-size: 14px;
        margin: 0;
        color: #140c40;
        font-family: 'Muli', sans-serif;
    }

.neary_section_last {
    display: flex;
    align-items: center;
}

.neary_section_first .nearby_place_title > small {
    margin-left: 10px;
}

.neary_section_last i {
    font-size: 10px;
    color: #ced1e4;
}

    .neary_section_last i.filled {
        color: #FF9800;
    }

.reviews-count {
    margin-left: 5px;
}

.nearby_header {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}

.nearby_header_first {
    flex: 1;
}

    .nearby_header_first h5 {
        margin: 0;
        font-size: 16px;
    }

.nearby_header_last .nearby_powerd {
    display: flex;
    align-items: center;
}

    .nearby_header_last .nearby_powerd img {
        max-width: 50px;
        margin-left: 10px;
    }

.list-fx-features {
    margin-top: 20px;
    justify-content: flex-start;
}

.listing-card-info-icon {
    width: auto;
    flex: inherit;
    display: inline-flex;
    margin-right: 1.2rem;
    align-items: center;
}

.listing-card-info-icon:last-child {
    margin: 0;
}

.prt-price-fix {
    line-height: 1.4;
    color: #4caf50;
}

.prt-price-fix sub {
    font-size: 15px;
    font-weight: 400;
    color: #929fc5;
    bottom: 0.55em!important;
    padding: 0 4px;
}

.featured_slick_gallery {
    position: relative;
}

.btn-view-pic {
    position: absolute;
    bottom: 30px;
    right: 50px;
    background: #ffffff;
    padding: 15px 26px;
    border-radius: 5px;
    font-weight: 600;
    color: #1373ea;
}

    .btn-view-pic.top {
        position: absolute;
        top: 30px;
        bottom: auto;
        right: 50px;
    }

/*------------ Property Detail Style 3 -------------------*/
.property_block_wrap.style-3 {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    margin-top: -50px;
    border: none;
    background: #6c757dde;
    border-radius: 8px;
}

.pbw-flex-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f5fd;
    border-radius: 6px;
    padding: 2.5rem;
}

.pbw-flex {
    padding-left: 2rem;
}

/*------------ Property Detail Style 4 -------------------*/
.property_block_wrap.style-4 {
    background: transparent;
    border: none;
    text-align: center;
    color: #ffffff;
}
.prt-detail-title-desc h1, .prt-detail-title-desc .prt-types sale,
.prt-detail-title-desc span, .prt-detail-title-desc .list-fx-features, .prt-detail-title-desc .prt-price-fix {
    color: #FFF!important;
}
.property_block_wrap.style-4 .prt-types.sale {
    background: #3096ff;
    color: #ffffff;
    margin-bottom: 5px;
}

    .property_block_wrap.style-4 .list-fx-features {
        margin-top: 20px;
        justify-content: center;
    }

    .property_block_wrap.style-4 .listing-card-info-icon {
        color: #6a84e2;
    }

.pbwts-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pbwts-social ul {
    padding: 0;
    margin: 0;
}

.pbwts-social ul li {
    display: inline-flex;
    margin-right: 10px;
    font-weight: 600;
}

.pbwts-social ul li a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3096ff;
    border-radius: 50%;
    font-size: 12px;
    color: white;
    border: 1px solid #3096ff;
    transition: all ease 0.4s;
}

.pbwts-social ul li a:hover, .pbwts-social ul li a:focus {
    background: #ffffff;
    color: #3096ff;
    border: 1px solid #ffffff;
}

.property_block_wrap.style-4 .prt-price-fix sub {
    color: #9eceff;
}
.prt-types.sale {
    background: rgba(0,123,255,.25);
    padding: 7px;
}
/*------------ Agent Widgets ----------*/
.sides-widget {
    background-color: #fff;
    color: #707070;
    border-radius: 8px;
    border: 1px solid #ebeef5;
    overflow: hidden;
    transition: 0.50s;
    margin-bottom: 30px;
}

.sides-widget {
    margin-bottom: 30px;
}

    .sides-widget:last-child {
        margin-bottom: 0;
    }

.sides-widget-header {
    position: relative;
    display: flex;
    background: #009688;
    padding: 0.5rem 0.4rem;
    color: #ffffff;
    align-items: center;
}

.sides-widget-details {
    padding-left: 20px;
    display: block;
    position: relative;
}

.sides-widget-body {
    padding: 1.5rem 1.4rem;
}

.sides-widget-details h4 {
    margin-bottom: 2px;
    color: #ffffff !important;
}

    .sides-widget-details h4 > a {
        color: #ffffff !important;
    }

.sides-widget-header .agent-photo {
    float: left;
    display: block;
}

.sides-widget-header .agent-photo img {
    border-radius: 50%;
    width: 60px;
    height:60px;
}

.sides-widget-details span {
    color: #b8ffec;
}

.sides-widget-details span i {
    font-size: 18px;
    position: relative;
    top: 3px;
    color: #ffeb3b;
    margin-right: 10px;
}
.overlay-content {
    display: flex;
    position: absolute;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box;
    left: 0px;
    right: auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.overlay-content:before {
    background: #e9ecef80;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 65px;
    content: "";
    z-index: 9999;
    box-shadow: rgba(99,99,99,.2) 0px 20px 19px 38px;
}
/*--------------- Agency --------------*/
.avatar-user {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.header .topbar .login {
    display: inline-block;
    right: 15px;
    position: absolute;
    z-index: 99999;
}

.top-cornec-icon > .btn-group > a {
    width: 30px !important;
    height: 30px !important;
}

    .top-cornec-icon > .btn-group > a > i {
        padding: 0;
        margin: auto;
    }

.top-cornec-icon > .btn-group > a {
    border-radius: 50%;
    border: solid 1px #dee2e6;
    width: 35px;
    height: 35px;
    display: inline-grid;
    margin: 5px;
    cursor: pointer;
    background-color: rgb(19 115 234 / 10%);
}

.top-cornec-icon .dropleft .dropdown-menu.show, .top-cornec-icon .dropright .dropdown-menu.show {
    top: 38px !important;
    left: 38px !important;
}

.top-cornec-icon .dropdown-header {
    padding: .5rem 0.5rem;
}

.top-cornec-icon .dropdown-menu.show {
    max-height: 300px;
    overflow-y: auto;
}

.top-cornec-icon .dropdown-menu {
    padding: 0px 6px;
    width: 285px;
}

ul.user-profile li {
    line-height: 2.0em;
}

.agency {
    box-shadow: 0 0 20px 0 rgb(19 115 234 / 10%);
    background-color: #fff;
    display: block;
    border-radius: 8px;
    margin-bottom: 30px;
}

.agency-list {
    padding: 0;
    display: flex;
    padding-right: 30px;
    margin-bottom: 30px;
}

    .agency-list .agency-avatar {
        flex: 1;
        padding: 1rem;
    }

        .agency-list .agency-avatar img {
            margin: 0;
            border-radius: 8px;
            width: 100%;
        }

    .agency-list .agency-content {
        padding: 0 40px;
        padding-top: 30px;
        padding-bottom: 20px;
        flex: 3;
    }

    .agency-list .agency-name {
        padding-left: 0;
        margin-bottom: 5px;
    }

    .agency-list .agency-desc {
        line-height: 1.7;
    }

    .agency-list .agency-name h4 {
        margin-bottom: 5px;
    }

    .agency-list .agency-name span {
        margin-top: 2px;
        font-size: 15px;
    }

        .agency-list .agency-name span i {
            margin-right: 5px;
        }

.prt-detio span {
    padding: 5px 15px;
    display: inline-block;
    background: rgba(255, 87, 34, 0.1);
    border-radius: 50px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #ff5722;
}

.agency-detail-info {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #909090;
    display: block;
    padding: 10px 0px;
}

.agency-detail-info li {
    position: relative;
    margin-left: 28px;
    line-height: 24px;
    padding: 3px 0;
    word-break: break-all;
}

.agency-detail-info li i {
    font-size: 18px;
    position: relative;
    top: 5px;
    left: -28px;
    position: absolute;
}

.agency-list .social-icons {
    left: 0;
    padding: 0;
    margin: 7px 0 0px 0;
    float: none;
}

.agency-list .social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.agency-list .social-icons li a {
    border: 1px solid #e7ebfb;
    background: #f0f3ff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 0 !important;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.agency-list .social-icons li a i {
    height: auto;
    width: auto;
}
/*---------- Small footer -------------------*/
footer {
    z-index: 99;
    position: relative;
}

    footer.dark-footer {
        background: #00305c;
    }

.footer-logo {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}

footer.footer-small {
    padding: 50px 0 0 0;
}

img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}

.ft-itext {
    font-weight: 500;
    font-size: 16px;
    text-align: center !important;
    margin: 10px;
}

    .ft-itext i {
        margin-right: 5px;
    }

ul.social {
    margin: 0;
    padding: 0;
}

    ul.social li {
        display: inline-block;
        list-style: none;
        margin: 5px;
    }

        ul.social li a {
            width: 40px;
            height: 40px;
            display: inline-block;
            background: #ffffff;
            border-radius: 50%;
            -webkit-box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
            box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
            line-height: 40px;
            text-align: center;
        }

.footer-add {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

footer.skin-light-footer .footer-add {
    color: #243751;
}

.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}

    .ft-copyright p {
        margin-bottom: 0;
    }

.footer-logo img {
    max-width: 185px;
}

.footer-widget {
    padding: 40px 0;
}

h4.widget-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
}

    .footer-widget ul li {
        list-style: none;
        margin-top: 15px;
        display: block;
    }

        .footer-widget ul li a {
            color: #243751;
            font-weight: 600;
            font-size: 14px;
        }

footer.skin-dark-footer h4 {
    color: #ffffff;
}

footer.skin-light-footer .footer-widget ul li a, footer.skin-light-footer, footer.skin-light-footer a {
    color: #243751;
    transition: all ease 0.4s;
    font-size: 14px;
    font-weight: 600;
}

footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
    color: rgba(255,255,255,0.6);
    transition: all ease 0.4s;
    font-size: 14px;
    font-weight: 600;
}

    footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus {
        color: #ffffff;
    }

.widget_media_image {
    margin-top: 3rem;
}

.footer-bottom.copy-right {
    padding: 10px 0;
    border-top: 1px solid #e9edf3;
}

ul.footer-bottom-social {
    margin: 0;
    padding: 0;
    float: right;
}

    ul.footer-bottom-social li {
        display: inline-block;
        list-style: none;
        margin-right: 17px;
        margin-top: 0;
    }

        ul.footer-bottom-social li a {
            color: #546e7a;
        }

            ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus {
                color: #007bff;
            }

        ul.footer-bottom-social li i {
            margin-right: 5px;
        }

footer.skin-dark-footer ul.footer-bottom-social li a {
    color: #426ea5;
    font-size: 14px;
}

    footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus {
        color: #ffffff;
        opacity: 1;
    }

.fw {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    width: 100%;
}

    .fw:last-child {
        margin: 0;
    }

    .fw:before {
        font-family: 'themify';
        vertical-align: initial;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .fw.fw-location:before {
        content: "\e693";
    }

    .fw.fw-mail:before {
        content: "\e75a";
    }

    .fw.fw-call:before {
        content: "\e621";
    }

    .fw.fw-skype:before {
        content: "\e72d";
    }

    .fw.fw-web:before {
        content: "\e665";
    }

.other-store-link {
    width: auto;
    margin-bottom: 20px;
    display: inline-block;
}

    .other-store-link:last-child {
        margin-bottom: 0;
    }

.other-store-app {
    width: 250px;
    height: 70px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
}

.skin-light-footer .other-store-app {
    border: 1px solid #e5eaee;
    color: #3b4958;
}

.os-app-caps span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
}

.skin-light-footer .os-app-caps span {
    color: rgb(31 62 88 / 60%);
}

.os-app-icon {
    margin-right: 13px;
}

    .os-app-icon i {
        font-size: 32px;
    }

.os-app-caps {
    font-size: 18px;
    font-weight: 600;
    color: #243751;
}

footer.skin-dark-footer .os-app-caps {
    color: #ffffff;
}

.f-newsletter {
    max-width: 510px;
    margin-top: 15px;
    display: block;
    position: relative;
}

    .f-newsletter .form-control {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #7f8ca2;
        background-color: transparent;
        border: 2px solid #a5aebf;
        padding: 18px 20px 18px;
        border-radius: 3px;
        height: 60px;
    }

.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}

.f-newsletter .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 12px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color: #9ea6ba;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
    background: transparent;
}

.skin-dark-footer .form-control::-webkit-input-placeholder {
    color: #9ea6ba;
}

.skin-dark-footer .form-control:-ms-input-placeholder {
    color: #9ea6ba;
}

.skin-dark-footer .form-control::placeholder {
    color: #9ea6ba;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background: #333c56;
    color: #ffffff;
}

    #back2Top:hover {
        background-color: #ffffff;
        color: #333c56;
    }
/*----------- Input With Icons ------------*/
.input-with-icon {
    position: relative;
    width: 100%;
}

.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height: 35px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
}

.input-with-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 18px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none;
}

.input-with-icon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    cursor: normal;
}

.hero-search-content.side-form .form-control, .hero-search-content.side-form .select2-container--default .select2-selection--single {
    background: #edf1fb !important;
    box-shadow: none !important;
}

.hero-search-content.side-form .select2-container--default .select2-selection--single {
    background: #edf1fb !important;
    box-shadow: none !important;
    border-radius: 5px;
    padding-left: 15px !important;
}

.hero-search-content.side-form label, label {
    font-size: 14px;
    font-weight: 600;
    color: #455892;
    font-family: 'Jost', sans-serif;
}

.hero-search-content.side-form .form-control::-webkit-input-placeholder {
    color: #6877a5;
}

.hero-search-content.side-form .form-control:-ms-input-placeholder {
    color: #6877a5;
}

.hero-search-content.side-form .form-control::placeholder {
    color: #6877a5;
}
/*------------ List Property Sidebar -----------*/
.sides_list_property {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 1rem 0.8rem;
    border: 1px solid #e7eaec;
    border-radius: 0.4rem;
    background: #ffffff;
    margin-bottom: 15px;
}

.sides_list_property_thumb {
    width: 125px;
    height: 75px;
    border-radius: 4px;
    overflow: hidden;
}

.sides_list_property_thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sides_list_property_detail {
    padding-left: 0.7rem;
    width: 100%;
}

.sides_list_property_detail .lists_property_status {
    font-size: 13px;
}

.sides_list_property_detail h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0px 0 2px;
}

.sides_list_property_detail span {
    font-size: 13px;
}

.sides_list_property_detail span i {
    margin-right: 4px;
}

.lists_property_price {
    align-items: center;
}

.lists_property_price .lists_property_types {
    flex: 1;
}

.lists_property_price {
    align-items: center;
    padding: 8px 0;
}

.property_types_vlix {
    display: inline-block;
    padding: 4px 15px;
    color: #f95d02;
    background: rgba(249, 93, 2,0.1);
    border-radius: 50px;
    font-size: 13px;
}

.property_types_vlix.sale {
    color: #03a98a;
    background: rgba(3, 169, 138,0.1);
}

.property_types_vlix.buy {
    color: #a871e4;
    background: rgba(168, 113, 228, 0.1);
}

/*---------- General Features: rating ---------*/
.rating-overview {
    display: flex;
    margin: 35px 0 25px;
    background: #fff;
    padding: 30px;
    padding-right: 20px;
    border-radius: 8px;
}

.rating-overview-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: #ffdead;
    width: 135px;
    margin-right: 20px;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #e8e8e8;
    padding-right: 27px;
}

.rating-overview-box-total {
    font-size: 58px;
    font-weight: 700;
    line-height: 1em;
    display: block;
    color: #2a2f3a;
}

.rating-overview-box-percent {
    font-size: 15px;
    margin-bottom: 0;
    display: block;
}

.rating-overview-box .star-rating {
    font-size: 16px;
    margin: 0;
    display: block;
    letter-spacing: -.5px;
}

.rating-bars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0;
    align-items: center;
}

.rating-bars-item {
    margin: 10px 15px;
    width: calc(50% - 30px);
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.rating-bars-name {
    font-weight: 600;
    color: #4c4f5a;
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.rating-bars-inner {
    display: flex;
    width: 100%;
}

.rating-bars-rating {
    display: inline-block;
    vertical-align: baseline;
    background: #f4f5f7;
    width: 100%;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f4f5f7;
    align-self: center;
}

.rating-bars-rating-inner {
    height: 6px;
    display: block;
    background-color: #f4f5f7;
    position: relative;
    width: 0;
    transition: width .5s;
}

.rating-bars-rating.high .rating-bars-rating-inner {
    background-color: #00ba74;
}

.rating-bars-rating.good .rating-bars-rating-inner {
    background-color: #83ce36;
}

.rating-bars-rating.mid .rating-bars-rating-inner {
    background-color: #fbb851;
}

.rating-bars-rating.poor .rating-bars-rating-inner {
    background-color: #e6453c;
}

.rating-bars-item strong {
    color: #4c4f5a;
    font-size: 12px;
    font-weight: 600;
    align-self: center;
    background: #f4f5f7;
    border-radius: 50px;
    width: 46px;
    height: 22px;
    text-align: center;
    line-height: 21px;
}

.rating-overview-box .star-rating i {
    color: #ff9500;
}
/*----------- Property Reviews ---------------------*/
.author-review ul {
    margin: 0;
    padding: 0;
}

li.article_comments_wrap {
    border-bottom: 1px dashed #e3e7ea;
    margin-bottom: 20px;
}

li.article_comments_wrap:last-child {
    border: none;
    margin: 0;
}

.author-review article {
    overflow: hidden;
    padding-bottom: 25px;
}

.author-review article .article_comments_thumb {
    float: left;
    width: 80px;
}

.author-review article .article_comments_thumb img {
    max-width: 80px;
    border-radius: 50%;
}

.author-review article .comment-details {
    overflow: hidden;
    padding-left: 30px;
}

.author-review article .comment-details .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.author-review article .comment-details .comment-meta .comment-left-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.author-review article .comment-details .comment-meta .comment-left-meta .author-name {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
}

.author-review article .comment-details .comment-meta .comment-left-meta .comment-date {
    color: #00ba74;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 7px 0 0;
}

.author-review article .comment-details .comment-text {
    margin: 18px 0 0;
}

.author-review article .comment-details .comment-text p {
    margin: 0;
}

.author-review article .comment-details .comment-text {
    margin: 19px 0 0;
}

.reviews-checked {
    text-align: center;
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
}
/*------------ Property Style: Classic Style Real Estate -----------*/
.property_item {
    background: #fff;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgb(19 115 234 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(19 115 234 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgb(19 115 234 / 10%);
}

.image {
    position: relative;
}

    .image a {
        display: block;
    }

.sb-date {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    background: rgba(23, 42, 76, 0.4);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
}

    .sb-date i {
        margin-right: 7px;
    }

span.tag_t {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    padding: 7px 15px;
    background: #22326b;
    border-radius: 4px;
    color: #ffffff;
}

.proerty_content {
    position: relative;
    padding: 2em 2em 1.5em;
}

.proerty_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    .proerty_text .captlize {
        font-size: 16px;
        font-weight: 600;
        flex: 1;
        line-height: 1;
        margin-bottom: 5px;
    }

.property_meta {
    display: block;
    margin: 2em 0 1rem;
}

.classical-list .proerty_price {
    margin: 0;
    font-weight: 600;
    color: #049869;
}

.property_add {
    color: #72809D;
}

.classical-list .btn {
    font-size: 14px;
    padding: 12px 18px;
}

.btn.btn-theme {
    background: #fd5332;
    border: 1px solid #fd5332;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
}

    .btn.btn-theme:hover, .btn.btn-theme:focus {
        background: #fd5332;
        border: 1px solid #fd5332;
        color: #ffffff;
    }

.btn.btn-theme-light {
    color: #fd5332;
    background: rgba(253, 83, 50,0.12);
    border-radius: 4px;
    margin-bottom: 5px;
}

.btn.btn-theme-light-2:hover, .btn.btn-theme-light-2:focus, .btn.btn-theme-light-2 {
    background: rgba(15,202,152,0.2) !important;
    border: 2px solid rgba(15,202,152,0.3) !important;
    padding: 16px 50px;
    color: #4caf50 !important;
}

.btn.btn-theme-light:hover, .btn.btn-theme-light:focus, .btn.btn-theme-light {
    background: rgba(18,102,227,0.2) !important;
    border: 2px solid rgba(18,102,227,0.3) !important;
    padding: 16px 50px;
    color: #1266e3 !important;
}
.bb-video-box-innerup {
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 25px;
}
.property_video {
    position: relative;
}
.bb-video-box {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.bb-video-box-innerup a {
    line-height: 0;
}
.bb-video-box-inner {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
ul.list-gallery-inline {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.list-gallery-inline li {
    width: 33.333333%;
    flex: 0 0 33.33333%;
    padding: 5px;
}

ul.list-gallery-inline li a {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.pbw-flex-thumb .img-enterprise-logo{
    width:95px;
    height:95px;
}
.img-property-detail {
    height: 273px;
    width: 100%;
    object-fit: cover;
}
.img-gallery {
    height: 240px;
    width: 400px;
    object-fit: cover;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}
.slick-next {
    right: 25px;
}
.slick-arrow:before {
    top: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background: rgba(255, 255, 255,0.4);
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    transition: 0.2s;
}
.slick-prev:before {
    content: "\e629";
    font-family: 'themify';
}
.slick-next:before {
    content: "\e628";
    font-family: 'themify';
}

/*----breadcrumb-----*/
.section-breadcrumbs {
    background: #f3f7fd!important;
}
#breadcrumb {
    list-style: none;
    display: inline-block;
    margin: auto;
    display: inline-flex;
    padding: 0;
}

    #breadcrumb .icon {
        font-size: 14px;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li a {
            color: #FFF;
            display: block;
            background: #3498db;
            text-decoration: none;
            position: relative;
            height: 40px;
            line-height: 40px;
            padding: 0 10px 0 5px;
            text-align: center;
            margin-right: 23px;
            overflow:unset;
        }

        #breadcrumb li:nth-child(even) a {
            background-color: #2980b9;
        }

            #breadcrumb li:nth-child(even) a:before {
                border-color: #2980b9;
                border-left-color: transparent;
            }

            #breadcrumb li:nth-child(even) a:after {
                border-left-color: #2980b9;
            }

        #breadcrumb li:first-child a {
            padding-left: 15px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px;
        }

            #breadcrumb li:first-child a:before {
                border: none;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0;
            border-radius: 0 4px 4px 0;
        }

            #breadcrumb li:last-child a:after {
                border: none;
            }

        #breadcrumb li a:before, #breadcrumb li a:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #3498db;
            border-width: 20px 10px;
            width: 0;
            height: 0;
        }

        #breadcrumb li a:before {
            left: -19px;
            border-left-color: transparent;
        }

        #breadcrumb li a:after {
            left: 100%;
            border-color: transparent;
            border-left-color: #3498db;
        }

        #breadcrumb li a:hover {
            background-color: #1abc9c;
        }

            #breadcrumb li a:hover:before {
                border-color: #1abc9c;
                border-left-color: transparent;
            }

            #breadcrumb li a:hover:after {
                border-left-color: #1abc9c;
            }

        #breadcrumb li a:active {
            background-color: #16a085;
        }

            #breadcrumb li a:active:before {
                border-color: #16a085;
                border-left-color: transparent;
            }

            #breadcrumb li a:active:after {
                border-left-color: #16a085;
            }
.container-breadcrumb {
    margin: auto;
    padding: 0;
    justify-content: center;
    display: flex;
}
form label.error::after {
    content: '';
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid rgba(0,168,89,.66);
    position: absolute;
    top: -4px;
    left: 1px;
}

form label.error {
    opacity: 1;
    visibility: visible;
    position: absolute;
    color: #FFF;
    font-size: 13px;
    font-size: 1.0125rem;
    -webkit-transition: opacity .2s 0,visibility 0 .2s;
    -moz-transition: opacity .2s 0,visibility 0 .2s;
    transition: opacity .2s 0,visibility 0 .2s;
    background: #00a859d9;
    padding: .1em .3em;
    z-index: 999999;
    border-radius: .25em;
    pointer-events: none;
}
.modal-header {
    padding: .1rem .5rem;
    border-bottom: 1px solid #f0f2f3;
}
.modal-header .btn-close{
    font-size:11px;
}