/*

TOC

Reset
Typography
Elements
Form
Components
Header
Content
Navigation
Sidebar
Widgets
Footer
Auth - Login/Signup
Data Table
MFP
Single Project
Home Loan
Sale & Rent
Agent
Home Contact

*/


/*
Reset
*/

* {
    outline: 0;
}


/*
Typography
*/

body {
    font-family: Roboto, 'Source Sans Pro', 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-weight: 500;
}

body {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.75em;
}

a {
    color: #c10d49;
    transition: color 0.3s;
}

a:hover {
    color: #8c014b;
}

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    opacity: 0.6;
    color: inherit;
}


/*
Elements
*/

body {
    background-color: #fff;
    background-image: none;
}

h2,
h3,
h4 {
    margin-top: 1.5em;
    margin-bottom: .75em
}

img {
    width: auto;
    max-width: 100%;
}

hr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 50px 0;
}


/*
Form
*/

._form {
    padding: 30px;
}

._fieldset {
    margin: 50px 0;
}

._legend {
    margin: 0;
    margin-bottom: 15px;
    color: #333;
    font-size: 1.15em;
    font-weight: 700;
}

.form-group {
    margin-bottom: 30px;
}

.form-control,
.btn {
    border-radius: 3px;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    max-width: 100%;
}

input.form-control,
textarea.form-control,
select.form-control {
    background-color: #fff;
}

.form-control::placeholder {
    color: #999;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 3px;
}

label {
    color: #999;
    font-size: 13px;
}

.control-label {
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
}

label[for] {
    cursor: pointer;
}

.form-inline label {
    margin: 0;
}

#_form {
    background-color: #4CAF50;
    color: #fff;
}

#_form .control-label {
    color: #fff;
}

#_form .form-control {
    background-color: #fff;
}

body .form-control {
    border: 1px solid #ddd;
    color: inherit;
    font-size: 14px;
}

body .form-control:focus,
body .form-control:active {
    border-color: #c10d49;
}

.form-control:active,
.form-control:focus,
.form-control:active:focus {
    box-shadow: none;
    outline: 0;
}

textarea.form-control {
    min-height: 115px;
}

.btn {
    padding: 0.75em 2em;
    border: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    transition: background 0.3s, color 0.3s;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-sm,
.btn-xs {
    border-radius: 3px;
}

.btn-sm {
    padding: 0.4em 1em;
    letter-spacing: 0;
}

.btn-lg {
    padding: 1em 4em;
    font-size: 16px;
    font-weight: 400;
}

.btn-primary {
    background-color: #c10d49;
}

.btn-success {
    background-color: #8BC34A;
}

.btn-primary:hover {
    background-color: #8c014b;
    color: #fff;
}

.btn._more {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 1em;
    background-color: #333;
    border: 1px solid;
    border-radius: 99em;
    color: #fff;
    font-weight: 400;
}

.btn._more i {
    margin-left: 5px;
    font-weight: normal;
}

.btn._more:hover {
    background-color: #c10d49;
}

#submit,
#btnSubmit {
    box-shadow: none;
}

.input-group-addon {
    min-width: 45px;
    background-color: #d4d8de;
    border: none;
}

select.form-control option {
    background-color: transparent;
}

