body,
html {
    font-size: 15px
}

::selection {
    color: #c5b16a !important;
    background-color: rgb(63, 63, 63);
}

@media screen and (max-width: 700px) {
    .carousel-indicators{
        display: none;
    }
}
/* Styling for the preloader */
.preloader
{
    position: fixed;
    overflow-y: hidden !important;
    -webkit-scrollbar: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.loader {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
    overflow: hidden;
  }
.loader:after{
content: '';
position: absolute;
inset: 8px;
margin: auto;
background: #222b32;
}
.loader:before{
content: '';
position: absolute;
inset: -15px;
margin: auto;
background: #c5b16a;
animation: diamondLoader 2s linear infinite;
}
@keyframes diamondLoader {
0%  ,10% {
    transform: translate(-64px , -64px) rotate(-45deg)
}
90% , 100% {
    transform: translate(0px , 0px) rotate(-45deg)
}
}
body {
    color: #666;
    font-family: Lato, sans-serif;
    font-weight: 400;
    overflow-x: hidden !important
}

p {
    line-height: 26px
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 1.2rem
}

h1,
h2 {
    font-family: OldStandardTT;
    font-weight: 800;
    text-transform: uppercase
}

h2 {
    color: #222;
    font-size: 2rem
}

h2 span {
    color: #c5b16a;
    font-weight: 600
}

h3 {
    font-family: EurostileLT, sans-serif;
    font-weight: 400;
    line-height: 1.5
}

h3,
h4 {
    color: #333;
    font-size: 18px
}

h4 {
    font-family: OldStandardTT;
    font-weight: 600
}

h5 {
    color: #444
}

.show-lang span strong {
    color: #c18847
}

.fa,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    color: #c18847;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

:after,
:before {
    box-sizing: border-box
}

.show-lang .fa-caret-down.arrlan {
    color: #b2a672 !important
}

.section-title {
    margin-bottom: 2.5rem;
    padding-left: 35px;
    position: relative
}

.section-title:before {
    background-color: #c5b16a;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 15px
}

.section-title h3 {
    color: #111;
    font-size: 18px;
    text-transform: uppercase
}

.section-title h2 {
    color: #c5b16a;
    font-size: 28px;
    text-transform: uppercase
}

.section-title.col-md-5 {
    margin-left: 1rem
}

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

.bg-white {
    background: #fff !important
}

span {
    font-size: inherit !important
}

@media screen and (min-width:1025px) {
    .container-header {
        max-width: 1660px
    }

    #logo {
        margin-right: 0
    }
}

.text-heading {
    align-items: center;
    display: flex;
    flex: 1 1 auto
}

@keyframes animate-arrow {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(6px)
    }

    to {
        transform: translateY(0)
    }
}

.rev_slider_wrapper {
    width: 100%
}

.rev_slider a {
    box-shadow: none
}

.box .button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    background: none;
    border: 2px solid;
    color: inherit;
    display: block;
    float: left;
    margin-bottom: 0;
    max-width: 250px;
    min-width: 150px;
    padding: 1em 2em;
    position: relative;
    vertical-align: middle;
    z-index: 1
}

.button:focus {
    outline: none
}

.button>span {
    vertical-align: middle
}

.portfolio .box a {
    background: #121b22;
    text-align: center;
    text-decoration: none
}