.bootstrap-tagsinput {
    padding: 0;
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput input {
    min-height: 30px;
    padding-left: 6px;
    padding-right: 6px;
    color: inherit;
    font-size: 13px;
}

.bootstrap-tagsinput input,
.bootstrap-tagsinput input:focus,
.bootstrap-tagsinput input:active {
    border: 1px solid #ddd;
}

.bootstrap-tagsinput .label-info {
    background-color: #c10d49;
    border-radius: 3px;
    font-size: 13px;
    font-weight: normal;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    /* background-color: initial; */
    opacity: 0.3;
}

._radio {}

._radio__label {
    position: relative;
    padding-left: 2em;
    font-size: inherit;
}

._radio__label::before {
    content: '\f1db';
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
}

._radio__input {
    position: absolute;
    width: 0;
    height: 0;
    text-indent: -999em;
}

:checked+._radio__label::before {
    content: '\f058';
    color: #c10d49;
}

.cke_dialog textarea,
.cke_dialog input[type="text"],
.cke_dialog input[type="password"],
.cke_dialog input[type="datetime"],
.cke_dialog input[type="datetime-local"],
.cke_dialog input[type="date"],
.cke_dialog input[type="month"],
.cke_dialog input[type="time"],
.cke_dialog input[type="week"],
.cke_dialog input[type="number"],
.cke_dialog input[type="email"],
.cke_dialog input[type="url"],
.cke_dialog input[type="search"],
.cke_dialog input[type="tel"],
.cke_dialog input[type="color"],
.cke_dialog .uneditable-input {
    color: #333;
}

._select {
    padding: 5px 10px;
    /* background: transparent url(../images/down-arrow.png) center right no-repeat; */
    background-size: 18px auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    /* -webkit-appearance: none; */
}


/*
Components
*/

.widget {
    margin-bottom: 30px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.widget-content {
    border: none;
    background-color: transparent;
}

.widget-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.widget-header h3 {
    margin: 0;
    margin-top: 15px;
    color: #333;
    font-size: 17px;
}

.widget-header i {
    margin-left: 15px;
}

.widget-header .btn i {
    margin-left: 0;
}

.modal-content {
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

[data-toggle="modal"] {
    cursor: pointer;
}

.alert {
    background: #ddd;
    border: none;
    border-left: 4px solid;
    border-radius: 0;
}

.alert ul {
    margin: 0;
}

._table {
    font-size: 13px;
}

._card__header+._table {
    margin-top: -1px;
}

._table thead th {
    border: none;
    background-color: #c10d49;
    color: #fff;
    font-weight: 700;
}

._table__lead {
    /*  */
}

._table strong {
    font-weight: 700;
}

._list {
    margin: 0;
    margin-left: 1rem;
    padding: 0;
    padding-left: 1rem;
    word-break: break-all;
}

._list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1rem;
    list-style-type: none;
}

._list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border: 1px solid #c10d49;
    border-radius: 50%;
}

@media (min-width: 992px) {
    ._list._col3 {
        display: flex;
        flex-wrap: wrap;
    }
    ._list._col3 li {
        flex: 0 0 30%;
        width: 30%;
        max-width: 30%;
        margin-right: 3.33%;
    }
}


/*
Header
*/

._header {
    z-index: 100;
    position: relative;
    padding: 10px 0;
    background-color: #1f2a3b;
}

._header .container-fluid {
    display: flex;
    align-items: center;
}

._fixedHeader ._header {
    /* position: absolute;
    top: 0;
    right: 0;
    left: 0; */
}

.__form._location {
    padding: 0;
    font-size: 13px;
    padding-right: 40px;
}

._logo {
    display: block;
}

._logo__img {
    max-height: 40px;
}

._menu {
    display: none;
    margin: 0;
    margin-left: 50px;
    padding: 0;
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

._menu li {
    display: block;
    position: relative;
    margin-right: 25px;
}

._menu a {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 3px;
    transition: color 0.3s;
}

._menu ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    color: #333;
    transition: all 0.15s;
}

._menu ul::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 15px;
    margin-bottom: -20px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

._menu ul li {
    margin: 0;
    background-color: #fff;
}

._menu ul a {
    display: block;
    padding: 1em;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
}

._menu ul a:hover {
    background-color: #eee;
    color: inherit;
}

._menu li:hover>ul {
    opacity: 1;
    visibility: visible;
}

._menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    transition: transform 0.3s;
    transform: scaleX(0)
}

._menu a:hover {
    color: #fff;
}

._menu a:hover::after {
    transform: scaleX(1)
}

.top-navbar {
    /* background-color: #333; */
    background-color: #232323;
    border: none;
}

.nav .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.nav.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    padding: 20px 0;
    background: rgba(33, 32, 47, 0.79);
    border: none;
    border-radius: 3px;
}