@keyframes anim-moema-1 {
    60% {
        transform: scale3d(.8, .8, 1)
    }

    85% {
        transform: scale3d(1.1, 1.1, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        transform: scaleX(1)
    }
}

section.recently.portfolio {
    background: #f7f7f7;
    padding: 4.6rem 0
}

.homes-img {
    transition: transform .6s ease-in
}

.recently .homes .button {
    background-color: #c5b16a;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    z-index: 99
}

.recently .homes-tag.featured {
    left: 15px;
    margin-top: 15px
}

.recently .homes-price,
.recently .homes-tag {
    position: absolute;
    z-index: 99
}

.recently .homes-tag.sale {
    background: #e54242 !important;
    height: 31px;
    margin-top: 15px;
    right: 15px;
    top: 0;
    width: 84px !important
}

.recently .homes-tag.sale.rent {
    background: #ffb200 !important;
    color: #fff;
    z-index: 99
}

.recently .homes-price {
    background: #3a2c5f;
    border-radius: 2px;
    bottom: 15px;
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    left: 15px;
    padding: 6px 14px;
    z-index: 99
}

.recently .homes-content {
    background: #fff !important;
    padding: 20px !important
}

.recently .homes-content h3.title a {
    color: #666;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.recently .homes-content h3 {
    color: #444;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 3px
}

.recently .homes-content .homes-address {
    margin-top: 0
}

.recently .homes-content .homes-address .fa-map-marker {
    color: #18ba60;
    font-size: 1rem;
    text-decoration: none
}

.recently .homes-content .homes-address a span {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 1px;
    text-decoration: none
}

.recently .homes-address span {
    color: #666
}

.recently .homes-content .homes-address a i {
    margin-right: 10px
}

.recently .homes-content .homes-list {
    margin: 0;
    padding: 0
}

.recently .homes-content .homes-list li {
    color: #c5b16a;
    float: left;
    font-size: 14px;
    line-height: 40px;
    list-style: none;
    width: 45%
}

.recently .homes-content .homes-list li i {
    color: #c5b16a;
    font-size: 1rem;
    margin-right: 5px
}

.recently .homes-content .homes-list span {
    color: #666
}

.recently.portfolio .homes {
    margin-bottom: 0
}

.recently .footer {
    background: none;
    border-top: 1px solid #ebebeb;
    color: #666;
    font-size: 13px;
    padding-top: 1rem
}

.recently .footer a {
    color: #666;
    text-decoration: none
}

.recently .footer span {
    float: right
}

.recently .footer i {
    color: #666;
    font-size: 1rem;
    margin-right: 5px
}

.recently .project-single {
    transition: all .4s ease
}

.recently .project-inner,
.recently .project-single {
    overflow: hidden;
    position: relative
}

.recently .project-head {
    position: relative;
    text-align: center
}

.recently .project-head:before {
    background: #121b22;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: 33
}

.recently .project-single:hover .project-head:before {
    opacity: .8
}

.recently .project-head img {
    width: 100%;
    z-index: 2
}

.recently .button-effect {
    background: transparent;
    border-radius: 20px 0 0 0;
    bottom: 0;
    margin-bottom: .7rem;
    opacity: 0;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    transform: translateX(100%);
    transition: all .4s ease;
    visibility: hidden;
    z-index: 33
}

.recently .project-single:hover .button-effect {
    opacity: 1;
    transform: translateX(0);
    visibility: visible
}

.recently .button-effect .btn {
    background: #fff;
    border-radius: 100%;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    margin-right: 15px;
    padding: 0;
    width: 31px;
    z-index: 99
}

.recently .button-effect .btn:hover {
    color: #fff
}

.recently .button-effect .btn:last-child {
    margin: 0
}

.recently .button-effect .fa-link:before {
    color: #000;
    content: "\f0c1";
    font-family: FontAwesome
}

.recently .button-effect .fa-video:before {
    color: #000;
    content: "\f03d";
    font-family: FontAwesome
}

.recently.portfolio .item {
    padding-bottom: 0
}

.recently.portfolio .project-single {
    margin-bottom: 0
}

.slick-dots li.slick-active {
    box-shadow: inset 0 0 0 6px #c5b16a;
    transition: all .3s
}

.slick-dots li.slick-active:after {
    opacity: 1
}

@media screen and (max-width:991px) {
    .recently.portfolio .item {
        padding-bottom: 1.6rem
    }

    .recently.portfolio .project-single {
        margin-bottom: 10px
    }
}

section.services-home {
    background: linear-gradient(hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url(/images/bg-counter.jpg?ee926d86b19246fe16053544d58917f7) no-repeat 50%;
    background-attachment: fixed;
    padding: 4.6rem 0
}

.services-home .service .media {
    height: 75px;
    margin-right: 50px;
    margin-top: -40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px
}

.services-home .service .media img {
    width: 100%
}

.services-home .service .media i {
    font-size: 34px;
    height: 100%;
    line-height: 65px;
    text-align: center;
    width: 100%
}

.services-home .text-white {
    color: #fff !important
}

.box-shadow-1:focus,
.services-home .box-shadow-1 {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .06) !important
}

.services-home .blog-section {
    display: inline-block;
    width: 100%
}

.services-home .text-bold-700 {
    color: #fff;
    font-weight: 600
}

.services-home .m-bottom-15 {
    margin-bottom: 15px
}

.services-home a.text-base {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease
}

.services-home .border-light {
    border-color: #eaeaea !important
}

.services-home .border-1 {
    border-style: solid;
    border-width: 1px !important
}

.bg-light-2 {
    background: #121b22
}

.services-home a.text-base:hover {
    color: #c5b16a
}

@media screen and (max-width:991px) {
    .services-home .m-bottom-40 {
        margin-top: 4.5rem
    }

    .services-home .m-top-0 {
        margin-top: 0
    }
}

section.portfolio {
    background: #f7f7f7;
    padding: 4.6rem 0
}

.portfolio .sec-title {
    margin-left: 0
}

.portfolio .sec-title h2 span {
    color: #111;
    font-weight: 600
}

.portfolio .sec-title h2 {
    color: #c5b16a;
    margin-bottom: .5rem
}

.portfolio .item {
    padding-bottom: 1.6rem
}

.homes-tag.featured {
    background: #18ba60 !important;
    width: 84px !important
}

.portfolio .homes .button {
    background-color: #c5b16a;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    z-index: 1
}

.portfolio .homes-tag.featured {
    left: 15px;
    margin-top: 15px
}

.portfolio .homes-price,
.portfolio .homes-tag {
    position: absolute;
    z-index: 99
}

.portfolio .homes-tag.sale {
    background: #e54242 !important;
    height: 31px;
    margin-top: 15px;
    right: 15px;
    top: 0;
    width: 84px !important
}

.portfolio .homes-tag.sale.rent {
    background: #ffb200 !important;
    color: #fff;
    z-index: 1
}

.portfolio .homes-price {
    background: #3a2c5f;
    border-radius: 2px;
    bottom: 15px;
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    left: 15px;
    padding: 6px 14px;
    z-index: 1
}

.portfolio .homes-content {
    background: #fff !important;
    padding: 20px !important
}

.portfolio .homes-content h3.title a {
    color: #666;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.portfolio .homes-content h3,
.portfolio .homes-content h3 a {
    color: #444;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 3px
}

.portfolio .homes-content h3 a {
    text-decoration: none;
    transition: all .3s ease
}

.portfolio .homes-content h3 a:hover {
    color: #c5b16a
}

.portfolio .homes-content .homes-address {
    margin-top: 0
}

.portfolio .homes-content .homes-address .fa-map-marker {
    color: #18ba60;
    font-size: 1rem;
    text-decoration: none
}

.portfolio .homes-content .homes-address a {
    text-decoration: none
}

.portfolio .homes-content .homes-address a span {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 1px;
    text-decoration: none
}

.portfolio .homes-address span {
    color: #666
}

.portfolio .homes-content .homes-address a i {
    margin-right: 10px
}

.portfolio .homes-content .homes-list {
    margin: 0;
    padding-bottom: .9rem;
    padding-left: 0
}

.portfolio .homes-content .homes-list li {
    color: #c5b16a;
    float: left;
    font-size: 14px;
    line-height: 40px;
    list-style: none;
    width: 45%
}

.portfolio .homes-content .homes-list li i {
    color: #c5b16a;
    font-size: 1rem;
    margin-right: 5px
}

.portfolio .homes-content .homes-list span {
    color: #666;
    padding-left: 19px
}

.portfolio .footer {
    background: none;
    border-top: 1px solid #e8e8e8;
    color: #666;
    font-size: 13px;
    padding-top: 1rem
}

.portfolio .footer a {
    color: #666;
    text-decoration: none
}

.portfolio .footer span {
    float: right
}

.portfolio .footer i {
    color: #696969;
    font-size: 18px;
    margin-right: 5px
}

.portfolio .project-single {
    border: 1px solid #e7e7e7;
    transition: all .4s ease
}

.portfolio .project-inner,
.portfolio .project-single {
    overflow: hidden;
    position: relative
}

.portfolio .project-head {
    position: relative;
    text-align: center
}

.portfolio .project-head:before {
    background: #c5b16a;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: 1
}

.portfolio .project-single:hover .project-head:before {
    opacity: .8
}

.portfolio .project-head img {
    width: 100%;
    z-index: 2
}

.portfolio .button-effect {
    background: transparent;
    border-radius: 20px 0 0 0;
    bottom: 0;
    margin-bottom: .7rem;
    opacity: 0;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    transform: translateX(100%);
    transition: all .4s ease;
    visibility: hidden;
    z-index: 33
}

.portfolio .project-single:hover .button-effect {
    opacity: 1;
    transform: translateX(0);
    visibility: visible
}

.portfolio .button-effect .btn {
    background: #fff;
    border-radius: 100%;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    margin-right: 15px;
    padding: 0;
    width: 31px;
    z-index: 99
}

.portfolio .button-effect .btn:hover {
    color: #fff
}

.portfolio .button-effect .btn:last-child {
    margin: 0
}

.portfolio .button-effect .fa-link:before {
    color: #000;
    content: "\f0c1";
    font-family: FontAwesome
}

.portfolio .button-effect .fa-video:before {
    color: #000;
    content: "\f03d";
    font-family: FontAwesome
}

.bg-all {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    transition: all .3s ease
}

.btn.btn-outline-light {
    background-color: #c5b16a;
    border-color: #fff;
    border-radius: 3rem;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: .9rem 2.5rem .9rem 2rem;
    transition: all .3s ease
}

.btn.btn-outline-light:hover {
    background: #121b22;
    color: #fff;
    transition: all .3s ease
}

.btn.btn-outline-light:after {
    content: "\f0a9";
    font-family: FontAwesome;
    left: .5rem;
    position: relative;
    transition: all .2s ease
}

.btn.btn-outline-light:hover:after {
    color: #fff;
    left: 1rem;
    transform: rotate(-1turn)
}

section.team {
    background: #f6f6f6
}

.team .sec-title {
    margin-left: 1rem
}

.team .sec-title h2 span {
    color: #111;
    font-weight: 600
}

.team .sec-title h2 {
    color: #c5b16a;
    margin-bottom: .5rem
}

section.blog-section {
    background: #f7f7f7;
    padding: 4.6rem 0
}

.blog-section .news-item {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 1px #e7e7e7 !important;
    overflow: hidden
}

.blog-section .news-item-descr.big-news {
    height: 106px
}

.blog-section .news-item h3 {
    color: #222;
    transition: all .25s
}

.blog-section .news-item a:hover {
    text-decoration: none
}

.blog-section .news-item a:hover h3 {
    color: #c5b16a;
    transition: all .25s
}

.blog-section .resp-img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.blog-section .news-item-img {
    position: relative;
    width: 100%
}

.blog-section .news-item-img .resp-img {
    background-size: cover
}

.blog-section .news-item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 20px
}

.blog-section .news-item .date {
    color: #333;
    display: block;
    font-size: 13px;
    margin-bottom: 9px
}

.blog-section .dates {
    display: flex;
    margin-top: .3rem
}

.blog-section .news-item-bottom img {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.blog-section .admin {
    display: flex
}

.blog-section .admin p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 1rem;
    margin-top: .5rem
}

.blog-section .news-item-descr {
    height: 80px;
    margin: 6px 0 20px
}

.blog-section .news-item-descr p {
    border: 0;
    color: #666;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.blog-section .news-item-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.blog-section .news-item-sm {
    display: flex;
    margin-bottom: 29px
}

.blog-section .news-item-sm.last {
    margin-bottom: 0
}

.blog-section .news-item-sm .news-img-link {
    flex-basis: 49%;
    position: relative
}

.blog-section .news-item-sm .news-img-link .news-item-img {
    bottom: 0;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.blog-section .news-item-sm .news-item-text {
    flex-basis: 66.6%;
    padding: 15px 20px
}

.blog-section .news-item-sm .news-item-descr {
    height: 52px
}

.blog-section .news-link {
    color: #c5b16a;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    transition: all .25s
}

.blog-section .news-link:hover {
    color: #121b22;
    text-decoration: none;
    transition: all .25s
}

@media screen and (max-width:1199px) {
    .blog-section .news-item {
        margin-bottom: 0
    }
}

@media screen and (max-width:1024px) {
    .blog-section .news-item {
        margin-bottom: 2.5rem
    }

    .blog-section .news-item-sm .news-img-link {
        flex-basis: 33.5%
    }
}

@media screen and (max-width:577px) {
    .blog-section .news-item-sm {
        display: block
    }

    .blog-section .news-item-sm .news-img-link .news-item-img {
        padding-bottom: 69%;
        position: relative
    }

    .blog-section .news-item-sm {
        border-radius: 0
    }
}

@media screen and (max-width:414px) {

    .blog-section .news-item-descr,
    .blog-section .news-item-descr p {
        overflow: hidden
    }

    .blog-section .news-link {
        font-size: .9rem
    }
}

@media screen and (max-width:1024px) {
    .blog-section .news-item-sm .news-img-link {
        flex-basis: 32%
    }
}

section.testimonials {
    background: #fff;
    padding: 4.6rem 0
}

.testimonials .owl-carousel .test-1 {
    background: #fff;
    border-radius: 10px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem
}

.testimonials .test-1 img {
    border-radius: 50%;
    margin: 0 auto;
    width: 90px
}

.testimonials .test-1 p {
    color: #666;
    font-style: italic;
    font-weight: 400;
    margin: .3rem auto 0;
    max-width: 500px;
    text-align: center
}

.testimonials .test-1 p:before {
    color: #c5b16a;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 1.2rem;
    left: 136px;
    position: relative;
    top: -24px
}

.testimonials .test-1 p:after {
    bottom: 4px;
    color: #fff;
    content: "\f10e";
    font-family: fontawesome;
    font-size: .7rem;
    position: relative;
    right: -6px;
    top: 0
}

.testimonials .test-1 h3 {
    color: #c5b16a;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .8rem;
    text-align: center
}

.testimonials .test-1 h6 {
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center
}

.starts {
    list-style: none;
    margin-top: .4rem;
    padding: 0
}

.starts li {
    display: inline-block;
    margin-bottom: 1.8rem;
    text-align: center
}

.starts .fa {
    color: #ffc107 !important
}

@media screen and (max-width:767px) {
    .testimonials .test-1 p:before {
        left: 190px !important
    }
}

@media screen and (max-width:414px) {
    .testimonials .test-1 p:before {
        left: 135px !important
    }
}

@media screen and (max-width:360px) {
    .testimonials .test-1 p:before {
        left: 105px !important
    }
}

div.partners {
    background: #f7f7f7;
    color: #000;
    padding: 3rem 0
}

@media screen and (max-width:991px) {
    h3.specific:last-child {
        margin-bottom: 0
    }
}

.first-footer .top-footer {
    background: #303441;
    border-top: 1px solid #e5e5e5;
    color: #333;
    padding: 6rem 0
}

.first-footer .logo img {
    height: auto;
    margin-bottom: 1.6rem;
    width: 180px
}

@media screen and (max-width:991px) {
    .first-footer .netabout {
        margin-bottom: 0
    }

    .first-footer .netabout p {
        margin-bottom: 2rem !important
    }
}

.first-footer .netabout h3 {
    margin-bottom: 2rem
}

.first-footer .netabout h3:after {
    background-color: #fff;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

.first-footer .netabout p {
    color: rgba(245, 255, 255, .8);
    font-weight: 400;
    margin-bottom: 1.5rem
}

.first-footer .netsocials {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.first-footer .netsocials a .fa,
.first-footer .netsocials a .fab {
    background: transparent;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1.5rem;
    text-align: center;
    transition: all .5s ease;
    width: 2.5rem
}

.first-footer .netsocials a .fa-facebook {
    background: transparent;
    color: #fff
}

.first-footer .netsocials a .fa-facebook:hover {
    background: #3b5998;
    color: #fff
}

.first-footer .netsocials a .fa-twitter {
    background: transparent;
    color: #fff
}

.first-footer .netsocials a .fa-twitter:hover {
    background: #1da1f2;
    color: #fff
}

.first-footer .netsocials a .fa-instagram {
    background: transparent;
    color: #fff
}

.first-footer .netsocials a .fa-instagram:hover {
    background: #e1306c;
    color: #fff
}

.first-footer .netsocials a .fa-youtube {
    background: transparent;
    color: #fff;
    margin-right: 0
}

.first-footer .netsocials a .fa-youtube:hover {
    background: #cd201f;
    color: #fff
}

.first-footer h3 {
    color: #fff;
    margin-bottom: 2rem
}

.first-footer .contactus h3:after {
    background-color: #c5b16a;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

.first-footer .contactus .info:last-child,
.first-footer .contactus ul li:last-child {
    margin-bottom: 0 !important
}

@media screen and (max-width:767px) {
    .first-footer .top-footer {
        padding-bottom: 6rem
    }
}

.first-footer .contactus .info {
    display: flex;
    margin-bottom: .6rem
}

.first-footer .contactus .ti {
    margin-bottom: 0
}

.first-footer .contactus .info p {
    color: rgba(245, 255, 255, .8);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 0 1rem
}

.first-footer .contactus ul li {
    margin-bottom: 1.1rem
}

.first-footer .contactus ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.first-footer .contactus ul li .fa {
    color: #fff;
    font-size: 1rem
}

.navigation h3 {
    margin-bottom: 2rem
}

.first-footer .nav-footer {
    display: flex
}

.first-footer .navigation h3:after {
    background-color: #c5b16a;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

@media screen and (max-width:991px) {
    .first-footer .navigation h3 {
        margin-top: 0
    }

    .navigation ul {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .first-footer .navigation h3 {
        margin-top: 3rem
    }
}

.navigation ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.navigation ul li {
    border-bottom: 1px dotted #666;
    margin-bottom: 1rem
}

.navigation ul li a {
    color: rgba(245, 255, 255, .8);
    font-weight: 400;
    text-decoration: none;
    transition: all .5s ease
}

.navigation ul li a:hover {
    color: #fff
}

.navigation a {
    display: block;
    margin-bottom: .6rem
}

.first-footer .widget h3:after {
    background-color: #c5b16a;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

@media screen and (max-width:991px) {

    .first-footer .widget,
    .inner-pages .first-footer .widget {
        padding-top: 0 !important
    }

    .first-footer .widget h3 {
        margin-top: 3rem
    }
}

.newsletters h3 {
    margin-bottom: 2rem
}

.first-footer .newsletters h3:after {
    background-color: #c5b16a;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

@media screen and (max-width:768px) {
    .second-footer p {
        margin-bottom: 1rem !important
    }
}

@media screen and (max-width:991px) {
    .first-footer .newsletters h3 {
        margin-top: 3rem
    }
}

.newsletters p {
    color: rgba(245, 255, 255, .8);
    font-weight: 400;
    margin-bottom: 2rem
}

.first-footer .email input[type=submit]:hover {
    background: rgba(245, 255, 255, .1)
}

@keyframes shine {
    to {
        left: 125%
    }
}

.second-footer {
    background: #303441;
    border-top: 1px solid rgba(245, 255, 255, .1);
    color: #fff;
    padding: 1.5rem 0
}

.second-footer h3 {
    font-weight: 300;
    margin: 0
}

.second-footer p {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: .5rem
}

.second-footer .container {
    display: flex;
    justify-content: space-between;
    margin-left: auto
}

.second-footer p .fa-heart:before {
    color: #fff
}

element.style {
    display: inline
}

.go-up {
    background: #c5b16a;
    border-radius: 5px;
    bottom: 1.5rem;
    color: #fff;
    display: none;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 0;
    padding: .9rem;
    position: fixed;
    right: 1rem;
    text-decoration: none;
    transition: all .4s ease;
    z-index: 99999
}

.go-up:focus,
.go-up:hover {
    color: #fff;
    outline: 0;
    text-decoration: none
}

a.button {
    color: #8731e8 !important
}

.homepage-3 .slick-dots li.slick-active {
    box-shadow: inset 0 0 0 6px #8731e8
}

@media (max-width:1024px) {

    .homepage-4 a.button.border,
    a.button {
        margin-left: 20px
    }
}

@media (max-width:991px) {

    .homepage-4 a.button.border,
    a.button {
        margin-left: 0
    }
}

.homepage-4 .header-user-name,
.homepage-4 .header-user-name:before {
    color: #fff
}

@keyframes grow {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.homepage-4 .portfolio .footer i,
.homepage-4 .portfolio .homes-content .homes-list li i {
    color: #696969;
    font-size: 18px
}

.the-icons {
    align-items: center;
    display: flex;
    line-height: 17px !important;
    padding-bottom: 12px;
    padding-top: 12px
}

.homepage-4 #navigation.style-1 ul li:hover {
    background: #c5b16a
}

.homepage-4 .btn,
.homepage-4 .btn:active {
    background: linear-gradient(148deg, #fd5559, #ff337d)
}

.homepage-4 .project-single .button-effect {
    opacity: 1;
    transform: translateX(0);
    visibility: visible
}

.homepage-4 .button-effect .btn {
    background: rgba(74, 74, 76, .7);
    border-radius: 8px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 33px;
    margin-right: 15px;
    padding: 0;
    width: 36px;
    z-index: 99
}

.homepage-4 .button-effect .fa-link:before {
    color: #fff;
    content: "\f0c1";
    font-family: FontAwesome
}

.homepage-4 .button-effect .fa-video:before {
    color: #fff;
    content: "\f03d";
    font-family: FontAwesome
}

.homepage-4 img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.hp4 .slick-dots li.slick-active {
    box-shadow: inset 0 0 0 3px rgba(74, 74, 76, .4) !important
}

.header-user-name span:after {
    background-color: #38b653;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -5px;
    width: 12px
}

.homepage-4 a.button.border,
a.button {
    background: #fff;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .2);
    color: #c5b16a !important
}

.homepage-4 .home18 .sec-title h2 {
    color: #c5b16a
}

.homepage-4 .home18 .sec-title h2 span:before {
    background: #c5b16a
}

.homepage-4 .portfolio .homes-tag.sale {
    background: rgba(74, 74, 76, .7) !important
}

.homepage-4 .homes-tag.featured {
    background: #c5b16a !important
}

.homepage-4 .portfolio .homes-price {
    background: transparent !important;
    font-size: 20px !important;
    font-weight: 500
}

.homepage-4 .featured .project-single .button-effect {
    opacity: 1;
    transform: translateX(0);
    visibility: visible
}

.homepage-4 .featured .button-effect {
    background: transparent;
    border-radius: 20px 0 0 0;
    bottom: 0;
    margin-bottom: .7rem;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: left;
    transform: translateX(0);
    transition: all .4s ease;
    visibility: visible;
    z-index: 33
}

.homepage-4 .featured .button-effect .btn {
    background: rgba(74, 74, 76, .7);
    border-radius: 8px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 33px;
    margin-right: 15px;
    padding: 0;
    width: 36px;
    z-index: 99
}

.homepage-4 .featured .button-effect .fa-link:before {
    color: #fff;
    content: "\f0c1";
    font-family: FontAwesome
}

.homepage-4 .featured .button-effect .fa-video:before {
    color: #fff;
    content: "\f03d";
    font-family: FontAwesome
}

.homepage-4 .portfolio .project-head {
    background-color: #1d293e;
    border-radius: 8px 8px 0 0
}

.homepage-4 .portfolio .homes-price {
    padding-left: 0
}

.homepage-4 .portfolio .project-head:before {
    background: transparent !important
}

.homepage-4 .portfolio .project-head img {
    background-color: #1d293e;
    opacity: .7
}

.homepage-4 .portfolio .project-single {
    border-radius: 0 0 8px 8px
}

.homepage-4 .portfolio .homes-content .homes-address .fa-map-marker {
    color: #666
}

.homepage-4 .blog-section .news-item h3:hover,
.homepage-4 .portfolio .homes-content h3 a:hover {
    color: #c5b16a
}

.homepage-4 .btn:hover {
    background: #c5b16a
}

.homepage-4 .portfolio .footer img {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.homepage-4 .portfolio .footer {
    border-top: 1px solid #eee
}

.homepage-4 .portfolio .footer span {
    margin-top: 12px
}

.homepage-4 .testimonials .test-1 h3 {
    color: #666
}

.homepage-4 .starts .fa {
    color: #c5b16a !important
}

.homepage-4 .testimonials .test-1 p:before {
    color: #c5b16a;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 1.2rem;
    left: 236px;
    position: relative;
    top: -24px
}

.homepage-4 .starts {
    list-style: none;
    margin-top: .7rem;
    padding: 0
}

.homepage-4 .starts li {
    margin-bottom: 2.4rem
}

.homepage-4 .testimonials .owl-carousel .test-1 {
    background: transparent
}

.homepage-4 .blog-section .news-link {
    color: #c5b16a
}

.homepage-4 .first-footer .top-footer {
    background: #232733
}

.homepage-4 .first-footer .navigation h3:after,
.homepage-4 .first-footer .newsletters h3:after,
.homepage-4 .first-footer .widget h3:after,
.homepage-4 .go-up {
    background: #c5b16a
}

button[disabled],
html input[disabled] {
    cursor: default
}

.hp-6 .rld-main-search {
    height: 112px;
    padding: 30px 20px
}

.hp-6 .rld-single-input input {
    border-radius: 8px;
    margin-left: 0;
    outline: none;
    text-decoration: none
}

.hp-6 .rld-single-input input:active {
    text-decoration: none
}

.hp-6 .tab-content>.active {
    margin-top: 30px
}

.hp-6 .btn {
    background: linear-gradient(-47deg, #c5b16a, #c5b16a)
}

.hp-6 a.btn.btn-yellow:hover {
    background: #fff !important;
    color: #c5b16a
}

.hp-6 .btn.btn-yellow {
    background-color: #c5b16a;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(255, 90, 95, .3);
    color: #fff;
    font-size: 15px;
    height: 50px;
    transition: all .3s ease;
    width: 170px
}

.hp-6 .welcome-text p {
    margin-bottom: 40px !important
}

.hp-6 .rld-main-search {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: 0 0 0 8px hsla(0, 0%, 100%, .2);
    margin-bottom: 0;
    margin-right: 15px
}

.hp-6 a.button,
.hp-6 a.button.border {
    border-radius: 8px;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .2)
}

.lang-wrap {
    float: right;
    margin-right: 0;
    position: relative;
    top: 0
}

.header-user-menu .lang-wrap ul {
    min-width: 0;
    width: 100px
}

.header-user-menu .lang-wrap ul li a {
    display: block;
    font-size: 15px;
    text-transform: capitalize
}

.header-user-menu .lang-wrap ul li {
    width: 55%
}

.show-lang span .fa-globe-americas {
    font-size: 17px
}

.show-lang {
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 10px 10px 10px 0;
    position: relative;
    width: 100px;
    z-index: 106
}

.show-lang span {
    float: left;
    margin-left: 10px;
    position: relative;
    z-index: 2
}

.lang-tooltip {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    border-top: none;
    opacity: 0;
    padding: 10px 0 12px;
 
    right: 0;
    top: 40px;
    visibility: hidden;
    width: 100px;
    z-index: 105
}

.lang-tooltip li {
    border-radius: 4px;
    color: #fff;
    padding: 6px 14px;
    text-align: left
}

.lang-tooltip li,
.lang-tooltip li a {
    float: left;
    position: relative;
    width: 100%
}

.lang-tooltip li a {
    color: #566985;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.show-lang .fa-caret-down.arrlan {
    color: #fff;
    height: 10px;
    left: 80px;
    line-height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 45%
}

.header-widget.sign-in {
    height: auto
}

.header-widget.sign-in a {
    color: #c5b16a;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    text-decoration: none
}

.hd-white .header-widget.sign-in a,
.hd-white .show-lang,
.hd-white .show-lang .fa-caret-down.arrlan {
    color: #666
}

.hd-white .right-side.sign {
    border-left: 1px solid #000;
    border-right: 1px solid #000
}

.hd-white a.button.border,
a.button {
    width: 150px
}

.hd-white a.button,
.hd-white a.button.border {
    border-radius: 8px;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .2)
}

@media screen and (max-width:991px) {
    .hd-white a.button.border {
        width: 240px
    }
}

.right-side.sign {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    float: right;
    margin-left: 0 !important;
    margin-right: 55px;
    margin-top: 20px;
    padding: 0 10px 0 20px;
    width: 90px
}

.show-lang span strong {
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    top: -2px
}

.hp-6 .rld-single-input input {
    border: 1px solid #ebebeb;
    margin-right: 15px;
    width: 255px
}

.hp-6 .dropdown-filter {
    cursor: pointer
}

.hp-6 .dropdown-filter span {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    line-height: 47px;
    margin: 0 15px;
    padding: 15px 34px;
    position: relative;
    width: 150px
}

.hp-6 .dropdown-filter span:after {
    color: #c5b16a;
    content: "\f142";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    margin-left: 15px
}

.hp-6 .explore__form-checkbox-list.full-filter.filter-block {
    background: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: 20px;
    padding: 30px 30px 20px
}

.hp-6 .explore__form-checkbox-list.full-filter {
    top: 75px
}

.hp-6 .explore__form-checkbox-list.full-filter.filter-block {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.hp-6 .explore__form-checkbox-list.full-filter {
    opacity: 0;
    transition: .8s;
    visibility: hidden;
    z-index: -1
}

.hp-6 .parallax-searchs .form-group {
    margin-bottom: 30px;
    width: 100%
}

@media screen and (max-width:1024px) {
    .hp-6 .dropdown-filter span {
        padding: 15px
    }
}

@media screen and (min-width:1024px) {
    .header-user-menu ul {
        left: -80px !important
    }
}

@media screen and (max-width:768px) {
    .hp-6 .explore__form-checkbox-list.full-filter.filter-block {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .hp-6 .checkboxes.ch-1 {
        margin-top: 30px
    }

    .hp-6 .dropdown-filter span {
        margin: 0
    }
}

@media screen and (max-width:575px) {
    .hp-6 .dropdown-filter {
        margin-right: 0
    }

    .hp-6 .explore__form-checkbox-list.full-filter.filter-block {
        margin-top: 30px
    }

    .hp-6 .btn.btn-yellow {
        margin-top: 20px
    }
}

.hp-6 .range-slider label {
    color: #333;
    font-size: 16px;
    margin-bottom: 25px
}

.hp-6 .range-slider {
    line-height: 37px
}

.hp-6 .checkboxes {
    list-style: none;
    padding: 0
}

.hp-6 .checkboxes.one-in-row label {
    margin-top: 9px;
    width: 100%
}

.hp-6 .checkboxes li {
    padding: 4px 0
}

.hp-6 .checkboxes li:last-child {
    margin-bottom: -8px
}

.hp-6 .checkboxes label {
    color: #666;
    cursor: pointer;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14.5px;
    margin-bottom: 0;
    margin-right: 20px;
    padding-left: 28px;
    position: relative
}

.hp-6 .checkboxes label span {
    color: #909090;
    font-size: 15px
}

.hp-6 .checkboxes input[type=checkbox] {
    display: none
}

.hp-6 .checkboxes label:before {
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 19px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    transition: border-color .3s;
    width: 19px
}

.hp-6 .checkboxes input[type=checkbox]:checked+label:before {
    background-color: #c5b16a;
    border: 2px solid transparent;
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    transition: border-color 0s
}

@media only screen and (max-width:1024px) {

    .hp-6 .rld-main-search .rld-single-input,
    .hp-6 .rld-single-input input {
        width: 160px
    }
}

@media only screen and (max-width:991px) {
    .hp-6 .rld-main-search {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        height: 160px
    }

    .hp-6 .rld-main-search .rld-single-input,
    .hp-6 .rld-single-input input {
        width: 200px
    }
}

@media only screen and (max-width:450px) {
    .hp-6 .rld-main-search {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        height: 363px
    }

    .hp-6 .rld-main-search .rld-single-input,
    .hp-6 .rld-single-input input {
        width: 100%
    }

    .hp-6 .checkboxes.ch-1 {
        margin-top: 30px
    }
}

.search-2 .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3px;
    width: 190px
}

.search-2 .form-group:last-child {
    margin-right: 0
}

.search-2 .form-group .list li {
    color: #757575
}

.search-2 .form-group .list li.selected {
    color: #757575;
    font-weight: 400
}

.search-2 .form-group .list li:hover {
    background: #c5b16a;
    color: #fff
}

.search-2 .form-group.looking {
    margin: 0;
    width: 350px
}

.search-2 .form-group.looking input {
    border: none;
    border-radius: 5px;
    float: left;
    height: 50px;
    padding-left: 20px;
    width: 100%
}

.search-2 .form-group.categories,
.search-2 .form-group.location {
    width: 150px
}

.search-2 .form-group.button {
    height: 50px;
    position: relative;
    width: 135px
}

.search-2 .form-group .btn {
    background: #c5b16a;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%
}

.search-2 .form-group .btn:hover {
    background: #121b22;
    color: #fff
}

#map-container {
    height: 520px;
    left: 0;
    margin-bottom: 60px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 8
}

#map-container.fullwidth-home-map {
    height: 690px;
    margin-bottom: 0
}

#map-container.fullwidth-home-map .main-search-inner {
    bottom: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    z-index: 9999
}

.dark-overlay .main-search-inner {
    bottom: 580px !important
}

.video-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -10
}

.fullwidth-home-map.dark-overlay {
    height: 90vh !important;
    margin-bottom: 0
}

.fullwidth-home-map.dark-overlay video {
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    transition: opacity 1s;
    width: auto;
    z-index: -10
}

.dark-overlay:before {
    background: rgba(0, 0, 0, .2) !important;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .99) 20%, hsla(0, 0%, 100%, .7) 70%, hsla(0, 0%, 100%, 0) 95%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.dark-overlay h1 {
    color: #fff;
    font-size: 40px;
    line-height: 57px
}

.dark-overlay h1,
.dark-overlay p {
    text-align: center;
    text-transform: capitalize
}

.dark-overlay p {
    color: hsla(0, 0%, 100%, .99);
    font-size: 17px;
    font-weight: 400
}

@media only screen and (max-width:1024px) {
    .wprt-image-video.w50 img {
        height: 490px
    }
}

@media only screen and (max-width:768px) {
    .wprt-image-video.w50 img {
        height: auto
    }
}

@media only screen and (max-width:991px) {
    .hero-inner2 {
        margin-top: 50px
    }

    .dark-overlay h1 {
        font-size: 30px
    }

    .dark-overlay .main-search-inner {
        bottom: 770px !important
    }

    a.button,
    a.button.border {
        width: 240px
    }
}

@media only screen and (max-width:576px) {
    .dark-overlay h1 {
        font-size: 25px !important;
        line-height: 37px
    }

    .search-2 .welcome-text p {
        font-size: 15px
    }
}

@media only screen and (max-width:450px) {
    .search-2 .welcome-text p {
        font-size: 14px
    }

    .hero-inner2 {
        margin-top: 0
    }

    .dark-overlay h1 {
        font-size: 21px !important
    }

    .dark-overlay .main-search-inner {
        bottom: 600px !important
    }
}

@media only screen and (max-width:360px) {
    .dark-overlay .main-search-inner {
        bottom: 488px !important
    }
}

.int_dark_bg .header-user-name,
.int_dark_bg .header-user-name:before {
    color: #fff
}

.int_dark_bg .blog-section .news-item {
    border: 0
}

body.int_dark_bg {
    background-color: #212529
}

*,
:after,
:before {
    box-sizing: border-box
}

.bg-black-1 {
    background: #282d32 !important
}

.bg-black-2 {
    background: #212529 !important
}

.int_dark_bg .section-title h3 {
    color: #fff
}

.int_dark_bg .section-title h2 {
    color: #c18847
}

.int_dark_bg .section-title:before {
    background: #c18847
}

.int_dark_bg .slick-dots li.slick-active {
    box-shadow: inset 0 0 0 6px #c18847
}

.int_dark_bg a.button.border,
a.button {
    background: #c18847
}

.int_dark_bg section.services-home {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(/images/bg-counter.jpg?ee926d86b19246fe16053544d58917f7) no-repeat 50%;
    background-attachment: fixed;
    padding: 4.6rem 0
}

.int_dark_bg .services-home .border-1 {
    border: 1px dashed #c18847 !important
}

.int_dark_bg .services-home a.text-base:hover {
    color: #c18847
}

.int_dark_bg .portfolio .project-single {
    border: 0;
    margin-bottom: 0
}

.int_dark_bg .btn.btn-outline-light {
    background: #c18847
}

.int_dark_bg .bg-all {
    margin-top: 0
}

.int_dark_bg .portfolio .project-single {
    box-shadow: none
}

.int_dark_bg .testimonials .owl-carousel .test-1 {
    background: #282d32
}

.int_dark_bg .testimonials .test-1 h3 {
    color: #fff;
    margin-bottom: 1.5rem
}

.int_dark_bg .testimonials .test-1 h6,
.int_dark_bg .testimonials .test-1 p,
.int_dark_bg .testimonials .test-1 p:before {
    color: #fff
}

.int_dark_bg .testimonials .test-1 img {
    margin-bottom: .5rem
}

.int_dark_bg .starts .fa {
    color: #c18847 !important;
    margin-bottom: 1rem;
    margin-top: .5rem
}

.int_dark_bg .testimonials .test-1 p:after {
    display: none
}

.int_dark_bg .blog-section .news-item {
    background: #212529
}

.int_dark_bg .blog-section .news-item-descr p,
.int_dark_bg .blog-section .news-item h3 {
    color: #fff
}

.int_dark_bg .blog-section .news-item .date,
.int_dark_bg .blog-section .news-item h3:hover,
.int_dark_bg .blog-section .news-link {
    color: #c18847
}

.int_dark_bg .first-footer .top-footer {
    border-top: 0
}

.int_dark_bg .first-footer .contactus ul li .fa,
.int_dark_bg .first-footer .netabout p,
.int_dark_bg .first-footer h3,
.int_dark_bg .navigation ul li a,
.int_dark_bg .newsletters p {
    color: #fff
}

.int_dark_bg .navigation ul li a:hover {
    color: #c18847
}

.int_dark_bg .first-footer .navigation h3:after,
.int_dark_bg .first-footer .newsletters h3:after,
.int_dark_bg .first-footer .widget h3:after {
    background: #c18847
}

.int_dark_bg .first-footer .contactus .info p {
    color: #efe9e9
}

.int_dark_bg .second-footer {
    background: #282d32
}

.int_dark_bg .go-up {
    background: #c18847
}

.int_dark_bg .portfolio .item {
    padding-bottom: 30px
}

.int_dark_bg .blog-section .news-item-sm .news-img-link {
    flex-basis: 40%
}

.int_main_wraapper {
    overflow: hidden;
    position: relative
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h4 {
    animation: fadeInLeft 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h2 {
    animation: fadeInRight 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h3 {
    animation: fadeInLeft 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img p {
    animation: fadeInRight 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img .int_btn {
    animation: fadeInLeft 1s ease
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h4 {
    animation: fadeInDown 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h2,
.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h3 {
    animation: fadeInUp 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img p {
    animation: fadeInDown 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img .int_btn {
    animation: fadeInUp 1s ease
}

.int_white_bg .slick-dots li.slick-active {
    box-shadow: inset 0 0 0 6px #c18847
}

a.button {
    background: #c18847
}

.hmp7 .rp2 .slick-dots li.slick-active {
    box-shadow: inset 0 0 0 3px rgba(74, 74, 76, .4) !important
}

.parallax-searchs .welcome-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize
}

.parallax-searchs .welcome-text h1 {
    color: #fff;
    font-size: 36px;
    text-transform: capitalize
}

.parallax-searchs .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3px;
    width: 190px
}

.parallax-searchs .form-group:last-child {
    margin-right: 0
}

.parallax-searchs .form-group .list li {
    color: #757575
}

.parallax-searchs .form-group .list li.selected {
    color: #757575;
    font-weight: 400
}

.parallax-searchs .form-group .list li:hover {
    background: #18ba60;
    color: #fff
}

.parallax-searchs .form-group.location {
    width: 150px
}

.parallax-searchs .form-group.button {
    height: 50px;
    position: relative;
    width: 145px
}

.parallax-searchs .form-group .btn {
    background: #18ba60;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%
}

.parallax-searchs .form-group .btn:hover {
    background: #121b22;
    color: #fff
}

@media only screen and (max-width:1024px) {
    .parallax-searchs .welcome-text h1 {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .parallax-searchs .welcome-text h1 {
        font-size: 30px
    }
}

@media only screen and (max-width:450px) {
    .parallax-searchs .welcome-text h1 {
        font-size: 20px !important;
        line-height: 34px;
        margin-bottom: 40px
    }

    .parallax-searchs .welcome-text p {
        font-size: 14px
    }
}

@media only screen and (max-width:360px) {
    .parallax-searchs .welcome-text h1 {
        display: none
    }
}

.featured-boxes-inner {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.featured-boxes-inner .col-lg-3 {
    border-right: 1px solid #eee
}

.featured-boxes-inner .col-lg-3:last-child {
    border-right: none
}

.single-featured-box {
    overflow: hidden;
    padding: 115px 25px 40px;
    position: relative;
    text-align: center
}

.single-featured-box .icon {
    color: #ee0979;
    left: 50%;
    margin-top: -12px;
    position: absolute;
    top: 40px;
    transform: translate(-50%);
    transition: .4s
}

.single-featured-box .icon i:before {
    font-size: 55px
}

.single-featured-box h3 {
    font-size: 18px;
    margin: 15px 0;
    transition: .4s
}

.single-featured-box p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 12px;
    transition: .4s
}

.single-featured-box:hover .icon {
    animation: iconTop .4s ease-in-out;
    top: 23px
}

.single-featured-box:hover h3,
.single-featured-box:hover p {
    transform: translateY(-20px)
}

@keyframes iconTop {
    0% {
        transform: translate(-50%)
    }

    25% {
        opacity: 0;
        transform: translate(-50%, -70%)
    }

    50% {
        opacity: 0;
        transform: translate(-50%, -40%)
    }

    to {
        opacity: 1;
        transform: translate(-50%)
    }
}

@keyframes MOVE-BG {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(88px)
    }
}

@keyframes rotateMe {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.project-single {
    margin-bottom: 10px
}

.homes-img {
    display: block
}

.homes,
.homes-img,
.recent-16 {
    overflow: hidden;
    position: relative
}

.recent-16 {
    display: block;
    height: 400px
}

.recent-img16 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease-in-out
}

.recent-16:hover .recent-img16 {
    transform: scale(1.06)
}

.recent-content {
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .4));
    top: 50%
}

.recent-content,
.recent-details {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.recent-details {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    color: #fff;
    padding: 20px;
    transition: all .4s ease-in-out
}

.recent-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px
}

.recent-price {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px
}

.recent-price>small {
    font-size: 60%
}

.house-details {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.house-details>span {
    display: inline-block;
    opacity: .5;
    padding: 0 5px
}

.recent-16:hover .recent-details {
    transform: translateY(-30%)
}

.view-proper {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    letter-spacing: 1px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    transform: translateY(400%);
    transition: all .4s ease-in-out;
    z-index: 3
}

.recent-16:hover .view-proper {
    opacity: 1;
    transform: translateY(0)
}

.img-center {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.tab-content>.active {
    display: block
}

.rld-main-search {
    background: #fff;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    padding: 50px 30px 35px
}

.rld-main-search .rld-single-input {
    margin-bottom: 15px
}

.rld-main-search .btn {
    width: 100%
}

.btn-yellow {
    background: #687389;
    border: 1px solid #687389;
    color: #fff
}

.btn.btn-yellow {
    border: 0 solid #687389;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    transition: all .5s ease
}

.btn-yellow:focus,
.btn-yellow:hover {
    background: #fff;
    border: 1px solid #687389;
    color: #687389
}

.rld-single-input {
    position: relative
}

.rld-single-input input {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    transition: all .4s ease;
    width: 100%
}

.rld-single-input input:active,
.rld-single-input input:focus,
.rld-single-input input:hover {
    border: 1px solid #687389
}

.rld-single-input textarea {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 15px;
    height: 120px;
    padding: 10px 20px;
    transition: all .4s ease;
    width: 100%
}

.rld-single-input textarea:active,
.rld-single-input textarea:focus,
.rld-single-input textarea:hover {
    border: 1px solid #687389
}

.inner-pages .portfolio.ho-17 .item,
.portfolio.ho-17 .item {
    padding-bottom: 30px
}

section.team {
    background: #f7f7f7;
    padding: 4.6rem 0
}

.homepage-6 .slick-dots li.slick-active,
.th-8 .slick-dots li.slick-active {
    box-shadow: inset 0 0 0 3px rgba(74, 74, 76, .4) !important
}

a.button {
    background: #c5b16a
}

@media screen and (max-width:767px) {
    a.button {
        margin-top: 0
    }
}

textarea {
    background: #fff !important;
    color: #909090  !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #000;
    font-family: Lato, sans-serif;
    font-weight: 400;
    height: 50px;
    margin-bottom: 0;
    padding: 9px !important;
    font-weight: bold !important;
    width: 100%;
    width: auto
}

select {
    background: #c5b16a !important;
    color: white !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #000;
    font-family: Lato, sans-serif;
    font-weight: 400;
    height: 50px;
    margin-bottom: 0;
    padding: 9px !important;
    font-weight: bold !important;
    width: 100%;
    width: auto
}

@media screen and (max-width:767px) {
    .home18 .sec-title h2 {
        font-size: 24px !important
    }

    .home18 .sec-title h2 span:before {
        display: none
    }
}

.home18 .sec-title {
    padding-bottom: 2.5rem;
    text-align: center
}

.home18 .sec-title h2 {
    color: #f55d2c;
    font-size: 28px
}

.home18 .sec-title h2 span {
    color: #111;
    position: relative
}

.home18 .sec-title h2 span:before {
    background: #f55d2c;
    content: "";
    height: 1px;
    left: -60px;
    position: absolute;
    top: 18px;
    width: 50px
}

.home18 .sec-title p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 10px auto 5px;
    max-width: 550px;
    text-align: center
}

a.button {
    background: #293046
}

.int_dark_bg.h20 .btn.btn-outline-light,
.int_dark_bg.h20 .go-up,
.int_dark_bg.h20 .search-2 .form-group .btn,
.int_dark_bg.h20 .search-2 .form-group .list li.selected:hover,
.int_dark_bg.h20 .search-2 .form-group .list li:hover,
.int_dark_bg.h20 .section-title:before,
.int_dark_bg.h20 a.button.border,
a.button {
    background: #b2a672
}

.int_dark_bg.h20 .dark-overlay h1,
.int_dark_bg.h20 .section-title h2 {
    color: #b2a672
}

.int_dark_bg.h20 .blog-section .admin p,
.int_dark_bg.h20 .dark-overlay h1 span {
    color: #fff
}

.int_dark_bg.h20 .blog-section .news-link {
    color: #b2a672
}

.int_dark_bg.h20 .blog-section .news-item .date {
    color: #fff
}

.int_dark_bg.h20 .blog-section .news-item h3:hover {
    color: #b2a672
}

.int_dark_bg.h20 .services-home .border-1 {
    border: 1px dashed #b2a672 !important
}

.int_dark_bg.h20 .services-home a.text-base:hover {
    color: #b2a672
}

.int_dark_bg.h20 .first-footer .navigation h3:after,
.int_dark_bg.h20 .first-footer .newsletters h3:after,
.int_dark_bg.h20 .first-footer .widget h3:after {
    background: #b2a672
}

.int_dark_bg.h20 .navigation ul li a:hover {
    color: #b2a672
}

.int_dark_bg.h20 #navigation.style-1.black ul li:hover {
    background-color: #b2a672;
    color: #b2a672
}

@media screen and (max-width:991px) {
    .int_dark_bg.h20 .fullwidth-home-map.dark-overlay video {
        height: 115vh !important
    }
}

a.button {
    background: #fff;
    color: #274abb !important
}

.inner-pages .properties-list.full .project-single {
    border-bottom: 0
}

.inner-pages .properties-list.full .my-44 {
    margin: 2.5rem 0
}

.agents.list .blog .homes-content .homes-list {
    padding-bottom: 2rem
}

.inner-pages.hp-6.full .tab-content>.active {
    margin-bottom: 30px;
    width: 100%
}

.inner-pages.hp-6.full .rld-main-search {
    margin-right: 0
}

.inner-pages.hp-6.full .rld-single-input input {
    background: #fff;
    width: 309px
}

.inner-pages.hp-6.full .rld-main-search {
    background: hsla(34, 23%, 94%, .18) !important;
    border: 0;
    box-shadow: none;
    padding: 30px 0 30px 20px
}

.inner-pages.hp-6.full .dropdown-filter span,
.inner-pages.hp-6.full .rld-main-search .single-select {
    background: #fff
}

.inner-pages.hp-6.full .tab-content>.active {
    margin-top: 0
}

.inner-pages.hp-6.full .explore__form-checkbox-list.full-filter.filter-block {
    background: #fff;
    margin-top: 2px
}

.inner-pages.hp-6.full .main-search-field-2 {
    margin-top: 0
}

.inner-pages.hp-6.full .btn.btn-yellow:hover,
.inner-pages.hp-6.full .dropdown-filter span:after {
    color: #c5b16a
}

.inner-pages.hp-6.full .btn.btn-yellow {
    background: #c5b16a
}

.inner-pages.hp-6.full .single.detail-wrapper {
    z-index: 8
}

@media only screen and (max-width:1024px) {
    .inner-pages.hp-6.full .rld-single-input input {
        width: 160px
    }
}

@media screen and (max-width:768px) {
    .inner-pages.hp-6.full .dropdown-filter span {
        margin: 0 15px 0 0
    }
}

@media only screen and (max-width:450px) {
    .inner-pages.hp-6.full .rld-single-input input {
        width: 100% !important
    }

    .inner-pages.hp-6.full .rld-main-search {
        padding-right: 20px
    }
}

@media screen and (max-width:991px) {
    .inner-pages.hp-6.full .rld-single-input input {
        width: 200px
    }

    .inner-pages .properties-list.full .pr-0 {
        padding-left: 0
    }

    .inner-pages .properties-list.full .col-lg-8 {
        padding-left: 15px;
        padding-right: 15px
    }

    .inner-pages .properties-list.full .mb-44 {
        margin-bottom: 2.5rem !important
    }

    .inner-pages .properties-list.full .row.featured {
        padding-left: 15px;
        padding-right: 15px
    }
}

.inner-pages section.portfolio {
    background: #fff
}

.inner-pages .project-single .homes-content .homes-list li i {
    font-size: 18px
}

.inner-pages .project-single .fa-user {
    color: #666 !important
}

.inner-pages .portfolio .homes-content .homes-list li {
    line-height: 40px;
    width: 45% !important
}

.inner-pages .portfolio .homes-content {
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08)
}

.properties-list .item {
    padding-bottom: 1.6rem
}

.inner-pages .w-auto {
    width: auto !important
}

.inner-pages .letter-spacing-093 {
    font-weight: 600;
    letter-spacing: .93px !important
}

.inner-pages .input-group-lg>.form-control {
    border-radius: 3px;
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 7px;
    min-width: 0;
    padding: .5rem 1rem .5rem .5rem !important;
    position: relative;
    width: 1%
}

.inner-pages .pro-wrapper .detail-wrapper-body p {
    line-height: 1
}

@media screen and (max-width:1024px) {
    .single.detail-wrapper.grid {
        margin-left: 10rem
    }
}

@media screen and (max-width:450px) {
    .single.detail-wrapper {
        justify-content: space-between
    }

    .inner-pages .letter-spacing-093 {
        padding-left: 0 !important
    }

    .inner-pages .pro-wrapper .detail-wrapper-body p {
        margin-bottom: 30px !important
    }

    .single.detail-wrapper.grid {
        margin-left: 0
    }

    .inner-pages .pro-wrapper .detail-wrapper-body p.pb-2 {
        margin-bottom: .75rem !important
    }
}

@media screen and (max-width:767px) {
    .inner-pages .blog .item {
        padding-bottom: 1.6rem
    }
}

.inner-pages .blog .homes .fa {
    color: #c5b16a
}

.inner-pages .blog .main-search-field-2 h5 {
    font-family: Gilda Display, serif, sans-serif;
    font-weight: 700;
    text-transform: capitalize
}

.inner-pages.homepage-4 #navigation.style-1 ul li:hover,
.inner-pages.homepage-4 .first-footer .navigation h3:after,
.inner-pages.homepage-4 .first-footer .newsletters h3:after,
.inner-pages.homepage-4 .first-footer .widget h3:after,
.inner-pages.homepage-4 .go-up {
    background: #c5b16a
}

.inner-pages .margin-bottom-10 {
    margin-bottom: 10px !important
}

.inner-pages .form-group.looking {
    margin-top: 30px;
    width: 100%
}

.inner-pages.listing .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3px;
    width: 100%
}

.inner-pages .form-group.looking input {
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%
}

.inner-pages .form-group.bath,
.inner-pages .form-group.categories,
.inner-pages .form-group.location {
    width: 100%
}

.inner-pages .main-search-field-2 {
    margin-top: 20px
}

.inner-pages .range-slider label {
    color: #333;
    font-size: 16px;
    margin-bottom: 25px
}

.inner-pages .range-slider {
    line-height: 37px
}

.inner-pages .checkboxes {
    list-style: none;
    padding: 0
}

.inner-pages .checkboxes.one-in-row label {
    margin-top: 9px;
    width: 100%
}

.inner-pages .checkboxes li {
    padding: 4px 0
}

.inner-pages .checkboxes li:last-child {
    margin-bottom: -8px
}

.inner-pages .checkboxes label {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14.5px;
    margin-bottom: 0;
    margin-right: 20px;
    padding-left: 28px;
    position: relative
}

.inner-pages .checkboxes label span {
    color: #909090;
    font-size: 15px
}

.inner-pages .checkboxes input[type=checkbox] {
    display: none
}

.inner-pages .checkboxes label:before {
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 19px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    transition: border-color .3s;
    width: 19px
}

.inner-pages .checkboxes input[type=checkbox]:checked+label:before {
    background-color: #c5b16a;
    border: 2px solid transparent;
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    transition: border-color 0s
}

section.single-proper {
    background: #fff !important;
    padding: 0 0 6rem
}

.pro-wrapper {
    display: flex
}

section.headings-2 {
    background: hsla(34, 23%, 94%, .18) !important;
    padding: 60px 0 55px
}

.bg-white-inner {
    background: hsla(34, 23%, 94%, .18) !important !important
}

.single.detail-wrapper {
    margin-left: 15rem
}

.inner-pages .headings-2 .listing-title-bar h3 {
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize !important
}

.inner-pages .headings-2 .listing-title-bar h4 {
    color: #c5b16a;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize !important
}

.inner-pages .headings-2 .listing-title-bar a,
.inner-pages .headings-2 .listing-title-bar a p {
    color: #333;
    font-size: 17px;
    text-decoration: none
}

.schedule.widget-boxed.mt-33 {
    margin-top: 60px
}

.inner-pages .listing-title-bar a {
    color: #333;
    text-decoration: none
}

.inner-pages .listing-title-bar a:last-child {
    color: #666;
    text-decoration: none
}

.listing-details-sliders .list-inline {
    white-space: nowrap;
    width: 100% !important
}

.listing-details-sliders .carousel-indicators {
    left: auto;
    margin-left: 0;
    margin-top: 15px;
    position: static;
    width: auto
}

.listing-details-sliders .carousel-indicators a {
    cursor: pointer
}

.listing-details-sliders .carousel-indicators>li {
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    max-width: 127px;
    text-indent: 0
}

.listing-details-sliders .carousel-indicators>li:last-child {
    margin-right: 0
}

.smail-listing .list-inline-item {
    width: 20%
}

.smail-listing .list-inline-item a img {
    border: none;
    border-radius: 0;
    width: 600px
}

.listing-details-sliders .carousel-indicators>li.active img {
    opacity: .9
}

.listing-details-sliders .right {
    right: 15px;
    top: 45%
}

.listing-details-sliders .left {
    background: #c5b16a;
    border-radius: 100%;
    box-shadow: 0 0 0 9px hsla(0, 0%, 100%, .4);
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 36px;
    left: 35px;
    line-height: 36px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    transition: all .3s ease;
    width: 36px;
    z-index: 120
}

.listing-details-sliders .left:hover,
.listing-details-sliders .right:hover {
    background: #121b22
}

.listing-details-sliders .left i {
    color: #fff;
    font-size: 23px;
    margin-left: 12px;
    margin-top: 5px
}

.listing-details-sliders .right {
    background: #c5b16a;
    border-radius: 100%;
    box-shadow: 0 0 0 9px hsla(0, 0%, 100%, .4);
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    position: absolute;
    right: 35px;
    top: 50%;
    transition: all .3s ease;
    width: 36px;
    z-index: 120
}

.listing-details-sliders .img-fluid {
    height: auto;
    max-width: 100%
}

.property-location.map,
.single-proper .mb-30 {
    margin-bottom: 30px !important
}

.listing-details-sliders .right i {
    color: #fff;
    font-size: 23px;
    margin-left: 14px;
    margin-top: 5px
}

.list-inline-item:not(:last-child) {
    margin-right: 1px
}

.schedule a.btn {
    padding: 10px 30px;
    text-transform: capitalize;
    transition: all .4s ease
}

.input-group-btn:not(:first-child)>.btn,
.schedule .input-group-btn:not(:last-child)>.btn {
    background: #fff;
    transition: all .4s ease
}

.input-group-btn:not(:first-child)>.btn:hover,
.schedule .input-group-btn:not(:last-child)>.btn:hover {
    background: #c5b16a;
    color: #fff
}

.smail-listing {
    width: 100%
}

.sidebar-widget .author-box {
    margin-bottom: 15px
}

.sidebar-widget .author-box img {
    border: 4px solid #fff;
    float: left;
    height: 85px;
    margin-right: 15px;
    width: 85px
}

.sidebar-widget .author__title {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 24px
}

.sidebar-widget .author-box .author__title {
    font-size: 18px;
    margin-top: 18px
}

.sidebar-widget .author__contact li,
.sidebar .sidebar-widget .author__meta {
    color: #666;
    font-size: 15px;
    font-weight: 400
}

.sidebar-widget .author__contact li {
    margin-bottom: 10px
}

.sidebar-widget .author__contact li span i {
    background-color: #fff;
    border-radius: 50%;
    color: #c5b16a;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    transition: all .3s;
    width: 40px
}

.sidebar .sidebar-widget .author__contact li a {
    color: #666;
    text-decoration: none;
    transition: all .3s
}

.sidebar .sidebar-widget .author__contact li a:hover {
    color: #c5b16a
}

.sidebar-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget-boxed {
    border: 1px solid #e7e7e7;
    border: 1px solid #eaeff5;
    border-radius: 6px;
    box-shadow: 0 0 2px #e7e7e7 !important;
    margin-bottom: 0;
    padding: 1.5rem;
    position: relative;
    transform: translateZ(0);
    z-index: 90
}

.widget-boxed .input-group .fa {
    color: #c5b16a;
    font-size: 18px !important
}

.widget-boxed .input-group .fa:hover {
    color: #fff
}

.widget-boxed-header {
    border-bottom: 1px solid #eaeff5;
    padding-bottom: 1.5rem;
    padding-top: 0
}

.widget-boxed-header h4 {
    color: #222 !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.widget-boxed-header h4 .fa {
    color: #c5b16a;
    position: relative;
    top: 0
}

.widget-boxed-body {
    padding: 1.5rem 0 0
}

.widget-boxed {
    background: #fff
}

.agent-contact-form-sidebar {
    border-top: 1px solid #eee;
    padding-top: 20px;
    width: 100%
}

.agent-contact-form-sidebar h4 {
    font-size: 16px;
    margin-bottom: 20px
}

.agent-contact-form-sidebar input {
    background-color: #fff;
    border: 1px solid #dae2e9;
    color: #7e8c99;
    font-family: Lato, sans-serif;
    font-size: 14px;
    height: 45px;
    margin-bottom: 1rem;
    padding: 15px;
    width: 100%
}

.agent-contact-form-sidebar textarea {
    background-color: #fff;
    border: 1px solid #dae2e9 !important;
    color: #7e8c99;
    height: 100px;
    padding-left: 15px;
    width: 100%
}

.agent-contact-form-sidebar .multiple-send-message {
    background-color: #c5b16a;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-top: 12px;
    text-transform: capitalize;
    transition: all .3s ease
}

.agent-contact-form-sidebar .multiple-send-message:hover {
    background-color: #121b22
}

.homes-content .font-weight-bold.mr-1 {
    color: #555 !important;
    font-weight: 600
}

.homes-content span.det {
    color: #666 !important
}

.widget-boxed.mt-5 {
    margin-top: 30px !important
}

.det .similar-property,
.homes-content.details.mb-30,
.inner-pages .blog .blog-info.details,
.listing-details-sliders.mb-30,
.property-location,
.reviews.comments,
.wprt-image-video.w50.pro {
    background: #fff;
    border: 1px solid #eaeff5;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    padding: 15px !important
}

.wprt-image-video.w50.pro {
    margin-bottom: 30px !important
}

.inner-pages .blog .blog-info.details h4,
.inner-pages .blog .blog-info.details h5,
.inner-pages .carousel-inner h5,
.wprt-image-video.w50.pro h5 {
    color: #000;
    font-family: Gilda Display, serif, sans-serif;
    font-weight: 600;
    text-transform: capitalize
}

.inner-pages .blog .blog-info.details {
    border-bottom: 0;
    padding: 0
}

.inner-pages .blog .homes-content .homes-list {
    margin: 0;
    padding: 0
}

.inner-pages .blog .homes-content .homes-list li {
    color: #0098ef;
    font-size: 14.5px;
    line-height: 36px;
    list-style: none;
    min-width: 250px
}

.inner-pages .portfolio .homes-content .homes-list {
    margin: 0;
    padding-bottom: .9rem;
    padding-left: 0
}

@media screen and (max-width:1024px) {

    .inner-pages .headings-2 .listing-title-bar h3,
    .inner-pages .headings-2 .listing-title-bar h4 {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .inner-pages .carousel.slide .carousel-inner img {
        height: 280px;
        width: 100%
    }

    .inner-pages .headings-2 .listing-title-bar h3 {
        font-size: 24px
    }
}

@media screen and (max-width:500px) {
    .inner-pages .carousel.slide .carousel-inner img {
        height: 280px;
        width: 100%
    }
}

@media screen and (max-width:450px) {
    .pro-wrapper {
        flex-direction: column
    }

    .single.detail-wrapper {
        margin-left: 0;
        margin-top: 30px
    }

    .listing-details-sliders .list-inline {
        margin-left: 10px !important;
        margin-right: 0;
        margin-top: 0;
        width: 88% !important
    }

    .inner-pages .single.homes-content .homes-list li {
        line-height: 27px;
        margin-bottom: 12px;
        width: 100%
    }

    .inner-pages .homes-content.details.mb-30 .homes-list {
        display: flex;
        flex-direction: column
    }

    .property .popup-youtube {
        top: 54.7% !important
    }

    .inner-pages .headings-2 .listing-title-bar h3,
    .inner-pages .headings-2 .listing-title-bar h4 {
        font-size: 20px !important
    }

    .inner-pages .headings-2 .listing-title-bar a {
        font-size: 15px
    }
}

.inner-pages .blog .blog-info p.mb-3 {
    color: #666;
    font-weight: 400
}

.inner-pages .blog .wprt-image-video.w50 {
    margin-bottom: 5rem
}

.inner-pages .blog .homes-content h5,
.inner-pages .blog .property-location h5,
.inner-pages .blog .team.assigned h5,
.inner-pages .carousel h5,
.similar-property h5 {
    color: #000;
    font-family: Gilda Display, serif, sans-serif;
    font-weight: 600;
    text-transform: capitalize
}

.inner-pages .blog .blog-info.details h5:after,
.inner-pages .blog .homes-content h5:after,
.inner-pages .blog .property-location h5:after,
.inner-pages .blog .team.assigned h5:after,
.inner-pages .carousel h5:after,
.similar-property h5:after,
.wprt-image-video.w50.pro h5:after {
    background-color: #c5b16a;
    color: #c5b16a;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

.property .popup-youtube {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #c5b16a;
    font-size: 30px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 57%;
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 9
}

.property .popup-youtube i {
    margin-left: 5px
}

@keyframes waves {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        transform: scale(.2)
    }

    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9
    }

    to {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        transform: scale(.6)
    }
}

@media screen and (max-width:991px) {
    .property.wprt-image-video {
        margin-top: 2.5rem
    }

    .inner-pages .single.widget {
        padding-top: 0 !important
    }

    .listing-details-sliders .list-inline {
        margin-left: 20px;
        margin-right: 0;
        width: 94% !important
    }

    .inner-pages .headings-2 .listing-title-bar h3 {
        font-size: 24px
    }

    .schedule.widget-boxed.mt-33 {
        margin-top: 0
    }
}

.inner-pages .carousel-indicators li:before {
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%
}

.inner-pages .blog .homes-content.details .fa {
    color: #c5b16a;
    font-size: 1.5rem;
    font-weight: 700
}

.inner-pages .blog .homes-content.details span {
    color: #000;
    font-size: 1rem
}

.inner-pages section.team.assigned {
    padding: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #c5b16a;
    padding: 8px
}

.list-inline {
    line-height: 15px
}

.white,
h2.white span {
    color: #fff !important
}

h2.white,
h2.white span {
    margin-bottom: 20px
}

h2.white {
    margin-top: 20px
}

.property.vid-si6 .popup-youtube {
    top: 55.9%
}

.inner-pages section.team {
    background: hsla(34, 23%, 94%, .18) !important;
    padding: 6rem 0
}

.property-nearby b.title {
    font-size: 15.5px
}

.property-nearby h6 {
    font-size: 13.2px;
    font-weight: 600
}

.property-nearby span {
    color: #666;
    font-size: 15px;
    line-height: 16.5px
}

@media screen and (max-width:575px) {
    h2.white span {
        line-height: 37px
    }
}

@media screen and (max-width:450px) {
    .property.vid-si6 .popup-youtube {
        top: 53% !important
    }
}

.agents .portfolio .project-head img {
    background-color: #1d293e;
    opacity: 1
}

.agents .schedule.widget-boxed.mt-33 {
    margin-top: 80px
}

.agents #header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12)
}

.agents .blog-section .news-link {
    font-size: 14px !important;
    font-weight: 400 !important
}

.agents .blog-section .news-item-sm:last-child {
    border-radius: 0 0 8px 8px
}

.agents section.blog-section,
.agents section.team {
    background: hsla(34, 23%, 94%, .18) !important
}

.agents .blog-section .news-item-sm .news-item-text {
    padding: 20px !important
}

@media screen and (max-width:991px) {
    .agents .pagination.disabled {
        display: none
    }

    .agents .schedule.widget-boxed.mt-33 {
        margin-top: 60px !important
    }

    .inner-pages .agent {
        margin-bottom: 0 !important
    }
}

.inner-pages .agent {
    background: #fff;
    margin-bottom: 30px;
    position: relative
}

.inner-pages .button.alt {
    background-color: #c5b16a;
    color: #fff
}

.inner-pages .homes-content .homes-address a {
    color: #c5b16a;
    font-size: 1.2rem !important;
    margin: 0 0 15px;
    text-decoration: none
}

.inner-pages .homes-address span {
    color: #666
}

.inner-pages .homes-content .homes-list li i {
    color: #696969;
    font-size: 18px;
    margin-right: 5px
}

.portfolio .project-head .fa,
.portfolio .project-head .fa-video {
    font-size: 1rem;
    line-height: 0px;
    margin-bottom: 1rem;
    margin-right: 0;
    text-align: center
}

.agents .blog .blog-info.details {
    margin-top: 30px
}

section.single-proper.details {
    padding: 6rem 0 !important
}

.agents.det .portfolio {
    margin-bottom: 30px
}

.agents.det .blog-section .news-item {
    border: 1px solid #eaeff5;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08)
}

.agents.det section.headings-2 {
    background: hsla(34, 23%, 94%, .18) !important
}

.agents.det .text-heading.text-left a {
    font-size: 16px;
    transition: all .3s ease
}

.agents .pro-wrapper {
    display: flex;
    justify-content: space-between
}

.agents .fa.fa-th-large {
    color: #fff
}

.agents.det .text-heading.text-left a:hover {
    color: 0
}

.agents.det .text-heading.text-left span {
    color: #c5b16a;
    font-size: 16px
}

.inner-pages .button.alt,
.inner-pages .homes-tag.sale.rent {
    line-height: 1.5
}

.agents a.button.border,
a.button {
    background-color: #c5b16a;
    color: #fff !important
}

.inner-pages.agents .header-user-name,
.inner-pages.agents .header-user-name:before {
    color: #666
}

a.button {
    background: #1ec38b;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 20px;
    transition: .3s;
    transition: all .3s ease
}

@media (min-width:1366px) {
    a.button {
        display: none;
        display: flex
    }
}

.header-user-menu {
    float: right;
    margin-left: 0;
    margin-right: 50px;
    position: relative;
    top: 10px
}

.header-user-name {
    color: #666;
    cursor: pointer;
    float: left;
    font-weight: 400;
    padding-top: 10px;
    position: relative;
    text-overflow: ellipsis;
    transition: .2s;
    white-space: nowrap
}

.header-user-name:before {
    bottom: 1px;
    color: #666;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    right: -16px;
    transition: all .2s ease-in-out
}

.header-user-name span {
    border-radius: 50%;
    height: 38px;
    left: -55px;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 38px
}

.header-user-name span img {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .2);
    box-sizing: content-box;
    height: 100%;
    width: 100%
}

.header-user-menu ul {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    left: -80px;
    list-style: none;
    margin: 10px 0 0;
    min-width: 150px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    visibility: hidden;
    z-index: 1
}

.header-user-menu ul li {
    float: left;
    padding: 4px 0;
    width: 100%
}

.header-user-menu ul li a {
    color: #50596e;
    float: left;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.table.table-striped {
    margin-bottom: 0
}

.dar.pro {
    background: #1ec38b;
    border-radius: 8px;
    padding: 30px
}

.listing-table .table thead tr .status .non-active {
    background: #d7d7d7;
    border-radius: 4px;
    padding: 0 3px
}

.messages .message {
    margin-top: 50px
}

.messages .message:after {
    clear: both;
    content: "";
    display: table
}

.messages .message .thumb {
    border-radius: 50px;
    float: left;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.messages .message .body {
    float: left;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 120px)
}

.messages .message .body h6,
.reviews .review .body h4,
.reviews .review .body h6 {
    color: #111;
    font-size: 18px;
    margin-bottom: .2rem
}

.reviews .review .body h4 {
    margin-bottom: 8px
}

.messages .message .body h6 .badge {
    background: #c5b16a;
    color: #fff
}

.messages .message .body .controller {
    position: absolute;
    right: 0;
    top: 0
}

.messages .message .body .controller ul li {
    display: inline-block;
    margin-left: 6px
}

.messages .message .body .controller ul li a {
    color: #888
}

.messages .message .body .controller ul li a:hover {
    color: #c5b16a
}

.review {
    display: inline-block;
    margin-top: 30px
}

.review .thumb {
    border-radius: 50px;
    float: left;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.review .thumb:after {
    clear: both;
    content: "";
    display: table
}

.review .body {
    float: left;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 120px)
}

.review .body .controller {
    position: absolute;
    right: 0;
    top: 0
}

.review .body .controller ul li {
    display: inline-block;
    margin-left: 6px
}

.review .body .controller ul li a {
    color: #888
}

.review .body .controller ul li a:hover {
    color: #c5b16a
}

select:focus {
    box-shadow: none;
    outline: none
}

.form-check-input {
    margin-top: 7px
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

@media screen and (max-width:320px) {
    #logo img {
        margin-right: 35px;
        width: 55px
    }
}

@media screen and (max-width:575px) {
    .reviews .review .body h4 {
        font-size: 15px
    }

    .inner-pages .pagination {
        margin-top: 30px
    }
}

@media screen and (max-width:450px) {

    .messages .message,
    .reviews .review {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .messages .message .body,
    .review .body {
        float: left;
        padding-left: 0;
        position: relative;
        width: calc(100% - 20px)
    }

    .messages .message .thumb,
    .review .thumb {
        margin-bottom: 1rem;
        margin-right: 8rem
    }

    .messages .message .body {
        padding-left: 0
    }
}

@media screen and (max-width:411px) {
    .messages .message .thumb {
        margin-right: 5rem
    }

    .review .thumb {
        margin-right: 3rem
    }
}

@media screen and (max-width:360px) {

    .messages .message .thumb,
    .review .thumb {
        margin-right: 10rem !important
    }

    .messages .message .body,
    .review .body {
        width: 100%
    }

    .review .body {
        padding-left: 0
    }

    .messages .message .thumb,
    .review .thumb {
        margin-right: 8rem
    }
}

.inner-pages section.about-us {
    background: #fff;
    padding: 6rem 0
}

.inner-pages .headings {
    background: linear-gradient(rgba(18, 27, 34, .6), rgba(18, 27, 34, .6)), url(/images/bg-details.jpg?e36c17b8b6636c9b4fe4103cc73bd038) no-repeat 50%;
    height: 30vh;
    width: 100%
}

.inner-pages.about .headings {
    background: linear-gradient(rgba(18, 27, 34, .6), rgba(18, 27, 34, .6)), url(/images/bg-testimonials.jpg?f7cec82d49bfbb44390647c50735386f) no-repeat 50%
}

.inner-pages .headings h1 {
    color: #fff;
    font-size: 26px;
    margin-top: 7.5rem
}

.inner-pages .headings h2,
.inner-pages .headings h2 a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .5s ease
}

.inner-pages .headings h2 a:hover {
    color: #c5b16a
}

.inner-pages .about-us h2:after {
    background-color: #121b22;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 97px
}

.inner-pages .about-us.fh .popup-youtube {
    background: #0f1341 none repeat scroll 0 0;
    border-radius: 100%;
    color: #03a9f5;
    font-size: 30px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 9
}

.inner-pages .about-us.fh .box .button {
    padding: 20px;
    width: 100%
}

.inner-pages.about .sec-title {
    padding-bottom: 2rem;
    text-align: center
}

.inner-pages.about .sec-title h2 {
    color: #444;
    font-size: 1.7rem;
    padding-bottom: 0;
    text-align: center
}

.inner-pages.about .sec-title h2 span {
    color: #c5b16a;
    font-weight: 600
}

.inner-pages.about .sec-title h2 span:before {
    display: none
}

.inner-pages.about .testimonials .test-1 p:before {
    left: 236px;
    position: relative;
    top: -24px
}

.inner-pages.about .starts .fa {
    color: #c5b16a !important
}

@media screen and (max-width:500px) {
    .inner-pages .headings h1 {
        font-size: 1.5rem;
        margin-top: 5rem
    }
}

.inner-pages .about-us .who-1 {
    background: #fff;
    background-size: cover;
    color: #666;
    display: flex;
    flex-direction: column;
    left: 0;
    min-height: 80px;
    top: 0;
    width: 100%
}

.inner-pages .about-us .who-1 h2 span {
    color: #c5b16a
}

.inner-pages .about-us .who-1 p {
    background: #fff;
    color: #666;
    font-family: Lato, sans-serif;
    font-weight: 400
}

@media screen and (max-width:991px) {
    .inner-pages .about-us .wprt-image-video {
        margin-top: 2.5rem
    }
}

.about-us .who img {
    height: 100%;
    width: 100%
}

@media screen and (max-width:767px) {
    .about-us .who img {
        width: 100%
    }
}

.inner-pages .notfound {
    padding: 6rem 0
}

#login .login,
#register .login {
    background-color: #fff;
    overflow-y: auto;
    padding: 45px 60px 60px;
    width: 430px
}

#login {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column
}

.checkboxes label {
    color: #666;
    text-decoration: none
}

#login .text-center {
    text-align: center !important
}

#login strong a {
    text-decoration: none
}

@media screen and (max-width:767px) {

    #login .login,
    #register .login {
        width: 100%
    }

    #login .checkboxes label {
        font-size: 13px
    }
}

.inner-pages .blog-section .resp-img {
    top: 34px
}

.inner-pages .blog-section .news-item .date {
    color: #c5b16a;
    font-size: 13px
}

.inner-pages .blog-section .news-item-sm {
    display: flex;
    margin-bottom: 2.5rem
}

.inner-pages .blog-section .news-item-sm:last-child {
    margin-bottom: 0
}

.inner-pages .blog-section .news-item-sm .news-img-link {
    flex-basis: 43.5%;
    position: relative
}

.agents .blog-section .news-item-sm .news-img-link {
    flex-basis: 48.5%;
    position: relative
}

.inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
    bottom: 0;
    left: 0;
    max-width: 100%;
    position: relative;
    right: 0;
    top: 0
}

.inner-pages .blog-section .news-item-sm .news-item-text {
    flex-basis: 66.6%;
    padding: 25px 30px
}

.inner-pages .blog-section .news-item-sm .news-item-descr {
    height: 52px;
    overflow: hidden
}

.inner-pages .blog-section .news-link {
    color: #c5b16a;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    transition: all .25s
}

.inner-pages .blog-section .news-link:hover {
    color: #121b22;
    text-decoration: none;
    transition: all .25s
}

@media screen and (max-width:991px) {
    .inner-pages .blog-section .news-item {
        margin-bottom: 2.5rem
    }

    .inner-pages .blog-section .space.port {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
}

@media screen and (max-width:577px) {
    .inner-pages .blog-section .news-item-sm {
        display: block !important
    }

    .inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
        padding-bottom: 69%;
        position: relative
    }
}

@media screen and (max-width:414px) {

    .inner-pages .blog-section .news-item-descr,
    .inner-pages .blog-section .news-item-descr p {
        overflow: visible
    }

    .inner-pages .blog-section .news-item-descr.visib {
        margin-bottom: 2rem;
        overflow: hidden
    }

    .inner-pages .blog-section .news-item.no-mb2 {
        margin-bottom: 0
    }

    .inner-pages .blog-section .news-link {
        font-size: .9rem
    }
}

.inner-pages .pagination {
    margin-bottom: 0
}

.inner-pages .blog-section .news-item {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    overflow: hidden
}

.inner-pages .blog-section .news-item-descr.big-news {
    height: 120px !important
}

.inner-pages .blog-section .space {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.inner-pages .blog-section .news-item h3 {
    color: #000;
    transition: all .25s
}

.inner-pages .blog-section .news-item a:hover {
    text-decoration: none
}

.inner-pages .blog-section .news-item a:hover h3 {
    color: #c5b16a;
    transition: all .25s
}

.inner-pages .blog-section .resp-img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: 31px;
    width: 100%
}

.inner-pages .blog-section .news-item-img {
    position: relative;
    width: 100%
}

.inner-pages .blog-section .news-item-img .resp-img {
    background-size: cover
}

.inner-pages .blog-section .news-item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 25px
}

.inner-pages .blog-section .news-item .date {
    color: #333;
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}

.inner-pages .blog-section .news-item-descr {
    height: 110px !important;
    margin-bottom: 20px
}

.inner-pages .blog-section .news-item-descr p {
    border: 0;
    color: #666;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.inner-pages .blog-section .news-item-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .inner-pages .widget {
        padding-top: 0 !important
    }
}