.nav.navbar-nav>li>.dropdown-menu::before {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom-color: rgba(33, 32, 47, 0.79);
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

._location ._select {
    border: none;
}

.slicknav_menu {
    padding: 0;
    background-color: #191a1d;
}

.slicknav_nav {
    border-top: 1px solid #333;
}

.slicknav_nav li {
    border-bottom: 1px solid #333;
}

.slicknav_nav a {
    margin: 0;
    padding: 15px;
}

.slicknav_nav a:hover {
    background-color: #333;
    border-radius: 0;
    color: #fff;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_btn {
    margin: 20px;
    background: #c10d49;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    text-shadow: none;
}

.slicknav_menu .slicknav_icon {
    margin-left: 0;
}

.slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
}

._contactno {
    margin-left: auto;
    margin-right: 30px;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    transition: all 0.3s;
}

._contactno i {
    opacity: 0.5;
}

._contactno,
._contactno:hover {
    background-color: #c10d49;
    color: #fff;
}

@media (min-width: 1200px) {
    .slicknav_menu {
        display: none;
    }
    ._menu {
        display: flex;
    }
}


/*
Content
*/

._main {
    margin: 50px 0;
}

._main::after {
    content: '';
    display: table;
    clear: both;
}

.page-content {
    color: inherit;
}

._section {
    position: relative;
    padding: 80px 0;
    background: transparent center center no-repeat;
    background-size: cover;
    /* border-bottom: 1px solid #ddd; */
}

._section:nth-of-type(even) {
    background-color: #f7f7f7;
}

._section__header {
    margin-bottom: 3rem;
    font-size: 13px;
    text-align: center;
}

._section__title {
    margin: 0;
    font-size: 2em;
}

._section__title strong {
    color: #c10d49;
    font-weight: inherit;
}

._section p {
    margin: 0;
    margin-top: 0.5rem;
}

._section ._summary {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
}

._banner {
    padding: 150px 0;
}

._cover {
    padding: 200px 0;
}

._cover._full {
    min-height: 100vh;
}

._cover__headline {
    margin-top: 0;
    margin-bottom: 30px;
    color: inherit;
    font-size: 3em;
}

._cover__title {
    color: inherit;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0.1em;
}

._cover__card {
    width: 100%;
    max-width: 760px;
    padding: 30px;
    color: #fff;
}

._cover__card p {
    margin: 5px 0;
}

._overlay {
    z-index: 1;
    position: relative;
}

._overlay:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%) */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(33, 0, 0, 0.75) 100%);
}

._search__title {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

._search .input-group {
    max-width: 760px;
    margin: 0 auto;
}

._search .form-control {
    border: none;
    box-shadow: none;
    padding: 0.75rem;
}

._search .btn {
    font-size: 16px;
}

._links {
    background-color: #fff;
}

._card {
    margin-bottom: 30px;
    background-color: #fff;
}

._card._material {
    box-shadow: 0 1px 3px #ccc;
}

._teaser {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #ddd;
}

._teaser ._card__img {
    border-radius: 3px 3px 0 0;
}

._hover:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

._teaser ._card__title {
    /* min-height: 36px; */
    margin-bottom: 15px;
}

._card__header,
._card__body,
._card__footer {
    padding: 1rem;
}

._entry ._card__header,
._entry ._card__body,
._entry ._card__footer {
    padding: 2rem;
}

._card__header {
    border-bottom: 1px solid #ddd;
}

._card__body {
    /* padding: 1rem; */
}

._card__footer {
    border-top: 1px solid #ddd;
}

._card__media {
    z-index: 1;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

._card__media::after {
    content: '';
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: #c10d49; */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(33, 0, 0, 0.25) 100%);
}

._card__media._large {
    /* padding-bottom: 56.25%; */
}

._card__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: filter 0.3s;
}

._card:hover ._card__img {
    filter: grayscale(80%);
}

._card__title {
    margin: 0;
    font-size: 1em;
}

._card__header ._card__title {
    font-size: 19px;
    font-weight: 700;
}

._card__title a {
    color: inherit;
}

._small ._card__title {
    min-height: 30px;
    font-size: 0.5em;
}

._card__meta {
    color: #999;
    font-size: 13px;
}

._card__meta i {
    opacity: 0.5;
    width: 20px;
}

._card__meta a {
    color: inherit;
}

._card__meta a:hover {
    text-decoration: underline;
}

._card__excerpt {
    font-size: 13px;
}

._promo {
    padding-top: 80px;
}

._iconbox {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

._iconbox__icon {
    font-size: 3rem;
}

._iconbox__title {
    margin: 1.5rem 0;
    color: inherit;
    font-size: 1.25em;
    font-weight: normal;
}

._highlight {
    background-color: #fff;
}

._highlight .row {
    margin: 0 -5px;
}

._highlight [class*="col-"] {
    padding: 0 5px;
}

._block {
    z-index: 1;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    background: transparent center center no-repeat;
    background-size: cover;
}


/* ._block::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: lin;
} */

._block__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 1rem;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
}

._member__name {
    margin: 50px 0 15px;
    font-size: 26px;
}

._member__thumb {
    display: block;
    max-height: 200px;
    margin: 0 auto;
}

._member__info {
    margin-bottom: 50px;
}

._member__info p {
    margin: 0;
}

._card__block {
    margin-bottom: 50px;
    font-size: 0.85em;
}

._card__headline {
    display: inline-block;
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 3px solid #e91e633b;
    font-size: 15px;
    font-weight: 700;
}

._clients {
    /* padding-top: 0; */
}

._page {
    background-color: #fff;
    border-top: 1px solid #ddd;
    color: #333;
    line-height: 1.75;
}

._page__content {
    max-width: 780px;
    margin: 0 auto;
    border: solid 1px #ededed;
    padding: 20px;
}

._page:first-child {
    margin-top: 0
}

._page:last-child {
    margin-bottom: 0
}

._page blockquote,
._page ol,
._page p,
._page ul {
    margin-bottom: 1.5em;
    font-family: Merriweather, serif;
}

._page li {
    margin-bottom: 0.25em
}

._page a {
    color: #8c014b;
}

._page a:hover {
    text-decoration: underline
}

._pagenav {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

._pagenav a {
    border-bottom: 2px solid;
    line-height: 1;
}

._pagenav i {
    font-size: 1.45em;
}

._pagenav__next {
    margin-left: auto;
}

._pagenav__prev {
    margin-right: auto;
}

._auth {
    max-width: 480px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

._auth .form-control {
    border: none;
    border-bottom: 2px solid #ddd;
}

._map iframe {
    display: block;
    width: 100%;
}

._stat {
    position: relative;
    margin-bottom: 25px;
    padding: 10px 15px 10px 100px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .09);
}

._stat::after {
    content: '';
    display: table;
    clear: both;
}

._stat__icon {
    float: left;
    margin-left: -90px;
}

._stat__num {
    margin: 10px 0;
    color: #333;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

._stat ._stat__headline {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    ._1by1 {
        width: 100%;
        padding-bottom: 100%;
    }
    ._1by2 {
        width: 100%;
        padding-bottom: calc(200% + 10px);
    }
    ._2by1 {
        width: 100%;
        padding-bottom: calc(50% - 5px);
    }
}

@media (min-width: 1200px) {
    ._primary {
        float: left;
        width: calc(100% - 330px);
    }
    ._search__title {
        font-size: 42px;
    }
    ._highlight .container {
        max-width: 840px;
    }
    ._auth._login {
        margin: 150px;
        margin-left: 0;
    }
    ._auth._signup {
        margin: 0;
    }
    ._auth._verify {
        margin: 180px;
        margin-left: 0;
    }
    ._teaser {
        margin-bottom: 60px;
    }
}


/*
Navigation
*/

#side-nav ul#nav li a {
    color: #ccc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
}


/*
Sidebar
*/

#side-nav {
    min-height: 100vh;
}

.left-nav {
    background-color: #2d2c31;
}

@media (min-width: 1200px) {
    ._sidebar {
        float: right;
        width: 300px;
    }
}


/*
Widgets
*/

._widget {
    margin-bottom: 50px;
}

._social {
    margin: 0;
}

._subscribe {
    margin-bottom: 2rem;
}

._social i {
    margin: 0 2px;
    font-size: 1.25em;
}

.form-actions {
    margin: 0;
    background-color: transparent;
    border-top: 1px solid #ddd;
}

.form-actions:only-child {
    border-top: none;
}


/*
Footer
*/

._footer {
    padding-top: 50px;
    background-color: #1f2a3b;
    color: #dfdfdf;
    font-size: 13px;
}

._footer a {
    color: inherit;
}

._footer a:hover {
    color: #fff;
}

._footer ul {
    padding: 0;
}

._footer li {
    margin-bottom: 5px;
    list-style-type: none;
}

._footer ._widget__title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 19px;
}