.inner-pages .form-control {
    border: 1px solid #c5b16a;
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .inner-pages .widget {
        padding-top: 2.5rem
    }
}

.inner-pages .input-group-btn .btn-primary:hover {
    background: #121b22;
    color: #fff
}

@media screen and (max-width:992px) {
    .inner-pages .recent-main {
        flex-wrap: wrap
    }
}

.inner-pages .info-img h6 {
    color: #333;
    font-size: 1.1rem
}

.inner-pages .recent-post ul li:last-child {
    padding-bottom: 0
}

.widget {
    background: #f2efe8;
    padding: 15px
}

.search-btn {
    display: flex;
    flex-flow: nowrap
}

button.btn.btn-primary.blog-button {
    margin-top: -30px
}

.inner-pages .recent-post .netsocials {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.inner-pages .recent-post .netsocials a .fa {
    background: transparent;
    font-size: 1.3rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1rem;
    text-align: center;
    transition: all .5s ease;
    width: 2.5rem
}

.inner-pages .recent-post .netsocials a .fa-facebook {
    background: #3b5998;
    color: #fff
}

.inner-pages .recent-post .netsocials a .fa-twitter {
    background: #1da1f2;
    color: #fff
}

.inner-pages .recent-post .netsocials a .fa-youtube {
    background: #cd201f;
    color: #fff
}

@media screen and (max-width:767px) {
    .inner-pages .widget {
        padding-top: 3.5rem !important
    }
}

.inner-pages .form-control {
    border: 1px solid #ddd;
    padding: .7rem
}

@media screen and (max-width:767px) {
    .inner-pages .input-group {
        width: 90%
    }
}

@media screen and (max-width:991px) {
    .inner-pages .widget {
        padding-top: 3.5rem
    }
}

.inner-pages .input-group-btn .fa {
    cursor: pointer;
    font-size: 1rem
}

.inner-pages .input-group-btn .btn-primary {
    background: #c5b16a;
    border: 1px solid #c5b16a;
    cursor: pointer;
    transition: all .5s ease
}

.inner-pages .input-group-btn .btn-primary:hover {
    background: #fff;
    color: #c5b16a
}

.inner-pages .recent-main {
    display: flex;
    flex: 0 1 100%
}

@media screen and (max-width:992px) {
    .inner-pages .recent-main {
        flex-wrap: wrap
    }

    .inner-pages .info-img {
        margin-top: 1rem
    }
}

.inner-pages .recent-img img {
    height: 70px;
    margin-right: 1rem;
    width: 90px
}

.inner-pages .info-img h6 {
    color: #222;
    font-family: Gilda Display, serif, sans-serif;
    font-size: 15px;
    font-weight: 400
}

.inner-pages .info-img a {
    color: #000;
    text-decoration: none;
    transition: all .5s ease
}

.inner-pages .info-img a:hover {
    color: #c5b16a
}

.inner-pages .recent-post ul {
    margin: 0;
    padding: 0
}

.inner-pages .recent-post ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: .5rem 0
}