._copyright {
    padding: 1rem 0;
    background-color: #1b212a;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
}

._copyright p {
    margin: 0;
}

._footer .form-control {
    border: none;
}

._footer__menu {
    display: flex;
    margin: 0;
    padding: 0;
}

._footer__menu li {
    margin: 0 15px;
    list-style-type: none;
}

.bottom-nav {
    background-color: #333;
    border: none;
    color: #999;
    font-size: 13px;
    text-align: center;
}

@media (min-width: 768px) {
    ._footer__menu {
        float: right;
    }
    ._footer__menu li {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media (min-width: 1200px) {
    ._footer__menu li {
        margin-left: 20px;
    }
}


/*
Auth - Login/Signup
*/

._adminLoginForm {
    margin: 100px 0;
}

._adminLoginForm .form-actions {
    text-align: center;
}


/*
Data Table
*/

#DataTables_Table_0_wrapper {
    margin: 0 -15px;
    padding: 0;
}

#DataTables_Table_0_info,
#DataTables_Table_0_filter label,
#DataTables_Table_0_length label,
#DataTables_Table_0_wrapper [type="search"],
#DataTables_Table_0_wrapper a {
    color: inherit !important;
}

#DataTables_Table_0_wrapper th {
    background-color: #333;
    border: none;
    font-size: 15px;
    font-weight: normal;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin: 15px;
}

#DataTables_Table_0_filter label,
#DataTables_Table_0_length label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.dataTables_wrapper .dataTables_info {
    margin: 15px;
    font-size: 13px;
    font-weight: 700;
}

table.dataTable.no-footer {
    border: none;
}

#DataTables_Table_0_wrapper td .btn {
    margin: 0 5px 10px 0;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 11px;
    letter-spacing: 0;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 0;
    margin: 25px;
    color: #fff;
}

#DataTables_Table_0_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 7px;
    margin: 0 3px;
    background: #333;
    border: none;
    border-radius: 3px;
    font-size: 13px;
}

#DataTables_Table_0_wrapper a.current {
    background-color: #c10d49 !important;
    box-shadow: none;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    color: #333;
}

#DataTables_Table_0_wrapper .disabled {
    opacity: 0.2;
}


/*
MFP
*/

._mfp {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px #ddd;
}

._mfp__a {
    position: relative;
    display: block;
    padding-bottom: 100%;
}

._mfp__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    object-fit: cover;
}


/*
Single Project
*/

._propertySingle ._overlay::before {
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
}

._propertySingle ._list {
    padding: 0;
}

._propertySingle ._list li {
    margin-bottom: 10px;
}

._propertySingle ._list__item {
    margin-bottom: 10px;
}

._propertySingle ._details {
    background-color: #fff;
}

@media (min-width: 1200px) {
    ._propertySingle ._cover__card {
        position: absolute;
        top: 150px;
        left: 50px;
    }
    ._propertySingle ._cover__headline {
        font-size: 4em;
    }
}

._testimonial {
    background: #fff center center no-repeat;
    padding: 80px 0;
    position: relative;
    background-size: cover;
}

.testimonial {
    text-align: center;
    margin: 20px 30px 40px;
}

.testimonial .pic {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 25px;
    border: 4px solid #6b2014;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #e4ac01;
    margin-bottom: 15px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    padding: 0 20px 20px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    border-radius: 25px;
    border-bottom: 4px solid #6b2014;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #e4ac01;
    margin-bottom: 25px;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #30a867;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00923f;
    opacity: 0.9;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #e67717;
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 20px 15px 40px;
    }
    .testimonial .description {
        padding: 0 5px 20px;
    }
}


/*
Home Loan
*/