.inner-pages .recent-post ul li:last-child {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.inner-pages .recent-post ul li a {
    color: #666;
    text-decoration: none;
    transition: all .5s ease
}

.inner-pages .recent-post ul li a:hover {
    color: #c5b16a
}

.inner-pages .recent-post ul li .fa {
    margin-right: 1rem
}

.inner-pages .recent-post button {
    margin-bottom: .5rem;
    margin-right: .5rem
}

.inner-pages .widget h5:after {
    background-color: #c5b16a;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

.inner-pages section.blog-section {
    padding: 6rem 0
}

.inner-pages .blog-section .news-item-sm {
    background: #f2efe8
}

.inner-pages .blog-section .news-item.details {
    background: transparent;
    box-shadow: 0 0 0 0 #edeff1
}

.inner-pages .blog-section .news-item-text.details {
    min-height: 100%;
    padding: 20px 0
}

.inner-pages .comments h3:after {
    background-color: #c5b16a;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

.inner-pages .data form .col-md-12 {
    padding: 0 1rem 0 0
}

.inner-pages .blog-section .news-item-descr.big-news.details {
    box-shadow: 0 !important;
    height: 100% !important;
    margin-bottom: 2.5rem !important
}

.inner-pages .contact-us {
    padding: 6rem 0
}

.inner-pages .contact-us ul li {
    font-weight: 300;
    list-style: none
}

.inner-pages .contact-us ul {
    margin: 0;
    padding: 0
}

.inner-pages .contact-us .btn {
    background: #c5b16a;
    border: 1px solid #c5b16a;
    cursor: pointer;
    transition: all .5s ease
}

.inner-pages .contact-us .btn:hover {
    background: #fff;
    border: 1px solid #c5b16a;
    color: #121b22
}

@media screen and (max-width:500px) {
    .inner-pages .contact-us h3 {
        font-size: 1.1rem !important
    }
}

label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px
}

form label.error {
    color: red;
    display: block;
    font-size: 14px !important;
    opacity: 1 !important
}

.inner-pages .contact-us h3 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase
}

.inner-pages .bgc {
    background: linear-gradient(rgba(32, 51, 100, .8), rgba(32, 51, 100, .8)), url(/images/bg-testimonials.jpg?f7cec82d49bfbb44390647c50735386f) no-repeat 50%;
    background-size: cover;
    padding: 2rem
}

.inner-pages .request h3:after {
    background-color: #c5b16a;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

.inner-pages .call-info h3 {
    color: #fff;
    margin-bottom: 2rem
}

.inner-pages .call-info p {
    color: #fff
}

.inner-pages .call-info h3:after {
    background-color: #fff;
    content: " ";
    display: block;
    font-weight: 700;
    height: 3px;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    width: 50px
}

@media screen and (max-width:991px) {
    .inner-pages .bgc {
        margin-top: 3rem
    }
}

.inner-pages .call-info .info {
    display: flex;
    margin-bottom: 2rem
}

.inner-pages .call-info .ti {
    margin-bottom: 0
}

.inner-pages .call-info .info p {
    color: #fff;
    font-weight: 300;
    margin: 0 0 0 1.5rem
}

.inner-pages .call-info ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.inner-pages .call-info ul li .fa {
    color: #fff;
    font-size: 1.6rem
}

#status {
    background-image: url(/images/preloader.gif?469e09896af66029d615d80b6aade49b);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}

.filter {
    background: #cbd8e3;
    min-height: 300px;
    padding-bottom: 40px
}

.filter .ui-tabs .ui-tabs-nav li.ui-state-active a {
    background: #408dc1
}

.filter .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
    border-color: #408dc1 transparent;
    border-style: solid;
    border-width: 9px 9px 0;
    bottom: -9px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    width: 0;
    z-index: 1
}

.filter label {
    display: block
}

@media screen and (max-width:991px) {
    .small {
        font-size: 15px !important;
        text-align: center
    }
}

input[type=file] {
    background: #fff;
    border: none;
    display: inline-block;
    padding: 5px 0;
    width: auto
}

input[type=checkbox] {
    margin-right: 5px;
    width: auto
}

textarea {
    height: 130px
}

input.border,
select.border,
textarea.border {
    border: 1px solid rgba(0, 0, 0, .15)
}

.button.small {
    background: #c5b16a;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 6px 23px;
    text-decoration: none;
    transition: all .5s ease;
    width: auto
}

.button.small:hover {
    background: #121b22
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 1.6rem
    }

    .agents .admin.company img {
        height: 30%;
        width: 30%
    }

    .agents .admin.company {
        display: flex;
        justify-content: flex-end
    }

    .second-footer .container {
        align-items: center;
        flex-direction: column
    }

    .second-footer .container h3 {
        margin-bottom: .8rem
    }

    .inner-pages .blog-section .news-item-descr.big-news.details {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:1024px) {
    #navigation {
        margin-left: 0
    }

    .rld-main-search .rld-single-input {
        margin-bottom: 15px !important
    }

    .testimonials .test-1 p:before {
        left: 170px
    }
}