._loan ._apply {
    padding: 30px 0;
}

._loan ._card {
    margin: 0;
    padding: 60px 30px;
    box-shadow: none;
    margin-right: -15px;
}

._loan ._wrap {
    padding: 0;
}

._loan ._form {
    background-color: #e5e5e5;
}


/*
Sale & Rent
*/

._saleAndRent .widget {
    box-shadow: none;
}

._saleAndRent .widget-header {
    margin-bottom: 15px;
}

._saleAndRent .control-label {
    margin: 0;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
}

._saleAndRent .widget-content.images {}

._saleAndRent .widget-content.images>.row {
    margin: 0;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f5f5f5;
}

._saleAndRent .widget-content.images .form-control {
    background: transparent;
    border: none;
    padding: 0;
}

._saleAndRent .widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

._saleAndRent .widget-header h3 {
    margin: 0;
}


/*
Agent
*/

._agent {
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #ddd;
    font-size: 13px;
}

._agent__title {
    margin: 0 0 10px 0;
    font-size: 19px;
}

._agent ._card__body {
    padding-right: 0;
    padding-left: 0;
}

._agent p {
    margin: 5px 0;
}

.btn._agent__btn {
    margin-top: 10px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

._agent__thumb {
    display: block;
    margin: 50px auto 30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

._agent__img {
    border-radius: 3px;
}

._agentProperties {
    background-color: #f5f5f5;
}

@media (min-width: 992px) {
    ._agent ._agent__img {
        width: 220px;
        height: 220px;
        border-radius: 3px 0 0 3px;
        object-fit: cover;
    }
}

#long_desc {
    display: none;
}

.__section {
    position: relative;
    padding: 80px 0;
    background: transparent center center no-repeat;
    background-size: cover;
}

.builder_overview {
    background: #3d4d66;
    color: #fff;
}

.builder_overview .card__title {
    color: #fff;
    margin: 10px 0;
}

.builder_overview .web_link {
    color: #fff;
}


/*
Home Contact
*/

._contact {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), transparent center center no-repeat;
}

._contact__card {
    background-color: #fff;
}

.new_sevices_section:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(33, 0, 0, 0.5) 100%);
}

.new_services_title {
    color: #fff
}

.new_services_card {
    background-color: #ededed;
    /* border: solid 2px #201f1f14; */
    padding: 0;
    border-radius: 4px;
    max-width: 640px;
    margin: auto;
}

.new_services_card ._contact__headline {
    margin-top: 5px;
    margin-bottom: 15px;
}

.new_services_form {
    max-height: 550px;
    overflow-x: hidden;
    padding: 15px 30px;
}

.btn_next {
    margin: 0
}

.ns_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ns_menu .ns_menu_list {
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e5e4e4;
    color: #333333;
    transition: 0.3s;
    margin: 8px 0;
    font-weight: 700;
}

.ns_menu .ns_menu_list:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.ns_menu .ns_menu_list ._radio__label {
    padding-left: 1.5em;
    color: #333333;
    margin-bottom: 0;
}

.ns_menu .sub_list {
    padding-left: 2em;
}

.new_services_card .form2 .form-group {
    margin-bottom: 15px;
}

.new_services_card .btn_next .next_ {
    background: #c10d48;
    color: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.new_services_form .form-control:focus,
.new_services_form .form-control:active {
    border-color: #1e7e34;
}

.new_services_form .form2 label {
    color: #333333;
}

.new_services_form .form2 .prev_:hover {
    background: #c10d48;
    color: #fff;
}

#scroll_bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #dddddd;
}

#scroll_bar::-webkit-scrollbar {
    width: 5px;
    border-radius: 4px;
}

#scroll_bar::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px
}

._contact .row {
    margin: 0;
}

._contact__form,
._contact__info {
    padding: 0;
}

._contact__headline {
    font-size: 21px;
}

._contact__form {
    padding: 20px 40px;
    background-color: #f1ca31;
}

.__contact__map {
    position: relative;
    padding-bottom: 250px;
}

.__contact__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

._contact .form-control {
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, .05);
    border: none;
    color: #000;
}

._contact .form-control::placeholder {
    color: #333;
}