@media screen and (max-width:992px) {
    h3 {
        font-size: 1.2rem
    }

    .headings .text-heading p {
        font-size: 1rem
    }

    .blog .blog-pots h3 {
        font-size: 1.2rem
    }

    .testimonials .test-1 p:before {
        left: 120px
    }
}

@media screen and (max-width:576px) {
    body {
        font-size: 15px
    }

    h1 {
        font-size: 1.6rem
    }

    .section-title h3 {
        font-size: 16px
    }

    .section-title h2 {
        font-size: 26px
    }

    .testimonials .test-1 p {
        padding: 0 1rem
    }

    .inner-pages .services {
        margin: 0
    }

    .first-footer h2 {
        margin-top: 2rem
    }

    .inner-pages .headings h2,
    .inner-pages .headings h2 a {
        font-size: 1rem
    }
}

.it2 {
    background: hsla(49, 29%, 57%, .8);
    border-radius: 10px;
    margin-bottom: 30px;
    min-width: 100%;
    padding: 20px
}

.block1 {
    margin-bottom: 20px
}

section.main-slider {
    max-height: 350px;
    overflow: hidden;
    position: relative
}


/*------------------------------------*/
/*--- 7. SECTION POPULAR PLACES ---*/
/*------------------------------------*/


.decor-title {
    color: #bb9c63;
    text-align: center;
    text-transform: none;
    font-family: Great Vibes, cursive;
    font-size: 5em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 20px;
}
.new-look-decor {
    color: #bb9c63;
    margin-bottom: 10vh;
    padding-left: 34%;
}

.premium-title{
    color:#fff;
}

.subheading {
    margin-bottom: 0.8em;
    margin-left: 0.2em;
    font-size: 1.5em;
}
h6 {
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .8em;
    font-weight: 400;
    line-height: 1;
}

section.popular-places {
    padding: 4.6rem 0;
    background: #fff;
  }
  
  .popular-places .img-box {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    z-index: 90;
    border-radius: 3px;
  }
  
  .popular-places .img-box.no-mb {
    margin-bottom: 0px;
  }
  
  .popular-places .img-box:hover {
    background: #FF385C;
  }
  
  .popular-places .img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #b2a672;
    opacity: 0.2;
    z-index: 99;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  
  .popular-places .listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    height: 100px;
  }
  
  .popular-places .listing-badges .featured {
    background-color: #18ba60;
    float: left;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
  }
  
  .popular-places .listing-badges span {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    float: right;
    background-color: rgba(74, 74, 76, 0.7);
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
  }
  
  .popular-places .img-box-content {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(0, -50.5%);
            transform: translate(0, -50.5%);
  }
  
  .popular-places .img-box-content h4 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin: 0;
  }
  
  .popular-places .img-box-content span {
    font-size: 16px;
    color: #fff;
  }
  
  .popular-places .img-box img {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }
  
  @media screen and (max-width: 767px) {
    .popular-places .img-box.no-mb {
      margin-bottom: 1.5rem;
    }
  
    .popular-places .img-box.no-mb.x3 {
      margin-bottom: 0px;
    }
  }
  /*----- HOVER EFFECT -----*/
  .popular-places .hover-effect img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }
  
  .popular-places .hover-effect:hover img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  
  /*--------------------------------------*/
  /*--- 8. SECTION POPULAR PLACES 2 ---*/
  /*--------------------------------------*/
  section.feature-cities-1 {
    padding: 6rem 0;
    background: #f5f6ff;
  }
  
  .feature-cities-1 .img-box {
    height: 290px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 90;
    border-radius: 3px;
  }
  
  .feature-cities-1 .col-lg-4.col-md-6 a {
    padding: 20px;
  }
  
  .feature-cities-1 .img-box.no-mb {
    margin-bottom: 0px;
  }
  
  .feature-cities-1 .img-box:hover {
    background: #FF385C;
  }
  
  .feature-cities-1 .img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: block;
    content: "";
    background-color: #121B22;
    opacity: 0.3;
    z-index: 99;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  
  .feature-cities-1 .listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    height: 100px;
  }
  
  .feature-cities-1 .listing-badges .featured {
    background-color: #FF385C;
    float: right;
    border-radius: 20px;
    right: 23px;
    top: 23px;
    font-weight: 400;
    position: relative;
    text-align: center;
    width: 120px;
    font-size: 15px;
    margin: 0;
  }
  
  .feature-cities-1 .listing-badges span {
    color: #fff;
    display: inline-block;
    padding: 5px;
    float: right;
    background-color: rgba(74, 74, 76, 0.9);
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
  }
  
  .feature-cities-1 .img-box-content {
    position: absolute;
    z-index: 101;
    top: 73%;
    margin: 0 auto;
    text-align: left;
    -webkit-transform: translate(0, -50.5%);
            transform: translate(0, -50.5%);
  }
  
  .feature-cities-1 .img-box-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
  }
  
  .feature-cities-1 .img-box-content span,
  .feature-cities-1 .img-box-content pre {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
  }
  
  .feature-cities-1 .img-box img {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }
  
  /*----- HOVER EFFECT -----*/
  .feature-cities-1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
  }
  
  .hover-effect img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }
  
  .hover-effect:hover img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  
  @media screen and (max-width: 767px) {
    .feature-cities-1 .img-box.no-mb,
    .feature-cities-1 .img-box {
      margin-bottom: 30px;
    }
  
    .feature-cities-1 .mt {
      margin-top: 30px;
    }
  
    .feature-cities-1 .img-box.no-mb.x3 {
      margin-bottom: 0px;
    }
  
    .feature-cities-1 .img-box {
      height: 350px;
    }
  
    .feature-cities-1 .img-box img {
      width: 100%;
    }
  }
  @media screen and (max-width: 450px) {
    .feature-cities-1 .img-box img,
    .feature-cities-1 .img-box {
      height: 286px;
    }
  }