._contact .btn {
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 99em;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

._contact__info {
    font-size: 13px;
}

._contact__info i {
    width: 20px;
    color: #c10d49;
}

._contact__info__card {
    margin: 50px 0;
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

._contact__social {
    margin-top: 30px;
}

._contact__social a {
    display: inline-block;
    margin-right: 5px;
    padding: 10px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 3px;
    line-height: 1;
    transition: all 0.3s;
}

._contact__social a i {
    width: auto;
    color: inherit;
    font-size: 16px;
}

._contact__social a:hover {
    background-color: #c10d49;
    color: #fff;
}

._card__media_ {
    z-index: 1;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 5%;
}

._card__media_::after {
    content: '';
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: #c10d49; */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(33, 0, 0, 0.25) 100%);
}

._card:hover img {
    filter: grayscale(80%);
    transition: filter 0.3s;
}


/* menu nav pop up */

.nav_bar {
    background: none!important;
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 14px;
    text-decoration: none;
}

#nav_bar {
    padding: 12px 0 0 10px;
    cursor: pointer;
    width: 35px;
    height: 26px;
    float: right;
    border-radius: 2px;
}

#nav_bar span:after,
#nav_bar span:before,
#nav_bar span {
    content: '';
    cursor: pointer;
    height: 2px;
    width: 25px;
    background: #fff;
    position: absolute;
    display: block;
    transition: all 200ms ease-in-out;
}

#nav_bar.active span {
    background-color: transparent;
}

#nav_bar span:before {
    top: -8px;
}

#nav_bar.active span:before {
    top: 0;
    transform: rotate(45deg);
}

#nav_bar span:after {
    bottom: -8px;
}

#nav_bar.active span:after {
    transform: rotate(-45deg);
}

#nav_bar.active span:before,
#nav_bar.active span:after {
    top: 0;
    transition: .3s;
}

#nav_bar.active span:after {
    top: 0;
}


/*<!-- Modal --> */

.modal.right .modal-dialog {
    position: fixed;
    right: 18px;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Right*/

.modal.right.fade .modal-dialog {
    top: 60px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    top: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.modal-title {
    margin-top: 0px;
}

.custom_menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.custom_menu li a {
    position: relative;
    display: block;
    padding: 10px 0;
    background-color: #fff;
    text-decoration: none;
    color: #666;
    font-size: 14px;
}

._banner strong {
    color: #fff;
}

@media (max-width: 768px) {
    .slicknav_menu {
        background-color: #fff;
    }
    .slicknav_menu .slicknav_nav {
        background-color: #191a1d;
    }
    .slicknav_menu .slicknav_btn {
        float: left;
        margin: 13px;
    }
    #nav_bar:after {
        height: 70px !important;
        top: -22px!important;
    }
    ._contactno {
        position: absolute;
        top: -43px;
        right: -13px;
    }
    .__form._location {
        margin-left: auto;
    }
    ._logo__img {
        max-height: 50px;
    }
    .builder_overview {
        padding: 25px 0;
    }
    .builder_overview hr {
        margin: 5px 0;
    }
    ._footer {
        padding-top: 10px;
    }
    .__widget {
        margin-bottom: 30px;
    }
}

.modal-header {
    padding: 2rem;
}

.modal-title {
    line-height: 0;
}

#nav_bar:after {
    content: '';
    cursor: pointer;
    height: 63px;
    width: 2px;
    position: absolute;
    display: block;
    border-right: 2px solid #4b535e;
    top: -20px;
    left: -17px;
}

.state_name:after {
    content: '';
    cursor: pointer;
    height: 89px;
    width: 2px;
    position: absolute;
    display: block;
    border-right: 1px solid #ddd;
    top: 0;
    left: 50%;
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .modal.right .modal-dialog {
        right: 0px;
    }
    .modal.right.fade .modal-dialog {
        top: 130px;
    }
}

@media (max-width: 995px) {
    .modal.right .modal-dialog {
        right: 0px;
    }
    .modal.right.fade .modal-dialog {
        top: 127px;
    }
}

@media (max-width: 425px) {
    .font_size {
        font-size: 1.5em;
    }
}